Skip to content

Commit

Permalink
Graph export from gephi
Browse files Browse the repository at this point in the history
  • Loading branch information
Nrault committed Oct 30, 2023
0 parents commit 6edfcdd
Show file tree
Hide file tree
Showing 33 changed files with 3,586 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.txt
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/

53 changes: 53 additions & 0 deletions config.json
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
}
}
}
Loading

0 comments on commit 6edfcdd

Please sign in to comment.