-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfreeRefs.html
28 lines (26 loc) · 946 Bytes
/
freeRefs.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
<!DOCTYPE html>
<html>
<head>
<title>Free Energy References</title>
<style type="text/css">
body {
background-color: #99FFFF;
font-family: Verdana, sans-serif;
font-size: 12 px
}
</style>
<script type="text/javascript" src="functions.js"></script>
</head>
<body>
<h2>
Free Energy References
</h2>
<ul>
<li> B. Alberts et al., "Molecular Biology of the Cell," Garland Science (many editions available), Chapter 2. </li>
<li> T.L. Hill, "Free Energy Transduction and Biochemical Cycle Kinetics," (Dover, 2005). Fantastic first chapter - easily worth the price of the book. </li>
<li> R. Phillips et al., "Physical Biology of the Cell," (Garland Science, 2009). </li>
<li> Any bioenergetics book. </li>
<li> For free energy in the conformational sense, see: D.M. Zuckerman, "Statistical Physics of Biomolecules: An Introduction," (CRC Press, 2010). </li>
</ul>
</body>
</html>