CN113656724B - Method and system for dynamically configuring webpage function based on web page - Google Patents

Method and system for dynamically configuring webpage function based on web page Download PDF

Info

Publication number
CN113656724B
CN113656724B CN202111218275.9A CN202111218275A CN113656724B CN 113656724 B CN113656724 B CN 113656724B CN 202111218275 A CN202111218275 A CN 202111218275A CN 113656724 B CN113656724 B CN 113656724B
Authority
CN
China
Prior art keywords
user
resource
different
interface
information
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
CN202111218275.9A
Other languages
Chinese (zh)
Other versions
CN113656724A (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.)
Shenzhen Xinrun Fulian Digital Technology Co Ltd
Original Assignee
Shenzhen Xinrun Fulian Digital Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Xinrun Fulian Digital Technology Co Ltd filed Critical Shenzhen Xinrun Fulian Digital Technology Co Ltd
Priority to CN202111218275.9A priority Critical patent/CN113656724B/en
Publication of CN113656724A publication Critical patent/CN113656724A/en
Application granted granted Critical
Publication of CN113656724B publication Critical patent/CN113656724B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals

Abstract

The invention provides a method and a system for dynamically configuring webpage functions based on a web page, which comprises the following steps: the system comprises a webpage interface, a background management system, a server and a database; the webpage interface is used for interaction between a user and a web platform website; the server and the database provide functions and data support of a back end; the background management system is communicated with the web interface, the server and the database and dynamically configures different functional modules and permissions for the user. The invention provides a user with an industrial internet web platform website which can quickly select functions suitable for different departments, and does not need to manufacture a plurality of related software, only a front-end developer manufactures a website platform which can dynamically configure the functions, and different departments select the desired enterprise platform functions, so that an industrial internet web platform website which is suitable for the departments of the user can be generated, the manufacturing cost of the enterprise is reduced, the misuse among different responsibilities is avoided, the safety problem is avoided, and the development efficiency is improved.

Description

