Visualization system for exploring relationships in data
Version 0.1
Created by Michael Bales in 2008
- Tomcat
- Icons needed for the visualization may be downloaded from the
drawing
folder
- Copy the
e
folder to your machine in the location of your choosing - Modify
file_settings.java
to point to this folder - Install Tomcat
- Configure Eclipse for Tomcat
- Find the file
httpd.conf
, for example at/etc/apache2
and change theDocumentRoot
to match the local folder whereSciologerAdv.html
is located - Restart Tomcat through Eclipse
- Install Google Earth (may need to use sudo if installing on Linux)
- Point browser to http://localhost/SciologerSVN/SciologerAdv.html
- Run test query:
F1275
(This query returns only four records from PubMed as of July 2017. Other test queries:neuroligins
;neuregulins
) - Open the resulting KML file (the browser should tell you where it is)
- Make sure
CVResults
is set to upload file to the user - Verify that
web.xml
is configured properly - Check permissions in the
e
subfolders - If nodes are too large or too small, scaling may be modified in
eleph1nt.java
- Try several test queries to verify that advanced search is working properly
- When running on a server, to make modifications to Sciologer it is sufficient to upload modified class files. These are located at:
SciologerSVN\build\classes\bales
a
: adjacenciesab
: abstractsact
: all corpus tokensd
: parsedf
: word frequenciesfc
: full citationsfc_util
: postprocessed full citationsk
: kmz builder utility folder; stores files needed for building zipped kmz files which include the kml file, ground overlay, and relevant icons, models, photos, or drawingsli
: linksnp
: noun phraseso
: outputp
: node positionspd
: node positions sorted by degreept
: node positions sorted by typeq
: queries for batch modestemmed
: stemmer outputtok
: tokenizer outputtok2
: postprocessed tokenizer outputu
: umls utility file
Controll3r
runs Entrez E-Utilities and generates files in:fc
(full citations)- Optional -- if including tags
tok
=tokens -- A utility folder for storing intermediate tokenizationstok2
=tokens2 -- A utility folder for storing intermediate tokenizationsact
=all corpus tokens -- A list of common token frequencies for the entire corpus from which the search results are drawn, in the formattoken|frequency
.ti
=token inclusions -- A utility folder for storing data on whether tokens are to be included- Optional -- if including UMLS lexical variants
u
=umls lexical variants -- a folder for storing the fileumls_with_lexical_variants_all.txt
- (This file must be included on server upon implementation of Sciologer.)
Controll3r
runsprocfc
which generates files ina
(adjacencies), using the typepair list format:net "np_mutation" "np_gene FOXP2" 1
Controll3r
runsccvisu
which generates files inp
(positions) using this format:-28.165995 14.799589 1.2726835 5.0 new brain imaging study 65280 false
Controll3r
runsNodeSortByType
which generates files inpt
(positions sorted by type)Controll3r
runsNodeSortByDegree
which generates files inpd
(positions sorted by degree)Controll3r
runsPrepLinks
which generates files inli
(links)Controll3r
runseleph1nt
which generates files ino
(output)