CN112416334B - Page configuration method, device, equipment and storage medium - Google Patents

Page configuration method, device, equipment and storage medium Download PDF

Info

Publication number
CN112416334B
CN112416334B CN201910783827.7A CN201910783827A CN112416334B CN 112416334 B CN112416334 B CN 112416334B CN 201910783827 A CN201910783827 A CN 201910783827A CN 112416334 B CN112416334 B CN 112416334B
Authority
CN
China
Prior art keywords
page
style
information
node
updating
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
CN201910783827.7A
Other languages
Chinese (zh)
Other versions
CN112416334A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201910783827.7A priority Critical patent/CN112416334B/en
Publication of CN112416334A publication Critical patent/CN112416334A/en
Application granted granted Critical
Publication of CN112416334B publication Critical patent/CN112416334B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/951Indexing; Web crawling techniques
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a page configuration method, a device, equipment and a storage medium, wherein the method comprises the following steps: acquiring page data of a target page; configuring a tree structure of a target page based on page index information and attribute information of the page index information, and generating a node module of the target page based on at least one node of the tree structure and description information of at least one node; determining a page style type corresponding to a node module of a target page; displaying a style template corresponding to the page style type in a style template library on a preset page; receiving a style template selection instruction triggered in the preset page; and configuring a node module of the target page into the target page based on the style template corresponding to the style template selection instruction. The technical scheme provided by the application can make the page data display layer clear, realize style template multiplexing, improve page configuration efficiency, update more flexibly and realize display diversification.

Description

