From 1cae2aa5c063224e075bd6ea7b3809d0aba9b234 Mon Sep 17 00:00:00 2001 From: Julian Matschinske <julian.matschinske@wzw.tum.de> Date: Wed, 2 Sep 2020 13:16:59 +0200 Subject: [PATCH] Add blog links --- src/app/pages/about-page/about-page.component.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/pages/about-page/about-page.component.html b/src/app/pages/about-page/about-page.component.html index a0732b1f..b93808c4 100644 --- a/src/app/pages/about-page/about-page.component.html +++ b/src/app/pages/about-page/about-page.component.html @@ -24,13 +24,19 @@ For instructions and help check the documentation: <a href="https://docs.google.com/document/d/1_SRnIx_UC8FR59rMyrf_r45fCIt3naP4t1qefYNp9vk">CoVex Documentation</a><br> <br> - For detailed information please visit our blog: <a href="https://www.exbio.de/exbio-vs-covid-part-1/">ExBio vs Covid</a><br> - <br> We are constantly updating and integrating new data as it becomes available. <br> If you are interested to make your virus-human interactome data available via our platform, please contact us. </p> + <h2 class="subtitle">Read our blog</h2> + <p> + For detailed information on CoVex and the development process please visit our blog: + </p> + <ul> + <li><a href="https://www.exbio.de/exbio-vs-covid-part-1/">ExBio vs Covid - Part 1</a></li> + <li><a href="https://www.exbio.de/exbio-vs-covid-part-2/">ExBio vs Covid - Part 2</a></li> + </ul> <h2 class="subtitle">General workflow of the platform</h2> <ol> <li>Select the viral interaction dataset (SARS-CoV1-Pfefferle, SARS-CoV1-VirHostNet, SARS-CoV2-Gordon).</li> -- GitLab