CN101004762A - Network web page system of a dynamic multidimensional Internet - Google Patents

Network web page system of a dynamic multidimensional Internet Download PDF

Info

Publication number
CN101004762A
CN101004762A CN 200710048257 CN200710048257A CN101004762A CN 101004762 A CN101004762 A CN 101004762A CN 200710048257 CN200710048257 CN 200710048257 CN 200710048257 A CN200710048257 A CN 200710048257A CN 101004762 A CN101004762 A CN 101004762A
Authority
CN
China
Prior art keywords
dynamic
webpage
word
user
rendering engine
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN 200710048257
Other languages
Chinese (zh)
Inventor
张百川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN 200710048257 priority Critical patent/CN101004762A/en
Publication of CN101004762A publication Critical patent/CN101004762A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

A webpage system of dynamic multidimensional Internet is prepared for using webpage analysis engine to analyze out relevant key words and to automatically label out said word from kernel knowledge library when webpage is formed, using dynamic explaining engine to dynamically display out knowledge point attributions when user mouse is laid on said key words, using on-line dynamic-expansion engine to point out knowledge in addition to said knowledge point, submitting selections to background explaining engine by user through page and automatically displaying out explanation on said page.

Description

A kind of dynamic multidimensional internet web page system
Technical field the present invention relates to a kind of technology relevant with the internet, particularly a kind of can be dynamically to the Web page system of user's transmission and demonstration and webpage relevant information.
Background technology is present, the internet has become the part of people's daily life, rich knowledge has attracted a large amount of users on the internet, but specialty channel to some professional websites or portal website, because webpage normally shows with the form of two-dimensional textual, may not know the meaning of some word when the netizen reads these webpages or do not understand the implication of some word, such as: when common netizen reads the webpage of medical treatment ﹠ health knowledge in visit, have a lot of diseases, technical terms such as medicine are failed to understand, bother very much by search engine retrieving, also be difficult to find the answer of complete and accurate sometimes.
The method that also has at present some to solve accessed web page the problems referred to above, but still have following limitation:
1, the content of webpage is general fixing dead, when one piece of article of readers ' reading runs into difficulty, must turn over book at once or searches in search engine, very trouble.
2, some website by a small amount of keyword is carried out index, is clicked this keyword and just this keyword is submitted to general search engine when making webpage, retrieves.
3, some website is when the page shows, dynamically carries out relatedly with certain class article by keyword, but for professional website, its Practical significance is little.
Summary of the invention the purpose of this invention is to provide a kind of the problems referred to above and need not any specific software be installed in client of effectively overcoming, as long as the user opens webpage, just can demonstrate difficult knowledge point in this webpage, also can user oneself as required, dynamically submit difficult knowledge point to, explain back back page and the dynamic multidimensional internet web page system that shows by relevant rendering engine.
The present invention is achieved in that it is made of web page analysis engine, dynamic rendering engine, online dynamic expansion rendering engine three parts, the web page analysis engine is meant when making webpage or during web displaying, analyze by theme, title, keyword and text etc., find out by the core knowledge storehouse and find out the knowledge point in the text and it is carried out automatic indexing webpage; Dynamically rendering engine is meant webpage when showing, when user's mouse rested on the word that index comes out, system submitted this word to automatically and it is made an explanation, and finds out the various attributes of knowledge point and returning client, dynamically shows on the page; Online dynamic expansion rendering engine is meant the knowledge beyond the ABC point, this knowledge base can be added, revise by certain requirement by the netizen, after network manager's audit, come into force, as user during at browsing page, can select arbitrary word with mouse, the page ejects submit button automatically, and the back page as a result after the word after the submission will be explained by the expansion rendering engine also dynamically shows.
The web page analysis engine mainly comprises following main contents: when making webpage or web displaying, webpage is carried out theme, title, keyword, text etc. to be analyzed, find out body part, submit text to server, server serves as that participle is carried out to it in the basis with the controlled keyword in core knowledge storehouse, find out the word consistent, and use methods such as changing color, font, underscore to carry out index, give the user with prompting to some word with the core knowledge storehouse.
Dynamically rendering engine mainly comprises following content: user's mouse is placed on by above the speech of index the time, procedure script is submitted this word to the backstage rendering engine automatically, rendering engine is retrieved in the core knowledge storehouse, find out this word reasonable dismissal, and with the result with the form of link or directly the attribute of knowledge point is turned back on the page, dynamically pop-up window shows on the page, and the user can obtain as required and want the content seen.
Online dynamic expansion rendering engine mainly comprises following content: at first this expansion knowledge base adopts open architecture, allows the netizen dynamically to add, revise according to the requirement of system's defined, through coming into force after network manager's audit.Secondly, the user when browsing page, selected certain word, system ejects submit button automatically, the user clicks that system is submitted to the backstage rendering engine with this word when submitting to, by the backstage rendering engine to word explanation after back page again.If knowledge base can't explain that the user can file an application, and asks a question, the keeper answers by webmaster, and this method can make system many more with content more, and knowledge is also just comprehensive more.
Before setting up this system, at first to need set up the knowledge base or the expansion knowledge base of specialty at server end, knowledge base mainly comprises: the keyword of knowledge point, the attribute description of knowledge point or explanation.For guaranteeing the authority of knowledge, the expansion knowledge base needs the professional that the content that the user adds is voluntarily examined.
The present invention has and need not any specific software be installed in client, adding some JS codes on common webpage just can realize, as long as domestic consumer opens webpage, just can demonstrate the relevant knowledge point of article in this webpage, the user can be as required, click the attribute of correlated knowledge point or select vague vocabulary and be submitted on the server, the just explanation that can obtain being correlated with, advantage such as easy to use.
For ejecting dynamic window on the webpage, can adopt the AJAX technology to realize.
Description of drawings principle of compositionality block scheme of the present invention
The present invention will be further described with enforcement below in conjunction with accompanying drawing for embodiment.
As shown in drawings, the present invention is made of web page analysis engine, dynamic rendering engine, online dynamic expansion rendering engine three parts, and implementation step and principle of work thereof are as follows:
S0: at first set up knowledge base in database, adopt artificial mode logging data, class formation corresponding in the program is as follows:
KnowledgeCore=class//core knowledge storehouse
public
Function Select:integer; // search knowledge base, return ID number
Function Check:string; // coupling knowledge base, the return attribute value
private
ID:integer; //ID number uniquely tagged as knowledge
Name:string; The name of // keyword
Property1:string; // attribute 1
Property2:str ing; // attribute 2
……
PropertyN:string; // attribute n
End
S1: pre-service: check the page and its title, text, pattern etc. are analyzed that the sign according to the page provides extracts body matter, the JS code is as follows:
window.onload=function(){
MatchTags (" name ") //name is the zone that need find TAG
}
S2: whether produced keyword during webpage design, webpage will produce a sign in webpage when generating, and when webpage loads, judges the state of this sign.
S3:, then submit the content of text to server if the sign state among the S2 is not for producing key word.
S4: server carries out participle coupling to text, finds out to meet the key word that exists in the knowledge base and these key words are turned back to client in text.
S5: rewrite page cache, the key word on the webpage is identified, denotation approach comprises: revise methods such as font, modification color, increase underscore
S6: judge the behavior of mouse: comprise whether mouse is chosen certain vocabulary or do not rested on certain above the vocabulary that has indicated.
S7: if mouse is chosen certain vocabulary, then show a little button on webpage, whether the inquiry user submits to.
S8:, then the vocabulary of choosing is submitted to server end if the user presses this button.
S9: server is received this key word, carries out vector matching with the keyword of expanding in the knowledge base, if exist, then the property value with the knowledge point returns to the page.
S10: if mouse rests on above the vocabulary that has indicated, then submit key word to server, server carries out vector matching in the core knowledge storehouse, with the property value back page.
S11: pop-up window on the page, produce the link of property value or directly explanation results is shown, if the user is dissatisfied to the result of prompting, can also add some other operations, as submit that the search engine of specialty is retrieved to etc.
S12: user clicks on links, then enter next window, otherwise mouse removes, window is closed automatically.

