CN108595225A - A kind of gauge package and its definition and automatic loading method - Google Patents

A kind of gauge package and its definition and automatic loading method Download PDF

Info

Publication number
CN108595225A
CN108595225A CN201810413198.4A CN201810413198A CN108595225A CN 108595225 A CN108595225 A CN 108595225A CN 201810413198 A CN201810413198 A CN 201810413198A CN 108595225 A CN108595225 A CN 108595225A
Authority
CN
China
Prior art keywords
gauge package
gauge
package
scale
definition
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
CN201810413198.4A
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.)
Northeastern University China
Original Assignee
Northeastern University China
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 Northeastern University China filed Critical Northeastern University China
Priority to CN201810413198.4A priority Critical patent/CN108595225A/en
Publication of CN108595225A publication Critical patent/CN108595225A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

A kind of gauge package of present invention offer and its definition and automatic loading method.A kind of gauge package, the gauge package are the components for encapsulating scale interface, data model, service message;The scale interface definition gauge package shows the table content and visual pattern of user;Include the data organization and storage format of data content in data model definitions gauge package;Service message defines the type of message and processing procedure of the operation service of gauge package.The definition of gauge package described in a kind of and automatic loading method, including:The active state of gauge package is divided into and defines state and run mode;Gauge package definition is realized defining state, and gauge package load is realized in run mode.The present invention is packaged into individual scale the gauge package that can be loaded and delete at any time.In gauge package, the additions and deletions for individually writing the gauge package look into and change function, and the code of the partial function does not interfere with system integrated operation, realizes the lower coupling of intermodule.

Description

