diff options
author | Pjotr Prins | 2020-05-27 07:50:06 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-27 07:50:06 -0500 |
commit | a40bafa5d568cd8bb1f07dd79ec0c0bafa898874 (patch) | |
tree | 3c4fe3759f7fd8926c729e1cdfaf46afe0fb8032 /bh20simplewebuploader/templates/footer.html | |
parent | e5f0990f97b8316ea618f0831b6858dde92afaed (diff) | |
download | bh20-seq-resource-a40bafa5d568cd8bb1f07dd79ec0c0bafa898874.tar.gz bh20-seq-resource-a40bafa5d568cd8bb1f07dd79ec0c0bafa898874.tar.lz bh20-seq-resource-a40bafa5d568cd8bb1f07dd79ec0c0bafa898874.zip |
DRY Blurb added
Diffstat (limited to 'bh20simplewebuploader/templates/footer.html')
-rw-r--r-- | bh20simplewebuploader/templates/footer.html | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/bh20simplewebuploader/templates/footer.html b/bh20simplewebuploader/templates/footer.html index e72d1c5..e3923a7 100644 --- a/bh20simplewebuploader/templates/footer.html +++ b/bh20simplewebuploader/templates/footer.html @@ -4,19 +4,15 @@ <div class="about"> <div> <h1>ABOUT</h1> + {% include 'blurb.html' %} <p> - This a public repository created at the COVID-19 BioHackathon - that has a low barrier to entry for uploading sequence data using - best practices. I.e., data is published with a creative commons - 4.0 (CC-4.0) license with metadata using state-of-the art - standards and, perhaps most importantly, providing standardized - workflows that get triggered on upload, so that results are - immediately available in standardized data formats. The repository - will be maintained and expanded for the duration of the - pandemic. To contribute data simply upload it! To contribute code - and/or workflows see + The repository will be maintained and expanded for the + duration of the pandemic. To contribute data simply upload it! + To contribute code and/or workflows see the <a href="https://github.com/arvados/bh20-seq-resource">project - repository</a>. For more information see the <a href="https://github.com/arvados/bh20-seq-resource/blob/master/paper/paper.md">paper</a> (WIP). + repository</a>. For more information see + the <a href="/about">FAQ</a> and + the <a href="https://github.com/arvados/bh20-seq-resource/blob/master/paper/paper.md">paper</a> </p> </div> |