-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1012 Bytes
/
index.html
File metadata and controls
34 lines (30 loc) · 1012 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Push-Based Signal-Function FRP</title>
</head>
<body>
<div style="text-align: center; font-size: 32px">Push-Based Signal-Function FRP</div>
<div style="text-align: center; font-size: 28px">Edward Amsden's Masters Thesis</div>
<h1>Documentation</h1>
<ul>
<li>API Documentation <a href="Docs/API/html/time-flies/">[html]</a>
<li>Thesis Documents
<ul>
<li>Preproposal <a href="Docs/Preproposal/preproposal.pdf">[pdf]</a>
<li>Proposal <a href="Docs/Proposal/proposal.pdf">[pdf]</a>
<li>Thesis <a href="Docs/Thesis/thesis.pdf">[pdf]</a>
<ul>
<li>Anonymized <a href="Docs/Thesis/thesis_anon.pdf">[pdf]</a>
</ul>
</ul>
<li>IFL 2012
<ul>
<li>Initial submission <a href="Docs/IFL2012/paper.pdf">[pdf]</a>
<li>Slides <a href="Docs/IFL2012/presentation/presentation.pdf">[pdf]</a>
</ul>
</ul>
<h1>Code</h1>
<a href="http://github.com/eamsden/pushbasedFRP">[github]</a>
</body>
</html>