forked from ProgressLab/progress-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubs.html
79 lines (65 loc) · 2.67 KB
/
pubs.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
<!DOCTYPE HTML>
<!--
Dopetrope by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Laboratory for Progress</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/png" href="images/logo/LFP_logo_final_JustHand_Blue.png"/>
</head>
<body class="research is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<!-- Logo -->
<div class="logo"><a href="index.html"><img src="images/logo/two_tone_standard.svg" alt="" /></a></div>
<!-- Nav -->
<nav id="nav">
<ul>
<li id="home-nav"><a href="index.html">Home</a></li>
<li id="people-nav"><a href="people.html">People</a></li>
<li id="pub-nav" class="current"><a href="#">Publications</a></li>
</ul>
</nav>
</section>
<!-- Main -->
<section id="main">
<div class="container">
<article class="box post">
<header>
<h2>Publications</h2>
</header>
<div id="includeBib" class="divided pub"></div>
</article>
</div>
</section>
<section id="footer">
<!-- Copyright -->
<div id="copyright">
<ul class="links">
<li>© 2022. All rights reserved.</li><li>Design: Dopetrope by
<a href="http://twitter.com/ajlkn">AJ</a> for <a href="http://html5up.net/">HTML5 UP</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
$(function(){
$("#includeBib").load("bib/progress-bib.html");
});
</script>
</body>
</html>