Skip to content

Commit

Permalink
add hpc conference dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Xovee committed Jan 16, 2025
1 parent 7b5872c commit 5c95127
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@
<option value="UIST">UIST</option>
</select>

<label for="dropdown-hpc" title="High Performance Computing">HPC</label>
<select id="dropdown-hpc" name="dropdown-hpc" class="">
<option value="" disabled selected></option>
<option value="HPDC">HPDC</option>
<option value="ICS">ICS</option>
<option value="PPoPP">PPoPP</option>
<option value="SC">SC</option>
</select>

<label for="dropdown-ir" title="Information Retrieval">IR</label>
<select id="dropdown-ir" name="dropdown-ir" class="">
<option value="" disabled selected></option>
Expand Down

0 comments on commit 5c95127

Please sign in to comment.