Otwarty dostęp

Interdisciplinary Knowledge Integration Approach and Computational Modeling in English Curriculum Civics and Politics

  
24 mar 2025

Zacytuj
Pobierz okładkę

Introduction

English course is an important part of the basic academic education in colleges and universities. Under the talent cultivation mode of the new era, the teaching of this course should not only emphasize the accumulation of students’ English knowledge and the cultivation of their English learning ability, but also continuously strengthen the construction of students’ ideological and moral system, complete the quality education of students, and comprehensively improve the overall quality level of students’ English.

Integrating the concept of ideological and political education into the English classroom in the work of educational reform is not only a requirement for the development of the new curriculum reform education, but also promotes the continuous improvement of the quality of teaching in colleges and universities. Curriculum Civics and Politics is mainly through the integration of ideological and political education elements into all kinds of courses, to influence students’ thoughts and behaviors in a silent way, in order to implement the establishment of moral education and realize the three full education [1]. College English is an important public foundation course in higher education, and its characteristics such as large volume and wide range, long continuation time and its own content make it have the natural advantage of serving as the front line of ideological and political education for a long time [2]. The moral education of college students in the development process of the integration of the ideological and political courses and English subject knowledge not only continue to enrich and improve the students’ comprehensive personal qualities and abilities, but also more helpful to the school to realize the educational development goals of moral education [3-4]. However, at present, the development of the integration between the Civics classroom and subject education in some colleges and universities is still in the stage of practical application, so teachers lack the systematic and mature experience of integrating the Civics education theory course into English teaching, which leads to a lot of problems, and these problems affect the effect of Civics in the English classroom course. Therefore, the high-quality requirements for the teaching of Civic-Political education in English courses have posed a greater challenge to the improvement of teachers’ comprehensive quality.

Civic and political education in English courses refers to a comprehensive education concept that builds a model of educating people with all staff, the whole process of educating people, and educating people in all courses, so that English courses and Civic and political theory courses progress in the same direction and form a synergistic effect [5]. Literature [6] analyzes the problems and the necessity of the development of Civics and Politics in university English courses, and takes the teaching concept of teachers, the school’s curriculum system, and the classroom teaching mode as the perspectives, and proposes the specific teaching paths that can promote the integration of knowledge between English courses and Civics and Politics courses. Literature [7] examines the method of integrating ideological and political education with English language courses, proposes the teaching model of “ideological education + linguistics” to improve students’ participation, language comprehension, and logical thinking, and verifies and complements the feasibility and effectiveness of the proposed model through micro case studies. Literature [8] clarifies that the strengthening of ideological and political education in colleges and universities promotes the necessity of the implementation of interdisciplinary Civic and Political Education, and proposes to improve the quality of Civic and Political Teaching in English courses and to promote the overall development of college students’ comprehensive quality, in order to launch the feasibility analysis of the implementation of interdisciplinary Civic and Political Education. Literature [9] discusses the implementation method of Civic-Political integration in college English courses, aiming at realizing the goal of cultivating moral and talented professionals in colleges and universities by improving the quality of teachers, developing teaching materials and resources as well as innovating teaching modes and other strategies. Literature [10] shows that while information globalization brings students convenient communication methods, it also allows students to receive the impact of ideas from different values and ideologies, and through the development of Civic-Political Integration Education in College English Courses, it can not only help students set up the correct values, but also significantly improve the level of students’ knowledge of their disciplines. Literature [11] points out that the integration of ideological and political education in colleges and universities with the education of English courses can promote the establishment of the correct social cognitive outlook in the process of students’ English language learning, and play an important role in cultivating learning talents with outstanding English language learning ability and comprehensive ideological quality. Literature [12] puts forward the innovation of the concept, content, method and path of the university English course to provide a reliable implementation path for the university English teaching to take on the ideological and political education of colleges and universities, and strive to realize the goals of “dual-course fusion” and “full-course education”, The goal of “quality education” will be realized. Literature [13] analyzes the teaching value of Civic-Political Integration in English courses in colleges and universities, and by tapping into the Civic-Political elements in English teaching to expand the resources of college English teaching, teachers are able to create a synergistic nurturing teaching atmosphere and guide the students to form the correct ideological and moral concepts in the process of English learning.

