-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsummary_of_research.html
68 lines (62 loc) · 2.1 KB
/
summary_of_research.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
<!DOCTYPE html>
<html>
<head>
<title>Summary of Research | Matthew McMillan</title>
<!-- Meta Info -->
<meta charset="utf-8">
<meta name="keywords" content="Summary of Research, mathematics, candidacy">
<meta name="description" content="This document was prepared for the UCLA ‘candidacy’ oral exam. It covers some background and motivation for my dissertation, and describes my two main projects.">
<!-- titling font -->
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@0;1&display=swap" rel="stylesheet">
<!-- regular font -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap" rel="stylesheet">
<meta name=viewport content="width=device-width, initial-scale=1">
<link href="../site_styles.css" rel="stylesheet">
<style>
h1 {
font-size:2.5em;
}
iframe {
width:100%;
height:800px;
}
@media (max-width:767px) {
#main {
margin:15px; }
}
</style>
</head>
<body>
<div class="navbar" id="my-navbar">
<div class="branding">
<h3><a href="../index.html#bio">Matthew McMillan</a></h3>
</div> <!-- end #branding -->
<div id="nav-elt">
<ul>
<li><a href="../leibniz.html" id="active">Leibniz</a></li>
<li><a href="../research.html">Research</a></li>
<li><a href="../essays.html">Essays</a></li>
<li><a href="../index.html">Home</a></li>
</ul>
</div> <!-- end #nav-elt -->
<div class="contact">
<h3><a href="../contact.html">Contact</a></h3>
</div> <!-- end #contact -->
</div> <!-- end .navbar -->
<div id="header">
<h1>Summary of Research</h1>
</div> <!-- end #header -->
<div class="clearfloat" > </div><!-- end .clearfloat -->
<div id="main">
<h2>7 March 2021</h2>
<p>
This document was prepared for the UCLA ‘candidacy’ oral exam. It covers some background and motivation for my dissertation, and describes my two main projects.
</p>
<iframe src="McMillan2021_SummaryofmathresearchduringPhD_.pdf"></iframe>
<div class="clearfloat" > </div><!-- end .clearfloat -->
</div> <!-- end #main -->
<div id="footer">
©Matthew McMillan 2021
</div> <!-- end #footer -->
</body>
</html>