-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathequipment.html
108 lines (99 loc) · 4.43 KB
/
equipment.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="washington university st louis, washington university st. louis, washington university, st. louis, wash u, ben major, wnt, wnt pathway, major lab, major lab wash u, major" />
<meta name="description" content="The Major lab utilizes mass spectrometry and other biochemical and bioinformatic techniques to elucidate signal transduction within the Wnt/B-catenin and Keap1/Nrf2 pathways." />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="img/branding/wu_icon.png"/>
<title>Major Lab - Equipment</title>
<script src="js/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="js/google-analytics.js"></script>
</head>
<body>
<div id="wrap">
<div id="stripe1">
<!-- will load common navbar with js $().load() method -->
</div>
<div id="stripe2">
<div id="str2">
<div class="innerdiv">
<div class="pageHeader">
<h1>Equipment</h1>
</div>
<div class="content">
<!-- Mass Spectrometry Related Equipment -->
<p class="divider">Mass Spectrometry Related Equipment</p>
<div class="equipment-container">
<div class="equipment-img img">
<img src="img/McD%20equip/MS.JPG" width="300px" alt="Mass spec"/>
<img src="img/McD%20equip/LC.JPG" width="300px" alt="LC"/>
<img src="img/McD%20equip/HPLC.JPG" width="300px" alt="HPLC"/>
</div>
<div class="equipment-desc">
<p>
<pre class="tab"> Orbitrap Eclipse Mass Spectrometer.</pre>
</p>
<p>
<pre class="tab"> Thermo UltiMate 3000 Liquid Chromatography Instrument.</pre>
</p>
<p>
<pre class="tab"> Agilent 1260 Infinity II LC System.</pre>
</p>
</div>
<div style="clear:both"></div>
</div>
<!-- Other -->
<p class="divider">More Sweet Equipment!</p>
<div class="equipment-container">
<div class="equipment-img img">
<img src="img/McD%20equip/LiCOR.JPG" width="300px" alt="LiCOR"/>
<img src="img/McD%20equip/PlateReader.JPG" width="300px" alt="PlateReader"/>
<img src="img/McD%20equip/qPCR.JPG" width="300px" alt="qPCR"/>
</div>
<div class="equipment-desc">
<p>
<pre class="tab"> LiCOR Oddyssey CLx</pre>
</p>
<p>
<pre class="tab"> Perkin Elmer VICTOR Nivo Plate Reader</pre>
</p>
<p>
<pre class="tab"> Thermo Q5 qPCR Machine</pre>
</p>
</div>
<div style="clear:both"></div>
</div>
<!-- even more -->
<p class="divider">Even More Awesomeness!</p>
<div class="equipment-container">
<div class="equipment-img">
<img src="img/McD%20equip/PCR.JPG" width="300px" alt="PCR"/>
<img src="img/McD%20equip/Nano.JPG" width="300px" alt="Nanodrop"/>
<img src="img/McD%20equip/Superman.JPG" width="300px" alt="Superman"/>
</div>
<div class="equipment-desc">
<p>
<pre class="tab"> Biorad PCR Machines</pre>
</p>
<p>
<pre class="tab"> Thermo Nanodrop 2000</pre>
</p>
<p>
<pre class="tab"> <b> and Superman for luck!</b></pre>
</p>
</div>
<div style="clear:both"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<!-- will load common footer with js $().load() method -->
</div>
<script src="js/mainFunctions.js"></script>
</body>
</html>