Text mining is an important aspect of the interdisciplinary knowledge fusion research field, which has received more and more attention. In this paper, relevant literature and English teaching resources are selected as the research object, and the keywords are extracted from the text documents by using the LDA topic model to mine the hidden information of Civics and Politics in the text documents. The clustering method is introduced into the LDA topic model, and an interdisciplinary fusion research method based on literature clustering analysis is proposed. The connection between interdisciplinary disciplines is visualized through high-frequency keywords and keyword clustering mapping. By mining the Civics elements embedded in the textbooks and their horizontal and vertical distribution, it can reflect the development speed and application status of Civics interdisciplinarity in the English curriculum.

Interdisciplinary Text Mining for Civics in the English Curriculum

Like all other disciplines, the integration of Civics elements should not be rigid, and “Civics for the sake of Civics” is by no means our starting and ending point. Carving out a “position” in the lesson plan and implanting the so-called “ideological elements” is not the result we want. The combination of disciplines and Civics should be natural, and the most ideal state is to realize that Civics and disciplines have me and you in them, as if they are not implanted but blended into each other.

Algorithmic steps for LDA topic modeling

With the rapid development of natural language analysis methods, analyzing and mining text data through topic modeling, in-depth to the semantic level of the text can be derived from the technical hotspots and development trends in a certain field, which can provide ideas for industrial development and technology research and development.

Topic extraction and mining is a branch of text-oriented topic extraction research field, it is also a typical and effective application of text mining technology and news topic evolution analysis and topic tracking technology of a carrier, the era of information outbreak, the emergence of topic modeling, so that people from the long text to obtain information has become easy. Not only that, the topic model is an efficient and simple text data mining method that can extract semantic information from news text.

The core of the LDA topic model is to join the classical ideas of the Bayesian school, which adds prior knowledge in the model inference, and also introduces the concept of covariate distribution, the prior distribution and the likelihood function in the LDA topic model are covariate, which also makes the posterior probability able to have mathematical consistency with the prior probability, and this kind of mathematical consistency provides help for the derivation of the model and its solution, and in the model solution, the The model can use the result of the last obtained a posteriori distribution probability as the a priori probability distribution for the next model training, and repeat the iterative process until the model converges.

Four distributions are included in the LDA subject model, and the specific distribution forms are given below:

Binomial distribution: P(K=k)=( n k)pk(1p)nk

Beta distribution: f(x,α,β)=Γ(α+β)Γ(α)Γ(β)pα1(1p)β1

Polynomial distribution: P(x1,x2,x3xk,p1,p2,p3pk)=n!x1!xk!px11pkxk

Dirichlet distribution: f(x1,x2,x3xk,α1,α2,α3αk)=Γ(k=1Kαk)Πk1KΓ(αk)k1Kpkαk1

From the above equations, it can be seen that although these distributions are completely different in expression, it can be seen that there is a conjugate relationship between these distributions, i.e., binomial distribution is conjugate to Beta distribution and polynomial distribution is conjugate to Dirichlet distribution, and there is a mathematical consistency in these distributions.

The main algorithmic idea of the LDA topic model is to carry out continuous Bayesian inference and iteration on the M documents in the whole document data set through the predetermined number of topics K, so that the output of the model is the probability distribution of the topic words of the M documents in the text set, and the probability distribution of the feature words that can represent the topic.

The steps of LDA algorithm are as follows:

For dataset M:

Select K subject-word distribution ϕk~Dir(β) $\overrightarrow {{\phi _k}} {\sim}Dir\left( {\vec \beta } \right)$ , where k ∈ {1, 2, …, K}, Dir(β) denote Dirichlet distributions with parameter β .

For each document in the dataset:

Pick a topic from the document-topic distribution θm~Dir(α) , here m ∈ {1, 2, …, M}.

Repeat the following two processes until the word Wm,n in the document is generated, here n ∈ {1, 2, …, Nm}.

For each word Wm,n in the document a topic Zm,n is selected from the topic distribution, here Zm,n ∈ {1, 2, …, K}, for a total of k topics.

Sample the current word from this multinomial distribution based on the kth topic-word distribution ϕk corresponding to Zm, n.

Parameter Estimation of LDA Thematic Models

The complete solution of the LDA subject model is a very complex process, and the existing methods usually use methods such as Gibbs sampling and Bayesian derivation to find an approximate parametric solution. In this study, the Gibbs random sampling algorithm is mainly used in the parameter solution of the LDA subject model. The sampling method is used to simulate the sampling by combining the problem with a probabilistic model using a computer, and then the sampled random samples are solved, and the result of the solution can be used as an approximate solution of the parameters of the LDA model.

