Team:Yale/Our Project/test-page

From 2010.igem.org

(Difference between revisions)
 
Line 1: Line 1:
-
[[Image:dziubla-logo.jpg|850px]]
+
<html>
-
{| cellspacing="3"  
+
<script type="text/javascript" language="JavaScript"><!--
-
|- valign="top"
+
function HideContent(d) {
-
|width=225px class="MainPageBG" style="border: 2px solid #402380; color: #000; background-color: #b5a888"|
+
document.getElementById(d).style.display = "none";
-
<div style="clear: right; text-align: left; float: left; padding: .4em .9em .9em">
+
}
 +
function ShowContent(d) {
 +
document.getElementById(d).style.display = "block";
 +
}
 +
function ReverseDisplay(d) {
 +
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
 +
else { document.getElementById(d).style.display = "none"; }
 +
}
 +
//--></script>
-
<h3>People</h3>
+
<p>
-
'''[[User:Thomas Dziubla| Principal Investigator]]''' <br>
+
<a href="javascript:ReverseDisplay('hs2')">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Click here to expand</a>
-
'''Graduate Students''' {{hide|
+
</p>
-
* [[User: David Cochran| David Cochran]]
+
-
* [[User:John M. Medley| John M. Medley]]
+
-
* [[User: Sundar Prasanth| Sundar Prasanth]]
+
-
* [[User:Paritosh Wattamwar| Paritosh Wattamwar]]
+
-
}}
+
-
'''Undergraduates''' {{hide|
+
-
* [[Matt Sean Alexander]]
+
-
* [[Eric Beane]]
+
-
* [[User:Kelly C. Cummins|Kelly Cummins]]
+
-
}}
+
-
'''High School''' {{hide|
+
-
* [[David Parell]]
+
-
}}
+
-
</div>
+
-
|width=180px class="MainPageBG" style="border: 2px solid #000066; color: #000; background-color: #b5a888"|
+
<div id="hs2" style="display:none;">
-
<div style="clear: right; text-align: left; float: left; padding: .4em .9em .9em">
+
<p>
-
 
+
<b>1.</b> We start with a file obtained from NAMD: <br>http://www.ks.uiuc.edu/Research/namd/utilities/ and download <i> namdstats.tcl </i>
-
<h3>Research</h3>
+
<br><br>
-
'''[[Dziubla:Research|Research Overview]]'''
+
<b>2.</b> In the VMD TkCon window, type :
-
'''[[Dziubla:Projects|Projects]]''' {{hide|
+
<br><span style="font-family: Courier;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;source namdstats.tcl
-
* [[Dziubla:Projects|Antioxidant Polymers]]
+
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;data avg ../namd_log 101 last </span>
-
* [[Dziubla:Projects|Adhesion Barriers]]
+
<br>The second line will call a procedure which will calculate the average for all output variables in the log file from the first logged timestep after 101 to the end of the simulation.
-
}}
+
</p>
-
'''[[Dziubla:Publications|Publications]]'''<br>
+
-
'''[[Dziubla:Links|Links]]'''
+
</div>
</div>
-
 
+
</html>
-
|width=180px class="MainPageBG" style="border: 2px solid #000066; color: #000000; background-color: #b5a888"|
+
-
<div style="clear: right; text-align: left; float: left; padding: .4em .9em .9em">
+
-
 
+
-
<h3>Resources</h3>
+
-
'''[[Dziubla:Protocols|Protocols]]'''<br>
+
-
'''[[Dziubla:Equipment|Equipment]]''' {{hide|
+
-
* DLS
+
-
* Glovebox
+
-
* Fluorimeter
+
-
* Freeze Dryer
+
-
* Uv-Vis
+
-
* GPC/HPLC
+
-
}}
+
-
'''[[Dziubla:Materials|Materials]]'''<br>
+
-
'''[[Dziubla:Back Door|Internal]]'''<br>
+
-
</div>
+
-
|width=230px class="MainPageBG" style="border: 2px solid #000066; color: #000; background-color: #b5a888"|
+
-
<div style="clear: right; text-align: left; float: left; padding: .4em .9em .9em">
+
-
 
+
-
<h3>Contact</h3>
+
-
Thomas Dziubla<br>
+
-
Assistant Professor <br>
+
-
Mat and Chem Engineering <br>
+
-
University of Kentucky<br>
+
-
177 F Paul Anderson Tower<br>
+
-
Lexington, KY 40506-0046<br>
+
-
dziubla-at-engr.uky.edu<br>
+
-
</div>
+
-
|}
+
-
__NOTOC__
+
-
 
+
-
[[Category:Dziubla]]
+

Latest revision as of 06:21, 25 October 2010

         Click here to expand