Skip to content

Commit

Permalink
Import visualisation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Jan 23, 2019
0 parents commit 7f744c4
Show file tree
Hide file tree
Showing 129 changed files with 849,442 additions and 0 deletions.
404 changes: 404 additions & 0 deletions JCPCDataOntology_V5_20180202.owl

Large diffs are not rendered by default.

Binary file added JCPCDatasetImage_V1_20180821.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
498,350 changes: 498,350 additions & 0 deletions JCPC_AllData_V3_20180821.rdf

Large diffs are not rendered by default.

341,617 changes: 341,617 additions & 0 deletions JCPC_AllData_V3_20180821.ttl

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions network-visualisations/AdmiraltyPrize/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 network-visualisations/AdmiraltyPrize/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": "Sarah Middle"
},
"text": {
"more": "",
"intro": "Network visualisation showing appeals heard and judgments made by the Judicial Committee of the Privy Council (JCPC), for cases involving courts of Admiralty and/or described as \u0027In Prize\u0027.",
"title": "JCPC Appeals: Admiralty/Prize Cases"
},
"legend": {
"edgeLabel": "Edges: connections between nodes",
"colorLabel": "Colours: Pink - locations; Purple - parties (appellants/respondents); Blue - appeals; Green - judgments; Grey - links to external resources, including digitised documents in BAILII, and records on Wikidata and VIAF",
"nodeLabel": "Nodes: appeals, judgments, locations, and parties involved"
},
"features": {
"search": true,
"groupSelectorAttribute": false,
"hoverBehavior": "default"
},
"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
}
}
}
1 change: 1 addition & 0 deletions network-visualisations/AdmiraltyPrize/data.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions network-visualisations/AdmiraltyPrize/htaccess_example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
AddType application/json json
AddType text/xml gexf
112 changes: 112 additions & 0 deletions network-visualisations/AdmiraltyPrize/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" itemscope itemtype="http://schema.org/Map">

<head>
<title>JCPC Appeals: Admiralty/Prize Cases</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />


<!--[if IE]><script type="text/javascript" src="../sigma-includes/js/excanvas.js"></script><![endif]--> <!-- ../sigma-includes/js/default.js -->
<script src="../sigma-includes/js/jquery/jquery.min.js" type="text/javascript"></script>
<script src="../sigma-includes/js/sigma/sigma.min.js" type="text/javascript" language="javascript"></script>
<script src="../sigma-includes/js/sigma/sigma.parseJson.js" type="text/javascript" language="javascript"></script>
<script src="../sigma-includes/js/fancybox/jquery.fancybox.pack.js" type="text/javascript" language="javascript"></script>
<script src="../sigma-includes/js/main.js" type="text/javascript" language="javascript"></script>

<link rel="stylesheet" type="text/css" href="../sigma-includes/js/fancybox/jquery.fancybox.css"/>
<link rel="stylesheet" href="../sigma-includes/css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" media="screen and (max-height: 770px)" href="../sigma-includes/css/tablet.css" />
</head>


<body>
<div class="sigma-parent">
<div class="sigma-expand" id="sigma-canvas"></div>
</div>
<div id="mainpanel">
<div class="col">
<div id="maintitle"></div>
<div id="title"></div>
<div id="titletext"></div>
<!--<div class="info cf">
<dl>
<dt class="moreinformation"></dt>
<dd class="line"><a href="#information" class="line fb">More about this visualisation</a></dd>
</dl>
</div>-->
<div id="legend">
<div class="box">
<h2>Legend:</h2>
<dl>
<dt class="node"></dt>
<dd></dd>
<dt class="edge"></dt>
<dd></dd>
<dt class="colours"></dt>
<dd></dd>
</dl>
</div>
</div>
<div class="b1">
<form>
<div id="search" class="cf"><h2>Search:</h2>
<input type="text" name="search" value="Search by name" class="empty"/><div class="state"></div>
<div class="results"></div>
</div>
<div class="cf" id="attributeselect"><h2>Group Selector:</h2>
<div class="select">Select Group</div>
<div class="list cf"></div>
</div>
</form>
</div>
</div>
<div id="information">
</div>
</div>
<div id="zoom">
<div class="z" rel="in"></div> <div class="z" rel="out"></div> <div class="z" rel="center"></div>
</div>
<div id="copyright">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="images/CC.png" /></a></div>
</div>
<div id="attributepane">
<div class="text">
<div title="Close" class="left-close returntext"><div class="c cf"><span>Return to the full network</span></div></div>
<div class="headertext">
<span>Information Pane</span>
</div>
<div class="nodeattributes">
<div class="name"></div>
<div class="data"></div>
<div class="p">Connections:</div>
<div class="link">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div id="developercontainer">
<a href="http://www.oii.ox.ac.uk" title="Oxford Internet Institute"><div id="oii"><span>OII</span></div></a>
<a href="http://jisc.ac.uk" title="JISC"><div id="jisc"><span>JISC</span></div></a>
</div>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21293169-4']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</html>
12 changes: 12 additions & 0 deletions network-visualisations/AdmiraltyPrize/web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<configuration>