The core principle of Gibbs sampling is that, in the derivation of the LDA topic model, the Markov chain-based Monte Carlo method (MCMC) will first fix the other words in the document, so that the topics to which the other words belong will not be changed, and then construct a Markov chain, through which all the pre-subtracted words in the whole document are connected, and then these words are matched with the document Then, we connect all the pre-sorted words in the whole document through this Markov chain, and then correspond these words to each topic of the document one by one, and get the topic of the word through constant sampling, and wait until the topic probability of the model converges, then we can determine the topic to which the word belongs, and finally repeat the algorithm operation until all the words have corresponding topics.

Gibbs sampling is to solve the conditional probability p(Z|W) through the joint probability, and then use the conditional probability to sample the implied variables of each word, so that wi = wm,n, the corresponding topic is zi then the Gibbs sampling algorithm for the LDA model is shown in Equation (5): p(zi=k|Zi,W,α,β) = p(W,Z)p(W,Zi) = p(W,Z)p(Wi,Zi)p(wi) Δ(β+nk)Δ(β+nk,i)Δ(α+nm)Δ(α+nm,i) nk1i(t)+βt=1V(nk,i(t)+β)nm,i(k)+αm=1M(nm,i(k)+α)

By first finding the word-topic probability distribution and then finding the text-topic probability distribution. After arriving at the topic to which each word belongs by calculation, an approximation can be made to estimate the topic-word probability distribution parameters and the text-topic probability distribution parameters.

Interdisciplinary knowledge clustering analysis
Disciplinary integration knowledge discovery and visualization

In the existing literature dataset, from the disciplinary characteristics of journals, it is possible to understand the disciplines to which each piece of literature belongs intuitively, and from the classification number of the literature, it is possible to understand roughly which literature belongs to the fusion of two disciplines, such as the literature in the Journal of Intelligence, which has the classification number of “TP3”. However, since the classification number is given by the author or editor, it is highly subjective, so it is defective to use this method to identify the fusion literature of two disciplines. In order to overcome the defects of this method with human subjective will, it is necessary to find a fusion disciplinary literature identification method based on the essential characteristics of data.

Definition 1: Assume that the literature set A contains a total of two disciplines, which are denoted as Discipline I and Discipline II. Based on the disciplinary characteristics of the journals, A is divided into two subsets, A1 and A2, and C is said to be the fusion literature of the two disciplines if ∃φ, such that A1A2φ(U1,U2)C , where φ is a fuzzy division of the fuzzy subordinate degree function U of the dingbatin fuzzy division.

Definition 2: Assuming that K1 is the set of all keywords of A1, K2 is the set of all keywords of A2, K3 = K1K2, K1_3 = K1\K3, and K2_3 = K2\K3, we call K1 a subject I feature word, K2 a subject II feature word, and K3 a subject fusion feature word. Clearly, K1_3K3 = Φ and K2_3K3 = Φ.

Definition 3: The evaluation function G will be φ divided into evaluation criteria, G defined as follows: G=F1+F2=2P1R1(P1+R1)+2P2R2(P2+R2)

Among them, Pi, Ri, and Fi are the detection rate, accuracy rate, and F indicators of the i(i = 1, 2) categories. G is the sum of the F values of the two categories, and the principle of φ division is to ensure that a certain number of them are classified into the fusion category, but to ensure that the G value is higher.

Based on the above definitions, the discovery algorithm for fusion discipline literature is designed:

STEP1: Identify the category number of all literature based on the disciplinary characteristics of the journal.

STEP2: Extract the keywords of the two categories of literature and construct the discipline-specific keyword sets K1_3, K2_3 and K3.

STEP3: Calculate the sum of the frequencies of the keywords in the first feature keyword set in the title, Chinese keywords and Chinese abstract of each literature respectively to divide the frequency.

STEP4: Construct VSM matrix, with literature as rows and three features as columns to construct the matrix, and the matrix element is frequency (the contribution of literature to the features).

STEP5: Specify the data, since each element represents the frequency of its occurrence in each column and the three feature spaces have different dimensions, specification of the data is done to eliminate the bias of the magnitude.

STEP6: The specified VSM matrix is clustered using FCM algorithm.

STEP7: For the clustered results, the affiliation function is adjusted and the results are output when the evaluation function is optimal.

Degree of disciplinary integration and view of integration

