WO2014023151A1 - Method and apparatus for processing browsing history of web site - Google Patents
Method and apparatus for processing browsing history of web site Download PDFInfo
- Publication number
- WO2014023151A1 WO2014023151A1 PCT/CN2013/079426 CN2013079426W WO2014023151A1 WO 2014023151 A1 WO2014023151 A1 WO 2014023151A1 CN 2013079426 W CN2013079426 W CN 2013079426W WO 2014023151 A1 WO2014023151 A1 WO 2014023151A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- browsing history
- web site
- instruction
- key content
- contents
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
- G06F16/9577—Optimising the visualization of content, e.g. distillation of HTML documents
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
- G06F16/9574—Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
- G06F40/143—Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
Definitions
- the present invention relates to web site browsing technologies, more particularly to a method and apparatus for processing a browsing history of a web site.
- a browser as an entry of many network services has a significant impact for Internet experiences of a user. Hence manufacturers are actively deploying the browser for each platform.
- the browser provides a function of storing browsing histories, so that the user may trace the network services accessed by the user.
- a network address and a title of the web site are stored in the browsing history.
- the network addresses and titles are listed according to a time order. If the user wants to know details of the web site, the user needs to store an offline backup when browsing the web site or the user needs to load the web site again.
- Embodiments of the present invention provide a method and apparatus for processing a browsing history of a web site, so as to process the browsing history of the web site more conveniently and directly.
- a method for processing a browsing history of a web site includes:
- An apparatus for processing a browsing history of a web site includes: a processor for executing instructions stored in a memory, the instructions comprise:
- a history generating instruction to generate a browsing history of a web site
- an opening time storing instruction to store an opening time of the web site in the browsing history
- a key content abstract generating instruction to generate a key content abstract based on contents of the web site
- a key content abstract storing instruction to store the key content abstract in the browsing history.
- the key content abstract is generated and stored according to the contents of the web site.
- the key content abstract of the web site is displayed directly, and it is unnecessary to load the web site again, so that the processing is more convenient and direct.
- Figure 1 is a flowchart illustrating a method for processing a browsing history of a web site according to an example of the present invention.
- Figure 2 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention.
- Figure 3 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention.
- Figure 4 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention.
- Figure 5 is a schematic diagram illustrating a time line displayed according to a method for processing a browsing history of a web site according to an example of the present invention.
- Figure 6 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to an example of the present invention.
- Figure 7 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention.
- Figure 8 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention.
- Figure 9 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention. Detailed Description of the Invention
- Figure 1 is a flowchart illustrating a method for processing a browsing history of a web site according to an example of the present invention. As shown in Figure 1, the method includes the following blocks.
- the browser starts to load a web page and generates a browsing history of the web site to store information of the web site.
- the browsing history includes data related to the web site, and modes for storing the browsing history are not limited, e.g. the browsing history may be a character string or an object.
- an opening time of the web site is stored in the browsing history.
- the opening time may be a time when the user clicks on the link or when the user presses an enter key after directly entering the network address in the address bar.
- a key content abstract is generated based on contents of the web site.
- the key contents of a news page are text of the news or newsreel; the key contents of a picture page are pictures; the key contents of an audio or video page are contents of the audio or video.
- Descriptive text about the picture or the audio or video also belongs to the key contents.
- the key contents of the web site are identified, and at least some of characters or at least some of multimedia contents related to the key contents are extracted from the web site.
- the following processing may be performed: obtaining a Document Object Model (DOM) of the web site after the web site is loaded; traversing the DOM; extracting labels of multimedia contents included in the contents of the web site; and determining whether the label belongs to the key contents according to attributes of the label.
- the labels of the multimedia contents include ⁇ object>, ⁇ embed>, ⁇ img> and etc.
- the modes for identifying the key contents and determining whether the label belongs to the key contents according to attributes of the label may refer to conventional web intelligent recognition technologies.
- the multimedia contents when the key contents are multimedia contents, the multimedia contents may be taken as the key content abstract as a whole.
- the multimedia contents needs larger storage space, according to an example, compression or clipping processing may be performed for the multimedia contents. For example, a picture may be compressed or cut; clipping processing may be performed for an audio or video file.
- the web site is determined as a text-based web site, all of or parts of the contents of the web site may be taken as the key content abstract.
- the key content abstract is stored in the browsing history.
- the key content abstract is associated with the browsing history, and the key content abstract and the browsing history may be not stored in the same physical storage area.
- the multimedia contents and the browsing history may be stored in different storage areas and an index of the multimedia contents may be stored in the browsing history.
- the browsing history has the following structure: Struct ⁇ string title, string link, string show_txt, bool bflag, string html_media, Time Opentime, Time CloseTime ⁇ .
- title indicates the title of the web site
- link indicates the web address
- show_txt indicates the characters in the key content abstract
- bflag indicates whether multimedia contents are included
- html_media indicates the multimedia contents
- OpenTime indicates the opening time
- CloseTime indicates a closing time.
- the browsing history may be further stored in a non-transitory storage medium, e.g. a flash or a hard disk, so that the browsing history may be used repeatedly.
- the browsing history is stored into a file or a database system.
- the key content abstract is generated and stored according to the contents of the web site.
- the key content abstract of the web site is displayed directly, and it is unnecessary to load the web site again, so that the processing is more convenient and direct.
- Figure 2 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention. As shown in Figure 2, besides the processing shown in Figure 1, the following processing is included in this example.
- an activating time of the web page is stored in the browsing history when a tab corresponding to the web page is activated.
- multiple tabs are displayed at the same time in one browser, and each tab corresponds to one network address. In the browser, only one tab is activated simultaneity. By monitoring an activating event of the tab, the activating time of the web page may be recorded. It should be understood that, when the history is traced, the activating time of the tab may be regarded as the time of opening the web page again.
- the method for processing the browsing history of the web page provided by examples of the present invention, when the history is displayed, the entire browsing process is displayed.
- FIG 3 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention. As shown in Figure 3, besides the processing shown in Figure 1, the following processing is included in this example.
- a type of the web page is determined.
- the type of the web page is stored in the browsing history.
- the type of the web page is determined according to attributes of the web page, the type of the web page may be news, technology, entertainment, sports, star and etc.
- the type of the web page may be determined according to the network address of the web page.
- Network address rules may be preconfigured, and the type of the web page is determined according to the rules.
- no rule is matched, the type of the web page is determined artificially, or the type of the web page is determined by using a web page classifier based on natural language recognition.
- the type of the web page is determined, so that when the user tracks the history, the web pages may be filed, and it is convenient for the user to trace the web pages of a certain type.
- Figure 4 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention. As shown in Figure 4, besides the processing shown in Figure 1, the following processing is included in this example.
- browsing histories are loaded, and the opening time of the loaded browsing history is within a current time range of the time line.
- the key content abstract stored in the loaded browsing history is displayed at a location corresponding to the opening time in the time line.
- two endpoints of the time line represent a start time and an end time respectively.
- the time period between the start time and the end time is the current time range.
- the current time range may be adjusted by the user, so that the user may check the earlier browsing histories.
- the browsing histories having the opening time within the current time range is loaded, and the key content abstracts in the loaded browsing histories are formatted according to a preset format.
- the key content abstract may be transformed as HTML codes which can be displayed by the browser.
- each of the formatted key content abstracts is displayed at the location corresponding to the opening time in the time line.
- the opening time may be the time when the web page is opened firstly and the activating procedure of the tab is omitted, or the opening time may include the activating time of the tab, so that the completely browsing history is shown in the time line.
- the timeline is vertical, in another example, the timeline may be horizontal.
- the types of the web pages in the browsing histories may be filtered. For example, only the web pages of news and video may be loaded.
- the types of the web pages to be loaded may be designated by the user. For example, a link or a button of the type may be displayed, after the user clicks on the link or the button, the browsing history corresponding to the link or the button is displayed.
- the current time range of the time line may be adjusted automatically and dynamically based on a certain speed, so that the browsing histories are switched automatically.
- the browsing histories are organized via the time line, so that the user may view the browsing histories conveniently and directly. In addition, it is unnecessary to load the key contents of the web page again, and the browsing histories are viewed more smoothly.
- Figure 6 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to an example of the present invention.
- the apparatus 500 includes a history generating module 510, an opening time storing module 520, a key content abstract generating module 530, and a key content abstract storing module 540.
- the history generating module 510 is to generate a browsing history of a web site. For example, after a user clicks on a link or directly enters a network address in an address bar via a browser, the browser starts to load a web page and generates a browsing history of the web site to store information of the web site.
- the browsing history includes data related to the web site, and modes for storing the browsing history are not limited, e.g. the browsing history may be a character string or an object.
- the opening time storing module 520 is to store an opening time of the web site in the browsing history. The opening time may be a time when the user clicks on the link or when the user presses an enter key after directly entering the network address in the address bar.
- the key content abstract generating module 530 is to generate a key content abstract based on contents of the web site.
- the key contents of a news page are text of the news or newsreel; the key contents of a picture page are pictures; the key contents of an audio or video page are contents of the audio or video. Descriptive text about the picture or the audio or video also belongs to the key contents.
- the key content abstract generating module 530 includes: a key content abstract identifying unit 531 and a key content abstract extracting unit 532.
- the key content abstract identifying unit 531 is to identify the key contents of the web site, and the key content abstract extracting unit 532 is to extract at least some of characters or at least some of multimedia contents related to the key contents from the web site.
- the following processing may be performed: obtaining a Document Object Model (DOM) of the web site after the web site is loaded; traversing the DOM; extracting labels of multimedia contents included in the contents of the web site; and determining whether the label belongs to the key contents according to attributes of the label.
- the labels of the multimedia contents include ⁇ object>, ⁇ embed>, ⁇ img> and etc.
- the modes for identifying the key contents and determining whether the label belongs to the key contents according to attributes of the label may refer to conventional Web Intelligent Recognition Technologies. According to an example, when the key contents are multimedia contents, the multimedia contents may be taken as the key content abstract as a whole.
- the multimedia contents needs larger storage space, according to an example, compression or clipping processing may be performed for the multimedia contents.
- compression or clipping processing may be performed for the multimedia contents.
- a picture may be compressed or cut; clipping processing may be performed for an audio or video file.
- the key content abstract generating module 530 may further comprise a compressing clipping unit 533 to perform the above processing.
- the web site is determined as a text-based web site, all of or parts of the contents of the web site may be taken as the key content abstract.
- the key content abstract storing module 540 is to store the key content abstract in the browsing history after the key content abstract is obtained.
- the key content abstract when the key content abstract is stored in the browsing history, the key content abstract is associated with the browsing history, and the key content abstract and the browsing history may be not stored in the same physical storage area.
- the multimedia contents and the browsing history may be stored in different storage areas and an index of the multimedia contents may be stored in the browsing history.
- the key content abstract is generated and stored according to the contents of the web site.
- the key content abstract of the web site is displayed directly, and it is unnecessary to load the web site again, so that the processing is more convenient and direct.
- FIG. 7 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention.
- an activating time storing module 610 is included.
- the activating time storing module 610 is to store an activating time of the web page in the browsing history when a tab corresponding to the web page is activated.
- multiple tabs are displayed at the same time in one browser, and each tab corresponds to one network address. In the browser, only one tab is activated simultaneity. By monitoring an activating event of the tab, the activating time of the web page may be recorded.
- the activating time of the tab is stored, so that when the history is displayed, the entire browsing process is displayed.
- Figure 8 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention. As shown in Figure 7, besides the modules shown in Figure 6, a type module 710 is included.
- the type determining module includes a type determining unit 711 and a type storing unit 712.
- the type determining unit 711 is to determine a type of the web page.
- the type storing unit 712 is to store the type of the web page in the browsing history.
- the type of the web page is determined according to attributes of the web page, the type of the web page may be news, technology, entertainment, sports, star and etc.
- the type of the web page may be determined according to the network address of the web page.
- Network address rules may be preconfigured, and the type of the web page is determined according to the rules.
- no rule is matched, the type of the web page is determined artificially, or the type of the web page is determined by using a web page classifier based on natural language recognition.
- the type of the web page is determined, so that when the user tracks the history, the web pages may be filed, and it is convenient for the user to trace the web pages of a certain type.
- FIG 9 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention. As shown in Figure 7, besides the modules shown in Figure 6, a displaying module 810 is included.
- the displaying module 810 includes a time line displaying unit 811, a browsing history loading unit 812 and a browsing history displaying unit 813.
- the time line displaying unit 811 is to display a time line.
- the browsing history loading unit 812 is to load browsing histories having the opening time within a current time range of the time line.
- the browsing history displaying unit 813 is to display the key content abstract stored in the loaded browsing history at a location corresponding to the opening time in the time line. As shown in Figure 5, two endpoints of the time line represent a start time and an end time respectively. The time period between the start time and the end time is the current time range. The current time range may be adjusted by the user, so that the user may check the earlier browsing histories.
- the browsing histories having the opening time within the current time range is loaded, and the key content abstracts in the loaded browsing histories are formatted according to a preset format.
- the key content abstract may be transformed as HTML codes which can be displayed by the browser.
- each of the formatted key content abstracts is displayed at the location corresponding to the opening time in the time line.
- the timeline is vertical, in another example, the timeline may be horizontal.
- the browsing history loading unit 812 may be further to filter the types of the web pages in the browsing histories. For example, only the web pages of news and video may be loaded.
- the types of the web pages to be loaded may be designated by the user. For example, a link or a button of the type may be displayed, after the user clicks on the link or the button, the browsing history corresponding to the link or the button is displayed.
- the current time range of the time line may be adjusted automatically and dynamically based on a certain speed, so that the browsing histories are switched automatically. That is, the displaying module 810 further includes a time line adjusting unit to adjust the current time range of the time line based on a certain speed. Further, besides to load the browsing histories having the opening time within the current time range, the browsing history loading unit 812 is further to load the browsing histories having the activating time within the current time range.
- the browsing histories are organized via the time line, so that the user may view the browsing histories conveniently and directly. In addition, it is unnecessary to load the key contents of the web page again, and the browsing histories are viewed more smoothly.
- Machine-readable instructions used in the examples disclosed herein may be stored in storage medium readable by multiple processors, such as hard drive, CD-ROM, DVD, compact disk, floppy disk, magnetic tape drive, RAM, ROM or other proper storage device. Or, at least part of the machine-readable instructions may be substituted by specific -purpose hardware, such as custom integrated circuits, gate array, FPGA, PLD and specific -purpose computers and so on.
- a machine-readable storage medium is also provided, which is to store instructions to cause a machine to execute a method as described herein.
- a system or apparatus having a storage medium that stores machine-readable program codes for implementing functions of any of the above examples and that may make the system or the apparatus (or CPU or MPU) read and execute the program codes stored in the storage medium.
- the program codes read from the storage medium may implement any one of the above examples, thus the program codes and the storage medium storing the program codes are part of the technical scheme.
- the storage medium for providing the program codes may include floppy disk, hard drive, magneto-optical disk, compact disk (such as CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD+RW), magnetic tape drive, Flash card, ROM and so on.
- the program code may be downloaded from a server computer via a communication network.
- the program codes being executed by a computer at least part of the operations performed by the program codes may be implemented by an operation system running in a computer following instructions based on the program codes to realize a technical scheme of any of the above examples.
- the program codes implemented from a storage medium are written in a storage in an extension board inserted in the computer or in a storage in an extension unit connected to the computer.
- a CPU in the extension board or the extension unit executes at least part of the operations according to the instructions based on the program codes to realize a technical scheme of any of the above examples.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Information Transfer Between Computers (AREA)
Description
Method and Apparatus for Processing Browsing History of
Web Site
Field of the Invention
The present invention relates to web site browsing technologies, more particularly to a method and apparatus for processing a browsing history of a web site.
Background of the Invention
A browser as an entry of many network services has a significant impact for Internet experiences of a user. Hence manufacturers are actively deploying the browser for each platform.
Generally, the browser provides a function of storing browsing histories, so that the user may trace the network services accessed by the user. However, in the conventional browser, only a network address and a title of the web site are stored in the browsing history. In the history page of the browser, the network addresses and titles are listed according to a time order. If the user wants to know details of the web site, the user needs to store an offline backup when browsing the web site or the user needs to load the web site again.
Summary of the Invention
Embodiments of the present invention provide a method and apparatus for processing a browsing history of a web site, so as to process the browsing history of the web site more conveniently and directly.
A method for processing a browsing history of a web site includes:
generating a browsing history of a web site;
storing an opening time of the web site in the browsing history;
generating a key content abstract based on contents of the web site; and
storing the key content abstract in the browsing history.
An apparatus for processing a browsing history of a web site includes: a processor for executing instructions stored in a memory, the instructions comprise:
a history generating instruction, to generate a browsing history of a web site;
an opening time storing instruction, to store an opening time of the web site in the browsing history;
a key content abstract generating instruction, to generate a key content abstract based on contents of the web site; and
a key content abstract storing instruction, to store the key content abstract in the browsing history.
In the method and apparatus for processing the browsing history of the web site, besides the opening time, the key content abstract is generated and stored according to the contents of the web site. When the user needs to review the browsing history, the key content abstract of the web site is displayed directly, and it is unnecessary to load the web site again, so that the processing is more convenient and direct.
Brief Description of the Drawings
Figure 1 is a flowchart illustrating a method for processing a browsing history of a web site according to an example of the present invention. Figure 2 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention.
Figure 3 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention.
Figure 4 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention.
Figure 5 is a schematic diagram illustrating a time line displayed according to a method for processing a browsing history of a web site according to an example of the present invention.
Figure 6 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to an example of the present invention.
Figure 7 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention.
Figure 8 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention.
Figure 9 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention. Detailed Description of the Invention
In order to make the technical solution and merits of the present invention clearer, the present invention will be illustrated in detail hereinafter with reference to the accompanying drawings and specific examples.
Figure 1 is a flowchart illustrating a method for processing a browsing history of a web site according to an example of the present invention. As shown in Figure 1, the method includes the following blocks.
In block SI 10, a browsing history of a web site is generated.
For example, after a user clicks on a link or directly enters a network address in an address bar via a browser, the browser starts to load a web page and generates a browsing history of the web site to store information of the web site. In examples of the present invention, the browsing history includes data related to the web site, and modes for storing the browsing history are not limited, e.g. the browsing history may be a character string or an object.
In block S120, an opening time of the web site is stored in the browsing history. The opening time may be a time when the user clicks on the link or when the user presses an enter key after directly entering the network address in the address bar.
In block SI 30, a key content abstract is generated based on contents of the web site.
In block S140, the key content abstract is stored in the browsing history.
Different web sites have different key contents. For example, the key contents of a news page are text of the news or newsreel; the key contents of a picture page are pictures; the key contents of an audio or video page are contents of the audio or video. Descriptive text about the picture or the audio or video also belongs to the key contents.
Specifically, in block SI 30, the key contents of the web site are identified, and at least some of characters or at least some of multimedia contents related to the key contents are extracted from the web site. When identifying the key contents, the following processing may be performed: obtaining a Document Object Model (DOM) of the web site after the web site is loaded; traversing the DOM; extracting labels of multimedia contents included in the contents of the web site; and determining whether the label belongs to the key contents according to attributes of the label. The labels of the multimedia contents include <object>, <embed>, <img> and etc. The modes for identifying the key contents and determining whether the label belongs to the key contents according to attributes of the label may refer to conventional web intelligent recognition technologies.
According to an example, when the key contents are multimedia contents, the multimedia contents may be taken as the key content abstract as a whole. The multimedia contents needs larger storage space, according to an example, compression or clipping processing may be performed for the multimedia contents. For example, a picture may be compressed or cut; clipping processing may be performed for an audio or video file.
When there is no multimedia content, the web site is determined as a text-based web site, all of or parts of the contents of the web site may be taken as the key content abstract. After the key content abstract is obtained, the key content abstract is stored in the browsing history. In the examples of the present invention, when the key content abstract is stored in the browsing history, the key content abstract is associated with the browsing history, and the key content abstract and the browsing history may be not stored in the same physical storage area. For example, the multimedia contents and the browsing history may be stored in different storage areas and an index of the multimedia contents may be stored in the browsing history.
In addition, besides the opening time and the key content abstract, other information may be stored in the browsing history. According to an example, the browsing history has the following structure: Struct { string title, string link, string show_txt, bool bflag, string html_media, Time Opentime, Time CloseTime}. Herein, title indicates the title of the web
site, link indicates the web address, show_txt indicates the characters in the key content abstract, bflag indicates whether multimedia contents are included, html_media indicates the multimedia contents, OpenTime indicates the opening time, CloseTime indicates a closing time. According to an example, after block SI 04 is performed, if the browsing history is stored in a transitory storage medium, the browsing history may be further stored in a non-transitory storage medium, e.g. a flash or a hard disk, so that the browsing history may be used repeatedly. In an example, the browsing history is stored into a file or a database system. In the method for processing the browsing history of the web site, besides the opening time, the key content abstract is generated and stored according to the contents of the web site. When the user needs to review the browsing history, the key content abstract of the web site is displayed directly, and it is unnecessary to load the web site again, so that the processing is more convenient and direct. Figure 2 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention. As shown in Figure 2, besides the processing shown in Figure 1, the following processing is included in this example.
In block S210, an activating time of the web page is stored in the browsing history when a tab corresponding to the web page is activated.
Generally, multiple tabs are displayed at the same time in one browser, and each tab corresponds to one network address. In the browser, only one tab is activated simultaneity. By monitoring an activating event of the tab, the activating time of the web page may be recorded. It should be understood that, when the history is traced, the activating time of the tab may be regarded as the time of opening the web page again. Hence, according to the method for processing the browsing history of the web page provided by examples of the present invention, when the history is displayed, the entire browsing process is displayed.
Figure 3 is a flowchart illustrating a method for processing a browsing history of a
web site according to another example of the present invention. As shown in Figure 3, besides the processing shown in Figure 1, the following processing is included in this example.
In block S310, a type of the web page is determined. In block S320, the type of the web page is stored in the browsing history.
According to an example, the type of the web page is determined according to attributes of the web page, the type of the web page may be news, technology, entertainment, sports, star and etc.
According to an example, the type of the web page may be determined according to the network address of the web page. Network address rules may be preconfigured, and the type of the web page is determined according to the rules. When no rule is matched, the type of the web page is determined artificially, or the type of the web page is determined by using a web page classifier based on natural language recognition.
Hence, according to the method for processing the browsing history of the web page provided by examples of the present invention, the type of the web page is determined, so that when the user tracks the history, the web pages may be filed, and it is convenient for the user to trace the web pages of a certain type.
Figure 4 is a flowchart illustrating a method for processing a browsing history of a web site according to another example of the present invention. As shown in Figure 4, besides the processing shown in Figure 1, the following processing is included in this example.
In block S410, a time line is displayed.
In block S420, browsing histories are loaded, and the opening time of the loaded browsing history is within a current time range of the time line. In block S430, the key content abstract stored in the loaded browsing history is displayed at a location corresponding to the opening time in the time line.
As shown in Figure 5, two endpoints of the time line represent a start time and an
end time respectively. The time period between the start time and the end time is the current time range. The current time range may be adjusted by the user, so that the user may check the earlier browsing histories.
After the current time range is determined, the browsing histories having the opening time within the current time range is loaded, and the key content abstracts in the loaded browsing histories are formatted according to a preset format. For example, the key content abstract may be transformed as HTML codes which can be displayed by the browser. After the formatting operation, as shown in Figure 5, each of the formatted key content abstracts is displayed at the location corresponding to the opening time in the time line. As described in the above example, the opening time may be the time when the web page is opened firstly and the activating procedure of the tab is omitted, or the opening time may include the activating time of the tab, so that the completely browsing history is shown in the time line.
In the example shown in Figure 5, the timeline is vertical, in another example, the timeline may be horizontal.
In addition, in block S420, the types of the web pages in the browsing histories may be filtered. For example, only the web pages of news and video may be loaded. The types of the web pages to be loaded may be designated by the user. For example, a link or a button of the type may be displayed, after the user clicks on the link or the button, the browsing history corresponding to the link or the button is displayed.
Further, in block S420, besides the browsing histories having the opening time within the current time range are loaded, the browsing histories having the activating time within the current time range are loaded.
Further, the current time range of the time line may be adjusted automatically and dynamically based on a certain speed, so that the browsing histories are switched automatically.
According to the method for processing the browsing history of the web page provided by examples of the present invention, the browsing histories are organized via the time line, so that the user may view the browsing histories conveniently and directly.
In addition, it is unnecessary to load the key contents of the web page again, and the browsing histories are viewed more smoothly.
Figure 6 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to an example of the present invention. As shown in Figure 6, the apparatus 500 includes a history generating module 510, an opening time storing module 520, a key content abstract generating module 530, and a key content abstract storing module 540.
The history generating module 510 is to generate a browsing history of a web site. For example, after a user clicks on a link or directly enters a network address in an address bar via a browser, the browser starts to load a web page and generates a browsing history of the web site to store information of the web site. In examples of the present invention, the browsing history includes data related to the web site, and modes for storing the browsing history are not limited, e.g. the browsing history may be a character string or an object. The opening time storing module 520 is to store an opening time of the web site in the browsing history. The opening time may be a time when the user clicks on the link or when the user presses an enter key after directly entering the network address in the address bar.
The key content abstract generating module 530 is to generate a key content abstract based on contents of the web site.
Different web sites have different key contents. For example, the key contents of a news page are text of the news or newsreel; the key contents of a picture page are pictures; the key contents of an audio or video page are contents of the audio or video. Descriptive text about the picture or the audio or video also belongs to the key contents. According to an example, the key content abstract generating module 530 includes: a key content abstract identifying unit 531 and a key content abstract extracting unit 532.
The key content abstract identifying unit 531 is to identify the key contents of the web site, and the key content abstract extracting unit 532 is to extract at least some of characters or at least some of multimedia contents related to the key contents from the
web site.
Specifically, when identifying the key contents, the following processing may be performed: obtaining a Document Object Model (DOM) of the web site after the web site is loaded; traversing the DOM; extracting labels of multimedia contents included in the contents of the web site; and determining whether the label belongs to the key contents according to attributes of the label. The labels of the multimedia contents include <object>, <embed>, <img> and etc. The modes for identifying the key contents and determining whether the label belongs to the key contents according to attributes of the label may refer to conventional Web Intelligent Recognition Technologies. According to an example, when the key contents are multimedia contents, the multimedia contents may be taken as the key content abstract as a whole. The multimedia contents needs larger storage space, according to an example, compression or clipping processing may be performed for the multimedia contents. For example, a picture may be compressed or cut; clipping processing may be performed for an audio or video file. That is, the key content abstract generating module 530 may further comprise a compressing clipping unit 533 to perform the above processing.
When there is no multimedia content, the web site is determined as a text-based web site, all of or parts of the contents of the web site may be taken as the key content abstract. The key content abstract storing module 540 is to store the key content abstract in the browsing history after the key content abstract is obtained.
According to an example, when the key content abstract is stored in the browsing history, the key content abstract is associated with the browsing history, and the key content abstract and the browsing history may be not stored in the same physical storage area. For example, the multimedia contents and the browsing history may be stored in different storage areas and an index of the multimedia contents may be stored in the browsing history.
In the apparatus for processing the browsing history of the web site, besides the opening time, the key content abstract is generated and stored according to the contents of
the web site. When the user needs to review the browsing history, the key content abstract of the web site is displayed directly, and it is unnecessary to load the web site again, so that the processing is more convenient and direct.
Figure 7 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention. As shown in Figure 7, besides the modules shown in Figure 6, an activating time storing module 610 is included. The activating time storing module 610 is to store an activating time of the web page in the browsing history when a tab corresponding to the web page is activated. Generally, multiple tabs are displayed at the same time in one browser, and each tab corresponds to one network address. In the browser, only one tab is activated simultaneity. By monitoring an activating event of the tab, the activating time of the web page may be recorded.
Hence, according to the apparatus for processing the browsing history of the web page provided by examples of the present invention, the activating time of the tab is stored, so that when the history is displayed, the entire browsing process is displayed.
Figure 8 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention. As shown in Figure 7, besides the modules shown in Figure 6, a type module 710 is included. The type determining module includes a type determining unit 711 and a type storing unit 712.
The type determining unit 711 is to determine a type of the web page.
The type storing unit 712 is to store the type of the web page in the browsing history.
According to an example, the type of the web page is determined according to attributes of the web page, the type of the web page may be news, technology, entertainment, sports, star and etc.
According to an example, the type of the web page may be determined according to the network address of the web page. Network address rules may be preconfigured, and
the type of the web page is determined according to the rules. When no rule is matched, the type of the web page is determined artificially, or the type of the web page is determined by using a web page classifier based on natural language recognition.
Hence, according to the apparatus for processing the browsing history of the web page provided by examples of the present invention, the type of the web page is determined, so that when the user tracks the history, the web pages may be filed, and it is convenient for the user to trace the web pages of a certain type.
Figure 9 is a schematic diagram illustrating a structure of an apparatus for processing a browsing history of a web site according to another example of the present invention. As shown in Figure 7, besides the modules shown in Figure 6, a displaying module 810 is included.
The displaying module 810 includes a time line displaying unit 811, a browsing history loading unit 812 and a browsing history displaying unit 813.
The time line displaying unit 811 is to display a time line. The browsing history loading unit 812 is to load browsing histories having the opening time within a current time range of the time line.
The browsing history displaying unit 813 is to display the key content abstract stored in the loaded browsing history at a location corresponding to the opening time in the time line. As shown in Figure 5, two endpoints of the time line represent a start time and an end time respectively. The time period between the start time and the end time is the current time range. The current time range may be adjusted by the user, so that the user may check the earlier browsing histories.
After the current time range is determined, the browsing histories having the opening time within the current time range is loaded, and the key content abstracts in the loaded browsing histories are formatted according to a preset format. For example, the key content abstract may be transformed as HTML codes which can be displayed by the browser. After the formatting operation, as shown in Figure 5, each of the formatted key
content abstracts is displayed at the location corresponding to the opening time in the time line.
In the example shown in Figure 5, the timeline is vertical, in another example, the timeline may be horizontal. In addition, the browsing history loading unit 812 may be further to filter the types of the web pages in the browsing histories. For example, only the web pages of news and video may be loaded. The types of the web pages to be loaded may be designated by the user. For example, a link or a button of the type may be displayed, after the user clicks on the link or the button, the browsing history corresponding to the link or the button is displayed.
Further, the current time range of the time line may be adjusted automatically and dynamically based on a certain speed, so that the browsing histories are switched automatically. That is, the displaying module 810 further includes a time line adjusting unit to adjust the current time range of the time line based on a certain speed. Further, besides to load the browsing histories having the opening time within the current time range, the browsing history loading unit 812 is further to load the browsing histories having the activating time within the current time range.
According to the apparatus for processing the browsing history of the web page provided by examples of the present invention, the browsing histories are organized via the time line, so that the user may view the browsing histories conveniently and directly. In addition, it is unnecessary to load the key contents of the web page again, and the browsing histories are viewed more smoothly.
The methods and modules described herein may be implemented by hardware, machine -readable instructions or a combination of hardware and machine-readable instructions. Machine-readable instructions used in the examples disclosed herein may be stored in storage medium readable by multiple processors, such as hard drive, CD-ROM, DVD, compact disk, floppy disk, magnetic tape drive, RAM, ROM or other proper storage device. Or, at least part of the machine-readable instructions may be substituted by specific -purpose hardware, such as custom integrated circuits, gate array, FPGA, PLD
and specific -purpose computers and so on.
A machine-readable storage medium is also provided, which is to store instructions to cause a machine to execute a method as described herein. Specifically, a system or apparatus having a storage medium that stores machine-readable program codes for implementing functions of any of the above examples and that may make the system or the apparatus (or CPU or MPU) read and execute the program codes stored in the storage medium.
In this situation, the program codes read from the storage medium may implement any one of the above examples, thus the program codes and the storage medium storing the program codes are part of the technical scheme.
The storage medium for providing the program codes may include floppy disk, hard drive, magneto-optical disk, compact disk (such as CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD+RW), magnetic tape drive, Flash card, ROM and so on. Optionally, the program code may be downloaded from a server computer via a communication network.
It should be noted that, alternatively to the program codes being executed by a computer, at least part of the operations performed by the program codes may be implemented by an operation system running in a computer following instructions based on the program codes to realize a technical scheme of any of the above examples. In addition, the program codes implemented from a storage medium are written in a storage in an extension board inserted in the computer or in a storage in an extension unit connected to the computer. In this example, a CPU in the extension board or the extension unit executes at least part of the operations according to the instructions based on the program codes to realize a technical scheme of any of the above examples. The foregoing is only preferred examples of the present invention and is not used to limit the protection scope of the present invention. Any modification, equivalent substitution and improvement without departing from the spirit and principle of the present invention are within the protection scope of the present invention.
Claims
1. A method for processing a browsing history of a web page comprising:
generating a browsing history of a web site;
storing an opening time of the web site in the browsing history;
generating a key content abstract based on contents of the web site; and
storing the key content abstract in the browsing history.
2. The method of claim 1, wherein generating a key content abstract based on contents of the web site comprises:
identifying key contents of the web site;
extracting characters or multimedia contents related to the key contents from the web site.
3. The method of claim 2, further comprising:
If the multimedia contents are extracted, performing at least one of compressing and clipping processing for the multimedia contents.
4. The method of claim 1, further comprising:
determining a type of the web page;
storing the type of the web page in the browsing history.
5. The method of any of claims 1 to 4, further comprising:
displaying a time line;
loading a browsing history having an opening time within a current time range of the time line;
displaying a key content abstract stored in the loaded browsing history in the time line at a location corresponding to the opening time.
6. The method of claim 5, further comprising:
filtering the type of the web page when loading the browsing history having the opening time within the current time range of the time line.
7. An apparatus for processing a browsing history of a web page comprising: a processor for executing instructions stored in a memory, the instructions comprise:
a history generating instruction, to generate a browsing history of a web site;
an opening time storing instruction, to store an opening time of the web site in the browsing history;
a key content abstract generating instruction, to generate a key content abstract based on contents of the web site; and
a key content abstract storing instruction, to store the key content abstract in the browsing history.
8. The apparatus of claim 7, wherein the key content abstract generating instruction comprises:
a key content abstract identifying sub-instruction, to identify key contents of the web site, and
a key content abstract extracting sub-instruction, to extract characters or multimedia contents related to the key contents from the web site.
9. The apparatus of claim 8, wherein the key content abstract generating instruction comprises:
a compressing clipping sub-instruction, to perform at least one of compressing and clipping processing for multimedia contents.
10. The apparatus of claim 7, further comprising a type instruction, wherein the type instruction comprises:
a type determining sub-instruction, to determine a type of the web page; and a type storing sub-instruction, to store the type of the web page in the browsing history.
11. The apparatus of any of claims 7 to 10, further comprising
a time line displaying sub-instruction, to display a time line;
a browsing history loading sub-instruction, to load a browsing history having an opening time within a current time range of the time line; and
a browsing history displaying sub-instruction, to display a key content abstract stored in the loaded browsing history in the time line at a location corresponding to the opening time.
12. The apparatus of claim 11, wherein the browsing history loading sub-instruction is further to filter the type of the web page when loading the browsing history having the opening time within the current time range of the time line.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/605,399 US20150149515A1 (en) | 2012-08-06 | 2015-01-26 | Method and apparatus for processing browsing history of web site |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201210277041.6A CN103577476B (en) | 2012-08-06 | 2012-08-06 | The treatment process of web page browsing record and web page browsing device |
| CN201210277041.6 | 2012-08-06 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/605,399 Continuation US20150149515A1 (en) | 2012-08-06 | 2015-01-26 | Method and apparatus for processing browsing history of web site |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2014023151A1 true WO2014023151A1 (en) | 2014-02-13 |
Family
ID=50049274
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2013/079426 Ceased WO2014023151A1 (en) | 2012-08-06 | 2013-07-16 | Method and apparatus for processing browsing history of web site |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20150149515A1 (en) |
| CN (1) | CN103577476B (en) |
| WO (1) | WO2014023151A1 (en) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105224571A (en) * | 2014-06-30 | 2016-01-06 | 北京金山安全软件有限公司 | Terminal uploaded data processing method and device and data uploading processing method and device |
| US11138076B2 (en) * | 2017-06-30 | 2021-10-05 | Redis Ltd. | Methods, systems, and media for controlling append-only file rewrites |
| CN107506434A (en) * | 2017-08-23 | 2017-12-22 | 北京百度网讯科技有限公司 | Method and apparatus based on artificial intelligence classification phonetic entry text |
| CN108416053A (en) * | 2018-03-19 | 2018-08-17 | 深圳创维-Rgb电子有限公司 | Display processing method, TV and the readable storage medium storing program for executing of historical viewings record |
| CN108920559A (en) * | 2018-06-20 | 2018-11-30 | 深圳市关山月美术馆 | A chronology data management system for famous artists |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020191015A1 (en) * | 2001-06-18 | 2002-12-19 | International Business Machines Corporation | Method and apparatus for managing history logs in a data processing system |
| US6667751B1 (en) * | 2000-07-13 | 2003-12-23 | International Business Machines Corporation | Linear web browser history viewer |
| CN102446191A (en) * | 2010-10-13 | 2012-05-09 | 北京创新方舟科技有限公司 | Method for generating webpage content abstracts and equipment and system adopting same |
Family Cites Families (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6034686A (en) * | 1998-03-09 | 2000-03-07 | 3Com Corporation | Collapsing event display for small screen computer |
| US7394661B2 (en) * | 2004-06-30 | 2008-07-01 | Super Talent Electronics, Inc. | System and method for providing a flash memory assembly |
| US6572708B2 (en) * | 2000-02-28 | 2003-06-03 | Applied Materials Inc. | Semiconductor wafer support lift-pin assembly |
| JP4226261B2 (en) * | 2002-04-12 | 2009-02-18 | 三菱電機株式会社 | Structured document type determination system and structured document type determination method |
| JPWO2004092963A1 (en) * | 2003-04-11 | 2006-07-06 | 富士通株式会社 | Information providing method, information providing program, information display program, information providing apparatus, and information display apparatus |
| US7373614B1 (en) * | 2004-02-10 | 2008-05-13 | Apple Inc. | Navigation history |
| US7428530B2 (en) * | 2004-07-01 | 2008-09-23 | Microsoft Corporation | Dispersing search engine results by using page category information |
| KR100707967B1 (en) * | 2004-10-30 | 2007-04-16 | 에스케이커뮤니케이션즈 주식회사 | Method for alarming the update of the classified objects having the property and computer readable medium processing the method |
| JP4766256B2 (en) * | 2006-07-24 | 2011-09-07 | 株式会社富士通ゼネラル | Control method of air conditioner |
| US20090007068A1 (en) * | 2007-06-27 | 2009-01-01 | Microsoft Corporation | Accessing Non-Public Code |
| US20090037517A1 (en) * | 2007-08-02 | 2009-02-05 | Randall Wayne Frei | Method and system to share content between web clients |
| EP2307976A4 (en) * | 2008-06-13 | 2011-11-16 | Tekelec Us | Methods, systems, and computer readable media for providing presence data from multiple presence information providers |
| US9264753B2 (en) * | 2010-08-03 | 2016-02-16 | Broadcom Corporation | Method and apparatus for interactive control of media players |
| CN102354315B (en) * | 2011-09-22 | 2015-06-10 | 奇智软件(北京)有限公司 | Method and device for generating website navigation page |
| CN104662837B (en) * | 2012-06-29 | 2017-12-15 | 华为技术有限公司 | A method and computer storage medium for mRSVP‑TE supporting PIM‑SM |
-
2012
- 2012-08-06 CN CN201210277041.6A patent/CN103577476B/en active Active
-
2013
- 2013-07-16 WO PCT/CN2013/079426 patent/WO2014023151A1/en not_active Ceased
-
2015
- 2015-01-26 US US14/605,399 patent/US20150149515A1/en not_active Abandoned
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6667751B1 (en) * | 2000-07-13 | 2003-12-23 | International Business Machines Corporation | Linear web browser history viewer |
| US20020191015A1 (en) * | 2001-06-18 | 2002-12-19 | International Business Machines Corporation | Method and apparatus for managing history logs in a data processing system |
| CN102446191A (en) * | 2010-10-13 | 2012-05-09 | 北京创新方舟科技有限公司 | Method for generating webpage content abstracts and equipment and system adopting same |
Also Published As
| Publication number | Publication date |
|---|---|
| CN103577476B (en) | 2016-06-08 |
| US20150149515A1 (en) | 2015-05-28 |
| CN103577476A (en) | 2014-02-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20080244381A1 (en) | Document processing for mobile devices | |
| CN110008378B (en) | Artificial intelligence-based corpus collection methods, devices, equipment and storage media | |
| CN102663291B (en) | Mail information prompt method and device | |
| US20150149515A1 (en) | Method and apparatus for processing browsing history of web site | |
| US20110302486A1 (en) | Method and apparatus for obtaining the effective contents of web page | |
| US20150143230A1 (en) | Method and device for displaying webpage contents in browser | |
| US8886660B2 (en) | Method and apparatus for tracking a change in a collection of web documents | |
| WO2011072434A1 (en) | System and method for web content extraction | |
| CN103761277A (en) | ePub electronic book loading method and system | |
| US8931002B2 (en) | Explanatory-description adding apparatus, computer program product, and explanatory-description adding method | |
| CN111723235B (en) | Music content identification method, device and equipment | |
| JP2004086851A (en) | Apparatus, method, and program for detecting significant updating of electronic document, and record medium storing the program | |
| CN108304363A (en) | Public sentiment public relations method and system | |
| US20140136963A1 (en) | Intelligent information summarization and display | |
| US7606797B2 (en) | Reverse value attribute extraction | |
| US20090313558A1 (en) | Semantic Image Collection Visualization | |
| CN110222523B (en) | Detection method, device, system and computer readable storage medium | |
| CN104424160B (en) | The processing system and processing method that document redirects | |
| CN118200666B (en) | Media information processing method, device, system, equipment and storage medium based on AI large model | |
| US7389299B2 (en) | Document content analysis technology for reducing cognitive load | |
| CN103886028B (en) | Method and apparatus for copying files from storage device to advertisement machine | |
| CN118113962A (en) | Method and device for processing text in webpage, storage medium and processor | |
| CN112601129A (en) | Video interaction system, method and receiving end | |
| CN103246680A (en) | Method and device for aggregating and displaying webpage contents in browser | |
| JP2009116490A (en) | Browser browsing history acquisition device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 13828325 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 10/07/2015) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 13828325 Country of ref document: EP Kind code of ref document: A1 |