-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkineticProofRefs.html
29 lines (25 loc) · 1.13 KB
/
kineticProofRefs.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
<!DOCTYPE html>
<html>
<head>
<title>Driven Proofreading 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>
Driven Proofreading References
</h2>
<ul>
<li> B. Alberts et al., "Molecular Biology of the Cell," Garland Science (many editions available). </li>
<li> J. J. Hopfield, "Kinetic proofreading: A new mechanism for reducing errors in biosynthetic processes requiring high specificity," <a href="http://www.pnas.org/content/71/10/4135.short" target="_blank">Proc. Nat. Acad. Sci. 71:4135-4139 (1974)</a>. </li>
<li> J. Ninio, "Kinetic amplification of enzyme discrimination," <a href="http://www.ncbi.nlm.nih.gov/pubmed/1182215" target="_blank">Biochimie 57:587-595 (1975)</a>. </li>
<li> U. Alon, <a href="http://books.google.com/books/about/An_Introduction_to_Systems_Biology.html?id=pAUdPQlCZ54C" target="_blank"><i>An introduction to systems biology</i></a>, CRC Press (2006). </li>
</ul>
</body>
</html>