Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,16 @@ <h1 class="title is-1 publication-title">
</a>
</span>

<span class="link-block">
<a href="YOUR_DATASET_URL" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-database"></i>
</span>
<span>Dataset</span>
</a>
</span>


<!-- TODO: Replace with your GitHub repository URL -->
<span class="link-block">
Expand All @@ -308,6 +318,15 @@ <h1 class="title is-1 publication-title">
</a>
</span>

<span class="link-block">
<a href="#BibTeX" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-quote-left"></i>
</span>
<span>BibTeX</span>
</a>
</span>

</div>
</div>
</div>
Expand Down