Skip to content

Commit

Permalink
Cleanup landing page (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyates authored Jun 11, 2021
1 parent c826dc8 commit 97f7b05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
19 changes: 4 additions & 15 deletions diffir/templates/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon"
href="https://previews.123rf.com/images/antonshaparenko/antonshaparenko2003/antonshaparenko200300235/143437440-information-retrieval-icon-simple-element-from-business-intelligence-collection-filled-information-r.jpg">
href="https://raw.githubusercontent.com/capreolus-ir/diffir/master/docs/images/icon.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css">
Expand Down Expand Up @@ -118,25 +118,14 @@ <h6 class="text-white">Contact</h6>
</div>
<div class="panel-block">
<p>
Welcome to diffir! Here you'll find some pre-generated run comparisons to explore.
You can also try creating diffir comparisons yourself with a <a href="https://colab.research.google.com/drive/1MrmY1lKa0Pr
u--gqAqrcNsilNKZjbm1y">Colab notebook</a>.
Welcome to <a href="https://github.com/capreolus-ir/diffir">diffir</a>! You can choose one or two runs to view below.
This page was generated with diffir's batch run functionality using a command like:<br/>
<code> diffir-batch &lt;input directory&gt; -o &lt;output directory&gt; --dataset &lt;id&gt; --measure &lt;measure&gt; </code>
</p>
</div>

</nav>

<nav class="panel">
<div class="panel-heading">
How-to
</div>
<div class="panel-block">
<div>You can generate these html files yourself by running ...</div>
<code>diffir run1 run2 -w measure.name=qrel > somefile.html</code>
</div>

</nav>

<nav class="panel">
<p class="panel-heading">
Comparisons
Expand Down
2 changes: 1 addition & 1 deletion diffir/templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon"
href="https://previews.123rf.com/images/antonshaparenko/antonshaparenko2003/antonshaparenko200300235/143437440-information-retrieval-icon-simple-element-from-business-intelligence-collection-filled-information-r.jpg">
href="https://raw.githubusercontent.com/capreolus-ir/diffir/master/docs/images/icon.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/css/bootstrap-select.min.css">
Expand Down
Binary file added docs/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97f7b05

Please sign in to comment.