CN111462290A - Unity 3D-based chemical virtual simulation experiment system and development method thereof - Google Patents

Unity 3D-based chemical virtual simulation experiment system and development method thereof Download PDF

Info

Publication number
CN111462290A
CN111462290A CN202010334668.5A CN202010334668A CN111462290A CN 111462290 A CN111462290 A CN 111462290A CN 202010334668 A CN202010334668 A CN 202010334668A CN 111462290 A CN111462290 A CN 111462290A
Authority
CN
China
Prior art keywords
experiment
module
user
simulation
virtual
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.)
Pending
Application number
CN202010334668.5A
Other languages
Chinese (zh)
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.)
Fuzhou University
Original Assignee
Fuzhou University
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 Fuzhou University filed Critical Fuzhou University
Priority to CN202010334668.5A priority Critical patent/CN111462290A/en
Publication of CN111462290A publication Critical patent/CN111462290A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B9/00Simulators for teaching or training purposes

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Educational Administration (AREA)
  • Educational Technology (AREA)
  • Computer Graphics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to a Unity 3D-based chemical virtual simulation experiment system and a development method thereof, wherein the system comprises a background management module, an experiment teaching module, an experiment operation module, a developer module, a search module and a comment module; the background management module is used for carrying out operations including user information management, role information management, experimental project management and comment management; the experiment teaching module provides an experiment teaching video and an experiment teaching cognitive material; the experiment operation module provides a virtual experiment environment and feeds back a corresponding experiment process and a corresponding experiment result according to the virtual operation of a user; the developer module is used for a developer or an administrator to carry out corresponding setting on the system and develop and upload simulation experiment projects; the searching module is used for searching corresponding experiments by a user; the comment module is used for collecting and issuing feedback comments of the user. The invention fully utilizes the advantages of virtual simulation, simulates experimental equipment, simulates abstract experimental operation, isolates dangerous experimental objects and ensures the safety of teachers and students.

Description