Page configuration method, device, equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a page configuration method, a device, a computer device, and a storage medium.
Background
In recent years, with the rapid development of information technology, people have grown accustomed to acquiring information from the internet to facilitate their own lives. The Internet product is endless, so that clothing and eating residence of people are affected, for example, people can acquire information such as food news, dish manufacturing methods, food material purchasing modes and the like from food pages or APP (application program); acquiring information such as learning methods, courses, education news and the like of different subjects from an education page; obtaining information such as tourist strategies, route planning, ticket hotels and the like of different scenic spots from a tourist page; information such as symptom diagnosis, preventive medical treatment, current research situation and the like of the diseases is obtained from a medical page. These pages often provide people with some information in the form of text, pictures and videos to choose references from which users can extract their own needed information to facilitate their own lives. The main function of the page development configuration is to better present the pages of websites or APP (application program) to users, thereby facilitating the users to acquire useful information and attracting the users.
In the prior art, data are designed according to specific page configuration information, a developer develops a complete page according to related information and presents the complete page to a user, if the data are required to be updated or a display style is required to be changed, a new version is required to be released, the layering sense of the page data is not strong, style template sharing cannot be flexibly realized among different application program versions, diversified setting of the page is not facilitated, meanwhile, a large burden is brought to the developer, the page configuration efficiency is low, and data updating is not flexible enough. Therefore, there is a need to provide a more reliable and efficient solution.
Disclosure of Invention
In order to solve the problems in the prior art, the invention provides a page configuration method, a page configuration device, computer equipment and a storage medium. The technical scheme is as follows:
In one aspect, a page configuration method is provided, the method including:
Acquiring page data of a target page, wherein the page data comprises page index information and attribute information of the page index information;
further, configuring a tree structure of the target page based on the page index information and attribute information of the page index information;
specifically, the page index information is a node of the tree structure, and the attribute information of the page index information is description information of the node;
Further, a node module for generating the target page based on at least one node of the tree structure and the description information of the at least one node;
further, determining the page style type corresponding to the node module of the target page;
further, displaying a style template corresponding to the page style type in a style template library on a preset page;
further, receiving a style template selection instruction triggered in the preset page;
further, a node module of the target page is configured to be the target page based on the style template corresponding to the style template selection instruction.
Another aspect provides a page configuration apparatus, the apparatus comprising:
The page data acquisition module is used for acquiring page data of a target page, wherein the page data comprises page index information and attribute information of the page index information;
The tree structure configuration module is used for configuring a tree structure of the target page based on the page index information and attribute information of the page index information, wherein the page index information is a node of the tree structure, and the attribute information of the page index information is description information of the node;
A node module generating module, configured to generate a node module of the target page based on at least one node of the tree structure and description information of the at least one node;
the page style type determining module is used for determining the page style type corresponding to the node module of the target page;
The style template display module is used for displaying a style template corresponding to the page style type in a style template library on a preset page;
The style template selection instruction receiving module is used for receiving a style template selection instruction triggered in the preset page;
And the target page configuration module is used for configuring the node module of the target page into the target page based on the style template.
In another aspect, a page configuration device is provided, the device including a processor and a memory having stored therein at least one instruction, at least one program, a set of codes, or a set of instructions, the at least one instruction, the at least one program, the set of codes, or the set of instructions being loaded and executed by the processor to implement a page configuration method as described above.
Another aspect provides a computer readable storage medium having stored therein at least one instruction, at least one program, code set, or instruction set loaded and executed by a processor to implement a page configuration method as described above.
The page configuration method, the page configuration device, the page configuration equipment and the storage medium provided by the application have the following technical effects:
According to the application, the tree structure of the target page is configured by acquiring the page data of the target page, the node module is generated, the sampling type template is selected from the pattern template library, and the node module of the target page is configured into the target page based on the pattern template, so that the display level of the target page data is clear, convenience is provided for a user to quickly find the information required by the user, meanwhile, the data of the pages of each version have a similar structure, the pattern templates are conveniently reused, each node module can select different pattern templates, the page configuration efficiency is improved, the updating is more flexible, and the diversified display of the pages is realized.
Drawings
In order to more clearly illustrate the embodiments of the application or the technical solutions and advantages of the prior art, the following description will briefly explain the drawings used in the embodiments or the description of the prior art, and it is obvious that the drawings in the following description are only some embodiments of the application, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic diagram of an application environment provided by an embodiment of the present application;
FIG. 2 is a schematic flow chart of a page configuration method according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a tree structure of target page data according to an embodiment of the present application;
FIG. 4 is a schematic diagram of a tree structure of a food information recommended product page data provided by an embodiment of the present application;
FIG. 5 is a schematic diagram of a tree structure of medical information recommended product page data according to an embodiment of the present application;
FIG. 6 is a schematic diagram of a data node module of a medical information recommendation product page according to an embodiment of the present application;
FIG. 7 is a schematic flow chart of a method for constructing a style template library according to an embodiment of the present application;
FIG. 8 is a schematic diagram of an operation interface for selecting a style template for a node module according to an embodiment of the present application;
FIG. 9 is a schematic diagram of a page of a configured food information recommendation product according to an embodiment of the present application;
FIG. 10 is a schematic diagram of a page of a configured medical information recommendation product according to an embodiment of the present application;
FIG. 11 is a schematic diagram of a page of a medical information recommendation product according to an embodiment of the present application;
FIG. 12 is a schematic diagram of a page of a template for replacing part of a style of a recommended product of medical information according to an embodiment of the present application;
fig. 13 is a schematic structural diagram of a page configuration device according to an embodiment of the present application;
fig. 14 is a hardware structure block diagram of a server of a page configuration method according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present application and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the application described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or server that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed or inherent to such process, method, article, or apparatus, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Referring to fig. 1, fig. 1 is a schematic diagram of an application environment provided in an embodiment of the present application, and as shown in fig. 1, the application environment includes at least a server 01 and at least one client 02.
In particular, the server 01 may include a server that operates independently, or a distributed server, or a server cluster that is composed of a plurality of servers. The server 01 may include a network communication unit, a processor, a memory, and the like. Specifically, the server 01 may be configured to construct a style template library and generate a style template, thereby configuring a target page.
Specifically, the client 02 may include a smart phone, a desktop computer, a tablet computer, a notebook computer, a digital assistant, a smart wearable device, or other types of physical devices, or may include software running in the physical devices, such as an application program, etc. The operating system running on the client 02 in the embodiment of the present invention may include, but is not limited to, an android system, an IOS system, linux, windows, etc. The client 02 may be used to obtain page data, configure the tree structure of the target page, select a style template, and so on.
The following describes a page configuration method according to the present invention, and fig. 2 is a schematic flow chart of a page configuration method according to an embodiment of the present invention. It is noted that the present specification provides method operational steps as described in the examples or flowcharts, but may include more or fewer operational steps based on conventional or non-inventive labor. The order of steps recited in the embodiments is merely one way of performing the order of steps and does not represent a unique order of execution. In actual system or product execution, the methods illustrated in the embodiments or figures may be performed sequentially or in parallel (e.g., in a parallel processor or multi-threaded processing environment). As shown in fig. 2, the method may include:
s201, acquiring page data of a target page.
In the embodiment of the present specification, the target page may include a web page to be configured, a page of an application program to be configured, or a page of an applet to be configured; the page data of the target page may include any type of data including text, still images, moving images, hyperlinks, video, audio, etc. constituting the content of the target page, but does not include style-related information of the target page.
In practical applications, users often need to acquire needed information by combining text, pictures, audio and video, content jump links, and the like when browsing pages. Taking information-based information recommended products as an example, the page data can comprise titles, word descriptions, configuration drawings, theme-associated article hyperlinks or recommended content jump links, associated audio and video, and the like.
In the embodiment of the present specification, the page data of the target page may include page index information and attribute information of the page index information. Specifically, one page data may include at least one page index information.
In particular, the page index information may include information identifying a certain page object in the target page, and the page index information may include, but is not limited to, text information, picture information, or information in the form of hyperlinks, etc. Specifically, for example, a title of a certain page object in the page may be mentioned.
Specifically, the attribute information of the page index information may include information for explaining or expanding a certain page index information in the target page, and the attribute information of the page index information may include, but is not limited to, information in the form of text information, picture information, audio/video information, hyperlinks, and the like. Specifically, for example, a map of a title in a page may be provided.
In practical application, taking a food information recommended product as an example, when a user clicks a tomato in dishes, the page can provide information such as a nutritional value text description of the tomato, a tomato variety map, a cooking method jump link, a cooking teaching video and the like, and the user can conveniently select the food by providing various information.
Taking the food information recommended product as an example, the tomato, the variety classification and the cooking method in the page are page index information of the target page data; the nutrition value description text of the tomato in the page is the attribute information of the page index information tomato, the matching chart of the variety classification is the attribute information of the variety classification of the page index information, and the video and the hyperlink of the cooking method are the attribute information of the cooking method of the page index information.
S203, configuring a tree structure of the target page based on the page index information and the attribute information of the page index information.
Specifically, the page index information is a node of the tree structure, and the attribute information of the page index information is description information of the node;
In the embodiment of the present disclosure, configuring the tree structure of the target page based on the page index information and the attribute information of the page index information may include:
1) And determining the association relation between the page index information.
2) Setting the page index information as a node of a tree structure of the target page based on the association relation between the page index information;
3) And setting the attribute information of the page index information as the description information of the node.
Specifically, the association relationship between the page index information may include a hierarchical progressive relationship, and specifically, for example, may be a hierarchical relationship between a parent title and a child title, and between grandchild titles.
In this embodiment of the present disclosure, referring to fig. 3, fig. 3 is a schematic diagram of a tree structure of target page data provided in the embodiment of the present disclosure, based on the page index information and attribute information of the page index information, the target page data may be configured as data of a multi-fork tree structure, the page index information is set as a node of a tree, and the attribute information of the page index information is set as description information of the node. Specifically, each node has only one parent node, and there may be multiple nodes under each node.
Referring to fig. 4, fig. 4 is a schematic diagram of a tree structure of a page data of a food information recommended product according to an embodiment of the present invention, wherein "tomato", "variety classification" and "cooking method" in the page are set as nodes of a tree; the nutrition value description text of the tomato, the matching chart of the variety classification and the video and hyperlink of the cooking method are set as the description information of the corresponding nodes.
In practical application, referring to fig. 5, fig. 5 is a schematic diagram of a medical information recommended product page data tree structure provided by an embodiment of the present invention, specifically, "symptoms and medical treatment" in the diagram are a father node, "are these cases of lung cancer? "and" seek medical advice "are child nodes under the parent node," cough, hemoptysis, chest pain, etc. "," lung nodules on CT sheets "and" draw blood to find out tumor markers "are three grandchild nodes under the child node" lung cancer ".
Specifically, if symptoms such as cough, hemoptysis, chest pain and the like occur in the text description information under the father node symptom and medical visit, or a shadow or a nodule is found in the lung during physical examination, please visit the chest surgery or respiratory medicine department of a regular hospital as early as possible. "is the description information of the father node; the map matching information above the grandchild node such as cough, hemoptysis and chest pain is the description information of the grandchild node, the map matching information above the grandchild node such as lung nodule on CT (computed tomography) sheet is the description information of the grandchild node, the map matching information above the grandchild node such as drawing blood and finding tumor mark is the description information of the grandchild node, and the associated article hyperlink under the child node such as medical attack is the description information of the child node.
Therefore, the plurality of target page data have similar structures, the page structure has clear layers, the user can conveniently and quickly obtain the required information, and the development and the multiplexing of the style templates are facilitated.
S205, generating a node module of the target page based on at least one node of the tree structure and the description information of the at least one node.
Specifically, the node module may include description information of at least one node and its corresponding node.
In practical applications, specifically, taking the recommended medical information product as an example, as shown in fig. 6, the node module a in the figure includes a parent node "symptoms and medical treatment" and description information of the parent node "if symptoms such as cough, hemoptysis, chest pain occur, or" shadow "or" nodule "is found in the lung during physical examination, please visit to the thoracic surgery or respiratory medicine in a regular hospital as early as possible. "; the node module b comprises a grandchild node 'cough, hemoptysis, chest pain and the like', map matching information above the grandchild node 'lung nodule on CT (computed tomography) sheet' and map matching information above the grandchild node, a grandchild node 'blood drawing and tumor detection mark' and map matching information above the grandchild node; the node module c comprises a sub-node 'seek medical attention strategy' and a related article hyperlink under the sub-node.
The node module is generated, so that the calling of the style template is facilitated, the page configuration efficiency is improved, the updating is more flexible, and the diversification of display is facilitated.
S207, determining the page style type corresponding to the node module of the target page.
Specifically, the determining the page style type corresponding to the node module of the target page may include:
1) Determining the data type of the node and the data type of the description information of the node;
In particular, the data type may include information for identifying the data representation, and in particular, the data type may include, but is not limited to, text, pictures, audio, video, hyperlinks, etc.
In practical applications, for example, the data type of the node and the data type of the description information of the node may include "text+picture", "text+text", "text+hyperlink", and "picture+hyperlink".
2) And determining the page style type corresponding to the node module of the target page based on the data type of the node and the data type of the description information of the node.
Correspondingly, the page style types corresponding to the node modules of the target page can comprise ' text+picture ', ' text+text ', ' text+hyperlink ', picture+hyperlink ' and the like.
S209, displaying a style template corresponding to the page style type in a style template library on a preset page.
In the embodiment of the present disclosure, the style template library may include a style template having the mapping relationship and a page style type corresponding to the style template. Specifically, as shown in fig. 7, the style template library may include being constructed in the following manner:
S701, acquiring a plurality of page style information.
Wherein, the page style information may include:
Page layout information, page color matching information, graphic information of page components, and page animation effect information.
Specifically, the page layout information may include an arrangement manner of pictures, a position layout manner of nodes and description information thereof, and the like, for example, the picture layout of the page a may take a form of one row and n columns, and the picture layout of the page B may take a form of n rectangular frames diverging from the center;
The page color matching information can comprise text color information, background color information and the like;
The graphic color information of the page component can comprise the graphic and color information of the page decoration component, the graphic and color information of the page navigation component and the like; in particular, in practical applications, the page often needs some components to guide the user or enrich the display content of the page with decoration effect, for example, decoration graphics, navigation bars, bullets, frames, table patterns, guide icons and the like, and the page pattern information can include shape and color related information of the page components;
The page animation effect information may include a page dynamic effect, an interactive animation effect, and the like, and in practical application, for example, may include an effect of changing a color and a shape of a related component of a page when a user moves a mouse to a certain position, a color change of a component when the user clicks a certain component, a picture format circularly played in the page, and the like.
S703, generating a style template corresponding to the page style information based on each page style information;
s705, determining the page style type corresponding to each style template.
In the embodiment of the present disclosure, after the style template is generated, the page style type of the style template may be determined based on style types corresponding to the node and the description information of the node in the style template, respectively.
Specifically, the page style type of the style template may include "text+picture", "text+text", "text+hyperlink", and "picture+hyperlink", etc., corresponding to the data type of the node and the data type of the description information of the node.
Specifically, for example, text style information corresponds to a target page node in a style template, picture style information corresponds to description information of the target page node, and the page style type of the style template is text+picture; the text style corresponds to the target page node in the style template, the hyperlink style corresponds to the description information of the target page node, and the page style type of the style template is text and hyperlink correspondingly.
S707, establishing a mapping relation between each style template and the corresponding page style type;
S709, constructing a style template library based on the style templates with the mapping relation and the page style types corresponding to the style templates.
By constructing the style template library, the style templates are generated for calling, so that the style templates are reused, the page configuration efficiency is improved, the updating is more flexible, and the display diversity is realized.
S211, receiving a style template selection instruction triggered in the preset page.
S213, configuring a node module of the target page into the target page based on the style template corresponding to the style template selection instruction.
In the embodiment of the present disclosure, in the process of constructing the style template library, in order to distinguish the style templates in the style template library, unique identification information may be generated for each style template, so that the style templates can be distinguished from each other. In practical applications, for example, the pattern templates may be encoded sequentially, in particular, for example, the numbers 1,2,3 … … may be encoded sequentially.
Specifically, as shown in fig. 8, when a style template is selected for a node module, all style templates corresponding to the style type of the page in a style template library may be displayed on a preset page for selection based on the style type of the page corresponding to the node module of the target page, and one specific style template is further selected, that is, a style template selection instruction is triggered in the preset page, and a style template corresponding to the identification information may be obtained from the style template library based on the identification information of the style template in the style template selection instruction. In practical application, for example, the page style type of the node module is "text+picture", all the style templates with the page style type of "text+picture" may be selected from the style template library, and displayed on a preset interface, for example, the identification information of the style templates with the page style type of "text+picture" is 1,3 and 5, and further, the style template 3 is selected, and then the generated page style selection instruction includes the identification information 3 of the style template, and the style template corresponding to the identification information 3 may be obtained from the style template library.
In the embodiment of the present disclosure, each node module may select a different style template.
In practical application, taking the food information recommended product as an example, please refer to fig. 9, fig. 9 is a schematic page diagram of a configured food information recommended product, wherein a node module is formed by a parent node "tomato" and text description below the parent node; the child node 'variety classification' and three grandchild nodes 'common tomatoes', 'cherry tomatoes', 'Li Xing tomatoes' below the child node 'variety classification' and three corresponding matching charts form another node module together; the child node "cooking method" and its underlying associated article "these cooking subtle joss of tomatoes, do you know? The tomato-egg soup and the tomato-fried egg and the two related videos corresponding to the tomato-fried egg form another node module together. The three node modules respectively select different style templates, and the target page configuration is completed.
In practical application, taking the above medical information recommended product as an example, referring to fig. 10, fig. 10 is a schematic page diagram of a configured medical information recommended product, where the pattern template identification information selected by the node module a is 1; the pattern template identification information selected by the node module b is 2; the pattern template identification information selected by the node module c is 3; the target page configuration is completed. The three node modules in the same page can achieve different display effects by selecting different style templates, flexibly configure the page, enrich the page composition and facilitate the diversified display of the page.
In this embodiment of the present disclosure, after the target page is configured, specific data of the node module a may be displayed based on the style template 1, specific data b of the node module may be displayed based on the style template 2, and specific data c of the node module may be displayed based on the style template 3, so that the complete configured target page may be displayed, as shown in fig. 10.
In other embodiments, referring to fig. 11, fig. 11 is a schematic diagram of a page of a medical information recommendation product of different versions according to an embodiment of the present application, when version updating is performed, the page of different versions can select an existing style template configuration page from a style template library, and the whole page does not need to be written again according to the page style, thereby improving the page configuration efficiency and being more flexible to update.
By the page configuration method provided by the specification, the page data display hierarchy is clear, the page configuration efficiency is improved, the multiplexing of the style templates is realized, the updating is more flexible, and the display diversification is realized.
In practical application, in order to better meet the user requirement and enrich the page composition, a style template library needs to be updated, and the updating method of the style template library may include:
1) And receiving a template library updating instruction.
In particular, the template library update instruction may include updating page style information.
Specifically, the updated page style information may include updated page layout information, page color matching information, graphic information of a page component, and page animation effect information.
2) Generating an updating style template corresponding to the updating page style information based on the updating page style information.
3) And determining the page style type corresponding to the updated style template.
4) And establishing a mapping relation between the updated style template and the corresponding page style type.
5) And updating the style template library based on the updated style template with the mapping relation and the page style type corresponding to the updated style template.
In the embodiment of the specification, the method enables the style template library to be flexibly updated, meets new design requirements, and enables the original style template to be selected and called, so that page display diversification is realized, the whole page is not required to be written according to page styles again, page configuration efficiency is improved, and updating is more flexible.
In practical application, in order to meet the needs of users, the method for configuring the page when the page data needs to be updated can comprise the following steps:
1) And receiving a page data updating instruction of the target page.
Specifically, the page update instruction may include page update data;
specifically, the page update data may include index update information and/or attribute update information of the index information;
in the embodiment of the present specification, the index update information may include update information on part or all of the page index information, and in particular, the index update information may include text modification, addition or deletion information;
In this embodiment of the present disclosure, the attribute update information of the index information may include update information of a part or all of the attribute information, specifically, the attribute update information of the index information may include any type of data update such as text description information, still image, moving image, hyperlink, video, audio, and the like corresponding to the page index information, specifically, for example, the original map may be replaced with another map or text description information of changing a certain page index information, and the like.
2) Updating the nodes and/or the description information of the nodes in the target page based on the index updating information and/or the attribute updating information of the index information to obtain the updated node module of the target page.
In the embodiment of the present disclosure, the node and/or the description information of the node in the target page is updated based on the index update information and/or the attribute update information of the index information, so as to obtain the updated node and the description information of the node of the target page, and further obtain the updated node module.
In the embodiment of the present specification, updating the node and/or the description information of the node in the target page based on the index update information and/or the attribute update information of the index information may include:
(1) Determining the index updating information and/or the position of the node corresponding to the attribute updating information of the index information and/or the description information of the node in the target page;
(2) And replacing the original node and/or the description information of the node with the index updating information and/or the attribute updating information of the index information.
In some embodiments, the page update data may only include index update information, for example, as shown in fig. 9, and the position of the node corresponding to the "cooking method" of the page index information in the page in the target page may be determined, and replaced by "tomato small recipe", and other information remains unchanged, so that an updated node is obtained, and thus an updated node module is obtained.
In other embodiments, the page update data may include only attribute update information of index information, for example, as shown in fig. 9, for example, the food information recommended product may determine the position of the map of "cherry tomato" in the target page, and replace it with another picture, that is, update the description information of the node "tomato variety"; or will "related articles under cooking methods" these tomatoes cook the small wonderful method, do you know? The description information of the node cooking method is updated by updating the description information into a new associated article, so that an updated node module is obtained.
In other embodiments, the page update data may include both index update information and attribute update information of the index information, for example, as shown in fig. 9, the tomato in the target page may be modified to be spinach, and the related node and the corresponding description information below may be modified to be spinach related information, so that the original page is updated to be a brand new page related to the topic spinach.
3) And configuring the updated node module of the target page into an updated target page based on the style template corresponding to the style template selection instruction.
Specifically, after the updated node and the description information of the node of the target page are obtained, that is, the updated node module is obtained, the updated node module of the target page may be configured into an updated target page based on the style template selected by the original node module. By the method, the problem of the target page data can be timely modified, the latest information can be flexibly updated, and a better display effect is obtained.
In practical application, in order to meet the user requirement, the page configuration method when the page style needs to be updated in order to update the page display style may include:
1) Receiving a page style updating instruction of the target page;
2) Acquiring a style template corresponding to the page style updating instruction from a style template library;
3) And configuring a node module of the target page into the target page based on a style template corresponding to the page style updating instruction.
In this embodiment of the present disclosure, when updating a style template for the node module, all style templates corresponding to the style types of the page in a style template library may be displayed on a preset page for selection based on the style type of the page corresponding to the node module of the target page, and one style template different from the original style template is further selected, that is, a page style update instruction is triggered in the preset page, and a style template corresponding to the identification information may be obtained from the style template library based on the identification information of the style template in the page style update instruction, so as to complete style update.
In practical application, taking the medical information recommended product shown in fig. 10 as an example, the pattern template 2 selected by the node module b is in a form of one row and three columns, as shown in fig. 12, the pattern template 1 is replaced by the pattern template 4, and the pattern arrangement format of the node module b is changed into a form of diverging from the center. By the method, the display style of the node module in the page can be flexibly changed, flexible updating is realized, and a better display effect is obtained.
In addition, the page configuration method may be used for information recommendation products such as education, photography, travel, shopping, makeup, games, and sports, in addition to the medical and food related pages mentioned in the present specification, and will not be described in detail in the present embodiment.
The embodiment of the present invention also provides a page configuration device corresponding to the page configuration methods provided in the foregoing embodiments, and since the page configuration device provided in the embodiment of the present invention corresponds to the page configuration method provided in the foregoing embodiments, implementation of the foregoing page configuration method is also applicable to the page configuration device provided in the present embodiment, which is not described in detail in the present embodiment.
Referring to fig. 13, a schematic structural diagram of a page configuration device according to an embodiment of the present invention is shown, and as shown in fig. 13, the device may include:
a page data obtaining module 1310, configured to obtain page data of a target page, where the page data includes page index information and attribute information of the page index information;
A tree structure configuration module 1320, configured to configure a tree structure of the target page based on the page index information and attribute information of the page index information, where the page index information is a node of the tree structure, and the attribute information of the page index information is description information of the node;
A node module generating module 1330 configured to generate a node module of the target page based on at least one node of the tree structure and description information of the at least one node;
a page style determining module 1340, configured to determine a page style type corresponding to a node module of the target page;
a style template display module 1350, configured to display a style template corresponding to the page style type in a style template library on a preset page;
a style template selection instruction receiving module 1360, configured to receive a style template selection instruction triggered in the preset page;
a target page configuration module 1370, configured to configure a node module of the target page to the target page based on the style template.
In an embodiment of the present invention, another page configuration apparatus is provided, where the apparatus may further include:
the association relation determining module is used for determining association relation among the page index information;
The node setting module is used for setting the page index information as a node of the tree structure of the target page based on the association relation between the page index information;
And the description information setting module is used for setting the attribute information of the page index information as the description information of the node.
In an embodiment of the present invention, another page configuration apparatus is provided, where the apparatus may further include:
The data type determining module is used for determining the data type of the node and the data type of the description information of the node;
in an embodiment of the present invention, a style template library construction and update device is further provided, where the device may include:
The page style information acquisition module is used for acquiring a plurality of page style information, wherein the page style information comprises page layout information, page color matching information, graphic information of a page component and page animation effect information;
the style template generation module is used for generating a style template corresponding to the page style information based on each page style information;
The first page style type determining module is used for determining the page style type corresponding to each style template;
The first mapping relation establishing module is used for establishing a mapping relation between each style template and the corresponding page style type;
The style template library construction module is used for constructing a style template library based on the style templates with the mapping relation and page style types corresponding to the style templates;
the template library updating instruction receiving module is used for receiving a style template library updating instruction, wherein the style template library updating instruction comprises page style information updating;
The updating style template generation module is used for generating an updating style template corresponding to the updating page style information based on the updating page style information;
the second page style type determining module is used for determining the page style type corresponding to the updated style template;
the second mapping relation establishing module is used for establishing a mapping relation between the updated style template and the corresponding page style type;
and the style template library updating module is used for updating the style template library based on the updated style template with the mapping relation and the page style type corresponding to the updated style template.
In some embodiments, when the page data is required to be updated, the page configuration device may further include:
the page data updating instruction receiving module is used for receiving a page data updating instruction of the target page, wherein the page data updating instruction comprises page updating data, and the page updating data comprises index updating information and/or attribute updating information of the index information;
The page data updating module is used for updating the nodes and/or the description information of the nodes in the target page based on the index updating information and/or the attribute updating information of the index information to obtain a node module after the target page is updated;
and the page data updating configuration module is used for configuring the updated node module of the target page into the updated target page based on the style template corresponding to the style template selection instruction.
In some embodiments, when the page style update is needed, the page configuration device may further include:
the page style updating instruction receiving module is used for receiving the page style updating instruction of the target page;
The updated pattern template acquisition module is used for acquiring a pattern template corresponding to the page pattern updating instruction from a pattern template library;
And the page style updating configuration module is used for configuring the node module of the target page into the target page based on the style template corresponding to the page style updating instruction.
According to the page configuration device, the page data of the target page is acquired, the tree structure of the target page is configured, the node module is generated, the sampling template is selected from the pattern template library, and the node module of the target page is configured into the target page based on the pattern template, so that the display level of the target page data is clear, convenience is brought to users for quickly searching information required by the users, meanwhile, the data of the pages of all versions have similar structures, the pattern template is conveniently reused, the whole page is not required to be rewritten, the page configuration efficiency is improved, the updating is more flexible, and in addition, different pattern templates can be selected by different node modules in the same page, and the diversified display of the page is realized.
The embodiment of the invention provides a computer device, which comprises a processor and a memory, wherein at least one instruction, at least one section of program, code set or instruction set is stored in the memory, and the at least one instruction, the at least one section of program, the code set or instruction set is loaded and executed by the processor to realize the page configuration method provided by the embodiment of the method.
The memory may be used to store software programs and modules that the processor executes to perform various functional applications and page configurations by running the software programs and modules stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, application programs required for functions, and the like; the storage data area may store data created according to the use of the device, etc. In addition, the memory may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device. Accordingly, the memory may also include a memory controller to provide access to the memory by the processor.
The method embodiments provided by the embodiments of the present invention may be performed in a mobile terminal, a computer terminal, a server, or a similar computing device, i.e., the computer device may include a mobile terminal, a computer terminal, a server, or a similar computing device. Taking the operation on the server as an example, fig. 14 is a block diagram of a hardware structure of the server of a page configuration method according to an embodiment of the present invention. As shown in fig. 14, the server 1400 may vary considerably in configuration or performance and may include one or more central processing units (Central Processing Units, CPU) 1410 (the processor 1410 may include, but is not limited to, a microprocessor MCU or a processing device such as a programmable logic device FPGA), a memory 1430 for storing data, one or more storage mediums 1420 (e.g., one or more mass storage devices) storing applications 1423 or data 1422. Wherein the memory 1430 and the storage medium 1420 may be transitory or persistent storage. The program stored on the storage medium 1420 may include one or more modules, each of which may include a series of instruction operations on a server. Still further, the central processor 1410 may be configured to communicate with a storage medium 1420, and execute a series of instruction operations in the storage medium 1420 on the server 1400. The server 1400 may also include one or more power supplies 1460, one or more wired or wireless network interfaces 1450, one or more input/output interfaces 1440, and/or one or more operating systems 1421, such as Windows Server, mac OS XTM, unixTM, linuxTM, freeBSDTM, and the like.
Input-output interface 1440 may be used to receive or transmit data via a network. The specific example of the network described above may include a wireless network provided by a communication provider of the server 1400. In one example, input/output interface 1440 includes a network adapter (Network Interface Controller, NIC) that may connect to other network devices through a base station to communicate with the internet. In one example, the input-output interface 1440 may be a Radio Frequency (RF) module for communicating with the internet wirelessly.
It will be appreciated by those of ordinary skill in the art that the configuration shown in fig. 14 is merely illustrative and is not intended to limit the configuration of the electronic device described above. For example, server 1400 may also include more or fewer components than shown in fig. 14, or have a different configuration than shown in fig. 14.
Embodiments of the present invention also provide a computer readable storage medium that may be disposed in a server to store at least one instruction, at least one program, a set of codes, or a set of instructions related to implementing a page configuration method in a method embodiment, where the at least one instruction, the at least one program, the set of codes, or the set of instructions are loaded and executed by the processor to implement the page configuration method provided in the method embodiment.
Alternatively, in this embodiment, the storage medium may be located in at least one network server among a plurality of network servers of the computer network. Alternatively, in the present embodiment, the storage medium may include, but is not limited to: a usb disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a removable hard disk, a magnetic disk, or an optical disk, or other various media capable of storing program codes.
According to the page configuration method, the device, the computer equipment or the storage medium, the page data of the target page are obtained, the tree structure of the target page is configured, the node module is generated, the sampling type template is selected from the pattern template library, and the node module of the target page is configured into the target page based on the pattern template, so that the display level of the target page data is clear, convenience is brought to a user to quickly find information required by the user, meanwhile, the data of the pages of each version have a similar structure, the multiplexing of the pattern templates is conveniently carried out, the whole page does not need to be rewritten, the page configuration efficiency is improved, the updating is more flexible, in addition, different pattern templates can be selected by different node modules in the same page, and the diversified display of the page is realized.
It should be noted that: the sequence of the embodiments of the present invention is only for description, and does not represent the advantages and disadvantages of the embodiments. And the foregoing description has been directed to specific embodiments of this specification. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims can be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for apparatus, devices and storage medium embodiments, the description is relatively simple as it is substantially similar to method embodiments, with reference to the description of method embodiments in part.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program for instructing relevant hardware, where the program may be stored in a computer readable storage medium, and the storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The foregoing description of the preferred embodiments of the invention is not intended to limit the invention to the precise form disclosed, and any such modifications, equivalents, and alternatives falling within the spirit and scope of the invention are intended to be included within the scope of the invention.

