Skip to content

Commit 30f6144

Browse files
committed
updated svg.js and lodash; changed order of README.md
1 parent e2667a4 commit 30f6144

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
A library of JavaScript micro-tools for in-browser rendering of DELPH-IN data
44
structure visualizations. Targets the developmental
5-
[DELPH-IN API](http://moin.delph-in.net/ErgApi).
5+
[DELPH-IN API].
6+
7+
## Demo
8+
9+
delphin-viz includes a demo interface which is modelled on the LOGON
10+
demo. A live version can be found [here][demo].
11+
12+
13+
Dependencies (not including dependencies required for visualizations):
14+
* [jQuery]
15+
616

717
## Visualizations
818

@@ -34,18 +44,9 @@ Dependencies:
3444
* [d3.js]
3545

3646

37-
## Demo
38-
39-
delphin-viz also includes a demo interface which is modelled on the LOGON
40-
demo. A live version can be found [here][demo].
41-
42-
43-
Dependencies (not including dependencies required for visualizations):
44-
* [jQuery]
45-
46-
4747
[d3.js]: https://d3js.org/
4848
[svg.js]: http://svgjs.com/
4949
[jQuery]: https://jquery.com/
5050
[jQuery UI]: https://jqueryui.com/
5151
[demo]: http://delph-in.github.io/delphin-viz/demo/
52+
[DELPH-IN API]: http://moin.delph-in.net/ErgApi

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<link rel="stylesheet" type="text/css" media="screen" href="../viz/delphin-viz.css"/>
1111
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
1212
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
13-
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.11.2/lodash.min.js"></script>
14-
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.3.0/svg.min.js"></script>
13+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.3/lodash.min.js"></script>
14+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.3.6/svg.min.js"></script>
1515
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
1616
<script type="text/javascript" src="resources.js"></script>
1717
<script type="text/javascript" src="demo.js"></script>

0 commit comments

Comments
 (0)