-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (84 loc) · 4.15 KB
/
index.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
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Science Tools</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<a class="logo" href="index.html">Science Tools</a>
<nav class="nav__links">
<ul>
<li><a href="https://github.com/armetcal/armetcal.github.io">GitHub</a></li>
</ul>
</nav>
</header>
<h3 class="logo" style='padding: 0.5% 5%;color:#1fce4b;'>UBC Biology</h3>
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);'
href="BIOL_112/index.html">BIOL 112: Transcription & Translation</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);'
href="MICB_353/index.html">MICB 353: Dilution Practice</a>
<br />
<h3 class="logo" style='padding: 0.5% 5%;color:#1fce4b;'>Misc. Tools</h3>
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);'
href="1000_words/index.html">1000 Words: How accessible is your writing?</a>
<br />
<h3 class="logo" style='padding: 0.5% 5%;color:#1fce4b;'>Useful Links</h3>
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);' href="https://sci-hub.ru/">Sci-Hub: Free academic
paper access</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);' href="https://search.library.ubc.ca/">UBC
academic paper access</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);' href="https://www.connectedpapers.com/">Connected
Papers</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);' href="https://www.zotero.org/">Zotero: Paper
organizer</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);' href="https://pomodor.app/timer">Pomodor
Timer</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);' href="https://r4ds.had.co.nz/">Coding in
R</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);' href="https://stat545.stat.ubc.ca/">STAT 545: R
for Data Science</a>
<br />
<h3 class="logo" style='padding: 0.5% 5%;color:#1fce4b;'>Otherwise Excellent Links</h3>
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);'
href="https://youtube.com/playlist?list=PLxyA_HT4bYVUiEkfUDgn0ldBkhjPVfnZ2">Science Playlist</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);'
href="https://www.youtube.com/c/acapellascience/featured">A Capella Science</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);'
href="https://www.youtube.com/c/numberphile">Numberphile</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);' href="https://www.youtube.com/c/pbsspacetime">PBS
Space Time</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);'
href="https://www.youtube.com/c/EpicOrchestra">Epic Orchestra</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);'
href="https://youtu.be/zQo_S3yNa2w">Hyperbolica</a><br />
<a class="logo2" style='padding: 0.5% 5%;color:rgb(250, 242, 232);' href="https://youtu.be/ovJcsL7vyrk">Chaos Theory
and the Mandelbrot Set</a>
<br />
</body>
<footer class="site-footer">
<div style='clear: both; max-width: 10000px;'>
<hr>
<p>
<center>
Developed by Avril Metcalfe-Roach.
</center>
</p>
<p>
<center>
Contact email: [email protected]
</center>
</p>
<p>
<center>
Updated: 6 January 2022
</center>
</p>
</div>
</footer>
</html>