Claims (16)

1. A method of page configuration, the method comprising:
Acquiring page data of a target page, wherein the page data comprises page index information and attribute information of the page index information; the page index information is used for identifying page objects in the target page;
Configuring a tree structure of the target page based on the page index information and attribute information of the page index information, and setting the page index information as a node of the tree structure of the target page; setting attribute information of the page index information as description information of the node;
A node module for generating the target page based on at least one node of the tree structure and the description information of the at least one node;
determining the data type of the node and the data type of the description information of the node; the data type is used for identifying the data expression form;
determining a page style type corresponding to a node module of the target page based on the data type of the node and the data type of the description information of the node;
displaying a style template corresponding to the page style type in a style template library on a preset page;
receiving a style template selection instruction triggered in the preset page;
And configuring a node module of the target page into the target page based on the style template corresponding to the style template selection instruction.
2. The method of claim 1, wherein the configuring the tree structure of the target page based on the page index information and the attribute information of the page index information comprises:
determining the association relation between the page index information;
Setting the page index information as a node of a tree structure of the target page based on the association relation between the page index information;
and setting the attribute information of the page index information as the description information of the node.
3. The method of claim 1, wherein the style template library comprises being constructed in the following manner:
acquiring a plurality of page style information;
Generating a style template corresponding to the page style information based on each page style information;
determining the page style type corresponding to each style template;
Establishing a mapping relation between each style template and the corresponding page style type;
and constructing a style template library based on the style templates with the mapping relation and the page style types corresponding to the style templates.
4. The method according to claim 1, wherein the method further comprises:
Receiving a page data updating instruction of the target page, wherein the page data updating instruction comprises page updating data, and the page updating data comprises index updating information and/or attribute updating information of the index information;
Updating the nodes and/or the description information of the nodes in the target page based on the index updating information and/or the attribute updating information of the index information to obtain a node module after the target page is updated;
and configuring the updated node module of the target page into an updated target page based on the style template corresponding to the style template selection instruction.
5. The method according to claim 1, wherein the method further comprises:
Receiving a page style updating instruction of the target page;
Acquiring a style template corresponding to the page style updating instruction from a style template library;
and configuring a node module of the target page into the target page based on a style template corresponding to the page style updating instruction.
6. A method according to claim 3, wherein the style template library comprises updating in the following manner:
receiving a style template library updating instruction, wherein the style template library updating instruction comprises page style information updating;
Generating an update style template corresponding to the update page style information based on the update page style information;
determining a page style type corresponding to the updated style template;
establishing a mapping relation between the updated style template and the corresponding page style type;
and updating the style template library based on the updated style template with the mapping relation and the page style type corresponding to the updated style template.
7. The method of claim 1, wherein the attribute information of the page index information includes at least one of:
text information, picture information, audio-video information, and hyperlinks.
8. A page configuration apparatus, the apparatus comprising:
the page data acquisition module is used for acquiring page data of a target page, wherein the page data comprises page index information and attribute information of the page index information; the page index information is used for identifying page objects in the target page;
The tree structure configuration module is used for configuring the tree structure of the target page based on the page index information and the attribute information of the page index information, and setting the page index information as a node of the tree structure of the target page; setting attribute information of the page index information as description information of the node;
A node module generating module, configured to generate a node module of the target page based on at least one node of the tree structure and description information of the at least one node;
the data type determining module is used for determining the data type of the node and the data type of the description information of the node; the data type is used for identifying the data expression form;
the page style type determining module is used for determining the page style type corresponding to the node module of the target page based on the data type of the node and the data type of the description information of the node;
The style template display module is used for displaying a style template corresponding to the page style type in a style template library on a preset page;
The style template selection instruction receiving module is used for receiving a style template selection instruction triggered in the preset page;
And the target page configuration module is used for configuring the node module of the target page into the target page based on the style template.
9. The apparatus of claim 8, wherein the tree structure configuration module comprises:
the association relation determining module is used for determining association relation among the page index information;
The node setting module is used for setting the page index information as a node of the tree structure of the target page based on the association relation between the page index information;
And the description information setting module is used for setting the attribute information of the page index information as the description information of the node.
10. The apparatus of claim 8, wherein the style template library comprises building with:
the page style information acquisition module is used for acquiring a plurality of page style information;
the style template generation module is used for generating a style template corresponding to the page style information based on each page style information;
The first page style type determining module is used for determining the page style type corresponding to each style template;
The first mapping relation establishing module is used for establishing a mapping relation between each style template and the corresponding page style type;
the style template library construction module is used for constructing a style template library based on the style templates with the mapping relation and page style types corresponding to the style templates.
11. The apparatus of claim 8, wherein the apparatus further comprises:
The page data updating instruction receiving module is used for receiving a page data updating instruction of the target page, wherein the page data updating instruction comprises page updating data, and the page updating data comprises index updating information and/or attribute updating information of the index information;
The page data updating module is used for updating the nodes and/or the description information of the nodes in the target page based on the index updating information and/or the attribute updating information of the index information to obtain a node module after the target page is updated;
and the page data updating configuration module is used for configuring the updated node module of the target page into the updated target page based on the style template corresponding to the style template selection instruction.
12. The apparatus of claim 8, wherein the apparatus further comprises:
the page style updating instruction receiving module is used for receiving the page style updating instruction of the target page;
The updated pattern template acquisition module is used for acquiring a pattern template corresponding to the page pattern updating instruction from a pattern template library;
And the page style updating configuration module is used for configuring the node module of the target page into the target page based on the style template corresponding to the page style updating instruction.
13. The apparatus of claim 10, wherein the style template library comprises updates with:
the template library updating instruction receiving module is used for receiving a style template library updating instruction, wherein the style template library updating instruction comprises page style information updating;
The updating style template generation module is used for generating an updating style template corresponding to the updating page style information based on the updating page style information;
the second page style type determining module is used for determining the page style type corresponding to the updated style template;
the second mapping relation establishing module is used for establishing a mapping relation between the updated style template and the corresponding page style type;
and the style template library updating module is used for updating the style template library based on the updated style template with the mapping relation and the page style type corresponding to the updated style template.
14. The apparatus of claim 8, wherein the attribute information of the page index information includes at least one of:
text information, picture information, audio-video information, and hyperlinks.
15. A page configuration device, characterized in that it comprises a processor and a memory in which at least one instruction, at least one program, a set of codes or a set of instructions is stored, said at least one instruction, said at least one program, said set of codes or set of instructions being loaded and executed by said processor to implement the page configuration method according to any one of claims 1 to 7.
16. A computer readable storage medium having stored therein at least one instruction, at least one program, code set, or instruction set, the at least one instruction, the at least one program, the code set, or instruction set being loaded and executed by a processor to implement the page configuration method of any of claims 1 to 7.
CN201910783827.7A 2019-08-23 2019-08-23 Page configuration method, device, equipment and storage medium Active CN112416334B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910783827.7A CN112416334B (en) 2019-08-23 2019-08-23 Page configuration method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910783827.7A CN112416334B (en) 2019-08-23 2019-08-23 Page configuration method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112416334A CN112416334A (en) 2021-02-26
CN112416334B true CN112416334B (en) 2024-06-11

