CN110991156B - Automatic report generation method based on ship numerical virtual test - Google Patents

Automatic report generation method based on ship numerical virtual test Download PDF

Info

Publication number
CN110991156B
CN110991156B CN201911142359.1A CN201911142359A CN110991156B CN 110991156 B CN110991156 B CN 110991156B CN 201911142359 A CN201911142359 A CN 201911142359A CN 110991156 B CN110991156 B CN 110991156B
Authority
CN
China
Prior art keywords
data
test
pictures
report
steps
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.)
Active
Application number
CN201911142359.1A
Other languages
Chinese (zh)
Other versions
CN110991156A (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.)
Harbin Engineering University
Original Assignee
Harbin Engineering 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 Harbin Engineering University filed Critical Harbin Engineering University
Priority to CN201911142359.1A priority Critical patent/CN110991156B/en
Publication of CN110991156A publication Critical patent/CN110991156A/en
Application granted granted Critical
Publication of CN110991156B publication Critical patent/CN110991156B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Abstract

The invention relates to an automatic report generation method based on a ship numerical virtual test. The invention mainly comprises the following steps: frame design, data processing, post-processing, data replacement, and frame integration. According to the report automatic generation method based on the ship numerical value virtual test, json files or related data files generated during the virtual test of the webpage can be intelligently extracted, and the json files or related data files are automatically converted into corresponding images, forms and texts, so that a test report is generated. The method for automatically generating the test report not only can accurately express the relation between data, but also can show various test results. The test result has better universality and consistency, and the efficiency of generating the test report is improved.

Description