Method and system for dynamically configuring webpage function based on web page
Technical Field
The invention relates to the technical field of software development, in particular to a method and a system for dynamically configuring webpage functions based on a web page.
Background
In the current medium and small industrial internet enterprises, different industrial enterprises need software management enterprises, but different functions can be provided for different workers (for example, cement industry internet enterprises have the functions of equipment management, equipment maintenance, part management, lubricating oil management, raw material management and the like, order management, process card management, schedule management, piece counting management, raw material management, personnel management, cost management and the like, plant operation and maintenance personnel need the functions of equipment management, equipment maintenance, part management and lubricating oil management, plant production personnel or supervisors need the functions of piece counting management, raw material management, schedule management and the like, financial departments need the functions of personnel management, cost management and the like), and personnel with different responsibilities need staff to go to different systems.
In the current small and medium-sized enterprises, different departments use the same software developed by the software department for people with different responsibilities. Or often make multiple different industrial internet web platform websites.
The main disadvantages are:
1) the efficiency is low, and different responsibility persons can not easily find out the website functions related to the responsibility;
2) security issues, such as: a certain production department needs expenses, and then the production department directly passes the expenses management function;
3) the cost is high, and if different web platform websites are made, very high cost is caused;
therefore, the prior art has drawbacks and needs further improvement.
Disclosure of Invention
Aiming at more than one problem in the prior art, the invention provides a method and a system for dynamically configuring webpage functions based on a web page.
In order to achieve the purpose, the invention adopts the following specific scheme:
the invention provides a system for dynamically configuring webpage functions based on a web page, which comprises the following steps: the system comprises a webpage interface, a background management system, a server and a database; the webpage interface is used for interaction between a user and a web platform website and presentation of resources; the server and the database provide functions and data support of a back end; the background management system is communicated with the web interface, the server and the database, and dynamically configures different functional modules and permissions for users of the web interface according to different functional requirements.
Preferably, the background management system includes: an application center and a user center;
the application center comprises a resource configuration module used for carrying out configuration management of different functions on different users;
the user center comprises a user table center for carrying out configuration management of different authorities on different users.
Preferably, the resource configuration module is configured to create a resource name, an address, a urlKey identifier, and a resource type.
Preferably, the database is MySQL or MongoDB, and the database comprises a resource information table;
the resource information table includes: a user information table, a user role table and a user resource table;
the user information table is associated with the user resource table through the external key of the user role table;
the user resource table stores user information table and id information of the user role table respectively,
the id information of each table corresponding to the user resource table establishes a corresponding relation in a mode of storing ids;
the front end initiates an ajax request to request user information in the database and id information of a user resource table stored in the user information table, the related user resource table is taken from the database in a pointer searching mode corresponding to the id, and the related data table of the user resource table is taken by taking the user information.
The invention also discloses a method for dynamically configuring the webpage function based on the web page, which comprises the following steps:
step S1, each functional department puts forward functional requirements;
step S2, designing a corresponding web interface according to different modules and different functions according to the function requirements through a prototype design tool;
step S3, developing different function modules, and configuring resources and user rights by the background management system;
step S4, recording related application resources according to the rule configuration function of the application center, and writing the resource data into the back-end server;
step S5, creating users and distributing resources for each user;
step S6, the front-end developer develops the related web front-end interface function by using vue.js, html, css and the imported static picture according to the designed web interface;
step S7, logging in by a user, acquiring user resource information from a database through an ajax request, and storing the user resource information in a session.
Step S8, each user interface is taken to a corresponding resource information pool through a global session.
And step S9, configuring resources according to the function requirements through the operation, and obtaining the required web platform website by the user.
Preferably, step S3 specifically includes the following steps:
step S31, the development of the application center and the allocation of resources;
and step S32, developing the user center and configuring the user authority.
Preferably, step S31 specifically includes the following steps:
step S311, a front-end development engineer develops a resource configuration module by using vue.js and html and css, and creates a resource name, an address, a urlKey identifier and a resource type by using the resource configuration module;
step S312, binding relevant parameters to the formData form by using v-model bidirectional data binding of vue.js for each input box of the resource configuration module, where the parameters include: the icon, the resource name, the resource type, the resource address and the identifier urlKey of the resource;
step S313, after configuration, the data of the form of the stored formData is sent to node js through a post or get request in a front-end and back-end ajax interaction mode, and the resource data is written into mysql or mongoDB server by the node js.
Preferably, step S32 specifically includes:
front-end development engineers develop a form user center by using vue.js and html, css, and also create different users in an ajax data communication mode with background node.js, and use a popped role selector developed by a front end to distribute different role authorities by clicking a distribution function, wherein the different role authorities are subsequently configured with different operation functions.
Preferably, step S8 specifically includes the following steps:
step S81, the user takes the relevant information in the global session.js cache, and judges whether the user has a resource interface matched with the url key through the unique url key configured when the resource is configured;
and step S82, the template grammar displays and hides the view of each webpage interface and the button function interface by the embedded point configuration according to whether the template grammar has the related authority.
By adopting the technical scheme of the invention, the invention has the following beneficial effects:
1. the method has the advantages that a plurality of related software is not required to be manufactured, only a front-end developer manufactures the web platform website capable of dynamically configuring functions, and different departments select the desired web platform website functions of the enterprise, so that an industrial internet web platform website adaptive to the departments of the departments can be generated, and the manufacturing cost of the enterprise is reduced;
2. the wrong use among different responsibilities is avoided, the safety problem is avoided, and the development efficiency is improved.
Drawings
FIG. 1 is a functional configuration diagram of a system according to an embodiment of the present invention;
FIG. 2 is an overall flow diagram of an embodiment of the present invention.
Detailed Description
The invention is further described below with reference to the following figures and specific examples.
The invention is explained in detail in connection with figures 1-2,
the invention provides a method and a system for dynamically configuring webpage functions based on a web page, wherein the system comprises the following steps: the system comprises a webpage interface, a background management system, a server and a database; the webpage interface is used for interaction between a user and a web platform website and presentation of resources; the server and the database provide functions and data support of a back end; the background management system is communicated with the web interface, the server and the database, and dynamically configures different functional modules and permissions for users of the web interface according to different functional requirements.
The background management system comprises: an application center and a user center; the application center comprises a resource configuration module used for carrying out configuration management of different functions on different users; the user center comprises a user table center for carrying out configuration management of different authorities on different users. The resource configuration module is used for creating a resource name, an address, a urlKey identifier and a resource type.
The database is MySQL or MongoDB and comprises a resource information table; the resource information table includes: a user information table, a user role table and a user resource table; the user information table is associated with the user resource table through the external key of the user role table; the user resource table respectively stores the id information of a user information table and a user role table, and the id information of each table corresponding to the user resource table establishes a corresponding relation in a mode of id mutual storage; the front end initiates an ajax request to request user information in the database and id information of a user resource table stored in the user information table, the related user resource table is taken from the database in a pointer searching mode corresponding to the id, and the related data table of the user resource table is taken by taking the user information.
The specific implementation method comprises the following flow steps:
1. each functional department of the industrial internet puts forward the functions of the web platform of the industrial internet required by the relevant department (for example, the functions of production department, raw material management progress management, piece counting management and the like, the functions of maintenance department, equipment management, equipment maintenance and the like, the functions of personnel management, salary management and the like).
2. And designing an industrial internet web page interface according to different functions and different modules by an Apure prototype design tool according to the functions.
3. The background management system developed by the front end comprises:
the application center: the function is to develop a background interface for configuring all functions, and the background interface is used for configuring all functions into a system function tree, namely for configuring user functions;
the user center: configuring whether a user can have a boundary, namely configuring user authority;
the application center:
(1) js and html are used by a front-end development engineer, css develops a resource configuration module, and a resource name (web page interface of related application), an address, a urlKey identifier and a resource type (including an interface and a button) are created by using the resource configuration module;
(2) each input box for configuring resources utilizes v-model bidirectional data binding of vue.
Icon: icon, resource name, resource type: type, resource address: resourcePath, identification of resources: urlKey (which is used mainly to control whether the front-end interface exhibits hiding, and must remain unique) is bound into the formData form by < template v-model = "formData" bi-directionally >;
(3) after configuration, the data of the form of the stored formData is sent to a node js through a post or get request in a front-end and back-end ajax interactive mode, and the node js writes the resource data into mysql or mongoDB server.
The user center:
(1) front-end development engineers develop a form user center by using vue.js and html, css, and also create different users in an ajax data communication mode with background node.js, and use a popped role selector developed by a front end to distribute different role authorities by clicking a distribution function, wherein the different role authorities are subsequently configured with different operation functions.
4. Through a developed front-end interface of the application center, related application resources are input according to the rule configuration functions (selecting icons: icon, resource name: name, resource type: type, resource address: resourcePath, resource identification: urlKey and other resource information) of the application center, data are sent to node.js through an interaction request of ajax and a background, and the node.js writes the resource data into a mysql server through sql statements.
The data bound to the form through the v-model and the transmission data form and parameters are as follows (type, method, level hierarchy, level sequence, routPath way, etc. data are recorded into the form)
Figure 989422DEST_PATH_IMAGE001
the data is sent to node.js background by way of that $ ajax.addsingleinfo (that.newform). then ((res) = > { }), and written into the server through sql.
5. And creating users, distributing resource information for each user, and checking related user resources through a front end. And sending the data to the node.js through the ajax request, and writing the resource data into a resource information table of the mysql server by the node.js through the sql statement. (user information tables, user role tables, user resource tables are created in the MySQL or MongoDB database when the project is initialized),
the user information table is associated with the user resource table through the external key of the user role table,
the user resource table stores user information table and id information of the user role table respectively,
the id information of each table corresponding to the user resource table establishes a corresponding relation in a mode of storing the ids.
The front end initiates an ajax request to request the user information in the database. Id information of the user resource table stored in the user information table. And taking the related user resource table from the database in a pointer searching mode corresponding to the id, and taking the related data table of the user resource table by taking the user information.
6. Front-end developers use vue.js, html, css and imported static pictures to develop related web front-end interface functions according to the designed web page interface.
7. And when each different user logs in the web platform website, obtaining user resource information from mysql through the ajax request, and storing the user resource information in the session.
Figure 844246DEST_PATH_IMAGE002
Figure 561666DEST_PATH_IMAGE003
8. Js cache is used to fetch the corresponding resource information pool by each user interface. Such as whether it has an equipment maintenance interface, etc. And judging whether the user has a resource interface matched with the urlKey or not through the unique urlKey configured during resource configuration. If not, hiding the web webpage routing information and the page information by using v-if = 'false' in the template grammar, and if yes, displaying the v-if = 'true';
(1) js cache for user to get relevant information
this.hasRights = hasRights;
localStorage.getItem('appHasRights',)
(2) The template grammar displays and hides the embedded point configuration of the view of each web page interface and the button function interface by whether having the related authority (the embedded point configuration is the interface which is set to show the embedded point position, the button and the like)
<appClass ref="appClass" v-if="hasRights.hasOwnProperty('getAppData')"
9. When the user selects the functions required by the industrial internet web site, the user can obtain the industrial internet web platform website of the related function responsibilities which the user wants to use.
For example: and (4) maintenance department: a web platform website having only maintenance equipment;
the warehouse management department: and the web platform website only has the functions of managing equipment and the like.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention, and all modifications and equivalents of the present invention, which are made by the contents of the present specification and the accompanying drawings, or directly/indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (2)

