about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/base.html6
-rw-r--r--wqflask/wqflask/templates/credits.html55
-rw-r--r--wqflask/wqflask/views.py6
3 files changed, 65 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index 487cf3f2..f9d4e859 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -132,13 +132,15 @@
             This site is currently operated by 
                 <a href="mailto:rwilliams@uthsc.edu">Rob Williams</a>,
                 <a href="http://thebird.nl/">Pjotr Prins</a>,
+                <a href="http://www.senresearch.org">Saunak Sen</a>,
                 <a href="mailto:zachary.a.sloan@gmail.com">Zachary Sloan</a>,
                 <a href="mailto:acenteno@uthsc.edu">Arthur Centeno</a>,
                 and <a href="mailto:cfische7@uthsc.edu">Christian Fischer</a>.
             </p>
             <p>Design and code by Pjotr Prins, Zach Sloan, Arthur Centeno, Christan Fischer, Danny Arends, Sam Ockman, Lei Yan, Xiaodong Zhou, Christian Fernandez, 
-            Ning Liu, Rudi Alberts, Elissa Chesler, Sujoy Roy, Evan G. Williams, Alexander G. Williams, Kenneth Manly, Jintao Wang, and Robert W. Williams, 
-            <a href="http://genenetwork.org/credit.html">colleagues</a>.</p>
+            Ning Liu, Rudi Alberts, Elissa Chesler, Sujoy Roy, Evan G. Williams, Alexander G. Williams, Kenneth Manly, Jintao Wang, Robert W. Williams, and 
+            <!--<a href="http://genenetwork.org/credit.html">colleagues</a>.</p>-->
+            <a href="/credits">colleagues</a>.</p>
             <br />
             <p>GeneNetwork support from:</p>
             <ul>
diff --git a/wqflask/wqflask/templates/credits.html b/wqflask/wqflask/templates/credits.html
new file mode 100644
index 00000000..95c424cc
--- /dev/null
+++ b/wqflask/wqflask/templates/credits.html
@@ -0,0 +1,55 @@
+{% extends "base.html" %}
+{% block title %}Credit{% 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"><H2>Web site design and coding</H2></P>
+	 <UL>
+<LI> <A HREF="mailto:rwilliams@uthsc.edu">Robert W Williams</a>
+<LI>Kenneth Manly (design and QTL mapping, 1995-2007)
+<LI>Jintao Wang (lead programmer, 2001–2006)
+<LI><a href="http://www.nervenet.org/main/people.html">Arthur G. Centeno (IT Analyst III, 2001–present)</a>
+<LI><a href="http://www.nervenet.org/main/people.html">Zachary Sloan (IT Analyst III, 2009–present)</a>
+<LI><a href="http://www.nervenet.org/main/people.html">Lei Yan (systems and web services interface 2008-2018)</a>
+<LI><a href="http://www.nervenet.org/main/people.html">Xusheng Wang (data analysis, 2008-2012)</a>
+<LI><a href="http://www.nervenet.org/main/people.html">Xiaodong Zhou (lead programmer 2009–2011)</a>
+<LI>Ning Liu (programmer 2008–2009)</LI>
+<LI>Zhaohui Sun (SNP browser, programmer 2007)
+<LI>Yanhua Qu (data entry, 2005-2008)
+<LI>Stephen Pitts (programmer)
+<LI>Hongqiang Li (lead programmer, 2007-2009)
+<LI><A HREF="http://www.jax.org/news/archives/2009/chesler.html">Elissa Chesler</A> (design of QTL Heat Map, Compare Correlations, 2004-2006)
+<LI>Kevitt Adler (systems, 2006-2008)
+<LI>Robert Crowell (SNP Browser, 2006-2007)
+<LI>David Crowell (partial correlations, 2008-2009)
+<LI>Evan G. Williams (SNP and Variant Browser, data entry, 2004-2006)
+<LI>Alex G Williams (QTL Maps GUI, 2003-2006)
+   </UL>
+ <P class="title"><H2>Published and Unpublished Phenotype Data</H2></P>
+	 <UL>
+  <LI><A HREF="http://www.nervenet.org/people/lulu_cv.html">Lu Lu</A>
+	<LI> <A HREF="http://www.jax.org/news/archives/2009/chesler.html">Elissa J. Chesler</A>
+	<LI><a href="http://www.ohsu.edu/som-BehNeuro/Faculty/Crabbe.html">John C Crabbe</a>, OHSU
+	<LI><a href="http://www.ohsu.edu/som-BehNeuro/Faculty/Belknap.html">John K Belknap</a>, OHSU
+	<LI>Mary-Kathleen Sullivan
+  <LI>Emily English
+	<LI>Byron Jones 
+	<LI>Ryan McNieve 
+	<LI>Nathan Copeland 
+	</UL>
+   <P class="title"><H2>Genotype / Genomic Data</H2></P>
+	  <UL>
+	 <LI> <A HREF="http://www.nervenet.org/people/lulu_cv.html">Lu Lu</A>
+	 <LI><a href="http://www.nervenet.org/people/Gu_cv.html">Jing Gu</a>
+	 <LI>Shuhua Qi
+	 <LI>John Hogenesch
+	 <LI>Timothy Wiltshire
+	 <LI><a href="http://www.nervenet.org/people/Yanhua_cv.html">Yanhua Qu</a>
+	  </UL>
+	<P></P>
+</TD>
+</TR></TABLE>
+
+{% endblock %}
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py
index e351a2d4..7d3dfa48 100644
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -305,6 +305,12 @@ def tutorials():
     #return render_template("docs.html", **doc.__dict__)
     return render_template("tutorials.html")
 
+@app.route("/credits")
+def credits():
+    #doc = docs.Docs("links", request.args)
+    #return render_template("docs.html", **doc.__dict__)
+    return render_template("credits.html")
+
 @app.route("/environments")
 def environments():
     doc = docs.Docs("environments", request.args)