Automatic report generation method based on ship numerical virtual test
Technical Field
The invention relates to the technical field of data processing, in particular to an automatic report generation method based on a ship numerical virtual test.
Background
How to effectively find rules from test data, find hidden information in the test, assist test personnel to make accurate analysis is a very important ring in the field of data processing. With the development of information technology and the arrival of the 'Internet+' age, a large amount of project data, words, pictures, videos and the like are accumulated in the field of company development, especially equipment manufacturing industry and project management, and how to effectively analyze and process the data, so that the work business requirements of governments or enterprises are better met, the daily management, intelligent analysis and even decision-making assistance functions are provided for the data, the 'information island' problem is solved, and therefore, efficient collaborative work is realized, and the data processing system has higher academic value and application scene.
The numerical pool is a technology for simulating fluid flow by a computer, solving a fluid motion equation and simulating the motion and stress of a marine structure, and can realize three types of simulated fluid flow including Reynolds average numerical simulation, large vortex simulation, direct numerical simulation and the like. The device can not only realize the functions of a towing tank, a cavitation water hole, a wave-resistant tank, a maneuvering tank and a wind wave water flowing tank for ocean engineering for ship tests, but also reveal the reasons of fluid flow phenomenon, and the fine observation of a flow field is far superior to that of a physical tank.
Along with the continuous increase of numerical pool tests, test data of each test are huge, and the construction of a centralized report generating system with high reliability and high availability is a step of mining out the hidden key information in the complicated data. Therefore, a method capable of unifying virtual tests and automatic generation of test reports is provided, which is a problem to be solved urgently.
Disclosure of Invention
The invention provides an automatic report generation method based on a ship numerical virtual test for solving the problems of multiple and irregular ship numerical virtual test data and improving the accuracy and efficiency of the test report, and provides the following technical scheme:
a report automatic generation method based on a ship numerical virtual test comprises the following steps:
step 1: a design framework which is formed by combining a single-case mode and a factory mode;
step 2: extracting text data generated by a virtual experiment, and storing and integrating the extracted data;
step 3: post-processing the integrated data to generate images, tables and texts required in the report;
step 4: replacing the image, the table and the text in the report by using special marks, wherein the special marks are positioned in paragraphs or the table, and the catalogue is updated;
step 5: and integrating the designed framework with the front-end webpage to finish the generation of the test report.
Preferably, the step 1 specifically includes:
step 1.1: according to the test requirements, writing test templates corresponding to different test reports, inserting required position information into the templates, and setting marks;
step 1.2: adopting an abstract factory method in a factory mode, changing test templates into abstract classes, packaging common parts in the abstract classes, and realizing different test templates by using subclasses;
step 1.3: the code is changed to generate corresponding test reports aiming at different tests, a single-case mode is adopted when the reports of the different tests are generated, the operation of the module is ensured to be performed in the same object when the subsequent module is operated, the stability and expansibility of the program are ensured, and the frame design is completed.
Preferably, the step 2 specifically includes:
step 2.1: performing virtual tests on the web pages, storing the generated related data files in a queue for management and storing in an ArrayList, and reading one by one;
step 2.2: and integrating and processing the extracted effective data according to different requirements of each test, wherein the effective data comprises single data, data in a filling table, abscissa data and ordinate data of a picture, and data for generating a cloud picture and a grid picture.
Preferably, the integration and processing of the valid data is specifically:
when the integration and the processing of the single data type are carried out, the single data are inserted into the experimental report template, only the data which need to be used are extracted when the single data are encountered again, and a HashMap mapping relation is established with the marks corresponding to the template;
when data is made into a single form, the data of the single form is put into a matrix and prepared for subsequent post-processing work;
when the data of a single picture is produced, the data of the single picture comprises a line graph and a scatter graph, the line graph and the scatter graph are formed in a group in a coordinate form, and the data of the single picture are extracted in groups for arrangement;
making complex data such as cloud pictures, grid pictures and the like, and when encountering the data, selecting useful parts according to different requirements of each experiment, extracting and storing the useful parts into json files, so as to prepare for subsequent post-processing;
when the data is mixed data, a plurality of pictures or tables are manufactured, the mixed data is grouped according to the test requirement, and the grouped data is arranged for preparation for subsequent processing.
Preferably, the step 3 specifically includes:
step 3.1: processing the integrated data into a 3D cloud picture, a grid division picture, a bar graph and a line graph required in a report through a PostProcess3D, tecplot, java interface;
step 3.2: and finding data corresponding to the template mark in different xml configuration files corresponding to each test, and establishing a HashMap mapping relation.
Preferably, the establishing the HashMap mapping relationship specifically includes:
when a single chart is processed, the chart comprises a line graph and a scatter graph, pictures are manufactured through Java interfaces and stored, and HashMap mapping relation is established between the pictures and corresponding template marks;
when a single picture is processed, establishing a PostProcess3D and Tecplot script for the integrated data, generating and storing the picture, and establishing a HashMap mapping relation between the picture and a template mark;
when a plurality of pictures are processed, all the pictures are manufactured and stored, all the pictures are stored in a set, and then the HashMap mapping relation is established between the set and the template mark.
Preferably, the step 4 specifically includes:
step 4.1: replacing the special mark in the parsed json file, wherein the special mark is the mark inserted in the test report in the frame design,
when single data or pictures are replaced, replacing the marks at the marks of the templates with data or pictures which form a mapping relation with the marks during data processing;
when the table is replaced, a background insertion table function is called, a corresponding table is inserted in a special mark position marked as an insertion table, and the format of the table is regular or irregular;
step 4.2: when a plurality of pictures are inserted into a mark, the pictures are sequentially inserted into the front of the mark according to the sequence of the set of the pictures generated in the post-processing stage, a function is called between the two pictures, the legends of the pictures are inserted, and the mark is deleted after completion;
updating the catalogue to finish the generation work of the test report; when the table is marked as '1' along with the corresponding template, the '1' mark in the template is replaced by the manufactured table, and data replacement is completed.
Preferably, the insertion marking process is specifically: when single data or pictures are replaced, replacing the marks at the marks of the templates with data or pictures which form a mapping relation with the marks during data processing;
when a table is replaced, a background insert table function is called, a corresponding table is inserted in a special mark position marked as an insert table, and the format of the table is regular or irregular.
Preferably, the step 5 specifically includes:
and integrating the designed framework with the front-end webpage, adopting a maven project model to package the completed data into jar files, integrating the jar files into a server, providing an interface for the whole project, enabling the test and test generation report framework to form a unified whole, and completing the generation of the test report.
The invention has the following beneficial effects:
the test report automatic generation method provided by the invention can be combined with the virtual test into a unified whole. The report automatic generation method based on the ship numerical virtual test can better display a large amount of complicated data generated by the test, better express the hidden content in the test, help test staff understand the test effect more quickly and conveniently, and improve the efficiency of manually making the report in the past.
Drawings
FIG. 1 is a flow chart of a method for automatically generating reports based on a ship numerical virtual test;
FIG. 2 is a flow chart of data processing and post-processing;
fig. 3 is a data replacement flow chart.
Detailed Description
The present invention will be described in detail with reference to specific examples.
First embodiment:
according to the invention, as shown in fig. 1, the invention provides an automatic report generating method based on a ship numerical virtual test, which comprises the following steps:
step 1: a design framework which is formed by combining a single-case mode and a factory mode;
firstly, designing corresponding templates according to test requirements, setting marks at positions where data or charts need to be inserted, then summarizing features shared by all the test templates, packaging the features in abstract classes, realizing the single-instance mode by using an enumeration method, specifically, assigning a unique index to each different template, creating and only creating the test templates once when receiving the index, and ensuring the accuracy and uniqueness of template creation. Meanwhile, the method adds multiple threads into the framework, so that a plurality of templates can be created at the same time, each template can only be created in a unique mode, the generating efficiency of the test template is improved, and the stability and the expandability of a program are also improved.
Step 2: extracting text data generated by a virtual experiment, and storing and integrating the extracted data;
and after the ship virtual test is finished, a large number of data files are generated, wherein the data with regular formats and the data with irregular formats are stored in a queue for management according to different rules provided by each test, the generated data files are read one by one, and the extracted effective data are integrated and processed according to different requirements of the test, and the effective data comprise single data, data in a filling table, the abscissa data of a picture and data for generating a cloud picture and a grid picture, so that the use of a subsequent processing stage is convenient. The processed data are divided into five types, the first type is single data type, the data only need to be inserted into an experimental report template, when encountering the data, only need to extract the data which need to be used, and then the HashMap mapping relation is established between the data and the mark corresponding to the template; the second type is data that needs to be made into a single table, and when such data is encountered, it is put into a matrix in preparation for subsequent post-processing work. For example, the text received is "ship a, length a1 meter, width a2 meters, draft a3 meters; boat B, length B1 meter, width B2 meters, draft B3 meters; ship C, with length C1 meter, width C2 meters, draft C3 meters ", will need to extract the numbers from it and put it into a matrix of 3 rows and 4 columns; the third type of data is data for making a single picture, such as a line graph, a scatter graph and the like, most of the data are in groups in a coordinate form, and when the data are encountered, the data are required to be extracted and arranged in groups. The fourth type of data is complex data such as cloud pictures, grid pictures and the like, and when the complex data is met, useful parts are selected according to different requirements of each experiment and extracted and stored in json files, so that preparation is made for subsequent post-processing. The last type of data is mixed data, a plurality of pictures or tables are needed to be made for the data, the data are required to be grouped according to test requirements when the data are encountered, and the grouped data are arranged for preparation for subsequent processing.
Step 3: post-processing the integrated data to generate images, tables and texts required in the report;
because the test method and purpose adopted by each test are different, the test party can give out different configuration files and corresponding execution script files according to actual needs, the method changes rule data after data processing into cloud pictures, bar charts, line charts, tables and the like required by the test through a PostProcess3D, tecplot, java interface, can express rule data of test results, establishes a one-to-one corresponding KV system according to the configuration files, namely establishes a HashMap mapping relation, and prepares for the following data replacement work. Three situations occur at this stage, the first being to process a single simple chart, such as a line graph, a scatter graph, etc. At the moment, simple pictures are manufactured and stored through Java interfaces, and then HashMap mapping relation is established between the pictures and corresponding template marks; the second case is to process complex pictures, when processing such data, the last integrated data is built into a PostProcess3D, tecplot script, so that the required complex pictures are generated and stored, and then a mapping relation corresponding to the template mark is built. The last case is a case of processing a plurality of pictures, where all the pictures need to be made and stored, then the pictures are stored in a set, and then the set and the mark are mapped.
Step 4: replacing the image, the table and the text in the report by using special marks, wherein the special marks are positioned in paragraphs or the table, and the catalogue is updated;
the invention relates to text, chart replacement and picture insertion. And when the text is replaced, replacing the special mark in the parsed json file with the corresponding content, wherein the special mark is positioned in a paragraph or a table. This stage again encounters several conditions: the first is the simplest replacement of single data or pictures, and only the mark is replaced by the data which forms a mapping relation with the mark when the data is processed at the mark of the template. The second case is that a table needs to be replaced, when the table is replaced, a background insertion table function is called, and a corresponding table is inserted in a special mark position marked as an insertion table, wherein the format of the table can be regular or irregular. The third case is that a plurality of pictures are required to be inserted into a mark, at this time, the pictures are required to be sequentially inserted into the front of the mark according to the sequence of the set of pictures generated in the post-processing stage, a function is called between the two pictures, the legend of the picture is inserted, and the mark is deleted after completion. And finally updating the catalogue to finish the generation work of the test report. Next, in the above example, assuming that the table is marked with the corresponding template as "_1", the "_1" mark in the template is found to be replaced with the created table, and the data replacement is completed.
Step 5: and integrating the designed framework with the front-end webpage to finish the generation of the test report.
In order to facilitate the operation of testers, the invention packages the completed codes into jar files by using a maven project model, integrates the jar files into a server, provides interfaces for the whole project, solves the conflict and the dependence of jar packages, and enables the test and test generation report framework to form a unified whole; and also makes the construction of this part clearer.
The above description is only a preferred embodiment of the report automatic generation method based on the ship numerical virtual test, and the protection scope of the report automatic generation method based on the ship numerical virtual test is not limited to the above examples, and all technical solutions under the concept belong to the protection scope of the present invention. It should be noted that modifications and variations can be made by those skilled in the art without departing from the principles of the present invention, which is also considered to be within the scope of the present invention.

