-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
75 lines (66 loc) · 2.54 KB
/
publications.html
File metadata and controls
75 lines (66 loc) · 2.54 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>iSALE</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="logo"><a href="index.html">iSALE</a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="access.html">Apply</a></li>
<li><a href="https://github.com/isale-code/isale-wiki/wiki">Wiki</a></li>
<li><a href="terms-of-use.html">Terms of Use</a></li>
<li><a href="https://github.com/isale-code/isale-wiki/wiki/About-iSALE">Learn more</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</nav>
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<h2>iSALE Publications</h2>
</header>
</div>
</section>
<!-- Main -->
<div id="main" class="container">
<script src="https://bibbase.org/show?bib=https%3A%2F%2Fbibbase.org%2Fzotero-group%2Fsr516/2181636&jsonp=1&authorFirst=1"></script>
<!--script src="https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fgroups%2F2181636%2Fitems%3Fkey%3DkDfwomPc1QkBBVYdEUY7hlo8%26format%3Dbibtex%26limit%3D100&jsonp=1&authorFirst=1"></script-->
</div>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="@DrGarethCollins" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<!--li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li-->
<!--li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li-->
<li><a href="mailto:isale@imperial.ac.uk" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</div>
<div class="copyright">
© iSALE Developers. |
All rights reserved. | Design by <a href="http://templated.co">TEMPLATED</a>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>