diff options
author | Pjotr Prins | 2020-05-30 18:13:48 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-30 18:13:48 -0500 |
commit | 264be797c55aaff6eb9639d5a15d9081e2256253 (patch) | |
tree | 1ee90ad507d3faec99b50a74536dd9f6d1f094e4 /bh20simplewebuploader/templates/blog.html | |
parent | ac7a79bb2aa6480a2ee3e881732ae314e8ccbf7d (diff) | |
download | bh20-seq-resource-264be797c55aaff6eb9639d5a15d9081e2256253.tar.gz bh20-seq-resource-264be797c55aaff6eb9639d5a15d9081e2256253.tar.lz bh20-seq-resource-264be797c55aaff6eb9639d5a15d9081e2256253.zip |
BLOG
Diffstat (limited to 'bh20simplewebuploader/templates/blog.html')
-rw-r--r-- | bh20simplewebuploader/templates/blog.html | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 70fb74e..8f8ab66 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -4,7 +4,6 @@ <body> {% include 'banner.html' %} {% include 'menu.html' %} - {% include 'blurb.html' %} {% if embed %} {{ embed|safe }} @@ -15,6 +14,8 @@ </p> {% else %} + {% include 'blurb.html' %} + <h2>BLOG Entries:</h2> {% endif %} @@ -32,34 +33,36 @@ </div> <div class="blog-table-row"> <div class="blog-table-cell"> - <a href="https://github.com/arvados/bh20-seq-resource/blob/master/doc/blog/using-covid-19-pubseq-part2.org">Interacting with Arvados</a> + <a href="/blog?id=using-covid-19-pubseq-part3">Submitting a sequence</a> </div> <div class="blog-table-cell"> - We explore the Arvados command line and API + We submit a sequence to the database. In this BLOG we fetch + a sequence from GenBank and add it to the database. </div> </div> <div class="blog-table-row"> <div class="blog-table-cell"> - <a href="/blog?id=using-covid-19-pubseq-part3">Submitting a sequence</a> + <a href="/blog?id=using-covid-19-pubseq-part4">Modify workflow</a> </div> <div class="blog-table-cell"> - We submit a sequence to the database + We modify a workflow to get new output </div> </div> <div class="blog-table-row"> <div class="blog-table-cell"> - <a href="https://github.com/arvados/bh20-seq-resource/blob/master/doc/blog/using-covid-19-pubseq-part4.org">Modify workflow</a> + <a href="/blog?id=using-covid-19-pubseq-part5">Modify metadata</a> </div> <div class="blog-table-cell"> - We modify a workflow to get new output + We modify metadata for all to use! In this BLOG we add a field + for a creative commons license. </div> </div> <div class="blog-table-row"> <div class="blog-table-cell"> - <a href="https://github.com/arvados/bh20-seq-resource/blob/master/doc/blog/using-covid-19-pubseq-part5.org">Modify metadata</a> + <a href="/blog?id=using-covid-19-pubseq-part2">Interacting with Arvados</a> </div> <div class="blog-table-cell"> - We modify metadata for all to use! + We explore the Arvados command line and API </div> </div> </div> |