-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy patharchives.html
293 lines (272 loc) · 15.1 KB
/
archives.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<title>AM207</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Open Graph tags -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="AM207"/>
<meta property="og:url" content="http://iacs-courses.seas.harvard.edu/courses/am207"/>
<meta property="og:description" content="AM207"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="http://iacs-courses.seas.harvard.edu/courses/am207/theme/css/bootstrap.flatly.min.css" type="text/css"/>
<link href="http://iacs-courses.seas.harvard.edu/courses/am207/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="http://iacs-courses.seas.harvard.edu/courses/am207/theme/css/pygments.css" rel="stylesheet">
<link rel="stylesheet" href="http://iacs-courses.seas.harvard.edu/courses/am207/theme/css/style.css" type="text/css"/>
<!-- JavaScript plugins (requires jQuery) -->
<script src="http://code.jquery.com/jquery.js"></script>
<link href="http://iacs-courses.seas.harvard.edu/courses/am207/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="AM207 ATOM Feed"/>
<style type="text/css">
/* Overrides of notebook CSS for static HTML export */
div.entry-content {
overflow: visible;
padding: 8px;
}
.input_area {
padding: 0.2em;
}
a.heading-anchor {
white-space: normal;
}
.rendered_html
code {
font-size: .8em;
}
pre.ipynb {
color: black;
background: #f7f7f7;
border: none;
box-shadow: none;
margin-bottom: 0;
padding: 0;
margin: 0px;
font-size: 13px;
}
img.anim_icon{padding:0; border:0; vertical-align:middle; -webkit-box-shadow:none; -box-shadow:none}
div.cell{width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 7px;outline:none;}
div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231em;display:none;}
/*
div.input_prompt{color:navy;border-top:1px solid transparent;}
div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);-moz-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);}
div.output_collapsed{margin:0px;padding:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;}
div.output_prompt{color:darkred;}*/
</style>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
<script type="text/javascript">
init_mathjax = function() {
if (window.MathJax) {
// MathJax loaded
MathJax.Hub.Config({
config: ['MMLorHTML.js'],
jax: ['input/TeX','output/HTML-CSS'],
TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } },
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js'],
tex2jax: {
inlineMath: [ ['$','$'], ['\\(','\\)'] ],
displayMath: [ ['$$','$$'], ['\\[','\\]'] ],
processEscapes: true
},
//displayAlign: 'left', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: { '.MathJax .mo, .MathJax .mi': {color: 'black ! important'}}
}
});
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
}
}
init_mathjax();
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://iacs-courses.seas.harvard.edu/courses/am207/index.html" class="navbar-brand">AM207</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="http://iacs-courses.seas.harvard.edu/courses/am207/schedule.html">Schedule</a></li>
<li><a href="http://iacs-courses.seas.harvard.edu/courses/am207/syllabus.html">Syllabus</a></li>
<li><a href="http://iacs-courses.seas.harvard.edu/courses/am207/policies.html">Policies</a></li>
<li><a href="http://iacs-courses.seas.harvard.edu/courses/am207/resources.html">Resources</a></li>
<li><a href="http://iacs-courses.seas.harvard.edu/courses/am207/contact.html">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://iacs-courses.seas.harvard.edu/courses/am207/archives.html"><i class="icon-th-list"></i>Archives</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!-- /.navbar -->
<div class="container">
<div class="row">
<div class="col-lg-9">
<section id="content">
<h3>Archives for AM207</h3>
<dl>
<dt>Tue 29 April 2014</dt>
<dd><a href='blog/homework-8-solutions.html'>Homework 8 Solutions</a></dd>
<dt>Mon 28 April 2014</dt>
<dd><a href='blog/homework-10.html'>Homework 10</a></dd>
<dt>Tue 22 April 2014</dt>
<dd><a href='blog/homework-7-solutions.html'>Homework 7 Solutions</a></dd>
<dt>Tue 22 April 2014</dt>
<dd><a href='blog/lecture-20.html'>Lecture 20</a></dd>
<dt>Tue 22 April 2014</dt>
<dd><a href='blog/lab-on-em.html'>Lab on EM</a></dd>
<dt>Thu 17 April 2014</dt>
<dd><a href='blog/lecture-19.html'>Lecture 19</a></dd>
<dt>Tue 15 April 2014</dt>
<dd><a href='blog/homework-9.html'>Homework 9</a></dd>
<dt>Sat 12 April 2014</dt>
<dd><a href='blog/homework-6-solutions.html'>Homework 6 Solutions</a></dd>
<dt>Thu 10 April 2014</dt>
<dd><a href='blog/lecture-18.html'>Lecture 18</a></dd>
<dt>Tue 08 April 2014</dt>
<dd><a href='blog/homework-5-solutions.html'>Homework 5 Solutions</a></dd>
<dt>Thu 03 April 2014</dt>
<dd><a href='blog/homework-8.html'>Homework 8</a></dd>
<dt>Wed 02 April 2014</dt>
<dd><a href='blog/lab-8.html'>Lab 8</a></dd>
<dt>Tue 01 April 2014</dt>
<dd><a href='blog/lecture-17.html'>Lecture 17</a></dd>
<dt>Thu 27 March 2014</dt>
<dd><a href='blog/lecture-16.html'>Lecture 16</a></dd>
<dt>Thu 27 March 2014</dt>
<dd><a href='blog/homework-7.html'>Homework 7</a></dd>
<dt>Tue 25 March 2014</dt>
<dd><a href='blog/some-projects-from-last-year.html'>Some Projects from Last Year</a></dd>
<dt>Tue 25 March 2014</dt>
<dd><a href='blog/lecture-15.html'>Lecture 15</a></dd>
<dt>Mon 17 March 2014</dt>
<dd><a href='blog/homework-3-solutions.html'>Homework 3 Solutions</a></dd>
<dt>Mon 17 March 2014</dt>
<dd><a href='blog/homework-4-solutions.html'>Homework 4 Solutions</a></dd>
<dt>Fri 14 March 2014</dt>
<dd><a href='blog/lab-7.html'>Lab 7</a></dd>
<dt>Fri 14 March 2014</dt>
<dd><a href='blog/lab-5.html'>Lab 5</a></dd>
<dt>Thu 13 March 2014</dt>
<dd><a href='blog/homework-6.html'>Homework 6</a></dd>
<dt>Thu 13 March 2014</dt>
<dd><a href='blog/lecture-14.html'>Lecture 14</a></dd>
<dt>Tue 11 March 2014</dt>
<dd><a href='blog/lecture-13.html'>Lecture 13</a></dd>
<dt>Sun 09 March 2014</dt>
<dd><a href='blog/homework-5.html'>Homework 5</a></dd>
<dt>Thu 06 March 2014</dt>
<dd><a href='blog/lecture-12.html'>Lecture 12</a></dd>
<dt>Tue 04 March 2014</dt>
<dd><a href='blog/lecture-11.html'>Lecture 11</a></dd>
<dt>Fri 28 February 2014</dt>
<dd><a href='blog/homework-2-solutions.html'>Homework 2 Solutions</a></dd>
<dt>Thu 27 February 2014</dt>
<dd><a href='blog/homework-4.html'>Homework 4</a></dd>
<dt>Thu 27 February 2014</dt>
<dd><a href='blog/lecture-10.html'>Lecture 10</a></dd>
<dt>Tue 25 February 2014</dt>
<dd><a href='blog/lecture-9.html'>Lecture 9</a></dd>
<dt>Fri 21 February 2014</dt>
<dd><a href='blog/homework-1-solutions.html'>Homework 1 Solutions</a></dd>
<dt>Thu 20 February 2014</dt>
<dd><a href='blog/lecture-8.html'>Lecture 8</a></dd>
<dt>Thu 20 February 2014</dt>
<dd><a href='blog/lecture-7.html'>Lecture 7</a></dd>
<dt>Thu 20 February 2014</dt>
<dd><a href='blog/lab-3.html'>Lab 3</a></dd>
<dt>Thu 20 February 2014</dt>
<dd><a href='blog/homework-3.html'>Homework 3</a></dd>
<dt>Thu 13 February 2014</dt>
<dd><a href='blog/homework-2.html'>Homework 2</a></dd>
<dt>Thu 13 February 2014</dt>
<dd><a href='blog/lecture-6.html'>Lecture 6</a></dd>
<dt>Tue 11 February 2014</dt>
<dd><a href='blog/projects-and-project-policies.html'>Projects and project policies</a></dd>
<dt>Tue 11 February 2014</dt>
<dd><a href='blog/lecture-5.html'>Lecture 5</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/homework-1.html'>Homework 1</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/homeworks-and-homework-policies.html'>Homeworks and homework policies</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/installing-python.html'>Installing Python</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/lab-1.html'>Lab 1</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/lab-2.html'>Lab 2</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/lecture-0.html'>Lecture 0</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/lecture-1.html'>Lecture 1</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/lecture-3.html'>Lecture 3</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/lecture-4.html'>Lecture 4</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/schedule-of-labs.html'>Schedule of Labs</a></dd>
<dt>Mon 10 February 2014</dt>
<dd><a href='blog/schedule-of-lectures.html'>Schedule of Lectures</a></dd>
</dl>
</section>
</div>
<div class="col-lg-3 well well-sm" id="sidebar">
<aside>
<section>
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="icon-home icon-large"></i>Class Material</h4></li>
<li class="list-group-item">
<a href="http://iacs-courses.seas.harvard.edu/courses/am207/tag/homeworks.html">
<i class="icon-folder-open icon-large"></i>homeworks
</a>
</li>
<li class="list-group-item">
<a href="http://iacs-courses.seas.harvard.edu/courses/am207/tag/labs.html">
<i class="icon-folder-open icon-large"></i>labs
</a>
</li>
<li class="list-group-item">
<a href="http://iacs-courses.seas.harvard.edu/courses/am207/tag/projects.html">
<i class="icon-folder-open icon-large"></i>projects
</a>
</li>
<li class="list-group-item">
<a href="http://iacs-courses.seas.harvard.edu/courses/am207/tag/lectures.html">
<i class="icon-folder-open icon-large"></i>lectures
</a>
</li>
<!--li class="list-group-item"><a href="http://iacs-courses.seas.harvard.edu/courses/am207/tags.html"><h4><i class="icon-tags icon-large"></i>Tags</h4></a></li-->
<li class="list-group-item"><h4><i class="icon-external-link icon-large"></i>Class Links</h4></li>
<li class="list-group-item"><a href="https://piazza.com/harvard/spring2014/am207/home"><i class="icon-external-link"></i>Piazza</a></li>
<li class="list-group-item"><a href="http://cm.dce.harvard.edu/2014/02/24104/publicationListing.shtml"><i class="icon-external-link"></i>Videos</a></li>
<li class="list-group-item"><a href="http://isites.harvard.edu/icb/icb.do?keyword=k102129&login=yes"><i class="icon-external-link"></i>ISite</a></li>
<li class="list-group-item"><h4><i class="icon-external-link icon-large"></i>Other Links</h4></li>
<li class="list-group-item"><a href="http://docs.scipy.org/doc/numpy/reference/"><i class="icon-external-link"></i>Numpy</a></li>
<li class="list-group-item"><a href="http://docs.scipy.org/doc/scipy/reference/"><i class="icon-external-link"></i>Scipy</a></li>
<li class="list-group-item"><a href="http://pandas.pydata.org/pandas-docs/dev/"><i class="icon-external-link"></i>Pandas</a></li>
<li class="list-group-item"><a href="http://matplotlib.org/api/index.html"><i class="icon-external-link"></i>Matplotlib</a></li>
<li class="list-group-item"><a href="https://github.com/pymc-devs/pymc"><i class="icon-external-link"></i>PyMC3</a></li>
<li class="list-group-item"><a href="http://iacs.seas.harvard.edu"><i class="icon-external-link"></i>IACS</a></li>
</ul>
</section>
</aside> </div>
</div>
</div>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="http://iacs-courses.seas.harvard.edu/courses/am207/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="http://iacs-courses.seas.harvard.edu/courses/am207/theme/js/respond.min.js"></script>
</body>
</html>