-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
798 lines (753 loc) Β· 40.7 KB
/
index.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
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
<!DOCTYPE html>
<html lang="en">
<head>
<!-- yam counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function () {
try {
w.yaCounter50657446 = new Ya.Metrika2({
id: 50657446,
clickmap: true,
trackLinks: true,
accurateTrackBounce: true
});
} catch (e) {
}
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () {
n.parentNode.insertBefore(s, n);
};
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/tag.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else {
f();
}
})(document, window, "yandex_metrika_callbacks2");
</script>
<script type="text/javascript">
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<noscript>
<div><img src="https://mc.yandex.ru/watch/50657446" style="position:absolute; left:-9999px;" alt=""/></div>
</noscript>
<!-- /yam counter -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Immunosequencing Algorithms Laboratory</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top text-uppercase" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">IS·A·LAB</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#publications">Publications</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#software">Software</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#members">Members</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#collaborators">Collaborators</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#contacts">Contacts</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead bg-primary text-white text-center">
<div class="container">
</br>
<img class="img-fluid mb-5 d-block mx-auto" style="border-radius: 50%; width: 250px; height: 250px;" src="img/logo.svg" alt="">
<h1 class="mb-0">Immuno-sequencing Algorithms Laboratory</h1>
<hr class="dna-light">
</br>
<h2 class="font-weight-light mb-0">Bioinformatics · Immunogenetics · Immune repertoire profiling</h2>
</div>
</header>
<!-- Publications Section -->
<section id="publications">
<div class="container">
<h2 class="text-center text-uppercase">Selected publications</h2>
<hr class="pub-dark mb-5">
</br>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4>Structure-based prediction of T cell receptor recognition of unseen epitopes using TCRen</br><a
href="https://www.nature.com/articles/s43588-024-00653-0" target="_blank">Nature Computational Science 2024</a></h4>
</div>
<div class="col-lg-6 ml-auto">
<p class="lead"><i class="fas fa-quote-left"> </i> <a
href="https://www.nature.com/articles/s43588-024-00654-z" target="_blank">Huo, Jiang & Li in News & Views</a></h4>: A method leverages protein structural data to predict T-cell receptor-peptide interactions for unseen peptide epitopes, which can be particularly useful for applications in cancer immunotherapy, autoimmunity studies, and vaccine design.</p>
</div>
</div>
<div class="row">
</br>
</div>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4>VDJdb in the pandemic era: a compendium of T cell receptors specific for SARS-CoV-2</br><a
href="https://www.nature.com/articles/s41592-022-01578-0" target="_blank">Nature Methods 2022</a></h4>
</div>
<div class="col-lg-6 ml-auto">
<p class="lead"><i class="fas fa-quote-left"> </i> In the current pandemic era, a large majority of recent T cell repertoire profiling and antigen-specificity studies have focused on TCR variants that target the SARS-CoV-2 coronavirus. As a consequence, millions of TCR sequences have now been isolated from donors with COVID-19. To complement these efforts, in the latest release of VDJdb, we incorporated TCR specificity data from various studies of COVID-19.</p>
</div>
</div>
<div class="row">
</br>
</div>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4>SARS-CoV-2 epitopes are recognized by a public and diverse repertoire of human T cell receptors</br><a
href="https://www.cell.com/immunity/fulltext/S1074-7613(20)30469-6" target="_blank">Immunity 2020</a></h4>
</div>
<div class="col-lg-6 ml-auto">
<p class="lead"><i class="fas fa-quote-left"> </i> Our results show that while anti-SARS-CoV-2 antibodies can distinguish convalescent patients from healthy donors, the magnitude of T-cell response was more pronounced in healthy donors sampled during COVID-19 pandemic than in donors sampled before the outbreak. This hints at the possibility that some individuals have encountered the virus but were protected by T-cell cross-reactivity observed. A public and diverse T-cell response was observed for two A*02-restricted SARS-CoV-2 epitopes, revealing a set of T-cell receptor motifs displaying germline-encoded features.</p>
</div>
</div>
<div class="row">
</br>
</div>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4>VDJdb in 2019: database extension, new analysis infrastructure and a T-cell receptor motif compendium</br><a
href="https://academic.oup.com/nar/advance-article/doi/10.1093/nar/gkz874/5582255" target="_blank">Nucleic Acids Res 2019</a></h4>
</div>
<div class="col-lg-6 ml-auto">
<p class="lead"><i class="fas fa-quote-left"> </i> The increased yield of TCR specificity identification methods and the overall increase in the
number of studies in the field has allowed us to expand the database more than 5-fold. Furthermore, several new analysis methods are
included. For example, batch annotation of TCR repertoire sequencing samples allows for annotating large datasets on-line. Using recently
developed bioinformatic methods for TCR motif mining, we have built a reduced set of high-quality TCR motifs that can be used for both
training TCR specificity predictors and matching against TCRs of interest.</p>
</div>
</div>
<div class="row">
</br>
</div>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4>Exploring the pre-immune landscape of antigen-specific T cells</br><a
href="https://genomemedicine.biomedcentral.com/articles/10.1186/s13073-018-0577-7" target="_blank">Genome Medicine 2018</a></h4>
</div>
<div class="col-lg-6 ml-auto">
<p class="lead"><i class="fas fa-quote-left"> </i> Our results suggest that the population frequencies of specific T cells are strikingly
non-uniform across epitopes that are known to elicit immune responses. This inference leads to a new definition of epitope immunogenicity
based on specific TCR frequencies, which can be estimated with a high degree of accuracy in silico, thereby providing a novel framework to
integrate computational and experimental genomics with basic and translational research efforts in the field of T cell immunology</p>
</div>
</div>
<div class="row">
</br>
</div>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4>VDJdb: a curated database of T-cell receptor sequences with known antigen specificity</br><a
href="https://academic.oup.com/nar/article-lookup/doi/10.1093/nar/gkx760" target="_blank">Nucleic Acids Res 2017</a></h4>
</div>
<div class="col-lg-6 ml-auto">
<p class="lead"><i class="fas fa-quote-left"> </i> The primary goal of VDJdb is to facilitate access to existing information on TCR antigen
specificities, i.e. the ability to recognize known epitopes presented by known major histocompatibility complex (MHC) class I and II
molecules. Our mission is to aggregate TCR specificity information on a continuous basis and establish a curated repository to store these
data in the public domain</p>
</div>
</div>
<div class="row">
</br>
</div>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4>VDJtools: Unifying Post-analysis of T Cell Receptor Repertoires</br><a
href="http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004503" target="_blank">PLoS Comp Biol 2015</a></h4>
</div>
<div class="col-lg-6 ml-auto">
<p class="lead"><i class="fas fa-quote-left"> </i> Here we present VDJtools, a software framework that can analyze output of most commonly used
TCR repertoire processing tools and allows applying a diverse set of post-analysis strategies. The main aims of our framework are: To ensure
consistency of post-analysis methods and reproducibility of obtained results; to save the time of bioinformaticians analyzing TCR repertoire
data by providing comprehensive tabular output and open-source API; and to provide a simple enough command line tool so that immunologists
and biologists with little computational background could use it to generate publication-ready results</p>
</div>
</div>
<div class="row">
</br>
</div>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4>Towards error-free profiling of immune repertoires</br><a href="https://www.nature.com/articles/nmeth.2960" target="_blank">Nature Methods
2014</a></h4>
</div>
<div class="col-lg-6 ml-auto">
<p class="lead"><i class="fas fa-quote-left"> </i> Deep profiling of antibody and T cellβreceptor repertoires by means of high-throughput
sequencing has become an attractive approach for adaptive immunity studies, but its power is substantially compromised by the accumulation
of PCR and sequencing errors. Here we report MIGEC (molecular identifier groupsβbased error correction), a strategy for high-throughput
sequencing data analysis. MIGEC allows for nearly absolute error correction while fully preserving the natural diversity of complex immune
repertoires</p>
</div>
</div>
<div class="row">
</br>
</br>
</br>
</div>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4>More publications:</h4>
</br>
<a class="btn btn-xl btn-outline-dark" href="https://www.ncbi.nlm.nih.gov/pubmed/?term=%22Shugay+M%22%5BAuthor%5D" target="_blank">
<i class="fas fa-search-plus mr-2"></i>
PubMed
</a>
<a class="btn btn-xl btn-outline-dark" href="https://scholar.google.com/citations?user=OtStpYgAAAAJ&hl=en" target="_blank">
<i class="fas fa-search-plus mr-2"></i>
Google Scholar
</a>
</div>
<div class="col-lg-6 ml-auto">
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="bg-primary text-white mb-0" id="projects">
<div class="container">
<h2 class="text-center text-uppercase text-white">Ongoing projects</h2>
<hr class="proj-light mb-5">
</br>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4 class="text-left text-uppercase text-white"><i class="fas fa-check-circle"></i> T-cell repertoire annotation</h4>
<p class="lead"> Exploring antigen specificities encoded in high-throughput T-cell receptor (TCR) sequencing data using a database of TCR
sequences with known specificity. Discovering immune repertoire biomarkers using statistical approaches to TCR sequence motif inference.
Linking specific TCR repertoire structure to the immunogenicity of cognate antigens.</p>
</div>
<div class="col-lg-6 ml-auto">
<h4 class="text-left text-white"><i class="fas fa-check-circle"></i> MODELING TCR:pMHC COMPLEX</h4>
<p class="lead">In-silico modeling of TCR:peptide:MHC complex structures. Linking structural data and the organization of T-cell repertoire:
CD4/CD8 T-cell differentiation and αβ chain pairing. Building statistical models of TCR:pMHC contacts with an ultimate goal of
developing an efficient method for TCR:pMHC binding prediction.</p>
</div>
</div>
<div class="row">
</br>
</br>
</div>
<div class="row">
<div class="col-lg-6 ml-auto">
<h4 class="text-left text-uppercase text-white"><i class="fas fa-check-circle"></i> Antibodyome analysis</h4>
<p class="lead">Developing fast algorithms for antibody lineage tree inference and somatic hypermutation analysis. Implementing novel approaches
to high-througput antibody sequencing data analysis that focus on the clonal architecture instead of individual sequences/clonotypes.
Exploring differences between B-cell subsets, B-cell memory and the structure of B-cell repertoire in cancer patients.</p>
</div>
<div class="col-lg-6 ml-auto">
<h4 class="text-left text-uppercase text-white"><i class="fas fa-check-circle"></i> Epitope immunogenicity</h4>
<p class="lead">Ranking foreign and self peptides based on their predicted ability to elicit immune response. Searching for physicochemical
characteristics and similarities to self and viral peptidomes that are exploited by the adaptive immune system to act as an efficients
self-vs-nonself classifier. Developing bioinformatic tools for selection of optimal neoantigen targets for cancer immunotherapy.</p>
</div>
</div>
<div class="row">
</br>
</br>
</div>
<div class="row">
<div class="col-lg-2 ml-auto">
</div>
<div class="col-lg-8 ml-auto">
<h4 class="text-left text-uppercase text-white"><i class="fas fa-ambulance"></i> Studying T- and B-cell responses in COVID-19</h4>
<p class="lead">Currently, we are assaying thousands of immune repertoire sequencing datasets coming from convalescent donors, donors that had a history of COVID infection and healthy donors to discover biomarkers that are associated with immunity to COVID-19. We aim at discovering immunogenic SARS-CoV-2 epitopes, as well as T-cell receptor sequences that recognize them. We also study antibody evolution and affinity of various antibodies to distinct SARS-CoV-2 proteins.</p>
</div>
<div class="col-lg-2 ml-auto">
</div>
</div>
</div>
</section>
<!-- Software Grid Section -->
<section class="Software" id="software">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">Software, databases, tutorials</h2>
<hr class="soft-dark mb-5">
<br>
<div class="row">
<div class="col-md-6 col-lg-4 mb-3">
<a class="d-block mx-auto" href="https://migec.readthedocs.io" target="_blank">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/migec_splash.png" alt="">
</a>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<a class="d-block mx-auto" href="https://vdjtools-doc.readthedocs.io" target="_blank">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/vdjtools_splash.png" alt="">
</a>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<a class="portfolio-item d-block mx-auto" href="https://vdjdb.cdr3.net" target="_blank">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/vdjdb_splash.png" alt="">
</a>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<a class="portfolio-item d-block mx-auto" href="https://vdjviz.cdr3.net" target="_blank">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/vdjviz_splash.png" alt="">
</a>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<a class="portfolio-item d-block mx-auto" href="https://github.com/mikessh/migmap" target="_blank">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/migmap_splash.png" alt="">
</a>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<a class="portfolio-item d-block mx-auto" href="https://github.com/antigenomics/scair-tutorial-2018" target="_blank">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/tut_scair_splash.png" alt="">
</a>
</div>
</div>
</div>
</section>
<!-- Members Grid Section -->
<section class="bg-primary text-white mb-0" id="members">
<div class="container">
<h2 class="text-center text-uppercase text-white">Members & Alumni</h2>
<hr class="memb-light mb-5">
<br>
<div class="row">
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/mikesh.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Mikhail /Mike/ Shugay, Ph.D
</h4>
<p class="text-center lead">Principal investigator</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/elizaveta.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Elizaveta Vlasova, M.Sc
</h4>
<p class="text-center lead">Doctoral student (RNRMU / ITMO)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/luppov.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Daniil Luppov, M.Sc
</h4>
<p class="text-center lead">Doctoral student (RNRMU / MIPT)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/YU-02.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Yulia Kremlyakova, M.Sc
</h4>
<p class="text-center lead">Former research associate (RNRMU), now at Vall d'Hebron Institute of Oncology (Barcelona, Spain)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/bvdmitry.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Dmitry Bagaev, Ph.D.
</h4>
<p class="text-center lead">Former M.Sc student, now at Eindhoven University of Technology (Eindhoven, The Netherlands)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/vk.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Vadim Karnaukhov, Ph.D
</h4>
<p class="text-center lead">Former Ph.D student (Skoltech), now at Institut Curie (Paris, France)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/amiddima.png');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Dmitry Shcherbinin, Ph.D
</h4>
<p class="text-center lead">Former Postdoc (IBCH RAS/RNRMU)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/alcedo.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Anna Obraztsova
</h4>
<p class="text-center lead">Former M.Sc student, now at German Cancer Research Center (Heidelberg, Germany)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/stasya.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Anastasiya Pivnuk
</h4>
<p class="text-center lead">Former M.Sc student (Skoltech)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/missing.png');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Alla Fedorova
</h4>
<p class="text-center lead">Former M.Sc student</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/missing.png');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Alexey Eliseev
</h4>
<p class="text-center lead">Former M.Sc student, now at BostonGene LLC (Waltham, MA, USA)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/missing.png');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Vlad Belousov
</h4>
<p class="text-center lead">Former M.Sc student, now at BostonGene LLC (Waltham, MA, USA)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/vts.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Vasily Tsvetkov
</h4>
<p class="text-center lead">Former M.Sc student, now at Immunomind LLC (CA, USA)</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/ignatov.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Mikhail Ignatov
</h4>
<p class="text-center lead">Former M.Sc student, now at Stony Brook University (New York, USA)</p>
</div>
</div>
</div>
</div>
</section>
<!-- Collaborators Grid Section -->
<section class="bg-white text-secondary mb-0" id="collaborators">
<div class="container">
<h2 class="text-center text-uppercase">Collaborators</h2>
<hr class="collab-dark mb-5">
<br>
<div class="row">
<div class="col-md-6 mt-lg-2">
<div class="row" style="margin-top: 10px;">
<div class="col-md-3 mb-5 mb-lg-0">
<img class="img-thumbnail" src="img/collab/rnimu.png">
<img class="img-thumbnail" src="img/collab/ibch.png">
</div>
<div class="col-md-9 mb-5 mb-lg-0">
<h4 class="left text-uppercase">
Pirogov Russian Medical State University / Institute of Bioorganic Chemistry RAS
</h4>
<h3 class="lead">Moscow, Russia</h3>
<p class="lead">
<ul style="padding-inline-start: 20px !important; font-size: larger;">
<li>Prof. Dmitry Chudakov</li>
<li>Dr. Ivan Zvyagin</li>
<li>Dr. Olga Britanova</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 mt-lg-2">
<div class="row" style="margin-top: 10px;">
<div class="col-md-3 mb-5 mb-lg-0">
<img class="img-thumbnail" src="img/collab/nmrch.png">
</div>
<div class="col-md-9 mb-5 mb-lg-0">
<h4 class="left text-uppercase">
National Research Center for Hematology
</h4>
<h3 class="lead">Moscow, Russia</h3>
<p class="lead">
<ul style="padding-inline-start: 20px !important; font-size: larger;">
<li>Dr. Grigory Efimov</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 mt-lg-2">
<div class="row" style="margin-top: 40px;">
<div class="col-md-3 mb-5 mb-lg-0">
<img class="img-thumbnail" src="img/collab/sk.jpg">
</div>
<div class="col-md-9 mb-5 mb-lg-0">
<h4 class="left text-uppercase">
Skolkovo Institute of Science and Technology
</h4>
<h3 class="lead">Moscow Oblast, Russia</h3>
<p class="lead">
<ul style="padding-inline-start: 20px !important; font-size: larger;">
<li>Prof. Georgy Bazykin</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 mt-lg-2">
<div class="row" style="margin-top: 40px;">
<div class="col-md-3 mb-5 mb-lg-0">
<img class="img-thumbnail" src="img/collab/cardiff.png">
</div>
<div class="col-md-9 mb-5 mb-lg-0">
<h4 class="left text-uppercase">
Cardiff University
</h4>
<h3 class="lead">Cardiff, United Kingdom</h3>
<p class="lead">
<ul style="padding-inline-start: 20px !important; font-size: larger;">
<li>Prof. Andrew Sewell</li>
<li>Prof. David Price</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 mt-lg-2">
<div class="row" style="margin-top: 30px;">
<div class="col-md-3 mb-5 mb-lg-0">
<img class="img-thumbnail" src="img/collab/unsw.jpg">
</div>
<div class="col-md-9 mb-5 mb-lg-0">
<h4 class="left text-uppercase">
University of New South Wales
</h4>
<h3 class="lead">Sydney, Australia</h3>
<p class="lead">
<ul style="padding-inline-start: 20px !important; font-size: larger;">
<li>Prof. Fabio Luciani</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 mt-lg-2">
<div class="row" style="margin-top: 30px;">
<div class="col-md-3 mb-5 mb-lg-0">
<img class="img-thumbnail" src="img/collab/sorbonne.jpg">
</div>
<div class="col-md-9 mb-5 mb-lg-0">
<h4 class="left text-uppercase">
Sorbonne University
</h4>
<h3 class="lead">Paris, France</h3>
<p class="lead">
<ul style="padding-inline-start: 20px !important; font-size: larger;">
<li>Prof. David Klatzmann</li>
<li>Prof. Encarnita Mariotti-Ferrandiz</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 mt-lg-2">
<div class="row" style="margin-top: 30px;">
<div class="col-md-3 mb-5 mb-lg-0">
<img class="img-thumbnail" src="img/collab/goteborg.jpg">
</div>
<div class="col-md-9 mb-5 mb-lg-0">
<h4 class="left text-uppercase">
University of Gothenburg
</h4>
<h3 class="lead">Gothenburg, Sweden</h3>
<p class="lead text-left">
<ul style="padding-inline-start: 20px !important; font-size: larger;">
<li>Prof. Ola Grimsholm</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 mt-lg-2">
<div class="row" style="margin-top: 30px;">
<div class="col-md-3 mb-5 mb-lg-0">
<img class="img-thumbnail" src="img/collab/ox.png">
</div>
<div class="col-md-9 mb-5 mb-lg-0">
<h4 class="left text-uppercase">
University of Oxford
</h4>
<h3 class="lead">Oxford, UK</h3>
<p class="lead text-left">
<ul style="padding-inline-start: 20px !important; font-size: larger;">
<li>Prof. Hashem Koohy</li>
<li>Prof. Persephone Borrow</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center" id="contacts">
<div class="container">
<div class="row">
<div class="col-md-8 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Affiliations</h4>
<p class="lead mb-0">¹Institute of Bioorganic Chemistry of Russian Academy of Sciences,</br>²Russian National Research Medical University,</br>Moscow, Russia
</div>
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Contacts</h4>
</br>
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://twitter.com/antigenomics" target="_blank">
<i class="fab fa-fw fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://github.com/antigenomics" target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://github.com/mikessh" target="_blank">
<i class="fab fa-fw fa-github-alt"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="mailto:[email protected]" target="_top"
data-toggle="tooltip" data-placement="top" title="This will toggle your mail app. Right click to copy the e-mail.">
<i class="fas fa-fw fa-envelope"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © Immunosequencing Algorithms Laboratory 2017-2024</small>
</div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>