Claims (5)

1, a kind of dynamic multidimensional internet web page system, it is characterized in that: it is made of web page analysis engine, dynamic rendering engine, online dynamic expansion rendering engine three parts, the web page analysis engine is when making webpage or display web page, by webpage being carried out performance analysis and keyword automatic indexing is come out in the core knowledge storehouse; Dynamically explanation is engine-operated at server end, and when the user put by the keyword of index, the result that program submits this keyword to dynamic rendering engine also will explain immediately turned back on the webpage and dynamically shows; Online dynamic expansion rendering engine is meant the knowledge beyond the ABC point, and this knowledge base can be by user's dynamic expansion voluntarily, and the user is with the selected back of mouse and submit online dynamic expansion engine to, after system is explained with the automatic back page of explanation results;
The web page analysis engine mainly comprises following main contents: when making webpage or web displaying, webpage is carried out theme, title, keyword, text etc. to be analyzed, find out body part, again based on the controlled keyword in core knowledge storehouse, webpage is carried out Dynamic matching, and these words are carried out index, on the page, show simultaneously with certain special form;
Dynamically rendering engine mainly comprises following content: when user's mouse is placed on this speech, procedure script is submitted this word to the backstage rendering engine automatically, rendering engine makes an explanation to this word by the searching core knowledge base, and with the result with the link form turn back on the page, show by dynamic pop-up window, the user can obtain as required and want the content seen;
Online dynamic expansion rendering engine mainly comprises following content: at first this expansion knowledge base adopts open architecture, allows the netizen dynamically to add, revise according to the requirement of system's defined, through coming into force after network manager's audit; Secondly, the user when browsing page, selected certain word, system ejects submit button automatically, system is submitted to the backstage rendering engine with this word during user's click on submission button, by the result of backstage rendering engine after to word explanation back page again.
2, dynamic multidimensional internet web page as claimed in claim 1 system is characterized in that: need set up the knowledge base or the expansion knowledge base of specialty at server end, knowledge base mainly comprises: the keyword of knowledge point, the attribute description of knowledge point or explanation.
3, dynamic multidimensional internet web page as claimed in claim 1 system, it is characterized in that: when making webpage or web displaying, webpage is carried out theme, title, keyword, text etc. to be analyzed, find out body part, again based on the controlled keyword in core knowledge storehouse, webpage is carried out Dynamic matching, some word is carried out index, on the page, show simultaneously with certain special form.
4, the described dynamic multidimensional internet web page of claim 1 system, it is characterized in that: when user's mouse is placed on this speech, procedure script is submitted this word to the backstage rendering engine automatically, rendering engine makes an explanation to this word by the core knowledge storehouse, and with the result with the link form turn back on the page, show by ejecting dynamic pop-up window, the user can obtain as required and want the content seen.
5, the described dynamic multidimensional internet web page of claim 1 system is characterized in that: at first this expansion knowledge base adopts open architecture, allows the netizen dynamically to add, revise according to the requirement of system's defined, through coming into force after network manager's audit; Secondly, the user when browsing page, selected certain word, system ejects submit button automatically, the user clicks that system is submitted to the backstage rendering engine with this word when submitting to, by the backstage rendering engine to word explanation after back page again.
CN 200710048257 2007-01-10 2007-01-10 Network web page system of a dynamic multidimensional Internet Pending CN101004762A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200710048257 CN101004762A (en) 2007-01-10 2007-01-10 Network web page system of a dynamic multidimensional Internet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200710048257 CN101004762A (en) 2007-01-10 2007-01-10 Network web page system of a dynamic multidimensional Internet

