-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildhtml.sh
executable file
·28 lines (26 loc) · 1.06 KB
/
buildhtml.sh
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
#!/bin/bash
echo "<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Reading notes for<br><em>An integrated map of genetic variation from 1,092 human genomes</em></h1>
<p></p>
<p>To check out the latest reading notes see <a href = "notes.pdf">here</a></p>
<p>To check out the latest reading notes for the signalling section see <a href = "signalling.pdf">here</a></p>
<p>To check out the latest reading notes for the Heyes et al see <a href = "heyes.pdf">here</a></p>
<p>To check out the latest reading notes for the behaviour section see <a href = "behaviour.pdf">here</a></p>
<p>To check out the latest reading notes for the molecular biology (Ford et al) <a href = qmrc-ford.pdf>here</a></p>
<p>To check out the latest reading notes for the molecular biology (Morelli et al) <a href = qmrc-morelli.pdf>here</a></p>
<p>Reading notes updated as of `date`</p>
</body>
<footer>
<hr>
<p>
<a href="https://michaeldewittjr.com">
main page
</a>
</p>
</footer>
</html>
" > docs/index.html