<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wandora.org/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wandora.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eero</id>
		<title>WandoraWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wandora.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eero"/>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Special:Contributions/Eero"/>
		<updated>2026-04-18T08:25:18Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.1</generator>

	<entry>
		<id>http://wandora.org/wiki/IoT_Pinger</id>
		<title>IoT Pinger</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/IoT_Pinger"/>
				<updated>2015-05-04T08:56:32Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: Created page with &amp;quot;'''This is an upcoming feature and is not included yet in the public release.'''  thumb The IoT ([http://en.wikipedia.org/wiki/Internet_of_Things Internet o...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This is an upcoming feature and is not included yet in the public release.'''&lt;br /&gt;
&lt;br /&gt;
[[File:iot_7.png|thumb]] The IoT ([http://en.wikipedia.org/wiki/Internet_of_Things Internet of Things]) pinger is a general purpose API consumer intended to aggregate data from several different sources providing data via HTTP. The IoT Panel is found in the Wandora menu bar and presents most of the pinger's configuration options. The Pinger searches the current Topic Map for topics with an occurrence with '''Source Occurrence Type'''. Those topics are expected to correspond to an API endpoint defined by corresponding occurrence data. The pinger queries each endpoint every specified time interval and saves the response as an occurrence with '''Target Occurrence Type'''. The pinger process can be configured to stop at a set time using the '''Expires''' toggle. '''Save on tick''' saves the current Topic Map in the specified folder after each tick of the pinger in the form &amp;lt;code&amp;gt;iot_yyyy_mm_dd_hh_mm_ss.jtm&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:iot_1.png|400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The log window lists starts, stops, runs and any errors the pinger might encounter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:iot_2.png|400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In addition to ordinary web APIs the pinger supports several special local endpoints with special sources&lt;br /&gt;
&lt;br /&gt;
; Time&lt;br /&gt;
:&amp;lt;code&amp;gt;http://wandora.org/si/iot/time&amp;lt;/code&amp;gt;&lt;br /&gt;
: Return the current time. The time is formatted using the parameter &amp;lt;code&amp;gt;format&amp;lt;/code&amp;gt;.&lt;br /&gt;
; Stats&lt;br /&gt;
: &amp;lt;code&amp;gt;http://wandora.org/si/iot/tm-stats&amp;lt;/code&amp;gt;&lt;br /&gt;
: Return the topic and association counts for the current Topic Map in the format&lt;br /&gt;
  {&lt;br /&gt;
    &amp;quot;num_topics&amp;quot;: &amp;lt;num_topics&amp;gt;,&lt;br /&gt;
    &amp;quot;num_associations&amp;quot;: &amp;lt;num_associations&amp;gt;;&lt;br /&gt;
  }&lt;br /&gt;
; Geolocation&lt;br /&gt;
: &amp;lt;code&amp;gt;http://wandora.org/si/iot/geolocation&amp;lt;/code&amp;gt;&lt;br /&gt;
: Return the current location in the form &amp;lt;code&amp;gt;&amp;lt;latitude&amp;gt;, &amp;lt;longitude&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All these special endpoints implement &amp;lt;code&amp;gt;org.wandora.application.tools.iot.IoTSource&amp;lt;/code&amp;gt; and are listed in &amp;lt;code&amp;gt;org.wandora.application.tools.iot.SourceMapping.sources&amp;lt;/code&amp;gt;. You can add your own by simply implementing the interface and appending the source to the sources list.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A prepared sample Topic Map with appropriate occurrence type and endpoint topics is useful in demonstrating the functionality of the IoT Pinger. &lt;br /&gt;
&lt;br /&gt;
[[Media:iot_sample.wpr]]&lt;br /&gt;
&lt;br /&gt;
The IoT Source Type and IoT Target Type topics are general occurrence type topics used to signal the pinger that the topic is an endpoint. The time topic simply uses the special time endpoint to fetch the current timestamp. The date topic uses the same service to fetch the current date. The stats and geolocation topics in turn use the respective services to fetch data.&lt;br /&gt;
&lt;br /&gt;
To separate text and binary data, two separate pinger instances are used. The first one fetches text data for the before-mentioned topics. The second instance is used to fetch binary image data for the Wandora logo. Note the selected &amp;quot;is binary&amp;quot; toggle for the binary pinger instance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:iot_3.png|400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:iot_4.png|400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first pinger will process each topic containing a HTTP source occurrence with the appropriate source type. The pinger will then load text data from the given topics to their respective target occurrence fields.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:iot_5.png|600px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The binary pinger operates in a similar fashion. However, the source is now defined to be binary and the pinger treats it as such. The image data is handled appropriately and presented as an image in the appropriate occurrence field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:iot_6.png|600px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The pinger also saves a snapshot of the current Topic Map on each tick if the &amp;quot;save on tick&amp;quot; option has been selected. Each snapshot is timestamped in the format of &amp;lt;code&amp;gt;yyyy_mm_dd_hh_mm_ss&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:iot_8.png|400px|center]]&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Wandora</id>
		<title>Wandora</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Wandora"/>
				<updated>2015-05-04T08:53:04Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: /* Import and Export */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page collects Wandora's documentation. The documentation is a work in progress and incomplete. Also note some documentation may be out of date as the application is developed actively. If you need any specific help, write your question to the [http://wandora.org/forum/ discussion forum]. [https://www.youtube.com/channel/UClJoFDmiThA02RmAUT5YEcw Wandora's YouTube channel] has several tutorial videos reviewing some application features. Would you like to edit this wiki, send an email to {{wandora email address}} with your name and information about how you'd like to contribute. Please, remember to add keyword WANDORA to the title of your email. If you just popped in this wiki and don't know Wandora, please see also our landing page at http://wandora.org/ for a general information.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Wandora is a general purpose information management application. The application is written in [http://www.oracle.com/technetwork/java/index.html Java programming language] and it's internal data model is based on [[Topic Maps]]. Also, Wandora is a desktop application with a graphical user interface, layered data storage, huge collection of data extraction, import and export options and embedded HTTP server. Wandora's license is [http://www.gnu.org/licenses/gpl-3.0.txt GNU GPL version 3].&lt;br /&gt;
&lt;br /&gt;
* [[General FAQ]]&lt;br /&gt;
* Wandora poster in [http://wandora.org/download/other/poster09.pdf PDF] or [http://wandora.org/download/other/poster09.gif GIF] formats.&lt;br /&gt;
* [[Features]]&lt;br /&gt;
* [[Screenshots]]&lt;br /&gt;
* [http://wandora.org/www/news Wandora news]&lt;br /&gt;
* [[License of Wandora|License]]&lt;br /&gt;
&lt;br /&gt;
== Starting with Wandora ==&lt;br /&gt;
&lt;br /&gt;
Wandora is a desktop application written in Java version 7. You need a Java Runtime Environment (JRE) to execute the application. Wandora has two distribution packages. A binary distribution package contains a runnable version of the application. Wandora's source code is available as a source code distribution package. Both packages are zip compressed file repositories. Use one of the startup scripts in '''bin''' folder to start the Wandora application.&lt;br /&gt;
&lt;br /&gt;
* [[System requirements]]&lt;br /&gt;
* [[Change log]]&lt;br /&gt;
* [[Download|Download Wandora]] (build date {{build date}})&lt;br /&gt;
* [[How to install Wandora|Installing Wandora]]&lt;br /&gt;
* [[Running Wandora]]&lt;br /&gt;
* [[Tuning Wandora for Mac OS]]&lt;br /&gt;
* [[Quickstart]]&lt;br /&gt;
&lt;br /&gt;
== Topic Maps ==&lt;br /&gt;
&lt;br /&gt;
Wandora's internal datamodel is based on Topic Maps. [http://en.wikipedia.org/wiki/Topic_Maps Wikipedia defines Topic Maps] as a standard for the representation and interchange of knowledge, with an emphasis on the findability of information. A topic map represents information using ''topics'', ''associations'' and ''occurrences''. Topic represents any concept, from people, countries, and organizations to software modules, individual files, and events. Associations are hypergraph relationships between topics. Occurrence is an information resource relevant to a particular topic. If you are not familiar with Topic Maps, you can think it as a special kind of graph with nodes and edges. Wandora's topic map model is limited. These model limitations are explained in [[Reduced Topic Maps|Topic maps in Wandora]] page.&lt;br /&gt;
&lt;br /&gt;
* [[Topic Maps|About topic maps]]&lt;br /&gt;
* [[Reduced Topic Maps|Topic maps in Wandora]]&lt;br /&gt;
&lt;br /&gt;
See also '''Topic map layers''' section below. Wandora Team has converted several well known ontologies to Topic Maps format. These ontologies: WordNet, OpenCyc, Gene Ontology, Gellish, and Finnish General Upper Ontology (YSO) are available at [[Topic map gallery]].&lt;br /&gt;
&lt;br /&gt;
== Using Wandora ==&lt;br /&gt;
&lt;br /&gt;
This section contains basic tutorials for Wandora. If you are a novice Wandora user, please start here. See also tutorial videos on [http://wandora.org/wandora/tv/ wandoratv].&lt;br /&gt;
&lt;br /&gt;
* [[Quickstart]]&lt;br /&gt;
* [[Opening a topic]]&lt;br /&gt;
&lt;br /&gt;
Wandora has a rich set of topic, association and occurrence editing features. Usually a topic is edited in a topic panel one by one. Editing an association takes place in a separate association editor. Similarly, editing an occurrence takes place in an occurrence editor. Next pages discuss about creating and editing topics and associations.&lt;br /&gt;
&lt;br /&gt;
* [[Create new topic]]&lt;br /&gt;
* [[Delete topic]]&lt;br /&gt;
* [[Create new association]]&lt;br /&gt;
* [[Delete association]]&lt;br /&gt;
* [[Editing topics and associations]]&lt;br /&gt;
&lt;br /&gt;
Wandora saves all topic maps in a Wandora project file. Addition to project files, Wandora can read and write topic map serializations. See also chapter Import and Export below.&lt;br /&gt;
&lt;br /&gt;
* [[How to save and load project]]&lt;br /&gt;
* [[How to import existing topic map to Wandora]]&lt;br /&gt;
* [[How to export topic map in Wandora]]&lt;br /&gt;
&lt;br /&gt;
Next pages discuss some other features of the Wandora application.&lt;br /&gt;
&lt;br /&gt;
* [[Finding a topic]]&lt;br /&gt;
* [[Topic shortcuts]]&lt;br /&gt;
* [[Working with topic tables]]&lt;br /&gt;
* [[Working with topic trees]]&lt;br /&gt;
* [[Drag and drop topics]]&lt;br /&gt;
* [[Creating custom topic trees]]&lt;br /&gt;
* [[View all variant names of a topic]]&lt;br /&gt;
* [[Transform variant names to topics and associations]]&lt;br /&gt;
* [[Undo and redo]]&lt;br /&gt;
&lt;br /&gt;
== Topic panels ==&lt;br /&gt;
&lt;br /&gt;
Topic panel is Wandora's user interface element to view and edit topics. Wandora supports several different topic panel types. Topic panels are managed with menu options under '''View'''. Wandora can view several topic panels simultaneously. Traditional topic panel views all topic elements in a table while tabbed panel views topic details in separate tabs. Graph topic panel is used for graph visualizations. Custom topic panel is based on user specific queries related to the current topic.&lt;br /&gt;
&lt;br /&gt;
* [[Working with topic panels]]&lt;br /&gt;
&lt;br /&gt;
Different topic panels are&lt;br /&gt;
&lt;br /&gt;
* [[Traditional topic panel]]&lt;br /&gt;
* [[Tabbed topic panel]]&lt;br /&gt;
* [[Graph topic panel]]&lt;br /&gt;
* [[Custom topic panel]]&lt;br /&gt;
* [[Treemap topic panel]]&lt;br /&gt;
* [[R topic panel]]&lt;br /&gt;
* [[Processing topic panel]]&lt;br /&gt;
* [[Sketch grid]]&lt;br /&gt;
* [[Webview]]&lt;br /&gt;
* [[Tree panel]]&lt;br /&gt;
* [[Search panel]]&lt;br /&gt;
* [[Layer info panel]]&lt;br /&gt;
* [[Query editor topic panel]]&lt;br /&gt;
&lt;br /&gt;
== Topic map layers ==&lt;br /&gt;
&lt;br /&gt;
Wandora supports layered topic maps. Layered topic map contains one or more topic maps stacked into an ordered array. Any topic in the layered topic map is a superposition of all merging topics in different layers. Wandora views all layered topic maps as a single topic map but allows layer specific operations too. It really matters what layer is active. As user can focus on one layer at a time or replace any layer at any time, the composition of information is flexible. User can easily try different scenarios. Layer specific application options and tools locate in '''Layers''' menu. &lt;br /&gt;
&lt;br /&gt;
* [[Introduction to Layered Topic Maps]]&lt;br /&gt;
* [[Creating new layers]]&lt;br /&gt;
* [[Deleting layer]]&lt;br /&gt;
* [[Layer order and arranging layers]]&lt;br /&gt;
* [[Merging layers]]&lt;br /&gt;
* [[Topic's layer distribution]]&lt;br /&gt;
&lt;br /&gt;
'''Different layer types'''&lt;br /&gt;
* [[Layered topic map]]&lt;br /&gt;
* [[Memory topic map]]&lt;br /&gt;
* [[Database topic map]]&lt;br /&gt;
* [[Linked topic map]]&lt;br /&gt;
* [[Query topic map]]&lt;br /&gt;
&amp;lt;!-- * [[Remote topic map]] --&amp;gt;&lt;br /&gt;
* [[Web service topic map]]&lt;br /&gt;
&lt;br /&gt;
'''Other'''&lt;br /&gt;
* [[Compare topic maps]]&lt;br /&gt;
* [[Topic map patcher]]&lt;br /&gt;
&lt;br /&gt;
== Import and Export ==&lt;br /&gt;
&lt;br /&gt;
Wandora has been designed for easy aggregation of information and features a wide range of import and export tools. Wandora imports not just different Topic Maps formats such as XTM1, XTM2, and LTM but also RDF as XML, N3, and Turtle. Also, Wandora imports bio-ontologies in OBO flat file format. To get an up-to-date overview of Wandora's import options see menu '''File &amp;gt; Import'''. Addition to import options, Wandora features a wide range of export options from different Topic Maps formats to different graph formats. See menu options in '''File &amp;gt; Export'''. Wandora's native file format is Wandora project, with a file suffix WPR, which is a collection of XTM2 topic maps and a configuration file within a zip package.&lt;br /&gt;
&lt;br /&gt;
* [[How to save and load project]]&lt;br /&gt;
* [[How to import existing topic map to Wandora]]&lt;br /&gt;
* [[How to export topic map in Wandora]]&lt;br /&gt;
* [[Waiana import and export]]&lt;br /&gt;
** [[Maiana import and export]]&lt;br /&gt;
* [[Transferring data with clipboard]]&lt;br /&gt;
* [[Importing RDF]] (see also extractors below)&lt;br /&gt;
* [[OBO flat file import|Importing OBO flat file ontologies]]&lt;br /&gt;
* [[Gene Ontology Annotation file import]]&lt;br /&gt;
* [[Importing XML with XSL]]&lt;br /&gt;
* [[Generic SQL database import]]&lt;br /&gt;
* [[Exporting WWW site]]&lt;br /&gt;
* [[Lucene search index export]]&lt;br /&gt;
* [[SQL Dump Export]]&lt;br /&gt;
* [[IoT Pinger]]&lt;br /&gt;
&lt;br /&gt;
'''Graph and matrix imports'''&lt;br /&gt;
* [[Adjacency list import]]&lt;br /&gt;
* [[Adjacency matrix import]]&lt;br /&gt;
* [[Incidence matrix import]]&lt;br /&gt;
&lt;br /&gt;
'''Graph and matrix exports'''&lt;br /&gt;
* [[Graph Modeling Language export]]&lt;br /&gt;
* [[GraphML export]]&lt;br /&gt;
* [[GraphXML export]]&lt;br /&gt;
* [[GXL graph export]]&lt;br /&gt;
* [[Export adjacency matrix]]&lt;br /&gt;
* [[Export incidence matrix]]&lt;br /&gt;
* See also page [[Graph topic panel]] and it's chapter Export options.&lt;br /&gt;
&lt;br /&gt;
For additional information about Wandora's export capabilities see also '''Wandora as a server''' section below. For additional information about Wandora's import capabilities see also '''Extractors''' section below. &amp;lt;!-- [[Image:import_export_diagram.gif|center]] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Extractors ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Wandoras_extractors.gif|center]]&lt;br /&gt;
&lt;br /&gt;
Wandora is great for information mashups. With Wandora you can easily mashup information from various sources. Extractors are specific Wandora tools used to extract topics and associations out of different file formats and sources. For example, Wandora can extract data from MP3 and JPG files. To see what extractors your Wandora has installed see menu options in '''File &amp;gt; Extract'''. To start an extractor select the extractor in the menu or use drag and drop extractor. Wandora also features an add-on for Mozilla Firefox WWW browser. With this add-on you can perform extractions directly in Firefox www browser or in Thunderbird email client.&lt;br /&gt;
&lt;br /&gt;
* [[Drag and drop extractor]]&lt;br /&gt;
* [[Wandora Firefox plugin|Firefox plugin]] to extract directly from Firefox WWW browser and Thunderbird email client.&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; background-color=&amp;quot;transparent&amp;quot; &lt;br /&gt;
| style=&amp;quot;border:none; margin:none; padding:0px;&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;!-- LEFT COLUMN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search engine extractors'''&lt;br /&gt;
* [[Bing extractor]]&lt;br /&gt;
* [[Yahoo! BOSS extractor]]&lt;br /&gt;
* [[DuckDuckGo extractor]]&lt;br /&gt;
'''Simple files extractors'''&lt;br /&gt;
* [[JPG binary metadata extractor]]&lt;br /&gt;
* [[PDF extractor]]&lt;br /&gt;
* [[File system extractor]]&lt;br /&gt;
* [[Simple Text Document Extractor|Convert simple text documents to topic map occurrences]]&lt;br /&gt;
* [[Simple CSV association extractor]]&lt;br /&gt;
* [[OCR Extractor]]&lt;br /&gt;
'''Media extractors'''&lt;br /&gt;
* [[Europeana extractor]]&lt;br /&gt;
* [[MP3 ID3v1 and ID3v2 extractor]]&lt;br /&gt;
* [[IMDB extractor]]&lt;br /&gt;
* [[FreeDB extractor]]&lt;br /&gt;
* [[Last.fm extractors|Convert Last.fm XML feeds to a topic map]]&lt;br /&gt;
* [[Flickr extractors]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Ovi shared media extractors]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[YouTube extractor]]s&lt;br /&gt;
* [[Rekognition extractor]]&lt;br /&gt;
'''Social and Bookmark extractors'''&lt;br /&gt;
* [[Facebook Graph extractor]]&lt;br /&gt;
* [[Twitter extractor]]&lt;br /&gt;
* [[Twitter JSON extractor]]&lt;br /&gt;
* [[Reddit extractor]]&lt;br /&gt;
* [[Digg extractors]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Delicious extractors]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Diigo bookmark extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Twine RDF extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
'''Bibliographical extractors'''&lt;br /&gt;
* [[MARCXML extractor]]&lt;br /&gt;
* [[Dublin Core XML extractor]]&lt;br /&gt;
* [[Bibtex extractor|Convert BibTeX files to a topic map]]&lt;br /&gt;
* [[RIS extractor]]&lt;br /&gt;
* [[HelMet library data extractor]]&lt;br /&gt;
'''Classifications'''&lt;br /&gt;
* [[GATE/ANNIE integration|GATE/ANNIE]]&lt;br /&gt;
* [[Stanford Named Entity Recognizer integration|Stanford Named Entity Recognizer (NER)]]&lt;br /&gt;
* [[OpenCalais classifier]]&lt;br /&gt;
* [[AlchemyAPI extractors]]&lt;br /&gt;
* [[Yahoo! YQL term extractor]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Tagthe extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[SemanticHacker classifier]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[Zemanta extractor]]&lt;br /&gt;
* [[UClassify integration]]&lt;br /&gt;
* [[Simple Word Matching Extractor]]&lt;br /&gt;
* [[Similarity Word Extractor]]&lt;br /&gt;
&lt;br /&gt;
'''Knowledge extractors'''&lt;br /&gt;
* [[OpenCyc extractor]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Subj3ct record extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[DBpedia extractor]]&lt;br /&gt;
* [[Freebase extractor]]&lt;br /&gt;
* [[Umbel extractors]]&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 1; margin:5; padding-left: 20px;&amp;quot; valign=&amp;quot;top&amp;quot;| &amp;lt;!-- RIGHT COLUMN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''HTML structures extractors'''&lt;br /&gt;
* [[HTML superclass-subclass list extractor]]&lt;br /&gt;
* [[HTML instance list extractor]]&lt;br /&gt;
* [[HTML property table extractor]]&lt;br /&gt;
* [[HTML association table extractor]]&lt;br /&gt;
* [[HTML link extractor]]&lt;br /&gt;
'''News and syndication extractors'''&lt;br /&gt;
* [[RSS 2.0 Extractor]] and [[RSS 1.0 RDF Extractor]]&lt;br /&gt;
* [[Atom extractor]]&lt;br /&gt;
* [[New York Times Article Search API extractor]]&lt;br /&gt;
* [[New York Times Event API extractor]]&lt;br /&gt;
* [[Guardian open platform extractor]]&lt;br /&gt;
'''Microformat extractors'''&lt;br /&gt;
* [[Any23 extractor]]&lt;br /&gt;
* [[Geo microformat extractor|Convert geo microformat snippets to topic maps]]&lt;br /&gt;
* [[Adr microformat extractor|Convert adr microformat snippets to topic maps]]&lt;br /&gt;
* [[HCalendar microformat extractor|Convert hcalendar microformat snippets to topic maps]]&lt;br /&gt;
* [[HCard microformat extractor|Convert hcard microformat snippets to topic maps]]&lt;br /&gt;
'''Wiki extractors'''&lt;br /&gt;
* [[Wikipedia extractor]]&lt;br /&gt;
* [[MediaWiki Content Extractor]]&lt;br /&gt;
* More general [[MediaWiki extractor]]&lt;br /&gt;
'''Simple RDF extractors'''&lt;br /&gt;
* [[SKOS RDF extractor]]&lt;br /&gt;
* [[Dublin Core RDF extractor]]&lt;br /&gt;
* [[FOAF RDF extractor]]&lt;br /&gt;
'''Language'''&lt;br /&gt;
* [[Big Huge Thesaurus API extractor]]&lt;br /&gt;
* [[VerbOcean extractor]]&lt;br /&gt;
* [[Moby thesaurus extractor]]&lt;br /&gt;
* [[Stands4 word describer]]&lt;br /&gt;
'''Databases'''&lt;br /&gt;
* [[Generic SQL database import | Importing SQL database]]&lt;br /&gt;
* [[SQL query result set extractor]]&lt;br /&gt;
* [[Excel extractors]]&lt;br /&gt;
'''Other'''&lt;br /&gt;
* [[Email extractor]]&lt;br /&gt;
* [[Geonames extractors]]&lt;br /&gt;
* [[Gellish ontology extractor]]&lt;br /&gt;
* [[GEDCOM extractor]]&lt;br /&gt;
* [[SPARQL extractor]]&lt;br /&gt;
* [[Oma kaupunki extractor]]&lt;br /&gt;
* [[iCal calendar format extractor]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See [[Refining occurrences]] for some practical examples of how to extract associations and topics out of occurrences.&lt;br /&gt;
&lt;br /&gt;
== Generators ==&lt;br /&gt;
&lt;br /&gt;
Generators are special tools that generate topics and associations algorithmically. Generators help you construct basic building blocks for your topic maps. Generators are also a nice test suite for Wandora and topic maps in general. Generators locate in Wandora's '''File &amp;gt; Generate''' menu. Available generators are&lt;br /&gt;
&lt;br /&gt;
* [[Random graph generator]]&lt;br /&gt;
* [[Fully connected graph generator]]&lt;br /&gt;
* [[Tree graph generator]]&lt;br /&gt;
* [[Linear list graph generator]]&lt;br /&gt;
* [[Finite group graph generator]]&lt;br /&gt;
* [[Platonic solid graph generator]]&lt;br /&gt;
* [[Hypercube graph generator]]&lt;br /&gt;
* [[Tiling graph generator]] (square, triangular, and hexagonal tilings)&lt;br /&gt;
* [[Edge generator]]&lt;br /&gt;
* [[L-system generator]]&lt;br /&gt;
* [[Cylinder graph generator]]&lt;br /&gt;
* [[Lattice graph generator]]&lt;br /&gt;
&lt;br /&gt;
== Schema ==&lt;br /&gt;
&lt;br /&gt;
Schema is a collection of specific topics and associations that Wandora uses to construct the user interface of association editor, occurrence editor and topic name panel. Schema eases many topic map operations such as association and occurrence construction. Schema also defines the language support of Wandora application.&lt;br /&gt;
&lt;br /&gt;
* [[Schema]] to ease association and occurrence creation and modification&lt;br /&gt;
&lt;br /&gt;
== Language support ==&lt;br /&gt;
&lt;br /&gt;
Wandora supports only one base name per topic. However, a topic may contain several different variant names. Each variant name has a type and a language. Similarly, a topic may contain several different occurrences, text fragments. Each occurrence has a type and a language also. Wandora supports both Microsoft Translator and Google translate API and can convert both variant names and occurrences to other languages.&lt;br /&gt;
&lt;br /&gt;
* [[How to add a language to Wandora]]&lt;br /&gt;
* [[How to add a name type to Wandora]]&lt;br /&gt;
* [[Translating variant names with Google]]&lt;br /&gt;
* [[Translating occurrences with Google]]&lt;br /&gt;
* [[Translating variant names with Microsoft Translator]]&lt;br /&gt;
* [[Translating occurrences with Microsoft Translator]]&lt;br /&gt;
* [[View all variant names of a topic]]&lt;br /&gt;
&lt;br /&gt;
== Analyzing and querying topic maps ==&lt;br /&gt;
&lt;br /&gt;
Generally these tools locate in '''Layers &amp;gt; Statistics''' menu. As an exception SOM classifier is found in association table menu and topic map comparison in '''File''' menu. Wandora provides also a bridge to R language. R language is a comprehensive statistical and graphing environment. With Wandora's R integration, the user can access Wandora's information structures in R environment. This opens up interesting possibilities if used together with information extractors.&lt;br /&gt;
&lt;br /&gt;
* [[Topic map info]]&lt;br /&gt;
* [[Topic map connection statistics]]&lt;br /&gt;
* [[Topic map diameter]]&lt;br /&gt;
* [[Merge ratio matrix]]&lt;br /&gt;
* [[Export similarity matrix|Topic similarity matrix]]&lt;br /&gt;
* [[Clustering coefficient]] of topic map&lt;br /&gt;
* [[SOM classifier]] (Self Organizing Maps classifier)&lt;br /&gt;
* [[Asset weight of a topic]]&lt;br /&gt;
* [[Compare topic maps]]&lt;br /&gt;
* [[R in Wandora]]&lt;br /&gt;
** [[Statistical analysis of Topic Maps in R]]&lt;br /&gt;
* [[Query language]]&lt;br /&gt;
* [[TMQL]]&lt;br /&gt;
&lt;br /&gt;
See the '''Extract''' section and especially the subsection '''Classifications''' above also.&lt;br /&gt;
&lt;br /&gt;
== Tools and tool manager ==&lt;br /&gt;
&lt;br /&gt;
A tool packs certain Wandora functionality into a single software component, specifically a Java class. When ever the user performs an action in Wandora, Wandora runs the tool that is responsible for the action. The Tool manager is a specific tool used to manage tools and tool sources. The user can  install new tools to the Wandora. To develop a tool for the Wandora, the user writes a Java class source using a Java IDE, preferably Netbeans, and compiles the source using Java JDK.&lt;br /&gt;
&lt;br /&gt;
* [[Tool manager]]&lt;br /&gt;
* [[:Category:Tools|Available tools]]&lt;br /&gt;
* [[Writing your own tool]]&lt;br /&gt;
* [[Installing your own tool]]&lt;br /&gt;
* [[Tool locks]]&lt;br /&gt;
* [[Configuring tools]]&lt;br /&gt;
* [[Additional tool help]]&lt;br /&gt;
* [[Developing Wandora]]&lt;br /&gt;
&lt;br /&gt;
== Wandora as a server ==&lt;br /&gt;
&lt;br /&gt;
The Wandora application contains an HTTP server. The embedded HTTP server generates various output formats and interactive visualizations out of the information stored in the Wandora. The embedded server hosts service modules. A service module is a software component that serves some information out of the Wandora. For example, '''HTML service module''' generates a navigable HTML site out of the topics in the Wandora. '''D3 graph service module''' generates an interactive graph out of all topics in the Wandora. More over, '''XTM topic map service module''' outputs current topic in the Wandora in an XTM format. It provides a data access point for external applications, or for other instances of the Wandora application. Some service modules rely on extracted information. Such service modules are '''Timeline service module''' and '''Google Maps service module'''.&lt;br /&gt;
&lt;br /&gt;
* [[Embedded HTTP server]]&lt;br /&gt;
** [[HTML service module]] &lt;br /&gt;
** [[Mobile HTML service module]]&lt;br /&gt;
** [[RSS feed service module]]&lt;br /&gt;
** [[SOAP web service module]] &lt;br /&gt;
** [[Drupal service module]]&lt;br /&gt;
** [[Firefox and Thunderbird plugin service module]]&lt;br /&gt;
** [[XTM topic map service module]] &lt;br /&gt;
** [[JTM topic map service module]]&lt;br /&gt;
** [[RDF service module]]&lt;br /&gt;
** [[GRAPHML service module]]&lt;br /&gt;
** [[Screencast service module]]&lt;br /&gt;
** [[Flash graph service module]]&lt;br /&gt;
** [[Timeline service module]]&lt;br /&gt;
** [[Google Maps service module]]&lt;br /&gt;
** [[D3 graph service module]]&lt;br /&gt;
** [[D3 word cloud service module]]&lt;br /&gt;
** [[D3 partition service module]]&lt;br /&gt;
** [[D3 tree service module]]&lt;br /&gt;
** [[D3 matrix service module]]&lt;br /&gt;
** [[D3 layer visualization]]&lt;br /&gt;
** [[Waiana service module]]&lt;br /&gt;
** [[SameAs service module]]&lt;br /&gt;
&lt;br /&gt;
Wandora team has also built several service modules for Drupal content management system and an extra for Joomla content management system. These modules can be used to publish Wandora stored information in these CMSes.&lt;br /&gt;
&lt;br /&gt;
* [[Wandora Drupal extras]]&lt;br /&gt;
* [[Wandora's Joomla Topic Reader]]&lt;br /&gt;
* [[JQuery Mobile based topic map browser]]&lt;br /&gt;
&lt;br /&gt;
Wandora's embedded HTTP server contains a service module for SOAP web service. There is additional information available for Wandora's web service. &lt;br /&gt;
&lt;br /&gt;
* [[Wandora Web Service]]&lt;br /&gt;
&lt;br /&gt;
Also included is a [[Wandora modules framework|modular framework]] for building webapps in Apache Tomcat or similar servlet containers. Topic maps and features of Wandora can be included in the servlet using this framework. The same framework can also be used in the embedded server.&lt;br /&gt;
&lt;br /&gt;
== Developing and hacking Wandora == &lt;br /&gt;
&lt;br /&gt;
Wandora project is developed with [http://netbeans.org/ Netbeans IDE]. Wandora's source code distribution package contains a Netbeans IDE project. You can download Wandora's source code distribution package from [[Download]] page. However, we suggest that you clone [https://github.com/wandora-team/wandora Wandora's repository] at Github. Perhaps you want to push some fixes or new features back.&lt;br /&gt;
&lt;br /&gt;
* [[Change log]]&lt;br /&gt;
* [https://github.com/wandora-team/wandora Wandora @ Github]&lt;br /&gt;
* [[Download]] (build date {{build date}})&lt;br /&gt;
* [[License of Wandora|License]]&lt;br /&gt;
* [[Developing Wandora]]&lt;br /&gt;
* [http://wandora.org/api/ Wandora Javadocs], [http://wandora.org/api/wandora-javadoc.zip download]&lt;br /&gt;
* [[Wandora's configuration file]]&lt;br /&gt;
* [[Upcoming features]]&lt;br /&gt;
* [[Open bugs]]&lt;br /&gt;
&lt;br /&gt;
See also section '''Tools and tool manager''' above.&lt;br /&gt;
&lt;br /&gt;
== Papers and presentations ==&lt;br /&gt;
&lt;br /&gt;
This section lists some papers and presentations related to Wandora and semantic web technologies created by the inner circle of Wandora Team. For a more wider selection of works related to Wandora see [http://wandora.org/forum/viewforum.php?f=10&amp;amp;sid=57134deccd5ba47132334f2f1215b520 Use cases at Wandora forum].&lt;br /&gt;
&lt;br /&gt;
* [http://tmra.de/2010/ TMRA 2010] tutorial slides: [http://wandora.org/download/other/tmra10/wandora_workshop_tmra2010.pdf Converting information to Topic Maps using Wandora].&lt;br /&gt;
* [http://tmra.de/2009/ TMRA 2009] workshop presentation [http://www.slideshare.net/tmra/semantic-mashups-with-wandora Semantic Mashups with Wandora]. [http://wandora.org/wandora/download/other/tmra09/wandora_tutorial_leipzig.zip Example data set] is available for brave experimenters.&lt;br /&gt;
* Wandora poster in [http://wandora.org/wandora/download/other/poster09.pdf PDF] or [http://wandora.org/wandora/download/other/poster09.gif GIF] formats.&lt;br /&gt;
* Kivelä A.: [http://wandora.org/download/other/gradu_kivela.pdf OBO-ontologioiden kuvaaminen Topic Map-muotoon]. MSc Theses, 2008. (in Finnish). (English Abstract: [http://wandora.org/wandora/download/other/gradu_kivela_abstract_en.pdf Converting OBO ontologies to Topic Maps]).&lt;br /&gt;
* Lyytinen O.: [http://www.wandora.org/download/other/gradu_lyytinen.pdf Semanttisen webin tekniikoiden soveltaminen Wikisovelluksissa]. MSc Theses, 2008. (in Finnish) &lt;br /&gt;
* Kivelä A.: [http://www.wandora.org/download/other/wandora_xml_finland.pdf Topic Maps, Wandora ja kourallinen julkaisuprojekteja] (in Finnish). Presentation held in XML Finland meeting November 14th, 2007. &lt;br /&gt;
* Lyytinen O.: [http://wandora.net/wandora/download/other/step06.pdf Building Internet Services with Layered Topic Maps]. Presentation held in The Finnish Artificial Intelligence Conference (STeP 2006), 2006-10-26.&lt;br /&gt;
* Kivelä A., Lyytinen O.: [http://wandora.net/wiki/images/Topic_map_aided_publishing.pdf Topic Map Aided Publishing – A Case Study of Assembly Media Archive]. ''Web Intelligence. STeP 2004 - The 11th Finnish Artificial Intelligence Conference Proceedings - Vol. 2'', 2004.&lt;br /&gt;
&lt;br /&gt;
== Wandora @ World ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/wandora-team/wandora Github]&lt;br /&gt;
* [http://twitter.com/#!/wandora_app Twitter]&lt;br /&gt;
* [https://www.youtube.com/channel/UClJoFDmiThA02RmAUT5YEcw YouTube]&lt;br /&gt;
* [http://freecode.com/projects/wandora/ Freecode]&lt;br /&gt;
* [http://sourceforge.net/projects/wandora/ SourceForge.net]&lt;br /&gt;
&amp;lt;!-- * [http://www.garshol.priv.no/tmtools/product.jsp?id=wandora Topic Maps Tools] --&amp;gt;&lt;br /&gt;
* [http://www.topicmapslab.de/projects/wandora?locale=en Topic Maps Lab]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
As said in the very beginning, the documentation is a work in progress and incomplete. If the available documentation didn't answer your question, please drop a line to Wandora forum and we'll try to find an answer for you. &lt;br /&gt;
&lt;br /&gt;
* [[General FAQ]]&lt;br /&gt;
* [[FAQ for Wandora user]] reveals some nifty details of Wandora application.&lt;br /&gt;
* [http://wandora.org/tv Wandora tv]&lt;br /&gt;
* [http://wandora.org/forum/ Wandora forum]&lt;br /&gt;
* [[Open bugs]]&lt;br /&gt;
&lt;br /&gt;
If you are interested in Topic Maps and information technology related news see [http://planet.topicmaps.org/ Planet Topic Maps] and [http://planetrdf.com/ Planet RDF].&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Iot_sample.wpr</id>
		<title>File:Iot sample.wpr</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Iot_sample.wpr"/>
				<updated>2015-05-04T08:52:27Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Iot_8.png</id>
		<title>File:Iot 8.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Iot_8.png"/>
				<updated>2015-05-04T08:52:23Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Iot_7.png</id>
		<title>File:Iot 7.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Iot_7.png"/>
				<updated>2015-05-04T08:52:16Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Iot_6.png</id>
		<title>File:Iot 6.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Iot_6.png"/>
				<updated>2015-05-04T08:52:11Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Iot_5.png</id>
		<title>File:Iot 5.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Iot_5.png"/>
				<updated>2015-05-04T08:52:04Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Iot_4.png</id>
		<title>File:Iot 4.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Iot_4.png"/>
				<updated>2015-05-04T08:51:58Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Iot_3.png</id>
		<title>File:Iot 3.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Iot_3.png"/>
				<updated>2015-05-04T08:51:53Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Iot_2.png</id>
		<title>File:Iot 2.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Iot_2.png"/>
				<updated>2015-05-04T08:51:47Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Iot_1.png</id>
		<title>File:Iot 1.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Iot_1.png"/>
				<updated>2015-05-04T08:51:41Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Twitter_extractor</id>
		<title>Twitter extractor</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Twitter_extractor"/>
				<updated>2015-04-27T13:10:25Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wandora's Twitter extractor performs a [http://www.twitter.com Twitter] search and converts the result set to topics and associations. Extracted topics and associations can then be visualized as a graph, for example. Also, it is possible to merge information from other source into the graph generated by Twitter extractor. Wandora's Twitter extractor starts with a menu option '''File &amp;gt; Extract &amp;gt; Social &amp;gt; Twitter extractor...'''. Choosing the menu option opens up a dialog window used to specify a search word and search options. Twitter search and extraction starts by pressing '''Extract''' button.&lt;br /&gt;
&lt;br /&gt;
== Twitter extraction example ==&lt;br /&gt;
&lt;br /&gt;
In this set of screen captures, Wandora user performs Twitter extraction with a hashtag '''#topicmaps'''. Then Wandora user browses created topics and associations in [[Traditional topic panel]]. Finally user switches to [[Processing topic panel]] and loads Processing script '''TopicRing.sketch''' and visualizes Twitter topics and associations by running the script.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_01.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_02.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_03.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_04.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_05.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_06.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_07.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_08.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_09.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_10.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_11.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_12.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_14.gif|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:twitter_extractor_15.gif|center]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Twitter JSON extractor]]&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Twitter_json_3.png</id>
		<title>File:Twitter json 3.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Twitter_json_3.png"/>
				<updated>2015-04-27T13:08:14Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: Eero uploaded a new version of &amp;amp;quot;File:Twitter json 3.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Similarity_Word_Extractor</id>
		<title>Similarity Word Extractor</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Similarity_Word_Extractor"/>
				<updated>2015-04-27T13:04:37Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: Created page with &amp;quot;The word similarity extractor uses a given similarity metric to associate words with sufficiently similar topic data. The configuration dialog for the extractor allows setting...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The word similarity extractor uses a given similarity metric to associate words&lt;br /&gt;
with sufficiently similar topic data. The configuration dialog for the extractor&lt;br /&gt;
allows setting the metric, similarity threshold as well as a few other settings&lt;br /&gt;
controlling the association process:&lt;br /&gt;
&lt;br /&gt;
; Similarity metric&lt;br /&gt;
: Which similarity metric to use. The implementation relies on [https://github.com/Simmetrics/simmetrics SimMetrics].&lt;br /&gt;
; Threshold&lt;br /&gt;
: The level of similarity required in order to consider data similar. Level of 0 corresponds to everything being considered similar and 1 corresponds to only identical data being considered similar.&lt;br /&gt;
; Case sensitive&lt;br /&gt;
: Whether to match words in a case sensitive manner.&lt;br /&gt;
; Variant Name&lt;br /&gt;
: Whether to consider the variant name of the topic when determining a match&lt;br /&gt;
; Base Name&lt;br /&gt;
: Whether to consider the base name of the topic when determining a match&lt;br /&gt;
; Instance Data&lt;br /&gt;
: Whether to consider instance data of the topic when determining a match&lt;br /&gt;
&lt;br /&gt;
The extractor is found in '''File &amp;gt; Classification &amp;gt; Word Similarity Extractor'''.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The extractor's operations is demonstrated using the current description of&lt;br /&gt;
Wandora found on [http://wandora.org wandora.org]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
  Wandora is a tool for people who collect and process information, especially networked knowledge and knowledge about WWW resources. With Wandora you can aggregate and combine information from various different sources. You can manipulate the collected knowledge flexible and efficiently, and without programming skills. More generally speaking Wandora is a general purpose information extraction, management and publishing application based on Topic Maps and Java. Wandora suits well for constructing and maintaining vocabularies, ontologies and information mashups. Application areas include linked data, open data, data integration, business intelligence, digital preservation and data journalism. Wandora's license is GNU GPL. Wandora application is developed actively by a small number of experienced software developers. We call ourselves as the Wandora Team.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First create a topic to contain this text data via '''Topics &amp;gt; New topic'''.&lt;br /&gt;
&lt;br /&gt;
[[File:word_similarity_1.png]]&lt;br /&gt;
&lt;br /&gt;
Open the topic and add the text as English occurrence data. Use the default occurrence type by pressing '''Use default'''.&lt;br /&gt;
&lt;br /&gt;
[[File:word_similarity_2.png]]&lt;br /&gt;
[[File:word_similarity_3.png]]&lt;br /&gt;
&lt;br /&gt;
The default configuration options are as listed in the configuration dialog.&lt;br /&gt;
&lt;br /&gt;
[[File:word_similarity_4.png]]&lt;br /&gt;
&lt;br /&gt;
Open the extractor via '''File &amp;gt; Extract &amp;gt; Classification &amp;gt; Word Similarity extractor'''. In the '''raw''' panel specify words that are similar to what appear in the description text&lt;br /&gt;
&lt;br /&gt;
[[File:word_similarity_5.png]]&lt;br /&gt;
&lt;br /&gt;
The extractor then associates the description topic with the words according to the given extraction parameters.&lt;br /&gt;
&lt;br /&gt;
[[File:word_similarity_6.png]]&lt;br /&gt;
&lt;br /&gt;
The generated associations contain three players describing the topic, word as well as the similarity score given by the specified metric. Here '''preserve''' was considered to have a similarity score of 0.875 to the word '''preservation''' found in the description text.&lt;br /&gt;
&lt;br /&gt;
[[File:word_similarity_7.png]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Simple Word Matching Extractor]]&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Simple_Word_Matching_Extractor</id>
		<title>Simple Word Matching Extractor</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Simple_Word_Matching_Extractor"/>
				<updated>2015-04-27T13:04:27Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: Created page with &amp;quot;The simple word extractor associates a list of keywords with topics with corresponding data. Several configuration options control how this association is made. See [[Configur...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The simple word extractor associates a list of keywords with topics with&lt;br /&gt;
corresponding data. Several configuration options control how this association&lt;br /&gt;
is made. See [[Configuring tools]] for instructions on how to configure tools.&lt;br /&gt;
&lt;br /&gt;
; Regex&lt;br /&gt;
: Whether to treat each word a regular expression instead of a substring.&lt;br /&gt;
; Case sensitive&lt;br /&gt;
: Whether to match words in a case sensitive manner.&lt;br /&gt;
; Match word&lt;br /&gt;
: Whether to require the word to match completely (in terms of whitespace), i.e. if disabled, &amp;quot;white&amp;quot; would not match &amp;quot;whitespace&amp;quot;.&lt;br /&gt;
; Base Name&lt;br /&gt;
: Whether to consider the base name of the topic when determining a match&lt;br /&gt;
; Variant Name&lt;br /&gt;
: Whether to consider the variant name of the topic when determining a match&lt;br /&gt;
; Instance Data&lt;br /&gt;
: Whether to consider instance data of the topic when determining a match&lt;br /&gt;
&lt;br /&gt;
The extractor is found in '''File &amp;gt; Classification &amp;gt; Word Extractor'''.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
The extractor's operations is demonstrated using the current description of&lt;br /&gt;
Wandora found on [http://wandora.org wandora.org]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
  Wandora is a tool for people who collect and process information, especially networked knowledge and knowledge about WWW resources. With Wandora you can aggregate and combine information from various different sources. You can manipulate the collected knowledge flexible and efficiently, and without programming skills. More generally speaking Wandora is a general purpose information extraction, management and publishing application based on Topic Maps and Java. Wandora suits well for constructing and maintaining vocabularies, ontologies and information mashups. Application areas include linked data, open data, data integration, business intelligence, digital preservation and data journalism. Wandora's license is GNU GPL. Wandora application is developed actively by a small number of experienced software developers. We call ourselves as the Wandora Team.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First create a topic to contain this text data via '''Topics &amp;gt; New topic'''.&lt;br /&gt;
&lt;br /&gt;
[[File:simple_word_1.png]]&lt;br /&gt;
&lt;br /&gt;
Open the topic and add the text as English occurrence data. Use the default occurrence type by pressing '''Use default'''.&lt;br /&gt;
&lt;br /&gt;
[[File:simple_word_2.png]]&lt;br /&gt;
[[File:simple_word_3.png]]&lt;br /&gt;
&lt;br /&gt;
Open the extractor via '''File &amp;gt; Extract &amp;gt; Classification &amp;gt; Word extractor'''&lt;br /&gt;
&lt;br /&gt;
[[File:simple_word_4.png]]&lt;br /&gt;
&lt;br /&gt;
In the '''raw''' panel specify words Java and GNU, which we expect to find in&lt;br /&gt;
the description.&lt;br /&gt;
&lt;br /&gt;
[[File:simple_word_5.png]]&lt;br /&gt;
&lt;br /&gt;
The extractor reports two associations with the given words.&lt;br /&gt;
&lt;br /&gt;
[[File:simple_word_6.png]]&lt;br /&gt;
&lt;br /&gt;
These associations are then listed in the previously created topic.&lt;br /&gt;
&lt;br /&gt;
[[File:simple_word_7.png]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Similarity Word Extractor]]&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Twitter_JSON_extractor</id>
		<title>Twitter JSON extractor</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Twitter_JSON_extractor"/>
				<updated>2015-04-27T13:04:07Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Twitter JSON extractor is a simple extractor that forms topic data from a given JSON response from the [https://dev.twitter.com/rest/public Twitter REST APIs]. The underlying implementation uses the [http://twitter4j.org/ Twitter4j] library like the [[Twitter extractor]]. &lt;br /&gt;
&lt;br /&gt;
The extractor is found in '''File &amp;gt; Social &amp;gt; Twitter JSON Extractor'''.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
We first use [https://github.com/twitter/twurl Twurl] to fetch the timeline of&lt;br /&gt;
[https://twitter.com/wandora_app @wandora_app] and save it to disk. Then open&lt;br /&gt;
the extractor in Wandora and point it to the file containing the JSON response.&lt;br /&gt;
&lt;br /&gt;
[[File:twitter_json_1.png]]&lt;br /&gt;
[[File:twitter_json_2.png]]&lt;br /&gt;
&lt;br /&gt;
The extraction then yields a topic structure similar to that which is generated with the [[Twitter extractor]].&lt;br /&gt;
&lt;br /&gt;
[[File:twitter_json_3.png]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Twitter extractor]]&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Twitter_JSON_extractor</id>
		<title>Twitter JSON extractor</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Twitter_JSON_extractor"/>
				<updated>2015-04-27T13:03:30Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: Created page with &amp;quot;The Twitter JSON extractor is a simple extractor that forms topic data from a given JSON response from the [https://dev.twitter.com/rest/public Twitter REST APIs]. The underly...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Twitter JSON extractor is a simple extractor that forms topic data from a given JSON response from the [https://dev.twitter.com/rest/public Twitter REST APIs]. The underlying implementation uses the [http://twitter4j.org/ Twitter4j] library like the [[Twitter extractor]]. &lt;br /&gt;
&lt;br /&gt;
The extractor is found in '''File &amp;gt; Social &amp;gt; Twitter JSON Extractor'''.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
We first use [https://github.com/twitter/twurl Twurl] to fetch the timeline of&lt;br /&gt;
[https://twitter.com/wandora_app @wandora_app] and save it to disk. Then open&lt;br /&gt;
the extractor in Wandora and point it to the file containing the JSON response.&lt;br /&gt;
&lt;br /&gt;
[[File:twitter_json_1.png]]&lt;br /&gt;
[[File:twitter_json_2.png]]&lt;br /&gt;
&lt;br /&gt;
The extraction then yields a topic structure similar to that which is generated with the [[Twitter extractor]].&lt;br /&gt;
&lt;br /&gt;
[[File:twitter_json_3.png]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Twitter Extractor]]&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Wandora</id>
		<title>Wandora</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Wandora"/>
				<updated>2015-04-27T13:03:14Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page collects Wandora's documentation. The documentation is a work in progress and incomplete. Also note some documentation may be out of date as the application is developed actively. If you need any specific help, write your question to the [http://wandora.org/forum/ discussion forum]. [https://www.youtube.com/channel/UClJoFDmiThA02RmAUT5YEcw Wandora's YouTube channel] has several tutorial videos reviewing some application features. Would you like to edit this wiki, send an email to {{wandora email address}} with your name and information about how you'd like to contribute. Please, remember to add keyword WANDORA to the title of your email. If you just popped in this wiki and don't know Wandora, please see also our landing page at http://wandora.org/ for a general information.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Wandora is a general purpose information management application. The application is written in [http://www.oracle.com/technetwork/java/index.html Java programming language] and it's internal data model is based on [[Topic Maps]]. Also, Wandora is a desktop application with a graphical user interface, layered data storage, huge collection of data extraction, import and export options and embedded HTTP server. Wandora's license is [http://www.gnu.org/licenses/gpl-3.0.txt GNU GPL version 3].&lt;br /&gt;
&lt;br /&gt;
* [[General FAQ]]&lt;br /&gt;
* Wandora poster in [http://wandora.org/download/other/poster09.pdf PDF] or [http://wandora.org/download/other/poster09.gif GIF] formats.&lt;br /&gt;
* [[Features]]&lt;br /&gt;
* [[Screenshots]]&lt;br /&gt;
* [http://wandora.org/www/news Wandora news]&lt;br /&gt;
* [[License of Wandora|License]]&lt;br /&gt;
&lt;br /&gt;
== Starting with Wandora ==&lt;br /&gt;
&lt;br /&gt;
Wandora is a desktop application written in Java version 7. You need a Java Runtime Environment (JRE) to execute the application. Wandora has two distribution packages. A binary distribution package contains a runnable version of the application. Wandora's source code is available as a source code distribution package. Both packages are zip compressed file repositories. Use one of the startup scripts in '''bin''' folder to start the Wandora application.&lt;br /&gt;
&lt;br /&gt;
* [[System requirements]]&lt;br /&gt;
* [[Change log]]&lt;br /&gt;
* [[Download|Download Wandora]] (build date {{build date}})&lt;br /&gt;
* [[How to install Wandora|Installing Wandora]]&lt;br /&gt;
* [[Running Wandora]]&lt;br /&gt;
* [[Tuning Wandora for Mac OS]]&lt;br /&gt;
* [[Quickstart]]&lt;br /&gt;
&lt;br /&gt;
== Topic Maps ==&lt;br /&gt;
&lt;br /&gt;
Wandora's internal datamodel is based on Topic Maps. [http://en.wikipedia.org/wiki/Topic_Maps Wikipedia defines Topic Maps] as a standard for the representation and interchange of knowledge, with an emphasis on the findability of information. A topic map represents information using ''topics'', ''associations'' and ''occurrences''. Topic represents any concept, from people, countries, and organizations to software modules, individual files, and events. Associations are hypergraph relationships between topics. Occurrence is an information resource relevant to a particular topic. If you are not familiar with Topic Maps, you can think it as a special kind of graph with nodes and edges. Wandora's topic map model is limited. These model limitations are explained in [[Reduced Topic Maps|Topic maps in Wandora]] page.&lt;br /&gt;
&lt;br /&gt;
* [[Topic Maps|About topic maps]]&lt;br /&gt;
* [[Reduced Topic Maps|Topic maps in Wandora]]&lt;br /&gt;
&lt;br /&gt;
See also '''Topic map layers''' section below. Wandora Team has converted several well known ontologies to Topic Maps format. These ontologies: WordNet, OpenCyc, Gene Ontology, Gellish, and Finnish General Upper Ontology (YSO) are available at [[Topic map gallery]].&lt;br /&gt;
&lt;br /&gt;
== Using Wandora ==&lt;br /&gt;
&lt;br /&gt;
This section contains basic tutorials for Wandora. If you are a novice Wandora user, please start here. See also tutorial videos on [http://wandora.org/wandora/tv/ wandoratv].&lt;br /&gt;
&lt;br /&gt;
* [[Quickstart]]&lt;br /&gt;
* [[Opening a topic]]&lt;br /&gt;
&lt;br /&gt;
Wandora has a rich set of topic, association and occurrence editing features. Usually a topic is edited in a topic panel one by one. Editing an association takes place in a separate association editor. Similarly, editing an occurrence takes place in an occurrence editor. Next pages discuss about creating and editing topics and associations.&lt;br /&gt;
&lt;br /&gt;
* [[Create new topic]]&lt;br /&gt;
* [[Delete topic]]&lt;br /&gt;
* [[Create new association]]&lt;br /&gt;
* [[Delete association]]&lt;br /&gt;
* [[Editing topics and associations]]&lt;br /&gt;
&lt;br /&gt;
Wandora saves all topic maps in a Wandora project file. Addition to project files, Wandora can read and write topic map serializations. See also chapter Import and Export below.&lt;br /&gt;
&lt;br /&gt;
* [[How to save and load project]]&lt;br /&gt;
* [[How to import existing topic map to Wandora]]&lt;br /&gt;
* [[How to export topic map in Wandora]]&lt;br /&gt;
&lt;br /&gt;
Next pages discuss some other features of the Wandora application.&lt;br /&gt;
&lt;br /&gt;
* [[Finding a topic]]&lt;br /&gt;
* [[Topic shortcuts]]&lt;br /&gt;
* [[Working with topic tables]]&lt;br /&gt;
* [[Working with topic trees]]&lt;br /&gt;
* [[Drag and drop topics]]&lt;br /&gt;
* [[Creating custom topic trees]]&lt;br /&gt;
* [[View all variant names of a topic]]&lt;br /&gt;
* [[Transform variant names to topics and associations]]&lt;br /&gt;
* [[Undo and redo]]&lt;br /&gt;
&lt;br /&gt;
== Topic panels ==&lt;br /&gt;
&lt;br /&gt;
Topic panel is Wandora's user interface element to view and edit topics. Wandora supports several different topic panel types. Topic panels are managed with menu options under '''View'''. Wandora can view several topic panels simultaneously. Traditional topic panel views all topic elements in a table while tabbed panel views topic details in separate tabs. Graph topic panel is used for graph visualizations. Custom topic panel is based on user specific queries related to the current topic.&lt;br /&gt;
&lt;br /&gt;
* [[Working with topic panels]]&lt;br /&gt;
&lt;br /&gt;
Different topic panels are&lt;br /&gt;
&lt;br /&gt;
* [[Traditional topic panel]]&lt;br /&gt;
* [[Tabbed topic panel]]&lt;br /&gt;
* [[Graph topic panel]]&lt;br /&gt;
* [[Custom topic panel]]&lt;br /&gt;
* [[Treemap topic panel]]&lt;br /&gt;
* [[R topic panel]]&lt;br /&gt;
* [[Processing topic panel]]&lt;br /&gt;
* [[Sketch grid]]&lt;br /&gt;
* [[Webview]]&lt;br /&gt;
* [[Tree panel]]&lt;br /&gt;
* [[Search panel]]&lt;br /&gt;
* [[Layer info panel]]&lt;br /&gt;
* [[Query editor topic panel]]&lt;br /&gt;
&lt;br /&gt;
== Topic map layers ==&lt;br /&gt;
&lt;br /&gt;
Wandora supports layered topic maps. Layered topic map contains one or more topic maps stacked into an ordered array. Any topic in the layered topic map is a superposition of all merging topics in different layers. Wandora views all layered topic maps as a single topic map but allows layer specific operations too. It really matters what layer is active. As user can focus on one layer at a time or replace any layer at any time, the composition of information is flexible. User can easily try different scenarios. Layer specific application options and tools locate in '''Layers''' menu. &lt;br /&gt;
&lt;br /&gt;
* [[Introduction to Layered Topic Maps]]&lt;br /&gt;
* [[Creating new layers]]&lt;br /&gt;
* [[Deleting layer]]&lt;br /&gt;
* [[Layer order and arranging layers]]&lt;br /&gt;
* [[Merging layers]]&lt;br /&gt;
* [[Topic's layer distribution]]&lt;br /&gt;
&lt;br /&gt;
'''Different layer types'''&lt;br /&gt;
* [[Layered topic map]]&lt;br /&gt;
* [[Memory topic map]]&lt;br /&gt;
* [[Database topic map]]&lt;br /&gt;
* [[Linked topic map]]&lt;br /&gt;
* [[Query topic map]]&lt;br /&gt;
&amp;lt;!-- * [[Remote topic map]] --&amp;gt;&lt;br /&gt;
* [[Web service topic map]]&lt;br /&gt;
&lt;br /&gt;
'''Other'''&lt;br /&gt;
* [[Compare topic maps]]&lt;br /&gt;
* [[Topic map patcher]]&lt;br /&gt;
&lt;br /&gt;
== Import and Export ==&lt;br /&gt;
&lt;br /&gt;
Wandora has been designed for easy aggregation of information and features a wide range of import and export tools. Wandora imports not just different Topic Maps formats such as XTM1, XTM2, and LTM but also RDF as XML, N3, and Turtle. Also, Wandora imports bio-ontologies in OBO flat file format. To get an up-to-date overview of Wandora's import options see menu '''File &amp;gt; Import'''. Addition to import options, Wandora features a wide range of export options from different Topic Maps formats to different graph formats. See menu options in '''File &amp;gt; Export'''. Wandora's native file format is Wandora project, with a file suffix WPR, which is a collection of XTM2 topic maps and a configuration file within a zip package.&lt;br /&gt;
&lt;br /&gt;
* [[How to save and load project]]&lt;br /&gt;
* [[How to import existing topic map to Wandora]]&lt;br /&gt;
* [[How to export topic map in Wandora]]&lt;br /&gt;
* [[Waiana import and export]]&lt;br /&gt;
** [[Maiana import and export]]&lt;br /&gt;
* [[Transferring data with clipboard]]&lt;br /&gt;
* [[Importing RDF]] (see also extractors below)&lt;br /&gt;
* [[OBO flat file import|Importing OBO flat file ontologies]]&lt;br /&gt;
* [[Gene Ontology Annotation file import]]&lt;br /&gt;
* [[Importing XML with XSL]]&lt;br /&gt;
* [[Generic SQL database import]]&lt;br /&gt;
* [[Exporting WWW site]]&lt;br /&gt;
* [[Lucene search index export]]&lt;br /&gt;
* [[SQL Dump Export]]&lt;br /&gt;
&lt;br /&gt;
'''Graph and matrix imports'''&lt;br /&gt;
* [[Adjacency list import]]&lt;br /&gt;
* [[Adjacency matrix import]]&lt;br /&gt;
* [[Incidence matrix import]]&lt;br /&gt;
&lt;br /&gt;
'''Graph and matrix exports'''&lt;br /&gt;
* [[Graph Modeling Language export]]&lt;br /&gt;
* [[GraphML export]]&lt;br /&gt;
* [[GraphXML export]]&lt;br /&gt;
* [[GXL graph export]]&lt;br /&gt;
* [[Export adjacency matrix]]&lt;br /&gt;
* [[Export incidence matrix]]&lt;br /&gt;
* See also page [[Graph topic panel]] and it's chapter Export options.&lt;br /&gt;
&lt;br /&gt;
For additional information about Wandora's export capabilities see also '''Wandora as a server''' section below. For additional information about Wandora's import capabilities see also '''Extractors''' section below. &amp;lt;!-- [[Image:import_export_diagram.gif|center]] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Extractors ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Wandoras_extractors.gif|center]]&lt;br /&gt;
&lt;br /&gt;
Wandora is great for information mashups. With Wandora you can easily mashup information from various sources. Extractors are specific Wandora tools used to extract topics and associations out of different file formats and sources. For example, Wandora can extract data from MP3 and JPG files. To see what extractors your Wandora has installed see menu options in '''File &amp;gt; Extract'''. To start an extractor select the extractor in the menu or use drag and drop extractor. Wandora also features an add-on for Mozilla Firefox WWW browser. With this add-on you can perform extractions directly in Firefox www browser or in Thunderbird email client.&lt;br /&gt;
&lt;br /&gt;
* [[Drag and drop extractor]]&lt;br /&gt;
* [[Wandora Firefox plugin|Firefox plugin]] to extract directly from Firefox WWW browser and Thunderbird email client.&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; background-color=&amp;quot;transparent&amp;quot; &lt;br /&gt;
| style=&amp;quot;border:none; margin:none; padding:0px;&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;!-- LEFT COLUMN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search engine extractors'''&lt;br /&gt;
* [[Bing extractor]]&lt;br /&gt;
* [[Yahoo! BOSS extractor]]&lt;br /&gt;
* [[DuckDuckGo extractor]]&lt;br /&gt;
'''Simple files extractors'''&lt;br /&gt;
* [[JPG binary metadata extractor]]&lt;br /&gt;
* [[PDF extractor]]&lt;br /&gt;
* [[File system extractor]]&lt;br /&gt;
* [[Simple Text Document Extractor|Convert simple text documents to topic map occurrences]]&lt;br /&gt;
* [[Simple CSV association extractor]]&lt;br /&gt;
* [[OCR Extractor]]&lt;br /&gt;
'''Media extractors'''&lt;br /&gt;
* [[Europeana extractor]]&lt;br /&gt;
* [[MP3 ID3v1 and ID3v2 extractor]]&lt;br /&gt;
* [[IMDB extractor]]&lt;br /&gt;
* [[FreeDB extractor]]&lt;br /&gt;
* [[Last.fm extractors|Convert Last.fm XML feeds to a topic map]]&lt;br /&gt;
* [[Flickr extractors]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Ovi shared media extractors]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[YouTube extractor]]s&lt;br /&gt;
* [[Rekognition extractor]]&lt;br /&gt;
'''Social and Bookmark extractors'''&lt;br /&gt;
* [[Facebook Graph extractor]]&lt;br /&gt;
* [[Twitter extractor]]&lt;br /&gt;
* [[Twitter JSON extractor]]&lt;br /&gt;
* [[Reddit extractor]]&lt;br /&gt;
* [[Digg extractors]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Delicious extractors]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Diigo bookmark extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Twine RDF extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
'''Bibliographical extractors'''&lt;br /&gt;
* [[MARCXML extractor]]&lt;br /&gt;
* [[Dublin Core XML extractor]]&lt;br /&gt;
* [[Bibtex extractor|Convert BibTeX files to a topic map]]&lt;br /&gt;
* [[RIS extractor]]&lt;br /&gt;
* [[HelMet library data extractor]]&lt;br /&gt;
'''Classifications'''&lt;br /&gt;
* [[GATE/ANNIE integration|GATE/ANNIE]]&lt;br /&gt;
* [[Stanford Named Entity Recognizer integration|Stanford Named Entity Recognizer (NER)]]&lt;br /&gt;
* [[OpenCalais classifier]]&lt;br /&gt;
* [[AlchemyAPI extractors]]&lt;br /&gt;
* [[Yahoo! YQL term extractor]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Tagthe extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[SemanticHacker classifier]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[Zemanta extractor]]&lt;br /&gt;
* [[UClassify integration]]&lt;br /&gt;
* [[Simple Word Matching Extractor]]&lt;br /&gt;
* [[Similarity Word Extractor]]&lt;br /&gt;
&lt;br /&gt;
'''Knowledge extractors'''&lt;br /&gt;
* [[OpenCyc extractor]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Subj3ct record extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[DBpedia extractor]]&lt;br /&gt;
* [[Freebase extractor]]&lt;br /&gt;
* [[Umbel extractors]]&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 1; margin:5; padding-left: 20px;&amp;quot; valign=&amp;quot;top&amp;quot;| &amp;lt;!-- RIGHT COLUMN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''HTML structures extractors'''&lt;br /&gt;
* [[HTML superclass-subclass list extractor]]&lt;br /&gt;
* [[HTML instance list extractor]]&lt;br /&gt;
* [[HTML property table extractor]]&lt;br /&gt;
* [[HTML association table extractor]]&lt;br /&gt;
* [[HTML link extractor]]&lt;br /&gt;
'''News and syndication extractors'''&lt;br /&gt;
* [[RSS 2.0 Extractor]] and [[RSS 1.0 RDF Extractor]]&lt;br /&gt;
* [[Atom extractor]]&lt;br /&gt;
* [[New York Times Article Search API extractor]]&lt;br /&gt;
* [[New York Times Event API extractor]]&lt;br /&gt;
* [[Guardian open platform extractor]]&lt;br /&gt;
'''Microformat extractors'''&lt;br /&gt;
* [[Any23 extractor]]&lt;br /&gt;
* [[Geo microformat extractor|Convert geo microformat snippets to topic maps]]&lt;br /&gt;
* [[Adr microformat extractor|Convert adr microformat snippets to topic maps]]&lt;br /&gt;
* [[HCalendar microformat extractor|Convert hcalendar microformat snippets to topic maps]]&lt;br /&gt;
* [[HCard microformat extractor|Convert hcard microformat snippets to topic maps]]&lt;br /&gt;
'''Wiki extractors'''&lt;br /&gt;
* [[Wikipedia extractor]]&lt;br /&gt;
* [[MediaWiki Content Extractor]]&lt;br /&gt;
* More general [[MediaWiki extractor]]&lt;br /&gt;
'''Simple RDF extractors'''&lt;br /&gt;
* [[SKOS RDF extractor]]&lt;br /&gt;
* [[Dublin Core RDF extractor]]&lt;br /&gt;
* [[FOAF RDF extractor]]&lt;br /&gt;
'''Language'''&lt;br /&gt;
* [[Big Huge Thesaurus API extractor]]&lt;br /&gt;
* [[VerbOcean extractor]]&lt;br /&gt;
* [[Moby thesaurus extractor]]&lt;br /&gt;
* [[Stands4 word describer]]&lt;br /&gt;
'''Databases'''&lt;br /&gt;
* [[Generic SQL database import | Importing SQL database]]&lt;br /&gt;
* [[SQL query result set extractor]]&lt;br /&gt;
* [[Excel extractors]]&lt;br /&gt;
'''Other'''&lt;br /&gt;
* [[Email extractor]]&lt;br /&gt;
* [[Geonames extractors]]&lt;br /&gt;
* [[Gellish ontology extractor]]&lt;br /&gt;
* [[GEDCOM extractor]]&lt;br /&gt;
* [[SPARQL extractor]]&lt;br /&gt;
* [[Oma kaupunki extractor]]&lt;br /&gt;
* [[iCal calendar format extractor]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See [[Refining occurrences]] for some practical examples of how to extract associations and topics out of occurrences.&lt;br /&gt;
&lt;br /&gt;
== Generators ==&lt;br /&gt;
&lt;br /&gt;
Generators are special tools that generate topics and associations algorithmically. Generators help you construct basic building blocks for your topic maps. Generators are also a nice test suite for Wandora and topic maps in general. Generators locate in Wandora's '''File &amp;gt; Generate''' menu. Available generators are&lt;br /&gt;
&lt;br /&gt;
* [[Random graph generator]]&lt;br /&gt;
* [[Fully connected graph generator]]&lt;br /&gt;
* [[Tree graph generator]]&lt;br /&gt;
* [[Linear list graph generator]]&lt;br /&gt;
* [[Finite group graph generator]]&lt;br /&gt;
* [[Platonic solid graph generator]]&lt;br /&gt;
* [[Hypercube graph generator]]&lt;br /&gt;
* [[Tiling graph generator]] (square, triangular, and hexagonal tilings)&lt;br /&gt;
* [[Edge generator]]&lt;br /&gt;
* [[L-system generator]]&lt;br /&gt;
* [[Cylinder graph generator]]&lt;br /&gt;
* [[Lattice graph generator]]&lt;br /&gt;
&lt;br /&gt;
== Schema ==&lt;br /&gt;
&lt;br /&gt;
Schema is a collection of specific topics and associations that Wandora uses to construct the user interface of association editor, occurrence editor and topic name panel. Schema eases many topic map operations such as association and occurrence construction. Schema also defines the language support of Wandora application.&lt;br /&gt;
&lt;br /&gt;
* [[Schema]] to ease association and occurrence creation and modification&lt;br /&gt;
&lt;br /&gt;
== Language support ==&lt;br /&gt;
&lt;br /&gt;
Wandora supports only one base name per topic. However, a topic may contain several different variant names. Each variant name has a type and a language. Similarly, a topic may contain several different occurrences, text fragments. Each occurrence has a type and a language also. Wandora supports both Microsoft Translator and Google translate API and can convert both variant names and occurrences to other languages.&lt;br /&gt;
&lt;br /&gt;
* [[How to add a language to Wandora]]&lt;br /&gt;
* [[How to add a name type to Wandora]]&lt;br /&gt;
* [[Translating variant names with Google]]&lt;br /&gt;
* [[Translating occurrences with Google]]&lt;br /&gt;
* [[Translating variant names with Microsoft Translator]]&lt;br /&gt;
* [[Translating occurrences with Microsoft Translator]]&lt;br /&gt;
* [[View all variant names of a topic]]&lt;br /&gt;
&lt;br /&gt;
== Analyzing and querying topic maps ==&lt;br /&gt;
&lt;br /&gt;
Generally these tools locate in '''Layers &amp;gt; Statistics''' menu. As an exception SOM classifier is found in association table menu and topic map comparison in '''File''' menu. Wandora provides also a bridge to R language. R language is a comprehensive statistical and graphing environment. With Wandora's R integration, the user can access Wandora's information structures in R environment. This opens up interesting possibilities if used together with information extractors.&lt;br /&gt;
&lt;br /&gt;
* [[Topic map info]]&lt;br /&gt;
* [[Topic map connection statistics]]&lt;br /&gt;
* [[Topic map diameter]]&lt;br /&gt;
* [[Merge ratio matrix]]&lt;br /&gt;
* [[Export similarity matrix|Topic similarity matrix]]&lt;br /&gt;
* [[Clustering coefficient]] of topic map&lt;br /&gt;
* [[SOM classifier]] (Self Organizing Maps classifier)&lt;br /&gt;
* [[Asset weight of a topic]]&lt;br /&gt;
* [[Compare topic maps]]&lt;br /&gt;
* [[R in Wandora]]&lt;br /&gt;
** [[Statistical analysis of Topic Maps in R]]&lt;br /&gt;
* [[Query language]]&lt;br /&gt;
* [[TMQL]]&lt;br /&gt;
&lt;br /&gt;
See the '''Extract''' section and especially the subsection '''Classifications''' above also.&lt;br /&gt;
&lt;br /&gt;
== Tools and tool manager ==&lt;br /&gt;
&lt;br /&gt;
A tool packs certain Wandora functionality into a single software component, specifically a Java class. When ever the user performs an action in Wandora, Wandora runs the tool that is responsible for the action. The Tool manager is a specific tool used to manage tools and tool sources. The user can  install new tools to the Wandora. To develop a tool for the Wandora, the user writes a Java class source using a Java IDE, preferably Netbeans, and compiles the source using Java JDK.&lt;br /&gt;
&lt;br /&gt;
* [[Tool manager]]&lt;br /&gt;
* [[:Category:Tools|Available tools]]&lt;br /&gt;
* [[Writing your own tool]]&lt;br /&gt;
* [[Installing your own tool]]&lt;br /&gt;
* [[Tool locks]]&lt;br /&gt;
* [[Configuring tools]]&lt;br /&gt;
* [[Additional tool help]]&lt;br /&gt;
* [[Developing Wandora]]&lt;br /&gt;
&lt;br /&gt;
== Wandora as a server ==&lt;br /&gt;
&lt;br /&gt;
The Wandora application contains an HTTP server. The embedded HTTP server generates various output formats and interactive visualizations out of the information stored in the Wandora. The embedded server hosts service modules. A service module is a software component that serves some information out of the Wandora. For example, '''HTML service module''' generates a navigable HTML site out of the topics in the Wandora. '''D3 graph service module''' generates an interactive graph out of all topics in the Wandora. More over, '''XTM topic map service module''' outputs current topic in the Wandora in an XTM format. It provides a data access point for external applications, or for other instances of the Wandora application. Some service modules rely on extracted information. Such service modules are '''Timeline service module''' and '''Google Maps service module'''.&lt;br /&gt;
&lt;br /&gt;
* [[Embedded HTTP server]]&lt;br /&gt;
** [[HTML service module]] &lt;br /&gt;
** [[Mobile HTML service module]]&lt;br /&gt;
** [[RSS feed service module]]&lt;br /&gt;
** [[SOAP web service module]] &lt;br /&gt;
** [[Drupal service module]]&lt;br /&gt;
** [[Firefox and Thunderbird plugin service module]]&lt;br /&gt;
** [[XTM topic map service module]] &lt;br /&gt;
** [[JTM topic map service module]]&lt;br /&gt;
** [[RDF service module]]&lt;br /&gt;
** [[GRAPHML service module]]&lt;br /&gt;
** [[Screencast service module]]&lt;br /&gt;
** [[Flash graph service module]]&lt;br /&gt;
** [[Timeline service module]]&lt;br /&gt;
** [[Google Maps service module]]&lt;br /&gt;
** [[D3 graph service module]]&lt;br /&gt;
** [[D3 word cloud service module]]&lt;br /&gt;
** [[D3 partition service module]]&lt;br /&gt;
** [[D3 tree service module]]&lt;br /&gt;
** [[D3 matrix service module]]&lt;br /&gt;
** [[D3 layer visualization]]&lt;br /&gt;
** [[Waiana service module]]&lt;br /&gt;
** [[SameAs service module]]&lt;br /&gt;
&lt;br /&gt;
Wandora team has also built several service modules for Drupal content management system and an extra for Joomla content management system. These modules can be used to publish Wandora stored information in these CMSes.&lt;br /&gt;
&lt;br /&gt;
* [[Wandora Drupal extras]]&lt;br /&gt;
* [[Wandora's Joomla Topic Reader]]&lt;br /&gt;
* [[JQuery Mobile based topic map browser]]&lt;br /&gt;
&lt;br /&gt;
Wandora's embedded HTTP server contains a service module for SOAP web service. There is additional information available for Wandora's web service. &lt;br /&gt;
&lt;br /&gt;
* [[Wandora Web Service]]&lt;br /&gt;
&lt;br /&gt;
Also included is a [[Wandora modules framework|modular framework]] for building webapps in Apache Tomcat or similar servlet containers. Topic maps and features of Wandora can be included in the servlet using this framework. The same framework can also be used in the embedded server.&lt;br /&gt;
&lt;br /&gt;
== Developing and hacking Wandora == &lt;br /&gt;
&lt;br /&gt;
Wandora project is developed with [http://netbeans.org/ Netbeans IDE]. Wandora's source code distribution package contains a Netbeans IDE project. You can download Wandora's source code distribution package from [[Download]] page. However, we suggest that you clone [https://github.com/wandora-team/wandora Wandora's repository] at Github. Perhaps you want to push some fixes or new features back.&lt;br /&gt;
&lt;br /&gt;
* [[Change log]]&lt;br /&gt;
* [https://github.com/wandora-team/wandora Wandora @ Github]&lt;br /&gt;
* [[Download]] (build date {{build date}})&lt;br /&gt;
* [[License of Wandora|License]]&lt;br /&gt;
* [[Developing Wandora]]&lt;br /&gt;
* [http://wandora.org/api/ Wandora Javadocs], [http://wandora.org/api/wandora-javadoc.zip download]&lt;br /&gt;
* [[Wandora's configuration file]]&lt;br /&gt;
* [[Upcoming features]]&lt;br /&gt;
* [[Open bugs]]&lt;br /&gt;
&lt;br /&gt;
See also section '''Tools and tool manager''' above.&lt;br /&gt;
&lt;br /&gt;
== Papers and presentations ==&lt;br /&gt;
&lt;br /&gt;
This section lists some papers and presentations related to Wandora and semantic web technologies created by the inner circle of Wandora Team. For a more wider selection of works related to Wandora see [http://wandora.org/forum/viewforum.php?f=10&amp;amp;sid=57134deccd5ba47132334f2f1215b520 Use cases at Wandora forum].&lt;br /&gt;
&lt;br /&gt;
* [http://tmra.de/2010/ TMRA 2010] tutorial slides: [http://wandora.org/download/other/tmra10/wandora_workshop_tmra2010.pdf Converting information to Topic Maps using Wandora].&lt;br /&gt;
* [http://tmra.de/2009/ TMRA 2009] workshop presentation [http://www.slideshare.net/tmra/semantic-mashups-with-wandora Semantic Mashups with Wandora]. [http://wandora.org/wandora/download/other/tmra09/wandora_tutorial_leipzig.zip Example data set] is available for brave experimenters.&lt;br /&gt;
* Wandora poster in [http://wandora.org/wandora/download/other/poster09.pdf PDF] or [http://wandora.org/wandora/download/other/poster09.gif GIF] formats.&lt;br /&gt;
* Kivelä A.: [http://wandora.org/download/other/gradu_kivela.pdf OBO-ontologioiden kuvaaminen Topic Map-muotoon]. MSc Theses, 2008. (in Finnish). (English Abstract: [http://wandora.org/wandora/download/other/gradu_kivela_abstract_en.pdf Converting OBO ontologies to Topic Maps]).&lt;br /&gt;
* Lyytinen O.: [http://www.wandora.org/download/other/gradu_lyytinen.pdf Semanttisen webin tekniikoiden soveltaminen Wikisovelluksissa]. MSc Theses, 2008. (in Finnish) &lt;br /&gt;
* Kivelä A.: [http://www.wandora.org/download/other/wandora_xml_finland.pdf Topic Maps, Wandora ja kourallinen julkaisuprojekteja] (in Finnish). Presentation held in XML Finland meeting November 14th, 2007. &lt;br /&gt;
* Lyytinen O.: [http://wandora.net/wandora/download/other/step06.pdf Building Internet Services with Layered Topic Maps]. Presentation held in The Finnish Artificial Intelligence Conference (STeP 2006), 2006-10-26.&lt;br /&gt;
* Kivelä A., Lyytinen O.: [http://wandora.net/wiki/images/Topic_map_aided_publishing.pdf Topic Map Aided Publishing – A Case Study of Assembly Media Archive]. ''Web Intelligence. STeP 2004 - The 11th Finnish Artificial Intelligence Conference Proceedings - Vol. 2'', 2004.&lt;br /&gt;
&lt;br /&gt;
== Wandora @ World ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/wandora-team/wandora Github]&lt;br /&gt;
* [http://twitter.com/#!/wandora_app Twitter]&lt;br /&gt;
* [https://www.youtube.com/channel/UClJoFDmiThA02RmAUT5YEcw YouTube]&lt;br /&gt;
* [http://freecode.com/projects/wandora/ Freecode]&lt;br /&gt;
* [http://sourceforge.net/projects/wandora/ SourceForge.net]&lt;br /&gt;
&amp;lt;!-- * [http://www.garshol.priv.no/tmtools/product.jsp?id=wandora Topic Maps Tools] --&amp;gt;&lt;br /&gt;
* [http://www.topicmapslab.de/projects/wandora?locale=en Topic Maps Lab]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
As said in the very beginning, the documentation is a work in progress and incomplete. If the available documentation didn't answer your question, please drop a line to Wandora forum and we'll try to find an answer for you. &lt;br /&gt;
&lt;br /&gt;
* [[General FAQ]]&lt;br /&gt;
* [[FAQ for Wandora user]] reveals some nifty details of Wandora application.&lt;br /&gt;
* [http://wandora.org/tv Wandora tv]&lt;br /&gt;
* [http://wandora.org/forum/ Wandora forum]&lt;br /&gt;
* [[Open bugs]]&lt;br /&gt;
&lt;br /&gt;
If you are interested in Topic Maps and information technology related news see [http://planet.topicmaps.org/ Planet Topic Maps] and [http://planetrdf.com/ Planet RDF].&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Simple_word_7.png</id>
		<title>File:Simple word 7.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Simple_word_7.png"/>
				<updated>2015-04-27T13:01:09Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Simple_word_6.png</id>
		<title>File:Simple word 6.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Simple_word_6.png"/>
				<updated>2015-04-27T13:01:02Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Simple_word_5.png</id>
		<title>File:Simple word 5.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Simple_word_5.png"/>
				<updated>2015-04-27T13:00:57Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Simple_word_4.png</id>
		<title>File:Simple word 4.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Simple_word_4.png"/>
				<updated>2015-04-27T13:00:50Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Simple_word_3.png</id>
		<title>File:Simple word 3.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Simple_word_3.png"/>
				<updated>2015-04-27T13:00:43Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Simple_word_2.png</id>
		<title>File:Simple word 2.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Simple_word_2.png"/>
				<updated>2015-04-27T13:00:34Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Simple_word_1.png</id>
		<title>File:Simple word 1.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Simple_word_1.png"/>
				<updated>2015-04-27T13:00:24Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: .&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Word_similarity_7.png</id>
		<title>File:Word similarity 7.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Word_similarity_7.png"/>
				<updated>2015-04-27T12:59:55Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Word_similarity_6.png</id>
		<title>File:Word similarity 6.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Word_similarity_6.png"/>
				<updated>2015-04-27T12:59:49Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Word_similarity_5.png</id>
		<title>File:Word similarity 5.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Word_similarity_5.png"/>
				<updated>2015-04-27T12:59:44Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Word_similarity_4.png</id>
		<title>File:Word similarity 4.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Word_similarity_4.png"/>
				<updated>2015-04-27T12:59:37Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Word_similarity_3.png</id>
		<title>File:Word similarity 3.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Word_similarity_3.png"/>
				<updated>2015-04-27T12:59:32Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Word_similarity_2.png</id>
		<title>File:Word similarity 2.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Word_similarity_2.png"/>
				<updated>2015-04-27T12:59:25Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Word_similarity_1.png</id>
		<title>File:Word similarity 1.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Word_similarity_1.png"/>
				<updated>2015-04-27T12:59:19Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Twitter_json_3.png</id>
		<title>File:Twitter json 3.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Twitter_json_3.png"/>
				<updated>2015-04-27T12:57:24Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Twitter_json_2.png</id>
		<title>File:Twitter json 2.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Twitter_json_2.png"/>
				<updated>2015-04-27T12:57:17Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Twitter_json_1.png</id>
		<title>File:Twitter json 1.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Twitter_json_1.png"/>
				<updated>2015-04-27T12:57:09Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Nyt_article_1.png</id>
		<title>File:Nyt article 1.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Nyt_article_1.png"/>
				<updated>2015-03-02T09:17:36Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/New_York_Times_Article_Search_API_extractor</id>
		<title>New York Times Article Search API extractor</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/New_York_Times_Article_Search_API_extractor"/>
				<updated>2015-03-02T09:16:25Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The New York Times API Extractor is used to parse articles from the [http://developer.nytimes.com/docs/read/article_search_api_v2 New York Times Article Search service] into Topic Map data. The service requires credentials for access. API keys for the article search as well as other NYT end points can be requested on the NYT [http://developer.nytimes.com/ Developer Pages]. In Wandora, the API key is not saved between sessions.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
As an example, the service is queried for articles related to Barack Obama.  Extractors using NYT services are found in '''File &amp;gt; Extract &amp;gt; News &amp;gt; New York Times API Extractor'''&lt;br /&gt;
&lt;br /&gt;
[[File:nyt_article_1.png]]&lt;br /&gt;
&lt;br /&gt;
The Article Search dialog mirrors options available in the Article Search service. In addition to a search query, the service allows selecting a subset of fields to return for each article. The results may also be restricted to a certain date range, offset with a page number (i.e. a multiple of 10 articles) or sorted newest or oldest first.&lt;br /&gt;
&lt;br /&gt;
[[File:nyt_article_2.png]]&lt;br /&gt;
&lt;br /&gt;
If an API key isn't already stored it is requested.&lt;br /&gt;
&lt;br /&gt;
[[File:nyt_article_3.png]]&lt;br /&gt;
&lt;br /&gt;
Often the query returns more than one page, or 10 articles, and the extractor prompts for further action. The pagination options allow for either&lt;br /&gt;
&lt;br /&gt;
* Stopping and not retrieving additional articles&lt;br /&gt;
* Extracting one more page and stopping&lt;br /&gt;
* Extracting one more page and prompting again&lt;br /&gt;
* Extract 10 more pages and prompting again&lt;br /&gt;
* Extracting all remaining pages&lt;br /&gt;
&lt;br /&gt;
The NYT article database is large, and vague queries might return results sets in the order of thousands of articles. Review the API rate limits before running excessive queries in order to avoid exhausting available quota.&lt;br /&gt;
&lt;br /&gt;
[[File:nyt_article_4.png]]&lt;br /&gt;
&lt;br /&gt;
The fetched articles are then parsed into topics and associations representing relations between articles, keywords etc.&lt;br /&gt;
&lt;br /&gt;
[[File:nyt_article_5.png]]&lt;br /&gt;
&lt;br /&gt;
In particular the keyword structure used by the service is parsed into a topic structure associating articles with common keywords.&lt;br /&gt;
&lt;br /&gt;
[[File:nyt_article_6.png]]&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Nyt_article_6.png</id>
		<title>File:Nyt article 6.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Nyt_article_6.png"/>
				<updated>2015-03-02T09:15:48Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Nyt_article_5.png</id>
		<title>File:Nyt article 5.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Nyt_article_5.png"/>
				<updated>2015-03-02T09:15:39Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Nyt_article_4.png</id>
		<title>File:Nyt article 4.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Nyt_article_4.png"/>
				<updated>2015-03-02T09:15:33Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Nyt_article_3.png</id>
		<title>File:Nyt article 3.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Nyt_article_3.png"/>
				<updated>2015-03-02T09:15:28Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Nyt_article_2.png</id>
		<title>File:Nyt article 2.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Nyt_article_2.png"/>
				<updated>2015-03-02T09:15:22Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Rekognition_extractor</id>
		<title>Rekognition extractor</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Rekognition_extractor"/>
				<updated>2014-08-18T11:04:33Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: Created page with &amp;quot;The ReKognition Face Detection extractor uses the [http://rekognition.com/ ReKognition Face Detection API] to construct Topic Map data from image data containing faces. Most o...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The ReKognition Face Detection extractor uses the [http://rekognition.com/ ReKognition Face Detection API] to construct Topic Map data from image data containing faces. Most of the API features are supported and are available. The API and hence the extractor both require an API key available after registeration [http://rekognition.com/user/create here].&lt;br /&gt;
&lt;br /&gt;
The extractor is located in '''File &amp;gt; Extract &amp;gt; Media &amp;gt; ReKognition extractor...'''&lt;br /&gt;
&lt;br /&gt;
Most of the qustomization options available are listed in a configuration dialog for the tool. Most of the face detection features are represented as either occurrance data of a detection topic or as separate topics associated with the detection and possibly a confidence value topic. The extractor also makes use of the celebrity naming functionality of the API. An attempt is made to name celebrities in a given image so that the best match in terms of confidence is selected given that the confidence is larger than the treshold specified in the configuration dialog. Other matches are also added as associated topics to the detection.&lt;br /&gt;
&lt;br /&gt;
It should be noted that large scale usage of the API is paid and more detailed searches in terms details queried contribute more to the usage count and thus the cost of usage. Therefore one should expect higher costs for detailed and large scale usage of the API also within Wandora.&lt;br /&gt;
&lt;br /&gt;
== Example 1 ==&lt;br /&gt;
&lt;br /&gt;
A simple use case where an [http://upload.wikimedia.org/wikipedia/commons/8/8b/Jim_Carrey_2008.jpg image of Jim Carrey] is subjected to detection is detailed here. &lt;br /&gt;
&lt;br /&gt;
First we check all the detection jobs and celebrity naming functionality to demonstrate the results we obtain.&lt;br /&gt;
&lt;br /&gt;
[[Image:rekognition_extractor_01.png|center]]&lt;br /&gt;
&lt;br /&gt;
Confirming the configuration we are asked to input the API key and secret.&lt;br /&gt;
&lt;br /&gt;
[[Image:rekognition_extractor_02.png|center]]&lt;br /&gt;
&lt;br /&gt;
We can then open the extractor dialog and give the URL for the image we want to work with.&lt;br /&gt;
&lt;br /&gt;
[[Image:rekognition_extractor_03.png|center]]&lt;br /&gt;
&lt;br /&gt;
The API is then contacted and the response is parsed into TopicMap data. Here we find a highly confident match to Jim Carrey as expected. Also a long list of features  as well as possible emotions and other celebrity matches are listed.&lt;br /&gt;
&lt;br /&gt;
[[Image:rekognition_extractor_04.png|center]]&lt;br /&gt;
&lt;br /&gt;
== Example 2 ==&lt;br /&gt;
&lt;br /&gt;
For a more complex use case we use the [[Reddit extractor]] to find the top posts currently in [http://www.reddit.com/r/photoshopbattles r/photoshopbattles] and attempt to name possible celebrities. The reddit API extraction returns a list of links including at least of few cases where we expect a celebrity to be matched.&lt;br /&gt;
&lt;br /&gt;
[[Image:rekognition_extractor_05.png|center]]&lt;br /&gt;
&lt;br /&gt;
Finding the destination associations for those links we are able to select a list of corresponding image URLs. &lt;br /&gt;
&lt;br /&gt;
[[Image:rekognition_extractor_06.png|center]]&lt;br /&gt;
&lt;br /&gt;
We then navigate through a context menu to '''Topics &amp;gt; Subject locators &amp;gt; Extract with subject locator &amp;gt; Media &amp;gt; ReKognition face detection extractor''' to run an extraction on each of the image URLs.&lt;br /&gt;
&lt;br /&gt;
[[Image:rekognition_extractor_07.png|center]]&lt;br /&gt;
&lt;br /&gt;
Looking through the results we find a lot of detections where in addition to Jim Carrey before the API was able to detect Kate Upton in one of the pictures. The link description leads us to believe that the detection is valid.&lt;br /&gt;
&lt;br /&gt;
[[Image:rekognition_extractor_08.png|center]]&lt;br /&gt;
&lt;br /&gt;
On the other hand a [http://i.imgur.com/7uCWdjw.jpg &amp;quot;Man with ice cream&amp;quot;] is mistaken for a happy [http://en.wikipedia.org/wiki/Gianluigi_Buffon Gianluigi Buffon] known for his long career as the first choice goalkeeper for Juventus and the Italy national team.&lt;br /&gt;
&lt;br /&gt;
[[Image:rekognition_extractor_09.png|center]]&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Wandora</id>
		<title>Wandora</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Wandora"/>
				<updated>2014-08-18T11:04:06Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page collects Wandora's documentation. The documentation is a work in progress and incomplete. Also note some documentation may be out of date as the application is developed actively. If you need any specific help, write your question to the [http://wandora.org/forum/ discussion forum]. [https://www.youtube.com/channel/UClJoFDmiThA02RmAUT5YEcw Wandora's YouTube channel] has several tutorial videos reviewing some application features. Would you like to edit this wiki, send an email to {{wandora email address}} with your name and information about how you'd like to contribute. Please, remember to add keyword WANDORA to the title of your email. If you just popped in this wiki and don't know Wandora, please see also our landing page at http://wandora.org/ for a general information.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Wandora is a general purpose information management application. The application is written in [http://www.oracle.com/technetwork/java/index.html Java programming language] and it's internal data model is based on [[Topic Maps]]. Also, Wandora is a desktop application with a graphical user interface, layered data storage, huge collection of data extraction, import and export options and embedded HTTP server. Wandora's license is [http://www.gnu.org/licenses/gpl-3.0.txt GNU GPL version 3].&lt;br /&gt;
&lt;br /&gt;
* [[General FAQ]]&lt;br /&gt;
* Wandora poster in [http://wandora.org/download/other/poster09.pdf PDF] or [http://wandora.org/download/other/poster09.gif GIF] formats.&lt;br /&gt;
* [[Features]]&lt;br /&gt;
* [[Screenshots]]&lt;br /&gt;
* [http://wandora.org/www/news Wandora news]&lt;br /&gt;
* [[License of Wandora|License]]&lt;br /&gt;
&lt;br /&gt;
== Starting with Wandora ==&lt;br /&gt;
&lt;br /&gt;
Wandora is a desktop application written in Java version 7. You need a Java Runtime Environment (JRE) to execute the application. Wandora has two distribution packages. A binary distribution package contains a runnable version of the application. Wandora's source code is available as a source code distribution package. Both packages are zip compressed file repositories. Use one of the startup scripts in '''bin''' folder to start the Wandora application.&lt;br /&gt;
&lt;br /&gt;
* [[System requirements]]&lt;br /&gt;
* [[Change log]]&lt;br /&gt;
* [[Download|Download Wandora]] (build date {{build date}})&lt;br /&gt;
* [[How to install Wandora|Installing Wandora]]&lt;br /&gt;
* [[Running Wandora]]&lt;br /&gt;
* [[Tuning Wandora for Mac OS]]&lt;br /&gt;
* [[Quickstart]]&lt;br /&gt;
&lt;br /&gt;
== Topic Maps ==&lt;br /&gt;
&lt;br /&gt;
Wandora's internal datamodel is based on Topic Maps. [http://en.wikipedia.org/wiki/Topic_Maps Wikipedia defines Topic Maps] as a standard for the representation and interchange of knowledge, with an emphasis on the findability of information. A topic map represents information using ''topics'', ''associations'' and ''occurrences''. Topic represents any concept, from people, countries, and organizations to software modules, individual files, and events. Associations are hypergraph relationships between topics. Occurrence is an information resource relevant to a particular topic. If you are not familiar with Topic Maps, you can think it as a special kind of graph with nodes and edges. Wandora's topic map model is limited. These model limitations are explained in [[Reduced Topic Maps|Topic maps in Wandora]] page.&lt;br /&gt;
&lt;br /&gt;
* [[Topic Maps|About topic maps]]&lt;br /&gt;
* [[Reduced Topic Maps|Topic maps in Wandora]]&lt;br /&gt;
&lt;br /&gt;
See also '''Topic map layers''' section below. Wandora Team has converted several well known ontologies to Topic Maps format. These ontologies: WordNet, OpenCyc, Gene Ontology, Gellish, and Finnish General Upper Ontology (YSO) are available at [[Topic map gallery]].&lt;br /&gt;
&lt;br /&gt;
== Using Wandora ==&lt;br /&gt;
&lt;br /&gt;
This section contains basic tutorials for Wandora. If you are a novice Wandora user, please start here. See also tutorial videos on [http://wandora.org/wandora/tv/ wandoratv].&lt;br /&gt;
&lt;br /&gt;
* [[Quickstart]]&lt;br /&gt;
* [[Opening a topic]]&lt;br /&gt;
&lt;br /&gt;
Wandora has a rich set of topic, association and occurrence editing features. Usually a topic is edited in a topic panel one by one. Editing an association takes place in a separate association editor. Similarly, editing an occurrence takes place in an occurrence editor. Next pages discuss about creating and editing topics and associations.&lt;br /&gt;
&lt;br /&gt;
* [[Create new topic]]&lt;br /&gt;
* [[Delete topic]]&lt;br /&gt;
* [[Create new association]]&lt;br /&gt;
* [[Delete association]]&lt;br /&gt;
* [[Editing topics and associations]]&lt;br /&gt;
&lt;br /&gt;
Wandora saves all topic maps in a Wandora project file. Addition to project files, Wandora can read and write topic map serializations. See also chapter Import and Export below.&lt;br /&gt;
&lt;br /&gt;
* [[How to save and load project]]&lt;br /&gt;
* [[How to import existing topic map to Wandora]]&lt;br /&gt;
* [[How to export topic map in Wandora]]&lt;br /&gt;
&lt;br /&gt;
Next pages discuss some other features of the Wandora application.&lt;br /&gt;
&lt;br /&gt;
* [[Finding a topic]]&lt;br /&gt;
* [[Topic shortcuts]]&lt;br /&gt;
* [[Working with topic tables]]&lt;br /&gt;
* [[Working with topic trees]]&lt;br /&gt;
* [[Drag and drop topics]]&lt;br /&gt;
* [[Creating custom topic trees]]&lt;br /&gt;
* [[View all variant names of a topic]]&lt;br /&gt;
* [[Transform variant names to topics and associations]]&lt;br /&gt;
* [[Undo and redo]]&lt;br /&gt;
&lt;br /&gt;
== Topic panels ==&lt;br /&gt;
&lt;br /&gt;
Topic panel is Wandora's user interface element to view and edit topics. Wandora supports several different topic panel types. Topic panels are managed with menu options under '''View'''. Wandora can view several topic panels simultaneously. Traditional topic panel views all topic elements in a table while tabbed panel views topic details in separate tabs. Graph topic panel is used for graph visualizations. Custom topic panel is based on user specific queries related to the current topic.&lt;br /&gt;
&lt;br /&gt;
* [[Working with topic panels]]&lt;br /&gt;
&lt;br /&gt;
Different topic panels are&lt;br /&gt;
&lt;br /&gt;
* [[Traditional topic panel]]&lt;br /&gt;
* [[Tabbed topic panel]]&lt;br /&gt;
* [[Graph topic panel]]&lt;br /&gt;
* [[Custom topic panel]]&lt;br /&gt;
* [[Treemap topic panel]]&lt;br /&gt;
* [[R topic panel]]&lt;br /&gt;
* [[Processing topic panel]]&lt;br /&gt;
* [[Sketch grid]]&lt;br /&gt;
* [[Webview]]&lt;br /&gt;
&lt;br /&gt;
== Topic map layers ==&lt;br /&gt;
&lt;br /&gt;
Wandora supports layered topic maps. Layered topic map contains one or more topic maps stacked into an ordered array. Wandora views all layered topic maps as a single topic map but allows layer specific operations too. It really matters what layer is active. As user can focus on one layer at a time or replace any layer at any time, the composition of information is flexible. User can easily try different scenarios. Layer specific application options and tools locate in '''Layers''' menu. &lt;br /&gt;
&lt;br /&gt;
* [[Introduction to Layered Topic Maps]]&lt;br /&gt;
* [[Creating new layers]]&lt;br /&gt;
* [[Deleting layer]]&lt;br /&gt;
* [[Layer order and arranging layers]]&lt;br /&gt;
* [[Merging layers]]&lt;br /&gt;
* [[Topic's layer distribution]]&lt;br /&gt;
&lt;br /&gt;
'''Different layer types'''&lt;br /&gt;
* [[Layered topic map]]&lt;br /&gt;
* [[Memory topic map]]&lt;br /&gt;
* [[Database topic map]]&lt;br /&gt;
* [[Linked topic map]]&lt;br /&gt;
* [[Query topic map]]&lt;br /&gt;
&amp;lt;!-- * [[Remote topic map]] --&amp;gt;&lt;br /&gt;
* [[Web service topic map]]&lt;br /&gt;
&lt;br /&gt;
'''Other'''&lt;br /&gt;
* [[Compare topic maps]]&lt;br /&gt;
* [[Topic map patcher]]&lt;br /&gt;
&lt;br /&gt;
== Import and Export ==&lt;br /&gt;
&lt;br /&gt;
Wandora has been designed for easy aggregation of information and features a wide range of import and export tools. Wandora imports not just different Topic Maps formats such as XTM1, XTM2, and LTM but also RDF as XML, N3, and Turtle. Also, Wandora imports bio-ontologies in OBO flat file format. To get an up-to-date overview of Wandora's import options see menu '''File &amp;gt; Import'''. Addition to import options, Wandora features a wide range of export options from different Topic Maps formats to different graph formats. See menu options in '''File &amp;gt; Export'''. Wandora's native file format is Wandora project, with a file suffix WPR, which is a collection of XTM2 topic maps and a configuration file within a zip package.&lt;br /&gt;
&lt;br /&gt;
* [[How to save and load project]]&lt;br /&gt;
* [[How to import existing topic map to Wandora]]&lt;br /&gt;
* [[How to export topic map in Wandora]]&lt;br /&gt;
* [[Maiana import and export]]&lt;br /&gt;
* [[Waiana import and export]]&lt;br /&gt;
* [[Transferring data with clipboard]]&lt;br /&gt;
* [[Importing RDF]] (see also extractors below)&lt;br /&gt;
* [[OBO flat file import|Importing OBO flat file ontologies]]&lt;br /&gt;
* [[Gene Ontology Annotation file import]]&lt;br /&gt;
* [[Importing XML with XSL]]&lt;br /&gt;
* [[Generic SQL database import]]&lt;br /&gt;
* [[Exporting WWW site]]&lt;br /&gt;
* [[Lucene search index export]]&lt;br /&gt;
* [[SQL Dump Export]]&lt;br /&gt;
&lt;br /&gt;
'''Graph and matrix imports'''&lt;br /&gt;
* [[Adjacency list import]]&lt;br /&gt;
* [[Adjacency matrix import]]&lt;br /&gt;
* [[Incidence matrix import]]&lt;br /&gt;
&lt;br /&gt;
'''Graph and matrix exports'''&lt;br /&gt;
* [[Graph Modeling Language export]]&lt;br /&gt;
* [[GraphML export]]&lt;br /&gt;
* [[GraphXML export]]&lt;br /&gt;
* [[GXL graph export]]&lt;br /&gt;
* [[Export adjacency matrix]]&lt;br /&gt;
* [[Export incidence matrix]]&lt;br /&gt;
* See also page [[Graph topic panel]] and it's chapter Export options.&lt;br /&gt;
&lt;br /&gt;
For additional information about Wandora's export capabilities see also '''Wandora as a server''' section below. For additional information about Wandora's import capabilities see also '''Extractors''' section below. &amp;lt;!-- [[Image:import_export_diagram.gif|center]] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Extractors ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Wandoras_extractors.gif|center]]&lt;br /&gt;
&lt;br /&gt;
Wandora is great for information mashups. With Wandora you can easily mashup information from various sources. Extractors are specific Wandora tools used to extract topics and associations out of different file formats and sources. For example, Wandora can extract data from MP3 and JPG files. To see what extractors your Wandora has installed see menu options in '''File &amp;gt; Extract'''. To start an extractor select the extractor in the menu or use drag and drop extractor. Wandora also features an add-on for Mozilla Firefox WWW browser. With this add-on you can perform extractions directly in Firefox www browser or in Thunderbird email client.&lt;br /&gt;
&lt;br /&gt;
* [[Drag and drop extractor]]&lt;br /&gt;
* [[Wandora Firefox plugin|Firefox plugin]] to extract directly from Firefox WWW browser and Thunderbird email client.&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; background-color=&amp;quot;transparent&amp;quot; &lt;br /&gt;
| style=&amp;quot;border:none; margin:none; padding:0px;&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;!-- LEFT COLUMN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search engine extractors'''&lt;br /&gt;
* [[Bing extractor]]&lt;br /&gt;
* [[Yahoo! BOSS extractor]]&lt;br /&gt;
* [[DuckDuckGo extractor]]&lt;br /&gt;
'''Simple files extractors'''&lt;br /&gt;
* [[JPG binary metadata extractor]]&lt;br /&gt;
* [[PDF extractor]]&lt;br /&gt;
* [[File system extractor]]&lt;br /&gt;
* [[Simple Text Document Extractor|Convert simple text documents to topic map occurrences]]&lt;br /&gt;
* [[Simple CSV association extractor]]&lt;br /&gt;
* [[OCR Extractor]]&lt;br /&gt;
'''Media extractors'''&lt;br /&gt;
* [[Europeana extractor]]&lt;br /&gt;
* [[MP3 ID3v1 and ID3v2 extractor]]&lt;br /&gt;
* [[IMDB extractor]]&lt;br /&gt;
* [[FreeDB extractor]]&lt;br /&gt;
* [[Last.fm extractors|Convert Last.fm XML feeds to a topic map]]&lt;br /&gt;
* [[Flickr extractors]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Ovi shared media extractors]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[YouTube extractor]]s&lt;br /&gt;
* [[Rekognition extractor]]&lt;br /&gt;
'''Social and Bookmark extractors'''&lt;br /&gt;
* [[Facebook Graph extractor]]&lt;br /&gt;
* [[Twitter extractor]]&lt;br /&gt;
* [[Reddit extractor]]&lt;br /&gt;
* [[Digg extractors]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Delicious extractors]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Diigo bookmark extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Twine RDF extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
'''Bibliographical extractors'''&lt;br /&gt;
* [[MARCXML extractor]]&lt;br /&gt;
* [[Dublin Core XML extractor]]&lt;br /&gt;
* [[Bibtex extractor|Convert BibTeX files to a topic map]]&lt;br /&gt;
* [[RIS extractor]]&lt;br /&gt;
* [[HelMet library data extractor]]&lt;br /&gt;
'''Classifications'''&lt;br /&gt;
* [[GATE/ANNIE integration|GATE/ANNIE]]&lt;br /&gt;
* [[Stanford Named Entity Recognizer integration|Stanford Named Entity Recognizer (NER)]]&lt;br /&gt;
* [[OpenCalais classifier]]&lt;br /&gt;
* [[AlchemyAPI extractors]]&lt;br /&gt;
* [[Yahoo! YQL term extractor]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Tagthe extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[SemanticHacker classifier]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[Zemanta extractor]]&lt;br /&gt;
* [[UClassify integration]]&lt;br /&gt;
'''Knowledge extractors'''&lt;br /&gt;
* [[OpenCyc extractor]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Subj3ct record extractor]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[DBpedia extractor]]&lt;br /&gt;
* [[Freebase extractor]]&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 1; margin:5; padding-left: 20px;&amp;quot; valign=&amp;quot;top&amp;quot;| &amp;lt;!-- RIGHT COLUMN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''HTML structures extractors'''&lt;br /&gt;
* [[HTML superclass-subclass list extractor]]&lt;br /&gt;
* [[HTML instance list extractor]]&lt;br /&gt;
* [[HTML property table extractor]]&lt;br /&gt;
* [[HTML association table extractor]]&lt;br /&gt;
* [[HTML link extractor]]&lt;br /&gt;
'''News and syndication extractors'''&lt;br /&gt;
* [[RSS 2.0 Extractor]] and [[RSS 1.0 RDF Extractor]]&lt;br /&gt;
* [[Atom extractor]]&lt;br /&gt;
* [[New York Times Article Search API extractor]]&lt;br /&gt;
* [[New York Times Event API extractor]]&lt;br /&gt;
* [[Guardian open platform extractor]]&lt;br /&gt;
'''Microformat extractors'''&lt;br /&gt;
* [[Any23 extractor]]&lt;br /&gt;
* [[Geo microformat extractor|Convert geo microformat snippets to topic maps]]&lt;br /&gt;
* [[Adr microformat extractor|Convert adr microformat snippets to topic maps]]&lt;br /&gt;
* [[HCalendar microformat extractor|Convert hcalendar microformat snippets to topic maps]]&lt;br /&gt;
* [[HCard microformat extractor|Convert hcard microformat snippets to topic maps]]&lt;br /&gt;
'''Wiki extractors'''&lt;br /&gt;
* [[Wikipedia extractor]]&lt;br /&gt;
* [[MediaWiki Content Extractor]]&lt;br /&gt;
* More general [[MediaWiki extractor]]&lt;br /&gt;
'''Simple RDF extractors'''&lt;br /&gt;
* [[SKOS RDF extractor]]&lt;br /&gt;
* [[Dublin Core RDF extractor]]&lt;br /&gt;
* [[FOAF RDF extractor]]&lt;br /&gt;
'''Language'''&lt;br /&gt;
* [[Big Huge Thesaurus API extractor]]&lt;br /&gt;
* [[VerbOcean extractor]]&lt;br /&gt;
* [[Moby thesaurus extractor]]&lt;br /&gt;
* [[Stands4 word describer]]&lt;br /&gt;
'''Databases'''&lt;br /&gt;
* [[Generic SQL database import | Importing SQL database]]&lt;br /&gt;
* [[SQL query result set extractor]]&lt;br /&gt;
* [[Excel extractors]]&lt;br /&gt;
'''Other'''&lt;br /&gt;
* [[Email extractor]]&lt;br /&gt;
* [[Geonames extractors]]&lt;br /&gt;
* [[Gellish ontology extractor]]&lt;br /&gt;
* [[GEDCOM extractor]]&lt;br /&gt;
* [[SPARQL extractor]]&lt;br /&gt;
* [[Oma kaupunki extractor]]&lt;br /&gt;
* [[iCal calendar format extractor]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See [[Refining occurrences]] for some practical examples of how to extract associations and topics out of occurrences.&lt;br /&gt;
&lt;br /&gt;
== Generators ==&lt;br /&gt;
&lt;br /&gt;
Generators are special tools that generate topics and associations algorithmically. Generators help you construct basic building blocks for your topic maps. Generators are also a nice test suite for Wandora and topic maps in general. Generators locate in Wandora's '''File &amp;gt; Generate''' menu. Available generators are&lt;br /&gt;
&lt;br /&gt;
* [[Random graph generator]]&lt;br /&gt;
* [[Fully connected graph generator]]&lt;br /&gt;
* [[Tree graph generator]]&lt;br /&gt;
* [[Linear list graph generator]]&lt;br /&gt;
* [[Finite group graph generator]]&lt;br /&gt;
* [[Platonic solid graph generator]]&lt;br /&gt;
* [[Hypercube graph generator]]&lt;br /&gt;
* [[Tiling graph generator]] (square, triangular, and hexagonal tilings)&lt;br /&gt;
* [[Edge generator]]&lt;br /&gt;
* [[L-system generator]]&lt;br /&gt;
* [[Cylinder graph generator]]&lt;br /&gt;
* [[Lattice graph generator]]&lt;br /&gt;
&lt;br /&gt;
== Schema ==&lt;br /&gt;
&lt;br /&gt;
Schema is a collection of specific topics and associations that Wandora uses to construct the user interface of association editor, occurrence editor and topic name panel. Schema eases many topic map operations such as association and occurrence construction. Schema also defines the language support of Wandora application.&lt;br /&gt;
&lt;br /&gt;
* [[Schema]] to ease association and occurrence creation and modification&lt;br /&gt;
&lt;br /&gt;
== Language support ==&lt;br /&gt;
&lt;br /&gt;
Wandora supports only one base name per topic. However, a topic may contain several different variant names. Each variant name has a type and a language. Similarly, a topic may contain several different occurrences, text fragments. Each occurrence has a type and a language also. Wandora supports both Microsoft Translator and Google translate API and can convert both variant names and occurrences to other languages.&lt;br /&gt;
&lt;br /&gt;
* [[How to add a language to Wandora]]&lt;br /&gt;
* [[How to add a name type to Wandora]]&lt;br /&gt;
* [[Translating variant names with Google]]&lt;br /&gt;
* [[Translating occurrences with Google]]&lt;br /&gt;
* [[Translating variant names with Microsoft Translator]]&lt;br /&gt;
* [[Translating occurrences with Microsoft Translator]]&lt;br /&gt;
* [[View all variant names of a topic]]&lt;br /&gt;
&lt;br /&gt;
== Analyzing and querying topic maps ==&lt;br /&gt;
&lt;br /&gt;
Generally these tools locate in '''Layers &amp;gt; Statistics''' menu. As an exception SOM classifier is found in association table menu and topic map comparison in '''File''' menu. Wandora provides also a bridge to R language. R language is a comprehensive statistical and graphing environment. With Wandora's R integration, the user can access Wandora's information structures in R environment. This opens up interesting possibilities if used together with information extractors.&lt;br /&gt;
&lt;br /&gt;
* [[Topic map info]]&lt;br /&gt;
* [[Topic map connection statistics]]&lt;br /&gt;
* [[Topic map diameter]]&lt;br /&gt;
* [[Merge ratio matrix]]&lt;br /&gt;
* [[Export similarity matrix|Topic similarity matrix]]&lt;br /&gt;
* [[Clustering coefficient]] of topic map&lt;br /&gt;
* [[SOM classifier]] (Self Organizing Maps classifier)&lt;br /&gt;
* [[Asset weight of a topic]]&lt;br /&gt;
* [[Compare topic maps]]&lt;br /&gt;
* [[R in Wandora]]&lt;br /&gt;
** [[Statistical analysis of Topic Maps in R]]&lt;br /&gt;
* [[Query language]]&lt;br /&gt;
* [[TMQL]]&lt;br /&gt;
&lt;br /&gt;
See the '''Extract''' section and especially the subsection '''Classifications''' above also.&lt;br /&gt;
&lt;br /&gt;
== Tools and tool manager ==&lt;br /&gt;
&lt;br /&gt;
A tool packs certain Wandora functionality into a single software component, specifically a Java class. When ever the user performs an action in Wandora, Wandora runs the tool that is responsible for the action. The Tool manager is a specific tool used to manage tools and tool sources. The user can  install new tools to the Wandora. To develop a tool for the Wandora, the user writes a Java class source using a Java IDE, preferably Netbeans, and compiles the source using Java JDK.&lt;br /&gt;
&lt;br /&gt;
* [[Tool manager]]&lt;br /&gt;
* [[:Category:Tools|Available tools]]&lt;br /&gt;
* [[Writing your own tool]]&lt;br /&gt;
* [[Installing your own tool]]&lt;br /&gt;
* [[Tool locks]]&lt;br /&gt;
* [[Configuring tools]]&lt;br /&gt;
* [[Additional tool help]]&lt;br /&gt;
* [[Developing Wandora]]&lt;br /&gt;
&lt;br /&gt;
== Wandora as a server ==&lt;br /&gt;
&lt;br /&gt;
The Wandora application contains an HTTP server. The embedded HTTP server generates various output formats and interactive visualizations out of the information stored in the Wandora. The embedded server hosts service modules. A service module is a software component that serves some information out of the Wandora. For example, '''HTML service module''' generates a navigable HTML site out of the topics in the Wandora. '''D3 graph service module''' generates an interactive graph out of all topics in the Wandora. More over, '''XTM topic map service module''' outputs current topic in the Wandora in an XTM format. It provides a data access point for external applications, or for other instances of the Wandora application. Some service modules rely on extracted information. Such service modules are '''Timeline service module''' and '''Google Maps service module'''.&lt;br /&gt;
&lt;br /&gt;
* [[Embedded HTTP server]]&lt;br /&gt;
** [[HTML service module]] &lt;br /&gt;
** [[Mobile HTML service module]]&lt;br /&gt;
** [[RSS feed service module]]&lt;br /&gt;
** [[SOAP web service module]] &lt;br /&gt;
** [[Drupal service module]]&lt;br /&gt;
** [[Firefox and Thunderbird plugin service module]]&lt;br /&gt;
** [[XTM topic map service module]] &lt;br /&gt;
** [[JTM topic map service module]]&lt;br /&gt;
** [[RDF service module]]&lt;br /&gt;
** [[GRAPHML service module]]&lt;br /&gt;
** [[Screencast service module]]&lt;br /&gt;
** [[Flash graph service module]]&lt;br /&gt;
** [[Timeline service module]]&lt;br /&gt;
** [[Google Maps service module]]&lt;br /&gt;
** [[D3 graph service module]]&lt;br /&gt;
** [[D3 word cloud service module]]&lt;br /&gt;
** [[D3 partition service module]]&lt;br /&gt;
** [[D3 tree service module]]&lt;br /&gt;
** [[D3 matrix service module]]&lt;br /&gt;
** [[D3 layer visualization]]&lt;br /&gt;
** [[Waiana service module]]&lt;br /&gt;
** [[SameAs service module]]&lt;br /&gt;
&lt;br /&gt;
Wandora team has also built several service modules for Drupal content management system and an extra for Joomla content management system. These modules can be used to publish Wandora stored information in these CMSes.&lt;br /&gt;
&lt;br /&gt;
* [[Wandora Drupal extras]]&lt;br /&gt;
* [[Wandora's Joomla Topic Reader]]&lt;br /&gt;
* [[JQuery Mobile based topic map browser]]&lt;br /&gt;
&lt;br /&gt;
Wandora's embedded HTTP server contains a service module for SOAP web service. There is additional information available for Wandora's web service. &lt;br /&gt;
&lt;br /&gt;
* [[Wandora Web Service]]&lt;br /&gt;
&lt;br /&gt;
Also included is a [[Wandora modules framework|modular framework]] for building webapps in Apache Tomcat or similar servlet containers. Topic maps and features of Wandora can be included in the servlet using this framework. The same framework can also be used in the embedded server.&lt;br /&gt;
&lt;br /&gt;
== Developing and hacking Wandora == &lt;br /&gt;
&lt;br /&gt;
Wandora project is developed with [http://netbeans.org/ Netbeans IDE]. Wandora's source code distribution package contains a Netbeans IDE project. You can download Wandora's source code distribution package from [[Download]] page. However, we suggest that you clone [https://github.com/wandora-team/wandora Wandora's repository] at Github. Perhaps you want to push some fixes or new features back.&lt;br /&gt;
&lt;br /&gt;
* [[Change log]]&lt;br /&gt;
* [https://github.com/wandora-team/wandora Wandora @ Github]&lt;br /&gt;
* [[Download]] (build date {{build date}})&lt;br /&gt;
* [[License of Wandora|License]]&lt;br /&gt;
* [[Developing Wandora]]&lt;br /&gt;
* [http://wandora.org/api/ Wandora Javadocs], [http://wandora.org/api/wandora-javadoc.zip download]&lt;br /&gt;
* [[Wandora's configuration file]]&lt;br /&gt;
* [[Upcoming features]]&lt;br /&gt;
* [[Open bugs]]&lt;br /&gt;
&lt;br /&gt;
See also section '''Tools and tool manager''' above.&lt;br /&gt;
&lt;br /&gt;
== Papers and presentations ==&lt;br /&gt;
&lt;br /&gt;
This section lists some papers and presentations related to Wandora and semantic web technologies created by the inner circle of Wandora Team. For a more wider selection of works related to Wandora see [http://wandora.org/forum/viewforum.php?f=10&amp;amp;sid=57134deccd5ba47132334f2f1215b520 Use cases at Wandora forum].&lt;br /&gt;
&lt;br /&gt;
* [http://tmra.de/2010/ TMRA 2010] tutorial slides: [http://wandora.org/download/other/tmra10/wandora_workshop_tmra2010.pdf Converting information to Topic Maps using Wandora].&lt;br /&gt;
* [http://tmra.de/2009/ TMRA 2009] workshop presentation [http://www.slideshare.net/tmra/semantic-mashups-with-wandora Semantic Mashups with Wandora]. [http://wandora.org/wandora/download/other/tmra09/wandora_tutorial_leipzig.zip Example data set] is available for brave experimenters.&lt;br /&gt;
* Wandora poster in [http://wandora.org/wandora/download/other/poster09.pdf PDF] or [http://wandora.org/wandora/download/other/poster09.gif GIF] formats.&lt;br /&gt;
* Kivelä A.: [http://wandora.org/download/other/gradu_kivela.pdf OBO-ontologioiden kuvaaminen Topic Map-muotoon]. MSc Theses, 2008. (in Finnish). (English Abstract: [http://wandora.org/wandora/download/other/gradu_kivela_abstract_en.pdf Converting OBO ontologies to Topic Maps]).&lt;br /&gt;
* Lyytinen O.: [http://www.wandora.org/download/other/gradu_lyytinen.pdf Semanttisen webin tekniikoiden soveltaminen Wikisovelluksissa]. MSc Theses, 2008. (in Finnish) &lt;br /&gt;
* Kivelä A.: [http://www.wandora.org/download/other/wandora_xml_finland.pdf Topic Maps, Wandora ja kourallinen julkaisuprojekteja] (in Finnish). Presentation held in XML Finland meeting November 14th, 2007. &lt;br /&gt;
* Lyytinen O.: [http://wandora.net/wandora/download/other/step06.pdf Building Internet Services with Layered Topic Maps]. Presentation held in The Finnish Artificial Intelligence Conference (STeP 2006), 2006-10-26.&lt;br /&gt;
* Kivelä A., Lyytinen O.: [http://wandora.net/wiki/images/Topic_map_aided_publishing.pdf Topic Map Aided Publishing – A Case Study of Assembly Media Archive]. ''Web Intelligence. STeP 2004 - The 11th Finnish Artificial Intelligence Conference Proceedings - Vol. 2'', 2004.&lt;br /&gt;
&lt;br /&gt;
== Wandora @ World ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/wandora-team/wandora Github]&lt;br /&gt;
* [http://twitter.com/#!/wandora_app Twitter]&lt;br /&gt;
* [https://www.youtube.com/channel/UClJoFDmiThA02RmAUT5YEcw YouTube]&lt;br /&gt;
* [http://freecode.com/projects/wandora/ Freecode]&lt;br /&gt;
* [http://sourceforge.net/projects/wandora/ SourceForge.net]&lt;br /&gt;
&amp;lt;!-- * [http://www.garshol.priv.no/tmtools/product.jsp?id=wandora Topic Maps Tools] --&amp;gt;&lt;br /&gt;
* [http://www.topicmapslab.de/projects/wandora?locale=en Topic Maps Lab]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
As said in the very beginning, the documentation is a work in progress and incomplete. If the available documentation didn't answer your question, please drop a line to Wandora forum and we'll try to find an answer for you. &lt;br /&gt;
&lt;br /&gt;
* [[General FAQ]]&lt;br /&gt;
* [[FAQ for Wandora user]] reveals some nifty details of Wandora application.&lt;br /&gt;
* [http://wandora.org/tv Wandora tv]&lt;br /&gt;
* [http://wandora.org/forum/ Wandora forum]&lt;br /&gt;
* [[Open bugs]]&lt;br /&gt;
&lt;br /&gt;
If you are interested in Topic Maps and information technology related news see [http://planet.topicmaps.org/ Planet Topic Maps] and [http://planetrdf.com/ Planet RDF].&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Rekognition_extractor_09.png</id>
		<title>File:Rekognition extractor 09.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Rekognition_extractor_09.png"/>
				<updated>2014-08-18T11:03:05Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Rekognition_extractor_08.png</id>
		<title>File:Rekognition extractor 08.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Rekognition_extractor_08.png"/>
				<updated>2014-08-18T11:02:58Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Rekognition_extractor_07.png</id>
		<title>File:Rekognition extractor 07.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Rekognition_extractor_07.png"/>
				<updated>2014-08-18T11:02:52Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Rekognition_extractor_06.png</id>
		<title>File:Rekognition extractor 06.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Rekognition_extractor_06.png"/>
				<updated>2014-08-18T11:02:45Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Rekognition_extractor_05.png</id>
		<title>File:Rekognition extractor 05.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Rekognition_extractor_05.png"/>
				<updated>2014-08-18T11:02:39Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Rekognition_extractor_04.png</id>
		<title>File:Rekognition extractor 04.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Rekognition_extractor_04.png"/>
				<updated>2014-08-18T11:02:33Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Rekognition_extractor_03.png</id>
		<title>File:Rekognition extractor 03.png</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Rekognition_extractor_03.png"/>
				<updated>2014-08-18T11:02:26Z</updated>
		
		<summary type="html">&lt;p&gt;Eero: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eero</name></author>	</entry>

	</feed>