In the light of the theory of constructivism, the interactive web-based college English teaching model is intended to facilitate "autonomy", "inquiry" and "cooperation" in learning English. This paper presents a...In the light of the theory of constructivism, the interactive web-based college English teaching model is intended to facilitate "autonomy", "inquiry" and "cooperation" in learning English. This paper presents a research in which the interactive web-based college English teaching model intends to reshape the teacher's and learner's roles in the classroom. Based on the research, an exploration is made --- within the framework of the interactive web-based model --- on the design of "teaching model" and "learning model", its application and related potential problems.展开更多
The paper explores the positive impact of constructivism-based course books compiling and the new mode of teaching, analyzes their effects on helping students improve their integrated English language competence, and ...The paper explores the positive impact of constructivism-based course books compiling and the new mode of teaching, analyzes their effects on helping students improve their integrated English language competence, and pointing out that the development of teaching non-English major graduate students has raised new demands for teaching devices, teaching methodology and new roles of teachers and learners. Therefore, New Century Graduate English Series, as constructivism-based course books, has made some beneficial attempts for the implementation of the new graduate English teaching reauirements.展开更多
At present, with the further deepening of the integration of the world economy, the international exchanges and cooperation continue to increase, and the training mode of the talents must also be internationalized. Th...At present, with the further deepening of the integration of the world economy, the international exchanges and cooperation continue to increase, and the training mode of the talents must also be internationalized. The students should receive the cultivation of the professional knowledge, and at the same time, they must have a certain ability of the cross-cultural communication and the level of the professional English. In addition, the national medium and long-term educational reform and development plan (2010 - 2020) also proposed the strategic requirements to improve the quality of the higher education and the level of the internationalization, to promote the comprehensive development of the students. Because of this, the national big colleges and universities are carrying out the reform of the university English teaching in different degrees, and have achieved certain results. But today, in terms of the direction of the educational reform of the university English, the academic circles are still unable to reach an agreement. For example, to set the university courses in English, some scholars believe that because the English levels of the high school graduates enhance unceasingly, the courses with the language teaching as the main contents cannot meet the needs of the students, which need to be reduced or even eliminated, and should be replaced by the bilingual teaching with the liberal education as the contents. Also some scholars advocated that the orientation of the university English teaching in the future should be the ESP teaching or the academic English teaching, rather than the traditional English teaching for the humanities.展开更多
The present study applies "Textual Patterns" like "general-specific" and "claim-counterclaim" to explore discourse coherence in Chinese students' English writing. The study confirms the function of the textual ...The present study applies "Textual Patterns" like "general-specific" and "claim-counterclaim" to explore discourse coherence in Chinese students' English writing. The study confirms the function of the textual patterns as macro-structures for discourse interpretation and production, and proves textual patterns as effective tools in identifying and solving problems with discourse coherence in Chinese EFL (English as a Foreign Language) learners' writing.展开更多
Complex conditional statement is one of the bad code smells, which affects the quality of the code and design of software. In the proposed approach, two commonly-used design patterns for handling complex conditional s...Complex conditional statement is one of the bad code smells, which affects the quality of the code and design of software. In the proposed approach, two commonly-used design patterns for handling complex conditional statements are selected, and they are the factory method pattern and the strategy pattem. Two pattern-directed refactoring approaches based on the two design patterns are proposed. Each approach contains a refactoring opportunities identification algorithm and an automated refactoring algorithm. After parsing the abstract syntax tree generated from source code, the refactoring opportunities are identified effectively and automatically. Then, for candidate code, refactoring algorithms are executed automatically, which are used to simplify or remove complex conditional statements. By empirical analysis and quality assessment, the code after refactoring has better maintainability and extensibility, and the proposed approach for automated pattern-directed refactoring succeeds to reduce code size and complexity of classes.展开更多
With the utilization of computer technology and network technology in building network teaching system approaching perfection, PBL teaching model is gradually applied to network teaching. On the basis of PBL teaching ...With the utilization of computer technology and network technology in building network teaching system approaching perfection, PBL teaching model is gradually applied to network teaching. On the basis of PBL teaching theory, this paper proposes a network teaching system based on PBL via network teaching model, using C/S structure and Java language to develop the prototype model and adding multi-agent application level to C/S structure in system designing in order to meet the requirements of the utilization of PBL method in network teaching. This new system successfully implements the innovative application of a problem-based network teaching.展开更多
Schema theory research has shown importance of background knowledge within a psycholinguistic model of reading. This paper gives an overview of schema theory as part of a reader-centered, psycholinguistic processing m...Schema theory research has shown importance of background knowledge within a psycholinguistic model of reading. This paper gives an overview of schema theory as part of a reader-centered, psycholinguistic processing model of EFL/ESL reading, in which we discuss how reading comprehension involves background knowledge that goes far beyond linguistic knowledge. The process of interpretation is realized by the employment of two basic modes of information processing, bottom-up and top-down processing. Then, a variety of techniques and classroom activities are suggested for accommodating this phenomenon in a reader-centered EFL/ESL reading program.展开更多
文摘In the light of the theory of constructivism, the interactive web-based college English teaching model is intended to facilitate "autonomy", "inquiry" and "cooperation" in learning English. This paper presents a research in which the interactive web-based college English teaching model intends to reshape the teacher's and learner's roles in the classroom. Based on the research, an exploration is made --- within the framework of the interactive web-based model --- on the design of "teaching model" and "learning model", its application and related potential problems.
文摘The paper explores the positive impact of constructivism-based course books compiling and the new mode of teaching, analyzes their effects on helping students improve their integrated English language competence, and pointing out that the development of teaching non-English major graduate students has raised new demands for teaching devices, teaching methodology and new roles of teachers and learners. Therefore, New Century Graduate English Series, as constructivism-based course books, has made some beneficial attempts for the implementation of the new graduate English teaching reauirements.
文摘At present, with the further deepening of the integration of the world economy, the international exchanges and cooperation continue to increase, and the training mode of the talents must also be internationalized. The students should receive the cultivation of the professional knowledge, and at the same time, they must have a certain ability of the cross-cultural communication and the level of the professional English. In addition, the national medium and long-term educational reform and development plan (2010 - 2020) also proposed the strategic requirements to improve the quality of the higher education and the level of the internationalization, to promote the comprehensive development of the students. Because of this, the national big colleges and universities are carrying out the reform of the university English teaching in different degrees, and have achieved certain results. But today, in terms of the direction of the educational reform of the university English, the academic circles are still unable to reach an agreement. For example, to set the university courses in English, some scholars believe that because the English levels of the high school graduates enhance unceasingly, the courses with the language teaching as the main contents cannot meet the needs of the students, which need to be reduced or even eliminated, and should be replaced by the bilingual teaching with the liberal education as the contents. Also some scholars advocated that the orientation of the university English teaching in the future should be the ESP teaching or the academic English teaching, rather than the traditional English teaching for the humanities.
文摘The present study applies "Textual Patterns" like "general-specific" and "claim-counterclaim" to explore discourse coherence in Chinese students' English writing. The study confirms the function of the textual patterns as macro-structures for discourse interpretation and production, and proves textual patterns as effective tools in identifying and solving problems with discourse coherence in Chinese EFL (English as a Foreign Language) learners' writing.
文摘Complex conditional statement is one of the bad code smells, which affects the quality of the code and design of software. In the proposed approach, two commonly-used design patterns for handling complex conditional statements are selected, and they are the factory method pattern and the strategy pattem. Two pattern-directed refactoring approaches based on the two design patterns are proposed. Each approach contains a refactoring opportunities identification algorithm and an automated refactoring algorithm. After parsing the abstract syntax tree generated from source code, the refactoring opportunities are identified effectively and automatically. Then, for candidate code, refactoring algorithms are executed automatically, which are used to simplify or remove complex conditional statements. By empirical analysis and quality assessment, the code after refactoring has better maintainability and extensibility, and the proposed approach for automated pattern-directed refactoring succeeds to reduce code size and complexity of classes.
文摘With the utilization of computer technology and network technology in building network teaching system approaching perfection, PBL teaching model is gradually applied to network teaching. On the basis of PBL teaching theory, this paper proposes a network teaching system based on PBL via network teaching model, using C/S structure and Java language to develop the prototype model and adding multi-agent application level to C/S structure in system designing in order to meet the requirements of the utilization of PBL method in network teaching. This new system successfully implements the innovative application of a problem-based network teaching.
文摘Schema theory research has shown importance of background knowledge within a psycholinguistic model of reading. This paper gives an overview of schema theory as part of a reader-centered, psycholinguistic processing model of EFL/ESL reading, in which we discuss how reading comprehension involves background knowledge that goes far beyond linguistic knowledge. The process of interpretation is realized by the employment of two basic modes of information processing, bottom-up and top-down processing. Then, a variety of techniques and classroom activities are suggested for accommodating this phenomenon in a reader-centered EFL/ESL reading program.