-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcellBio.html
49 lines (43 loc) · 1.04 KB
/
cellBio.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
<!DOCTYPE html>
<html>
<head>
<title>Cell Biology</title>
<style type="text/css">
body {
background-color: #3399FF;
font-family: Verdana, sans-serif;
font-size: 12 px
}
</style>
<script type="text/javascript" src="functions.js"></script>
</head>
<body>
<h2>
Cell Biology Topics
</h2>
<ul>
<li> <a href="javascript:changeTo('cellBio','phosphor')">Signalling</a> </li>
<li> Sensing </li>
<li> Regulation </li>
<li> <a href="javascript:changeTo('cellBio','transport')">Transport</a> </li>
<li> <a href="javascript:changeTo('cellBio','ionsOverview')">The membrane, ions, and "electrostatic health"</a> </li>
</ul>
<ul>
<li> Motility/Locomotion </li>
</ul>
<ul>
<li> Transcription </li>
<li> Translation </li>
<li> <a href="javascript:changeTo('cellBio','kineticProof')">Active ("kinetic") proofreading</a> </li>
<li> Genetic Variation </li>
</ul>
<ul>
<li> Mass management
(synthesis/degradation) </li>
</ul>
<ul>
<li> Cell Division </li>
<li> Cell Specialization </li>
</ul>
</body>
</html>