-
Notifications
You must be signed in to change notification settings - Fork 1
/
videoWeek6.html
106 lines (98 loc) · 4.3 KB
/
videoWeek6.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Week 6 Lecture Videos (Prof. Ingrid Daubechies)</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link rel="stylesheet" href="/css/" type="text/css" />
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">In principio erat Verbum </a></h1>
<nav><ul>
<li><a href="/category/expository.html">Expository</a></li>
<li class="active"><a href="/category/math-212.html">Math 212</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="/videoWeek6.html" rel="bookmark"
title="Permalink to Week 6 Lecture Videos (Prof. Ingrid Daubechies)">Week 6 Lecture Videos (Prof. Ingrid Daubechies)</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-10-02T21:33:00-04:00">
Published: Fri 02 October 2015
</abbr>
<br />
<abbr class="modified" title="2015-10-02T21:40:00-04:00">
Updated: Fri 02 October 2015
</abbr>
<address class="vcard author">
By <a class="url fn" href="/author/ingrid-daubechies.html">Ingrid Daubechies</a>
</address>
<p>In <a href="/category/math-212.html">Math 212</a>.</p>
<p>tags: <a href="/tag/math-212.html">Math 212</a> <a href="/tag/videos.html">Videos</a> </p>
</footer><!-- /.post-info --> <hr />
<h2 id="part-12-optimization-under-constraint">Part 1/2: Optimization under Constraint</h2>
<p><div>
<video height="480" width="640" style="border: 2px solid #111111" controls="controls">
<source src="https://dl.dropboxusercontent.com/u/25803260/Daubechies/Week6/week_6_part_1.mp4" type="video/mp4" />
</video>
</div></p>
<hr />
<h2 id="part-22-optimization-of-functions-of-two-variables">Part 2/2: Optimization of Functions of Two Variables</h2>
<p><div>
<video height="480" width="640" style="border: 2px solid #111111" controls="controls">
<source src="https://dl.dropboxusercontent.com/u/25803260/Daubechies/Week6/week_6_part_2.mp4" type="video/mp4" />
</video>
</div></p>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>useful links</h2>
<!--<h2>blogroll</h2>-->
<ul>
<li><a href="http://www.math.duke.edu/">Department of Mathematics</a></li>
<li><a href="http://www.math.duke.edu/courses/math_everywhere/">Math Everywhere @ Duke</a></li>
<li><a href="http://www.wolframalpha.com/">Wolfram Alpha</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://github.com/trgao10">GitHub</a></li>
<li><a href="https://www.linkedin.com/pub/tingran-gao/89/8a8/a8a">LinkedIn</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<!--<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address>--><!-- /#about -->
<p>Powered by <a href="http://getpelican.com/">Pelican</a><br>last modified:
<script>document.write(document.lastModified);</script>
</p>
<!--<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>-->
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-67249529-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = 'https://ssl.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="/js/"></script>
</html>