diff options
author | acenteno | 2020-04-21 17:23:20 -0500 |
---|---|---|
committer | GitHub | 2020-04-21 17:23:20 -0500 |
commit | 2f9f7ac42700f39c547ab351899419d7b7f5fbc1 (patch) | |
tree | 27f63957278581bc2fce2b88744bfe20c8a81558 /wqflask | |
parent | 3f5c664e2857630923613675e189998fe5d98ba5 (diff) | |
download | genenetwork2-2f9f7ac42700f39c547ab351899419d7b7f5fbc1.tar.gz |
Create tutorials.html
Link to the actual power point presentation
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/tutorials.html | 17 |
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 %} |