Disciplinary integration is an important form of contemporary scientific research, and understanding and measuring the degree of disciplinary integration in interdisciplinary research is a difficult and hot topic in contemporary bibliometrics. The current understanding of disciplinary fusion research only stays on the surface, i.e., there is a great lack of overall understanding and essential research on the development of interdisciplinary research. To study and measure interdisciplinarity from the perspective of bibliometrics and to construct an interdisciplinary measurement index system based on multidisciplinarity, specialization, disciplinary fusion and author cooperation, the proposed disciplinary fusion indexes are based on citations and do not take into account the amount of disciplinary publications and disciplinary co-words contributing to disciplinary fusion, which has some limitations, respectively, from the amount of disciplinary fusion literature and disciplinary fusion co-words to measure the integration relationship between disciplines.

The discipline integration factor is proposed based on the number of disciplinary publications, which is used to describe the degree of integration between two disciplines. Discipline integration factor is based on keywords. Since the research direction of disciplines is based on keywords, the relationship between keywords can be used to measure the degree of integration between two disciplines in terms of research direction.

Definition 4: Discipline Integration Factor: assuming that the set of keywords in Discipline I literature is k1, the set of keywords in Discipline II literature is k2, and the set of keywords common to the two disciplines is k3, the integration of the two disciplines is defined as: a=k3k1+k2k3

Analysis of interdisciplinary knowledge integration between English and Civics and Politics
Visual Analysis of Discipline Integration

Discipline fusion knowledge visualization is an aspect of knowledge visualization, focusing on multiple disciplines fusion direction i.e. disciplinary commonality research, the main indexes of visualization include: disciplinary fusion based on the proportion of common words, disciplinary fusion view based on clustering perspective and so on.

Keywords are the core and focus of each piece of literature and are usually highly generalized. In the visualization analysis, the recurring keywords and theme words can be approximated as the research hotspots in the field. Using the “Keyword” node in CiteSpace, the time slice is 1 year, and the frequency and centrality of keywords are analyzed by pruning the slice network, and the relationship between frequency and centrality is shown in Table 1. The node size usually indicates the frequency size and degree centrality of node keywords, this paper selects the degree centrality to draw the co-occurrence mapping, and the node whose degree centrality is greater than 6 is marked by the text focus. The degree centrality of a node refers to the number of all the shortest paths passing through the node in the mapping network, which is a measure of the size of the node’s connectivity role in the overall network, so the higher the centrality of a node, the more it appears on the shortest paths in the overall network, and the greater its influence and importance. Through the co-occurrence map, it can be seen that in addition to the limited keywords of the two research fields of “English” and “curriculum ideology and politics”, the node size of “teaching design” is the largest, while the nodes of keywords such as “cultural confidence”, “moral cultivation” and “university” are slightly smaller, and through the distribution of colors in the nodes, it can be seen that the two keywords of “English” and “curriculum ideology and politics” span the entire research period, while other smaller keyword nodes usually only exist for one to two years. In addition to degree centrality, CiteSpace can calculate the intermediary centrality between nodes, and when the intermediary centrality of a node is greater than 0.1, it can usually be regarded as a key node in this field. Only the two keywords “English” and “curriculum ideology and politics” have an intermediary centrality greater than 0.1, but the intermediary centrality of the two keywords “curriculum reform” and “cultural self-confidence” are 0.09 and 0.07, respectively, which are closest to 0.1 in the list, so they can be approximated as sub-critical nodes. Therefore, in the field of ideology and politics in English courses, the main research direction is the education of moral cultivation centered on curriculum reform and design, as well as cultural self-confidence.

Frequency of keywords and center table

Year Keyword Frequency Intermediate center
2018 Course thinking 112 1.23
2019 English 48 0.31
2020 Teaching reform 7 0.02
2019 Teaching design 7 0.04
2020 Cultural confidence 6 0.07
2020 Thinking of education 6 0.05
2023 University 6 0.03
2022 Teaching 6 0.01
2022 Lider 5 0.01
2021 Melding 5 0.01
2020 College student 5 0.01
2021 Thinking element 5 0.04
2023 Curriculum reform 5 0.09
2020 Practical path 4 0.01
2022 Implementation path 4 0.01
2022 Thinking 3 0.01
2021 Course teaching 2 0.05

