Skip to content

Commit

Permalink
added link to EDAM browser; removed
Browse files Browse the repository at this point in the history
diff in number of concepts with release 1.25
  • Loading branch information
Claire Rioualen authored and Claire Rioualen committed May 21, 2024
1 parent a35ff7f commit a2d2121
Showing 1 changed file with 6 additions and 50 deletions.
56 changes: 6 additions & 50 deletions src/webapp/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% block body %}

<h1 class="title">Welcome to the EDAM ontology dashboard</h1>
<h1 class="title">Welcome to the EDAM Control Room</h1>

<section class="section">

Expand All @@ -25,9 +25,13 @@ <h2 class="subtitle">The EDAM ontology</h2>
</p>

<p>
The purpose of this dashboard is to facilitate collaborative efforts towards the improvement of the EDAM ontology,
The purpose of the control room is to facilitate collaborative efforts towards the improvement of the EDAM ontology,
by identifying gaps in the current version and providing an interface for their easy integration.
</p>

<p>
<button class="button is-link is-outlined"><a href="https://edamontology.github.io/edam-browser/" target="_blank"> Browse the ontology</a></button>
</p>
</div>
</div>
<div class="column">
Expand Down Expand Up @@ -84,52 +88,4 @@ <h2 class="subtitle">Current state of EDAM concepts (dev version)</h2>
</nav>
</section>

<section class="section">
<h2 class="subtitle">From the last stable release (display number/date)</h2>

<nav class="level is-mobile">

<div class="card has-text-centered">
<div class="card-content">
<div class="content">
<p class="heading">
<a href="https://edamontology.org/topic" class="button" target="_blank" style="width: 150px; background-color:white;color: forestgreen; border: 2px solid forestgreen">Topics</a></p>
<p class="title">{{ new_topics }}</p>
</div>
</div>
</div>

<div class="card has-text-centered">
<div class="card-content">
<div class="content">
<p class="heading">
<a href="https://edamontology.org/operation" class="button" target="_blank" style="width: 150px; background-color:white;color: steelblue; border: 2px solid steelblue">Operations</a></p>
<p class="title">{{ new_operations }}</p>
</div>
</div>
</div>

<div class="card has-text-centered">
<div class="card-content">
<div class="content">
<p class="heading">
<a href="https://edamontology.org/data" class="button" target="_blank" style="width: 150px; background-color:white;color: indianred; border: 2px solid indianred">Data</a></p>
<p class="title">{{ new_data }}</p>
</div>
</div>
</div>

<div class="card has-text-centered">
<div class="card-content">
<div class="content">
<p class="heading">
<a href="https://edamontology.org/format" class="button" target="_blank" style="width: 150px; background-color:white;color: coral; border: 2px solid coral">Formats</a></p>
<p class="title">{{ new_formats }}</p>
</div>
</div>
</div>

</nav>
</section>

{% endblock %}

0 comments on commit a2d2121

Please sign in to comment.