Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpal committed Aug 13, 2024
1 parent e2110cc commit c9b761c
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 24 deletions.
11 changes: 8 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ h3 {
font-weight: bold;
}
#headshot {
margin: auto;
display: block;
height: 400px;
float: right;
height: 200px;
width: 200px;
}

#about {
height: 200px;
}

.date {
vertical-align: top;
font-weight: bold;
Expand Down
Binary file modified assets/images/anjali.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
116 changes: 95 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,23 @@
<main class="page-content" aria-label="Content">
<div class="wrapper">
<div class="home">
<div>
<img id="headshot" src="./assets/images/anjali.jpg" alt="Anjali Pal" />
</div>


<!------------------------------------------ ABOUT ------------------------------------------>

<h2 id="about">About</h2>
<p>
I am a second-year PhD student
in the <a href="https://uwplse.org/">PLSE</a> group
at the University of Washington.
<a href="https://homes.cs.washington.edu/~ztatlock/" target="_blank">Zach Tatlock</a>
is my advisor.
</p>
<p>
Prior to grad school, I was a software engineer. I spent one year at
Google working on Android Maps and Cloud Storage Security & Privacy,
then I worked at Code.org for three years, where I built block-based
programming environments for K-12 students.
</p>
<div id="about">
<div>
<img id="headshot" src="./assets/images/anjali.jpg" alt="Anjali Pal" />
</div>
<h2>About</h2>

<p>
I am a third-year PhD student
in the <a href="https://uwplse.org/">PLSE</a> group
at the University of Washington.
<a href="https://homes.cs.washington.edu/~ztatlock/" target="_blank">Zach Tatlock</a>
is my advisor.
</p>
</div>

<!------------------------------------------ PUBS ------------------------------------------>

Expand All @@ -106,6 +103,17 @@ <h2 id="research">Publications</h2>
<!------------------------------------------ TEACHING ------------------------------------------>

<h2 id="teaching">Teaching</h2>
<table>
<tbody>
<tr>
<td class="date">Autumn 2024</td>
<td>University of Washington CSE 341
<br>
Programming Languages
</td>
</tr>
</tbody>
</table>
<div class="TA">
<h3>Teaching Assistantships</h3>
<table>
Expand Down Expand Up @@ -135,7 +143,7 @@ <h3>Teaching Assistantships</h3>
</td>
</tr>
<tr>
<td class="date">Fall 2016</td>
<td class="date">Autumn 2016</td>
<td>
Brown University CS 173*
<br>
Expand All @@ -151,7 +159,7 @@ <h3>Teaching Assistantships</h3>
</td>
</tr>
<tr>
<td class="date">Fall 2015</td>
<td class="date">Autumn 2015</td>
<td>
Brown University CS 17*
<br>
Expand All @@ -168,7 +176,7 @@ <h3>Teaching Assistantships</h3>
</td>
</tr>
<tr>
<td class="date">Fall 2014</td>
<td class="date">Autumn 2014</td>
<td>
Brown University CS 17
<br>
Expand Down Expand Up @@ -239,11 +247,77 @@ <h3>Guest Lectures</h3>
</table>
</div>

<!------------------------------------------ OTHER EXPERIENCE ------------------------------------------>
<h2 id="jobs">Industry</h2>
<table>
<tbody>
<tr>
<td class="date">Summer 2024</td>
<td>
Sandia National Laboratories
<br>
<span class="role">Research Intern</span>
<br>
I spent the summer with <a href="">John Bender</a> working on
an extension to <a href="https://compcert.org/">CompCert</a>.
</td>
</tr>
<tr>
<td class="date">2019 - 2022</td>
<td>Code.org
<br>
<span class="role">Software Engineer</span>
<br>
I spent three challenging and rewarding years building
block-based programming environments to support all of
Code.org's K-12 Computer Science curricula. A highlight of my
time at Code.org was the opportunity to work closely with and
learn from CS education experts.
<br>
Some projects I'm particularly proud of are:
<ul>
<li>I built and launched the data library and analytics tooling
that backs the data processing unit of AP Computer Science Principles
</li>
<li>I built and launched
<a href="https://code.org/poetry">Poetry Hour of Code</a>
</li>
<li>I was the primary engineer and designer for the
Code.org's migration from a years-old fork of Blockly to the
most recent release. I also managed the successful partnership
between Code.org and Google's Blockly team.
</li>
</ul>
</td>


</tr>
<tr>
<td class="date">2017 - 2018</td>
<td>Google
<br>
<span class="role">Engineering Residency</span>
<br>
I spent about six months each working on Android Maps and Cloud Storage
Security & Privacy Infrastructure.
</td>
</tr>
</tbody>
</table>

<!------------------------------------------ SERVICE ------------------------------------------>

<h2 id="service">Service</h2>
<table>
<tbody>
<tr>
<td class="date">Summer 2024</td>
<td>
SPLASH OOPSLA 2024
<br>
<span class="role">Artifact Evaluation Committee</span>
</td>
</tr>
<tr>
<td class="date">Spring 2024</td>
<td>
Expand Down

0 comments on commit c9b761c

Please sign in to comment.