-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchaperoneRefs.html
37 lines (31 loc) · 1.1 KB
/
chaperoneRefs.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
<!DOCTYPE html>
<html>
<head>
<title>Chaperone 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>
Chaperone References
</h2>
<ul>
<li>General reference</li>
<ul>
<li> B. Alberts et al., "Molecular Biology of the Cell," Garland Science (many editions available). </li>
</ul>
<li>The following are biophysical studies and perspectives on chaperones, which can help you get started in the large body of literature:</li>
<ul>
<li> D. Thirumalai, G. H. Lorimer, "Chaperonin-mediated protein folding," Annu Rev Biophys Biomol Struct 30:245-269 (2001).</li>
<li> Arthur L. Horwich, Adrian C. Apetri, Wayne A. Fenton, "The GroEL/GroES cis cavity as a passive anti-aggregation device," FEBS Letters 583:2654-2662 (2009). </li>
<li> Nicholas C. Corsepius and George H. Lorimer, "Measuring how much work the chaperone GroEL can do," PNAS 110:E2451-E2459 (2013).
</ul>
</ul>
</body>
</html>