diff options
author | root | 2012-05-08 18:39:56 -0500 |
---|---|---|
committer | root | 2012-05-08 18:39:56 -0500 |
commit | ea46f42ee640928b92947bfb204c41a482d80937 (patch) | |
tree | 9b27a4eb852d12539b543c3efee9d2a47ef470f3 /web/dbdoc/MDPPublish.html | |
parent | 056b5253fc3857b0444382aa39944f6344dc1ceb (diff) | |
download | genenetwork2-ea46f42ee640928b92947bfb204c41a482d80937.tar.gz |
Add all the source codes into the github.
Diffstat (limited to 'web/dbdoc/MDPPublish.html')
-rwxr-xr-x | web/dbdoc/MDPPublish.html | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/web/dbdoc/MDPPublish.html b/web/dbdoc/MDPPublish.html new file mode 100755 index 00000000..83bd7246 --- /dev/null +++ b/web/dbdoc/MDPPublish.html @@ -0,0 +1,104 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML><HEAD><TITLE>HTML Template</TITLE> +<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> +<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">Mouse Phenome Database (July/06) <A HREF="/webqtl/main.py?FormID=editHtml"> +<img src="/images/modify.gif" alt="modify this page" border= 0 valign="middle"></A></P> + +<P class="subtitle"> About the mouse phenome data:</P> +<Blockquote> +These data were downloaded from the <A href="http://phenome.jax.org/pub-cgi/phenome/mpdcgi?rtn=docs/home" target="other">Mouse Phenome Database</A> at The Jackson Laboratory in June 2006 and implemented in GeneNetwork July 2006. +</Blockquote> + +<P class="subtitle"> About the Mouse Phenome Database (MDP):</P> + +<Blockquote> +When mentioning the MPD please use and cite this URL: +<A HRED="http://www.jax.org/phenome">http://www.jax.org/phenome</A>. This is the MPD's best known location and is usually preferable to the longer dynamic system URLs that may appear in URL address fields. + + +<P>Publications: + +<P>Grubb SC, Churchill GA, Bogue MA. A collaborative database of inbred mouse strain characteristics. Bioinformatics. 2004 Nov 1;20(16):2857-9. Epub 2004 May 6. PMID: 15130929 + +<P>Bogue MA, Grubb SC. The mouse phenome project. Genetica. 2004 Sep;122:71-74. PMID: 15619963 + + +<P>To cite specific phenotyping data in the MPD, a format similar to this may be used. (Please be sure you have read and agree with our user agreement for taking and using MPD data.) + +<P>Investigators. Project Title. MPD accession#. Mouse Phenome Database Web Site, The Jackson Laboratory, Bar Harbor, Maine USA. World Wide Web (URL: http://www.jax.org/phenome, month and year of download ). + +<P>Example: +<P>Wahlsten D, Crabbe JC. Comparative study of activity, anxiety, motor learning, and spatial learning in two laboratories. MPD:108. Mouse Phenome Database Web Site, The Jackson Laboratory, Bar Harbor, ME USA. World Wide Web (URL: http://www.jax.org/phenome, July 2004). + +<P>Each phenotyping project in the MPD is assigned an accession number having the format MPD:NNN, where NNN is an integer. Accession numbers are displayed in the projects index and the individual project detail pages. + + + + + +</TD> + +<!-- Body End Here --> +</TR></TABLE> +</TD> +</TR> +<TR> +<TD align=center bgColor=#ddddff class="solidBorder"> + + + + +<!--Start of footer--> +<TABLE width="90%"> +<script language='JavaScript' src='/javascript/footer.js'></script> +</TABLE> +<!--End of footer--> + + + + +</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> |