-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
113 lines (94 loc) · 6.5 KB
/
contact.php
File metadata and controls
113 lines (94 loc) · 6.5 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?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>Contact</h1>
<span class="byline">Reach the UWPR</span>
</header>
<p>For general questions on instrumentation or the lab, please contact Michael Hoopmann. If you have questions on software and data analysis,
contact Michael Hoopmann, Vagisha Sharma, Michael Riffle, or Jimmy Eng.</p>
<ul>
<li>Michael Hoopmann, 206.616.7012, hoopmann @ uw.edu, Brotman Building D, Room 156
<li>Jimmy Eng, engj @ uw.edu
<li>Michael Riffle, riffle @ uw.edu
<li>Vagisha Sharma, vsharma @ uw.edu
</ul>
<a href="#" class="image featured"><img src="/images/aboutus3.jpg" alt="about us"></a>
<br><table border=0><tr><td><strong>Street Address:</strong>
<br>Proteomics Resource
<br>UW Medicine at South Lake Union
<br>850 Republican Street, Room B59
<br>Seattle, WA 98109-4725</td><td> </td>
<td><strong>Campus Mailing Address:</strong>
<br>Proteomics Resource
<br>UW Medicine at South Lake Union
<br>Box 358050
<br>Seattle, WA 98195-8050</td></tr></table>
<p><a target="new" href="https://mailman13.u.washington.edu/mailman/listinfo/proteomics">Subscribe to the Proteomics Mail List for discussion of proteomics related research and events</a></p>
<!-- google map -->
<div style="width: 100%"><iframe title="Google Map of UW South Lake Union Campus" width="100%" height="300" src="https://maps.google.com/maps?width=100%&height=300&hl=en&q=850%20Republican%20St.%2C%20Seattle%2C%20WA&ie=UTF8&t=&z=15&iwloc=B&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe></div><br />
</section>
</div>
<!-- Sidebar -->
<div id="sidebar" class="4u">
<section>
<header class="major">
<h2>Parking, Shuttle</h2>
</header>
<ul class="default">
<li><a target="new" href="directions.php">Parking info, map, and directions from campus</a>
<li><a target="new" href="https://facilities.uw.edu/catalog/slu">SLU shuttle schedule</a>
<li><a target="new" href="https://research-grad-ed.uwmedicine.org/research/slu/">Official SLU maps and contacts site</a>
</ul>
</section>
<section>
<header class="major">
<h2>UW resources</h2>
</header>
<ul class="default">
<li><a target="new" href="http://www.environmentalproteomics.org/">Environmental Proteomics</a></li>
<li><a target="new" href="https://depts.washington.edu/diabetes/proteomics-and-bioinformatics/directors-staff/">Diabetes Research Center Proteomics and Bioinformatics Core</a></li>
<li><a target="new" href="https://sop.washington.edu/department-of-medicinal-chemistry/mass-spectrometry-center/">Medicinal Chemistry Mass Spectrometry Center</a></li>
<li><a target="new" href="https://chem.washington.edu/facilities/mass-spectrometry-facility">Deptartment of Chemistry Mass Spectrometry Facility</a></li>
<li><a target="new" href="https://northwestmetabolomicsorg.wpcomstaging.com/">Northwest Metabolomics Research Center (NW-MRC)</a></li>
<!-- <li><a target="new" href="http://depts.washington.edu/yeastrc/">Yeast Resource Center</a></li> -->
</ul>
</section>
<section>
<header class="major">
<h2>Research labs</h2>
</header>
<div class="row half">
<section class="6u">
<ul class="default">
<li><a target="new" href="http://brucelab.gs.washington.edu/">Bruce</a></li>
<li><a target="new" href="http://depts.washington.edu/bushlab/">Bush</a></li>
<!--<li><a target="new" href="http://faculty.washington.edu/tdavis/">Davis</a></li> -->
<!--<li><a target="new" href="http://www.fieldslab.org/">Fields</a></li> -->
<li><a target="new" href="https://uwmdi.org/labs/heinecke-lab/">Heinecke</a></li>
<li><a target="new" href="http://staff.washington.edu/ahoof">Hoofnagle</a></li>
<li><a target="new" href="http://proteome.gs.washington.edu/">MacCoss</a></li>
</ul>
</section>
<section class="6u">
<ul class="default small">
<li><a target="new" href="http://www.quantbiology.org">Ong</a></li>
<li><a target="new" href=""https://www.riley-research.com/>Riley</a></li>
<li><a target="new" href="https://www.schweppelab.org/home">Schweppe</a></li>
<li><a target="new" href="https://uwmdi.org/labs/vaisar-laboratory/">Vaisar</a></li>
<li><a target="new" href="https://villenlab.gs.washington.edu/">Villen</a></li>
<!-- <li><a target="new" href="http://waterston.gs.washington.edu/">Waterston</a></li> -->
</ul>
</section>
</div>
</section>
</div>
</div>
</div>
<!-- /Page -->
</div>
<?php include("__footer.php"); ?>