-
Notifications
You must be signed in to change notification settings - Fork 2
/
feat-content.html
35 lines (35 loc) · 2.37 KB
/
feat-content.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div class="feat-content-container">
<div class="feat-content-card p-4">
<a class="cardClick no-underline" target="_blank" rel="noopener noreferrer"
href="organizations/HumanPangenome">
<div>Featured Organization</div>
<h5 class="feat-content-title weight-bold pb-2">Human Pangenome Reference Consortium</h5>
<p class="feat-card-description p-1">This organization continually adds workflows used to build the Human Pangenome Reference. Learn how to use the latest pangenome reference with the tutorial linked on their page.</p>
</a>
<div class="feat-card-btn-container">
<a href="organizations/HumanPangenome" class="mat-raised-button small-btn-structure mat-accent no-underline">View</a>
</div>
</div>
<div class="feat-content-card p-4">
<a class="cardClick no-underline" target="_blank" rel="noopener noreferrer"
href="organizations/BroadInstitute/collections/WARPpipelines">
<div>Featured Collection</div>
<h5 class="feat-content-title weight-bold pb-2">WARP Pipelines</h5>
<p class="feat-card-description p-1">WARP pipelines are rigorously tested, scientifically validated, reproducible and open source. They process a range of “omic” and array-related datasets, including whole genomic, exomic, single cell transciptomic, and epigenomic.</p>
</a>
<div class="feat-card-btn-container">
<a href="organizations/BroadInstitute/collections/WARPpipelines" class="mat-raised-button small-btn-structure mat-accent no-underline">View</a>
</div>
</div>
<div class="feat-content-card p-4">
<a class="cardClick no-underline" target="_blank" rel="noopener noreferrer"
href="https://www.youtube.com/watch?v=S6nK8I-8JEI&list=PLSIGopyrrU83YUisJHl95BMVj2kw6cDF9&index=21">
<div>Featured Webinar</div>
<h5 class="feat-content-title weight-bold pb-2">FAIR Workflows on Dockstore</h5>
<p class="feat-card-description p-1">A webinar with tips for how to build a FAIR workflow on Dockstore.</p>
</a>
<div class="feat-card-btn-container">
<a href="https://www.youtube.com/watch?v=S6nK8I-8JEI&list=PLSIGopyrrU83YUisJHl95BMVj2kw6cDF9&index=21" class="mat-raised-button small-btn-structure mat-accent no-underline">View</a>
</div>
</div>
</div>