Skip to content
Snippets Groups Projects
Commit 7fb11b17 authored by Fabien  MAREUIL's avatar Fabien MAREUIL
Browse files

invert compounds and PIE

parent ae6a1e9f
No related branches found
No related tags found
1 merge request!66Master inot release
Pipeline #129634 passed
...@@ -5,25 +5,6 @@ ...@@ -5,25 +5,6 @@
{% block pagetitle %}GENERAL INFORMATION{% endblock%} {% block pagetitle %}GENERAL INFORMATION{% endblock%}
{% block view_content %} {% block view_content %}
<div class="row justify-content-center">
<div class="col-6 text-center border rounded-top">
<h3>Summary Data: Compounds</h3>
</div>
</div>
<div class="row justify-content-center">
<div class="col-6 border rounded-bottom">
<ul style="columns: 2;" class="list-unstyled mx-auto">
<li>Number of compounds: {{ compounds_count }}</li>
<li>Total number of binding data: {{ car_count }}</li>
<li>Total number of biochemical binding data: {{ bioch_car_count }}</li>
<li>Total number of cellular binding data: {{ cell_car_count }}</li>
<li>Number of proteins: {{ proteins_count }}</li>
<li>Number of families: {{ families_count }}</li>
<li>Number of PPI targets: {{ ppis_count }}</span></li>
<li>Number of bibliographic sources: {{ biblio_count }}</span></li>
</ul>
</div>
</div>
<div class="row mt-5 justify-content-center"> <div class="row mt-5 justify-content-center">
<div class="col-6 text-center border rounded-top"> <div class="col-6 text-center border rounded-top">
<h3>Summary Data: Protein Interaction Explorer</h3> <h3>Summary Data: Protein Interaction Explorer</h3>
...@@ -45,6 +26,27 @@ ...@@ -45,6 +26,27 @@
</div> </div>
</div> </div>
<div class="row justify-content-center">
<div class="col-6 text-center border rounded-top">
<h3>Summary Data: Compounds</h3>
</div>
</div>
<div class="row justify-content-center">
<div class="col-6 border rounded-bottom">
<ul style="columns: 2;" class="list-unstyled mx-auto">
<li>Number of compounds: {{ compounds_count }}</li>
<li>Total number of binding data: {{ car_count }}</li>
<li>Total number of biochemical binding data: {{ bioch_car_count }}</li>
<li>Total number of cellular binding data: {{ cell_car_count }}</li>
<li>Number of proteins: {{ proteins_count }}</li>
<li>Number of families: {{ families_count }}</li>
<li>Number of PPI targets: {{ ppis_count }}</span></li>
<li>Number of bibliographic sources: {{ biblio_count }}</span></li>
</ul>
</div>
</div>
<h2 class="mt-5 text-center">What are the iPPI-DB compounds standards ?</h2> <h2 class="mt-5 text-center">What are the iPPI-DB compounds standards ?</h2>
<div class="row justify-content-center"> <div class="row justify-content-center">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment