forked from internetarchive/wayback-machine-webextension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doi.html
37 lines (37 loc) · 1.41 KB
/
doi.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
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/doi.css">
<link rel="stylesheet" type="text/css" href="css/common.css">
<script src="scripts/build.js"></script>
<script src="scripts/utils.js"></script>
<script src="scripts/doi.js"></script>
<script src="scripts/doi_loader.js"></script>
<title>
Scientific Publications
</title>
</head>
<body>
<!-- <table width="100%" style="max-height: 200px;">
<tr class="spaceUnder">
<td style="text-align: center;">
<div id ="horizontal_line" class="lower_margin"></div>
<div class='container'>
<img class='resize_fit_center'
src='images/logo.gif' />
</div>
<div id="horizontal_line" class="extra_margin"></div>
</td>
</tr>
</table> -->
<div class="text-center">
<h2><strong id="doi-heading">Cited Papers</strong></h2>
</div>
<BR>
<div class="loader"></div>
<div class="wrapper" id="container-whole-doi">
</div>
</body>
</html>