-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 2.43 KB
/
Copy pathindex.html
File metadata and controls
31 lines (29 loc) · 2.43 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vitus Larrieu</title>
<link href="style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,[email protected],100..1000&display=swap" rel="stylesheet">
</head>
<body>
<div class="blobs">
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
</div>
<div class="card">
<h1>Hi, I'm Vitus!</h1>
<body>I am a Senior at Princeton University, where I study computer science and journalism. As a computer science major, I focus on developing tools and interventions that better serve users and the world. My research on the novel implementation of an eco-feedback system for LLMs was <a href="https://doi.org/10.1145/3706599.3719708">published</a> in CHI ’25 as a late breaking work.</body>
<body><br><br>Through my coursework, I have developed an expertise in human-computer interaction reserach methods, digital system design, machine learning, algorithms and data structures, among other core computer science concepts. This semester, I am researching how an LLM based intervention may improve mental health outcomes for social media users.</body>
<body><br><br>On campus, I am the <a href="https://www.dailyprincetonian.com/staff/vitus-larrieu">Senior News writer</a> for the Daily Princetonian, where I write stories on the changing role of higher education and student activism. I was formerly the Head Podcast Editor, where I led a team of 20 student journalists in writing, recording, and producing the campus conversation.</body>
<body><br><br>Off campus, I have worked for <a href="https://laist.com/people/vitus-larrieu">LAist</a>, an NPR station serving millions of listeners in the Los Angeles region. At LAist, I reported on homelessness, police misconduct, and government accountability. I have also worked with <a href="https://www.midstory.org/author/vitus-larrieu/">Midstory</a>, a non-profit organization dedicated to research and storytelling that centers the Midwest narrative.</body>
</div>
</body>
</html>