aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/templates/blog.html')
-rw-r--r--bh20simplewebuploader/templates/blog.html21
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>