aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/tutorials.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/tutorials.html b/wqflask/wqflask/templates/tutorials.html
new file mode 100644
index 00000000..1ac528a9
--- /dev/null
+++ b/wqflask/wqflask/templates/tutorials.html
@@ -0,0 +1,17 @@
+{% extends "base.html" %}
+{% block title %}Tutorials/Primers{% endblock %}
+{% block content %}
+
+<Table width= "100%" cellSpacing=0 cellPadding=5><TR>
+<!-- Body Start from Here -->
+<TD valign="top" height="200" width="100%">
+ <P class="title">Tutorials/Primers</P>
+ <UL>
+ <LI><A HREF="http://www.nervenet.org/tutorials/HS_Rat_Using_GeneNetwork_21Apr2020v6.pptx">Statistical and genetic functions,
+and initial mapping results for Rat GWAS P50 as implemented in GeneNetwork.org</A><P></P>
+ </UL>
+ <P></P>
+</TD>
+</TR></TABLE>
+
+{% endblock %}