Unity 3D-based chemical virtual simulation experiment system and development method thereof
Technical Field
The invention relates to the field of virtual simulation experiment teaching, in particular to a Unity 3D-based chemical virtual simulation experiment system and a development method thereof.
Background
With the rapid development of computer and network technologies, education is also changing dramatically. Learning of various knowledge based on network is becoming a trend of development of world teaching. The limitations of traditional teaching and the serious lag of laboratory building size behind the rapidly growing team of students make the quality of teaching a serious challenge. The student is using experimental device in-process, can cause the condition that laboratory glassware damaged or experimental materials are not enough or extravagant inevitable, and experimental device can't satisfy student's experiment demand, greatly increased school's operation cost.
Disclosure of Invention
In view of this, the invention aims to provide a Unity 3D-based chemical virtual simulation experiment system and a development method thereof, which fully utilize the advantages of virtual simulation, simulate experimental equipment, simulate abstract experimental operation, isolate dangerous experimental objects and guarantee the safety of teachers and students.
The invention is realized by adopting the following scheme: a chemistry virtual simulation experiment system based on Unity3D comprises a background management module, an experiment teaching module, an experiment operation module, a developer module, a search module and a comment module;
the background management module is used for carrying out operations including user information management, role information management, experimental project management and comment management;
the experiment teaching module provides an experiment teaching video and an experiment teaching cognitive material;
the experiment operation module provides a virtual experiment environment and feeds back a corresponding experiment process and a corresponding experiment result according to the virtual operation of a user;
the developer module is used for a developer or an administrator to carry out corresponding setting on the system and develop and upload simulation experiment projects;
the search module is used for searching corresponding experiments by a user;
the comment module is used for collecting and issuing feedback comments of the user.
Further, the virtual experiment environment comprises virtual simulation medicines, virtual simulation equipment and virtual protection equipment, and the like, in the experiment operation module, when experiment operation is carried out, a user sequentially drags the corresponding simulation medicines into the corresponding simulation equipment through a mouse in sequence, corresponding experiment operation setting including but not limited to heating, stirring, distilling and the like is carried out through the mouse or a keyboard, and meanwhile, the simulation protection equipment, such as gloves, goggles and the like, is worn through the mouse or the keyboard; when the experiment sequence is wrong, protective equipment is not worn according to the regulation or corresponding operation setting is not carried out according to the regulation, the system displays the prompts of violation, incorrect experiment result, virtual simulation injury and the like through a screen.
Further, the experiment teaching cognitive material comprises an experiment brief introduction, an experiment purpose introduction, an experiment principle introduction and an experiment operation introduction, so that a user can fully know the experiment operation.
Further, the search module adopts a fuzzy search algorithm.
Further, the developer module is developed by adopting Unity3D, the developed experimental project is converted into a webpage form, and the webpage form is deployed in the system.
The invention also provides a development method of the chemical virtual simulation experiment system based on the Unity3D, which comprises the steps of constructing the front end of the system by adopting a Vue framework and constructing the rear end of the system by adopting a Spring Boot framework;
the front end page comprises a main page of the simulation experiment system, a simulation experiment list page, a simulation experiment introduction page, a simulation experiment operation page, a user information page and a user login registration page; and the back end feeds back a logic result to the front end according to the requirement input by the user at the front end, and simultaneously saves experimental data and comment data of the user.
Further, Mysql is adopted as a system database, and 9 tables are designed to store data in a classified manner, wherein the data are respectively as follows: the system comprises a collection table, a simulation experiment item type table, a simulation experiment item information table, a comment table, a message table, a simulation item file table, a user information table, a role table and a user authority table.
Further, Token is adopted to perform identity authentication, when the front end uses a user name and a password to request authentication from the server, if the authentication of the server is successful, the Token is returned to the front end, and the front end takes the Token returned by the server to prove the legal status of the front end when requesting.
Compared with the prior art, the invention has the following beneficial effects: the invention fully utilizes the advantages of virtual simulation, simulates experimental equipment, simulates abstract experimental operation, isolates dangerous experimental objects and ensures the safety of teachers and students. Meanwhile, the environment-friendly experiment is realized, and a large amount of equipment does not need to be purchased. The virtual simulation teaching has remarkable advantages in this respect, and the innovative spirit and practical ability of students can be cultivated through virtual simulation.
Drawings
FIG. 1 is a schematic block diagram of a system according to an embodiment of the present invention.
FIG. 2 is a detailed diagram of a system homepage according to an embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a database according to an embodiment of the present invention.
Fig. 4 is a schematic view of an experimental teaching page according to an embodiment of the present invention.
FIG. 5 is a diagram of an interface of an acetanilide production operation in an example of the present invention.
FIG. 6 is a diagram illustrating experimental operation results according to an embodiment of the present invention.
Detailed Description
The invention is further explained below with reference to the drawings and the embodiments.
It should be noted that the following detailed description is exemplary and is intended to provide further explanation of the disclosure. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs.
It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of example embodiments according to the present application. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, and it should be understood that when the terms "comprises" and/or "comprising" are used in this specification, they specify the presence of stated features, steps, operations, devices, components, and/or combinations thereof, unless the context clearly indicates otherwise.
As shown in fig. 1, the embodiment provides a Unity 3D-based chemical virtual simulation experiment system, which includes a background management module, an experiment teaching module, an experiment operation module, a developer module, a search module, and a comment module;
the background management module is used for carrying out operations including user information management, role information management, experimental project management and comment management;
the experiment teaching module provides an experiment teaching video and an experiment teaching cognitive material;
the experiment operation module provides a virtual experiment environment and feeds back a corresponding experiment process and a corresponding experiment result according to the virtual operation of a user;
the developer module is used for a developer or an administrator to carry out corresponding setting on the system and develop and upload simulation experiment projects;
the search module is used for searching corresponding experiments by a user;
the comment module is used for collecting and publishing feedback comments of the user, and specifically comprises comment publishing, comment approval and comment reply, is used for making an experiment forum, and increases the understanding of the user on the experiment through discussion.
In this embodiment, the virtual experiment environment includes virtual simulation drugs, virtual simulation equipment, virtual protection equipment, and the like, and in the experiment operation module, when performing experiment operation, a user selects an experiment, clicks the experiment start button, enters the experiment operation environment, and operates the experiment through input devices such as a keyboard and a mouse; a user sequentially drags corresponding simulation medicines into corresponding simulation equipment through a mouse in sequence, corresponding experimental operation settings including but not limited to heating, stirring, distilling and the like are carried out through the mouse or a keyboard in the period, and simultaneously simulation protection equipment such as gloves, goggles and the like are worn through the mouse or the keyboard; when the experiment sequence is wrong, protective equipment is not worn according to the regulation or corresponding operation setting is not carried out according to the regulation, the system displays the prompts of violation, incorrect experiment result, virtual simulation injury and the like through a screen.
In this embodiment, the experimental teaching cognitive material includes an experimental brief description, an experimental purpose description, an experimental principle description and an experimental operation description, so that the user can fully understand the experimental operation.
In this embodiment, the search module adopts a fuzzy search algorithm, and is used for a user to search for an experimental item through an experimental item name.
In this embodiment, the developer module is developed by Unity3D, Unity3D is a fully integrated professional game engine, and supports the project to be published to different platforms including Web terminals, and by using these characteristics, the developed experimental project is converted into a Web page form and deployed in the system. The module is used for a developer to release a new experiment project, wherein the released experiment project comprises experiment information and an experiment project file, and experiment related information and the experiment project file need to be provided. And the system automatically deploys the experiment after uploading.
The embodiment also provides a development method of the chemical virtual simulation experiment system based on Unity3D, which comprises the steps of constructing the front end of the system by adopting a Vue framework and constructing the rear end of the system by adopting a Spring Boot framework;
vue is a set of progressive JavaScript frames used to build user interfaces. With modular development, different functions correspond to one module, and then the modules are combined into one page (as shown in fig. 2) according to the routing information and provided for a user. When a user needs to browse a new page, only the corresponding module needs to be replaced, and the whole page does not need to be refreshed. And using Axios as an http library, simplifying the steps of front-end request, simultaneously carrying out global configuration, and automatically adding authentication information when sending a request. And introducing an nprogeress progress bar plug-in at the front end, and displaying the loading progress at the top of the page when the page jumps. The main page of the front end comprises a main page of a simulation experiment system, a simulation experiment list page, a simulation experiment introduction page, a simulation experiment operation page, a user information page and a user login registration page; and the back end feeds back a logic result to the front end according to the requirement input by the user at the front end, and simultaneously saves experimental data and comment data of the user.
The backend uses Mybatis as a persistent layer framework, which supports customized SQ L, storage processes and advanced mapping, avoids almost all JDBC codes and manually set parameters and obtains result sets, configures and maps native information using simple XM L or annotations, and maps interfaces and POJOs (Plain Ordinary Java objects) of Java into records in a database.
In this embodiment, in terms of security, Mysql is used as a system database (the structure of the database is shown in fig. 3), and 9 tables are designed to store data by classification, which are: the system comprises a collection table, a simulation experiment item type table, a simulation experiment item information table, a comment table, a message table, a simulation item file table, a user information table, a role table and a user authority table.
In this embodiment, Token is used for identity authentication, when the front end requests authentication from the server using the user name and the password, if the authentication of the server is successful, Token is returned to the front end, and the front end takes the Token returned by the server to prove the legal status of the front end when requesting.
Preferably, this embodiment is described by taking an acetanilide preparation virtual simulation experiment as an example, a user selects the experiment by searching, fig. 4 is a simulation experiment introduction page of the experiment, on which the purpose of the experiment, the principle of the experiment, and the like are included, and then the user clicks to start the experiment and enters an experiment operation page, as shown in fig. 5, the experiment is based on Unity3D, a virtual simulation experiment medicine, and includes aniline reagent, zinc powder, zeolite, an electric heating sleeve, a measuring cylinder, a watch glass and other experimental equipment, and the experiment is performed through a mouse and a keyboard input device. Acetanilide virtual simulation experiments set up multiple dangerous or erroneous handling detections, for example, without gloves, touching a heated flask with a mouse will trigger a warning, at which time the screen will appear red, indicating real-life operator injury. At the end of the experiment, the operation results of the user are displayed, as shown in fig. 6.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing is directed to preferred embodiments of the present invention, other and further embodiments of the invention may be devised without departing from the basic scope thereof, and the scope thereof is determined by the claims that follow. However, any simple modification, equivalent change and modification of the above embodiments according to the technical essence of the present invention are within the protection scope of the technical solution of the present invention.

