-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
379 lines (332 loc) · 23.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Find an Expert Capability Map</title>
<link rel="stylesheet" href="http://brand.unimelb.edu.au/web-templates/1-1/css/complete.css">
<link rel="stylesheet" href="http://www.findanexpert.unimelb.edu.au/css/vitro.css">
<link rel="stylesheet" href="http://www.findanexpert.unimelb.edu.au/css/menupage/menupage.css">
<link rel="stylesheet" href="http://www.findanexpert.unimelb.edu.au/css/edit.css">
<link rel="stylesheet" href="http://findanexpert.unimelb.edu.au/themes/unimelb/css/screen.css">
<link rel="stylesheet" href="http://www.findanexpert.unimelb.edu.au/themes/unimelb/css/custom2.css">
<link rel="stylesheet" type="text/css" href="http://brand.unimelb.edu.au/global-header/css/style.css">
<link rel="stylesheet" type="text/css" href="graph.css">
<link rel="shortcut icon" type="image/x-icon" href="http://www.findanexpert.unimelb.edu.au/favicon.ico">
<script type="text/javascript" src="http://www.findanexpert.unimelb.edu.au/js/jquery.js"></script>
<script type="text/javascript" src="jquery.color.js"></script>
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
<script language="javascript" type="text/javascript" src="jsr_class.js"></script>
<script language="javascript" type="text/javascript" src="graph_new.js"></script>
</head>
<body class="no-logo fae" style="padding-top:60px">
<div id="g-header" role="banner"> <div class="wrapper" style="max-width: 980px; width: auto;"> <ul class="skiplinks"> <li><a href="#g-global-menu">Skip to navigation</a></li> <li><a href="#main-content">Skip to content</a></li> </ul> <ol id="g-breadcrumb-menu"> <li id="g-breadcrumb-home"><a href="http://www.unimelb.edu.au/">University Home</a></li> </ol> <div id="g-global-search"> <a href="http://search.unimelb.edu.au/" id="g-search-button" role="button" aria-haspopup="true">Search</a> <ul id="g-audience-links"> <li><a href="http://portal.unimelb.edu.au/">Current Students</a></li> <li><a href="http://www.unimelb.edu.au/staff/">Staff</a></li> <li><a href="http://alumni.unimelb.edu.au/">Alumni</a></li> <li><a href="http://library.unimelb.edu.au/">Library</a></li> </ul> <div id="g-global-search-overlay"> <form method="get" action="http://search.unimelb.edu.au/" name="g-searchform" id="g-searchform" role="search"> <label for="q"><span>Search the university</span></label> <input accesskey="s" type="search" name="q" id="q" value="" title="Search the University"> <input type="submit" name="sa" id="g-global-search-submit" value="Search"> </form> </div> </div> <hr> <ol id="g-global-menu" role="navigation" aria-labelledby="g-global-menu-label"> <a id="g-global-menu-logo" href="http://www.unimelb.edu.au">The University of Melbourne</a> <li id="g-global-menu-label">Browse the University</li> <li><a href="http://coursesearch.unimelb.edu.au" id="g-global-menu-study">Study</a></li> <li><a href="http://unimelb.edu.au/research/" id="g-global-menu-research">Research</a></li> <li><a href="http://unimelb.edu.au/engage/" id="g-global-menu-community">Engage</a></li> <li><a href="http://brand.unimelb.edu.au/global/contact-maps.html" id="g-global-menu-contact-maps" class="last">Contact & Maps</a></li> </ol> <hr class="g-clear-floats"> </div> </div>
<div id="g-header-blue-block"></div>
<span class="g-clear-floats"></span>
<header id="branding" role="banner">
<div class="header">
<div class="hgroup">
<h1><a href="http://findanexpert.unimelb.edu.au/">Find an Expert</a></h1>
</div>
<hr>
</div>
</header>
<div class="topnav">
<div class="wrapper">
<div class="inside">
<ul>
<li ><a href="http://findanexpert.unimelb.edu.au/">Home</a></li>
<li ><a href="http://findanexpert.unimelb.edu.au/organisations">Experts by Organisation</a></li>
<li ><a href="http://findanexpert.unimelb.edu.au/classifications">Experts by Research Classification</a></li>
<li ><a href="http://findanexpert.unimelb.edu.au/internationalLinkages">Experts by International Linkage</a></li>
<li class="last"><a href="http://findanexpert.unimelb.edu.au/research">Our Research</a></li>
</ul>
<ul style="float: right;">
<li class="last"><a href="http://search-au.funnelback.com/s/search.html?query=&collection=unimelb-researchers">Search</a></li>
</ul>
</div>
</div>
</div>
<div class="wrapper">
<div id="wrapper-content" role="main">
<div class="main" id="main-content" role="main">
<div class="col-8">
<!--[if lte IE 8]>
<p class="ie-alert">This site uses HTML elements that are not recognized by Internet Explorer 8 and below. As a result, the site will not be rendered appropriately. To correct this, please upgrade to Internet Explorer 9, or use another browser.</p>
<[endif]-->
<h2>Find an Expert: Capability Map</h2>
<p>Build a ‘first pass’ capability map by typing in a<!-- set of--> search term<!--s--> that could be said to represent a broad research capability.</p>
<div id="queryform">
<p>
<span>
<a href="http://www.funnelback.com/">
<img src="powered-by-logo.gif" class="smalllogo" alt="Funnelback
Enterprise Search Engine">
</a>
<input name="query" id="query" size="34" value="" onfocus=""
accesskey="q" onblur="" type="text" onkeydown="queryKeyDown(event);">
<label id="cutofflabel" for="queryCutoff">Cutoff:</label>
<input id="queryCutoff" name="queryCutoff" type="text" title="Cutoff" size="4" value="10">
<input type="submit" value="Search" id="add" type="button"
onclick="addKwd();">
<input value="Search and Expand" type="submit" id="sExpand" onclick="expandLastQuery = 1; addKwd();" >
<input value="Reset" id="resetButton" type="submit" onclick="reset()" disabled>
<a style="display:inline-block; float:right; line-height:32px; height:32px; cursor:pointer" onclick="showhideadvanced(this)">Show advanced</a>
</span>
<input name="collection" value="go8_melb_local" type="hidden">
</p>
</div> <!-- id="queryform" -->
<hr style="clear:both;">
<div class="advanced" id="advanced_options">
<p>
<label>Color scheme:</label>
<select id="colorScheme">
<option value="white">White</option>
<option value="black">Black</option>
</select>
<label>Link color:</label>
<select id="linkColor">
<option value="#D0D0D0">Lightest</option>
<option value="#B8B8B8" selected>Light</option>
<option value="#999">Medium</option>
<option value="#777">Medium-Dark</option>
<option value="#555">Dark</option>
</select>
<label>Gravity:</label>
<input type="text" id="graph_gravity" value="1" style="width:25px">
<label>Charge:</label>
<input type="text" id="graph_charge" value="-1500">
<label>Link distance:</label>
<input type="text" id="graph_linkdistance" value="40" style="width:25px">
<input type="submit" onclick="render()" value="Re-render">
<input type="submit" onclick="restoreDefaults()" value="Default">
</p>
</div>
<!-- Tier bar customisation -->
<hr>
<div id="container">
<div id="helptext">
<p>
Welcome to the Find An Expert Capability Mapping tool.
This tool visualises how researchers relate to other
researchers via search terms.
</p>
<h3>Getting Started</h3>
<p>
Enter a research area into the search field above and press ‘Search’.
The resulting diagram displays the search term, rendered in orange,
connected to the blue group of researchers that are active in that area.
Enter another search term to see how researchers from both searches relate.
Keep adding search terms to build a capability map
(for instance flood, fire, disaster).
You can also view <a href="javascript:run_demo(demos[0]);">this demo</a>
for disaster management to explore a detailed example.
</p>
<p>
Tip: you can expand a broad search term into smaller concepts
by clicking ‘search and expand’.
As examples, try expanding search terms such as ‘law’,
‘cancer’, ‘diabetes’, or ‘refugee’.
</p>
<h3>
<h3>Interacting with the visualisation</h3>
<p>
By clicking on any node in the visualisation,
additional information can be viewed in the
‘Info’ tab on the right-hand side.
For groups of people, the participants in the group
and their information can be viewed,
and individual researchers can be removed from the graph.
Selecting a search term will display all attached groups.
Under each group full information for each person is retrieved,
and the number of matching grants and publications
for each researcher within the mapped capabilities is shown.
Clicking on a researcher's name will lead to the original search
results.
</p>
<h4>Visual cues</h4>
<p>
To make the visualisation easier to read,
search terms and groups are scaled according
to the number of results returned.
Groups are also given different shades
according to the number of connected search terms.
The darker the shade, the more search terms a group is connected to.
</p>
<h3>Advanced features</h3>
<h4>Changing the cutoff value</h4>
<p>
The amount of researchers retrieved for each search term
for is limited by the cutoff value in the search form
(10 by default).
Increasing this cutoff will increase the likelihood
of an intersection between different search terms.
This will also increase the complexity of the graph,
however, and may make it difficult to identify patterns.
</p>
<h4>Exporting data</h4>
<p>
Once you have built a graph, you might wish to ‘save it for later’.
The graph itself can be exported and imported from the
‘Data’ tab.
Exporting the graph in such a manner preserves all mapped
capabilities, as well as respecting any people or nodes
removed from the graph manually.
To preserve the data, copy the data from the text field and save it.
To re-import the graph at a later point, the data can be pasted back into the field,
and ‘Import Graph Data’ selected.
</p>
</div>
<div id="center-container">
<div id="log"></div>
<div id="infovis"></div>
<div class="progress"><div id="progressbar"></div></div>
<script type="text/javascript">
var progressBar = new ProgressBar($("#progressbar"));
</script>
</div>
<div id="right-container">
<div class="tabs">
<ul class="titles">
<li><a href="#demo">Search terms</a></li>
<li><a href="#logg">Info</a></li>
<li><a href="#extractData">Data</a></li>
</ul>
<div class="result_body">
<div class="result_section" id="demo">
<h2>Current search terms</h2>
<ul id="log_printout">
<li>This panel displays a list of the search terms currently
on the graph. Search for something to begin.</li>
</ul>
<p style="position:absolute; bottom:10px">
<img src="key.png" alt="Key">
</p>
</div>
<div class="result_section" id="logg">
<div id="inner-details">
<p>
This panel displays information about individual
search terms and groups. Click on a group to display
its information.
</p>
</div>
</div>
<div class="result_section" id="extractData">
<h2>Extract Data</h2>
<p>
Import:
<!--button disabled>SVG</button-->
<button onclick="importGraphDetails();">JSON</button>
<br>
Export:
<button onclick="generateGraphSVG();">SVG</button>
<button onclick="download(g.export(), 'json')">JSON</button>
<button onclick="download(g.toDOT(), 'gv')">DOT</button>
<button onclick="generateGraphPersonList();">MRW</button>
</p>
<textarea id="graphDetails" style="width:99%; height:450px; border:1px solid #EEE; padding:0px;"></textarea>
</div>
</div>
</div>
</div>
<form id="download" method="post" style="display:none">
<textarea name="content" id="exportContent"></textarea>
</form>
</div>
</div>
</div>
</div>
</div> <!-- #wrapper-content -->
<div class="wrapper">
<div class="footer-wrapper">
<hr>
<div class="ack">
<p>
This interface was designed and developed by Matěj Korvas, Martin Kwok,
Melissa Makin, and Simon Porter.<br>
For further information contact
<a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
<footer role="contentinfo">
<p class="copyright">
<small>©2012
The University of Melbourne
| <a class="terms" href="http://findanexpert.unimelb.edu.au/termsOfUse" title="terms of use">Terms of Use</a></small> |
Powered by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank" title="powered by VIVO"><strong>VIVO</strong></a>
</p>
</footer>
</div>
<hr>
<div class="footer">
<div id="local" class="wrapper">
<p class="footertitle">Melbourne Research</p>
<div id="org-details" class="col-2">
<p class="location">Level 5, 161 Barry Street<br> The University of Melbourne <br>Parkville 3010 VIC Australia</p>
</div>
<ul class="contact col-2">
<li><strong>Phone:</strong> +61 3 8344 2000</li>
<li><strong>Fax:</strong> +61 3 9347 6739</li>
<li><strong>Email:</strong> <a href="mailto:[email protected]" onClick="recordOutboundLink(this, 'Global Nav Research', 'email enquiry');return false;">Make an enquiry</a></li>
</ul>
<ul class="local-maintainer col-2">
<li><strong>Authoriser:</strong><br>Deputy Vice-Chancellor (Research)</li>
<li><strong>Maintainer:</strong><br>Research Marketing Manager</li>
</ul>
<hr>
</div>
<hr>
</div>
</div>
<div id="footernav" role="contentinfo">
<div class="wrapper" style="max-width: 980px; width: auto;">
<p id="backtotop"><a href="#g-breadcrumb-menu">Back to top</a></p><a href=
"http://unimelb.edu.au" id="footernav-logo" name="footernav-logo"><img src=
"http://brand.unimelb.edu.au/global-header/images/unimelb-logo-lge.png" alt=
"The University of Melbourne logo" /></a>
<dl id="footernav-required">
<dt>Phone:</dt>
<dd>13 MELB (13 6352) | International: +(61 3) 9035 5511</dd>
<dd><br /></dd>
<dt>The University of Melbourne ABN:</dt>
<dd>84 002 705 224</dd>
<dd><br /></dd>
<dt>CRICOS Provider Code:</dt>
<dd>00116K <a href=
"http://www.services.unimelb.edu.au/international/visas/index.html">(visa
information)</a></dd>
<dd><br /></dd>
<dt>Web brand guidelines created by</dt>
<dd><a href="http://marcom.unimelb.edu.au">Marketing &
Communications</a></dd>
</dl>
<p id="footer-connect-title">Connect with The
University of Melbourne</p>
<ul id="footernav-social">
<li><a href="http://twitter.com/unimelb"><img src=
"http://brand.unimelb.edu.au/global-header/images/icon-twitter.png" alt=
"Connect with us on Twitter" /></a></li>
<li><a href="http://facebook.com/melbuni"><img src=
"http://brand.unimelb.edu.au/global-header/images/icon-facebook.png" alt=
"Connect with us on Facebook" /></a></li>
</ul>
<ul id="footernav-legals">
<li><a href="http://www.unimelb.edu.au/disclaimer/">Disclaimer &
copyright</a></li>
<li><a href=
"http://www.unimelb.edu.au/accessibility/index.html">Accessibility</a></li>
<li><a href=
"http://www.unimelb.edu.au/disclaimer/privacy.html">Privacy</a></li>
</ul>
</div>
<hr class="g-clear-floats" />
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1077874-1";
urchinTracker();
</script>
</body>
</html>