-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththings.html
79 lines (69 loc) · 3.88 KB
/
things.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
<html lang="en">
<head>
<title> Laura Cui | Work </title>
<meta name="viewport" content="initial-scale=1, width=device-width, user-scalable=no"/>
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400|Work+Sans:300,400|Lora:300|IBM+Plex+Sans:400,500" rel="stylesheet">
<link rel="icon" type="image/png" href="/img/fav.png"/>
<link rel="canonical" href="https://reionize.github.io/things">
<meta name="keywords" content="Laura Cui,reionize,blair3sat,stargazings,reionize projects,Laura Cui projects,Laura Cui physics,reionization"/>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109224741-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-109224741-1');
</script>
<script type="text/javascript">
function loadbkg() {
document.getElementById("bkg").style.backgroundImage = "url(\"/img/bkg2.JPG\")";
}
</script>
</head>
<body>
<!-- <div id='bkg'> <img src='./img/bkg.jpg' onLoad='loadbkg()' style='visibility:hidden;'> </div> -->
<div id="fadebkg"> </div>
<div id="container">
<div id="pagehead">
<h1> Overview </h1>
</div>
<div id="content">
<p> I am broadly interested in quantum information and mathematical physics, especially topics related to quantum complexity, and am also involved in various teaching and outreach activities. My CV is available <a href="/files/cv.pdf"> here </a> if you want to see a more complete list of what I've worked on. Below are some of the highlights! </p>
<br>
<h2 id="section:research"> Research </h2>
<h3> Decay of spurious topological entanglement entropy in the trivial phase (TBA) </h3>
<p style="margin-top:-16px;"> with Aram Harrow and Daniel Ranard </p>
<!-- <b> <a href=""> tba </a> </b> <br> -->
<h3> Probing local many-body dynamics with random quantum circuits </h3>
<p style="margin-top:-16px;"> MIT Department of Physics Senior Thesis </p>
<b> <a href="/files/senior_thesis.pdf"> pdf </a> </b> <b> <a href="https://dspace.mit.edu/handle/1721.1/151497"> online </a> </b> <br>
<h3> Local information scrambling in random quantum circuits </h3>
<p style="margin-top:-16px;"> with Alexander Dalzell and Hsin-Yuan (Robert) Huang </p>
<b> <a href="/files/surf_21.pdf"> pdf </a> </b> <br>
<br> <br>
<h2 id="section:teaching"> Teaching and outreach </h2>
<h3 id="proofs-workshop"> 18.S097: Proof-Writing Workshop </h3>
<p> I helped organize a proofs workshop which was offered as a 3-unit class during MIT's Independent Activities Period in January 2021. You can find my lecture notes <a href="/files/proofs.pdf"> here, </a> or see the <a href="http://uma.mit.edu/18.S097"> course website </a> for the rest of the course materials.
</p>
<h3> HMMT Education </h3>
<p> I gave a talk for high school students at the February and November 2021 iterations of the Harvard MIT Math Tournament on quantum mechanics and information theory. My slides are available <a href="/files/hmmt_edu.pdf"> here. </a>
</p>
<br> <br>
</div>
<div id="navbar">
<a href='/'> main </a>
<u> work</u>
<a href='/files/cv.pdf'> cv </a>
<a href='https://reionize.substack.com'> blog </a>
</div>
</div>
<!-- <div id="navbkg"> </div> -->
<!-- <div id="social">
<a href='mailto:[email protected]'> <img src='/img/mail.png' width = '40' height = '40'> </a>
<a href='https://twitter.com/reionize'> <img src='/img/twitter.png' width = '40' height = '40'> </a>
<a href='https://instagram.com/tlessv'> <img src='/img/instagram.png' width = '40' height = '40'> </a>
<a href='https://www.goodreads.com/user/show/90653304-laura-cui'> <img src='/img/goodreads.png' width = '40' height = '40'> </a>
</div> -->
</body>
</html>