-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoals.html
52 lines (37 loc) · 1.08 KB
/
goals.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
<!DOCTYPE html>
<html>
<head>
<title>Goals</title>
<style type="text/css">
body {
background-color: #996633;
font-family: Verdana, sans-serif;
font-size: 12 px
}
</style>
<script type="text/javascript" src="functions.js"></script>
</head>
<body>
<h3>
Goals
</h3>
<ul>
<li> Understand the physical driving forces behind cellular processes </li>
<li> Organize cellular processes into physical categories to facilitate transfer of understanding </li>
<li> Focus on deep understanding and specific examples because learning all cell biology is not an option </li>
</ul>
<h3>
Mantras
</h3>
<ul>
<li> All processes in the cell necessarily are driven by physical rules. Otherwise, they wouldn't happen. </li>
<li> Biologists <i>and</i> physicists should understand how and why. </li>
<li> The key physical principles can be understood through a relatively simple mass-action picture of non-equilibrium kinetics.
</li>
</ul>
<h3>
Thanks
</h3>
<li> Support provided by the National Science Foundation. </li>
</body>
</html>