-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmath.html
More file actions
282 lines (254 loc) · 22.9 KB
/
math.html
File metadata and controls
282 lines (254 loc) · 22.9 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>math</title>
<link rel="stylesheet" media="all" type="text/css" href="all.css" />
<link rel="stylesheet" media="screen" type="text/css" href="screen.css" />
<link rel="stylesheet" media="print" type="text/css" href="print.css" />
<link rel="stylesheet" media="all" type="text/css" href="export.css" />
</head>
<body>
<div class="dokuwiki export">
<!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Table of Contents</h3>
<div>
<ul class="toc">
<li class="level1"><div class="li"><a href="#math">Math</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#good_explanations">Good Explanations</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#visual_teachingexplanations">Visual Teaching / Explanations</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#why_math_is_important">Why Math is Important</a></div></li>
<li class="level2"><div class="li"><a href="#kill_math">"Kill" Math</a></div></li>
<li class="level2"><div class="li"><a href="#computer_based_math">Computer Based Math</a></div></li>
<li class="level2"><div class="li"><a href="#calculus">Calculus</a></div></li>
<li class="level2"><div class="li"><a href="#linear_algebra_by_strang">Linear Algebra by Strang</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#convolution_lmse">Convolution = LMSE</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#linear_algebra">Linear Algebra</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#eigenvectors_and_eigenvalues">Eigenvectors and Eigenvalues</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#google_ceres_project">Google CERES Project</a></div></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h1 class="sectionedit1" id="math">Math</h1>
<div class="level1">
<p>
Keith Devlin's Mathematical Thinking looks to be a good introduction to the topic.
</p>
<p>
Many recommend Knuth's book: <a href="http://www.amazon.com/dp/0201558025" class="urlextern" title="http://www.amazon.com/dp/0201558025" rel="ugc nofollow">Concrete Mathematics, an Introduction to Computer Sciences</a>
</p>
<p>
Calculus: rbs0 recommends <a href="http://www.google.com/search?q=Calculus%20and%20Analytic%20Geometry%20by%20Thomas" class="interwiki iw_g" title="http://www.google.com/search?q=Calculus%20and%20Analytic%20Geometry%20by%20Thomas">Calculus and Analytic Geometry by Thomas</a>. Others recommend <a href="http://www.google.com/search?q=Calculus%20an%20Intuitive%20and%20Physical%20Approach" class="interwiki iw_g" title="http://www.google.com/search?q=Calculus%20an%20Intuitive%20and%20Physical%20Approach">Calculus an Intuitive and Physical Approach</a> and <a href="http://www.google.com/search?q=What%20Is%20Mathematics%3F%3A%20An%20Elementary%20Approach%20to%20Ideas%20and%20Methods" class="interwiki iw_g" title="http://www.google.com/search?q=What%20Is%20Mathematics%3F%3A%20An%20Elementary%20Approach%20to%20Ideas%20and%20Methods">What Is Mathematics?: An Elementary Approach to Ideas and Methods</a> (recommended by Einstein)
</p>
</div>
<!-- EDIT{"target":"section","name":"Math","hid":"math","codeblockOffset":0,"secid":1,"range":"1-477"} -->
<h2 class="sectionedit2" id="good_explanations">Good Explanations</h2>
<div class="level2">
<ul>
<li class="level1"><div class="li"> <a href="http://www.slimy.com/~steuard/teaching/tutorials/Lagrange.html" class="urlextern" title="http://www.slimy.com/~steuard/teaching/tutorials/Lagrange.html" rel="ugc nofollow">Lagrange Multipliers</a> (with application in Calculus of Variations)</div>
</li>
</ul>
<p>
Alex recommends reading <a href="http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Dstripbooks&field-keywords=polya" class="urlextern" title="http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Dstripbooks&field-keywords=polya" rel="ugc nofollow">any of George Polya's books</a>, with How To Solve It and <a href="https://archive.org/details/Induction_And_Analogy_In_Mathematics_1_" class="urlextern" title="https://archive.org/details/Induction_And_Analogy_In_Mathematics_1_" rel="ugc nofollow">Induction And Analogy In Mathematics</a> and <a href="https://archive.org/details/Patterns_Of_Plausible_Inference_2_" class="urlextern" title="https://archive.org/details/Patterns_Of_Plausible_Inference_2_" rel="ugc nofollow">Patterns of Plausible Inference</a> being a few. Also, doing math exercises, he recommends Art of Problem Solving website.
</p>
<ul>
<li class="level1"><div class="li"> Math Olympiad folks tend towards Engel's <a href="http://www.amazon.com/Problem-Solving-Strategies-Problem-Books-Mathematics/dp/0387982191/ref=pd_sim_b_1?ie=UTF8&refRID=19HN0GXQCBGBMM3EGZYG" class="urlextern" title="http://www.amazon.com/Problem-Solving-Strategies-Problem-Books-Mathematics/dp/0387982191/ref=pd_sim_b_1?ie=UTF8&refRID=19HN0GXQCBGBMM3EGZYG" rel="ugc nofollow">Problem Solving Strategies</a> as it provides solutions.</div>
</li>
<li class="level1"><div class="li"> Amazon reviewer doing Olympiad problems recommends “harder” books like Schoenfeld, Zeitz, etc. <a href="http://www.amazon.com/gp/customer-reviews/R2PB6KB1BJPBDV/ref=cm_cr_pr_viewpnt?ie=UTF8&ASIN=B000E5DOHW#R2PB6KB1BJPBDV" class="urlextern" title="http://www.amazon.com/gp/customer-reviews/R2PB6KB1BJPBDV/ref=cm_cr_pr_viewpnt?ie=UTF8&ASIN=B000E5DOHW#R2PB6KB1BJPBDV" rel="ugc nofollow">here</a></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Good Explanations","hid":"good_explanations","codeblockOffset":0,"secid":2,"range":"478-1587"} -->
<h3 class="sectionedit3" id="visual_teachingexplanations">Visual Teaching / Explanations</h3>
<div class="level3">
<p>
YouTube Link! <a href="https://www.youtube.com/watch?v=spUNpyF58BY" class="urlextern" title="https://www.youtube.com/watch?v=spUNpyF58BY" rel="ugc nofollow">https://www.youtube.com/watch?v=spUNpyF58BY</a>
</p>
<ul>
<li class="level1"><div class="li"> Code is here, <a href="https://github.com/3b1b/manim/blob/master/active_projects/fourier.py" class="urlextern" title="https://github.com/3b1b/manim/blob/master/active_projects/fourier.py" rel="ugc nofollow">https://github.com/3b1b/manim/blob/master/active_projects/fourier.py</a>. Although it's basically his own library and he doesn't work at making it so understandeable or backwards compatible</div>
</li>
<li class="level1"><div class="li"> I don't really like the initial explanation though. Discussion on HN: <a href="https://news.ycombinator.com/item?id=16242103" class="urlextern" title="https://news.ycombinator.com/item?id=16242103" rel="ugc nofollow">https://news.ycombinator.com/item?id=16242103</a></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Visual Teaching \/ Explanations","hid":"visual_teachingexplanations","codeblockOffset":0,"secid":3,"range":"1588-2010"} -->
<h2 class="sectionedit4" id="why_math_is_important">Why Math is Important</h2>
<div class="level2">
<p>
<em>To be improved</em>
</p>
<ul>
<li class="level1 node"><div class="li"> <a href="http://www.youtube.com/playlist?list=PL3641A12A6ADDB4B1" class="urlextern" title="http://www.youtube.com/playlist?list=PL3641A12A6ADDB4B1" rel="ugc nofollow">Mathematician Timothy Gowers, The Importance of Mathematics</a> hour long lecture, quite funny and approachable.</div>
<ul>
<li class="level2"><div class="li"> <em>Why worry about coloring graphs? Seems kinda useless, a bit childish. Until you realize that it's exactly the same problem as timetabling, which comes up everywhere!</em></div>
</li>
</ul>
</li>
<li class="level1 node"><div class="li"> Programmer/Statistician Evan Miller: <a href="http://www.evanmiller.org/mathematical-hacker.html" class="urlextern" title="http://www.evanmiller.org/mathematical-hacker.html" rel="ugc nofollow">The Mathematical Hacker</a> and <a href="http://www.evanmiller.org/dont-kill-math.html" class="urlextern" title="http://www.evanmiller.org/dont-kill-math.html" rel="ugc nofollow">Don't Kill Math: Comments on Bret Victor's Scientific Agenda</a></div>
<ul>
<li class="level2"><div class="li"> Awesome and funny articles. Fortran is the “other parent” (compared to just coding) who has apparently been <em>too busy at work</em> to teach their child programmer math! Ouch…</div>
</li>
<li class="level2"><div class="li"> </div>
</li>
</ul>
</li>
</ul>
<p>
Most engineers think that math is a rather boring subject, composed of rather trivial things like trigonometry and summing over infinitesimals (aka integrating). Also, most engineers were plagued with the fascination early on of making a robot move, or building their own bench out of wood, or creating mini flash games that could take the world by storm. When you've got something that's “hands on”, all you really need to do is plug n' chug the occasional formula or solve an inequality, right? There's even tools like Wolfram Alpha or your TI-89's that can solve all the ugly stuff you'd ever need to use! Why in the world would you ever need to really know math?
</p>
<p>
Well, as it turns out, there is a breed of person that got excited at an early age about things like proportions, puzzles, and the simple artistic beauty that math formulas sometimes hold, even graphically! In high school, they're known for tearing into their coursework and learning all they can about integrating and trig subbing, and often try and outdo their classmates in simplifying a problem the furthest! In college and beyond, they're known as <strong>mathematicians</strong>. They'll spend hours upon end, writing nary a word on their scratch piece of paper, but thinking deep thoughts about edge cases, identities, and elegant ways of making the massive problem they're dealing with a little bit simpler. Mathematicians make the world go round, and their advances in the last 100 years have largely been the reason that society is where it is today!
</p>
<p>
Turns out that mathematicians think about engineered robots, structures, and computers the same way! You just buy them and use them for their intended purpose, without any regard to the late nights debugging code and long ponderings about the optimum balance between form and function, and cost and completeness (what many an engineer stresses over)
</p>
<p>
Having a math/physics major as a roommate helped me a lot with learning these things. But honestly, this can be applied to just about any major vs another major in college! So, open your mind and learn from someone different than you!
</p>
<ul>
<li class="level1"><div class="li"> <a href="http://www.cs.cmu.edu/~me/811/" class="urlextern" title="http://www.cs.cmu.edu/~me/811/" rel="ugc nofollow">16-811</a>, CMU Robotics course with good notes on mathematical topics from an applied grad perspective</div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Why Math is Important","hid":"why_math_is_important","codeblockOffset":0,"secid":4,"range":"2011-5079"} -->
<h2 class="sectionedit5" id="kill_math">"Kill" Math</h2>
<div class="level2">
<ul>
<li class="level1 node"><div class="li"> DON'T KILL MATH! <a href="http://www.evanmiller.org/dont-kill-math.html" class="urlextern" title="http://www.evanmiller.org/dont-kill-math.html" rel="ugc nofollow">http://www.evanmiller.org/dont-kill-math.html</a>. Excellent rebuttal! Need to understand the things he notes, like calculus of variations and stuff for optimization vs dumb knob tweaking in simulations.</div>
<ul>
<li class="level2"><div class="li"> Bret Victor heartily agrees: <code>The ideal future representation for modeling systems won't resemble either analysis or simulation as we know it, but will descend from both.</code></div>
</li>
</ul>
</li>
<li class="level1"><div class="li"> Really means, be smart about how you use and understand math. <em>“[Math] symbols are a command line, we need a <strong><a href="humanities/notetaking.html" class="wikilink1" title="humanities:notetaking">better interface</a></strong>!”</em> from <a href="http://worrydream.com/KillMath/" class="urlextern" title="http://worrydream.com/KillMath/" rel="ugc nofollow">Bret Victor's Kill Math</a></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"\"Kill\" Math","hid":"kill_math","codeblockOffset":0,"secid":5,"range":"5080-5735"} -->
<h2 class="sectionedit6" id="computer_based_math">Computer Based Math</h2>
<div class="level2">
<p>
This is exactly the problem:
Saturday Morning Breakfast Cereal (SMBC) Physics comic:
<a href="0media/20130616.png" class="media" title="20130616.png"><img src="0media/20130616.png" class="mediaright" align="right" alt="" width="200" /></a>
<a href="0media/arrowchart.gif" class="media" title="arrowchart.gif"><img src="0media/arrowchart.gif" class="media" alt="" /></a>
</p>
<ul>
<li class="level1"><div class="li"> <a href="http://www.computerbasedmath.org/resources/reforming-math-curriculum-with-computers.html" class="urlextern" title="http://www.computerbasedmath.org/resources/reforming-math-curriculum-with-computers.html" rel="ugc nofollow">Excellent overview is Conrad Wolfram's TED Talk</a></div>
</li>
<li class="level1 node"><div class="li"> Also, excellent articles and examples of Computer Based Math from <a href="http://computerbasedmath.org/resources.html" class="urlextern" title="http://computerbasedmath.org/resources.html" rel="ugc nofollow">Wolfram blog posts</a> and <a href="http://www.conradwolfram.com/mywritings/" class="urlextern" title="http://www.conradwolfram.com/mywritings/" rel="ugc nofollow">Conrad Wolfram</a></div>
<ul>
<li class="level2"><div class="li"> General gist is: <em>“We don't want students to be third-rate computers; we want them to be first-rate problem solvers”</em></div>
</li>
<li class="level2"><div class="li"> Also <em>“We insist that the entire population learns how to do step 3 by hand. Perhaps 80% of doing math education at school is step 3 by hand and largely not doing steps 1, 2, and 4. And yet step 3 is the step that computers can do vastly better than any human at this point, so it's kind of bizarre that that's the way around we're doing things. Instead, I think we should be using computers to do step 3 and we should be using students to do steps 1, 2, and 4 to a much greater extent than we are.”</em></div>
</li>
</ul>
</li>
</ul>
<ul>
<li class="level1"><div class="li"> What are the arguments against computer-based math? </div>
</li>
<li class="level2"><div class="li"> Is there a way to do fast theoretical problem solving? Input equations, input the variable you'd like to solve for…BAM, right? </div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Computer Based Math","hid":"computer_based_math","codeblockOffset":0,"secid":6,"range":"5736-7079"} -->
<h2 class="sectionedit7" id="calculus">Calculus</h2>
<div class="level2">
<ul>
<li class="level1"><div class="li"> <a href="http://ocw.mit.edu/high-school/courses/highlights-of-calculus/index.htm" class="urlextern" title="http://ocw.mit.edu/high-school/courses/highlights-of-calculus/index.htm" rel="ugc nofollow">Highlights of Calculus</a> (video series by Gilbert Strang), why it's important, etc.</div>
</li>
<li class="level1"><div class="li"> Strang's free calculus textbook: <a href="http://ocw.mit.edu/resources/res-18-001-calculus-online-textbook-spring-2005/textbook/" class="urlextern" title="http://ocw.mit.edu/resources/res-18-001-calculus-online-textbook-spring-2005/textbook/" rel="ugc nofollow">http://ocw.mit.edu/resources/res-18-001-calculus-online-textbook-spring-2005/textbook/</a></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Calculus","hid":"calculus","codeblockOffset":0,"secid":7,"range":"7080-7389"} -->
<h2 class="sectionedit8" id="linear_algebra_by_strang">Linear Algebra by Strang</h2>
<div class="level2">
<p>
Linear Algebra with Applications is “better” than Introduction to Linear Algebra? Oh well…just time to learn linear algebra, here we go!
</p>
</div>
<!-- EDIT{"target":"section","name":"Linear Algebra by Strang","hid":"linear_algebra_by_strang","codeblockOffset":0,"secid":8,"range":"7390-7566"} -->
<h3 class="sectionedit9" id="convolution_lmse">Convolution = LMSE</h3>
<div class="level3">
<p>
Linear algebra proof that matching two sequences using convolution (multiplying them and finding maximum) is the same as minimizing the mean-square error between the sequences.
</p>
</div>
<!-- EDIT{"target":"section","name":"Convolution = LMSE","hid":"convolution_lmse","codeblockOffset":0,"secid":9,"range":"7567-7774"} -->
<h2 class="sectionedit10" id="linear_algebra">Linear Algebra</h2>
<div class="level2">
<ul>
<li class="level1"><div class="li"> Gustavo mentioned solving a children's game where the sums of rows add up to certain values (kinda like sudoku but easier). That can be rewritten as a set of linear equations that you take the inverse of. BOOOOM SHAKA LAKA. </div>
</li>
</ul>
<p>
TO READ STILL
</p>
<ul>
<li class="level1"><div class="li"> Excellent visual presentation of what y = Ax is doing: <a href="http://blog.stata.com/2011/03/03/understanding-matrices-intuitively-part-1/" class="urlextern" title="http://blog.stata.com/2011/03/03/understanding-matrices-intuitively-part-1/" rel="ugc nofollow">http://blog.stata.com/2011/03/03/understanding-matrices-intuitively-part-1/</a></div>
</li>
<li class="level1"><div class="li"> <a href="http://betterexplained.com/articles/linear-algebra-guide/?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+Betterexplained+%28BetterExplained%29" class="urlextern" title="http://betterexplained.com/articles/linear-algebra-guide/?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+Betterexplained+%28BetterExplained%29" rel="ugc nofollow">Better Explained Linear Algebra</a>. Got halfway through it…need to do 649! <a href="http://ajkjk.com/blog/?p=18" class="urlextern" title="http://ajkjk.com/blog/?p=18" rel="ugc nofollow">Comments</a>.</div>
</li>
<li class="level1"><div class="li"> <a href="http://www.ams.org/samplings/feature-column/fcarc-svd" class="urlextern" title="http://www.ams.org/samplings/feature-column/fcarc-svd" rel="ugc nofollow">Excellent article on SVD applied to stochastic processes</a></div>
</li>
<li class="level1"><div class="li"> <a href="http://en.wikipedia.org/wiki/Spectral_clustering" class="urlextern" title="http://en.wikipedia.org/wiki/Spectral_clustering" rel="ugc nofollow">Spectral Clustering</a> looks really cool, and seems to be related to kernel PCA (also really cool). All about that dimensionality reduction…</div>
</li>
<li class="level1"><div class="li"> <a href="http://nostarch.com/linearalgebra" class="urlextern" title="http://nostarch.com/linearalgebra" rel="ugc nofollow">Manga Guide to Linear Algebra</a></div>
</li>
<li class="level1"><div class="li"> <a href="http://www.matrixanalysis.com/downloadchapters.html" class="urlextern" title="http://www.matrixanalysis.com/downloadchapters.html" rel="ugc nofollow">Free Linear Algebra Textbook</a> hopefully free is still good…</div>
</li>
<li class="level1"><div class="li"> Gilbert Strang's book is supposedly really good too. <a href="http://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/" class="urlextern" title="http://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/" rel="ugc nofollow">Video Lectures on OCW</a></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Linear Algebra","hid":"linear_algebra","codeblockOffset":0,"secid":10,"range":"7775-9140"} -->
<h3 class="sectionedit11" id="eigenvectors_and_eigenvalues">Eigenvectors and Eigenvalues</h3>
<div class="level3">
<ul>
<li class="level1"><div class="li"> Notes on why they're cool and useful.</div>
</li>
<li class="level1 node"><div class="li"> <a href="http://math.stackexchange.com/questions/117021/what-do-the-eigenvectors-of-an-adjacency-matrix-tell-us" class="urlextern" title="http://math.stackexchange.com/questions/117021/what-do-the-eigenvectors-of-an-adjacency-matrix-tell-us" rel="ugc nofollow">http://math.stackexchange.com/questions/117021/what-do-the-eigenvectors-of-an-adjacency-matrix-tell-us</a>. </div>
<ul>
<li class="level2"><div class="li"> Think Google and page linking. Seems like pretty crazy stuff, these eigens</div>
</li>
</ul>
</li>
</ul>
<ul>
<li class="level1 node"><div class="li"> <a href="0media/math/googlefinalversionfixed.pdf" class="media mediafile mf_pdf" title="math:googlefinalversionfixed.pdf">The $25 billion eigenvector (the story behind Google)</a>. 10 page paper.</div>
<ul>
<li class="level2"><div class="li"> Sort of interesting, but got lost pretty quickly in search engine theory. Pretty cool application though. </div>
</li>
<li class="level2"><div class="li"> How the eigenvector actually works is still a mystery to me, but I'll hopefully figure it out soon.</div>
</li>
</ul>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Eigenvectors and Eigenvalues","hid":"eigenvectors_and_eigenvalues","codeblockOffset":0,"secid":11,"range":"9141-9745"} -->
<h2 class="sectionedit12" id="google_ceres_project">Google CERES Project</h2>
<div class="level2">
<ul>
<li class="level1"><div class="li"> An optimized non-linear least squares solver that utilizes sparse datasets too. Not sure how to use it exactly, but it sounds really useful. <a href="http://procrastineering.blogspot.com/2012/05/today-sameer-agarwal-and-keir-mierle-as.html" class="urlextern" title="http://procrastineering.blogspot.com/2012/05/today-sameer-agarwal-and-keir-mierle-as.html" rel="ugc nofollow">Johnny Chung Lee writeup</a></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Google CERES Project","hid":"google_ceres_project","codeblockOffset":0,"secid":12,"range":"9746-"} --></div></body>
</html>