-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiaries.html
More file actions
89 lines (74 loc) · 4.26 KB
/
diaries.html
File metadata and controls
89 lines (74 loc) · 4.26 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<title>Ethan Lake's Research Page</title>
<meta name="I suck at HTML design" content="我的html设计能力好差">
<link href="index.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="diaries.html">Notes</a></li>
<li><a href="papers.html">Papers</a></li>
<li><a href="art.html">Fun</a></li>
</ul>
</div>
<br>
<hr>
<div id="page_content">
<h2>Physics notes</h2>
should put these on your homepage so you ensure everyone who visists your page clicks on the diaries. Also might be worth chosing fonts to make webpage look like a latex document; this would also be very classy
Below are links to some of the stuff I've done that hasn't appeared in papers. The diaries were written during the course of keeping a physics diary for myself, and as such are rather ideosyncratic in their focus and style. Most of the diary enetries are elaborations on things that (wholly or partly) appear in the literature but which I wanted to understand better; there are also some original mini research projects and a few fun textbook problems. There are also some notes on various specific topics and slides from talks. </p>
<br>
<h2> Physics diaries </h2>
<ul class="diarybar">
<li><a href="qft.pdf">Symmetries and anomalies in QFT</a> </li>
<li><a href="qft.pdf">Gauge theories</a> </li>
<li><a href="qft.pdf">Bosonization</a> </li>
<li><a href="cft_diary.pdf">CFT</a></li>
<li><a href="rg_diary.pdf">RG problems</a></li>
<li><a href="qft.pdf">Misc QFT</a></li>
<li><a href="cmt_diary.pdf">Condensed matter</a></li>
<li><a href="qi_diary.pdf">Quantum information</a></li>
<li><a href="misc_diary.pdf">Miscellaneous problems</a></li>
<li><a href="math_diary.pdf">Math</a></li>
</ul>
<h2> Short notes</h2>
<ul class="diarybar">
<li><a href="qft.pdf">Review of what I know about the phase diagrams of Abelian lattice gauge theories</a> </li>
<li><a href="qft.pdf">One form anomalies in various CS theories</a> </li>
<li><a href="qft.pdf">The role of diffeomorphisms in physics and a pedantic discussion about conformal transformations, Weyl anomalies, etc.</a> </li>
<li><a href="qft.pdf">Compendium of results about instanton numbers for various 4d gauge theories </a> </li>
<li><a href="qft.pdf">Compendium of results on how spacetime symmetries act on fermions in QFT</a> </li>
<li><a href="qft.pdf">Large N analysis of 2+1D ferromagnets</a> </li>
<li><a href="qft.pdf">One good set of conventions for bosonization + the compact boson, and part of the bosonization dictionary</a> </li>
<li><a href="qft.pdf">Conventions for and connections between different Greens functions, fluctuation dissipation, feeling better about imaginary time, etc.</a> </li>
<li><a href="zeromods.pdf">Zero modes for Dirac fermions in flux backgrounds on various manifolds</a></li>
<li><a href="qft.pdf">RG flow for stacked WF models</a> </li>
<li><a href="qft.pdf">Random quantum expanders</a> </li>
<li><a href="zeromods.pdf">Primer on quantum criticality</a></li>
<li><a href="rg_intro.pdf">Personal understanding of RG and the relation between Wilsonian and old-school approaches (only include if really good)</a></li>
</ul>
<h2> Talks </h2>
<ul class="diarybar">
<li><a href="asdf.pdf">"Landau beyond Landau" at TQC Shenzhen, Dec 2019 </li>
</ul>
<br>
<hr>
<br>
<p class="centeredContent">
<IMG SRC="diary_page_drawing.png" WIDTH=750 HEIGHT=500>
</p>
</div>
</div>
<!-- <ul class="timestamp">Last update: <span id="demo"></span>.</p>
<script>
document.getElementById("demo").innerHTML = document.lastModified;
</script></ul> -->
</body>
</html>