From 264be797c55aaff6eb9639d5a15d9081e2256253 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 30 May 2020 18:13:48 -0500 Subject: BLOG --- bh20simplewebuploader/templates/blog.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'bh20simplewebuploader/templates') 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 @@ {% include 'banner.html' %} {% include 'menu.html' %} - {% include 'blurb.html' %} {% if embed %} {{ embed|safe }} @@ -15,6 +14,8 @@

{% else %} + {% include 'blurb.html' %} +

BLOG Entries:

{% endif %} @@ -32,34 +33,36 @@
- Interacting with Arvados + Submitting a sequence
- 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.
- Submitting a sequence + Modify workflow
- We submit a sequence to the database + We modify a workflow to get new output
- Modify workflow + Modify metadata
- 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.
- Modify metadata + Interacting with Arvados
- We modify metadata for all to use! + We explore the Arvados command line and API
-- cgit v1.2.3