1. A system for dynamically configuring web page functionality based on a web page, comprising:
the system comprises a webpage interface, a background management system, a server and a database;
the webpage interface is used for interaction between a user and a web platform website and presentation of resources;
the server and the database provide functions and data support of a back end;
the background management system is communicated with the web interface, the server and the database, and dynamically configures different functional modules and permissions for users of the web interface according to different functional requirements;
the background management system comprises: an application center and a user center;
the application center comprises a resource configuration module used for carrying out configuration management of different functions on different users;
the user center comprises a user table center and is used for carrying out configuration management of different authorities on different users;
the resource configuration module is used for creating a resource name, an address, a urlKey identifier and a resource type;
the database is MySQL or MongoDB and comprises a resource information table;
the resource information table includes: a user information table, a user role table and a user resource table;
the user information table is associated with the user resource table through the external key of the user role table;
the user resource table stores user information table and id information of the user role table respectively,
the id information of each table corresponding to the user resource table establishes a corresponding relation in a mode of storing ids;
the front end initiates an ajax request to request user information in the database and id information of a user resource table stored in the user information table, the related user resource table is taken from the database in a pointer searching mode corresponding to the id, and the related data table of the user resource table is taken by taking the user information.
2. A method for dynamically configuring web page functions based on web pages is characterized by comprising the following steps:
step S1, each functional department puts forward functional requirements;
step S2, designing a corresponding web interface according to different modules and different functions according to the function requirements through a prototype design tool;
step S3, developing different function modules, and configuring resources and user rights by the background management system;
step S4, recording related application resources according to the rule configuration function of the application center, and writing the resource data into the back-end server;
step S5, creating users and distributing resources for each user;
step S6, the front-end developer develops the related web front-end interface function by using vue.js, html, css and the imported static picture according to the designed web interface;
step S7, logging in by a user, acquiring user resource information from a database through an ajax request, and storing the user resource information in a session.
Step S8, each user interface is taken to a corresponding resource information pool through a global session.
Step S9, configuring resources according to the function requirement through the operation, and obtaining the needed web platform website by the user;
step S3 specifically includes the following steps:
step S31, the development of the application center and the allocation of resources;
step S32, developing a user center and configuring user authority;
step S31 specifically includes the following steps:
step S311, a front-end development engineer develops a resource configuration module by using vue.js and html and css, and creates a resource name, an address, a urlKey identifier and a resource type by using the resource configuration module;
step S312, binding relevant parameters to the formData form by using v-model bidirectional data binding of vue.js for each input box of the resource configuration module, where the parameters include: the icon, the resource name, the resource type, the resource address and the identifier urlKey of the resource;
step S313, after configuration, sending the data of the form of the stored formData to node.js through a post or get request in a front-end and back-end ajax interactive mode, and writing the resource data into mysql or mongoDB server by node.js;
step S32 specifically includes:
front-end development engineers develop a form user center by using vue.js and html, css, create different users in the ajax data communication mode with background node.js, and use a popped role selector developed by the front end to distribute different role authorities by clicking a distribution function, wherein the different role authorities are subsequently configured with different operation functions;
step S8 specifically includes the following steps:
step S81, the user takes the relevant information in the global session.js cache, and judges whether the user has a resource interface matched with the url key through the unique url key configured when the resource is configured;
and step S82, the template grammar displays and hides the view of each webpage interface and the button function interface by the embedded point configuration according to whether the template grammar has the related authority.
CN202111218275.9A 2021-10-20 2021-10-20 Method and system for dynamically configuring webpage function based on web page Active CN113656724B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111218275.9A CN113656724B (en) 2021-10-20 2021-10-20 Method and system for dynamically configuring webpage function based on web page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111218275.9A CN113656724B (en) 2021-10-20 2021-10-20 Method and system for dynamically configuring webpage function based on web page

