File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 22
33A library of JavaScript micro-tools for in-browser rendering of DELPH-IN data
44structure 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 
Original file line number Diff line number Diff line change 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 > 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments