-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.php
More file actions
37 lines (29 loc) · 1.32 KB
/
support.php
File metadata and controls
37 lines (29 loc) · 1.32 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
<?php include("__header.php"); ?>
<div id="page" class="container">
<div id="content">
<div id="box3" class="box-style1">
<div class="major">
<h1>Support<h1>
</div>
<div class="content">
<p>For general questions on instrumentation or the lab, please contact
Priska von Haller at 206.616.0659 or via email at priska@ u.washington.edu.</p>
<p>If you have questions on software, data analysis or this website, please contact
Jimmy Eng at 206.685.7137 or via email at engj@ u.washington.edu.</p>
<table border=0><tr><td><strong>Street Address:</strong>
<br>Proteomics Resource
<br>UW Medicine at South Lake Union
<br>815 Mercer St.
<br>Seattle, WA 98109-4714</td><td> </td>
<td><strong>Campus Address:</strong>
<br>Proteomics Resource
<br>UW Medicine at South Lake Union
<br>Box 358050
<br>Seattle, WA 98195-8050</td></tr></table>
<p><ul>Additional information:
<li><a href="directions.php">Map and directions from campus</a>
</ul>
</div>
</div>
</div>
<?php include("__footer.php"); ?>