Claims (6)

1. A report automatic generation method based on a ship numerical virtual test is characterized by comprising the following steps: the method comprises the following steps:
step 1: a design framework which is formed by combining a single-case mode and a factory mode;
the step 1 specifically comprises the following steps:
step 1.1: according to the test requirements, writing test templates corresponding to different test reports, inserting required position information into the templates, and setting marks;
step 1.2: adopting an abstract factory method in a factory mode, changing test templates into abstract classes, packaging common parts in the abstract classes, and realizing different test templates by using subclasses;
step 1.3: the code is changed to generate corresponding test reports aiming at different tests, a single-case mode is adopted when the reports of the different tests are generated, so that the operation of the module is ensured to be performed in the same object when the subsequent operation of the module is performed, the stability and expansibility of the program are ensured, and the frame design is completed;
step 2: extracting text data generated by a virtual experiment, and storing and integrating the extracted data;
the step 2 specifically comprises the following steps:
step 2.1: performing virtual tests on the web pages, storing the generated related data files in a queue for management and storing in an ArrayList, and reading one by one;
step 2.2: integrating and processing the extracted effective data according to different requirements of each test, wherein the effective data comprises single data, data in a filling table, abscissa data and ordinate data of a picture, and data for generating a cloud picture and a grid picture;
step 3: post-processing the integrated data to generate images, tables and texts required in the report;
the step 3 specifically comprises the following steps:
step 3.1: processing the integrated data into a 3D cloud picture, a grid division picture, a bar graph and a line graph required in a report through a PostProcess3D, tecplot, java interface;
step 3.2: finding data corresponding to the template mark in different xml configuration files corresponding to each test, and establishing a HashMap mapping relation;
step 4: replacing the image, the table and the text in the report by using special marks, wherein the special marks are positioned in paragraphs or the table, and the catalogue is updated;
step 5: and integrating the designed framework with the front-end webpage to finish the generation of the test report.
2. The automatic report generating method based on the ship numerical virtual test according to claim 1, wherein the method comprises the following steps: the integration and processing of the effective data is specifically as follows:
when the integration and the processing of the single data type are carried out, the single data are inserted into the experimental report template, only the data which need to be used are extracted when the single data are encountered again, and a HashMap mapping relation is established with the marks corresponding to the template;
when data is made into a single form, the data of the single form is put into a matrix and prepared for subsequent post-processing work;
when the data of a single picture is produced, the data of the single picture comprises a line graph and a scatter graph, the line graph and the scatter graph are formed in a group in a coordinate form, and the data of the single picture are extracted in groups for arrangement;
making complex data such as cloud pictures, grid pictures and the like, and when encountering the data, selecting useful parts according to different requirements of each experiment, extracting and storing the useful parts into json files, so as to prepare for subsequent post-processing;
when the data is mixed data, a plurality of pictures or tables are manufactured, the mixed data is grouped according to the test requirement, and the grouped data is arranged for preparation for subsequent processing.
3. The automatic report generating method based on the ship numerical virtual test according to claim 1, wherein the method comprises the following steps: the establishment of the HashMap mapping relation specifically comprises the following steps:
when a single chart is processed, the chart comprises a line graph and a scatter graph, pictures are manufactured through Java interfaces and stored, and HashMap mapping relation is established between the pictures and corresponding template marks;
when a single picture is processed, establishing a PostProcess3D and Tecplot script for the integrated data, generating and storing the picture, and establishing a HashMap mapping relation between the picture and a template mark;
when a plurality of pictures are processed, all the pictures are manufactured and stored, all the pictures are stored in a set, and then the HashMap mapping relation is established between the set and the template mark.
4. The automatic report generating method based on the ship numerical virtual test according to claim 1, wherein the method comprises the following steps: the step 4 specifically comprises the following steps:
step 4.1: replacing the special mark in the parsed json file, wherein the special mark is the mark inserted in the test report in the frame design,
when single data or pictures are replaced, replacing the marks at the marks of the templates with data or pictures which form a mapping relation with the marks during data processing;
when the table is replaced, a background insertion table function is called, a corresponding table is inserted in a special mark position marked as an insertion table, and the format of the table is regular or irregular;
step 4.2: when a plurality of pictures are inserted into a mark, the pictures are sequentially inserted into the front of the mark according to the sequence of the set of the pictures generated in the post-processing stage, a function is called between the two pictures, the legends of the pictures are inserted, and the mark is deleted after completion;
updating the catalogue to finish the generation work of the test report; when the table is marked as '1' along with the corresponding template, the '1' mark in the template is replaced by the manufactured table, and data replacement is completed.
5. The automatic report generating method based on the ship numerical virtual test according to claim 4, wherein the method comprises the following steps:
the insertion marking process specifically comprises the following steps: when single data or pictures are replaced, replacing the marks at the marks of the templates with data or pictures which form a mapping relation with the marks during data processing;
when a table is replaced, a background insert table function is called, a corresponding table is inserted in a special mark position marked as an insert table, and the format of the table is regular or irregular.
6. The automatic report generating method based on the ship numerical virtual test according to claim 1, wherein the method comprises the following steps: the step 5 specifically comprises the following steps:
and integrating the designed framework with the front-end webpage, adopting a maven project model to package the completed data into jar files, integrating the jar files into a server, providing an interface for the whole project, enabling the test and test generation report framework to form a unified whole, and completing the generation of the test report.
CN201911142359.1A 2019-11-20 2019-11-20 Automatic report generation method based on ship numerical virtual test Active CN110991156B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911142359.1A CN110991156B (en) 2019-11-20 2019-11-20 Automatic report generation method based on ship numerical virtual test

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911142359.1A CN110991156B (en) 2019-11-20 2019-11-20 Automatic report generation method based on ship numerical virtual test

