CN111506923A - Teaching educational administration information and teaching platform data synchronization method and system - Google Patents

Teaching educational administration information and teaching platform data synchronization method and system Download PDF

Info

Publication number
CN111506923A
CN111506923A CN202010392544.2A CN202010392544A CN111506923A CN 111506923 A CN111506923 A CN 111506923A CN 202010392544 A CN202010392544 A CN 202010392544A CN 111506923 A CN111506923 A CN 111506923A
Authority
CN
China
Prior art keywords
platform
data
intermediate library
data table
application server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010392544.2A
Other languages
Chinese (zh)
Other versions
CN111506923B (en
Inventor
王晖
巫川
王胜辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Able Digital & Tech Co ltd
Original Assignee
Shanghai Able Digital & Tech Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Able Digital & Tech Co ltd filed Critical Shanghai Able Digital & Tech Co ltd
Priority to CN202010392544.2A priority Critical patent/CN111506923B/en
Publication of CN111506923A publication Critical patent/CN111506923A/en
Application granted granted Critical
Publication of CN111506923B publication Critical patent/CN111506923B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/20Education
    • G06Q50/205Education administration or guidance

Abstract

A teaching educational administration information and teaching platform data synchronization method and system, the method includes the following steps, the correlation step, set up the platform intermediate library connected with every learning platform in the teaching platform LAN, set up the data exchange intermediate library connected with educational administration system in the Intranet of school; a table building step, namely building an input data table in the platform intermediate library, building an output data table in the data exchange intermediate library, wherein the platform intermediate library and the data exchange intermediate library are both provided with storage entries of all fields in the input data table and the output data table; and a synchronization step, in which the synchronous application server scans whether the input data table and the output data table have changed data, and if the changed data exist, the changed data are synchronized to the educational administration system or the learning platform. The invention has the advantage of fully ensuring the accuracy and the safety of the data.

Description

Teaching educational administration information and teaching platform data synchronization method and system
Technical Field
The invention relates to the technical field of network data security management, in particular to a method and a system for synchronizing teaching educational administration information and teaching platform data.
Background
In order to help teachers and students to complete informatization teaching better, managers in schools also conduct teaching management better, and schools generally purchase educational administration systems and teaching systems. The two types of systems are usually developed by different companies, the deployment modes are different, the educational administration system is generally deployed in the local of a school, and the educational administration system is generally deployed in the cloud. The two systems need high-frequency data synchronization, for example, teacher lesson information and student lesson selection information in the educational administration system need to be synchronized to the educational administration system, and the achievements generated in the educational administration system need to be synchronized to the educational administration system. After the student selects a class, the student often needs to start learning immediately, so that the requirement on synchronization instantaneity is high. After the result is obtained, the sensitive information can be neither easily leaked nor subjected to any error, so that high requirements are also placed on the safety and accuracy of synchronization. Before this, data is exported from system a and then imported into system B usually in an excel table manner. Due to the data format differences between systems, the data exported by system a cannot be directly used, and must be manually adjusted to a format acceptable to system B for successful import. The method is time-consuming and labor-consuming, cannot ensure real-time updating of data, has the risk of information leakage, and is very easy to make mistakes. And the system A updates the data of the system B in real time when the data are changed. However, the use of this scheme means that the systems from two companies can directly call the interface of the other side, and the security of the interface and data cannot be guaranteed. In addition, due to the lack of backup of data, in case of errors in transmission, the source of the data cannot be traced back, and the accuracy of the data cannot be guaranteed.
Disclosure of Invention
The invention aims to provide a method and a system for synchronizing teaching educational administration information and teaching platform data.
The technical purpose of the invention is realized by the following technical scheme: a method for synchronizing teaching affair information and teaching platform data includes the following steps,
a correlation step, namely, setting a platform intermediate library connected with each learning platform in a teaching platform local area network, and setting a data exchange intermediate library connected with a educational administration system in a school intranet;
a table building step, namely building an input data table in the platform intermediate library, building an output data table in the data exchange intermediate library, wherein the platform intermediate library and the data exchange intermediate library are both provided with storage entries of all fields in the input data table and the output data table;
and a synchronization step, in which the synchronous application server scans whether the input data table and the output data table have changed data, and if the changed data exist, the changed data are synchronized to the educational administration system or the learning platform.
Preferably, in the synchronizing step, the synchronization application server communicates with the platform intermediate library through an https protocol.
Preferably, the data exchange intermediate library and the platform intermediate library are MySQ L or SqlServer or oracle.
Preferably, in the synchronizing step, the synchronization application server scans whether there is changed data in the input data table and the output data table, and if there is changed data, synchronizes the changed data to the platform intermediate repository and the data exchange intermediate repository, and then synchronizes the changed data to the learning platform and the educational administration system from the platform intermediate repository and the data exchange intermediate repository.
Preferably, in the table creating step, a synchronous data segment is provided in both the input data table and the output data table, and the contents of fields in the synchronous data segments in the input data table and the output data table are the same.
Preferably, in the synchronizing step, the synchronization application server synchronously stores the current input data table and the data in the output data table after completing scanning each time to form a comparison data table, and the synchronization application server compares the input data table and the output data table of the target of the next scanning through the comparison data table.
A teaching educational administration information and teaching platform data synchronization system comprises a teaching administration system, a learning platform, a data exchange intermediate library, a platform intermediate library and a synchronization application server; the educational administration system is connected with the data exchange intermediate library through an intranet, the learning platform is connected with the platform intermediate library through the intranet, and the data exchange intermediate library is communicated with the platform intermediate library only through the synchronous application server.
Preferably, the synchronous application server is arranged in a DMZ zone of a school, and at least one firewall is arranged between the data exchange intermediate library and the synchronous application server and between the platform intermediate library and the synchronous application server.
Preferably, the synchronous application server is connected to the data exchange intermediate library through an intranet, the synchronous application server, the data exchange intermediate library and the educational administration system are arranged in the same intranet, the platform intermediate library is connected to the synchronous application server through an extranet, and at least one firewall is arranged between the platform intermediate library and the extranet and between the synchronous application server and the extranet.
In conclusion, the invention has the following beneficial effects:
the invention has the advantage of fully ensuring the accuracy and the safety of the data.
Drawings
FIG. 1 is a schematic topology diagram of a first embodiment of the system of the present invention;
FIG. 2 is a topology diagram of a second embodiment of the system;
in the figure: 1-a educational administration system; 2-a learning platform; 3-data exchange intermediate library; 4-platform intermediate library; 5-synchronizing the application servers; 6-inner net; a 7-DMZ region; 8-firewall; 9-outer net.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings.
The embodiment of the method of the invention comprises a correlation step, a table building step and a synchronization step,
a correlation step, namely arranging platform intermediate libraries 4 connected with each learning platform 2 in a teaching platform local area network, and arranging a data exchange intermediate library 3 connected with a educational administration system 1 in a school intranet 6;
establishing an input data table in a platform intermediate library 4, wherein the content of the input data table comprises the learning data and the work and examination result information of students on a learning platform 2, and establishing an output data table in a data exchange intermediate library 3, wherein the output data table comprises teacher lesson opening information, the input data table and the storage items of all fields in the output data table are arranged in the student course selection information platform intermediate library 4 and the data exchange intermediate library 3, the data exchange intermediate library 3 and the platform intermediate library 4 are MySQ L or SqlServer or oracle or other common databases, synchronous data sections are arranged in the input data table and the output data table, and the content of the fields in the synchronous data sections in the input data table and the output data table is the same;
a synchronization step, in which a synchronous application server 5 scans an input data table and an output data table to determine whether changed data exists, if so, the synchronous application server 5 directly synchronizes the changed data to a educational administration system 1 or a learning platform 2, and the specific method is that the synchronous application server 5 scans the input data table and the output data table to determine whether changed data exists, if so, the changed data is synchronized to a platform intermediate library 4 and a data exchange intermediate library 3, and then the platform intermediate library 4 and the data exchange intermediate library 3 are synchronized to the learning platform 2 and the educational administration system 1, for example: when the homework and examination result information in the input data table changes, the changed homework and examination result information is used as changed data, the synchronous application server 5 synchronizes the changed data to the data exchange intermediate library 3, and then the data exchange intermediate library 3 synchronizes the changed data to the educational administration system 1 through the intranet 6 communication; example two: when the teacher information of the output data sheet changes, the changed teacher public lesson information is changed data, the synchronous application server 5 synchronizes the changed data to the platform intermediate library 4, and after the changed data is synchronized to the platform intermediate library 4, the platform intermediate library 4 synchronizes the changed data to the learning platform 2 through the intranet 6 communication.
In the synchronization step in the embodiment of the method, the synchronization application server 5 communicates with the platform intermediate library 4 through an https protocol.
In the synchronization step in the embodiment of the method, the first implementation manner of scanning and comparing by the synchronous application server 5 is that the synchronous application server 5 synchronously stores the data in the current input data table and the current output data table after completing scanning each time to form a comparison data table, the synchronous application server 5 compares the input data table and the output data table of the target scanned next time through the comparison data table, and if the comparison result has changed data, the synchronous application server performs synchronous operation; the second embodiment of the scan comparison of the synchronous application server 5 is that the synchronous application server 5 scans the modification time of the input data table and the output data table, compares the modification time with the last scan time, and performs the synchronization operation if the modification time is after the last scan time, in the process, all data in the synchronous data segment are regarded as changed data.
As shown in fig. 1, the first embodiment of the system of the present invention includes a educational administration system 1, a learning platform 2, a data exchange intermediate library 3, a platform intermediate library 4, and a synchronous application server 5; the educational administration system 1 is connected with the data exchange intermediate library 3 through an intranet 6, the learning platform 2 is connected with the platform intermediate library 4 through the intranet 6, and the data exchange intermediate library 3 is communicated with the platform intermediate library 4 only through the synchronous application server 5. The synchronous application server 5 is arranged in a DMZ zone 7 of a school, and at least one firewall 8 is arranged between the data exchange intermediate library 3 and the synchronous application server 5 and between the platform intermediate library 4 and the synchronous application server 5.
As shown in fig. 2, the second embodiment of the system of the present invention includes a educational administration system 1, a learning platform 2, a data exchange intermediate library 3, a platform intermediate library 4, and a synchronous application server 5; the educational administration system 1 is connected with the data exchange intermediate library 3 through an intranet 6, the learning platform 2 is connected with the platform intermediate library 4 through the intranet 6, and the data exchange intermediate library 3 is communicated with the platform intermediate library 4 only through the synchronous application server 5. The synchronous application server 5 is connected with the data exchange intermediate library 3 through an internal network 6, the synchronous application server 5, the data exchange intermediate library 3 and the educational administration system 1 are arranged in the same internal network 6, the platform intermediate library 4 is connected with the synchronous application server 5 through an external network 9, and at least one firewall 8 is arranged between the platform intermediate library 4 and the external network 9 and between the synchronous application server 5 and the external network 9.
The present embodiment is only for explaining the present invention, and it is not limited to the present invention, and those skilled in the art can make modifications of the present embodiment without inventive contribution as needed after reading the present specification, but all of them are protected by patent law within the scope of the claims of the present invention.

Claims (9)

1. A method for synchronizing teaching educational administration information and teaching platform data is characterized in that: comprises the following steps of (a) carrying out,
a correlation step, namely arranging platform intermediate libraries (4) connected with each learning platform (2) in a teaching platform local area network, and arranging a data exchange intermediate library (3) connected with a educational administration system (1) in a school intranet (6);
establishing a table, namely establishing an input data table in the platform intermediate library (4), establishing an output data table in the data exchange intermediate library (3), wherein storage entries of all fields in the input data table and the output data table are arranged in both the platform intermediate library (4) and the data exchange intermediate library (3);
and a synchronization step, wherein the synchronous application server (5) scans whether the input data table and the output data table have changed data, and if the changed data exist, the changed data are synchronized to the educational administration system (1) or the learning platform (2).
2. The method of claim 1, wherein the method comprises the steps of: in the synchronization step, the synchronization application server (5) communicates with the platform intermediate library (4) through https protocol.
3. The method for synchronizing teaching educational administration information and teaching platform data according to claim 1, wherein the data exchange intermediate library (3) and the platform intermediate library (4) are MySQ L or SqlServer or oracle.
4. The method of claim 1, wherein the method comprises the steps of: in the synchronization step, the synchronization application server (5) scans whether the input data table and the output data table have changed data, if so, the change data is synchronized to the platform intermediate library (4) and the data exchange intermediate library (3), and then the platform intermediate library (4) and the data exchange intermediate library (3) are synchronized to the learning platform (2) and the educational administration system (1).
5. The method of claim 1, wherein the method comprises the steps of: in the table building step, synchronous data sections are arranged in the input data table and the output data table, and the contents of fields in the synchronous data sections in the input data table and the output data table are the same.
6. The method of claim 5, wherein the method comprises the steps of: in the synchronization step, the synchronous application server (5) synchronously stores the current input data table and the data in the output data table after completing scanning each time to form a comparison data table, and the synchronous application server (5) compares the input data table and the output data table of the target scanned next time through the comparison data table.
7. The utility model provides a teaching educational administration information and teaching platform data synchronization system which characterized in that: the system comprises a educational administration system (1), a learning platform (2), a data exchange intermediate library (3), a platform intermediate library (4) and a synchronous application server (5); the educational administration system (1) is connected with the data exchange intermediate library (3) through an intranet (6), the learning platform (2) is connected with the platform intermediate library (4) through the intranet (6), and the data exchange intermediate library (3) is communicated with the platform intermediate library (4) only through the synchronous application server (5).
8. The method of claim 1, wherein the method comprises the steps of: the synchronous application server (5) is arranged in a DMZ zone (7) of a school, and at least one firewall (8) is arranged between the data exchange intermediate library (3) and the synchronous application server (5) and between the platform intermediate library (4) and the synchronous application server (5).
9. The method of claim 1, wherein the method comprises the steps of: synchronous application server (5) through intranet (6) with database (3) are connected in the middle of the data exchange, just synchronous application server (5) database (3) in the middle of the data exchange educational administration system (1) set up in same intranet (6), platform middle base (4) through extranet (9) with synchronous application server (5) are connected, platform middle base (4) and extranet (9) between, synchronous application server (5) with all be provided with at least one firewall (8) between extranet (9).
CN202010392544.2A 2020-05-11 2020-05-11 Teaching educational administration information and teaching platform data synchronization method and system Active CN111506923B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010392544.2A CN111506923B (en) 2020-05-11 2020-05-11 Teaching educational administration information and teaching platform data synchronization method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010392544.2A CN111506923B (en) 2020-05-11 2020-05-11 Teaching educational administration information and teaching platform data synchronization method and system

Publications (2)

Publication Number Publication Date
CN111506923A true CN111506923A (en) 2020-08-07
CN111506923B CN111506923B (en) 2021-05-11

Family

ID=71865066

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010392544.2A Active CN111506923B (en) 2020-05-11 2020-05-11 Teaching educational administration information and teaching platform data synchronization method and system

Country Status (1)

Country Link
CN (1) CN111506923B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113297325A (en) * 2021-05-04 2021-08-24 西安博达软件股份有限公司 Unauthorized data pre-correction method and system in homepage platform data synchronization

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050125463A1 (en) * 2003-12-03 2005-06-09 Microsoft Corporation Business data migration using metadata
US20090043726A1 (en) * 2007-08-09 2009-02-12 Michael Watzke Spatial join in a parallel database management system
CN101620624A (en) * 2009-08-13 2010-01-06 公安部第一研究所 Method for synchronizing data between different databases under physical isolating condition
CN104615759A (en) * 2015-02-13 2015-05-13 厦门雅迅网络股份有限公司 Data synchronization method for different business system platforms
CN104699760A (en) * 2015-02-11 2015-06-10 安徽继远电网技术有限责任公司 Data synchronization method used for heterogeneous system and based on safety isolation
CN107659433A (en) * 2017-09-08 2018-02-02 中国联合网络通信集团有限公司 A kind of cloud resource dispatching method and equipment
CN108304731A (en) * 2017-12-21 2018-07-20 山东浪潮云服务信息科技有限公司 A kind of method, system and information processing platform that management business data calls
CN108540518A (en) * 2017-09-13 2018-09-14 韩宁康 A kind of learning System and method
CN108596413A (en) * 2017-10-12 2018-09-28 苏州大学文正学院 Student-directed comprehensive quantification appraisal system
CN108733701A (en) * 2017-04-20 2018-11-02 杭州施强教育科技有限公司 A kind of query page buffer control method applied to online education
CN109039739A (en) * 2018-08-01 2018-12-18 南瑞集团有限公司 A kind of power communication field failure diagnostic method improving fuzzy Petri
CN109410099A (en) * 2018-10-25 2019-03-01 安徽创见未来教育科技有限公司 A kind of on-line study platform with supervisory role
CN109492038A (en) * 2018-11-02 2019-03-19 鲁班(北京)电子商务科技有限公司 Data distribution system between a kind of heterogeneous system based on micro-kernel and asynchronous queue
CN110059128A (en) * 2019-04-27 2019-07-26 陆佳琦 A kind of shared education resources system
CN110111619A (en) * 2019-03-21 2019-08-09 南京林业大学 Electronic platform of assistant and its assiatant's method

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050125463A1 (en) * 2003-12-03 2005-06-09 Microsoft Corporation Business data migration using metadata
US20090043726A1 (en) * 2007-08-09 2009-02-12 Michael Watzke Spatial join in a parallel database management system
CN101620624A (en) * 2009-08-13 2010-01-06 公安部第一研究所 Method for synchronizing data between different databases under physical isolating condition
CN104699760A (en) * 2015-02-11 2015-06-10 安徽继远电网技术有限责任公司 Data synchronization method used for heterogeneous system and based on safety isolation
CN104615759A (en) * 2015-02-13 2015-05-13 厦门雅迅网络股份有限公司 Data synchronization method for different business system platforms
CN108733701A (en) * 2017-04-20 2018-11-02 杭州施强教育科技有限公司 A kind of query page buffer control method applied to online education
CN107659433A (en) * 2017-09-08 2018-02-02 中国联合网络通信集团有限公司 A kind of cloud resource dispatching method and equipment
CN108540518A (en) * 2017-09-13 2018-09-14 韩宁康 A kind of learning System and method
CN108596413A (en) * 2017-10-12 2018-09-28 苏州大学文正学院 Student-directed comprehensive quantification appraisal system
CN108304731A (en) * 2017-12-21 2018-07-20 山东浪潮云服务信息科技有限公司 A kind of method, system and information processing platform that management business data calls
CN109039739A (en) * 2018-08-01 2018-12-18 南瑞集团有限公司 A kind of power communication field failure diagnostic method improving fuzzy Petri
CN109410099A (en) * 2018-10-25 2019-03-01 安徽创见未来教育科技有限公司 A kind of on-line study platform with supervisory role
CN109492038A (en) * 2018-11-02 2019-03-19 鲁班(北京)电子商务科技有限公司 Data distribution system between a kind of heterogeneous system based on micro-kernel and asynchronous queue
CN110111619A (en) * 2019-03-21 2019-08-09 南京林业大学 Electronic platform of assistant and its assiatant's method
CN110059128A (en) * 2019-04-27 2019-07-26 陆佳琦 A kind of shared education resources system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
刘力夫: "计量一体化系统数据交换平台研究与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *
张博: "基于数据共享平台的校园一卡通数据共享设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *
张少健: "《基于动环监控技术的发电机远程控制系统研究与开发》", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113297325A (en) * 2021-05-04 2021-08-24 西安博达软件股份有限公司 Unauthorized data pre-correction method and system in homepage platform data synchronization

Also Published As

Publication number Publication date
CN111506923B (en) 2021-05-11

Similar Documents

Publication Publication Date Title
CN110111619B (en) Electronic teaching assistant platform and teaching assistant method thereof
CN104504949A (en) Remote education information platform system
CN111506923B (en) Teaching educational administration information and teaching platform data synchronization method and system
Branscombe et al. Students teaching/teachers learning
CN110110096A (en) Artificial intelligence K12 knowledge mapping makes management system and implementation method
CN103646572A (en) Classroom system with group cooperative learning function
CN104915740A (en) Network teaching platform composed of group membership
Santiko et al. Model review on the proposed new smart campus framework in achieving industry 4.0
McEwan et al. Developing public health management training capacity in Nicaragua
CN109033414A (en) A kind of implementation method for the remote control experimental facilities that virtual reality combines
KR20150089425A (en) Mathematics learning system for self leading using internet network
Başaran et al. ‘Net-Class’, A Multilingual Web based Learning Management Tool
Zulfarian et al. Designing Enterprise Architecture for Academics Information System Platform using the Open Group Architecture Framework Architecture Development Method
CN110867108A (en) Intelligent teaching platform based on internet of things
Masdeu The transformative use of work-based learning in the design studio: Connecting academia and architectural practice
CN113112385B (en) Civil aviation air traffic control training platform system
Fu Design and Research of College Credit Offering System Based on Block Chain Technology
Erlindriyani et al. Web Service for Monitoring Activities VR Electrical Experiment in Indonesian Vocational High School
KR20230100388A (en) Method for servicing study paper by using erp based on web
Griffiths et al. Ofsted, the Teacher Training Agency and initial teacher education: a case study
Bri et al. Analysis and comparative of virtual learning environments
Shen et al. Research on the application of computer Internet digital technology in the student work smart management systems
Aryanto et al. THE CHALLENGES AND BENEFITS OF KNOWLEDGE MANAGEMENT SYSTEM TO LIBRARIAN COMPETENCIES AND SKILLS: A SYSTEMATIC LITERATURE REVIEW
Zeng et al. Research on the reform of integrated talent cultivation of middle and high school undergraduate in the context of 1+ X certificate
Richards Learning from Mom and Pop:“Making Do” in Design

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 901, 902, 903, 904, building 1, 1188 Qinzhou North Road, Xuhui District, Shanghai

Applicant after: Shanghai Zhuoyue Ruixin Digital Technology Co.,Ltd.

Address before: Room 901, 902, 903, 904, building 1, 1188 Qinzhou North Road, Xuhui District, Shanghai

Applicant before: SHANGHAI ABLE DIGITAL & TECH Co.,Ltd.

GR01 Patent grant
GR01 Patent grant