aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/home.html
diff options
context:
space:
mode:
authorPjotr Prins2020-08-22 11:04:56 +0100
committerPjotr Prins2020-08-22 11:04:56 +0100
commitcab2f4ca70c08d9f44442ba01bdfa5639017084b (patch)
treec4d52887fc9b6314d37e45f92c90235a7d9c55c3 /bh20simplewebuploader/templates/home.html
parented0bef1505c50c49479d794bbac6ad2fd2a99db1 (diff)
downloadbh20-seq-resource-cab2f4ca70c08d9f44442ba01bdfa5639017084b.tar.gz
bh20-seq-resource-cab2f4ca70c08d9f44442ba01bdfa5639017084b.tar.lz
bh20-seq-resource-cab2f4ca70c08d9f44442ba01bdfa5639017084b.zip
Repositioning content
Diffstat (limited to 'bh20simplewebuploader/templates/home.html')
-rw-r--r--bh20simplewebuploader/templates/home.html78
1 files changed, 44 insertions, 34 deletions
diff --git a/bh20simplewebuploader/templates/home.html b/bh20simplewebuploader/templates/home.html
index bede611..367f6e2 100644
--- a/bh20simplewebuploader/templates/home.html
+++ b/bh20simplewebuploader/templates/home.html
@@ -8,40 +8,50 @@
<section>
<div class="intro">
- <p>
- Make your sequence
- data <a href="https://en.wikipedia.org/wiki/FAIR_data">FAIR</a>. Upload
- your SARS-CoV-2 sequence (FASTA or FASTQ
- formats) with metadata (JSONLD) to
- the <a href="/about">public sequence
- resource</a>. The upload will trigger a
- recompute with all available sequences into a
- Pangenome available for
- <a href="/download">download</a>!
- </p>
- <p>
- Your uploaded sequence will automatically be
- processed and incorporated into the public
- pangenome with metadata using worklows from
- the High Performance Open Biology Lab
- defined <a href="https://github.com/hpobio-lab/viral-analysis/tree/master/cwl/pangenome-generate">here</a>. All
- data is published under
- a <a href="https://creativecommons.org/licenses/by/4.0/">Creative
- Commons license</a> You can take the published
- (GFA/RDF/FASTA) data and store it in a triple
- store for further processing. Clinical
- data can be stored
- securely
- at <a href="https://redcap-covid19.elixir-luxembourg.org/redcap/">REDCap</a>.
- </p>
- <p>
- Note that form fields contain
- web <a href="https://en.wikipedia.org/wiki/Web_Ontology_Language">ontology
- URI's</a>
- for <a href="https://en.wikipedia.org/wiki/Wikipedia:Disambiguation">disambiguation</a>
- and machine readable metadata. For examples of
- use, see the <a href="/blog">BLOG</a>.
- </p>
+
+ <p>
+ COVID-19 PubSeq is a free and open online
+ bioinformatics public sequence resource with
+ on-the-fly analysis of sequenced SARS-CoV-2
+ samples that allows for a quick turnaround in
+ identification of new virus strains. PubSeq allows
+ anyone to upload sequence material in the form of
+ FASTA or fastq files with accompanying metadata
+ through the <a href="/upload">web interface</a> or <a href="/apidoc">REST API</a>.
+ </p>
+ <p>
+ Make your sequence
+ data <a href="https://en.wikipedia.org/wiki/FAIR_data">FAIR</a>. Upload
+ your SARS-CoV-2 sequence (FASTA or FASTQ formats)
+ with simple metadata (JSONLD) to
+ the <a href="/about">public sequence
+ resource</a>. The upload will trigger a recompute
+ with all available sequences into a Pangenome
+ available for
+ <a href="/download">download</a>!
+ </p>
+ <p>
+ Your uploaded sequence will automatically be
+ processed and incorporated into the public
+ pangenome with metadata using worklows from the
+ High Performance Open Biology Lab
+ defined <a href="https://github.com/hpobio-lab/viral-analysis/tree/master/cwl/pangenome-generate">here</a>. All
+ data is published under
+ a <a href="https://creativecommons.org/licenses/by/4.0/">Creative
+ Commons license</a> You can take the published
+ (GFA/RDF/FASTA) data and store it in a triple
+ store for further processing. Clinical data can
+ be stored securely
+ at <a href="https://redcap-covid19.elixir-luxembourg.org/redcap/">REDCap</a>.
+ </p>
+ <p>
+ Note that form fields contain
+ web <a href="https://en.wikipedia.org/wiki/Web_Ontology_Language">ontology
+ URI's</a>
+ for <a href="https://en.wikipedia.org/wiki/Wikipedia:Disambiguation">disambiguation</a>
+ and machine readable metadata. For examples of
+ use, see the <a href="/blog">BLOG</a>.
+ </p>
</div>
</section>