Publications (2)

Publication Number Publication Date
CN110991156A CN110991156A (en) 2020-04-10
CN110991156B true CN110991156B (en) 2023-05-23

Family

ID=70085407

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911142359.1A Active CN110991156B (en) 2019-11-20 2019-11-20 Automatic report generation method based on ship numerical virtual test

Country Status (1)

Country Link
CN (1) CN110991156B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111737953A (en) * 2020-06-04 2020-10-02 国网天津市电力公司电力科学研究院 Report document automation method easy for secondary development

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7289964B1 (en) * 1999-08-31 2007-10-30 Accenture Llp System and method for transaction services patterns in a netcentric environment
CN108460538A (en) * 2018-03-23 2018-08-28 国家深海基地管理中心 A kind of operation of manned underwater vehicle with ensure Information Management System
CN109857670A (en) * 2019-02-15 2019-06-07 太仓市同维电子有限公司 A kind of test report automatic generation method based on common template

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110088011A1 (en) * 2009-10-14 2011-04-14 Vermeg Sarl Automated Enterprise Software Development

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7289964B1 (en) * 1999-08-31 2007-10-30 Accenture Llp System and method for transaction services patterns in a netcentric environment
CN108460538A (en) * 2018-03-23 2018-08-28 国家深海基地管理中心 A kind of operation of manned underwater vehicle with ensure Information Management System
CN109857670A (en) * 2019-02-15 2019-06-07 太仓市同维电子有限公司 A kind of test report automatic generation method based on common template

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李辉 ; 吴立言 ; 刘更 ; 王鹏云 ; .基于版本控制技术的机械仿真数据管理.机械设计与制造.(第09期),第236-238页. *

