Skip to content

Commit

Permalink
readd IVAPP preprint + poster
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover authored Feb 20, 2024
1 parent bec1042 commit 3d50e03
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="shortcut icon" href="./assets/t4d-8924d59a.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1">


<script type="module" crossorigin src="./assets/main-e2700fa2.js"></script>
<link rel="modulepreload" crossorigin href="./assets/_commonjsHelpers-a1841df3.js">
<link rel="stylesheet" href="./assets/index-5b770db7.css">
Expand All @@ -31,12 +31,21 @@ <h1 class="text-body-emphasis">trace4d</h1>
<div class="mb-5">
<a href="https://github.com/LinqLover/trace4d" class="btn btn-secondary px-3 my-1" target="_blank">Browse GitHub repository</a>
<div class="btn-group my-1">
<a href="https://linqlover.github.io/trace4d/paper.pdf" class="btn btn-secondary px-3" target="_blank">Read paper (preprint)</a>
<a href="https://linqlover.github.io/trace4d/poster-ivapp.pdf" class="btn btn-secondary px-3" target="_blank">Read poster</a>
<button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-expanded="false">
<span class="visually-hidden">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://linqlover.github.io/trace4d/paper.html" target="_blank">Read paper (HTML)</a></li>
<li><a class="dropdown-item" href="https://linqlover.github.io/trace4d/poster-ivapp.html" target="_blank">Read poster (HTML)</a></li>
</ul>
</div>
<div class="btn-group my-1">
<a href="https://linqlover.github.io/trace4d/paper-ivapp.pdf" class="btn btn-secondary px-3" target="_blank">Read paper (preprint)</a>
<button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-expanded="false">
<span class="visually-hidden">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://linqlover.github.io/trace4d/paper-ivapp.html" target="_blank">Read paper (HTML)</a></li>
</ul>
</div>
</div>
Expand All @@ -61,7 +70,7 @@ <h5 class="card-title">t4d-template-title</h5>
</a>
</div>
</div>


<p class="fs-5 mt-5">
<a href="https://github.com/LinqLover/trace4d#usage" target="_blank">Learn how to use this visualization</a>, <a href="https://github.com/LinqLover/trace4d/blob/main/docs/experience-report.md" target="_blank">how to configure these traces</a>, or <a href="https://github.com/LinqLover/trace4d/blob/main/docs/traces.md" target="_blank">read more about their origin</a>.
Expand Down

0 comments on commit 3d50e03

Please sign in to comment.