Family

ID=74780086

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910783827.7A Active CN112416334B (en) 2019-08-23 2019-08-23 Page configuration method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112416334B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112925550B (en) * 2021-03-12 2023-04-28 中国平安财产保险股份有限公司 App interface updating method, system, device and storage medium
CN113190316A (en) * 2021-04-29 2021-07-30 北京有竹居网络技术有限公司 Interactive content generation method and device, storage medium and electronic equipment
CN114610307A (en) * 2022-03-22 2022-06-10 腾讯科技(深圳)有限公司 Method, device and system for generating dynamic page
CN114416106B (en) * 2022-03-31 2022-08-02 云账户技术(天津)有限公司 Method, system, electronic device and storage medium for updating compiling count value
CN117075992A (en) * 2023-08-09 2023-11-17 北京网聘信息技术有限公司 AppList component library design method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016033639A1 (en) * 2014-09-05 2016-03-10 Jonathan Robert Burnett System, method, and graphical user interface for facilitating a search
WO2016177250A1 (en) * 2015-05-05 2016-11-10 阿里巴巴集团控股有限公司 Client page rendering method and apparatus
US9519664B1 (en) * 2013-09-20 2016-12-13 Amazon Technologies, Inc. Index structure navigation using page versions for read-only nodes
CN107958016A (en) * 2017-10-16 2018-04-24 平安科技(深圳)有限公司 Function pages method for customizing and application server

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI478043B (en) * 2012-11-22 2015-03-21 Inst Information Industry Systems and methods for app page template generation, and storage medium thereof
KR101584635B1 (en) * 2013-12-18 2016-01-12 네이버 주식회사 Method and system for making index page using content authoring tool

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9519664B1 (en) * 2013-09-20 2016-12-13 Amazon Technologies, Inc. Index structure navigation using page versions for read-only nodes
WO2016033639A1 (en) * 2014-09-05 2016-03-10 Jonathan Robert Burnett System, method, and graphical user interface for facilitating a search
WO2016177250A1 (en) * 2015-05-05 2016-11-10 阿里巴巴集团控股有限公司 Client page rendering method and apparatus
CN107958016A (en) * 2017-10-16 2018-04-24 平安科技(深圳)有限公司 Function pages method for customizing and application server

