-
Notifications
You must be signed in to change notification settings - Fork 6
/
index-embed.html
99 lines (85 loc) · 4.54 KB
/
index-embed.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<!--<title>Paperscape Maps</title>-->
<title>Paperscape</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" type="image/x-icon" href="img/app/favicon.ico" />
<link rel="icon" type="image/x-icon" href="img/app/favicon.ico" />
<link rel="shortcut icon" type="image/png" href="img/app/favicon.png" />
<link rel="stylesheet" href="css/app/pscp.css"/>
<link rel="stylesheet" href="css/lib/icomoon.css" />
<link rel="stylesheet" href="css/lib/jquery-ui-autocomplete.css" />
<!--This should prevent default zooming on iDevice-->
<meta name="viewport" content="width=device-width, user-scalable=no" />
</head>
<body>
<!-- !if not deploy: -->
<script data-main="js/app/config-embed" src="js/lib/require.js"></script>
<!-- !endif -->
<!-- !if deploy
<script src="js/app/pscp-embed.js"></script>
-->
<div id="xiwiArea" style="display:none;width:600px;height:400px;left:20px;top:20px;">
<!--<div id="welcomePopup">
<div>A map of <span class="total"></span> scientific papers from the <a href="http://www.arxiv.org" target="_blank">arXiv</a></div>
<div>Last updated: <span class="update">?</span> (<span class="refresh">refresh</span>)</div>
</div>--> <!-- end welcomePopup -->
<!--<div id="keyPopup">
<span class="close" title="Close"><span aria-hidden="true" class="icon-close"></span></span>
<div class="header">Colour code:</div>
<div class="cat hep-th">hep-th</div>,
<div class="cat hep-ph">hep-ph</div>,
<div class="cat hep-ex">hep-ex</div>,
<div class="cat hep-lat">hep-lat</div>,
<div class="cat gr-qc">gr-qc</div>,
<div class="cat astro-ph">astro-ph</div>,
<div class="cat cond-mat">cond-mat</div>,
<div class="cat quant-ph">quant-ph</div>,
<div class="cat physics">physics</div>,
<div class="cat math">math</div>,
<div class="cat cs">cs</div>,
<div class="cat other">other</div>
</div>-->
<canvas id="canvasUnderlay" ></canvas>
<canvas id="canvasTiles" ></canvas>
<canvas id="canvasOverlay" >Your browser is not modern enough to support this HTML5 canvas element</canvas>
<div id="colourSchemeSelect">
Colouring:
<select class="select" title="Select map colour scheme">
<option value="categories">category</option>
<option value="paper_age">age</option>
</select>
</div>
<div id="infoPopup">
<span class="close" title="Close"><span aria-hidden="true" class="icon-close"></span></span>
<div class="title"></div>
<div class="authors"></div>
<div>
<div class="journal">
<span class="journalName"></span>
<span class="paperButton"><a class="icoDoi" href="" target="_blank"><img title="Open paper's DOI page in a new tab" src="img/app/doi.png" /></a></span>
</div>
<div class="arxiv">
arXiv:
<span class="arxivId"></span>
<span class="paperButton"><a class="icoPDF" href="" target="_blank"><img title="Open paper's PDF from the arXiv" src="img/app/pdf.png" /></a></span>
<span class="paperButton"><a class="icoArxiv" href="" target="_blank"><img title="Open paper's arXiv page in a new tab" src="img/app/arxiv.png" /></a></span>
</div>
<div class="inspire">
inSPIRE:
<span class="paperButton"><a class="icoInspire" href="" target="_blank"><img title="Open paper's Inspire page in a new tab" src="img/app/inspire.png" /></a></span>
</div>
<div>
<span class="showAbstract">(abstract)</span>
</div>
</div>
<div class="abstract"></div>
</div> <!-- end infoPopup -->
<div id="canvasZoomButtons">
<div id="canvasZoomIn" title="Zoom in"><span aria-hidden="true" class="icon-zoom-in"></span></div>
<div id="canvasZoomOut" title="Zoom out"><span aria-hidden="true" class="icon-zoom-out"></span></div>
</div> <!-- end infoPopup -->
</div> <!-- end xiwiArea-->
</body>
</html>