From a40bafa5d568cd8bb1f07dd79ec0c0bafa898874 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 27 May 2020 07:50:06 -0500 Subject: DRY Blurb added --- bh20simplewebuploader/templates/blog.html | 1 + bh20simplewebuploader/templates/blurb.html | 10 ++++++++++ bh20simplewebuploader/templates/footer.html | 18 +++++++----------- 3 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 bh20simplewebuploader/templates/blurb.html (limited to 'bh20simplewebuploader/templates') diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 3069dd3..8cb6ce0 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -4,6 +4,7 @@ {% include 'banner.html' %} {% include 'menu.html' %} + {% include 'blurb.html' %} {% if embed %} {{ embed|safe }} 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 @@ +

+ 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. +

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 @@

ABOUT

+ {% include 'blurb.html' %}

- 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 project - repository. For more information see the paper (WIP). + repository. For more information see + the FAQ and + the paper

-- cgit v1.2.3