The co-occurrence map is shown in Figure 1, the clustering map of the clustering analysis keywords can indicate different research hotspots in the field, and the clustering analysis map can be obtained according to the clustering calculation in CiteSpace, and the clustering analysis can be obtained after screening out the four categories with more sub-elements, as shown in Figure 1. Through the cluster analysis chart, it can be seen that the keywords in this field can be divided into four categories: “English”, “ideological and political education”, “cultural self-confidence” and “ideological and political elements”. Since “English” and “curriculum ideology and politics” are the keywords that define the research field, it can be seen that the keyword “English” appears in the category of ideological and political education, while the keyword “curriculum ideology and politics” appears in the English category. In addition, it can be seen that the four categories are not independent of each other, but have certain connections and intersections, such as the intersection of “ideological and political elements” and “ideological and political education”, and the intersection of “English” and “cultural self-confidence”. The diagram mainly shows the connections within the categories, but there are also cross-category connections. Although the field can be divided into four main research categories, there are also rich exchanges and associations between them.

Figure 1.

Key word clustering pattern

Research on Mining and Application of Civic and Political Elements in English Teaching Materials
Analysis of the Civic and Political Elements of the English Textbook Curriculum

Teaching materials and resources include the use of teaching materials and the preparation of teaching resources. Before implementation, the Civic and Political elements in the textbooks should be fully explored, and the articulation of the textbooks across academic segments should be taken into account. Teaching resources include both technological tools and online resources used to support Civics in English courses, such as e-textbooks, interactive exercises, video lectures, etc., as well as offline teaching resources related to the textbooks. Teachers should consider whether the textbooks and teaching resources incorporate elements of Civics and Politics, such as social issues and ethical values, and whether they have the ability to cultivate students’ intercultural communication skills and critical thinking skills, and whether they have a value-led role in order to enhance students’ comprehensive literacy.

By mining and categorizing the Civics and Politics elements of the curriculum in Compulsory Books 1-3 of the English textbook, the distribution of the Civics and Politics elements of the curriculum can be statistically analyzed. This study focuses on two dimensions: the horizontal dimension is to analyze the total number and total percentage of the three categories of cultural foundation, autonomous development and social participation, and the number and percentage of the Civics and Politics elements under each category in each textbook respectively. The vertical dimension is to take a comprehensive look at the total number and percentage of Civics and Politics elements in the compulsory 1-3 volumes of the curriculum, and the number and percentage of Civics and Politics elements under each category, so as to arrive at the distribution pattern of Civics and Politics elements in the high school English textbooks.

Summarized as shown in Table 2, the mandatory a total of 30 elements of course ideology and politics are excavated, the cultural foundation category is 11, accounting for about 36.67% of the total, of which 8 are humanistic heritage, accounting for about 26.67% of the total, and 3 are scientific spirit, accounting for about 10% of the total. The category of independent development is 9, accounting for about 30% of the total, of which 2 are learning to learn, accounting for about 6.67% of the total, and 7 are healthy life, accounting for about 23.33% of the total. The category of social participation is 10, accounting for about 33.33% of the total, of which 7 are on responsibility, accounting for about 23.33% of the total, and 3 are on practice and innovation, accounting for about 10% of the total. In the process of excavation and classification, we insist that each unit is centered on the theme of the unit for the excavation of the civic and political elements, for example, the theme of the first unit is the life of teenagers, which is about the challenges of teenagers’ newborns, the difficulties they encountered, and the problems of generating anxiety or indulging in electronic products such as cell phones, etc. We can consider the excavation of civic and political elements in terms of joyful learning, good thinking, sound personality, self-management, and valuing life, and therefore, the excavated civic and political elements are Learning to learn and healthy life, belonging to the category of autonomous development, as do other mining and classification procedures.

The lateral distribution of the curriculum(Required 1)

Categories Thinking element Quantity (Frequency) That’s more than (%). Total quantity (Frequency) Total ratio
Cultural foundation Cultural background 8 26.67% 11 36.67%
Scientific spirit 3 10.00%
Autonomous development Learn to learn 2 6.67% 9 30%
Healthy life 7 23.33%
Social participation Responsibility 7 23.33% 10 33.33%
Practical innovation 3 10.00%
Total 30

The summary of English Compulsory II, as shown in Table 3, tapped 47 elements of course ideology and politics, 21 cultural foundation categories, accounting for about 44.68% of the total, of which the humanistic heritage, scientific spirit, learning to learn, healthy life, responsibility and practical innovation were: 14, 7, 5, 4, 10 and 7 respectively.

The lateral distribution of the curriculum (Required 2)

