-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnews.html
More file actions
288 lines (284 loc) · 14 KB
/
news.html
File metadata and controls
288 lines (284 loc) · 14 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!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="feature-selector">
<div class="container">
<ul class="selector-content">
<li class="clearfix active">
<div class="row">
<div class="col-sm-12 text-center">
<h2>October 2020: Team "MSFragger Swagger" wins the #ALSMinePTM Challenge!</h2>
<hr>
<p class="lead">
Kevin (top center) led the team to victory in identifying protein post-translational modifications (PTMs) related to ALS. Team MSFragger Swagger: Fengchao, Danny, Hui-Yin, Dan, and Sarah. Read more at <a href="http://proteomicsnews.blogspot.com/2020/10/the-winner-of-2020-data-mineathon.html">News in Proteomics Research</a>.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="newsimage">
<img src="img/msfraggerswagger.png" alt="msfraggerswagger" />
</div>
</div>
</div>
</li>
<hr>
<li class="clearfix active">
<div class="row">
<div class="col-sm-12 text-center">
<h2>June 2020: Check out our presentations at the ASMS Reboot</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="newsimage">
<img src="img/ASMS2020_flyer.png" alt="asms_2020" />
</div>
</div>
</div>
</li>
<hr>
<li class="clearfix active">
<div class="row">
<div class="col-sm-12 text-center">
<h1>May 2020</h1>
<h2>Welcome Kevin!</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="lead">
Welcome to our new Ph.D. student Kevin! We are excited Kevin Yang is joining us for his doctoral studies.
</p>
</div>
</div>
</li>
<hr>
<li class="clearfix active">
<div class="row">
<div class="col-sm-12 text-center">
<h2>November 12, 2019: Snow day in November! (missing Dmitry)</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="newsimage">
<img src="img/2019_11_12_GroupPhoto.jpg" alt="snow_day" />
</div>
</div>
</div>
</li>
<hr>
<li class="clearfix active">
<div class="row">
<div class="col-sm-12 text-center">
<h1>July 01, 2019</h1>
<h2>Welcome Dan!</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="lead">
Welcome to new post-doctoral fellow Dan A. Polasky. Dan
joins us from the University of Michigan Chemistry Department. Dan received his Ph.D. in Chemistry.
</p>
</div>
</div>
</li>
<hr>
<li class="clearfix active">
<div class="row">
<div class="col-sm-12 text-center">
<h1>June 4, 2019</h1>
<h2>Lab dinner at ASMS in Atlanta!</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="newsimage">
<img src="img/ASMS_dinner.jpg" alt="ASMS2019_dinner" />
</div>
</div>
</div>
</li>
<hr>
<li class="clearfix active">
<div class="row">
<div class="col-sm-12 text-center">
<h1>May 31, 2019</h1>
<h2>Check our posters at ASMS</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="lead">
If you are going to attend the annual meeting of the American
Society for Mass Spectrometry (ASMS) in Atlanta, make sure to stop
by at our posters:
<p>- MP 402 Comparison of Open-Search Tools.</p>
<p>- MP 405 Shifted Ions Searching and Other Improvements in the MSFragger Database Search Engine.</p>
<p>- MP 416 FragPipe: A Fast Proteomics Pipeline with MSFragger Search Engine at Heart.</p>
<p>- MP 437 The implementation of MSFragger and Philosopher (PeptideProphet) nodes in Proteome Discoverer.</p>
<p>- WP 396 Updates on Philosopher: a complete toolkit for both conventional and open search-based shotgun proteomics data analysis.</p>
<p>- ThP 693 Exploring the Open Proteome: Proteomics Open Search Analysis with PTM-Shepherd.</p>
</p>
</div>
</div>
</li>
<hr>
<li class="clearfix active">
<div class="row">
<div class="col-sm-12 text-center">
<h1>May 01, 2019</h1>
<h2>Welcome Sarah!</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="lead">
Welcome to new post-doctoral fellow Sarah E. Haynes. Sarah
joins us from the University of Michigan Chemistry Department. Sarah received her Ph.D. in Chemistry.
</p>
</div>
</div>
</li>
<hr>
<li class="clearfix active">
<div class="row">
<div class="col-sm-12 text-center">
<h1>January 01, 2019</h1>
<h2>Welcome Fengchao!</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="lead">
Welcome to new post-doctoral fellow Fengchao Yu. Fengchao
joins us from the Hong Kong University of Science and
Technology, Division of Biomedical Engineering. Fengchao
received his Ph.D. in Bioengineering.
</p>
</div>
</div>
</li>
<hr>
</ul>
</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>