Differences between revisions 5 and 6
Revision 5 as of 2014-01-14 13:53:31
Size: 1836
Editor: GregorThiele
Comment:
Revision 6 as of 2014-01-24 10:55:00
Size: 3657
Editor: GregorThiele
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

The only requirement to run ICARUS is that a Java 7 runtime environment is installed on the host computer.
Line 10: Line 8:
||||||<tablewidth="712px" tableheight="153px"style="text-align:center">'''ICARUS ''''''System Requirements:''' ||
|| ||'''Minimum Requirements:''' ||'''Recommended Requirements:''' ||
||Supported OS: ||32-bit/64-Bit (Windows, Linux, Mac OS) ||64-Bit (Windows, Linux, Mac OS) ||
||[[http://java.com|Java]]Version: ||1.7 (32-bit/64-Bit) or newer ||1.7 (64-Bit) or newer ||
||RAM: ||1GB ||4GB ||
||Hard Disk: ||||<style="text-align:center">20 MB ||


Line 14: Line 21:
''java -Xms1g -Xmx2g -jar icarus.jar'' ''java -Xms1g -Xmx4g -jar icarus.jar''
Line 18: Line 25:
[[attachment:perspective_view.png|{{attachment:perspective_view.png||width=600}}]] [[attachment:perspective_view.png|{{attachment:perspective_view.png|attachment:perspective_view.png|width="600"}}]]
Line 30: Line 37:

The main menu {{attachment:icarus_menu.png}} is found in every perspective and offer the same functionalities:

 * File:
  * Exit = Close the ICARUS platform
 * Window: ICARUS allows the user to handle multiple Windows within the same session (e.g. one Treebank Manager Window and two Search Perspective Windows)
  * Close Window = Close the current focused window, if only one window is active ICARUS is closed
  * New Window = Open a new window
  * Copy Window = Generate a new window of the currently selected one (e.g. if the search perspective is active "copy window" result in another search perspective window)

  * Open Perspective = To switch to another perspective or just press the {{attachment:icaurs_perspective.png}} to open the perspective choose dialog
  * Close Perspective = Close the current focused perspective. ICARUS will not exit. If only one perspective is active the select perspective windowwill pop up.
  * Close all perspectives = Close all perspectives and the select perspective window will pop up. ICARUS will not exit.
  * Reset perspective = reset perspective

  * Preferences {{attachment:icarus_preferences.png}}: open the ICARUS preferences dialog. Note: Preferences can also be accessed using the {{attachment:icarus_preferences.png}} button in the different perspectives.

 * Help:
  * About = Show the About ICARUS dialog (ICARUS build version, authors, contact options, EULA,...)

ICARUS [1] is a search and visualization tool that primarily targets dependency trees. It enables the user to search dependency treebanks given a variety of constraints, including searching for particular subtrees. Emphasis has been placed on a functionality that makes it possible for the user to switch back and forth between a high-level, aggregated view of the search results and browsing of particular corpus instances.

Please send questions and bug reports to icarus@ims.uni-stuttgart.de .

[1] Gärtner, Markus, Thiele, Gregor, Seeker, Wolfgang, Björkelund, Anders and Kuhn, Jonas. ICARUS - An Extensible Graphical Search Tool for Dependency Treebanks. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics: System Demonstrations, Sofia, Bulgaria, August 2013. [pdf] [poster]

The latest version can be downloaded here.

ICARUS System Requirements:

Minimum Requirements:

Recommended Requirements:

Supported OS:

32-bit/64-Bit (Windows, Linux, Mac OS)

64-Bit (Windows, Linux, Mac OS)

JavaVersion:

1.7 (32-bit/64-Bit) or newer

1.7 (64-Bit) or newer

RAM:

1GB

4GB

Hard Disk:

20 MB

Working with ICARUS:

Start ICARUS via commandline (Java 1.7 required):

java -Xms1g -Xmx4g -jar icarus.jar

adjust the heap space parameters (Xms , Xmx) to your needs

attachment:perspective_view.png

After starting ICARUS the perspective view shows up. ICARUS comes with five different perspectives:

The main menu icarus_menu.png is found in every perspective and offer the same functionalities:

  • File:
    • Exit = Close the ICARUS platform
  • Window: ICARUS allows the user to handle multiple Windows within the same session (e.g. one Treebank Manager Window and two Search Perspective Windows)
    • Close Window = Close the current focused window, if only one window is active ICARUS is closed
    • New Window = Open a new window
    • Copy Window = Generate a new window of the currently selected one (e.g. if the search perspective is active "copy window" result in another search perspective window)
    • Open Perspective = To switch to another perspective or just press the icaurs_perspective.png to open the perspective choose dialog

    • Close Perspective = Close the current focused perspective. ICARUS will not exit. If only one perspective is active the select perspective windowwill pop up.
    • Close all perspectives = Close all perspectives and the select perspective window will pop up. ICARUS will not exit.
    • Reset perspective = reset perspective
    • Preferences icarus_preferences.png: open the ICARUS preferences dialog. Note: Preferences can also be accessed using the icarus_preferences.png button in the different perspectives.

  • Help:
    • About = Show the About ICARUS dialog (ICARUS build version, authors, contact options, EULA,...)

extern/ICARUS (last edited 2014-09-23 16:39:02 by AndersBjorkelund)