Skip to content

Commit 6aaf189

Browse files
committed
updated index2.html
1 parent 524d871 commit 6aaf189

1 file changed

Lines changed: 14 additions & 28 deletions

File tree

index2.html

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
background: #fff;
4141
color: #111;
4242
font-family: "Crimson Pro", Georgia, "Times New Roman", serif;
43-
font-size: 23px;
43+
font-size: 21px;
4444
line-height: 1.45;
4545
-webkit-font-smoothing: antialiased;
4646
font-feature-settings: "kern", "liga", "onum";
@@ -59,16 +59,16 @@
5959

6060
h1 {
6161
font-weight: 500;
62-
font-size: 2.7rem;
62+
font-size: 2.5rem;
6363
line-height: 1.05;
6464
margin: 0 0 1.25rem;
6565
letter-spacing: -0.015em;
6666
}
6767

6868
h2 {
6969
font-weight: 500;
70-
font-size: 1.75rem;
71-
margin: 5rem 0 1rem;
70+
font-size: 1.6rem;
71+
margin: 2.5rem 0 1rem;
7272
letter-spacing: -0.01em;
7373
}
7474

@@ -172,8 +172,8 @@
172172
}
173173

174174
@media (max-width: 560px) {
175-
body { font-size: 19px; }
176-
h1 { font-size: 2rem; }
175+
body { font-size: 17px; }
176+
h1 { font-size: 1.85rem; }
177177
.header { gap: 1.25rem; }
178178
.photo { width: 100px; height: 100px; }
179179
.style-switcher { top: 0.75rem; left: 0.75rem; }
@@ -207,39 +207,31 @@ <h1>Michael Li</h1>
207207
</header>
208208

209209
<p>
210-
I am an undergraduate at Carnegie Mellon University studying statistics and machine learning,
211-
working with <a href="https://nishantsubramani.github.io/" target="_blank" rel="noopener noreferrer">Nishant Subramani</a> at the
212-
Language Technologies Institute.
210+
I am currently an undergraduate at Carnegie Mellon University studying statistics and machine learning. In Fall 2026, I will be starting a PhD in CS at Northeastern University.
213211
</p>
214212

215213
<p>
216-
My research interests are in interpretability &mdash; in particular, understanding
217-
the internal mechanisms of language models so that they can be made more
218-
predictable and controllable.
214+
I'm interested in developing our scientific understanding of neural networks, by studying the mechanisms and representations they learn. More broadly, I'm excited by foundational questions about phenomena in deep learning, e.g. generalization, emergent capabilities, scaling laws, and so on.
219215
</p>
220216

221217
<h2>News</h2>
222218
<div class="news-box">
219+
<div class="news-item">
220+
<span class="news-date">Apr 2026</span>
221+
<p class="news-body">Starting a CS PhD at Northeastern University in Fall 2026.</p>
222+
</div>
223223
<div class="news-item">
224224
<span class="news-date">Apr 2026</span>
225225
<p class="news-body"><em>How Much Do Circuits Tell Us? Measuring the Consistency and Specificity of Language Model Circuits</em> won a best paper award (preliminary track) at the LTI Student Research Symposium.</p>
226226
</div>
227227
<div class="news-item">
228228
<span class="news-date">Apr 2026</span>
229-
<p class="news-body"><em>Model Internal Sleuthing</em> was accepted to ACL 2026.</p>
229+
<p class="news-body"><em>Model Internal Sleuthing</em> was accepted to ACL 2026 (Main).</p>
230230
</div>
231231
<div class="news-item">
232232
<span class="news-date">Oct 2025</span>
233233
<p class="news-body">Presented <em>BERTology in the Modern World</em> at the Interplay workshop at COLM 2025.</p>
234234
</div>
235-
<div class="news-item">
236-
<span class="news-date">Aug 2025</span>
237-
<p class="news-body">Wrapped up a summer internship at Google Research working on graph neural networks for anomaly detection.</p>
238-
</div>
239-
<div class="news-item">
240-
<span class="news-date">Jun 2025</span>
241-
<p class="news-body">Started as a Software Engineering Intern at Google.</p>
242-
</div>
243235
</div>
244236

245237
<h2>Publications</h2>
@@ -288,13 +280,7 @@ <h2>Experience</h2>
288280
<em>Developed a generative AI dialogue framework using GPT-4 and TypeScript to digitize evidence-based health interventions for Alzheimer's patients.</em>
289281
</div>
290282

291-
<div class="pub">
292-
Researcher, University of Victoria.<br />
293-
2022 &ndash; 2023.<br />
294-
<em>Implemented and trained Temporal Convolutional Networks (TCNs) to forecast COVID-19 cases.</em>
295-
</div>
296-
297283
</main>
298284

299285
</body>
300-
</html>
286+
</html>

0 commit comments

Comments
 (0)