Publications (2)

Publication Number Publication Date
CN113656724A CN113656724A (en) 2021-11-16
CN113656724B true CN113656724B (en) 2022-02-15

Family

ID=78484249

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111218275.9A Active CN113656724B (en) 2021-10-20 2021-10-20 Method and system for dynamically configuring webpage function based on web page

Country Status (1)

Country Link
CN (1) CN113656724B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103957255A (en) * 2014-04-30 2014-07-30 华南理工大学 Lightweight application development cloud service platform and method for having access to resources thereof
CN104951527A (en) * 2015-06-12 2015-09-30 深圳互娱网络科技有限公司 System and method for rapid configuration of database management background
CN105760159A (en) * 2016-02-01 2016-07-13 四川长虹电器股份有限公司 Website developing method and system
CN111783050A (en) * 2020-07-02 2020-10-16 浪潮云信息技术股份公司 Role and authority control system of website user
CN112487392A (en) * 2020-12-08 2021-03-12 浪潮云信息技术股份公司 Method for realizing authority control of management system by front end

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070100644A1 (en) * 2005-10-27 2007-05-03 Keillor R D Consumer-initiated marketing for real-estate connected products
US20080077556A1 (en) * 2006-09-23 2008-03-27 Juan Carlos Muriente System and method for applying real-time optimization of internet websites for improved search engine positioning
US20080178075A1 (en) * 2007-01-22 2008-07-24 Fmr Corp. Configuration Data Store for Overriding a Web Application Configuration Involving Multiple Customers
CN101794314A (en) * 2010-03-12 2010-08-04 同济大学 Allopatry collaborative design informatization platform based on Web
CN108304172B (en) * 2017-01-13 2021-10-08 北京畅游天下网络技术有限公司 Web development method and web development engine
CN109784033A (en) * 2018-12-13 2019-05-21 平安科技(深圳)有限公司 Operating right Dynamic Configuration and relevant device based on page menus
CN109688120B (en) * 2018-12-14 2020-11-03 浙江大学 Dynamic authority management system based on improved RBAC model and Spring Security framework
CN110968825A (en) * 2019-11-30 2020-04-07 信联科技(南京)有限公司 WEB page fine-grained authority control method
CN113434133B (en) * 2021-08-27 2022-02-15 深圳市信润富联数字科技有限公司 Application building method, device, equipment and computer readable storage medium
CN113487244A (en) * 2021-09-03 2021-10-08 深圳市信润富联数字科技有限公司 Multi-platform industrial equipment maintenance management system and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103957255A (en) * 2014-04-30 2014-07-30 华南理工大学 Lightweight application development cloud service platform and method for having access to resources thereof
CN104951527A (en) * 2015-06-12 2015-09-30 深圳互娱网络科技有限公司 System and method for rapid configuration of database management background
CN105760159A (en) * 2016-02-01 2016-07-13 四川长虹电器股份有限公司 Website developing method and system
CN111783050A (en) * 2020-07-02 2020-10-16 浪潮云信息技术股份公司 Role and authority control system of website user
CN112487392A (en) * 2020-12-08 2021-03-12 浪潮云信息技术股份公司 Method for realizing authority control of management system by front end

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Learning, Analyzing and Predicting Object Roles on Dynamic Networks;Kang Li et al.;《2013 IEEE 13th International Conference on Data Mining》;20140203;第428-437页 *
基于前后端分离技术的web开发框架设计;吴昌政;《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》;20210315;第2021年卷(第03期);I139-115页 *
基于角色访问控制在权限管理中的研究与应用;张海涛等;《微计算机信息》;20060930;第第22卷卷(第27期);第29-32页 *

