Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.html
More file actions
Latest commit
44 lines (34 loc) · 1.61 KB
/
Copy pathpapers.html
File metadata and controls
44 lines (34 loc) · 1.61 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
<!doctype html>
<html>
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<linkhref="./style/output.css" rel="stylesheet">
<scriptsrc="scripts/generatePublications.js" type="text/javascript"></script>
<scriptsrc="scripts/d3.v7.min.js" type="text/javascript"></script>
</head>
<body>
<divclass="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8">
<divclass="relative flex items-end justify-between h-52">
<divclass="flex-1 flex items-end justify-center sm:items-stretch sm:justify-start">
<divclass="flex-shrink-0 flex items-end ">
<imgclass="block h-36 w-auto" src="img/logo.png" alt="Workflow">
</div>
<divclass="flex items-end sm:block sm:ml-6 px-10">
<divclass="flex h-36 space-x-4 items-end">
<ahref="index.html" class="text-gray-900 hover:bg-gray-900 hover:text-amber-500 px-3 py-2 rounded-md text-lg font-medium no-underline" >Home</a>
<ahref="team.html" class="text-gray-900 hover:bg-gray-900 hover:text-amber-500 px-3 py-2 rounded-md text-lg font-medium no-underline">Team</a>
<ahref="#" class="bg-amber-500 px-3 py-2 rounded-md text-lg font-medium no-underline">Publications</a>
<ahref="software.html" class="text-gray-900 hover:bg-gray-900 hover:text-amber-500 px-3 py-2 rounded-md text-lg font-medium no-underline">Software</a>
</div>
</div>
</div>
</div>
</div>
<divid="paper-content" class="max-w-7xl mx-auto p-10 sm:px-6 lg:px-8">
</div>
<script>
generatePublications()
</script>
</body>
</html>