Skip to content

Commit

Permalink
Updated paper and code links
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaihao committed Oct 25, 2023
1 parent b7acd2b commit e2c0147
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 15 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified img/.DS_Store
Binary file not shown.
Binary file added img/thumbs/.DS_Store
Binary file not shown.
Binary file added img/thumbs/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/thumbs/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/thumbs/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/thumbs/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/thumbs/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/thumbs/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/thumbs/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/thumbs/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/thumbs/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/thumbs/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 15 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
<h1>You Are What You Annotate:<br>Towards Better Models through Annotator Representations</h1>

<ul id="quick-links">
<li><a href="https://lit.eecs.umich.edu/">Paper</a></li>
<li><a href="https://arxiv.org/pdf/2305.14663.pdf">Paper</a></li>

<li><a href="https://lit.eecs.umich.edu/">Code</a></li>
<li><a href="https://github.com/MichiganNLP/Annotator-Embeddings">Code</a></li>

<li><a href="https://huggingface.co/datasets/dnaihao/TID-8">TID-8 dataset</a></li>

Expand All @@ -78,17 +78,18 @@ <h2>Abstract</h2>

<section>
<div class="content">
<a href="https://lit.eecs.umich.edu/">
<a href="https://arxiv.org/pdf/2305.14663.pdf">
<ol id="thumbnails">
<li><img src="img/thumbs/0.png" alt="thumbnail, page 0"/></li>
<li><img src="img/thumbs/1.png" alt="thumbnail, page 1"/></li>
<li><img src="img/thumbs/2.png" alt="thumbnail, page 2"/></li>
<li><img src="img/thumbs/3.png" alt="thumbnail, page 3"/></li>
<li><img src="img/thumbs/4.png" alt="thumbnail, page 4"/></li>
<li><img src="img/thumbs/5.png" alt="thumbnail, page 5"/></li>
<li><img src="img/thumbs/6.png" alt="thumbnail, page 6"/></li>
<li><img src="img/thumbs/7.png" alt="thumbnail, page 7"/></li>
<li><img src="img/thumbs/8.png" alt="thumbnail, page 8"/></li>
<li><img src="img/thumbs/0.png" alt="thumbnail, page 0" style="width: 75px; height: 100px;"></li>
<li><img src="img/thumbs/1.png" alt="thumbnail, page 1" style="width: 75px; height: 100px;"></li>
<li><img src="img/thumbs/2.png" alt="thumbnail, page 2" style="width: 75px; height: 100px;"></li>
<li><img src="img/thumbs/3.png" alt="thumbnail, page 3" style="width: 75px; height: 100px;"></li>
<li><img src="img/thumbs/4.png" alt="thumbnail, page 4" style="width: 75px; height: 100px;"></li>
<li><img src="img/thumbs/5.png" alt="thumbnail, page 5" style="width: 75px; height: 100px;"></li>
<li><img src="img/thumbs/6.png" alt="thumbnail, page 6" style="width: 75px; height: 100px;"></li>
<li><img src="img/thumbs/7.png" alt="thumbnail, page 7" style="width: 75px; height: 100px;"></li>
<li><img src="img/thumbs/8.png" alt="thumbnail, page 8" style="width: 75px; height: 100px;"></li>
<li><img src="img/thumbs/9.png" alt="thumbnail, page 9" style="width: 75px; height: 100px;"></li>
</ol>
</a>
</div>
Expand Down Expand Up @@ -155,9 +156,9 @@ <h2>Abstract</h2>
<h2>Downloads</h2>

<ul id="downloads">
<li><a href="https://lit.eecs.umich.edu/"><b>PDF Paper</b></a></li>
<li><a href="https://arxiv.org/pdf/2305.14663.pdf"><b>PDF Paper</b></a></li>
<br>
<li><a href="https://lit.eecs.umich.edu/"><b>Code</b></a></li>
<li><a href="https://github.com/MichiganNLP/Annotator-Embeddings"><b>Code</b></a></li>
<br>
<a href="https://huggingface.co/datasets/dnaihao/TID-8"><b>TID-8 dataset</b></a>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ body {
}

#thumbnails li {
display: inline;
display: inline-block;
}

#downloads {
Expand Down

0 comments on commit e2c0147

Please sign in to comment.