From ed0909ac8015310b00f78cfc125d52768a25f626 Mon Sep 17 00:00:00 2001 From: Andrea Guarracino Date: Sat, 18 Jul 2020 14:45:54 +0200 Subject: fixed repetition of CC licenses --- bh20simplewebuploader/templates/blurb.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bh20simplewebuploader') diff --git a/bh20simplewebuploader/templates/blurb.html b/bh20simplewebuploader/templates/blurb.html index 9eef7c2..067cc3b 100644 --- a/bh20simplewebuploader/templates/blurb.html +++ b/bh20simplewebuploader/templates/blurb.html @@ -2,12 +2,12 @@ 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, including FAIR data. I.e., data published with a creative commons - CC0 or CC-4.0 license with metadata using state-of-the art standards + using best practices, including FAIR data. Data are published 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. - + Your uploaded sequence will automatically be processed and incorporated into the public pangenome with metadata using worklows from the High Performance Open Biology Lab -- cgit v1.2.3 From 1c7ae3cc4a9261a6e0563c0b84cdecb40051cc03 Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Sun, 26 Jul 2020 18:04:11 +0200 Subject: added thumbnail and big poster in the footer --- .../BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf | Bin 0 -> 2971149 bytes .../BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png | Bin 0 -> 160370 bytes bh20simplewebuploader/static/main.css | 2 +- bh20simplewebuploader/templates/footer.html | 5 +++++ 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf create mode 100644 bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png (limited to 'bh20simplewebuploader') diff --git a/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf b/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf new file mode 100644 index 0000000..7da8cd6 Binary files /dev/null and b/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.pdf differ diff --git a/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png b/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png new file mode 100644 index 0000000..eae2721 Binary files /dev/null and b/bh20simplewebuploader/static/image/BCC2020_AndreaGuarracino_COVID19PubSeq_Poster.png differ diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index bdcc0bc..7c33d9c 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -177,7 +177,7 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } .about { display: grid; - grid-template-columns: 1fr 1fr; + grid-template-columns: 1fr 1fr 1fr; grid-auto-flow: row; } diff --git a/bh20simplewebuploader/templates/footer.html b/bh20simplewebuploader/templates/footer.html index 26ea82a..abf46c3 100644 --- a/bh20simplewebuploader/templates/footer.html +++ b/bh20simplewebuploader/templates/footer.html @@ -15,6 +15,11 @@

+
+ + BCC2020 Andrea Guarracino COVID19 PubSeq Poster + +
-- cgit v1.2.3