Changes between Version 3 and Version 4 of OntoView
- Timestamp:
- 12/10/08 11:06:31 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OntoView
v3 v4 4 4 To run in Windows, unzip and double-click on the _run.BAT file. 5 5 6 For a Mac , open a Terminal and run the following (because it needs Java 1.6):6 For a Mac (or similar on Linux), open a Terminal and run the following (because it needs Java 1.6): 7 7 {{{ 8 8 cd $MY_UNZIP_DIR/OntologyView/Code … … 10 10 $JAVA -cp prefuse.jar:lucene-core-2.2.0.jar:. ontologyview/OntologyView 11 11 }}} 12 Use a similar command for Linux.13 12 14 Gary made three interactive embedded tutorials to teach the user about the system .13 Gary made three interactive embedded tutorials to teach the user about the system; click on `Load workspace or tutorials` and then scroll down and open one of the `tutorial.*.work` files. 15 14 16 For more information, there are some publications at 17 http://sigpubs.biostr.washington.edu/view/author/Yngve,_Gary.html 18 Gary discusses the OntologyView interface in chapter 6 (pages 82-125) of his PhD dissertation. 15 Gary discusses Ontology``View in [http://sigpubs.biostr.washington.edu/archive/00000232/ his PhD dissertation]: theory and implementation in Chapter 5 (pages 62-81) and the interface in Chapter 6 (pages 82-125).