Claims (8)

1. A chemistry virtual simulation experiment system based on Unity3D is characterized by comprising a background management module, an experiment teaching module, an experiment operation module, a developer module, a search module and a comment module;
the background management module is used for carrying out operations including user information management, role information management, experimental project management and comment management;
the experiment teaching module provides an experiment teaching video and an experiment teaching cognitive material;
the experiment operation module provides a virtual experiment environment and feeds back a corresponding experiment process and a corresponding experiment result according to the virtual operation of a user;
the developer module is used for a developer or an administrator to carry out corresponding setting on the system and develop and upload simulation experiment projects;
the search module is used for searching corresponding experiments by a user;
the comment module is used for collecting and issuing feedback comments of the user.
2. The Unity 3D-based chemical virtual simulation experiment system according to claim 1, wherein the virtual experiment environment comprises virtual simulation drugs and virtual simulation device virtual protection devices, and in the experiment operation module, when a user performs experiment operation, the user sequentially drags the corresponding simulation drugs into the corresponding simulation devices through a mouse and sequentially, during which corresponding experiment operation settings including but not limited to heating, stirring and distilling are performed through the mouse or a keyboard, and meanwhile wears the simulation protection devices including gloves and goggles through the mouse or the keyboard; when the experiment sequence is wrong, the protective equipment is not worn according to the regulation or corresponding operation setting is not carried out according to the regulation, the system displays prompts including violation, incorrect experiment result and virtual simulation injury through the screen.
3. The Unity 3D-based chemical virtual simulation experiment system according to claim 1, wherein the experimental educational material comprises experiment brief description, experiment purpose introduction, experiment principle introduction and experiment operation introduction, so as to make the user fully understand the experiment operation.
4. The Unity 3D-based chemical virtual simulation experiment system according to claim 1, wherein the search module employs a fuzzy search algorithm.
5. The Unity 3D-based chemical virtual simulation experiment system according to claim 1, wherein the developer module is developed by Unity3D, and the developed experiment project is converted into a web page form and deployed into the system.
6. A development method of a Unity 3D-based chemical virtual simulation experiment system is characterized in that a Vue framework is adopted to construct the front end of the system, and a Spring Boot framework is adopted to construct the rear end of the system;
the front end page comprises a main page of the simulation experiment system, a simulation experiment list page, a simulation experiment introduction page, a simulation experiment operation page, a user information page and a user login registration page; and the back end feeds back a logic result to the front end according to the requirement input by the user at the front end, and simultaneously saves experimental data and comment data of the user.
7. The method of claim 6, wherein Mysql is adopted as a system database, and 9 tables are designed to store data in a classified manner, wherein the method comprises the following steps: the system comprises a collection table, a simulation experiment item type table, a simulation experiment item information table, a comment table, a message table, a simulation item file table, a user information table, a role table and a user authority table.
8. The method as claimed in claim 6, wherein the identity authentication is performed by Token, when the front end requests the authentication from the server end by using the user name and the password, if the authentication is successful, the Token is returned to the front end, and the front end takes the Token returned by the server end to prove its legal status when requesting.
CN202010334668.5A 2020-04-24 2020-04-24 Unity 3D-based chemical virtual simulation experiment system and development method thereof Pending CN111462290A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010334668.5A CN111462290A (en) 2020-04-24 2020-04-24 Unity 3D-based chemical virtual simulation experiment system and development method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010334668.5A CN111462290A (en) 2020-04-24 2020-04-24 Unity 3D-based chemical virtual simulation experiment system and development method thereof

