From 67ebb27799e53c10a116f41f1fd9cee954c17799 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 23 May 2020 09:28:43 -0500 Subject: BLOG menu --- bh20simplewebuploader/templates/blog.html | 100 ++++++++++++++++++++++-------- 1 file changed, 75 insertions(+), 25 deletions(-) (limited to 'bh20simplewebuploader/templates') diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 286a211..835e019 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -1,30 +1,80 @@ {% include 'header.html' %} - - {% include 'banner.html' %} - {% include 'menu.html' %} - - WIP - - {% include 'footer.html' %} - - - + + {% include 'banner.html' %} + {% include 'menu.html' %} + +

BLOG Entries

+ + Note that this is work in progress (WIP) + +
+
+
+
+ +
+ We fetch sequence data and metadata. We query + the metadata in multiple ways using SPARQL and onthologies +
+
+
+ +
+ We explore the Arvados command line and API +
+
+
+ +
+ We submit a sequence to the database +
+
+
+ +
+ We modify a workflow to get new output +
+
+
+ +
+ We modify metadata for all to use! +
+
+
+
+
+ + {% include 'footer.html' %} + + + -- cgit v1.2.3