Publications (1)

Publication Number Publication Date
CN101004762A true CN101004762A (en) 2007-07-25

Family

ID=38703899

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200710048257 Pending CN101004762A (en) 2007-01-10 2007-01-10 Network web page system of a dynamic multidimensional Internet

Country Status (1)

Country Link
CN (1) CN101004762A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101770365A (en) * 2008-12-31 2010-07-07 国际商业机器公司 Method and system for collaborative development of visualization dashboards
CN101470740B (en) * 2007-12-27 2010-09-22 英业达股份有限公司 Automatic display system and method for dynamic hidden blocks
WO2011127653A1 (en) * 2010-04-14 2011-10-20 Google Inc. Enriching web resources
CN102339361A (en) * 2011-11-03 2012-02-01 厦门市智业软件工程有限公司 Method for monitoring sensitive words in segment quoting of electronic medical record
CN102906744A (en) * 2010-06-28 2013-01-30 雅虎公司 Infinite browse
WO2014117626A1 (en) * 2013-01-29 2014-08-07 北京奇虎科技有限公司 Server, system and method for pushing reading content, and corresponding terminal
CN104765729A (en) * 2014-01-02 2015-07-08 中国人民大学 Cross-platform micro-blogging community account matching method
CN104808904A (en) * 2015-04-29 2015-07-29 北京奇虎科技有限公司 Dynamic display method and dynamic display device of navigation elements in page
CN106202146A (en) * 2012-07-16 2016-12-07 刘二中 A kind of search engine terminal use inputs the processing method of reference paper Search Hints information
WO2016201807A1 (en) * 2015-06-16 2016-12-22 中兴通讯股份有限公司 Document processing method and device, and computer storage medium
CN106294817A (en) * 2016-08-16 2017-01-04 吴柏炎 Webpage processing method and system
CN106469180A (en) * 2015-08-21 2017-03-01 马正方 The many condition searcher of knowledge based point
CN107688600A (en) * 2017-07-12 2018-02-13 百度在线网络技术(北京)有限公司 Knowledge point method for digging and device
CN108287826A (en) * 2016-10-19 2018-07-17 上海明品医药科技有限公司 A kind of case read method based on medical system
CN112784594A (en) * 2020-06-05 2021-05-11 珠海金山办公软件有限公司 Document processing method and device, electronic equipment and readable storage medium
CN113111276A (en) * 2020-01-13 2021-07-13 富泰华工业(深圳)有限公司 Keyword link establishing device and method and electronic device
CN118193725A (en) * 2024-03-20 2024-06-14 广州市阿尔法软件信息技术有限公司 Knowledge graph-based scene interface active identification and intelligent display method

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101470740B (en) * 2007-12-27 2010-09-22 英业达股份有限公司 Automatic display system and method for dynamic hidden blocks
CN101770365B (en) * 2008-12-31 2012-11-28 国际商业机器公司 Method and system for collaborative development of visualization dashboards
CN101770365A (en) * 2008-12-31 2010-07-07 国际商业机器公司 Method and system for collaborative development of visualization dashboards
WO2011127653A1 (en) * 2010-04-14 2011-10-20 Google Inc. Enriching web resources
US9146992B2 (en) 2010-04-14 2015-09-29 Google Inc. Enriching web resources
CN102906744B (en) * 2010-06-28 2016-08-24 雅虎公司 Infinite browse
CN102906744A (en) * 2010-06-28 2013-01-30 雅虎公司 Infinite browse
US9355185B2 (en) 2010-06-28 2016-05-31 Yahoo! Inc. Infinite browse
CN102339361A (en) * 2011-11-03 2012-02-01 厦门市智业软件工程有限公司 Method for monitoring sensitive words in segment quoting of electronic medical record
CN106202146B (en) * 2012-07-16 2019-04-16 刘二中 A kind of search engine terminal user inputs the processing method of reference paper Search Hints information
CN106202146A (en) * 2012-07-16 2016-12-07 刘二中 A kind of search engine terminal use inputs the processing method of reference paper Search Hints information
WO2014117626A1 (en) * 2013-01-29 2014-08-07 北京奇虎科技有限公司 Server, system and method for pushing reading content, and corresponding terminal
CN104765729B (en) * 2014-01-02 2018-08-31 中国人民大学 A kind of cross-platform microblogging community account matching process
CN104765729A (en) * 2014-01-02 2015-07-08 中国人民大学 Cross-platform micro-blogging community account matching method
CN104808904A (en) * 2015-04-29 2015-07-29 北京奇虎科技有限公司 Dynamic display method and dynamic display device of navigation elements in page
WO2016201807A1 (en) * 2015-06-16 2016-12-22 中兴通讯股份有限公司 Document processing method and device, and computer storage medium
CN106469180A (en) * 2015-08-21 2017-03-01 马正方 The many condition searcher of knowledge based point
CN106294817A (en) * 2016-08-16 2017-01-04 吴柏炎 Webpage processing method and system
CN106294817B (en) * 2016-08-16 2019-12-03 吴柏炎 Webpage processing method and system
CN108287826A (en) * 2016-10-19 2018-07-17 上海明品医药科技有限公司 A kind of case read method based on medical system
CN107688600A (en) * 2017-07-12 2018-02-13 百度在线网络技术(北京)有限公司 Knowledge point method for digging and device
CN113111276A (en) * 2020-01-13 2021-07-13 富泰华工业(深圳)有限公司 Keyword link establishing device and method and electronic device
CN112784594A (en) * 2020-06-05 2021-05-11 珠海金山办公软件有限公司 Document processing method and device, electronic equipment and readable storage medium
CN112784594B (en) * 2020-06-05 2023-05-26 珠海金山办公软件有限公司 Document processing method and device, electronic equipment and readable storage medium
CN118193725A (en) * 2024-03-20 2024-06-14 广州市阿尔法软件信息技术有限公司 Knowledge graph-based scene interface active identification and intelligent display method
CN118193725B (en) * 2024-03-20 2024-09-24 广州市阿尔法软件信息技术有限公司 Knowledge graph-based scene interface active identification and intelligent display method