Categories Thinking element Quantity (Frequency) That’s more than (%). Total quantity (Frequency) Total ratio
Cultural foundation Cultural background 14 29.79% 21 44.68%
Scientific spirit 7 14.89%
Autonomous development Learn to learn 5 10.64% 9 19.15%
Healthy life 4 8.51%
Social participation Responsibility 10 21.28% 17 36.17%
Practical innovation 7 14.89%
Total 47

The summary of English Compulsory II is shown in Table 4, while Compulsory III tapped a total of 49 elements of the course’s Civics and Politics, with 21 and 20 in the Cultural Foundations and Social Participation categories. The autonomous development category was 8, accounting for about 16.33% of the total.

The lateral distribution of the curriculum (Required 3)

Categories Thinking element Quantity (Frequency) That’s more than (%). Total quantity (Frequency) Total ratio
Cultural foundation Cultural background 14 28.57% 21 42.86%
Scientific spirit 7 14.29%
Autonomous development Learn to learn 4 8.16% 8 16.33%
Healthy life 4 8.16%
Social participation Responsibility 14 28.57% 20 40.82%
Practical innovation 6 12.24%
Total 49
Vertical Distribution of Curriculum Civics Elements in English Textbooks

The vertical distribution of course Civics in the textbook mainly looks at the proportion of course Civics elements in the total number of compulsory books 1-3, the number of Civics elements in each category and their proportion. First of all, from the total number of Civic and Political elements in the three categories, the total number of Civic and Political elements in the three categories is shown in Table 5, the total number of Civic and Political elements in the Civic and Political elements in the reading section of the three compulsory textbooks is 143, of which 28 are in Compulsory 1, accounting for about 19.58% of the total. Compulsory II 66, accounting for about 46.15% of the total. Compulsory III 49, about 34.27% of the total.

The longitudinal distribution of the curriculum

Categories Cultural foundation/Frequency Accounting ratio/% Autonomous development (Frequency) Accounting ratio/% Social participation / Frequency Accounting ratio/%
Required 1 10 19.23% 7 35.00% 11 15.49%
Required 2 20 38.46% 8 40.00% 38 53.52%
Required 3 22 42.31% 5 25.00% 22 30.99%
Total 52 20 71

As can be seen from the table, the distribution of Civics elements in English textbooks basically shows an increasing trend, reflecting the requirement of gradually strengthening Civics guidance and education for college students after the revision of the textbooks, and laying a good foundation for the implementation of Civics in the curriculum. The arrangement of the contents from Compulsory I to Compulsory III has certain logical implication. As Compulsory I is the starting point of the senior high school stage, students crossing over from junior high school to senior high school may feel confused and face difficulties in their psychology, learning and life, so the teaching content, while inputting the cultural foundation, also focuses on guiding students to be proactive in their independent development, which reflects the elements of the Civics and Politics of Learning to Learn and Living a Healthy Life. At the same time, students should be encouraged to strive for social participation, social responsibility, enrichment, and self-improvement, which lays the foundation for students to adapt to university life. As students’ learning ability improves and their mind matures, the input of cultural knowledge should be appropriately increased, with less self-development sections in Compulsory 2 and Compulsory 3 and more cultural foundations, such as the protection and promotion of cultural heritage, historical traditions, festivals and celebrations, and morals and virtues, so as to strengthen students’ value shaping and civic guidance and to form the correct outlook on the three values and cultural awareness.

Conclusion

This paper makes full use of the text mining technique of LAD topic modeling and cluster analysis to mine the knowledge of interdisciplinary integration by taking the literature and teaching resources of English curriculum Civics as the research object. Thus, it focuses on the research hotspots and the current status of application of English Curriculum Civics, and provides an effective method for the research of interdisciplinary integration. The results show that in the research of interdisciplinary integration of English curriculum Civics and Politics, the main research development directions are curriculum reform, design, and cultural self-confidence. The keywords are clustered into four categories: “English”, “Civic Education”, “Cultural Confidence” and “Civic Elements”. However, there are rich exchanges and connections between the categories. From Compulsory I to Compulsory III, the trend of the Civic and Political elements of the English textbooks is gradually increasing, which is reflected in the English course, and the Civic and Political guidance needs to be further strengthened in order to cultivate the new age college students who have both professional knowledge and moral character.

Język:
Angielski
Częstotliwość wydawania:
1 razy w roku
Dziedziny czasopisma:
Nauki biologiczne, Nauki biologiczne, inne, Matematyka, Matematyka stosowana, Matematyka ogólna, Fizyka, Fizyka, inne