A kind of gauge package and its definition and automatic loading method
Technical field
The invention belongs to scale development and applied technical field, specifically a kind of gauge package and its definition are loaded with automatic Method.
Background technology
Scale, which is that medical domain gauge needle is default to enrolled subject, measures performance and the memory carrier for assessing data, usually It is one group of precise construction and the data form with incidence relation.The management of scale is related to the definition of scale itself, creates, deletes Remove, search and change, and in each scale data item occurrence preservation, modification and browsing.
In existing clinical research activity, traditional occupation mode of scale is as shown in Figure 1.After determining goal in research, expert Complete scale and content item are defined, scale data are collected using paper list, are then input manually into computer memory carrier (Excel tables or alternative document), it is finally for statistical analysis to these data.Which not only takes time and effort, and is recording It is easy to happen mistake with transcription, and some data can not be preserved directly and (such as mark picture, calculating parameter), be needed Want another attachment, management difficulty big.In case of demands such as modification, additions and deletions, all research contents are needed to redesign and be changed. The reusability of scale is poor (such as consensus data) between multiple Tasks, and version management and statistical work are difficult.
The exploitation of digitized information management system provides great convenience for clinical research.For new subject, establish The example of each scale is corresponded to, the data item content synchronization in each scale is saved in the correspondence word of mapping table in database Section, so as to subsequent lookup, browsing and modification.But while increasing a scale newly, the storage of each field of the scale needs Newdata table in the database;For each field contents of the scale additions and deletions look into change function need control file to system into Row modification, corresponding system interface needs are modified, to show newly-increased scale interface.These cumbersome operations are all It goes to complete by developer, this is unpractical in a molding system.And the additions and deletions of scale meeting in actual system Increasing with increasing for user, is frequently operated, this just needs developer frequently to go to complete above-mentioned troublesome operation, In the system maintenance stage, its cost is huge for this, and process is as shown in Figure 2.
Invention content
The object of the present invention is to provide a kind of gauge package and its definition and automatic loading methods.
Technical solution is as follows:
A kind of gauge package, the gauge package are the groups for encapsulating scale interface, data model, service message Part;The scale interface definition gauge package shows the table content and visual pattern of user;Data model definitions scale Include the data organization and storage format of data content in component;Service message defines the message class of the operation service of gauge package Type and processing procedure.
The definition of gauge package described in a kind of and automatic loading method, including:
The active state of gauge package is divided into and defines state and run mode;
Gauge package definition is realized defining state, and gauge package load is realized in run mode.
The method of the gauge package load, including:
The file packet of gauge package is imported, whether the scanning of assembly management container has gauge package on designated position:
If it is, obtaining the information that scale component file packet is included;Otherwise;All gauge packages in reading database Information loads gauge package;
Judge whether the gauge package is registered according to the information that scale component file packet is included is obtained:
It is that gauge package is then had according to the information update that current gauge package file packet is included;
It is no, then current gauge package file packet is imported, new gauge package is established according to the information that it is included, update is arrived In database;
All gauge package information, load and register gauge package in reading database.
Advantageous effect:
The present invention is packaged into individual scale the gauge package that can be loaded and delete at any time.In gauge package, individually The additions and deletions for writing the gauge package look into and change function, and the code of the partial function does not interfere with system integrated operation, realizes intermodule Lower coupling.System startup is to directly invoke corresponding gauge package, you can completes the function of load gauge package.For new increment Table component, user need the gauge package being put into gauge package manager, system auto-initiation component resources, you can automatic It is loaded into system, without the intervention of developer.Scale demand is created for user, then is provided according to user by developer Gauge content delivers user and is loaded into system after developing, high scalability and the user's operation for improving system are flexible Property.
Description of the drawings
Fig. 1 is medicine scale application process schematic diagram;
Fig. 2 is existing scale systems development process;
Fig. 3 is the gauge package development process of the specific embodiment of the invention;
Fig. 4 is that the gauge package of the specific embodiment of the invention defines state and run mode;
Fig. 5 is the gauge package structure and relationship (defining state) of the specific embodiment of the invention;
Fig. 6 is the gauge package load flow of the specific embodiment of the invention;
Fig. 7 is the gauge package management structure chart of the specific embodiment of the invention;
Fig. 8 is the gauge package management Use Case Map of the specific embodiment of the invention;
Fig. 9 is the single scale management realization mechanism sequence diagram of the specific embodiment of the invention;
Figure 10 is the scale group management realization mechanism sequence diagram of the specific embodiment of the invention;
Figure 11 is the database uml diagram of the specific embodiment of the invention;
Figure 12 is the scale information management system framework of the specific embodiment of the invention;
Figure 13 is case search and the list display of the specific embodiment of the invention;
Figure 14 is the new cases information of the specific embodiment of the invention;
Figure 15 is the case histories resource time sequence table such as scale of the specific embodiment of the invention;
Figure 16 is the scale interface operation displaying (population information scale) of the specific embodiment of the invention;
Figure 17 is gauge package and the gauge package group management of the specific embodiment of the invention.
Specific implementation mode
It elaborates below in conjunction with the accompanying drawings to the specific implementation mode of the present invention.
Present embodiment provides a kind of gauge package, and the gauge package is by scale interface, data model, service message Encapsulate obtained component;The scale interface definition gauge package shows the table content and visual pattern of user;Data Model defines the data organization and storage format for including data content in gauge package;Service message defines the operation of gauge package The type of message and processing procedure of service.Gauge package development process is as shown in Figure 3.The operation service includes gauge package Increase, delete, change, search etc., the data value of the table content in scale interface derives from data model, message processing procedure The interaction of container, including message binding and two parts of message processing program are managed with gauge package, as shown in Figure 5.The present invention So that gauge package exploitation and application process are independent, i.e., expert is directed to maintenance additions and deletions update business procedure and the exploitation of gauge package The scale of personnel defines development process separation.In the present embodiment, medical expert proposes scale development demand, developer's exploitation pair Answer gauge package, medical expert only needs to import component in digitized information management system, that is, completes the newly-increased of scale and more Newly, small to total system exploitation coverage, operation is flexible.
The data model of gauge package is described using XML language.Number in scale interface definition file record gauge package According to the title, mark, the form of expression (such as label, input text box, single choice/multiselect type) of item, data item space layout position It sets, the data source of maps data items, data binding mode, the data structure definition at scale interface can be realized with following procedure:
Mark, title, position, the classification of data item, the number of gauge package in data model definitions file record scale It can be realized with following procedure according to model structure definition:
Service message define data in file record gauge package and gauge package it is newly-built, delete, modification, preserve, Visualization Service message and these message parameters and corresponding message processing program entrance, the definition of service message structure can be with It is realized with following procedure:
By above-mentioned definition, a complete gauge package has included at least three and has defined file and several message processing programs File, i.e.,:Scale interface definition file, data model definitions file, service message define file and message processing program file These files are packaged into a compressed file convenient for publication, version management in practical application by (can call multiple subprograms).
Present embodiment also provides definition and the automatic loading method of a kind of gauge package, including:By scale group The active state of part, which is divided into, defines state and run mode;Gauge package definition is realized defining state, and gauge package is realized in run mode Load.
It is described to define the static models definition that state is gauge package, i.e. gauge package template;The run mode is scale group The dynamic operation example of part, according to the data record of gauge package template instances gauge package, showing interface and service message, As shown in Figure 4.Gauge package model defines method and realizes that gauge package automatic loading method is transported in scale in the definition state of scale Row state is realized.
The method of the gauge package load, as shown in fig. 6, including:
After the completion of gauge package is defined or updated, gauge package file packet need to only be imported into assembly management container by user Designated position (can usually use a fixed catalogue), and when system starts, assembly management container initializes first, by gauge package File packet import, assembly management container scanning designated position on whether have gauge package:
If it is, obtaining the information that scale component file packet is included;Otherwise;All gauge packages in reading database Information loads gauge package;
Judge whether the gauge package is registered according to the information that scale component file packet is included is obtained:
It is that gauge package is then had according to the information update that current gauge package file packet is included;
It is no, then current gauge package file packet is imported, new gauge package is established according to the information that it is included, update is arrived In database;
All gauge package information, load and register gauge package in reading database, establish the corresponding number of gauge package According to model storage table, new gauge package is registered, then normal load gauge package starts successfully until system, gauge package load Process is completed.
The present embodiment also provides a kind of gauge package information management system based on Flask Blueprint, using Flask One gauge package is packaged into a blueprint template component, then the simplification mould by using blueprint by Web frame blueprint mechanism Formula so that it can load, formation scale component information management system automatically.
Flasks is a lightweight Web application framework write using python, is designed to expansible frame, it There are one the strong core comprising basic service, other functions can then be realized by extending for tool.Blueprint frames are Flask A kind of the simplified mode of solution application structure challenge under Web frames makes in one application or across application and applies group The part pattern general with support.Under Blueprint (Chinese translation of Blueprint used below --- blueprint) frame, answer With the set for being broken down into multiple blueprints, the routing address that each blueprint defines is before being registered in program all in suspend mode shape State just really becomes a part for program after registration.
The architecture of the gauge package information management system is by system visualization, gauge package management, data persistence Three parts form, as shown in figure 12.
System visualization be presented to the user may be viewed by, operable system interface, predominantly form web page.And it is related to What it is to the present invention is gauge module therein, and the view layer of each gauge package can be dynamically embedding scale circle finished writing In face.The view layer of gauge package is write according to unified format, without remaining code of change system interface.
Gauge package management includes gauge package manager and each individual gauge package, together constitutes entire scale The core of component information management system, each gauge package can be one piece of independent content, the presence or absence of gauge package It will not have any impact to gauge package information management system.It is made of MVC structures inside gauge package, V is regarding for component Figure layer shows the data content of gauge package by being embedded into user in the component interface of system;M is the model of gauge package Layer, for building the tables of data for preserving the gauge package data content;C is the control layer of gauge package, for gauge package number According to additions and deletions look into change operation all preserve herein, which can define multiple routings under a blueprint and blueprint, wherein Routing is the address that browser can access, while corresponding to each function in control layer, it may be said that browser passes through Access routing address and access backstage function, to all operations in component can after the blueprint is registered to system, It is accessed by the undefined routing of the blueprint.Then system can be by registering the blueprint original individually unrelated group Part is loaded into system.Gauge package manager can check the file directory for preserving component when system starts every time, and can Its packaged blueprint is extracted from the control layer of each gauge package, is then registered in system, and one of system is become Point, without remaining code in modification system, to realize the load automatically of component this target.Meanwhile removing scale group Catalogue where part, system can also cancel the load of the gauge package automatically during restarting.
The effect of data persistence is exactly to preserve data, including the classification of gauge package, title, store path and Using gauge package as the data in the scale of template.
The present embodiment also provides a kind of gauge package management method, includes mainly:Single gauge package management, gauge package Group management and resource type management.It is illustrated in figure 7 gauge package management block diagram.The Use Case Map of gauge package management such as Fig. 8 It is shown.
A) single gauge package management
The management of single gauge package includes increasing, delete, check and changing operation newly to gauge package example.
It is newly-increased:It is according to existing gauge package, for the corresponding empty gauge package example of case addition.In this process In, multiselect operation or gauge package group (referring to the management of gauge package group) can be passed through with the title of renaming gauge package example Increase multiple gauge package examples newly.
It deletes:For useless gauge package, mistake gauge package, by data in gauge package example and gauge package Thoroughly destroy.
It checks:Scale interface is gone to, the specific data in scale component instance are shown to user.
Modification:The operation can be divided into two classes, and one kind is modified to the title of gauge package, and one kind is in scale circle It modifies and preserves in face of the data of gauge package example.
The realization mechanism for managing operation is as shown in Figure 9.When newly-increased gauge package, message transmission to gauge package information management System, system operation increase scale component programs newly, increase a gauge package resource information and empty gauge package data to number According in library, system interface jumps to scale interface later, is shown to user's viewing.Gauge package is deleted, message transmission is to scale Component information management system, system operation delete gauge package program, first delete gauge package data, then delete this resource, Then user is fed back to.When needing to check gauge package, gauge package information management system can handle this message, system interface Scale interface is jumped to, scale interface is shown in database request gauge package data in scale interface.Change scale group For number of packages according to needing, in the progress of scale interface, to preserve after modification, modified data can pass to database preservation, and feed back To user.It is roughly the same with the realization mechanism of gauge package is deleted to change gauge package title, the difference is that operation disappears It is variant to cease processing routine.
B) gauge package group management
Gauge package group management can more easily add multiple gauge packages when being mainly used in newly-increased gauge package real Example is operated including the newly-increased of gauge package group, deletion, inquiry, modification.
It is newly-increased:System pop-up can be with the list interface of whole gauge packages of multiselect, by selecting several common scale groups Part is established a gauge package group for including these templates, is used when increasing multiple scales newly for user.
It deletes:Delete some unwanted scale group, but not delete including gauge package template.
Inquiry:Qualified whole gauge packages are searched out by the title or division name that input gauge package group Group.
Modification:System pops up scale interface, can to it includes gauge package be adjusted, reject or increase newly and is several Gauge package.
It is as shown in Figure 10 that gauge package group manages realization mechanism.User gauge package group administration interface increasing, delete, look into, Change operation, gauge package information management system is sent in the form of message request, gauge package information management system runs phase Message processing program is closed, the operation information for being involved in data passes to database, feeds back to message processing program later, then instead Feed user.
C) resource type management
Usually in a gauge package information management system, some attachmentes can be associated with based on gauge package content, these Data include image, picture, text, statistical parameter etc..Therefore, the present embodiment provides a kind of resource classification management method, scales Component and gauge package associated attachment are all referred to as data resource, can be carried out newly-increased resource to each type resource, delete Except resource, check resource content, modification resource name operation.It needs to select inhomogeneity according to resource type when wherein increasing resource newly Type resource is added, and when addition can select the time of resource and name the title of resource.Based on this, it can ensure future The scalability of resource type does not influence existing system design.
Newly-increased resource requirement user selects resource type, time (optional) in system interface, and then system provides different moneys Resource is first uploaded to clothes by the addition interface (gauge package refers to single gauge package management) in source, non-gauge package resource needs Business device, resource are sent to gauge package information management system as message, and gauge package information management system is according to resources-type Type runs different processing routines and stores in the server, and the relevant information of resource can be uploaded to data in the form of data Library feeds back to message processing program, then feeds back to user later.The deletion of resource is checked, changes resource name and scale substantially It is identical, it is not repeated herein.
It is resource type database uml diagram as shown in figure 11.Resource_Category storage resource types, Resource stores all medical resources, and each Resource_Category is associated with a plurality of Resource;CRF stores scale group The essential information of part, including component Name, description, submission author and deposit position;Scale 1,2 is for instantiating scale group Part, storage assembly internal data, each data can all correspond to a money in Resource
By taking clinical cervical carcinoma screening project as an example, a plurality of types of cervical carcinoma screening amounts are contained in each case history of hospital Table, such as population-based information table, clinical physical examination table, pathological information table, case report form, and the number of species of these scales are Indefinite, Different hospital may have different types of scale, or with the development of medicine, and increase a kind of new reviewing party Formula also just needs the type of newly-increased scale.By the use of component Auto-load technic, the additions and deletions of each type scale are looked into Functions, module layer and the view layer such as change to be encapsulated into a component, when needing a newly-increased type, so that it may only only to compile Correlation function, module, view and the corresponding gauge package definition code for writing the type, then copy to entire component Under the catalogue of system gauge module, restarts system, that is, complete the process of automatic charging assembly.
Import all scales in the project, realization scale information management system operational effect as shown in figs. 13-17, Flexibility and the scalability of height are illustrated in service application practice so that research work is synchronized in more hospitals and carried out, data System improves scientific research project and carries out efficiency, obtains the high evaluation and approval of clinical research staff.
Figure 13 is the case display interface of medical image service platform project.Left-hand navigation column can directly open system Each function interface, upper right side are login user and user's relevant operation.It is search column above the main panel of right side, can passes through The conditional searches such as case ID, submitter, project status, project name, hospital name, disease type, beginning, end time are associated with Case.Case list upper right side is case relevant operation:Newly-built case opens case, deletes case and exports case to text Part.It clicks newly-built case and enters framework shown in Figure 14, select the case project created, figure is entered after Imported cases relevant information Resource interfaces shown in 15.
Countershaft is ranked sequentially every resource under case on time, all kinds of resource classification arrangements.Resource category includes scale, shadow Picture, picture, text, attachment etc., each resource side, which provides, deletes, changes title button.Scale resource is clicked to enter shown in Figure 16 Scale interface.
Scale format imitates papery version scale, is also convenient for recording while being familiar with, and upper left side save button is clicked after modification .Figure 17 is shown as gauge package administration interface, can instantiate gauge package, adds new scale, functionally includes more Scale is added and is added according to scale group.

