From 3fa27ed606ee9f789d46ef08eabb918a226c7c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Mon, 25 Jan 2021 09:36:34 +0100 Subject: [PATCH] Add reference to the iPPI-DB paper. --- ippisite/ippidb/templates/index.html | 29 ++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/ippisite/ippidb/templates/index.html b/ippisite/ippidb/templates/index.html index 5d86cf89..bcd15345 100644 --- a/ippisite/ippidb/templates/index.html +++ b/ippisite/ippidb/templates/index.html @@ -31,6 +31,24 @@ <div class="main-publi slideshow-container"> <div class="slideshow-inner"> <div class="latest-publi"> Latest publications</div> + <div class="link-publication mySlides"> + <b>The iPPI-DB initiative: a community-centered database of protein–protein interaction modulators</b><br /> + <a href="https://doi.org/10.1093/bioinformatics/btaa1091" target="_blank"> + <i>Torchet R, Druart K, Checa Ruano L, Moine-Franel A, Borges H, Doppelt-Azeroual O, Brancotte B, Mareuil F, Nilges M, Ménager H, Sperandio O</i><br /> + Bioinformatics, 2021;, btaa1091. doi: 10.1093/bioinformatics/btaa1091. + Epub + 2021 Jan 8. + </a> + </div> + <div class="link-publication mySlides"> + <b>Redesign of iPPI-DB, a database for modulators of Protein-Protein + Interactions</b><br /> + <a href="/static/images/article-jobim.pdf" target="_blank"> + <i>Torchet R, Moine-Franel A, Borges H, Brancotte B, + Doppelt-Azeroual O, Mareuil F, Ménager H, Sperandio O.</i><br /> + JOBIM 2019 - Talk presentation + </a> + </div> <div class="link-publication mySlides"> <b>iPPI-DB: an online database of modulators of protein-protein interactions.</b><br /> @@ -43,15 +61,6 @@ 2015 Oct 1. </a> </div> - <div class=" link-publication mySlides"> - <b>Redesign of iPPI-DB, a database for modulators of Protein-Protein - Interactions</b><br /> - <a href="/static/images/article-jobim.pdf" target="_blank"> - <i>Torchet R, Moine-Franel A, Borges H, Brancotte B, - Doppelt-Azeroual O, Mareuil F, Ménager H, Sperandio O.</i><br /> - JOBIM 2019 - Talk presentation - </a> - </div> <a class="prev" onclick='plusSlides(-1)'>❮</a> <a class="next" onclick='plusSlides(1)'>❯</a> </div> @@ -250,4 +259,4 @@ } </script> -{% endblock %} \ No newline at end of file +{% endblock %} -- GitLab