<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis09-18</id>
	<title>InfoVis:Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis09-18"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/UE-InfoVis09-18"/>
	<updated>2026-06-21T20:06:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21552</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21552"/>
		<updated>2009-05-27T21:53:22Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information using Treemaps===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Class.gif |thumb|right|300px|&#039;&#039;&#039;Figure 3&#039;&#039;&#039;: Treemap of Classificatory Data of Patent Information]]&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Related Topics====&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
==Constraints of Web Application Development==&lt;br /&gt;
&lt;br /&gt;
There exists serveral problems or constraints in developing interactive visualizations that are accessible via a web browser:&lt;br /&gt;
&lt;br /&gt;
* heterogenity of client software (different browsers, plugins)&lt;br /&gt;
* infrastructure (low bandwidth, firewalls)&lt;br /&gt;
* inactive javascript&lt;br /&gt;
&lt;br /&gt;
To fit this constraints and the needs of potential users as much as possible, it is necessary to implement and design a web application (especially web based graphical representations) in multiple manners:&lt;br /&gt;
&lt;br /&gt;
===Java Applets===&lt;br /&gt;
&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - Java Plugin&lt;br /&gt;
* - download time &lt;br /&gt;
&lt;br /&gt;
===Raster Graphics with HTML Image Maps===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + suitable for old browsers&lt;br /&gt;
* - less interactiv capabilities&lt;br /&gt;
&lt;br /&gt;
===Rich Internet Applications with AJAX and SVG===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + fast&lt;br /&gt;
* + lots of libraries and animation frameworks&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - [http://alexbosworth.backpackit.com/pub/67688 several drawbacks in using AJAX] &lt;br /&gt;
&lt;br /&gt;
==Former Efforts==&lt;br /&gt;
&lt;br /&gt;
In the last few years, analyzing specific areas of patent knowledge spaces by exploiting author co-citations and semantic similarities between patent documents have been important activities for data reduction and visualization. The activities are using methods like multidimensional scaling, factor analysis, or organizing maps which are related to the field of scientometrics. Moreover, there have been serveral approaches in visualizing patent e.g. representations of patent related social networks showing the relationships between inventors, applicants and companies and representations of classificatory information using treemaps.&lt;br /&gt;
&lt;br /&gt;
===Commercial Products===&lt;br /&gt;
&lt;br /&gt;
* [http://thomsonreuters.com/products_services/scientific/Aureka Aureka]&lt;br /&gt;
* [http://www.delphion.com/products/research/products-citelink Citation Link]&lt;br /&gt;
* [http://www.matheo-analyzer.com/ Matheo Analyzer]&lt;br /&gt;
&lt;br /&gt;
==Authors &amp;amp; Reference==&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Giereth%2C_Mark Mark Giereth]&lt;br /&gt;
* Steffen Koch&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Rotard%2C_Martin Martin Rotard]&lt;br /&gt;
* Thomas Ertl&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article ist based on the paper:&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Giereth, M. et. al.: &#039;&#039;Web Based Visual Exploration of Patent Information&#039;&#039;, 11th International Conference Information Visualization (IV&#039;07)&lt;br /&gt;
&lt;br /&gt;
Univertity of Stuttgart, Visualization and Interactive Systems Institute, Germany, 2007&lt;br /&gt;
&lt;br /&gt;
[http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Flpdocs%2Fepic03%2Fwrapper.htm%3Farnumber%3D4271975&amp;amp;authDecision=-203 Download on IEEE]&lt;br /&gt;
&lt;br /&gt;
===PatExpert===&lt;br /&gt;
&lt;br /&gt;
For further information on patent information work visit [http://www.patexpert.org www.patexpert.org]. Unfortunately it is impossible to bookmark specific links of this website. A link to a demonstration video of the visualization techniques described above can be found on the bottom of the website. &lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21546</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21546"/>
		<updated>2009-05-27T16:42:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information using Treemaps===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Class.gif |thumb|right|300px|&#039;&#039;&#039;Figure 3&#039;&#039;&#039;: Treemap of Classificatory Data of Patent Information]]&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Related Topics====&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
==Constraints of Web Application Development==&lt;br /&gt;
&lt;br /&gt;
There exists serveral problems or constraints in developing interactive visualizations that are accessible via a web browser:&lt;br /&gt;
&lt;br /&gt;
* heterogenity of client software (different browsers, plugins)&lt;br /&gt;
* infrastructure (low bandwidth, firewalls)&lt;br /&gt;
* inactive javascript&lt;br /&gt;
&lt;br /&gt;
To fit this constraints and the needs of potential users as much as possible, it is necessary to implement and design a web application (especially web based graphical representations) in multiple manners:&lt;br /&gt;
&lt;br /&gt;
===Java Applets===&lt;br /&gt;
&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - Java Plugin&lt;br /&gt;
* - download time &lt;br /&gt;
&lt;br /&gt;
===Raster Graphics with HTML Image Maps===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + suitable for old browsers&lt;br /&gt;
* - less interactiv capabilities&lt;br /&gt;
&lt;br /&gt;
===Rich Internet Applications with AJAX and SVG===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + fast&lt;br /&gt;
* + lots of libraries and animation frameworks&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - [http://alexbosworth.backpackit.com/pub/67688 several drawbacks in using AJAX] &lt;br /&gt;
&lt;br /&gt;
==Former Efforts==&lt;br /&gt;
&lt;br /&gt;
In the last few years, analyzing specific areas of patent knowledge spaces by exploiting author co-citations and semantic similarities between patent documents have been important activities for data reduction and visualization. The activities are using methods like multidimensional scaling, factor analysis, or organizing maps which are related to the field of scientometrics. Moreover, there have been serveral approaches in visualizing patent e.g. representations of patent related social networks showing the relationships between inventors, applicants and companies and representations of classificatory information using treemaps.&lt;br /&gt;
&lt;br /&gt;
===Commercial Products===&lt;br /&gt;
&lt;br /&gt;
* Aureka&lt;br /&gt;
* Citation Link&lt;br /&gt;
* Matheo Analyzer&lt;br /&gt;
&lt;br /&gt;
==Authors &amp;amp; Reference==&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Giereth%2C_Mark Mark Giereth]&lt;br /&gt;
* Steffen Koch&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Rotard%2C_Martin Martin Rotard]&lt;br /&gt;
* Thomas Ertl&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article ist based on the paper:&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Giereth, M. et. al.: &#039;&#039;Web Based Visual Exploration of Patent Information&#039;&#039;, 11th International Conference Information Visualization (IV&#039;07)&lt;br /&gt;
&lt;br /&gt;
Univertity of Stuttgart, Visualization and Interactive Systems Institute, Germany, 2007&lt;br /&gt;
&lt;br /&gt;
[http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Flpdocs%2Fepic03%2Fwrapper.htm%3Farnumber%3D4271975&amp;amp;authDecision=-203 Download on IEEE]&lt;br /&gt;
&lt;br /&gt;
===PatExpert===&lt;br /&gt;
&lt;br /&gt;
For further information on patent information work visit [http://www.patexpert.org www.patexpert.org]. Unfortunately it is impossible to bookmark specific links of this website. A link to a demonstration video of the visualization techniques described above can be found on the bottom of the website. &lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21545</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21545"/>
		<updated>2009-05-27T16:40:38Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information using Treemaps===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Class.gif |thumb|right|300px|&#039;&#039;&#039;Figure 3&#039;&#039;&#039;: Treemap of Classificatory Data of Patent Information]]&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Related Topics====&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
==Constraints of Web Application Development==&lt;br /&gt;
&lt;br /&gt;
There exists serveral problems or constraints in developing interactive visualizations that are accessible via a web browser:&lt;br /&gt;
&lt;br /&gt;
* heterogenity of client software (different browsers, plugins)&lt;br /&gt;
* infrastructure (low bandwidth, firewalls)&lt;br /&gt;
* inactive javascript&lt;br /&gt;
&lt;br /&gt;
To fit this constraints and the needs of potential users as much as possible, it is necessary to implement and design a web application (especially web based graphical representations) in multiple manners:&lt;br /&gt;
&lt;br /&gt;
===Java Applets===&lt;br /&gt;
&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - Java Plugin&lt;br /&gt;
* - download time &lt;br /&gt;
&lt;br /&gt;
===Raster Graphics with HTML Image Maps===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + suitable for old browsers&lt;br /&gt;
* - less interactiv capabilities&lt;br /&gt;
&lt;br /&gt;
===Rich Internet Applications with AJAX and SVG===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + fast&lt;br /&gt;
* + lots of libraries and animation frameworks&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - [http://alexbosworth.backpackit.com/pub/67688 several drawbacks in using AJAX] &lt;br /&gt;
&lt;br /&gt;
==Former Efforts==&lt;br /&gt;
&lt;br /&gt;
In the last few years, analyzing specific areas of patent knowledge spaces by exploiting author co-citations and semantic similarities between patent documents have been important activities for data reduction and visualization. The activities are using methods like multidimensional scaling, factor analysis, or organizing maps which are related to the field of scientometrics. Moreover, there have been serveral approaches in visualizing patent e.g. representations of patent related social networks showing the relationships between inventors, applicants and companies and representations of classificatory information using treemaps.&lt;br /&gt;
&lt;br /&gt;
===Commercial Products===&lt;br /&gt;
&lt;br /&gt;
* Aureka&lt;br /&gt;
* Citation Link&lt;br /&gt;
* Matheo Analyzer&lt;br /&gt;
&lt;br /&gt;
==Authors &amp;amp; Reference==&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Giereth%2C_Mark Mark Giereth]&lt;br /&gt;
* Steffen Koch&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Rotard%2C_Martin Martin Rotard]&lt;br /&gt;
* Thomas Ertl&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article ist based on the paper:&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Giereth, M. et. al.: &#039;&#039;Web Based Visual Exploration of Patent Information&#039;&#039;, 11th International Conference Information Visualization (IV&#039;07)&lt;br /&gt;
&lt;br /&gt;
Univertity of Stuttgart, Visualization and Interactive Systems Institute, Germany, 2007&lt;br /&gt;
&lt;br /&gt;
[http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Flpdocs%2Fepic03%2Fwrapper.htm%3Farnumber%3D4271975&amp;amp;authDecision=-203 Download on IEEE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===PatExpert===&lt;br /&gt;
&lt;br /&gt;
For further information on patent information visit [http://www.patexpert.org]. Unfortunately it is impossible to bookmark specific links of this website. A link to a demonstration video of the visualization techniques described above can be found on the bottom of the website. &lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21544</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21544"/>
		<updated>2009-05-27T16:27:50Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information using Treemaps===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Class.gif |thumb|right|300px|&#039;&#039;&#039;Figure 3&#039;&#039;&#039;: Treemap of Classificatory Data of Patent Information]]&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Related Topics====&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
==Constraints of Web Application Development==&lt;br /&gt;
&lt;br /&gt;
There exists serveral problems or constraints in developing interactive visualizations that are accessible via a web browser:&lt;br /&gt;
&lt;br /&gt;
* heterogenity of client software (different browsers, plugins)&lt;br /&gt;
* infrastructure (low bandwidth, firewalls)&lt;br /&gt;
* inactive javascript&lt;br /&gt;
&lt;br /&gt;
To fit this constraints and the needs of potential users as much as possible, it is necessary to implement and design a web application (especially web based graphical representations) in multiple manners:&lt;br /&gt;
&lt;br /&gt;
===Java Applets===&lt;br /&gt;
&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - Java Plugin&lt;br /&gt;
* - download time &lt;br /&gt;
&lt;br /&gt;
===Raster Graphics with HTML Image Maps===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + suitable for old browsers&lt;br /&gt;
* - less interactiv capabilities&lt;br /&gt;
&lt;br /&gt;
===Rich Internet Applications with AJAX and SVG===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + fast&lt;br /&gt;
* + lots of libraries and animation frameworks&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - [http://alexbosworth.backpackit.com/pub/67688 several drawbacks in using AJAX] &lt;br /&gt;
&lt;br /&gt;
==Former Efforts==&lt;br /&gt;
&lt;br /&gt;
In the last few years, analyzing specific areas of patent knowledge spaces by exploiting author co-citations and semantic similarities between patent documents have been important activities for data reduction and visualization. The activities are using methods like multidimensional scaling, factor analysis, or organizing maps which are related to the field of scientometrics. Moreover, there have been serveral approaches in visualizing patent e.g. representations of patent related social networks showing the relationships between inventors, applicants and companies and representations of classificatory information using treemaps.&lt;br /&gt;
&lt;br /&gt;
===Commercial Products===&lt;br /&gt;
&lt;br /&gt;
* Aureka&lt;br /&gt;
* Citation Link&lt;br /&gt;
* Matheo Analyzer&lt;br /&gt;
&lt;br /&gt;
==Authors==&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Giereth%2C_Mark Mark Giereth]&lt;br /&gt;
* Steffen Koch&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Rotard%2C_Martin Martin Rotard]&lt;br /&gt;
* Thomas Ertl&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article ist based on the paper:&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Giereth, M. et. al.: Web Based Visual Exploration of Patent Information, 11th International Conference Information Visualization (IV&#039;07)&lt;br /&gt;
&lt;br /&gt;
Univertity of Stuttgart, Visualization and Interactive Systems Institute, Germany, 2007&lt;br /&gt;
&lt;br /&gt;
[http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Flpdocs%2Fepic03%2Fwrapper.htm%3Farnumber%3D4271975&amp;amp;authDecision=-203 Download on IEEE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21543</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21543"/>
		<updated>2009-05-27T16:26:34Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information using Treemaps===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Class.gif |thumb|right|300px|&#039;&#039;&#039;Figure 3&#039;&#039;&#039;: Treemap of Classificatory Data of Patent Information]]&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Related Topics====&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
==Constraints of Web Application Development==&lt;br /&gt;
&lt;br /&gt;
There exists serveral problems or constraints in developing interactive visualizations that are accessible via a web browser:&lt;br /&gt;
&lt;br /&gt;
* heterogenity of client software (different browsers, plugins)&lt;br /&gt;
* infrastructure (low bandwidth, firewalls)&lt;br /&gt;
* inactive javascript&lt;br /&gt;
&lt;br /&gt;
To fit this constraints and the needs of potential users as much as possible, it is necessary to implement and design a web application (especially web based graphical representations) in multiple manners:&lt;br /&gt;
&lt;br /&gt;
===Java Applets===&lt;br /&gt;
&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - Java Plugin&lt;br /&gt;
* - download time &lt;br /&gt;
&lt;br /&gt;
===Raster Graphics with HTML Image Maps===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + suitable for old browsers&lt;br /&gt;
* - less interactiv capabilities&lt;br /&gt;
&lt;br /&gt;
===Rich Internet Applications with AJAX and SVG===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + fast&lt;br /&gt;
* + lots of libraries and animation frameworks&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - [http://alexbosworth.backpackit.com/pub/67688 several drawbacks in using AJAX] &lt;br /&gt;
&lt;br /&gt;
==Former Efforts==&lt;br /&gt;
&lt;br /&gt;
In the last few years, analyzing specific areas of patent knowledge spaces by exploiting author co-citations and semantic similarities between patent documents have been important activities for data reduction and visualization. The activities are using methods like multidimensional scaling, factor analysis, or organizing maps which are related to the field of scientometrics. Moreover, there have been serveral approaches in visualizing patent e.g. representations of patent related social networks showing the relationships between inventors, applicants and companies and representations of classificatory information using treemaps.&lt;br /&gt;
&lt;br /&gt;
===former commercial products===&lt;br /&gt;
&lt;br /&gt;
* Aureka&lt;br /&gt;
* Citation Link&lt;br /&gt;
* Matheo Analyzer&lt;br /&gt;
&lt;br /&gt;
==Authors==&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Giereth%2C_Mark Mark Giereth]&lt;br /&gt;
* Steffen Koch&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Rotard%2C_Martin Martin Rotard]&lt;br /&gt;
* Thomas Ertl&lt;br /&gt;
&lt;br /&gt;
This article ist based on the paper:&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Giereth, M. et. al.: Web Based Visual Exploration of Patent Information, 11th International Conference Information Visualization (IV&#039;07)&lt;br /&gt;
&lt;br /&gt;
Univertity of Stuttgart, Visualization and Interactive Systems Institute, Germany, 2007&lt;br /&gt;
&lt;br /&gt;
[http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Flpdocs%2Fepic03%2Fwrapper.htm%3Farnumber%3D4271975&amp;amp;authDecision=-203 Download on IEEE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21542</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21542"/>
		<updated>2009-05-27T16:25:24Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information using Treemaps===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Class.gif |thumb|right|300px|&#039;&#039;&#039;Figure 3&#039;&#039;&#039;: Treemap of Classificatory Data of Patent Information]]&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Related Topics====&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
==Constraints of Web Application Development==&lt;br /&gt;
&lt;br /&gt;
There exists serveral problems or constraints in developing interactive visualizations that are accessible via a web browser:&lt;br /&gt;
&lt;br /&gt;
* heterogenity of client software (different browsers, plugins)&lt;br /&gt;
* infrastructure (low bandwidth, firewalls)&lt;br /&gt;
* inactive javascript&lt;br /&gt;
&lt;br /&gt;
To fit this constraints and the needs of potential users as much as possible, it is necessary to implement and design a web application (especially web based graphical representations) in multiple manners:&lt;br /&gt;
&lt;br /&gt;
===Java Applets===&lt;br /&gt;
&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - Java Plugin&lt;br /&gt;
* - download time &lt;br /&gt;
&lt;br /&gt;
===Raster Graphics with HTML Image Maps===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + suitable for old browsers&lt;br /&gt;
* - less interactiv capabilities&lt;br /&gt;
&lt;br /&gt;
===Rich Internet Applications with AJAX and SVG===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + fast&lt;br /&gt;
* + lots of libraries and animation frameworks&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - [http://alexbosworth.backpackit.com/pub/67688 several drawbacks in using AJAX] &lt;br /&gt;
&lt;br /&gt;
==Former Efforts==&lt;br /&gt;
&lt;br /&gt;
In the last few years, analyzing specific areas of patent knowledge spaces by exploiting author co-citations and semantic similarities between patent documents have been important activities for data reduction and visualization. The activities are using methods like multidimensional scaling, factor analysis, or organizing maps which are related to the field of scientometrics. Moreover, there have been serveral approaches in visualizing patent e.g. representations of patent related social networks showing the relationships between inventors, applicants and companies and representations of classificatory information using treemaps.&lt;br /&gt;
&lt;br /&gt;
===former commercial products===&lt;br /&gt;
&lt;br /&gt;
* Aureka&lt;br /&gt;
* Citation Link&lt;br /&gt;
* Matheo Analyzer&lt;br /&gt;
&lt;br /&gt;
==Authors==&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Giereth%2C_Mark Mark Giereth]&lt;br /&gt;
* Steffen Koch&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Rotard%2C_Martin Martin Rotard]&lt;br /&gt;
* Thomas Ertl&lt;br /&gt;
&lt;br /&gt;
This article ist based on the paper &lt;br /&gt;
&lt;br /&gt;
Giereth, M. et. al.: Web Based Visual Exploration of Patent Information, 11th International Conference Information Visualization (IV&#039;07)&lt;br /&gt;
Univertity of Stuttgart, Visualization and Interactive Systems Institute, Germany, 2007&lt;br /&gt;
[http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Flpdocs%2Fepic03%2Fwrapper.htm%3Farnumber%3D4271975&amp;amp;authDecision=-203 Download on IEEE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21541</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21541"/>
		<updated>2009-05-27T15:54:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Class.gif |thumb|right|300px|&#039;&#039;&#039;Figure 3&#039;&#039;&#039;: Treemap of Classificatory Data of Patent Information]]&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Related Topics====&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
==Constraints of Web Application Development==&lt;br /&gt;
&lt;br /&gt;
There exists serveral problems or constraints in developing interactive visualizations that are accessible via a web browser:&lt;br /&gt;
&lt;br /&gt;
* heterogenity of client software (different browsers, plugins)&lt;br /&gt;
* infrastructure (low bandwidth, firewalls)&lt;br /&gt;
* inactive javascript&lt;br /&gt;
&lt;br /&gt;
To fit this constraints and the needs of potential users as much as possible, it is necessary to implement and design a web application (especially web based graphical representations) in multiple manners:&lt;br /&gt;
&lt;br /&gt;
===Java Applets===&lt;br /&gt;
&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - Java Plugin&lt;br /&gt;
* - download time &lt;br /&gt;
&lt;br /&gt;
===Raster Graphics with HTML Image Maps===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + suitable for old browsers&lt;br /&gt;
* - less interactiv capabilities&lt;br /&gt;
&lt;br /&gt;
===Rich Internet Applications with AJAX and SVG===&lt;br /&gt;
&lt;br /&gt;
* + no additional client software&lt;br /&gt;
* + fast&lt;br /&gt;
* + lots of libraries and animation frameworks&lt;br /&gt;
* + rich interaction capabilities&lt;br /&gt;
* - [http://alexbosworth.backpackit.com/pub/67688 several drawbacks in using AJAX] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21540</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21540"/>
		<updated>2009-05-27T15:52:31Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Class.gif |thumb|right|300px|&#039;&#039;&#039;Figure 3&#039;&#039;&#039;: Treemap of Classificatory Data of Patent Information]]&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Related Topics====&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
==Constraints of Web Application Development==&lt;br /&gt;
&lt;br /&gt;
There exists serveral problems or constraints in developing interactive visualizations that are accessible via a web browser:&lt;br /&gt;
&lt;br /&gt;
* heterogenity of client software (different browsers, plugins)&lt;br /&gt;
* infrastructure (low bandwidth, firewalls)&lt;br /&gt;
* inactive javascript&lt;br /&gt;
&lt;br /&gt;
To fit this constraints and the needs of potential users as much as possible, it is necessary to implement and design a web application (especially web based graphical representations) in multiple manners:&lt;br /&gt;
&lt;br /&gt;
===Java Applets===&lt;br /&gt;
&lt;br /&gt;
+ rich interaction capabilities&lt;br /&gt;
- Java Plugin&lt;br /&gt;
- download time &lt;br /&gt;
&lt;br /&gt;
===Raster Graphics with HTML Image Maps===&lt;br /&gt;
&lt;br /&gt;
+ no additional client software&lt;br /&gt;
+ suitable for old browsers&lt;br /&gt;
- less interactiv capabilities&lt;br /&gt;
&lt;br /&gt;
===Rich Internet Applications with AJAX and SVG===&lt;br /&gt;
&lt;br /&gt;
+ no additional client software&lt;br /&gt;
+ fast&lt;br /&gt;
+ lots of libraries and animation frameworks&lt;br /&gt;
+ rich interaction capabilities&lt;br /&gt;
- [http://alexbosworth.backpackit.com/pub/67688 drawbacks of using AJAX] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21539</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21539"/>
		<updated>2009-05-27T15:40:16Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Class.gif |thumb|right|300px|&#039;&#039;&#039;Figure 3&#039;&#039;&#039;: Treemap of Classificatory Data of Patent Information]]&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Relatet Topics====&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21538</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21538"/>
		<updated>2009-05-27T15:39:50Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Class.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 3&#039;&#039;&#039;: Treemap of Classificatory Data of Patent Information]]&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Relatet Topics====&lt;br /&gt;
&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
* [http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Class.gif&amp;diff=21537</id>
		<title>File:Class.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Class.gif&amp;diff=21537"/>
		<updated>2009-05-27T15:38:52Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: Treemap of classificatory data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Treemap of classificatory data&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
Web Based Visual Exploration of Patent Information, Giereth &amp;amp; Koch et. al., 2007&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21536</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21536"/>
		<updated>2009-05-27T15:34:07Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
===Visualization of Classificatory Information===&lt;br /&gt;
&lt;br /&gt;
With a treemap it is possible to show the hierarchical structure of the [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] IPC. The IPC categories are rendered as nested rectangular areas, which help to keep a clear view of the used categories in large patent sets. To get more information and further details it is possible to zoom into specific parts for an enlargment of the specific labels. An alleviation in these technique is to search for keywords in the titles of IPC categories. The search results are shown as a list and in the treemap as rectangles with red and green filling. The red items are not part of the patent set, the green items are part of the patent set.&lt;br /&gt;
&lt;br /&gt;
====Relatet Topics====&lt;br /&gt;
&lt;br /&gt;
[http://www.infovis-wiki.net/index.php?title=Treemap More Info on Treemaps]&lt;br /&gt;
[http://www.infovis-wiki.net/index.php?title=Extreme_visualization:_squeezing_a_billion_records_into_a_million_pixels Squeezing a Billion Records Into a Million Pixels]&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21534</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21534"/>
		<updated>2009-05-27T15:22:36Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
===Patent Family Layout===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:patent family layout.jpg |thumb|right|300px|&#039;&#039;&#039;Figure 2&#039;&#039;&#039;: Patent Family Layout]]&lt;br /&gt;
&lt;br /&gt;
Next to the mass-spring graph, the patent family layout is also part of visually clustering patent sets. It is based on filling date and country in an interactive 2D matrix that are represented as red and blue nodes. The filing date of the patents and priorities are shown on the horizontal position (x-axis). On vertical position, every line describes a country or organization where the patents or priorities have been filed. Arcs will point from a patent to it&#039;s priority document and the priority relations are visualized if a node is selected. To get a quick overview of often referenced documents, the node size displays the number of ingoing arcs of the node.&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Patent_family_layout.jpg&amp;diff=21533</id>
		<title>File:Patent family layout.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Patent_family_layout.jpg&amp;diff=21533"/>
		<updated>2009-05-27T15:20:33Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: Patent Family Layout&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Patent Family Layout&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
Web Based Visual Exploration of Patent Information, Giereth &amp;amp; Koch et. al., 2007&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21531</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21531"/>
		<updated>2009-05-27T15:10:56Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents. In gereral, mass-spring graphs are suitable for search through all kinds of [http://www.infovis-wiki.net/index.php?title=Category:Hierarchical_Data hierarchically data] to show their interrelationships.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21530</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21530"/>
		<updated>2009-05-27T15:06:19Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents.&lt;br /&gt;
&lt;br /&gt;
====Demonstrations of Related Work and Mass-Spring Graphs====&lt;br /&gt;
&lt;br /&gt;
* [http://christopherbaker.net/2007/03/22/patent-database-visualization/ Patent Database Visualization of Christopher Baker]&lt;br /&gt;
* [http://www.youtube.com/watch?v=m-lLPvXeCfY Demo of another Mass-Spring Graph Application]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21527</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21527"/>
		<updated>2009-05-27T14:55:59Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|right|300px|&#039;&#039;&#039;Figure 1&#039;&#039;&#039;: A Mass-Spring Graph]]&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
Figure 1 shows the relationship between patents (yellow) and their corresponding priority document (brown). In the special case of patent documents it is thus possible to i.e. easily identify the priority applications that have been the groundwork for other patents.&lt;br /&gt;
link zu videos, abbildung aus paper&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21526</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21526"/>
		<updated>2009-05-27T14:53:02Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|left|350px|Figure 1: A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21525</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21525"/>
		<updated>2009-05-27T14:47:56Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|left|350px|A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21524</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21524"/>
		<updated>2009-05-27T14:47:24Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|left|250px|A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21523</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21523"/>
		<updated>2009-05-27T14:46:34Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|center|150px|A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21522</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21522"/>
		<updated>2009-05-27T14:44:29Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |frame|left|50px|A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21521</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21521"/>
		<updated>2009-05-27T14:44:05Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |frame|left|100px|A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21520</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21520"/>
		<updated>2009-05-27T14:43:26Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |frame|100px|A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21519</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21519"/>
		<updated>2009-05-27T14:42:50Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif frame|100px|A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21518</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21518"/>
		<updated>2009-05-27T14:38:50Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif frame|left|100px|A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21517</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21517"/>
		<updated>2009-05-27T14:37:34Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |frame|200px|A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21514</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21514"/>
		<updated>2009-05-27T14:31:40Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21513</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21513"/>
		<updated>2009-05-27T14:30:58Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(n log n) time.&lt;br /&gt;
&lt;br /&gt;
[[{{ns:6}}:Massspringgraph.gif |thumb|A Mass-Spring Graph]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Massspringgraph.gif&amp;diff=21512</id>
		<title>File:Massspringgraph.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Massspringgraph.gif&amp;diff=21512"/>
		<updated>2009-05-27T14:29:51Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: visualizing the interrelationships between paticualar patents and priority documents&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
visualizing the interrelationships between paticualar patents and priority documents&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
Web Based Visual Exploration of Patent Information, Giereth &amp;amp; Koch et. al., 2007&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21511</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21511"/>
		<updated>2009-05-27T14:23:41Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
==Visualization Techniques==&lt;br /&gt;
&lt;br /&gt;
===Mass-Spring Graphs===&lt;br /&gt;
&lt;br /&gt;
During search, it is often a matter of concern to identify clusters or groups e.g. patents that are related to each other by different criteria (same category, same inventor, etc.) and visualize them in an appropriate manner. A common way to do this are (interactive) mass-spring graphs. They are an adequate and intuitive form of visualizing clusters and interrelations between paticular nodes. To simulate the physics of this kind of force-directed graphs, you can use the [http://en.wikipedia.org/wiki/Barnes-Hut_simulation Barnes-Hut Algorithm] that allows efficient n-body force calculations in O(nlogn) time. &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21509</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21509"/>
		<updated>2009-05-27T14:11:50Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (e.g. protecting an invention in different countries).&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The [http://en.wikipedia.org/wiki/International_Patent_Classification International Patent Classification] (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21508</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21508"/>
		<updated>2009-05-27T14:06:43Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
==Characteristics of Patent Information==&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
===Legal Status===&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
===Patent Family===&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (E.g. protecting an invention in different countries)&lt;br /&gt;
&lt;br /&gt;
===Classificatory Data===&lt;br /&gt;
The International Patent Classification (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21507</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21507"/>
		<updated>2009-05-27T14:05:21Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Motivation===&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
===Characteristics of Patent Information===&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
==Legal Status==&lt;br /&gt;
The legal status specifies significant events in the lifetime of a patent like changes of the owner etc.&lt;br /&gt;
&lt;br /&gt;
==Patent Family==&lt;br /&gt;
Patents which describe the same invention belong to the same patent family. A common definition says that a patent document belongs to a respective patent family if the claims section and priorities of this document are matching the other patents claims and priorities of this family (E.g. protecting an invention in different countries)&lt;br /&gt;
&lt;br /&gt;
==Classificatory Data==&lt;br /&gt;
The International Patent Classification (IPC) is the number one classification scheme of patent documents for ordering them in terms of technical fields. Therefore the IPC comprises 68.000 (advanced) or 17.000 (core) categories and is hierarchically organized in 13 levels.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21506</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21506"/>
		<updated>2009-05-27T14:00:17Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Motivation===&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
===Characteristics of Patent Information===&lt;br /&gt;
&lt;br /&gt;
Because of national patent laws, patent documents are following a well-defined structure arranged on a title page:&lt;br /&gt;
&lt;br /&gt;
* bibliographic data and an abstract&lt;br /&gt;
* classificatory data&lt;br /&gt;
* description of the state of the art&lt;br /&gt;
* claims section	&lt;br /&gt;
* images, diagrammes, formulae, etc. (optional)&lt;br /&gt;
&lt;br /&gt;
As seen above, patent documents comprise some metadata such as bibliographic data and classificatory data. Nevertheless, for evaluation there often is some further information needed: The legal status and patent family information, which both have to be fetched from external data sources like the [http://www.european-patent-office.org/inpadoc/stats/ Europaean Patent Office]&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21505</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21505"/>
		<updated>2009-05-27T13:50:21Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Motivation===&lt;br /&gt;
&lt;br /&gt;
On the one hand, patents are a well known instrument to protect intellectual properties.  On the other hand, there are several aspects which are often neglected by the scientific community: analyzing patent information can lead to e.g. identification of the direction of technical change, forecasts of market values and getting insights into your competitors work and inventions. At present there are about 60 million patent documents existing worldwide mostly comprising natural language supplemented by figures, diagrams, formulas, etc. As a consequence of this, it is needless to allude that computer support is heavily required. Besides this, patent evaluation still takes a lot of human effort. Therefore, it is very important to explore new approaches in software supported retrieval and visualization of patent information. The main goal in this connection is to improve the users cognition processes; e.g. to faster identify potential search results/constraints etc. &lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21504</id>
		<title>Web Based Visual Exploration of Patent Information</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Web_Based_Visual_Exploration_of_Patent_Information&amp;diff=21504"/>
		<updated>2009-05-27T13:48:17Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: New page: Category:Techniques&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Koch,_Steffen&amp;diff=21296</id>
		<title>Koch, Steffen</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Koch,_Steffen&amp;diff=21296"/>
		<updated>2009-05-13T14:42:05Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: Removing all content from page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Rotard,_Martin&amp;diff=21280</id>
		<title>Rotard, Martin</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Rotard,_Martin&amp;diff=21280"/>
		<updated>2009-05-13T12:19:34Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[{{ns:6}}:Rotard.jpg |thumb|Martin Rotard]]&lt;br /&gt;
&lt;br /&gt;
===Short Vita===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Martin Rotard&#039;&#039;&#039; has been researcher and PostDoc of the Visualization and Interactive Systems Institute, University of Stuttgart, since June 2001. His research interests are new graphical standards on the web like Scalable Vector Graphics, MathML, X3D, SMIL, etc., Human Computer Interaction, Usability and Accessibility. His development activities are in the field of XML-based graphics, semantic web technologies, universal access on the web, graphical user interfaces and software usability.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Martin Rotard&#039;s projects:&lt;br /&gt;
*BMWi: HyperBraille&lt;br /&gt;
*EU: PatExpert&lt;br /&gt;
*MWK-BW: Teaching-/Learningmodules for Key Qualifications in the Field of Computer Graphics and Visualization&lt;br /&gt;
*BMBF: Information Technology Online (ITO)&lt;br /&gt;
*University of Stuttgart: 100-online&lt;br /&gt;
*BMBF/WTZ: Modelling of Discrete Event Systems&lt;br /&gt;
&lt;br /&gt;
===Contact Information===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dr. Martin Rotard&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
University of Stuttgart&amp;lt;br/&amp;gt;&lt;br /&gt;
Visualization and Interactive Systems Institute&amp;lt;br/&amp;gt;&lt;br /&gt;
Universitätsstraße 38&amp;lt;br/&amp;gt;&lt;br /&gt;
70569 Stuttgart&amp;lt;br/&amp;gt;&lt;br /&gt;
Germany&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;E-Mail:&#039;&#039;&#039; [mailto:martin.rotard@informatik.uni-stuttgart.de martin.rotard@informatik.uni-stuttgart.de]&lt;br /&gt;
&lt;br /&gt;
===External Links===&lt;br /&gt;
&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/~rotard/ Martin Rotard&#039;s homepage]&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/ger/ Visualization and Interactive Systems Institute, University of Stuttgart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Rotard,_Martin&amp;diff=21279</id>
		<title>Rotard, Martin</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Rotard,_Martin&amp;diff=21279"/>
		<updated>2009-05-13T12:04:15Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[{{ns:6}}:Rotard.jpg |thumb|Martin Rotard]]&lt;br /&gt;
&lt;br /&gt;
===Short Vita===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Martin Rotard&#039;&#039;&#039; is a lawyer in private practice since 2003 with his registered office in Bonn. He studied law at the Johann-Wolfgang von Goethe University of Frankfurt am Main and at the University of Konstanz and took a postgraduate study in economics for jurists. His specializations and interests comprises trademark law, copyright, competition law and IT law.&amp;lt;br/&amp;gt;&lt;br /&gt;
From 2002 - 2004 he worked at a corporate law firm at Köln/Bonn and completed the theoretical fully-qualified-lawyer seminar &amp;quot;industrial property&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Martin Rotard&#039;s projects:&lt;br /&gt;
*BMWi: HyperBraille&lt;br /&gt;
*EU: PatExpert&lt;br /&gt;
*MWK-BW: Teaching-/Learningmodules for Key Qualifications in the Field of Computer Graphics and Visualization&lt;br /&gt;
*BMBF: Information Technology Online (ITO)&lt;br /&gt;
*University of Stuttgart: 100-online&lt;br /&gt;
*BMBF/WTZ: Modelling of Discrete Event Systems&lt;br /&gt;
&lt;br /&gt;
===Contact Information===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dr. Martin Rotard&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
University of Stuttgart&amp;lt;br/&amp;gt;&lt;br /&gt;
Visualization and Interactive Systems Institute&amp;lt;br/&amp;gt;&lt;br /&gt;
Universitätsstraße 38&amp;lt;br/&amp;gt;&lt;br /&gt;
70569 Stuttgart&amp;lt;br/&amp;gt;&lt;br /&gt;
Germany&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;E-Mail:&#039;&#039;&#039; [mailto:martin.rotard@informatik.uni-stuttgart.de martin.rotard@informatik.uni-stuttgart.de]&lt;br /&gt;
&lt;br /&gt;
===External Links===&lt;br /&gt;
&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/~rotard/ Martin Rotard&#039;s homepage]&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/ger/ Visualization and Interactive Systems Institute, University of Stuttgart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Rotard,_Martin&amp;diff=21278</id>
		<title>Rotard, Martin</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Rotard,_Martin&amp;diff=21278"/>
		<updated>2009-05-13T12:00:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[{{ns:6}}:Rotard.jpg |thumb|Martin Rotard]]&lt;br /&gt;
&lt;br /&gt;
===Short Vita===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steffen Koch&#039;&#039;&#039; is a lawyer in private practice since 2003 with his registered office in Bonn. He studied law at the Johann-Wolfgang von Goethe University of Frankfurt am Main and at the University of Konstanz and took a postgraduate study in economics for jurists. His specializations and interests comprises trademark law, copyright, competition law and IT law.&amp;lt;br/&amp;gt;&lt;br /&gt;
From 2002 - 2004 he worked at a corporate law firm at Köln/Bonn and completed the theoretical fully-qualified-lawyer seminar &amp;quot;industrial property&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Steffen Koch&#039;s publications/references:&lt;br /&gt;
*Eine der wichtigsten IT-Kanzleien Deutschlands, e-commerce Magazin 05/2008&lt;br /&gt;
*RTL Interview zur Erschöpfung von Markenrecht, 29.11.2006 RTL2 News&lt;br /&gt;
*&amp;quot;Neuer Rechtsrahmen für elektronische Kommunikation&amp;quot;, Europäische Zeitung - The Journal of Europe, März 2004&lt;br /&gt;
*&amp;quot;Haftung für Umweltschäden in der EU&amp;quot;, Europäische Zeitung - The Journal of Europe, März 2004&lt;br /&gt;
&lt;br /&gt;
===Contact Information===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dr. Martin Rotard&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
University of Stuttgart&amp;lt;br/&amp;gt;&lt;br /&gt;
Visualization and Interactive Systems Institute&amp;lt;br/&amp;gt;&lt;br /&gt;
Universitätsstraße 38&amp;lt;br/&amp;gt;&lt;br /&gt;
70569 Stuttgart&amp;lt;br/&amp;gt;&lt;br /&gt;
Germany&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;E-Mail:&#039;&#039;&#039; [mailto:martin.rotard@informatik.uni-stuttgart.de martin.rotard@informatik.uni-stuttgart.de]&lt;br /&gt;
&lt;br /&gt;
===External Links===&lt;br /&gt;
&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/~rotard/ Martin Rotard&#039;s homepage]&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/ger/ Visualization and Interactive Systems Institute, University of Stuttgart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Rotard.jpg&amp;diff=21277</id>
		<title>File:Rotard.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Rotard.jpg&amp;diff=21277"/>
		<updated>2009-05-13T11:59:01Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Portrait of Martin Rotard&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[http://www.vis.uni-stuttgart.de/~rotard/ http://www.vis.uni-stuttgart.de/~rotard/]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Rotard.jpg&amp;diff=21276</id>
		<title>File:Rotard.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Rotard.jpg&amp;diff=21276"/>
		<updated>2009-05-13T11:58:09Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: Portrait of Martin Rotard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Portrait of Martin Rotard&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Rotard,_Martin&amp;diff=21275</id>
		<title>Rotard, Martin</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Rotard,_Martin&amp;diff=21275"/>
		<updated>2009-05-13T11:57:06Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: New page: Steffen Koch  ===Short Vita===  &amp;#039;&amp;#039;&amp;#039;Steffen Koch&amp;#039;&amp;#039;&amp;#039; is a lawyer in private practice since 2003 with his registered office in Bonn. He studied law at the Johann-...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[{{ns:6}}:Koch.jpg |thumb|Steffen Koch]]&lt;br /&gt;
&lt;br /&gt;
===Short Vita===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steffen Koch&#039;&#039;&#039; is a lawyer in private practice since 2003 with his registered office in Bonn. He studied law at the Johann-Wolfgang von Goethe University of Frankfurt am Main and at the University of Konstanz and took a postgraduate study in economics for jurists. His specializations and interests comprises trademark law, copyright, competition law and IT law.&amp;lt;br/&amp;gt;&lt;br /&gt;
From 2002 - 2004 he worked at a corporate law firm at Köln/Bonn and completed the theoretical fully-qualified-lawyer seminar &amp;quot;industrial property&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Steffen Koch&#039;s publications/references:&lt;br /&gt;
*Eine der wichtigsten IT-Kanzleien Deutschlands, e-commerce Magazin 05/2008&lt;br /&gt;
*RTL Interview zur Erschöpfung von Markenrecht, 29.11.2006 RTL2 News&lt;br /&gt;
*&amp;quot;Neuer Rechtsrahmen für elektronische Kommunikation&amp;quot;, Europäische Zeitung - The Journal of Europe, März 2004&lt;br /&gt;
*&amp;quot;Haftung für Umweltschäden in der EU&amp;quot;, Europäische Zeitung - The Journal of Europe, März 2004&lt;br /&gt;
&lt;br /&gt;
===Contact Information===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dr. Martin Rotard&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
University of Stuttgart&amp;lt;br/&amp;gt;&lt;br /&gt;
Visualization and Interactive Systems Institute&amp;lt;br/&amp;gt;&lt;br /&gt;
Universitätsstraße 38&amp;lt;br/&amp;gt;&lt;br /&gt;
70569 Stuttgart&amp;lt;br/&amp;gt;&lt;br /&gt;
Germany&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;E-Mail:&#039;&#039;&#039; [mailto:martin.rotard@informatik.uni-stuttgart.de martin.rotard@informatik.uni-stuttgart.de]&lt;br /&gt;
&lt;br /&gt;
===External Links===&lt;br /&gt;
&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/~rotard/ Martin Rotard&#039;s homepage]&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/ger/ Visualization and Interactive Systems Institute, University of Stuttgart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Koch.jpg&amp;diff=21274</id>
		<title>File:Koch.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Koch.jpg&amp;diff=21274"/>
		<updated>2009-05-12T21:49:24Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Portrait of Steffen Koch&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[http://www.koch-rechtsanwalt.de/html/anwalt.htm http://www.koch-rechtsanwalt.de/html/anwalt.htm]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Koch,_Steffen&amp;diff=21273</id>
		<title>Koch, Steffen</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Koch,_Steffen&amp;diff=21273"/>
		<updated>2009-05-12T21:36:02Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: New page: Steffen Koch  ===Short Vita===  &amp;#039;&amp;#039;&amp;#039;Steffen Koch&amp;#039;&amp;#039;&amp;#039; is a lawyer in private practice since 2003 with his registered office in Bonn. He studied law at the Johann-...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[{{ns:6}}:Koch.jpg |thumb|Steffen Koch]]&lt;br /&gt;
&lt;br /&gt;
===Short Vita===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steffen Koch&#039;&#039;&#039; is a lawyer in private practice since 2003 with his registered office in Bonn. He studied law at the Johann-Wolfgang von Goethe University of Frankfurt am Main and at the University of Konstanz and took a postgraduate study in economics for jurists. His specializations and interests comprises trademark law, copyright, competition law and IT law.&amp;lt;br/&amp;gt;&lt;br /&gt;
From 2002 - 2004 he worked at a corporate law firm at Köln/Bonn and completed the theoretical fully-qualified-lawyer seminar &amp;quot;industrial property&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Steffen Koch&#039;s publications/references:&lt;br /&gt;
*Eine der wichtigsten IT-Kanzleien Deutschlands, e-commerce Magazin 05/2008&lt;br /&gt;
*RTL Interview zur Erschöpfung von Markenrecht, 29.11.2006 RTL2 News&lt;br /&gt;
*&amp;quot;Neuer Rechtsrahmen für elektronische Kommunikation&amp;quot;, Europäische Zeitung - The Journal of Europe, März 2004&lt;br /&gt;
*&amp;quot;Haftung für Umweltschäden in der EU&amp;quot;, Europäische Zeitung - The Journal of Europe, März 2004&lt;br /&gt;
&lt;br /&gt;
Lawyer Steffen Koch is member of german&#039;s lawyer society, of consortium information technology (davit), of consortium intellectual property &amp;amp; media and of german&#039;s association for industrial property and copyright (GRUR).&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Contact Information===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lawyer Steffen Koch&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Holtorfer Straße 35&amp;lt;br/&amp;gt;&lt;br /&gt;
Ennert Gewerbe Park&amp;lt;br/&amp;gt;&lt;br /&gt;
D - 53229 Bonn&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;E-Mail:&#039;&#039;&#039; [mailto:rechtsanwalt@koch-rechtsanwalt.de rechtsanwalt@koch-rechtsanwalt.de]&lt;br /&gt;
&lt;br /&gt;
===External Links===&lt;br /&gt;
&lt;br /&gt;
*[http://www.koch-rechtsanwalt.de/ Steffen Koch&#039;s homepage]&lt;br /&gt;
*[http://www.rak-koeln.de/ Bar association Köln]&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Koch.jpg&amp;diff=21272</id>
		<title>File:Koch.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Koch.jpg&amp;diff=21272"/>
		<updated>2009-05-12T21:33:02Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: New page: == Summary ==  == Copyright status ==  == Source ==&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Giereth,_Mark&amp;diff=21271</id>
		<title>Giereth, Mark</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Giereth,_Mark&amp;diff=21271"/>
		<updated>2009-05-08T10:31:53Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[{{ns:6}}:Giereth.jpg |thumb|Mark Giereth]]&lt;br /&gt;
&lt;br /&gt;
===Short Vita===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mark Giereth&#039;&#039;&#039; was a former member of the Intelligent Systems Institute of the University Stuttgart, Germany. Until 2004, his main research focused on automatic learning procedures to forecast ambient pollutant and classification problems of speech processing. Afterwards, as a research assistent at the Visualization and Interactive Systems Institute, he changed his main exploratory field to semantic representation, visualizing and partial encryption of patent-metadata in the semantic web. In 2009 Mark Giereth quit his academic career. Currently he is employed at Bosch.&lt;br /&gt;
&lt;br /&gt;
===Contact Information===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dipl.-Inf. Mark Giereth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Universität Stuttgart&amp;lt;br/&amp;gt;&lt;br /&gt;
Institut für Visualisierung und Interaktive Systeme (VIS)&amp;lt;br/&amp;gt;&lt;br /&gt;
Universitätstraße 38&lt;br /&gt;
70569 Stuttgart&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;E-Mail:&#039;&#039;&#039; [mailto:mark@giereth.de mark@giereth.de]&lt;br /&gt;
&lt;br /&gt;
===External Links===&lt;br /&gt;
&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/~giereth/ Mark Giereth&#039;s homepage and list of publications]&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/ger/ Visualization and Interactive Systems Institute, University Stuttgart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mark_Giereth&amp;diff=21270</id>
		<title>Mark Giereth</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mark_Giereth&amp;diff=21270"/>
		<updated>2009-05-08T10:29:43Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: Mark Giereth moved to Giereth, Mark&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Giereth, Mark]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Giereth,_Mark&amp;diff=21269</id>
		<title>Giereth, Mark</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Giereth,_Mark&amp;diff=21269"/>
		<updated>2009-05-08T10:29:43Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis09-18: Mark Giereth moved to Giereth, Mark&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[{{ns:6}}:Giereth.jpg |thumb|Mark Giereth]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mark Giereth&#039;&#039;&#039; was a former member of the Intelligent Systems Institute of the University Stuttgart, Germany. Until 2004, his main research focused on automatic learning procedures to forecast ambient pollutant and classification problems of speech processing. Afterwards, as a research assistent at the Visualization and Interactive Systems Institute, he changed his main exploratory field to semantic representation, visualizing and partial encryption of patent-metadata in the semantic web. In 2009 Mark Giereth quit his academic career. Currently he is employed at Bosch.&lt;br /&gt;
&lt;br /&gt;
===Contact Information===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dipl.-Inf. Mark Giereth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Universität Stuttgart&amp;lt;br/&amp;gt;&lt;br /&gt;
Institut für Visualisierung und Interaktive Systeme (VIS)&amp;lt;br/&amp;gt;&lt;br /&gt;
Universitätstraße 38&lt;br /&gt;
70569 Stuttgart&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;E-Mail:&#039;&#039;&#039; [mailto:mark@giereth.de mark@giereth.de]&lt;br /&gt;
&lt;br /&gt;
===External Links===&lt;br /&gt;
&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/~giereth/ Mark Giereth&#039;s homepage and list of publications]&lt;br /&gt;
*[http://www.vis.uni-stuttgart.de/ger/ Visualization and Interactive Systems Institute, University Stuttgart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis09-18</name></author>
	</entry>
</feed>