-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6edfcdd
Showing
33 changed files
with
3,586 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Template provided by InteractiveVis project | ||
http://blogs.oii.ox.ac.uk/vis/ | ||
https://github.com/oxfordinternetinstitute/InteractiveVis/ | ||
|
||
Important. The files must be uploaded to a webserver (or run one locally) in order to be viewed. JavaScript security prevents running the pages locally without a webserver. | ||
|
||
The InteractiveVis project of the Oxford Internet Institute with funding by JISC aims to allow easy creation of interactive visualisations for geospatial and network data using native web technologies (HTML5, CSS3, and SVG) and allow these visualisations to be self-contained so that they may run entirely offline in ebooks and other media. The project will survey existing solutions and build the necessary components to fill in missing features and smooth over incompatibilities in between existing libraries. The project will further provide online hosted wizards to allow for the easy creation of these interactive visualizations. | ||
|
||
More information about the project is available on the project blog: | ||
http//blogs.oii.ox.ac.uk/vis/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"type": "network", | ||
"version": "1.0", | ||
"data": "data.json", | ||
"logo": { | ||
"file": "", | ||
"link": "", | ||
"text": "Nicolas Rault" | ||
}, | ||
"text": { | ||
"more": "Graph representing the connections summarized from the analysis of 57 nuclei from the Allen Brain Database containing tracing experiments on mice. \nThis is the connectome of the mouse whisker system.", | ||
"intro": "Map of the whisker system of the rodent", | ||
"title": "Whisker System of the rodent" | ||
}, | ||
"legend": { | ||
"edgeLabel": "Connection", | ||
"colorLabel": "Structure", | ||
"nodeLabel": "Structure" | ||
}, | ||
"features": { | ||
"search": true, | ||
"groupSelectorAttribute": false, | ||
"hoverBehavior": "dim" | ||
}, | ||
"informationPanel": { | ||
"groupByEdgeDirection": false, | ||
"imageAttribute": false | ||
}, | ||
"sigma": { | ||
"drawingProperties": { | ||
"defaultEdgeType": "curve", | ||
"defaultHoverLabelBGColor": "#002147", | ||
"defaultLabelBGColor": "#ddd", | ||
"activeFontStyle": "bold", | ||
"defaultLabelColor": "#000", | ||
"labelThreshold": 10, | ||
"defaultLabelHoverColor": "#fff", | ||
"fontStyle": "bold", | ||
"hoverFontStyle": "bold", | ||
"defaultLabelSize": 14 | ||
}, | ||
"graphProperties": { | ||
"maxEdgeSize": 0.5, | ||
"minEdgeSize": 0.2, | ||
"minNodeSize": 1, | ||
"maxNodeSize": 7 | ||
}, | ||
"mouseProperties": { | ||
"maxRatio": 20, | ||
"minRatio": 0.75 | ||
} | ||
} | ||
} |
Oops, something went wrong.