-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.php
More file actions
94 lines (78 loc) · 4.99 KB
/
resources.php
File metadata and controls
94 lines (78 loc) · 4.99 KB
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
<?php include("__header.php"); ?>
<!-- Page -->
<div id="page" class="container">
<div class="row">
<!-- Content -->
<div id="content" class="8u skel-cell-important">
<section>
<header class="major">
<h1>Resources</h1>
<span class="byline">UWPR's state of the art instrumentation and equipment</span>
</header>
<a href="#" class="image featured"><img src="/images/B59_01.jpg" alt=""></a>
<br><br>
<p>The Proteomics Resource's instrument room is located in the basement of 850 Republican St. in ~3500 sq. ft. of lab space.
Here is a <a href="/docs/UWPR Resources for Grant Writing.doc">Word document</a> outlining the UWPR resources intended for grant writing.</p>
<p>
<ul>
<li><a href="/instruments/astral.php">Astral</a></li>
<li><a href="/instruments/orbitrapfusionlumos.php">Orbitrap Fusion Lumos Tribrid</a></li>
<li><a href="/instruments/orbitrapfusion.php">Orbitrap Fusion Tribrid</a></li>
<li><a href="/instruments/orbitrapexploris480.php">Orbitrap Exploris480 1 and 2</a></li>
<li><a href="/instruments/tsqaltis.php">TSQ Altis</a></li>
<li><a href="/instruments/EASYnLC.php">EASY-nLC™ 1200</a> (qty. 7)</li>
<li><a href="/instruments/VanquishNeo.php">VanquishNeo</a> (qty. 1)</li>
</ul>
</p>
<p>Additionally, the Proteomics Resource has access to dedicated servers for computation,
(see the <a href="/protocols06/">Tools page</a> for details).</p>
</section>
</div>
<!-- Sidebar -->
<div id="sidebar" class="4u">
<section>
<header class="major">
<h2>Current Instruments</h2>
</header>
<div class="row half">
<section class="6u">
<ul class="default">
<li><a href="/instruments/astral.php">Astral</a></li>
<li><a href="/instruments/orbitrapexploris480.php">Exploris480 1 and 2</a></li>
<li><a href="/instruments/VanquishNeo.php">VanquishNeo</a></li>
<li><a href="/instruments/EASYnLC.php">EASY-nLC™ 1200</a></li>
</ul>
</section>
<section class="6u">
<ul class="default small">
<li><a href="/instruments/orbitrapfusionlumos.php">Fusion Lumos</a></li>
<li><a href="/instruments/orbitrapfusion.php">Fusion</a></li>
<li><a href="/instruments/tsqaltis.php">TSQ Altis</a></li>
</ul>
</section>
</div>
</section>
<section>
<header class="major">
<h2>Retired <br>Instruments</h2>
</header>
<ul class="default">
<li><a href="/instruments/ltq.php">LTQ</a></li>
<li><a href="/instruments/ltqxl.php">LTQ XL</a></li>
<li><a href="/instruments/ltqetd.php">LTQ XL with ETD</a></li>
<li><a href="/instruments/ltqft.php">LTQ-FT Ultra</a></li>
<li><a href="/instruments/ltqorbitrap.php">LTQ-Orbitrap XL 1 and 2</a></li>
<li><a href="/instruments/tsqaccess.php">TSQ Quantum Access</a></li>
<li><a href="/instruments/orbitrapelite.php">Orbitrap Elite</a></li>
<li><a href="/instruments/qexactiveplus.php">QE plus</a></li>
<li><a href="/instruments/tsqvantage.php">TSQ Vantage</a></li>
<li><a href="/instruments/nanoacquity.php">nanoACQUITY</a></li>
</ul>
</section>
</div>
</div>
</div>
<!-- /Page -->
</div>
</div>
<?php include("__footer.php"); ?>