Claims (3)

1. a kind of gauge package, which is characterized in that the gauge package is by scale interface, data model, service message encapsulation Obtained component;The scale interface definition gauge package shows the table content and visual pattern of user;Data model Define the data organization and storage format for including data content in gauge package;Service message defines the operation service of gauge package Type of message and processing procedure.
2. definition and the automatic loading method of a kind of gauge package described in claim 1, which is characterized in that including:
The active state of gauge package is divided into and defines state and run mode;
Gauge package definition is realized defining state, and gauge package load is realized in run mode.
3. according to the method described in claim 2, it is characterized in that, the gauge package load method, including:
The file packet of gauge package is imported, whether the scanning of assembly management container has gauge package on designated position:
If it is, obtaining the information that scale component file packet is included;Otherwise;All gauge package letters in reading database Breath loads gauge package;
Judge whether the gauge package is registered according to the information that scale component file packet is included is obtained:
It is that gauge package is then had according to the information update that current gauge package file packet is included;
It is no, then current gauge package file packet is imported, new gauge package is established according to the information that it is included, data are arrived in update In library;
All gauge package information, load and register gauge package in reading database.
CN201810413198.4A 2018-05-03 2018-05-03 A kind of gauge package and its definition and automatic loading method Pending CN108595225A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810413198.4A CN108595225A (en) 2018-05-03 2018-05-03 A kind of gauge package and its definition and automatic loading method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810413198.4A CN108595225A (en) 2018-05-03 2018-05-03 A kind of gauge package and its definition and automatic loading method

