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/blurb.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/blurb.html')
-rw-r--r-- | bh20simplewebuploader/templates/blurb.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/blurb.html b/bh20simplewebuploader/templates/blurb.html new file mode 100644 index 0000000..7bfe2ab --- /dev/null +++ b/bh20simplewebuploader/templates/blurb.html @@ -0,0 +1,10 @@ +<p> + This is the COVID-19 Public Sequence Resource (COVID-19 PubSeq) for + SARS-CoV-2 virus sequences. COVID-19 PubSeq is a repository for + sequences with a low barrier to entry for uploading sequence data + using best practices. I.e., data published with a creative commons + CC0 or CC-4.0 license with metadata using state-of-the art standards + and, perhaps most importantly, providing standardised workflows that + get triggered on upload, so that results are immediately available + in standardised data formats. +</p> |