<system.webServer>

<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
<mimeMap fileExtension=".gexf" mimeType="text/xml" />
</staticContent>

</system.webServer>

</configuration>
11 changes: 11 additions & 0 deletions network-visualisations/CrownCases/1860-1879/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 network-visualisations/CrownCases/1860-1879/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": "Sarah Middle"
},
"text": {
"more": "",
"intro": "Network visualisation showing appeals heard and judgments made by the Judicial Committee of the Privy Council (JCPC), for Crown cases, i.e. those where the Appellant or Respondent was the King or Queen, between 1 January 1860 and 31 December 1879.\n",
"title": "JCPC Appeals: Crown Cases, 1860-1879"
},
"legend": {
"edgeLabel": "Edges: connections between nodes",
"colorLabel": "Colours: Orange - parties (appellants/respondents); Purple - locations; Blue - appeals; Green - judgments; Grey - links to external resources, including digitised documents in BAILII, and records on Wikidata and VIAF",
"nodeLabel": "Nodes: appeals, judgments, locations, and parties involved"
},
"features": {
"search": true,
"groupSelectorAttribute": false,
"hoverBehavior": "default"
},
"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
}
}
}
1 change: 1 addition & 0 deletions network-visualisations/CrownCases/1860-1879/data.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions network-visualisations/CrownCases/1860-1879/htaccess_example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
AddType application/json json
AddType text/xml gexf
112 changes: 112 additions & 0 deletions network-visualisations/CrownCases/1860-1879/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" itemscope itemtype="http://schema.org/Map">

<head>
<title>JCPC Appeals: Crown Cases, 1860-1879</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />


<!--[if IE]><script type="text/javascript" src="../js/excanvas.js"></script><![endif]--> <!-- ../js/default.js -->
<script src="../js/jquery/jquery.min.js" type="text/javascript"></script>
<script src="../js/sigma/sigma.min.js" type="text/javascript" language="javascript"></script>
<script src="../js/sigma/sigma.parseJson.js" type="text/javascript" language="javascript"></script>
<script src="../js/fancybox/jquery.fancybox.pack.js" type="text/javascript" language="javascript"></script>
<script src="../js/main.js" type="text/javascript" language="javascript"></script>

<link rel="stylesheet" type="text/css" href="../js/fancybox/jquery.fancybox.css"/>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" media="screen and (max-height: 770px)" href="../css/tablet.css" />
</head>


<body>
<div class="sigma-parent">
<div class="sigma-expand" id="sigma-canvas"></div>
</div>
<div id="mainpanel">
<div class="col">
<div id="maintitle"></div>
<div id="title"></div>
<div id="titletext"></div>
<!--<div class="info cf">
<dl>
<dt class="moreinformation"></dt>
<dd class="line"><a href="#information" class="line fb">More about this visualisation</a></dd>
</dl>
</div>-->
<div id="legend">
<div class="box">
<h2>Legend:</h2>
<dl>
<dt class="node"></dt>
<dd></dd>
<dt class="edge"></dt>
<dd></dd>
<dt class="colours"></dt>
<dd></dd>
</dl>
</div>
</div>
<div class="b1">
<form>
<div id="search" class="cf"><h2>Search:</h2>
<input type="text" name="search" value="Search by name" class="empty"/><div class="state"></div>
<div class="results"></div>
</div>
<div class="cf" id="attributeselect"><h2>Group Selector:</h2>
<div class="select">Select Group</div>
<div class="list cf"></div>
</div>
</form>
</div>
</div>
<div id="information">
</div>
</div>
<div id="zoom">
<div class="z" rel="in"></div> <div class="z" rel="out"></div> <div class="z" rel="center"></div>
</div>
<div id="copyright">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="images/CC.png" /></a></div>
</div>
<div id="attributepane">
<div class="text">
<div title="Close" class="left-close returntext"><div class="c cf"><span>Return to the full network</span></div></div>
<div class="headertext">
<span>Information Pane</span>
</div>
<div class="nodeattributes">
<div class="name"></div>
<div class="data"></div>
<div class="p">Connections:</div>
<div class="link">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div id="developercontainer">
<a href="http://www.oii.ox.ac.uk" title="Oxford Internet Institute"><div id="oii"><span>OII</span></div></a>
<a href="http://jisc.ac.uk" title="JISC"><div id="jisc"><span>JISC</span></div></a>
</div>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21293169-4']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</html>
12 changes: 12 additions & 0 deletions network-visualisations/CrownCases/1860-1879/web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<configuration>

<system.webServer>

<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
<mimeMap fileExtension=".gexf" mimeType="text/xml" />
</staticContent>

</system.webServer>

</configuration>
Loading

0 comments on commit 7f744c4

Please sign in to comment.