Also Published As

Publication number Publication date
CN110991156A (en) 2020-04-10

Similar Documents

Publication Publication Date Title
CN106469140A (en) A kind of report generating system and its method
Yang et al. Don’t do that! hunting down visual design smells in complex uis against design guidelines
Ali et al. A design of an assessment system for UML class diagram
CN104317842A (en) Intelligent data extraction and thematic map generation engine based on geographic information technology
CN106372044A (en) Method for generating typed dimension XBRL (Extensible Business Reporting Language) report based on report form
CN116468010A (en) Report generation method, device, terminal and storage medium
CN110991156B (en) Automatic report generation method based on ship numerical virtual test
CN115917613A (en) Semantic representation of text in a document
CN115408399A (en) Blood relationship analysis method, device, equipment and storage medium based on SQL script
CN106952024A (en) It is a kind of to strengthen the workflow engine method and system of net O&M scenarios suitable for ground
CN109857822A (en) Meta-model conversion method and management system based on chart database
Muslim et al. A modular and extensible framework for open learning analytics
CN108446262A (en) A kind of list generates, analysis method and device
CN102722621A (en) Method for visualizing computed result of finite element method
TWI220481B (en) A system and method for automatically inputting measurement data of an object to computer graphic files thereof
CN111784801A (en) Automatic drawing method and system for as built single building parking space plan
CN104346393B (en) The modeling method of atomic scale data element model
EP4184313A1 (en) Demand conformity analysis method and system, and electronic device and storage medium
US9372844B2 (en) Automatically generating a business process flow GUI using a symbolic annotation language
CN111553133B (en) Report generation method and device, electronic equipment and storage medium
CN115186638A (en) Zero code development platform-based engineering data form making method and system
CN114118026A (en) Automatic document generation method and device, computer storage medium and electronic equipment
CN117131136B (en) Research and development data sharing method, system, equipment and storage medium
CN105260343A (en) Method for creating XBRL financial report extension classification standard mapping template
Görz et al. Linked biondo: modelling geographical features in renaissance texts and maps

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
GR01 Patent grant
GR01 Patent grant