Features

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
Brief introduction to the most interesting features of Wandora:
 
Brief introduction to the most interesting features of Wandora:
  
* Desktop Application
+
== Desktop Application ==
** Fast and reliable
+
* Fast and reliable
** Requires Java
+
* Requires Java 1.6
 
* Graphical user interface
 
* Graphical user interface
** Web browser like look & feel - Topic map browser
+
* Web browser like look & feel - Topic map browser
** Graph visualizations of topic maps
+
* Graph visualizations of topic maps
** Extensive collection of tools to manipulate topics and associations
+
* Extensive collection of tools to manipulate topics and associations
* [[Layered Topic Map|Layered representation of knowledge]]
+
 
** Construct the knowledge using several different layers, each containing only part of the knowledge
+
== [[Layered Topic Map|Layered representation of knowledge]] ==
** You can view only parts of data and hide parts that don't intrest you
+
* Construct the knowledge using several different layers, each containing only part of the knowledge
** Automatic merging of different and even distributed data sources
+
* You can view only parts of data and hide parts that don't intrest you
** Protect some parts of topic map by allowing only read access
+
* Automatic merging of different and even distributed data sources
* Several data storage options
+
* Protect some parts of topic map by allowing only read access
** Memory based topic map for very fast processing of relatively small topic maps
+
 
** Relational database storage makes it possible to use topic maps of virtually unlimited size
+
== Several data storage options ==
** Relational database storage enables easy usage of remote third party topic maps
+
* Memory based topic map for very fast processing of relatively small topic maps
* Import data in several formats
+
* Relational database storage makes it possible to use topic maps of virtually unlimited size
** [[How to import existing topic map to Wandora|Imports topic maps in XTM and LTM formats]]
+
* Relational database storage enables easy usage of remote third party topic maps
** [[Importing RDF(S)|Imports RDF data in RDF(S) and N3 formats]]
+
 