Also Published As

Publication number Publication date
CN112416334A (en) 2021-02-26

Similar Documents

Publication Publication Date Title
CN112416334B (en) Page configuration method, device, equipment and storage medium
Zhou et al. OmicsNet: a web-based tool for creation and visual analysis of biological networks in 3D space
Weisberg et al. Cognitive maps: Some people make them, some people struggle
Law et al. Situating technoscience: an inquiry into spatialities
Jones Phase space: geography, relational thinking, and beyond
US8860717B1 (en) Web browser for viewing a three-dimensional object responsive to a search query
Pierdicca et al. Advanced interaction with paintings by augmented reality and high resolution visualization: a real case exhibition
CN108694180A (en) The method, apparatus and computer system of content of pages are provided
Keiriz et al. NeuroCave: A web-based immersive visualization platform for exploring connectome datasets
US9536445B2 (en) System and method for visually tracking a learned process
JP2017532704A (en) Knowledge base construction method and apparatus
BR112012010172B1 (en) OBJECT CONTROL METHOD FOR A WEB PAGE CONTAINING A LINK ELEMENT AND CONNECTABLE WEB SERVER WITH A USER TERMINAL
Abend et al. Geobrowsing behaviour in Google Earth-A semantic video content analysis of on-screen navigation
US20140122404A1 (en) System and method for displaying a trail
Roccetti et al. Day and night at the museum: intangible computer interfaces for public exhibitions
US20140118338A1 (en) System and method for managing a trail
Elshafie Ultimate dinosaurs: Giants of gondwana. Royal ontario museum traveling exhibit
de la Rosa et al. SylvaDB: A polyglot and multi-backend graph database management system
Yu et al. How are bodies special? Effects of body features on spatial reasoning
Wu et al. Children use second-and third-dimensional digital library interfaces
Mendoza et al. Evaluating the socioenactive experience with a tangible tabletop installation: A case study
Casucci et al. Falling through the Cracks: Metadata Inadequacies in Rock Climbing Research
Hoffmann et al. Correlation modelling of reaction time for two-and three-dimensional stimulus–response arrangements
Gao et al. VR PreM+: An Immersive Pre-learning Branching Visualization System for Museum Tours
US20170185657A1 (en) Sphere-like mobile interactive user interface

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