Skip to content
Snippets Groups Projects
Commit 90ad1318 authored by Julian Matschinske's avatar Julian Matschinske
Browse files

Merge branch 'video-and-must' into 'master'

Video and must (and legend)

See merge request covid-19/frontend!115
parents 84c254c2 5e47233f
No related branches found
No related tags found
No related merge requests found
...@@ -154,6 +154,7 @@ ...@@ -154,6 +154,7 @@
The <a href="https://en.wikipedia.org/wiki/Steiner_tree_problem">Steiner tree</a> The <a href="https://en.wikipedia.org/wiki/Steiner_tree_problem">Steiner tree</a>
problem is a classical combinatorial optimization problem. It asks to find a sub-graph problem is a classical combinatorial optimization problem. It asks to find a sub-graph
of minimum size connecting a given set of seed nodes. of minimum size connecting a given set of seed nodes.
This implementation behaves non-deterministically, so results can differ between multiple runs.
</p> </p>
<div class="field"> <div class="field">
<label class="label" for="multisteiner-numtrees">Number of Steiner trees to return</label> <label class="label" for="multisteiner-numtrees">Number of Steiner trees to return</label>
......
...@@ -22,17 +22,13 @@ ...@@ -22,17 +22,13 @@
approaches for the identification of new drug targets and new repurposable drugs. approaches for the identification of new drug targets and new repurposable drugs.
<br> <br>
<br> <br>
For detailed information please visit our blog: <a href="https://www.exbio.de/exbio-vs-covid-part-1/"> https://www.exbio.de/exbio-vs-covid-part-1/</a> For detailed information please visit our blog: <a href="https://www.exbio.de/exbio-vs-covid-part-1/"> https://www.exbio.de/exbio-vs-covid-part-1/</a>
<br> <br>
<br> <br>
We are constantly updating and integrating new data as it becomes available. We are constantly updating and integrating new data as it becomes available.
<br> <br>
If you are interested to make your virus-human interactome data available via our platform, please contact us. If you are interested to make your virus-human interactome data available via our platform, please contact us.
</p> </p>
<h2 class="subtitle">Tutorial Video</h2>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/PLxrYfuuu2o" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2 class="subtitle">General workflow of the platform</h2> <h2 class="subtitle">General workflow of the platform</h2>
<ol> <ol>
<li>Select the viral interaction dataset (SARS-CoV1-Pfefferle, SARS-CoV1-VirHostNet, SARS-CoV2-Gordon).</li> <li>Select the viral interaction dataset (SARS-CoV1-Pfefferle, SARS-CoV1-VirHostNet, SARS-CoV2-Gordon).</li>
......
...@@ -7,3 +7,7 @@ div.scroll{ ...@@ -7,3 +7,7 @@ div.scroll{
height: calc(100vh - 70px); height: calc(100vh - 70px);
} }
iframe {
margin-bottom: 100px;
max-width: 100%;
}
<!--htmlhint inline-style-disabled:false --> <!--htmlhint inline-style-disabled:false -->
<div class="content landing scroll"> <div class="content landing scroll">
<div class="container has-text-centered"> <div class="container has-text-centered">
<div class="column is-6 width100"> <div class="column">
<div class="logo-box is-hidden-mobile">
<img src="assets/covex_logo.png" style="height: 200px; width: 600px">
</div>
<img src="assets/covex_logo.png" style="height: 200px; width: 600px"> <div class="has-text-centered video-box">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/H9pbYQFlt6U" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
<h1 class="subtitle is-2"> <div class="button-box is-hidden-mobile">
<i>Explore the </i> <b> virus-host interactome</b> <button class="button has-text-info is-large is-rounded">
</h1> <a routerLink="/explorer" routerLinkActive="is-active">
<h1 class="subtitle is-2"> <span class="icon"><i class="fa fa-project-diagram has-text-info"></i></span>
<i>Find</i> <b> putative drug targets</b> <span>Start App</span>
</h1> </a>
<h1 class="subtitle is-2"> </button>
<i>Repurpose</i> <b> drugs </b> </div>
</h1>
<h1 class="subtitle is-3">
<i>All in one </i><b>web-tool</b>
</h1>
<button class="button has-text-info is-large is-rounded "> <div class="button-box is-hidden-tablet">
<a routerLink="/explorer" routerLinkActive="is-active"> <button class="button has-text-info is-large is-rounded">
<span class="icon"><i class="fa fa-project-diagram has-text-info"></i></span> <a routerLink="/explorer" routerLinkActive="is-active">
<span>Start now!</span> <span class="icon"><i class="fa fa-project-diagram has-text-info"></i></span>
</a> <span>Open Desktop App</span>
</button> </a>
</button>
</div>
<div class="text-box is-hidden-mobile">
<h1 class="subtitle is-3">
Explore the virus-host interactome
</h1>
<h1 class="subtitle is-3">
Find putative drug targets
</h1>
<h1 class="subtitle is-3">
Repurpose drugs
</h1>
<h1 class="subtitle is-3">
All in one web-tool
</h1>
</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -6,32 +6,33 @@ img { ...@@ -6,32 +6,33 @@ img {
border-radius: 25px; border-radius: 25px;
} }
div.scroll {
div.scroll{
overflow: auto; overflow: auto;
height: calc(100vh - 60px); height: calc(100vh - 60px);
} }
h1.subtitle.is-2 { .logo-box {
color: #d0d0d0; maring-top: 20px;
font-family: "Open Sans", "Helvetica Neue", sans-serif; maring-bottom: 20px;
} }
h1.subtitle.is-3 { .text-box {
color: #d0d0d0; .subtitle {
font-family: "Open Sans", "Helvetica Neue", sans-serif; color: #c8c8c8;
}
} }
div.column.is-6.width100 { .video-box {
margin-top: 40px;
margin-bottom: 40px;
width: 100%; width: 100%;
}
div.container.has-text-centered { iframe {
margin-top: 10%; max-width: 100%;
}
} }
.centered { .button-box {
position: fixed; /* or absolute */ maring-top: 40px;
top: 50%; margin-bottom: 40px;
left: 50%;
} }
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