** [[OBO flat file import|Imports OBO flat file format ontologies]] such as [http://www.geneontology.org The Gene Ontology]
+
== Import data in several formats ==
** [[Importing XML with XSL|Imports any valid XML document with proper XSL converting the XML to XTM]]
+
* [[How to import existing topic map to Wandora|Imports topic maps in XTM and LTM formats]]
** [[Generic SQL database import|Converts and imports any SQL database to a topic map]]
+
* [[Importing RDF(S)|Imports RDF data in RDF(S) and N3 formats]]
** [[Transferring data with clipboard|Clipboard import and export of topics and associations]]
+
* [[OBO flat file import|Imports OBO flat file format ontologies]] such as [http://www.geneontology.org The Gene Ontology]
* Extract topic maps from various different sources
+
* [[Importing XML with XSL|Imports any valid XML document with proper XSL converting the XML to XTM]]
** [[MP3 ID3v1 and ID3v2 extractor|Convert MP3 ID3 metadata to a topic map]]
+
* [[Generic SQL database import|Converts and imports any SQL database to a topic map]]
** [[JPG binary metadata extractor|Convert JPEG metadata to a topic map]]
+
* [[Transferring data with clipboard|Clipboard import and export of topics and associations]]
** [[PDF extractor|Convert PDF metadata to a topic map]]
+
 
** [[Email extractor|Convert emails and email repositories to a topic map]]
+
== Extract topic maps from various different sources ==
** [[File system extractor|Convert file system structures to a topic map]]
+
* [[MP3 ID3v1 and ID3v2 extractor|Convert MP3 ID3 metadata to a topic map]]
** [[HTML link extractor|Convert HTML site structure to a topic map]]
+
* [[JPG binary metadata extractor|Convert JPEG metadata to a topic map]]
** [[IMDB extractor|Convert IMDB datafiles to a topic map]]
+
* [[PDF extractor|Convert PDF metadata to a topic map]]
** [[FreeDB extractor|Convert freedb database entries to a topic map]]
+
* [[Email extractor|Convert emails and email repositories to a topic map]]
** [[MediaWiki extractor|Convert MediaWiki pages to a topic map]]
+
* [[File system extractor|Convert file system structures to a topic map]]
** [[Audioscrobber extractors|Convert Last.fm XML feeds to a topic map]]
+
* [[HTML link extractor|Convert HTML site structure to a topic map]]
** [[Bibtex extractor|Convert BibTeX files to a topic map]]
+
* [[IMDB extractor|Convert IMDB datafiles to a topic map]]
** Convert simple HTML tables to topic map associations
+
* [[FreeDB extractor|Convert freedb database entries to a topic map]]
*** [[HTML property table extractor]]
+
* [[MediaWiki extractor|Convert MediaWiki pages to a topic map]]
*** [[HTML association table extractor]]
+
* [[Audioscrobber extractors|Convert Last.fm XML feeds to a topic map]]
** Convert simple HTML lists to topic maps
+
* [[Bibtex extractor|Convert BibTeX files to a topic map]]
*** [[HTML superclass-subclass list extractor]]
+
* Convert simple HTML tables to topic map associations
*** [[HTML instance list extractor]]
+
** [[HTML property table extractor]]
** [[Simple Text Document Extractor|Convert simple text documents to topic map occurrences]]
+
** [[HTML association table extractor]]
** [[RSS 2.0 Extractor|Convert RSS 2.0 feeds to topic maps]]
+
* Convert simple HTML lists to topic maps
** [[Geo microformat extractor|Convert geo microformat snippets to topic maps]]
+
** [[HTML superclass-subclass list extractor]]
** [[Adr microformat extractor|Convert adr microformat snippets to topic maps]]
+
** [[HTML instance list extractor]]
** [[HCalendar microformat extractor|Convert hcalendar microformat snippets to topic maps]]
+
* [[Simple Text Document Extractor|Convert simple text documents to topic map occurrences]]
** [[HCard microformat extractor|Convert hcard microformat snippets to topic maps]]
+
* [[RSS 2.0 Extractor|Convert RSS 2.0 feeds to topic maps]]
* Analyze topic maps
+
* [[Geo microformat extractor|Convert geo microformat snippets to topic maps]]
** [[Compare topic maps]].
+
* [[Adr microformat extractor|Convert adr microformat snippets to topic maps]]
** [[Clustering coefficient]] for any topic set including average clustering coefficient of a topic map.
+
* [[HCalendar microformat extractor|Convert hcalendar microformat snippets to topic maps]]
** [[Topic map diameter]] and average path length.
+
* [[HCard microformat extractor|Convert hcard microformat snippets to topic maps]]
** [[Topic map connection statistics|Topic map connection count and distribution]] (Topic map degree distribution).
+
 
* Tools to publish knowledge
+
== Analyze topic maps ==
** [[Exporting WWW site|Export the topic map as a collection of static HTML pages]]
+
* [[Compare topic maps]].
** [[Lucene search index export|Create and export Lucene search index from any topic map]]
+
* [[Clustering coefficient]] for any topic set including average clustering coefficient of a topic map.
** [[Setting up Wandora Piccolo server|Set up a dynamic WWW site based on the topic map with Wandora-Piccolo combination]]
+
* [[Topic map diameter]] and average path length.
** Download and manage subject locator files
+
* [[Topic map connection statistics|Topic map connection count and distribution]] (Topic map degree distribution).
** Build your own topic map application using [[Wandora Web Service|Wandora's SOAP Web Service]]
+
 
* Generate simple topic map graphs.
+
== Tools to publish knowledge ==
** [[Random graph generator]]
+
* [[Exporting WWW site|Export the topic map as a collection of static HTML pages]]
** [[Fully connected graph generator]]
+
* [[Lucene search index export|Create and export Lucene search index from any topic map]]
** [[Tree graph generator]]
+
* [[Setting up Wandora Piccolo server|Set up a dynamic WWW site based on the topic map with Wandora-Piccolo combination]]
** [[Linear list graph generator]]
+
* Download and manage subject locator files
** [[Finite group graph generator]]
+
* Build your own topic map application using [[Wandora Web Service|Wandora's SOAP Web Service]]
** [[Platonic solid graph generator]]
+
 
* Plugin architecture makes it easy to add custom functionality
+
== Generate simple topic map graphs ==
** Tools that process topic map, for example cleaning or reconstructing data
+
* [[Random graph generator]]
** Importing data in different formats, for example from existing relational database
+
* [[Fully connected graph generator]]
** Exporting data in different formats
+
* [[Tree graph generator]]
** Reading and automatic processing of metadata from a collection of files
+
* [[Linear list graph generator]]
** Customized ways to represent the data in the topic map
+
* [[Finite group graph generator]]
** Custom publishing methods
+
* [[Platonic solid graph generator]]
 +
 
 +
== Plugin architecture makes it easy to add custom functionality ==
 +
* Tools that process topic map, for example cleaning or reconstructing data
 +
* Importing data in different formats, for example from existing relational database
 +
* Exporting data in different formats
 +
* Reading and automatic processing of metadata from a collection of files
 +
* Customized ways to represent the data in the topic map
 +
* Custom publishing methods

Revision as of 12:44, 11 April 2008

Brief introduction to the most interesting features of Wandora:

Contents

Desktop Application

  • Fast and reliable
  • Requires Java 1.6
  • Graphical user interface
  • Web browser like look & feel - Topic map browser
  • Graph visualizations of topic maps
  • Extensive collection of tools to manipulate topics and associations

Layered representation of knowledge

  • Construct the knowledge using several different layers, each containing only part of the knowledge
  • You can view only parts of data and hide parts that don't intrest you
  • Automatic merging of different and even distributed data sources
  • Protect some parts of topic map by allowing only read access

Several data storage options

  • Memory based topic map for very fast processing of relatively small topic maps
  • Relational database storage makes it possible to use topic maps of virtually unlimited size
  • Relational database storage enables easy usage of remote third party topic maps

Import data in several formats

Extract topic maps from various different sources

Analyze topic maps

Tools to publish knowledge

Generate simple topic map graphs

Plugin architecture makes it easy to add custom functionality

  • Tools that process topic map, for example cleaning or reconstructing data
  • Importing data in different formats, for example from existing relational database
  • Exporting data in different formats
  • Reading and automatic processing of metadata from a collection of files
  • Customized ways to represent the data in the topic map
  • Custom publishing methods
Personal tools