about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bh20simplewebuploader/templates/header.html21
-rw-r--r--doc/blog/using-covid-19-pubseq-part4.org2
2 files changed, 13 insertions, 10 deletions
diff --git a/bh20simplewebuploader/templates/header.html b/bh20simplewebuploader/templates/header.html
index 1d66590..e884354 100644
--- a/bh20simplewebuploader/templates/header.html
+++ b/bh20simplewebuploader/templates/header.html
@@ -1,9 +1,12 @@
-    <head>
-        <meta charset="UTF-8">
-        <link href="/static/main.css" rel="stylesheet" type="text/css">
-        <meta name="viewport" content="width=device-width, initial-scale=1">
-        <title>COVID-19 PubSeq: Public SARS-CoV-2 Sequence Resource</title>
-        {% if blog %}
-        <link rel="Blog stylesheet" type="text/css" href="/static/blog.css" />
-        {% endif %}
-    </head>
+<head>
+  <meta charset="UTF-8">
+  <meta name="description" content="COVID-19 PubSeq: Public SARS-CoV-2 Sequence Resource and Workflows">
+  <meta name="keywords" content="COVID-19, SARS-CoV-2, GFA, Pangenome, FASTA, FASTQ, CWL, Workflow, Oxford Nanopore, ONT, Sequencing">
+  <meta name="author" content="Pjotr Prins, Peter Amstutz, Andrea Guarracino, et al.">
+  <link href="/static/main.css" rel="stylesheet" type="text/css">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <title>COVID-19 PubSeq: Public SARS-CoV-2 Sequence Resource</title>
+  {% if blog %}
+  <link rel="Blog stylesheet" type="text/css" href="/static/blog.css" />
+  {% endif %}
+</head>
diff --git a/doc/blog/using-covid-19-pubseq-part4.org b/doc/blog/using-covid-19-pubseq-part4.org
index 8ad5e2d..c495c09 100644
--- a/doc/blog/using-covid-19-pubseq-part4.org
+++ b/doc/blog/using-covid-19-pubseq-part4.org
@@ -15,7 +15,7 @@
 
 * What does this mean?
 
-This means that when someone uploads a SARS-CoV-2 sequence using one
+When someone uploads a SARS-CoV-2 sequence using one
 of our tools (CLI or web-based) they add a sequence and some metadata
 which triggers a rerun of our workflows.