-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
428 lines (404 loc) · 21.5 KB
/
news.html
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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<!doctype html>
<html lang="en">
<head>
<title>News</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--CSS-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/news.css">
<!--Bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!--Icons-->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="icon" href="img/Icon/favicon.ico">
<link rel="stylesheet" href="css/swiper-bundle.min.css">
</head>
<body>
<!--Nav Start-->
<nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="img/NBCC_Logo_Primary.png" alt="NBCC" width="30px"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span>
<i class="bi bi-list"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- Left links -->
<ul class="navbar-nav mb-2 mb-lg-0 me-auto">
<!--Start of dropdown-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Facilities
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="proteomics.html">Proteomics</a>
</li>
<li>
<a class="dropdown-item" href="Next-Generation_Sequencing.html">Next-Generation Sequencing</a>
</li>
<li>
<a class="dropdown-item" href="High-Throughput_Screening.html">High-Throughput Screening</a>
</li>
<li>
<a class="dropdown-item" href="High-Content_Screening.html">High-Content Screening</a>
</li>
<li>
<a class="dropdown-item" href="Advanced_Imaging.html">Advanced Imaging</a>
</li>
<li>
<a class="dropdown-item" href="Flow_Cytometry.html">Flow Cytometry</a>
</li>
</ul>
</li>
<!--End of dropdown-->
<li class="nav-item">
<a class="nav-link" href="resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
</ul>
<!--Right Nav-->
<ul class="navbar-nav nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<!--Icons-->
<li class="nav-icon me-3 me-lg-0">
<a href="https://x.com/nbcc_ltri" class="nav-link">
<i class="bi bi-twitter-x"></i>
</a>
</li>
<li class="nav-icon me-3 me-lg-0">
<a href="https://www.linkedin.com/company/network-biology-collaborative-centre/" class="nav-link">
<i class="bi bi-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Nav End-->
<header>
<h1 class="caption">
News
</h1>
</header>
<div class="container">
<h1 class="swiper-header">
Latest News
</h1>
<hr>
<div class="slide-container swiper pt-4">
<div class="slide-content">
<div class="card-wrapper swiper-wrapper align-items-stretch">
<div class="card swiper-slide shadow">
<div class="img-content">
<div class="card-img-top">
<img src="img/News/News_Mar_Olink.jpg" alt="Mariam Operating Olink Q100" class="card-img">
</div>
<div class="card-content">
<h4 class="name">
<a href="https://olink.com/service-providers">
Olink official service provider
</a>
</h4>
<p class="description">
The NBCC is an inaugural member of OLINK’s global network of certified service providers. This is a testament to the high-throughput screening’s team provision of service at the highest quality. </p>
<h5 class="small text-muted position-absolute top-100 start-50 translate-middle" style="margin-top: -25px;">July 3 2024</h5>
</div>
</div>
</div>
<div class="card swiper-slide shadow">
<div class="img-content">
<div class="card-img-top">
<img src="img/News/News_Gingras_BBRF.jpg" alt="Dr Gingras" class="card-img">
</div>
<div class="card-content">
<h4 class="name">
<a href="https://www.sinaihealth.ca/home/collaborative-19-million-initiative-aims-to-strengthen-canadas-pandemic-response/">
New Funding
</a>
</h4>
<p class="description">
NBCC Co-Director Dr. Gingras and Sinai’s Dr. Johnstone receive $19M funding from the Canada Biomedical Research Fund to lead PRECISE, a multi-institutional collaborative project that will enhance Canada’s ability to create and scale diagnostics during pandemics. The NBCC will work with PRECISE to apply the assays we developed for COVID-19 to emerging pathogens.
</p>
<h5 class="small text-muted">May 6, 2024 </h5>
</div>
</div>
</div>
<div class="card swiper-slide shadow">
<div class="img-content">
<div class="card-img-top">
<img src="img/News/News_Laurence.jpg" alt="Laurence giving Speech" class="card-img">
</div>
<div class="card-content">
<h4 class="name">
<a href="https://www.microscope.healthcare.nikon.com/bioimaging-centers/nic-and-cofe/lunenfeld-tanenbaum-research-institute">
Nikon CoE Launch
</a>
</h4>
<p class="description">
The Nikon Centre of Excellence was officially opened on April 24, 2024, with a ribbon cutting ceremony and a mini-symposia celebrating this state-of-the-art facility at LTRI. This Centre will provide access to cutting-edge microscopes and advanced computing. Scientists can access the NCoE through the NBCC.
</p>
<h5 class="small text-muted position-absolute top-100 start-50 translate-middle" style="margin-top: -25px;">April 24, 2024</h5>
</div>
</div>
</div>
<div class="card swiper-slide shadow">
<div class="img-content">
<div class="card-img-top">
<img src="img/News/News_Brain.jpg" alt="Brain Organoid" class="card-img">
</div>
<div class="card-content">
<h4 class="name">
<a href="https://www.sinaihealth.ca/news/sinai-healths-10m-funding-fuels-creation-of-lab-grown-organoids-for-disease-research-and-drug-discovery/">
New Funding
</a>
</h4>
<p class="description">
NBCC Co-Directors Drs. Wrana and Pelletier receive $10M funding from CFI and the Ontario government to create a tissue engineering design suite within the NBCC to develop organoid models to study human health and disease.
</p>
<h5 class="small text-muted position-absolute top-100 start-50 translate-middle" style="margin-top: -25px;">March 21, 2024</h5>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-button-next swiper-navbtn"></div>
<div class="swiper-button-prev swiper-navbtn"></div>
</div>
<hr>
<h2>All News</h2>
<hr>
<div class="news-item">
<h4 style="font-family: Arial, Helvetica, sans-serif;">
The NBCC has expanded!
</h4>
<h6 class="small text-muted">
February 13, 2024
</h6>
<p>
The NBCC has expanded its offerings as it now incorporates LTRI's Flow Cytometry Facility and Optima Imaging.
We have added new content to our website for <a href="Flow_Cytometry.html">Flow Cytometry</a>. With the merging of LTRI's Optima with our High-Resolution Imaging,
we now cover imaging needs from standard self-use instruments to advanced super-resolution microscopes and we have changed the
facility name to <a href="Advanced_Imaging.html">Advanced Imaging</a>.
</p>
<hr>
</div>
<div class="news-item">
<h4 style="font-family: Arial, Helvetica, sans-serif;">
Our new Astral Mass Spectrometer - First in Canada
</h4>
<h6 class="small text-muted">
December 19, 2023
</h6>
<p>
Celebrations started early this year with the arrival of our new Astral mass spectrometer.
Check out our <a href="https://www.sinaihealth.ca/news/festivities-start-early-for-proteomics-researchers-at-sinai-health-with-canadas-first-astral-mass-spectrometer/">Sinai News Feature</a>. To find out why we are so excited about this instrument,
register for our <a href="https://www.eventbrite.ca/e/celebrating-first-in-canada-orbitrap-astral-mass-spectrometer-tickets-773975550707">Astral Symposia</a> on January 31, 2024.
</p>
<hr>
</div>
<div class="news-item">
<h4 style="font-family: Arial, Helvetica, sans-serif;">
2023 - updated publication list
</h4>
<h6 class="small text-muted">
December 15, 2023
</h6>
<p>
We have updated our <a href="publications.html">publication list</a> with new publications linked to the NBCC in the past 8 months.
We are reporting over 50 publications for 2023! Thank you to our collaborators for recognizing our
efforts and congratulations on all your achievements this year.</p>
<hr>
</div>
<div class="news-item">
<h4 style="font-family: Arial, Helvetica, sans-serif;">
Announcing the NBCC and OLINK Pilot Program for Biomarker Discovery!
</h4>
<h6 class="small text-muted">
September 28, 2023
</h6>
<p>
As an official service provider of Olink Proteomics technology, the NBCC is pleased to announce the launch of an Olink Proteomics
Target 96 Pilot Program sponsored by Olink. Seven successful candidates will test 12 human plasma or serum samples for FREE with
the OLINK Proteomics <a href="https://olink.com/products-services/target/inflammation/">Target 96 inflammation panel</a>.
</p>
<p>
If you are interested in trying this technology to see how your project may benefit, <a href="https://forms.office.com/pages/responsepage.aspx?id=zxLAC-mzvUaVps7MNzFbsUdp0lyTz9pHkzi5Z0RIsOpUNDlCOUNLNTlZNlVHVElRT0c5NExDVUJBNi4u">submit your application here</a> by Monday,
October 16th, 2023. Winners will be contacted the week of October 23rd, 2023. Samples must be submitted to the high-throughput
screening node of the NBCC by November 1st, 2023 and results will be available by November 30th, 2023. For more details, please
contact HTS Facility Manager Jenny Wang ([email protected]).
</p>
<hr>
</div>
<div class="news-item">
<h4 style="font-family: Arial, Helvetica, sans-serif;">
Protein Biomolecular Discovery using Olink technology
</h4>
<h6 class="small text-muted">
June 27, 2023
</h6>
<p>
We are now offering protein biomarker screening in our <a href="High-Throughput_Screening.html">HTP screening node</a>
using Olink protein extension analysis (PEA) technology with targeted and custom panels available from <a href="https://olink.com/products-services/target/inflammation/">Olink</a>.
Target 96 panels are focused on a specific disease area or biological process with a library of over 1100 human proteins.
Flex panels enable selecting and screening of up to 21 human proteins from 200 inflammation-related human proteins.
Focus panels are user-customized panels for absolute or relative quantification. For more detailsand to discuss how
Olink can work for your study, contact HTP screening manager Jenny Wang ([email protected]).
</p>
<hr>
</div>
<div class="news-item">
<h4 style="font-family: Arial, Helvetica, sans-serif;">
New instrumentation and services available for proteomics and screening
</h4>
<h6 class="small text-muted">
May 2, 2023
</h6>
<h5>
Bruker TimsTOF and Evosep instruments - 60 samples per day
</h5>
<p>
With the recent acquisition of a Bruker TimsTOF pro coupled to an Evosep One LC, Dr. Brendon Seale of the Proteomics node in collaboration
with the Gingras lab has increased the throughput of BioID and AP-MS MS analysis while maintaining the same quality as our prior low throughput
method. Our users will benefit from this <b>faster turnaround and reduced pricing for analysis</b>. For more details, check out our <a href="proteomics.html">proteomics page</a>.
</p>
<h5>
Nikon Biopipeline for high-resolution high-content screening
</h5>
<p>
In collaboration with the Nikon Centre of Excellence at the LTRI, we are pleased to introduce our newest instrument - a Nikon Biopipeline
for high-resolution high-throughput screens in our High-Content Screening node. For more details, check out our <a href="High-Content_Screening.html">high-content screening page</a>.
</p>
<hr>
</div>
</div>
<!--Footer Start-->
<div class="container-fluid mt-5 footer">
<hr>
<div class="row mb-4">
<div class="col-md-4 col-sm-4 col-xs-4">
<div class="footer-text">
<div class="">
<h1 style="color: #FBB040;">
NBCC
</h3>
<h5>
Network Biology Collaborative Centre
</h5>
<p>
Sinai Health, Lunenfeld-Tanenbaum Research Institute
<br>
600 University Avenue, Room 970
<br>
Toronto, Ontario
Canada
M5G 1X5
</p>
</div>
<div class="social mt-2 mb-3"> <i class="fa fa-facebook-official fa-lg"></i> <i class="fa fa-instagram fa-lg"></i> <i class="fa fa-twitter fa-lg"></i> <i class="fa fa-linkedin-square fa-lg"></i> <i class="fa fa-facebook"></i> </div>
</div>
</div>
<div class="col-md-1 col-sm-1 col-xs-1"></div>
<div class="vr p-0 d-none d-sm-block"></div>
<div class="d-md-none"><hr></div>
<div class="col-md-2 col-sm-2 col-xs-2">
<h5 class="heading">Facilities</h5>
<ul>
<li>
<a href="proteomics.html">Proteomics</a>
</li>
<li>
<a href="Next-Generation_Sequencing.html">Next-Generation Sequencing</a>
</li>
<li>
<a href="High-Throughput_Screening.html">High-Throughput Screening</a>
</li>
<li>
<a href="High-Content_Screening.html">High-Content Screening</a>
</li>
<li>
<a href="Advanced_Imaging.html">Advanced Imaging</a>
</li>
<li>
<a href="Flow_Cytometry.html">Flow Cytometry</a>
</li>
</ul>
</div>
<div class="vr p-0 d-none d-sm-block"></div>
<div class="d-md-none"><hr></div>
<div class="col-md-2 col-sm-2 col-xs-2">
<h5 class="heading">More</h5>
<ul class="card-text">
<li>
<a href="resources.html">Resources</a>
</li>
<li>
<a href="publications.html">Publications</a></li>
<li>
<a href="news.html">News</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="team.html">Team</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<div class="vr p-0 d-none d-sm-block"></div>
<div class="d-md-none"><hr></div>
<div class="col-md-2 col-sm-2 col-xs-2">
<h5 class="heading">Socials</h5>
<ul class="card-text">
<li>
<a href="https://www.linkedin.com/company/network-biology-collaborative-centre/">LinkedIn</a>
</li>
<li>
<a href="https://x.com/nbcc_ltri">X</a>
</li>
</ul>
</div>
<div class="vr p-0 d-none d-sm-block"></div>
</div>
<hr>
<div class="footer_copyright">
<p>
<i class="bi bi-c-circle"></i>
2024 Network Biology Collaborative Centre, Lunenfeld-Tanenbaum Research Institute, Sinai Health System
</p>
</div>
</div>
<!--Footer End-->
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous">
</script>
<!--swiper JS-->
<script src="js/swiper-bundle.min.js"></script>
<script src="js/news.js"></script>
</body>
</html>