Publications (1)

Publication Number Publication Date
CN111462290A true CN111462290A (en) 2020-07-28

Family

ID=71681109

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010334668.5A Pending CN111462290A (en) 2020-04-24 2020-04-24 Unity 3D-based chemical virtual simulation experiment system and development method thereof

Country Status (1)

Country Link
CN (1) CN111462290A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112529427A (en) * 2020-12-16 2021-03-19 嘉兴元齐软件科技有限公司 Experiment teaching comprehensive practical training platform based on Internet and virtual simulation
CN112835526A (en) * 2021-02-08 2021-05-25 福州大学 Engineering data persistence storage system and method
CN113051776A (en) * 2021-04-25 2021-06-29 电子科技大学 Satellite attitude and orbit simulation system and method based on Unity3D
CN113296607A (en) * 2021-05-27 2021-08-24 北京润尼尔网络科技有限公司 VR-based multi-user virtual experiment teaching system
CN113327473A (en) * 2021-05-26 2021-08-31 武汉理工大学 Virtual simulation teaching training system, control method, device and storage medium
CN113742885A (en) * 2021-05-11 2021-12-03 南京邮电大学 Virtual simulation system based on SFX synthetic experiment
CN114023126A (en) * 2021-10-13 2022-02-08 徐州工程学院 Simulation teaching factory for aniline production

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030174147A1 (en) * 2001-08-13 2003-09-18 David Jaffe Device, system and method for simulating a physical system
CN105336233A (en) * 2015-11-24 2016-02-17 华中科技大学 Virtual simulation teaching application platform
CN105426607A (en) * 2015-05-19 2016-03-23 南京力鼎科技有限公司 unity3D-based implementation method for unit operation experiment virtual reality system
CN110415768A (en) * 2019-06-24 2019-11-05 成都创想慧科技股份有限公司 A kind of chemistry Virtual Simulative Experiment edit methods and editing machine and system
CN110473441A (en) * 2019-07-19 2019-11-19 暨南大学 The chemical experiment dummy emulation system and method for wisdom study

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030174147A1 (en) * 2001-08-13 2003-09-18 David Jaffe Device, system and method for simulating a physical system
CN105426607A (en) * 2015-05-19 2016-03-23 南京力鼎科技有限公司 unity3D-based implementation method for unit operation experiment virtual reality system
CN105336233A (en) * 2015-11-24 2016-02-17 华中科技大学 Virtual simulation teaching application platform
CN110415768A (en) * 2019-06-24 2019-11-05 成都创想慧科技股份有限公司 A kind of chemistry Virtual Simulative Experiment edit methods and editing machine and system
CN110473441A (en) * 2019-07-19 2019-11-19 暨南大学 The chemical experiment dummy emulation system and method for wisdom study

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
付颖寰 等: "基于虚拟仿真实验平台的有机化学实验教学实践", 《教育教学论坛》 *
杨国鑫 等: "基于Unity3D的化学虚拟实验教学平台构建", 《实验室科学》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112529427A (en) * 2020-12-16 2021-03-19 嘉兴元齐软件科技有限公司 Experiment teaching comprehensive practical training platform based on Internet and virtual simulation
CN112835526A (en) * 2021-02-08 2021-05-25 福州大学 Engineering data persistence storage system and method
CN113051776A (en) * 2021-04-25 2021-06-29 电子科技大学 Satellite attitude and orbit simulation system and method based on Unity3D
CN113051776B (en) * 2021-04-25 2023-12-05 电子科技大学 Satellite attitude and orbit simulation system and method based on Unity3D
CN113742885A (en) * 2021-05-11 2021-12-03 南京邮电大学 Virtual simulation system based on SFX synthetic experiment
CN113742885B (en) * 2021-05-11 2023-10-20 南京邮电大学 Virtual simulation system based on SFX synthesis experiment
CN113327473A (en) * 2021-05-26 2021-08-31 武汉理工大学 Virtual simulation teaching training system, control method, device and storage medium
CN113327473B (en) * 2021-05-26 2023-02-28 武汉理工大学 Virtual simulation teaching training system, control method, device and storage medium
CN113296607A (en) * 2021-05-27 2021-08-24 北京润尼尔网络科技有限公司 VR-based multi-user virtual experiment teaching system
CN114023126A (en) * 2021-10-13 2022-02-08 徐州工程学院 Simulation teaching factory for aniline production

