diff --git a/ippisite/ippidb/templates/index.html b/ippisite/ippidb/templates/index.html index 5d86cf89a0b51f88949db17130c7ab427aabdc67..bcd153454e28b25fc0dce6b9fa9179c0d4685879 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 %}