Skip to content

Commit

Permalink
add browsers guest lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpal committed Apr 29, 2024
1 parent 64aa88f commit 02e2283
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ h3 {
font-style: italic;
}

.role {
font-style: italic;
}

.author {
text-decoration: underline;
}
Expand Down
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,14 @@ <h3>Teaching Assistantships</h3>
<h3>Guest Lectures</h3>
<table class="guest_lecture">
<tbody>
<tr>
<td class="date">April 2024</td>
<td>
<span class="paper-title">Applying Author Styles</span> (<a href="https://browser.engineering/styles.html">Chapter 6</a>)
<br>
University of Washington CSE 493 X (Web Browser Engineering)
</td>
</tr>
<tr>
<td class="date">April 2024</td>
<td>
Expand Down Expand Up @@ -241,31 +249,31 @@ <h2 id="service">Service</h2>
<td>
<a href="https://sites.google.com/cs.washington.edu/pnwplseworkshop/pnw-plse-2023?authuser=0">PNW PLSE</a>
<br>
Co-Chair
<span class="role">Co-Chair</span>
</td>
</tr>
<tr>
<td></td>
<td>
CSE 492R: Undergraduate Research Seminar
<br>
Grad Student Panelist
<span class="role">Grad Student Panelist</span>
</td>
</tr>
<tr>
<td class="date">Winter 2024</td>
<td>
SPLASH OOPSLA 2024
<br>
Artifact Evaluation Committee
<span class="role">Artifact Evaluation Committee</span>
</td>
</tr>
<tr>
<td class="date">Spring 2023</td>
<td>
<a href="https://sites.google.com/cs.washington.edu/pnwplseworkshop/pnw-plse-2023?authuser=0">PNW PLSE</a>
<br>
Co-Chair
<span class="role">Co-Chair</span>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 02e2283

Please sign in to comment.