Annotation of doc/rat/rat_plan2.html, revision 1.1.1.1

1.1       albertel    1: <HTML>
                      2: <HEAD>
                      3: <TITLE>RAT Plan 2</TITLE>
                      4: <SCRIPT>
                      5: var rrw;
                      6: var rliiw;
                      7: 
                      8: function main() {
                      9:   var options="scrollbars=0,resizable=0,menubar=0,width=100,height=100";
                     10:   rrw=open("","rrw",options);
                     11:   rrw.document.clear();
                     12:   rrw.document.writeln('<html><BODY BGCOLOR="#FFFFDD">');
                     13:   rrw.document.writeln('<table cellpadding=0 cellspacing=0 border=1 width=60 height=60><tr height=15><td width=15>*<td width=30>--><td width=15>X<tr><td colspan=3 width=60 height=45><FONT SIZE=-1><b>codon bias</b><br>Mich State<br>S Harrison<br>10/06/1999</table>');
                     14:   rrw.document.close();
                     15:   options="scrollbars=1,resizable=0,menubar=0,width=300,height=400";
                     16:   rliiw=open("","rliiw",options);
                     17:   rliiw.document.clear();
                     18:   rliiw.document.writeln('<html><BODY BGCOLOR="#CCCCCC">');
                     19:   rliiw.document.writeln('<table border=1 width=100%><tr bgcolor="#CCDDFF"><td>source info<td>http://lecture.lite.msu.edu<br>"Studies regarding Codon Bias in Prokaryotic Genomes<tr bgcolor="#aa4444"><td>inputs<td>* from link "Transcriptional expression"<br>* from link "RNA polymerase processivity"<tr bgcolor="#3388FF"><td>outputs<td>* to link "Ancestral genes"<br>* to link "tRNA chemistry and dynamics"<tr bgcolor="#FF44DD"><td>prereq summary<td>At least 1 resource must be completed before working on this resource.<tr bgcolor="#FFDDEE"><td>outgoing stats<td>This resource provides info for 2 resources and is an obsolute requirement for 2 resources<tr bgcolor="#FFFCCC"><td>original metadata<td>Author: Scott Harrison<br>Institution: Michigan State University<br>Recommended prerequisites:<blockquote>nature of DNA sequence, central dogma (transcription and translation), fidelity and replication, biochemistry of the polymerase process</blockquote><br>Skills provided:<br><blockquote>statistical evaluations of nucleotide sequence<br>understanding of phylogeny and relationship to genomic code<br>various biochemical issues related to translation');
                     20:   rliiw.document.writeln('</table>');
                     21:   rliiw.document.close();
                     22: }
                     23: </SCRIPT>
                     24: </HEAD>
                     25: <BODY BGCOLOR=white onLoad="main()">
                     26: PURPOSE 1: let resources be glued together
                     27: <P>
                     28: PURPOSE 2: ONLY GLUE, NOTHING ELSE!
                     29: <P>
                     30: Resource RAT Widget (RRW)
                     31: <P>
                     32: <IMG SRC=resource.gif><BR>
                     33: <P>
                     34: Resource Linking Information Interface Widget (RLIIW)
                     35: <P>
                     36: <IMG SRC=resourceinfo.gif><BR>
                     37: <P>
                     38: Resources on RAT (ROR)
                     39: <P>
                     40: <IMG SRC=resourcesonrat.gif>
                     41: </BODY>
                     42: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>