Download pelagios graph explorer Free Java Code

Description

***deprecated*** The PELAGIOS Graph Explorer.

Icons

pelagios graph explorer

Source Files

The download file pelagios-graph-explorer-master.zip has the following entries.


.gitignore/*from  w ww  . j  a va  2  s .  co m*/
build.gradle
gpl.txt
readme.md
sample-data/license.md
sample-data/sample-gap.n3
sample-data/sample-perseus.rdf.xml
sample-data/spqr/IRT430.rdf
sample-data/spqr/IRT431.rdf
sample-data/spqr/IRT432.rdf
sample-data/spqr/IRT433.rdf
sample-data/spqr/IRT434.rdf
sample-data/spqr/iAph010102.rdf
sample-data/spqr/iAph010103.rdf
sample-data/spqr/iAph010104.rdf
sample-data/spqr/iAph010105.rdf
sample-data/spqr/iAph010106.rdf
sample-data/spqr/iAph010107.rdf
sample-data/spqr/iAph010108.rdf
sample-data/spqr/iAph010109.rdf
src/main/groovy/org/pelagios/graph/importer/SampleImportScript.groovy
src/main/groovy/org/pelagios/graph/importer/arachne/ArachneImportScript.groovy
src/main/groovy/org/pelagios/graph/importer/arachne/ArachneImporter.groovy
src/main/groovy/org/pelagios/graph/importer/gap/GAPImportScript.groovy
src/main/groovy/org/pelagios/graph/importer/gap/GAPImporter.groovy
src/main/groovy/org/pelagios/graph/importer/nomisma/NomismaDatasetImporter.groovy
src/main/groovy/org/pelagios/graph/importer/perseus/PerseusDatafileImporter.groovy
src/main/groovy/org/pelagios/graph/importer/perseus/PerseusImportScript.groovy
src/main/groovy/org/pelagios/graph/importer/perseus/PerseusImporter.groovy
src/main/groovy/org/pelagios/graph/importer/ptolemymachine/PtolemyImportScript.groovy
src/main/groovy/org/pelagios/graph/importer/spqr/SPQRDownloader.groovy
src/main/groovy/org/pelagios/graph/importer/spqr/SPQRImportScript.groovy
src/main/groovy/org/pelagios/graph/importer/spqr/SPQRImporter.groovy
src/main/java/org/pelagios/explorer/Config.java
src/main/java/org/pelagios/explorer/rest/AbstractController.java
src/main/java/org/pelagios/explorer/rest/DatasetController.java
src/main/java/org/pelagios/explorer/rest/GeoAnnotationController.java
src/main/java/org/pelagios/explorer/rest/PlacesController.java
src/main/java/org/pelagios/explorer/rest/api/Overlap.java
src/main/java/org/pelagios/explorer/rest/api/ReferencesTo.java
src/main/java/org/pelagios/explorer/rest/api/serializer/DatasetSerializer.java
src/main/java/org/pelagios/explorer/rest/api/serializer/GeoAnnotationSerializer.java
src/main/java/org/pelagios/explorer/rest/api/serializer/GeometrySerializer.java
src/main/java/org/pelagios/explorer/rest/api/serializer/PathSerializer.java
src/main/java/org/pelagios/explorer/rest/api/serializer/PlaceSerializer.java
src/main/java/org/pelagios/graph/Path.java
src/main/java/org/pelagios/graph/PelagiosGraph.java
src/main/java/org/pelagios/graph/PelagiosGraphNode.java
src/main/java/org/pelagios/graph/PelagiosGraphUtils.java
src/main/java/org/pelagios/graph/PelagiosRelationships.java
src/main/java/org/pelagios/graph/builder/DatasetBuilder.java
src/main/java/org/pelagios/graph/builder/DatasetImpl.java
src/main/java/org/pelagios/graph/builder/GeoAnnotationBuilder.java
src/main/java/org/pelagios/graph/builder/GeoAnnotationImpl.java
src/main/java/org/pelagios/graph/builder/PelagiosGraphBuilder.java
src/main/java/org/pelagios/graph/builder/PelagiosGraphImpl.java
src/main/java/org/pelagios/graph/builder/PlaceBuilder.java
src/main/java/org/pelagios/graph/builder/PlaceImpl.java
src/main/java/org/pelagios/graph/exceptions/DatasetExistsException.java
src/main/java/org/pelagios/graph/exceptions/DatasetNotFoundException.java
src/main/java/org/pelagios/graph/exceptions/PlaceExistsException.java
src/main/java/org/pelagios/graph/exceptions/PlaceNotFoundException.java
src/main/java/org/pelagios/graph/importer/AbstractDatasetImporter.java
src/main/java/org/pelagios/graph/importer/Hierarchy.java
src/main/java/org/pelagios/graph/importer/pleiades/PleiadesCSVParser.java
src/main/java/org/pelagios/graph/importer/pleiades/PleiadesDumpFiles.java
src/main/java/org/pelagios/graph/importer/pleiades/PleiadesImporter.java
src/main/java/org/pelagios/graph/importer/pleiades/locations/LocationParser.java
src/main/java/org/pelagios/graph/importer/pleiades/locations/LocationRecord.java
src/main/java/org/pelagios/graph/importer/pleiades/locations/PleiadesGeometry.java
src/main/java/org/pelagios/graph/importer/pleiades/locations/PleiadesGeometryDeserializer.java
src/main/java/org/pelagios/graph/importer/pleiades/names/NameParser.java
src/main/java/org/pelagios/graph/importer/pleiades/names/NameRecord.java
src/main/java/org/pelagios/graph/importer/ptolemymachine/PtolemyDatasetImporter.java
src/main/java/org/pelagios/graph/nodes/Dataset.java
src/main/java/org/pelagios/graph/nodes/GeoAnnotation.java
src/main/java/org/pelagios/graph/nodes/Place.java
src/main/java/org/pelagios/io/geojson/GeoJSONParser.java
src/main/java/org/pelagios/io/geojson/GeoJSONSerializer.java
src/main/java/org/pelagios/io/geojson/GeometryType.java
src/main/resources/config.properties
src/main/webapp/WEB-INF/web.xml
src/main/webapp/css/images/ui-bg_diagonals-thick_8_333333_40x40.png
src/main/webapp/css/images/ui-bg_flat_65_ffffff_40x100.png
src/main/webapp/css/images/ui-bg_glass_40_111111_1x400.png
src/main/webapp/css/images/ui-bg_glass_55_1c1c1c_1x400.png
src/main/webapp/css/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
src/main/webapp/css/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png
src/main/webapp/css/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png
src/main/webapp/css/images/ui-bg_inset-hard_45_cd0a0a_1x100.png
src/main/webapp/css/images/ui-bg_inset-hard_55_ffeb80_1x100.png
src/main/webapp/css/images/ui-icons_222222_256x240.png
src/main/webapp/css/images/ui-icons_4ca300_256x240.png
src/main/webapp/css/images/ui-icons_bbbbbb_256x240.png
src/main/webapp/css/images/ui-icons_ededed_256x240.png
src/main/webapp/css/images/ui-icons_ffcf29_256x240.png
src/main/webapp/css/images/ui-icons_ffffff_256x240.png
src/main/webapp/css/jquery-ui.css
src/main/webapp/css/style-old.css
src/main/webapp/css/style.css
src/main/webapp/dataset-explorer.html
src/main/webapp/img/ajax-loader-large.gif
src/main/webapp/img/ajax-loader.gif
src/main/webapp/img/helpbubble-tip.png
src/main/webapp/img/pelagios-logo-sm.png
src/main/webapp/img/questionmark-graphic.png
src/main/webapp/img/transp-bg.png
src/main/webapp/index.html
src/main/webapp/js/lib/GeoJSON.js
src/main/webapp/js/lib/jquery-1.6.1.min.js
src/main/webapp/js/lib/jquery-MIT-LICENSE.txt
src/main/webapp/js/lib/jquery-ui-1.8.14.custom.min.js
src/main/webapp/js/lib/jquery-ui-MIT-LICENSE.txt
src/main/webapp/js/lib/raphael-MIT-LICENSE.txt
src/main/webapp/js/lib/raphael-min-1.5.2.js
src/main/webapp/js/lib/springy-LICENSE.txt
src/main/webapp/js/lib/springy.js
src/main/webapp/js/main-old.js
src/main/webapp/js/main.js
src/main/webapp/js/pelagios/async/async.js
src/main/webapp/js/pelagios/core/core-old.js
src/main/webapp/js/pelagios/core/core.js
src/main/webapp/js/pelagios/core/dataset-list.js
src/main/webapp/js/pelagios/core/embed.js
src/main/webapp/js/pelagios/core/help.js
src/main/webapp/js/pelagios/core/info-bubble.js
src/main/webapp/js/pelagios/core/load-indicator.js
src/main/webapp/js/pelagios/core/palette.js
src/main/webapp/js/pelagios/core/search-list.js
src/main/webapp/js/pelagios/core/tooltip.js
src/main/webapp/js/pelagios/dataview/dataview.js
src/main/webapp/js/pelagios/graph/abstract-graph.js
src/main/webapp/js/pelagios/graph/dataset-graph-selection.js
src/main/webapp/js/pelagios/graph/dataset-graph.js
src/main/webapp/js/pelagios/graph/local-graph-tooltip.js
src/main/webapp/js/pelagios/graph/local-graph.js
src/main/webapp/js/pelagios/graph/pelagios-raphael-ext.js
src/main/webapp/js/pelagios/map/map-old.js
src/main/webapp/js/pelagios/map/map.js
src/test/java/org/pelagios/bootstrap/Setup.java
src/test/java/org/pelagios/bootstrap/StartGraphExplorer.java
src/test/java/org/pelagios/graph/DummyGraph.java
src/test/java/org/pelagios/graph/PelagiosGraphTest.java
src/test/java/org/pelagios/graph/importer/gap/GAPImporterTest.java
src/test/java/org/pelagios/graph/importer/nomisma/NomismaDatasetImporterTest.java
src/test/java/org/pelagios/graph/importer/perseus/PerseusImporterTest.java
src/test/java/org/pelagios/graph/importer/pleiades/PleiadesTest.java
src/test/java/org/pelagios/graph/importer/ptolemymachine/PtolemyDatasetImporterTest.java
src/test/java/org/pelagios/graph/importer/spqr/SPQRImporterTest.java
todo.txt

Download

Click the following link to download pelagios-graph-explorer-master.zip.

pelagios-graph-explorer-master.zip




















Home »
  Java Free Code »
    Graphics »




2D
3D
Graph
Graph 2D
Graph 3D
Graph Algorithm
Graph Database
Graph Facebook
Graph Hadoop
Graph Library
Graph Maven
Graph Visualization
Image
JPEG
OpenGL
PDF