Similar Documents

Publication Publication Date Title
CN111462290A (en) Unity 3D-based chemical virtual simulation experiment system and development method thereof
Cabero-Almenara et al. Adoption of augmented reality technology by university students
Shrestha et al. Bridging the phenotypic and genetic data useful for integrated breeding through a data annotation using the Crop Ontology developed by the crop communities of practice
Fombona-Pascual et al. Augmented reality, a review of a way to represent and manipulate 3D chemical structures
CN109634426B (en) High-freedom experimental three-dimensional virtual simulation method and system based on Unity3D
CN107545802B (en) Dangerous chemical storage simulation experience system and method
Dholakiya et al. Virtual learning for safety, why not a smartphone?
CN106530888A (en) Experiment simulation method and device
Zhao et al. Exploring chemical reactions in virtual reality
Kuťák et al. State of the art of molecular visualization in immersive virtual environments
da Silva et al. Extended remote laboratories: A systematic review of the literature from 2000 to 2022
CN112102454A (en) Method, device and equipment for driving facial expressions and storage medium
Glas et al. Improving cybersecurity skill development through visual programming
CN107707940A (en) Video sequencing method, device, server and system
CN109840867B (en) Intelligent teaching method, equipment and device
Zamakhsyari et al. A Systematic Literature Review of Design Thinking Approach for User Interface Design
US20140317037A1 (en) Distributed collaborative environment definition system and method
Fathnan et al. Web-based Hajj simulation software Learning Hajj through interactive software
Woda et al. Application of the Multimedia Development Life Cycle Method for the Development of Android-Based E-Learning as an Alternative Learning Media during the Covid-19 Pandemic
Kölling et al. Building an open, large-scale research data repository of initial programming student behaviour
Azzabi et al. Towards using wearable technologies in mobile learning
Marín-Marín et al. Computational thinking and programming with Arduino in education: A systematic review for secondary education
CN112386257A (en) Method, device and storage medium for human factor test and psychological experiment
JP2019508788A (en) Interactive system and method for equipping a biomanufacturing process
WO2011031826A2 (en) Distributed collaborative environment definition system and method

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200728