Publications (1)

Publication Number Publication Date
CN108595225A true CN108595225A (en) 2018-09-28

Family

ID=63620652

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810413198.4A Pending CN108595225A (en) 2018-05-03 2018-05-03 A kind of gauge package and its definition and automatic loading method

Country Status (1)

Country Link
CN (1) CN108595225A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111752899A (en) * 2020-06-28 2020-10-09 中科三清科技有限公司 Environment report generation method and device, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120089562A1 (en) * 2010-10-04 2012-04-12 Sempras Software, Inc. Methods and Apparatus for Integrated Management of Structured Data From Various Sources and Having Various Formats
CN103019731A (en) * 2012-12-13 2013-04-03 长安大学 Visual progress presentation software system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120089562A1 (en) * 2010-10-04 2012-04-12 Sempras Software, Inc. Methods and Apparatus for Integrated Management of Structured Data From Various Sources and Having Various Formats
CN103019731A (en) * 2012-12-13 2013-04-03 长安大学 Visual progress presentation software system

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
乐搏学院: "https://my.oschina.net/learnbo/blog/863671", 《PYTHON+FLASK.0011.FLASK蓝图相关之创建蓝图及注册蓝图》 *
张仁津: "《计算机软件开发技术的研究》", 31 July 2005, 贵州人民出版社 *
晓可加油: "https://www.jianshu.com/p/2ea73117adad", 《FLASK框架知识系列之四》 *
藕丝空间: "https://www.jianshu.com/p/8a5d6c1f86ad", 《基于 ORACLE 的 FLASK 项目(三)——生成报表》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111752899A (en) * 2020-06-28 2020-10-09 中科三清科技有限公司 Environment report generation method and device, electronic equipment and storage medium
CN111752899B (en) * 2020-06-28 2021-06-15 中科三清科技有限公司 Environment report generation method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US10929116B2 (en) Generation of dynamic software models using input mapping with feature definitions
US6539388B1 (en) Object-oriented data storage and retrieval system using index table
Fowler Patterns of enterprise application architecture
US7600182B2 (en) Electronic data capture and verification
JP2770715B2 (en) Structured document search device
US20030177481A1 (en) Enterprise information unification
US20070061428A1 (en) Customization of applications through deployable templates
US20070245320A1 (en) Legacy Software Modernization System
JPH0962665A (en) Document management device
CN107122368A (en) A kind of data verification method, device and electronic equipment
JP2007510218A (en) Terminology database extension for label system
CN104798067B (en) Dictionary system and dictionary call method
US20180113860A1 (en) Content management system and method for synchronizing content translations
WO2011111532A1 (en) Database system
US20030018955A1 (en) Computer readable medium, method, and system for supporting system development
CN114238808A (en) Page display method and device, computer equipment and storage medium
Oltmans et al. Preservation functionality in a digital archive
Sanctorum et al. End-user engineering of ontology-based knowledge bases
Candela et al. An approach to assess the quality of Jupyter projects published by GLAM institutions
Tobias et al. The CAP cancer protocols–a case study of caCORE based data standards implementation to integrate with the Cancer Biomedical Informatics Grid
JP4959501B2 (en) Information processing apparatus, information processing method, and program
CN108595225A (en) A kind of gauge package and its definition and automatic loading method
US20120084643A1 (en) Component-specific and source-agnostic localization
Florez et al. Automatic code generation system for transactional web applications
JP2004252951A (en) Introductory operation support system for integrated business software

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

Application publication date: 20180928

RJ01 Rejection of invention patent application after publication