Similar Documents

Publication Publication Date Title
CN101004762A (en) Network web page system of a dynamic multidimensional Internet
US8874542B2 (en) Displaying browse sequence with search results
US6604099B1 (en) Majority schema in semi-structured data
CN101452453B (en) A kind of method of input method Web side navigation and a kind of input method system
US9192684B1 (en) Customization of search results for search queries received from third party sites
US9111008B2 (en) Document information management system
KR101060594B1 (en) Keyword Extraction and Association Network Configuration for Document Data
US20070130186A1 (en) Automatic task creation and execution using browser helper objects
CN105868313A (en) Mapping knowledge domain questioning and answering system and method based on template matching technique
US12056197B2 (en) Identifying information using referenced text
KR20090006464A (en) Device, method, recording medium for providing customized content
CN101393565A (en) Facing virtual museum searching method based on noumenon
KR101074578B1 (en) Method and Apparatus for Managing Search Database
CN110275949A (en) Automatic response method and system for loan application
JP2009516252A (en) How to get a representation of text
JP2008537809A (en) Information search service providing server, method and system using page group
US9529922B1 (en) Computer implemented systems and methods for dynamic and heuristically-generated search returns of particular relevance
US8843488B1 (en) Nested display of contextual search results
JP2009015589A (en) System and program for presenting related document
JP2009205588A (en) Page search system and program
Penman et al. Web scraping made simple with sitescraper
JP2007034464A (en) Advertising content presentation system and advertising content presentation program
US10061859B2 (en) Computer implemented systems and methods for dynamic and heuristically-generated search returns of particular relevance
Lam et al. Web information extraction
Shrivastva et al. An Approach to Give First Rank for Website and Webpage Through SEO

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Open date: 20070725