-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.html
79 lines (67 loc) · 3.83 KB
/
notes.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
<!doctype html>
<html>
<head>
<script src="https://use.fontawesome.com/baff6f55f5.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Xuyang Li (李旭洋)</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29643011-3', 'auto');
ga('send', 'pageview');
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="assets/css/academicons.min.css"/>
<link rel="stylesheet" href="assets/css/academicons.css"/>
</head>
<body>
<div class="wrapper">
<header>
<h1>Xuyang Li </h1>
<p>Johns Hopkins University</p>
<h3><p class="view"><a href="https://li-xuyang28.github.io/">Home</a></p></h3>
<h3><p class="view"><a href="https://li-xuyang28.github.io/cv.html">CV</a></p></h3>
<h3><p class="view"><a href="https://li-xuyang28.github.io/publications.html">Publications</a></p></h3>
<!--<h3><p class="view"><a href="https://li-xuyang.github.io/publications.html">Publications</a></p></h3>
<h3><p class="view"><a href="https://li-xuyang.github.io/projects.html">Projects</a></p></h3>-->
<h3><p class="view"><a href="https://li-xuyang28.github.io/notes.html">Notes←</a></p></h3>
<h3><p class="view"><a href="https://li-xuyang28.github.io/personal.html">Personal</a></p></h3>
<p class="view"><b>Social</b><br>
<a href="https://www.linkedin.com/in/xuyang-li-a324821a2/" class="author-social" target="_blank"><i class="fa fa-fw fa-linkedin-square"></i> LinkedIn</a><br>
<p class="view"><b>Contact</b><br>
<a href="mailto:[email protected]" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Email</a><br>
<!--<p><b>Contact:</b><br>Beth Israel Deaconess Medical Center<br>Harvard Medical School<br>CLS 707, 3 Blackfan Circle<br>Boston, MA 02115<br>li.xuya[AT]northeastern.edu</p>-->
</header>
<section>
<p><b><tt>Despite my seemingly fashionable majors, I am quite out-dated and prefer(red) hand written notes with pencil and paper. Due to the Great Coffee Splash '21, I lost circa 120 pages of notes. Therefore, I made the executive decision of digitalizing all my notes (with LaTex). Since I benefitted from many public resources, I decided to also make these notes from past courses, reading groups, workshops, etc., public, in hope that they will perhaps be helpful to someone. Here I list (in order) the notes I plan on digitalizing and posting, please check back regularly for access updates.</tt></b></p>
<p>Invariant Theory <br>
Optimization and Complexity<br>
Quiver Representation<br>
Algebraic Statistics<br>
Commutative Algebra<br>
Real and Complex Analysis<br>
Machine Learning<br>
Derived Category Methods for Commutative Algebra<br>
Algebraic Geometry and Statistical Learning Theory<br>
Tropical Geometry<br>
Abstract Algebra<br>
DBMS
</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages </small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>