annotate ismi-python-neo4jrestclient/static/commentaries_authors2.html @ 29:2564732249b3

search for authors names uses normalization now.
author casties
date Thu, 10 Dec 2015 16:00:49 -0500
parents 2b2699d47eba
children cccbcc845d54
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
1 <html>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
2 <head>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
3 <meta name="viewport" content="width=device-width, initial-scale=1.0">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
4 <link rel="stylesheet" href="static/main.css">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
5 <title>ISMI commentary relations</title>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
6 </head>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
7
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
8 <body style="background:none;">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
9 <div role="navigation" class="navbar navbar-default navbar-static-top">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
10 <div class="container">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
11 <div class="row">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
12 <div class="col-sm-6 col-md-6">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
13 <ul class="nav navbar-nav">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
14 <li>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
15 <form role="search" class="navbar-form" id="search">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
16 <div class="form-group">
29
2564732249b3 search for authors names uses normalization now.
casties
parents: 19
diff changeset
17 <input type="text" value="jaghmini" placeholder="Search for person name" class="form-control" name="search">
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
18 </div>
29
2564732249b3 search for authors names uses normalization now.
casties
parents: 19
diff changeset
19 <button class="btn btn-default" type="submit">Search for author name</button>
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
20 </form>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
21 </li>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
22 </ul>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
23 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
24 <div class="navbar-header col-sm-6 col-md-6">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
25 <div class="logo-well">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
26 <a href="//neo4j.com/developer-resources">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
27 <img src="//neo4j-contrib.github.io/developer-resources/language-guides/assets/img/logo-white.svg" alt="Neo4j World's Leading Graph Database" id="logo">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
28 </a>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
29 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
30 <div class="navbar-brand">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
31 <div class="brand">ISMI Commentary relations between Texts</div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
32 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
33 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
34 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
35 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
36 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
37
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
38 <div class="row">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
39 <div class="col-md-5">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
40 <div class="panel panel-default">
19
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
41 <div class="panel-heading">
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
42 <span>Texts by this author</span>
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
43 <span class="clickhide">(click to hide)</span>
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
44 <span class="clickhide" style="display:none;">(click to show)</span>
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
45 </div>
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
46 <table id="results" class="table table-striped table-hover">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
47 <thead>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
48 <tr>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
49 <th>Author (translit)</th>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
50 <th>Title (translit)</th>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
51 <th>Title (arabic)</th>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
52 <th>ismi_id</th>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
53 </tr>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
54 </thead>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
55 <tbody>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
56 </tbody>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
57 </table>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
58 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
59 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
60 <div class="col-md-7">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
61 <div class="panel panel-default">
19
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
62 <div class="panel-heading">
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
63 <span id="title">Text details</span>
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
64 <span class="clickhide">(click to hide)</span>
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
65 <span class="clickhide" style="display:none;">(click to show)</span>
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
66 </div>
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
67 <div class="row">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
68 <!-- <div class="col-sm-4 col-md-4">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
69 <img src="" class="well" id="poster"/>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
70 </div> -->
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
71 <div class="col-md-8 col-sm-8">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
72 <h4>Details</h4>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
73 <ul id="info">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
74 </ul>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
75 <h4>Commenting on</h4>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
76 <ul id="commenting">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
77 </ul>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
78 <h4>Commentaries</h4>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
79 <ul id="commentaries">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
80 </ul>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
81 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
82 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
83 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
84 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
85 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
86 <div class="col-lg-12">
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
87 <div class="panel panel-default">
19
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
88 <div class="panel-heading">
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
89 <span>Graph of commentaries</span>
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
90 <span class="clickhide">(click to hide)</span>
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
91 <span class="clickhide" style="display:none;">(click to show)</span>
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
92 </div>
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
93 <div id="graph">
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
94 </div>
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
95 </div>
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
96 </div>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
97
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
98 <style type="text/css">
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
99 .node { stroke: #222; stroke-width: 1.5px; }
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
100 .node.TEXT { fill: #888; }
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
101 .node.TEXT.marked { stroke: red; }
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
102 .node.TEXT.selected { fill: red; }
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
103 .link { stroke: #999; stroke-opacity: .6; stroke-width: 1px; }
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
104 tr.marked {border: 2px solid red;}
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
105 </style>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
106
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
107 <script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
108 <!-- <script src="https://d3js.org/d3.v3.min.js" type="text/javascript"></script> -->
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
109 <script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" type="text/javascript"></script>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
110 <script type="text/javascript">
19
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
111 // make panels roll-up
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
112 $(".panel-heading").on("click", function() {
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
113 $(this).find(".clickhide").toggle();
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
114 $(this).next().slideToggle();
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
115 });
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
116 // provide search and graph
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
117 backendApiPrefix = "";
18
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
118 searchApi = {};
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
119 $(function () {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
120 function showText(text_id) {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
121 $.get(backendApiPrefix+"/textandcommentaries/" + encodeURIComponent(text_id),
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
122 function (data) {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
123 if (!data) return;
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
124 $("#title").text("Title: "+data.title);
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
125 var $list = $("#info").empty();
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
126 $list.append($("<li> author: " + data.author + "</li>"));
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
127 for (var key in data.attrs) {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
128 var val = data.attrs[key];
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
129 if (key === "link") {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
130 val = "<a href=\"" + val + "\" target=\"_blank\">" + val + "</a>";
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
131 }
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
132 $list.append($("<li>" + key + ": " + val + "</li>"));
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
133 };
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
134 // re-set selected
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
135 $("#graph .selected").each(function(){this.classList.remove("selected")});
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
136 $("#graph .ismi-"+data.attrs.ismi_id).each(function(){this.classList.add("selected")});
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
137 var $commentaries = $("#commentaries").empty();
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
138 for (var key in data.commentaries) {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
139 var val = data.commentaries[key];
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
140 $commentaries.append($("<li>" + val.title + " [<span class=\"text_id\">" + key + "</span>] by " + val.author + "</li>")
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
141 .click(function() { showText($(this).find("span.text_id").text());}));
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
142 }
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
143 var $commenting = $("#commenting").empty();
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
144 for (var key in data.commenting) {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
145 var val = data.commenting[key];
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
146 $commenting.append($("<li>" + val.title + " [<span class=\"text_id\">" + key + "</span>] by " + val.author + "</li>")
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
147 .click(function() { showText($(this).find("span.text_id").text());}));
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
148 }
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
149 }, "json");
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
150 return false;
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
151 }
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
152 function search() {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
153 var query=$("#search").find("input[name=search]").val();
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
154 $.get(backendApiPrefix+"/search?q=" + encodeURIComponent(query),
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
155 function (data) {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
156 var t = $("table#results tbody").empty();
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
157 if (!data || data.length == 0) return;
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
158 // clear all marks
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
159 $("#graph .marked").each(function(){this.classList.remove("marked")});
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
160 data.forEach(function (row) {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
161 var text = row.text;
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
162 var author = row.author;
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
163 var comm = row.is_commentary || row.has_commentaries;
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
164 var $row = $("<tr><td>" + author.label + "</td><td>" + text.label + "</td><td>" + text.full_title + "</td><td class='text_id'>" + text.ismi_id + "</td></tr>").appendTo(t)
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
165 .click(function() { showText($(this).find("td.text_id").text());});
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
166 if (comm) {
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
167 $row.addClass("marked");
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
168 }
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
169 // set mark
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
170 $("#graph .ismi-"+text.ismi_id).each(function(){this.classList.add("marked")});
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
171 });
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
172 showText(data[0].text.ismi_id);
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
173 }, "json");
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
174 return false;
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
175 }
18
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
176 // export API
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
177 searchApi.showText = showText;
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
178 searchApi.search = search;
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
179 // start search
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
180 $("#search").submit(search);
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
181 search();
19
2b2699d47eba now with collapsible panels.
casties
parents: 18
diff changeset
182 });
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
183 </script>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
184
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
185 <script type="text/javascript">
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
186 var width = 1400, height = 1400;
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
187
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
188 var force = d3.layout.force()
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
189 .charge(-100) // -200
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
190 .linkDistance(15) // 30
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
191 .size([width, height]);
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
192
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
193 var svg = d3.select("#graph").append("svg")
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
194 .attr("width", "1400px").attr("height", "1400px")
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
195 .attr("pointer-events", "all");
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
196
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
197 d3.json(backendApiPrefix+"/graph?limit=1000", function(error, graph) {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
198 if (error) return;
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
199
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
200 force.nodes(graph.nodes).links(graph.links).start();
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
201
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
202 var link = svg.selectAll(".link")
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
203 .data(graph.links).enter()
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
204 .append("line").attr("class", "link");
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
205
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
206 var node = svg.selectAll(".node")
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
207 .data(graph.nodes).enter()
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
208 .append("circle")
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
209 .attr("class", function (d) { return "node "+d.label+" ismi-"+d.ismi_id})
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
210 .attr("r", 8) // 10
18
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
211 .attr("data-ismi_id", function(d) {return d.ismi_id})
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
212 .on("click", function() {
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
213 console.log("click on ", this);
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
214 var id = this.getAttribute("data-ismi_id");
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
215 searchApi.showText(id);
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
216 })
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
217 .call(force.drag);
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
218
18
c5fffe4338a1 with clickable nodes now.
casties
parents: 17
diff changeset
219 console.log("searchApi:", searchApi);
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
220 // html title attribute
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
221 node.append("title")
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
222 .text(function (d) { return d.title; })
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
223
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
224 // force feed algo ticks
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
225 force.on("tick", function() {
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
226 link.attr("x1", function(d) { return d.source.x; })
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
227 .attr("y1", function(d) { return d.source.y; })
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
228 .attr("x2", function(d) { return d.target.x; })
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
229 .attr("y2", function(d) { return d.target.y; });
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
230
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
231 node.attr("cx", function(d) { return d.x; })
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
232 .attr("cy", function(d) { return d.y; });
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
233 });
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
234 });
17
09c0a9ceb778 more pimping of commentaries_authors.
casties
parents: 16
diff changeset
235
16
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
236 </script>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
237 </body>
ad3eefa2cb80 pimped commentaries_authors.html visualisation.
casties
parents:
diff changeset
238 </html>