Mercurial > hg > NetworkVis
annotate popoto/ismi.html @ 1:db013b2f3e10
added displayAttribute to show on individual nodes.
pull all labels and add getLabelFilter to ignore labels (currently with underscore).
added ismi-specific app-template and html file.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 01 Sep 2015 16:56:31 +0200 |
parents | |
children | 72dc19d750ad |
rev | line source |
---|---|
1
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
1 <!DOCTYPE html> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
2 <html> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
3 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
4 <head> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
5 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
6 <title>Popoto Search</title> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
7 <link rel="stylesheet" href="css/popoto.min.css"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
8 </head> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
9 <body class="ppt-body"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
10 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
11 <header class="ppt-header"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
12 <span class="ppt-header-span">POPOTO JS alpha version</span> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
13 </header> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
14 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
15 <section class="ppt-section-main"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
16 <div class="ppt-section-header"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
17 <span class="ppt-header-span">Graph</span> search |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
18 </div> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
19 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
20 <div class="ppt-container-graph"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
21 <nav id="popoto-taxonomy" class="ppt-taxo-nav"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
22 <!-- Label/taxonomy filter will be generated here --> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
23 </nav> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
24 <div id="popoto-graph" class="ppt-div-graph"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
25 <!-- Graph will be generated here--> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
26 </div> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
27 </div> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
28 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
29 <div id="popoto-query" class="ppt-container-query"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
30 <!-- Query viewer will be generated here --> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
31 </div> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
32 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
33 <!-- Cypher query viewer has been partially disabled for this alpha release and only display the query as text if enabled --> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
34 <!--<div id="popoto-cypher" class="ppt-container-cypher">--> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
35 <!--</div>--> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
36 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
37 <div class="ppt-section-header"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
38 <!-- The total results count is updated with a listener defined in app-template.js --> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
39 RESULTS <span id="result-total-count" class="ppt-count"></span> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
40 </div> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
41 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
42 <div id="popoto-results" class="ppt-container-results"> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
43 <!-- Results will be generated here --> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
44 </div> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
45 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
46 </section> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
47 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
48 <!----------------------> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
49 <!-- Required scripts --> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
50 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
51 <!-- Jquery is only used in popoto.js to send ajax POST request on Neo4j REST API --> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
52 <!-- This dependency will probably be removed in future releases --> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
53 <script src="js/jquery-2.1.0.min.js" charset="utf-8"></script> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
54 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
55 <script src="js/d3.v3.min.js" charset="utf-8"></script> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
56 <!-- <script src="js/popoto.min.js" charset="utf-8"></script> --> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
57 <script src="src/js/popoto.js" charset="utf-8"></script> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
58 |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
59 <!-- You can modify the parameters defined in this script to customize this application template --> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
60 <script src="js/app-ismi.js" charset="utf-8"></script> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
61 </body> |
db013b2f3e10
added displayAttribute to show on individual nodes.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
62 </html> |