-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
519 lines (471 loc) · 26.6 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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<!DOCTYPE html>
<html lang="en">
<head>
<title>ReviewerNet</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, height=device-height">
<script type="text/javascript" src="src\jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="src/d3.v4.min.js"></script>
<link rel="icon" href="imgs/logo-ico.ico">
<link rel="stylesheet" href="css\bootstrap.min.css">
<link rel="stylesheet" href="css\nouislider.min.css">
<script src="src\bootstrap.min.js"></script>
<script src="src\nouislider.min.js"></script>
<!-- <script type="text/javascript" src="src/jquery.autocomplete.js"></script> -->
<script src="src/jquery-ui.js"></script>
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script src="https://www.googletagmanager.com/gtag/js?id=UA-118764276-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-118764276-1');
</script>
<div class="container-fluid" id="all" style="background: transparent;">
<!-- RT & PN col -->
<div class="row" style="overflow: hidden; background: transparent;">
<div class="col-sm-8" style="padding-left: 5px;padding-right: 2px;">
<div class="row ui-widget-content" id="resizable">
<div id="aut_table" class="container-fluid aa graph" style="width: 100%; overflow-y: auto">
<svg id="svgRT" class="svg" style="width: inherit; height: inherit">
</svg>
<!-- RT -->
<table id="authTable">
</table>
</div>
</div>
<!-- PN row-->
<div class="row ui-widget-content" id="row21">
<div id="scrollable" class="panel-body scroll container-fluid graph a ap text-left"
style="width: 100%; height: inherit">
<!-- Start Msg -->
<span id="loading" class="text-center">
<!--<<div id="ldr" class="cssload-loader">Loading data <span id = "ldr-val" style="width: auto; font-size: 0.6em">0</span>%</div> div class="loader text-center"></div>-->
<br><br>
</form>
<b>ReviewerNet</b> is a tool for searching reviewers by maximizing expertise coverage and minimizing the
conflicts.<br>The main idea is using visual representations of citation and co-authorship, assuming
authors of relevant papers are good candidate reviewers.<br><br> ReviewerNet default instance runs on a
bibliographic database in the field of Computer Graphics extracted from the <a target="_blank"
class="links" href="https://www.semanticscholar.org/">Semantic Scholar</a> Corpus,
<br>but you can create your own instance with a
user-friendly procedure described <a class="links"
href="https://github.com/cnr-isti-vclab/ReviewerNet/tree/master/parser" target="_blank">here</a>.<br>
<hr>
<span id="stat-intro">
</span>
<div id="table_container">
<table id="init-table">
<tr>
<td>
<table style="width: 70%" class="jTable">
<!--
<tr class="tjr">
<td class="tj-1r"> <button id="ml-btn" class="j-btn" onclick="clickOnJ(this)"> Machine Learning / AI </button></td>
</tr>
<tr class="tjr">
<td class="tj-2r"> <button id="hpc-btn" class="j-btn" onclick="clickOnJ(this)"> HPC </button></td>
</tr>
-->
<tr class="tjr">
<td class="tj-3r"><button id="cg-btn" class="j-btn" onclick="clickOnJ(this)"> Computer
Graphics </button></td>
</tr>
<!--
<tr class="tjr">
<td class="tj-3r"><button id="cgL-btn" class="j-btn" onclick="clickOnJ(this)"> Computer Graphics extended </button></td>
</tr>
<tr class="tjr">
<td class="tj-4r"> <button id="dm-btn" class="j-btn" onclick="clickOnJ(this)"> Data Mining </button></td>
</tr>
<tr class="tjr">
<td class="tj-5r"> <button id="cv-btn" class="j-btn" onclick="clickOnJ(this)"> Computer Vision & Pattern Recognition </button></td>
</tr>
-->
<tr class="tjr">
<td class="tj-5r"> <button id="pers-btn" class="j-btn"
onclick="document.getElementById('input_ds').click()">Upload your instance</button>
<input type="file" id="input_ds" style="display: none;" onchange="import_ds_m(event)"
multiple />
</td>
</tr>
</table>
</td>
<td id="j-list" class="jrow">
</td>
<td id="j-stat" class="jrow">
</td>
</tr>
</table>
</div>
<br>
<button id="j-go-btn" class="jgo-btn" onclick="clickOnGo()">Use ReviewerNet</button>
<hr>
<br><br> ReviewerNet can be built over any dataset, according to the domain of interest..<br><br>
<center>We use technical, statistical and third parties-cookies to collect page-level access
information.<br>We DO NOT use profiling and advertising cookies.<br>ReviewerNet DO NOT transmit any data
about the chosen authors or papers back to any server. <br>If you choose to use the deafult instance of
ReviewerNet, the bibliographic database is fully loaded and queried on your local client.<br><br> Click
on "Use ReviewerNet" to acknowledge this info and start enjoying ReviewerNet.</center>
</span>
<span id="startMsg">
<span id="firstspan">
<img id="logo" src="imgs/logo.png">
<h3 id="titleLogo">ReviewerNet</h3>
</span>
<span id="cmap-span" style="visibility:hidden;">
<label id="cmap-label" for="cmap-select">Select a color-map</label>
<select name="Color-map" id="cmap-select" style="pointer-events: all;">
<option selected = "true">Total number of citations</option>
<option>Local relevance</option>
<option >Venue</option>
</select>
</span>
<!--<table id="ds_table">
<tr>
<td style="padding-right: 4px;"> <button style="float: right;" id="default_inst" class="ds_btn" >Use default instance</button></td>
<td style=" padding-left: 4px;">
<button class="ds_btn" style="float: left;" id="import_ds_b" onclick="document.getElementById('input_ds').click()">Import datasets</button>
<input type="file" id="input_ds" style="display: none;" onchange="import_ds_m(event)" multiple/>
<input type="file" id="file_input" webkitdirectory="" directory="">
</td>
</tr>
</table> -->
</span>
<!-- Paper Graph -->
<svg id="svgAxis" class="svg" style="width: inherit; height: 800px">
<defs>
<linearGradient id="grad_v" x1="0%" y1="0%" x2="0%" y2="100%">
<stop id="firstStopS" offset="0%" style="stop-color:#ffff99;stop-opacity:1" />
<stop id="thirdStopS" offset="100%" style="stop-color:#00cc99;stop-opacity:1" />
</linearGradient>
<pattern id="zoomin-image" x="0%" y="0%" height="100%" width="100%" viewBox="0 0 5 5">
<image id="zoomin-img" x="0%" y="0%" width="5" height="5" href="/imgs/zoom-in.svg"
style="opacity: 0.3"></image>
</pattern>
<pattern id="zoomout-image" x="0%" y="0%" height="100%" width="100%" viewBox="0 0 5 5">
<image id="zoomout-img" x="0%" y="0%" width="5" height="5" href="/imgs/zoom-out.svg"
style="opacity: 0.3"></image>
</pattern>
<pattern id="reset-image" x="0%" y="0%" height="100%" width="100%" viewBox="0 0 5 5">
<image id="reset-img" x="0.15%" y="0%" width="4" height="4" href="/imgs/icon.svg"
style="opacity: 0.3"></image>
</pattern>
</defs>
<rect id="cmpa" class="cmpClass pop-up" x="20" y="160" width="10px"
title="A color-map associated with the number of in-citations. The steps are 0 and 100." height="36%"
fill="url(#grad_v)" text="100" ry="6px" />
<!-- <circle style = "cursor: pointer; pointer-events: all" id="reset-button" cx="30" cy="135" r="10" stroke="lightgray" stroke-width="0" fill="url(#reset-image)" />-->
<text id="top_cmstop" x="35px" y="160px" class="cmpClass" style="font-size: 0.7em;"
fill="rgba( 0, 0, 0, 0.609 )">100</text>
<text id="bottom_cmstop" class="cmpClass" x="35px" y="454px" style="font-size: 0.7em;" fill="rgba( 0, 0, 0, 0.609 )">0</text>
</svg>
<svg id="svgP" class="svg" style="width: inherit" height=500px>
</svg>
</div>
</div>
</div>
<!-- RN & GUI col -->
<div id="AG-col" class="col-sm-4">
<div class="row ui-widget-content" id="resizable1" style="margin: 0;">
<div id="AG-container" class="container-fluid ag-container graph ag" style="overflow-y: hidden;">
<svg id="svgAG_names" class="svg" style="width: 100%; height:100%"></svg>
<svg id="svgAG" class="svg" style="width: 100%; height:100%"></svg>
</div>
</div>
<div class="row ui-widget-content" id="row22">
<div id="my-container" class="container-fluid my-container-resize">
<!-- Toolbox -->
<div id="CPlabel" style="color:
rgba( 0, 0, 0, 0.407 ); font-size: 1em; font-variant-caps: petite-caps;"
class="panel-body text-left">
Control Panel
</div>
<div id="toolbox" class="panel-body text-center">
<div class="row" id="tbRow1">
<table id="bnt-table" class="table table-condensed" style="border:0px">
<tr>
<td rowspan="2" style="border:0px">
<label class=" pop-up gui-menu-item"
title="For a researcher to be a candidate reviewer, the minimum number of authored papers in the PN. If you increase the value, then you lower the number of researchers visualized in the RT and RN. "
for="MNP">Productivity<br> Threshold</label>
<input id="MNP" class="spinner" name="value">
</td>
<td rowspan="2" style="border:0px">
<label for="lastYearOfP"
title="For a researcher to be a candidate reviewer, the maximum number of years since the last authored paper in the database. If you increase the value, then you visualize more researchers in the RT and RN."
class="pop-up gui-menu-item">Researcher<br>Expiration</label>
<input id="lastYearOfP" class="spinner" name="value">
<td rowspan="2" style="border:0px">
<label for="C"
title="For two researchers to have a conflict-of-interest, the maximum number of years since the last co-authored paper in the database. If you increase the value, then more researchers are visualized as conflicting."
class="pop-up gui-menu-item">Conflict<br>Expiration</label>
<input id="C" class="spinner" name="val">
</td>
<td class="tdp" style="border:0px;transform:translateX(-5%)">
<input id="cb-av" class="checkB" type="checkbox" value="false"><label
class="checkbox-inline pop-up gui-menu-item"
title="If ticked, then you visualize the authors of all papers in the PN, instead of selected papers only. This augments the number of candidate reviewers. Note: visualizing a large number of authors can slow down the interface.">Expand
RT & RN</label>
</td>
</td>
</tr>
<tr>
<td class="tdp" style="border:0px; transform: translate(-5%,-20%);">
<input class="checkB" id="cb-confl" type="checkbox" value="false">
<label title="If ticked, then you remove conflicting authors from the visualization."
class="checkbox-inline pop-up gui-menu-item">Hide Conflicted</label>
</td>
</tr>
</table>
</div>
</div>
<!-- Search Bars -->
<div id="sidenav" class="sidebar-nav navbar-collapse">
<ul class="nav in" id="side-menu">
<li class="sidebar-search">
<div id="searchfield" style="width: 100%; padding-top: 1px;">
<table>
<tbody>
<tr id="submitting_row">
<td id="td1" class="td1">
<span id="conflict-a" class="text-left tb_labels">Submitting Researchers <span
id="authors-badge" class="badge"></span></span>
</td>
<td class="td2">
<div id="export-dialog" title="Session Snapshot" class="my-dialog">
</div>
<button id="export-btn" style="visibility:hidden;" class="pop-up cpbtn" type="button" title="Export button."><img
id="export" class="cpimg" src="imgs/file-export-solid.png" alt="Export Session"></button>
</td>
<td id="td3">
<form class="aform"><input name="authoSearchBar" class="biginput hiddenSB "
id="authors-autocomplete" autocomplete="off" type="text" placeholder="Find authors..."
style="width: 100%"></form>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li id="aal" class="element">
<table id="authList">
<!--class="list-group"-->
</table>
</li>
<li class="sidebar-search">
<div id="searchfield" style="width: 100%; padding-top: 1px;">
<table>
<tbody>
<tr id="conflicting_row">
<td id="td1" class="td1">
<span id="conflict-a" class="text-left tb_labels">Conflicting Researchers <span
id="cauthors-badge" class="badge"></span></span>
</td>
<td class="td2">
<div id="export-dialog" title="Session Snapshot" class="my-dialog">
</div>
<button id="export-btn" style="visibility:hidden;" class="pop-up cpbtn" type="button" title="Export button."><img
id="export" class="cpimg" src="imgs/file-export-solid.png" alt="Export Session"></button>
</td>
<td class="td3">
<form class="aform"><input name="authoSearchBar" class="biginput hiddenSB "
id="cauthors-autocomplete" autocomplete="off" type="text" placeholder="Find authors..."
style="width: 100%"></form>
</td>
<!--
<td id="td22" class="button-bar">
<form class="aform"><input name="authoSearchBar" class="biginput hiddenSB "
id="cauthors-autocomplete" autocomplete="off" type="text" placeholder="Find authors..."
style="width: 100%"></form>
</td>-->
</tr>
</tbody>
</table>
</div>
</li>
<li id="caal" class="element">
<table id="cauthList">
</table>
</li>
<li class="sidebar-search">
<div id="searchfield" style="width: 100%; padding-top: 1px;">
<table>
<tr>
<td class="td1" class="button-label">
<span id="review-a" class="text-left tb_labels" style="float: left">Selected Reviewers<span
id="rauthors-badge" class="badge"></span></span>
</td>
<td class="td2">
<div id="export-dialog" title="Session Snapshot" class="my-dialog">
</div>
<button id="export-btn" class="pop-up cpbtn" type="button" title="Export button."><img
id="export" class="cpimg" src="imgs/file-export-solid.png" alt="Export Session"></button>
</td>
<td class="td3">
<form class="aform">
<input name="rauthoSearchBar" class=" hiddenSB biginput" id="rauthors-autocomplete"
autocomplete="off" type="text" placeholder="Find authors..." style="width: 100%"></form>
</td>
</tr>
</table>
</div>
</li>
<li id="raal" class="element">
<ul id="rauthList" class="list-group">
</ul>
</li>
<li class="sidebar-search">
<div id="searchfield" style="width: 100%; padding-top: 1px;">
<table>
<tbody>
<tr>
<td class="td1">
<span id="area-paper-a" class="text-left tb_labels" style="float: left">Key Papers<span
id="area-paper-badge" class="badge"></span> </span>
</td>
<td class="td2 button-bar">
<div id="biblio-dialog" title="Import from Bibliography" class="my-dialog"
style="width: 100%">
</div>
<button id="biblio-btn" class="pop-up cpbtn" type="button"
title="Import from Bibliography button."><img id="biblio" class="cpimg"
src="imgs/file-import-solid.png" style="width: 27px; height: 23px;"
alt="Import from biblio"></button>
</td>
<td class="td3">
<form class="aform"><input name="papersSearchBar" class=" biginput hiddenSB"
id="papers-autocomplete" autocomplete="off" type="text" placeholder="Find papers..."
style="width: 100%; background-color: lightgray"></form>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li>
<div id="papL">
<ul id="papList" class="list-group">
</ul>
</div>
</li>
<li id="pi" class="element">
<table>
<tr class="side-tab">
<td class="td1pi">
<span id="paper-info-a" class="text-left tb_labels"
style="width: 98%; padding-left: 0px; padding-right: 0px; padding-top: 4px; float: left; font-variant-caps: petite-caps; color: #385e84; font-weight: bold;">Paper
Info</span>
</td>
<td class="td2title">
</td>
</tr>
</table>
<!-- </td>
</tr>
</table>
-->
<table id="paperInfo" style="width: 98%">
</table>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer class="text-center" id="my-foot" style="background: transparent;">
<table style="background: transparent;width:100%; height: 100%">
<tr>
<td>
<div id="tutorial-dialog" title="Tutorial" class="my-dialog" style="width: 99%; height: 93%">
Reviewernet runs on a Computer Grapichs instance by default, but you can create your own instance with a
user-friendly procedure described <a class="links"
href="https://github.com/cnr-isti-vclab/ReviewerNet/tree/master/parser" target="_blank">here</a>.<br>
To look for your reviewers:
<ul id="tutorial-list">
<li> Input the names of the authors of the submitted paper in the 'Submitting Researchers'
field (also with the help of the drop-down menu). You can also input directly the names of conflicting
researchers, if known, in the 'Conflicting Researchers' field. </li>
<li> build your Paper Network: the intuition is that the authors of relevant papers are good candidate
reviewers. Start from one or more seed documents of your choice, say, 1 to 3 papers you deem relevant
to the submission topic, and input their titles in the ‘Key papers’ field. You can also press the 'Import from bibliography'
button and paste a list of references that will populate the views. Then, expand the network by
selecting interesting nodes on a mouse double click;</li>
<li> continue until you feel the selected papers and their citations offer a good coverage of the
literature about the topic at hand. While you create the Paper Network, ReviewerNet automatically
builds for you the Researcher Timeline - visualizing the academic career of the authors of selected
key papers - and the Researcher Network - a graph visualization of co-authorship relations;</li>
<li> explore the Researcher Timeline to assess the suitability of candidate reviewers: check topic
coverage, stage of career, production over years etc. Visual cues (color, font) will help you to tell
apart candidate reviewers from conflicting researchers;</li>
<li> analyse the Researcher Network and find sets of independent reviewers, thanks to the the
visualization of network of collaborators;</li>
<li> once you identified one or more candidate reviewers who fit your requirements, input their names in
the ‘Selected Reviewers’ field;</li>
<li> download your list of reviewers with a mouse click on the 'Export session' button in the CP or in the page footer; you can use this file in the future to restore a ReviewerNet session.
<br>ReviewerNet will also print a list of potential substitute
reviewers, in case of decline.
</ul>
For further information, refer to the <a class="links" target="_blank"
href="http://vcg.isti.cnr.it/Publications/2019/SGPC19/">paper</a> and the <a class="links" target="_blank"
href="https://github.com/cnr-isti-vclab/ReviewerNet/">GitHub page</a> of the project.
</div>
<button id="tutorial" class="btn btn-default" type="button"><img id="hlp" class="done-btn"
src="imgs/help.png" alt="Tutorial"></button>
</td>
<td>
<span
style="justify-content: center; font-size: 1em; font-variant-caps: all-small-caps; font-weight: bolder; color: #1584c0">ReviewerNet</span>
</td>
<td id="import">
<button class="dbtn" id="import_label" onclick="document.getElementById('input_file').click()">Import
session</button>
<input type="file" id="input_file" style="display: none;" onchange="startRead()" />
</td>
<td id="export">
<button class="dbtn" id="export_label" onclick="export_fileb()">Export session</button>
</td>
<td>
<span style="justify-content: center; font-size: 0.75em; color: #1584c0">Default instance computed on: IEEE
TVCG,
ACM ToG,
C&G,
IEEE Vis,
COMPUT GRAPH FORUM,
IEEE COMPUT GRAPH,
SIGGRAPH (pre 2002),
Springer VIS COMPUT </span>
</td>
<td>
<a class="links" href="http://s2-public-api-prod.us-west-2.elasticbeanstalk.com/corpus/"
style="height: 9px; color: #275d58; font-style: oblique; font-size: 0.7em">data courtesy of
semanticScholar </a><a class="links" href="https://github.com/cnr-isti-vclab/ReviewerNet/"
style="cursor:zoom-in; color: #275d58; font-style: oblique;"><img class="links" id="ghl" src="imgs/gh.png"
alt="(about)"></a>
</td>
</tr>
</table>
</footer>
</div>
<script src="src\util.js"></script>
<script src="src\author-graph.js"></script>
<script src="src\undoredo.js"></script>
<script src="src\script.js"></script>
<script src="src\import.js"></script>
<script src="src\paper-graph.js"></script>
<script src="src\pan-zoom.js"></script>
<script src="src\export.js"> </script>
<script src="src\authTable.js"></script>
<script src="src\import-biblio.js"></script>
<script src="src\mouse-handlers.js"></script>
<script src="src\toolbox.js"></script>
</body>
</html>