Also Published As

Publication number Publication date
CN113656724A (en) 2021-11-16

Similar Documents

Publication Publication Date Title
US10740429B2 (en) Apparatus and method for acquiring, managing, sharing, monitoring, analyzing and publishing web-based time series data
CN100550012C (en) The system and method for unified navigation
US8412549B2 (en) Analyzing business data for planning applications
CN102567539B (en) Intelligent WEB report implementation method and intelligent WEB report implementation system
US20220215125A1 (en) Viewing, selecting, and triggering a data pipeline to derive a collaborative dataset
US9600242B2 (en) Application framework for reactive information propagation and planning for lifelike exercises
US20040243640A1 (en) System and method for providing selective data access and workflow in a network environment
US20110225484A1 (en) Cloud based modeling for enhancing spreadsheets
US11120200B1 (en) Capturing unstructured information in application pages
Willmes et al. Building research data management infrastructure using open source software
CN101902492A (en) Web Service server, website constructing method and information exchange method
US20150026081A1 (en) Method and system for managing standards
CN113656724B (en) Method and system for dynamically configuring webpage function based on web page
US20160162814A1 (en) Comparative peer analysis for business intelligence
US11036763B2 (en) Flexible organizational hierarchy
JP2008065374A (en) Information link program for information sharing system
US10180975B2 (en) Methods and a computing device for carrying out data collection
US10607239B2 (en) Enterprise evaluation using structured data
Nasr et al. Datahub for AURIN and ANDS Project
Mishra et al. Web Application using Spring Boot
Bubanj TeaCat System: Technical Report
US9672263B1 (en) Reliability engineering data integration
Fielder et al. Systems and methods for composable analytics
Sethi Corporate Information model Catalog for Self Service using (Online Analytical Processing) OLAP methodology
Αγγελίδη et al. From desktop to Software as a Service: transforming Greece’s most widespread library software “ABEKT” into a brand-new cloud service “openABEKT”

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