diff options
Diffstat (limited to 'web/tutorial/ppt/index.html')
-rwxr-xr-x | web/tutorial/ppt/index.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/web/tutorial/ppt/index.html b/web/tutorial/ppt/index.html new file mode 100755 index 00000000..3ec43ba2 --- /dev/null +++ b/web/tutorial/ppt/index.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML><HEAD><TITLE>Powerpoint / GeneNetwork</TITLE> +<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> +<base href="http://www.genenetwork.org/"> +<LINK REL="stylesheet" TYPE="text/css" HREF='/css/general.css'> +<LINK REL="stylesheet" TYPE="text/css" HREF='/css/menu.css'> +<SCRIPT SRC="/javascript/webqtl.js"></SCRIPT> +</HEAD> +<BODY bottommargin="2" leftmargin="2" rightmargin="2" topmargin="2" text=#000000 bgColor=#ffffff> +<TABLE cellSpacing=5 cellPadding=4 width="100%" border=0> + <TBODY> + <TR> + <script language="JavaScript" src="/javascript/header.js"></script> + </TR> + <TR> + <TD bgColor=#eeeeee class="solidBorder"> + <Table width= "100%" cellSpacing=0 cellPadding=5><TR> + <!-- Body Start from Here --> + <TD vAlign=top width="100%" height=200 bgColor=#eeeeee> + <P class="title">GeneNetwork PowerPoint Demonstrations <A HREF="/webqtl/WebQTL.py?FormID=editHtml"><img src="/images/modify.gif" alt="modify this page" border= 0 valign="middle"></A></P> + <blockquote> + <P class="subtitle">GeneNetwork Demonstration Part I </P> + +<P>Part I: A short introduction on <B>how to exploit GeneNetwork to explore variation and covariation among traits</B>. This 18-slide PowerPoint side show uses the beta amyloid precursor as an example. + + <blockquote> + <UL> + <LI>View in <A Href="/tutorial/ppt/html/webqtl_demo2_part1.ppt.htm" class="normalsize">HTML</a> + <LI>Download <A Href="/tutorial/ppt/ppt/webqtl_demo2_part1.ppt" class="normalsize">Powerpoint</a> file + </UL> + </blockquote> + <P class="subtitle">WebQTL Demonstration Part II </P> + +<P>Part II: <B>A continutation that explains <B>how to map chromosomal locations (QTLs) that modulate variation in quantitative traits using the WebQTL mapping module of the GeneNetwork.</B> + + + + <blockquote> + <UL> + <LI>View in <A Href="/tutorial/ppt/html/webqtl_demo2.ppt.htm" class="normalsize">HTML</a> + <LI>Download <A Href="/tutorial/ppt/ppt/webqtl_demo2.ppt" class="normalsize">Powerpoint</a> file + </UL> + + </blockquote> + + +<P> +<P>Files last updated by RWW, July 23, 2005. + + + + + </blockquote> + </TD> + </TR></TABLE> + </TD> + </TR> + <TR> + <TD align=center bgColor=#ddddff class="solidBorder"> + <TABLE width="90%"> + <script language='JavaScript' src='/javascript/footer.js'></script> + </TABLE> + </TD> + </TR> +</TABLE> +<!-- /Footer --> +<!-- menu script itself. you should not modify this file --> +<script language="JavaScript" src="/javascript/menu_new.js"></script> +<!-- items structure. menu hierarchy and links are stored there --> +<script language="JavaScript" src="/javascript/menu_items.js"></script> +<!-- files with geometry and styles structures --> +<script language="JavaScript" src="/javascript/menu_tpl.js"></script> +<script language="JavaScript"> + <!--// + // Note where menu initialization block is located in HTML document. + // Don't try to position menu locating menu initialization block in + // some table cell or other HTML element. Always put it before </body> + // each menu gets two parameters (see demo files) + // 1. items structure + // 2. geometry structure + new menu (MENU_ITEMS, MENU_POS); + // make sure files containing definitions for these variables are linked to the document + // if you got some javascript error like "MENU_POS is not defined", then you've made syntax + // error in menu_tpl.js file or that file isn't linked properly. + + // also take a look at stylesheets loaded in header in order to set styles + //--> +</script> +</BODY> +</HTML> |