-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshop.php
More file actions
87 lines (63 loc) · 3.69 KB
/
workshop.php
File metadata and controls
87 lines (63 loc) · 3.69 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
<?php include("__header.php"); ?>
<style type="text/css">
.rightdiv{ /*IE method of centering a relative div*/
text-align: right;
}
.rightdiv>div{ /*Proper way to center a relative div*/
margin: 0 0 0 auto;
float: right;
}
</style>
<div id="page" class="container">
<div id="content">
<div id="box3" class="box-style1">
<div class="major">
<h1>Proteomics Workshop<h1>
</div>
<div class="content">
<p style="text-align:center">Sponsored by the <b>UWPR Team</b>!</p>
<p style="text-align:center">How can proteomics help your research?
<br>Get a basic understanding of a typical proteomics workflow.
<br>Get to know the UWPR personnel and resources available to you.</p>
<div style="background-image: url('/images/workshop1.png'); height: 326px; width: 530px;">
<p align="right">
<b>Where: South Lake Union campus
<br>Who: Any member of the UW
<br>When: July 9th - 11th, 10 am - 3 pm</b></p>
</div>
<p>
<p> Participants (UW members) will get an introduction to proteomics science and technologies through hands-on exploration of typical proteomics workflows.
<br>This course is appropriate for individuals who have little to no experience in proteomics and desire an overview of the typical proteomics workflows. Individuals who may benefit from this course include investigators who are considering incorporating proteomics protocols into their own research, graduate students and post-doctoral fellows and prospective UW Proteomics Resource users.
<br> The course is sponsored by the UWPR and is offered to UW members at no cost.
<h1>Registration</h1>
<p style="text-align:center"> <b> Our July workshop is full!! If you would like to be on the waiting list (in case someone cancels) and/or be added to the mailing list for future workshops please follow the instructions below. </b></p>
<p> Number of participants is limited to maximum of 12, so register early. We require a minimum of 6 participants for the course to take place.
<p style="text-align:left"> <b>Prerequisites</b></p>
<p> Prerequisite for participation in the course is interest in proteomics, a basic understanding of protein chemistry and a commitment to attend the entire course.
<p>To Register please fill out the form below and e-mail it to priska@uw.edu.
<p><a href="docs/UWPR Workshop Registration.doc">Workshop_Registration (doc)</a>
<p>Workshop outline:
<ul>
<li><b> Day 1</b>
<br> 10 am to noon: Proteomics Introduction (room C123B)
<br> 1 pm to 3 pm: Lab work in groups of 3-4 (B59)
<li><b> Day 2</b>
<br> 10 am to noon: Data Analysis Introduction (room C123B)
<br> 1 pm to 3 pm: Lab work in groups of 3-4 (B59)
<li><b> Day 3</b>
<br> 10 am to noon: Data analysis; please bring your personal notebook/laptop (room C123B)
<br><b>Lunch sponsored by ThermoFisherScientific</b>
<br> 1 pm to 3 pm: Instructors will be available to answer any questions (room C123B and B59)
</ul>
<p>Thank you for your time and interest!
<p> Download and share our Flyer!
<br> <a href="docs/UWPRWorkshop_Flyer.pdf">Workshop_Flyer (pdf)</a>
<p> Workshop slides:
<br> <a href="docs/20120709_UWPRworkshop_Intro.pdf">Proteomics Introduction slides (pdf)</a>
<br> <a href="docs/20120710-UWPR-Workshop-data-anal.pdf">Data analysis slides (pdf)</a>
<p> Workshop Survey:
<br> <a href="http://www.surveymonkey.com/s/8NXX3RX">Click here to take survey</a>
</div>
</div>
</div>
<?php include("__footer.php"); ?>