-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcourses.html
More file actions
171 lines (167 loc) · 8.42 KB
/
Copy pathcourses.html
File metadata and controls
171 lines (167 loc) · 8.42 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>The Nesvizhskii Lab</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="css/flexslider.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/line-icons.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/elegant-icons.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<!--[if gte IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie9.css" />
<![endif]-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700%7CRaleway:700' rel='stylesheet' type='text/css'>
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33671262-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="loader">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<div class="nav-container">
<nav class="contained-bar top-bar">
<div class="container">
<div class="contained-wrapper">
<div class="row nav-menu">
<div class="col-md-2 col-sm-3 columns">
</div>
<div class="col-md-12 col-sm-9 columns">
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="facility.html">Facility</a></li>
<li><a href="contact.html">Contact</a></li>
</li>
</ul>
</div>
</div>
<div class="mobile-toggle">
<i class="icon icon_menu"></i>
</div>
</div>
</div>
<div class="bottom-border"></div>
</nav>
</div>
<div class="main-container">
<section class="pure-text-centered">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 text-center">
<span class="sub alt-font">ASMS 2019 Course</span>
<h1><strong><a href="https://sites.google.com/umich.edu/tpp/home">Proteomic data analysis tutorial using the TPP</a></strong></h1>
<p class="lead">Tutorial Instructor: Alexey Nesvizhskii, University of Michigan, nesvi@umich.edu</p>
<p class="lead"> This course cover fundamental and practical
aspects of analyzing proteomic data using TPP, from protein database search
to protein validation. It will include a practical demonstration using a HeLa human cell
line sample (ProteomeXchange identifier: PXD006932). </p>
</div>
</div>
</div>
</section>
<section class="pure-text-centered">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 text-center">
<span class="sub alt-font">Short course at the US HUPO Conference</span>
<h1><strong><a href="https://www.ushupo.org/Conference/ShortCourses/tabid/68/Default.aspx">Stable and Transient Protein-Protein Interactions: Discovery, Quantification and Validation</a></strong></h1>
<p class="lead">
First offered in 2012, this course cover fundamental and practical
aspects of studying protein interactions, from experimental design
to data analysis.It will include a practical demonstration of
the CRAPome resource.
</p>
</div>
</div>
</div>
</section>
<section class="pure-text-centered">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 text-center">
<span class="sub alt-font">ASMS short course</span>
<h1><strong><a href="https://www.asms.org/conferences/annual-conference/short-courses/two-day-courses">Bioinformatics for Protein Identification</a></strong></h1>
<p class="lead">
First offered in 2011, the course seeks to familiarize proteomics
researchers with the inner workings of the software that enables
the analysis of mass spectrometry-based proteomics data. The
course includes a hands-on tutorial on the Trans-Proteomic Pipeline.
</p>
</div>
</div>
</div>
</section>
</div>
<div class="footer-container">
<footer class="short bg-secondary-1">
<div class="container">
<div class="row">
<div class="col-sm-10">
<p class="sub">Department of Pathology. University of Michigan Medical School.</p>
<ul>
<li>nesvi@umich.edu<br>+1 734.764.3516<br></li>
<li>Room 1590, MSRB II<br>
1150 West Medical Center Drive<br>
Ann Arbor, MI 48109-0602</li>
</ul>
</div>
<div class="col-sm-2 text-right">
<ul class="social-icons">
<li>
<a href="https://twitter.com/nesvilab">
<i class="icon social_twitter"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.plugin.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/skrollr.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/scrollReveal.min.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/twitterFetcher_v10_min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>