-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpublications.html
More file actions
59 lines (54 loc) · 1.87 KB
/
publications.html
File metadata and controls
59 lines (54 loc) · 1.87 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="author" content="">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" type="text/css" media="all" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="all" href="css/non-responsive.css">
<link rel="stylesheet" type="text/css" media="all" href="css/style.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/templates.js"></script>
</head>
<body>
<div id='nav' class="navbar navbar-inverse navbar-fixed-top" role="navigation"></div>
<div class="content">
<div class="container">
<center>
<table id="hor-minimalist-b" width="50%">
<tr>
<th>IQuOD Publications</th>
<th></th>
</tr>
<tr>
<td>The IQuOD bibliography is maintained under a Google Scholar profile </td>
<td style="text-align:center">
<a target="_blank" href="https://scholar.google.com/citations?hl=en&user=qYD_0r8AAAAJ&view_op=list_works&sortby=pubdate">[link]</a>
</td>
<tr>
<td>IQuOD Ocean Best Practices Community </td>
<td style="text-align:center">
<a target="_blank" href="https://repository.oceanbestpractices.org/handle/11329/1591">[link]</a>
</td>
<tr>
<td>SCOR Ocean Best Practices Community </td>
<td style="text-align:center">
<a target="_blank" href="https://repository.oceanbestpractices.org/handle/11329/259">[link]</a>
</td>
</table>
</center>
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script>
// inject nav and footer
nav('nav', 'pubs')
footer('footer')
</script>
</body>
</html>