-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathgroup.html
More file actions
executable file
·622 lines (523 loc) · 31.5 KB
/
group.html
File metadata and controls
executable file
·622 lines (523 loc) · 31.5 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>The Akimov Research Group: Group Members</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119266503-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119266503-1');
</script>
</head>
<body>
<!-- Title -->
<div class="row">
<div class="col-12"> <img src="images/Logo7.png" class="img-responsive" width="100%"></div>
</div>
<!-- Navigation bar style="margin-top:-2px;" -->
<nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="research.html">Research</a></li>
<li class="nav-item"><a class="nav-link" href="publications.html">Publications</a></li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">Group</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="group.html">Present</a>
<a class="dropdown-item" href="group_alumni.html">Former Members and Visitors</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="teaching.html">Teaching</a></li>
<li class="nav-item"><a class="nav-link" href="outreach.html">Outreach</a></li>
<li class="nav-item"><a class="nav-link" href="soft_and_tuts.html">Software & Tutorials</a></li>
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li><a href="https://twitter.com/AkimovLab" class="twitter-follow-button" data-show-count="false" data-lang="en-gb">Follow @AkimovLab</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</li>
</ul>
</nav>
<xmp theme="bootstrap-responsive"></xmp>
<div class="container" style="width:100%">
<br><br>
<h1><b>Current Group Members</b></h1><br>
</div>
<!-- Content -->
<div class="container" style="width:100%">
<h2><b>Head of the Laboratory</b></h2><br>
<!-- Alexey Akimov -->
<div class="row">
<!-- Photo and name -->
<div class="col-4">
<h3>Dr. Alexey V. Akimov</h3>
<img style="width: 200px; height:236 px;" title="Alexey Akimov" alt="Alexey Akimov" src="group/Akimov.png"><br>
</div>
<!-- Profile -->
<div class="col-8">
<b>Mailing address:</b><br>
Department of Chemistry<br>
Natural Sciences Complex 716<br>
University at Buffalo, The State University of New York<br>
Buffalo, NY 14260-3000, USA<br><br>
<b>Tel.: </b>716-645-4140<br>
<b>Email: </b><a href="mailto:">alexeyak at buffalo dot edu</a><br>
<b>Profiles:</b>
<a target="_blank" href="https://www.linkedin.com/pub/alexey-akimov/17/682/b98">LinkedIn</a>
| <a target="_blank" href="http://www.researcherid.com/rid/H-9547-2014">ResearcherID</a>
| <a target="_blank" href="https://www.researchgate.net/profile/Alexey_Akimov?ev=hdr_xprf">ResearchGate</a>
| <a target="_blank" href="http://scholar.google.com/citations?user=ntSw8_cAAAAJ">GoogleScholar</a>
<br>
</div> <!-- Profile -->
</div> <!-- row -->
<!-- Bio & Research -->
<div class="row">
<div class="col-12">
<p>
Alexey V. Akimov was born in Bryansk oblast, Russia. He received his Diploma in Chemistry in 2007 from
<a target="_blank" href="http://www.msu.ru/en/info/struct/depts/chem.html">Chemistry Department of the M. V. Lomonosov Moscow
State University</a>, Moscow, Russia, under joint supervision of <a target="_blank" href="http://lcc.chem.msu.ru/">Prof.
Alexander Nemukhin</a> (MSU, Russia) and Prof. Anatoly Kolomeisky (Rice University, U.S.A.). He obtained his Ph.D. in Chemistry under
<a target="_blank" href="http://python.rice.edu/%7Ekolomeisky/">Prof. Anatoly Kolomeisky</a> from
<a target="_blank" href="http://www.chem.rice.edu/">Rice University, Department of Chemistry and Biochemistry</a> in 2011. In 2012 he
started his postdoctoral appointment in <a target="_blank" href="http://chem.chem.rochester.edu/%7Eprezhdo_group/">Prof. Oleg Prezhdo group
at University of Rochester</a>, Rochester, NY. In the period of 2012-2014 he worked as a postdoctoral research associate
in a joint program between the <a target="_blank" href="http://www.bnl.gov/chemistry/">Brookhaven National Laboratory, Department of Chemistry</a>
(Muckerman group) and the University of Rochester (Prezhdo group). In 2014 he moved to
the <a target="_blank" href="http://chem.usc.edu/">University of Southern California, Chemistry Department</a> together with
the Prezhdo group. In 2015 he joined the Chemistry Department at University at Buffalo, SUNY as an Assistant Professor.
</p>
<p>
Dr. Akimov's research is focused on semiclassical and quantum-classical methodologies for accurate and efficient simulation of quantum
dynamics in abstract models and in large-scale atomistic systems. Applied scientific interests include photoinduced processes of charge
and energy transfer in solar energy materials and in functional nanomaterials.
</p>
</div> <!-- Bio & Research -->
</div> <!-- row -->
<br>
<!-- END OF: Head of the Laboratory: Alexey Akimov -->
<h2><b>Postdocs</b></h2><br>
<p>
No at the present time
</p>
<h2><b>Graduate Students</b></h2><br>
<!-- Graduate Student: Mohammad Shakiba -->
<div class="row">
<!-- Photo and name -->
<div class="col-4">
<h3>Mr. Mohammad Shakiba</h3>
<img style="width: 276px; height: 276px;" title="Mohammad Shakiba" alt="Mohammad Shakiba" src="group/Mohammad_Shakiba.JPG">
</div>
<!-- Profile -->
<div class="col-8">
<b>Mailing address:</b><br>
Department of Chemistry<br>
Natural Sciences Complex 727<br>
University at Buffalo, The State University of New York<br>
Buffalo, NY 14260-3000, USA<br><br>
<b>Tel.: </b>716-645-4141<br>
<b>Email: </b><a href="mailto:">mshakiba.kerman.iran@gmail.com</a><br>
<b>Profiles:</b>
<a target="_blank" href="https://www.linkedin.com/in/mohammad-shakiba-0866b4347/">LinkedIn</a>
| <a target="_blank" href="https://orcid.org/0000-0002-4110-7627">ORCID</a>
| <a target="_blank" href="https://www.researchgate.net/profile/Mohammad-Shakiba-3">ResearchGate</a>
| <a target="_blank" href="https://scholar.google.com/citations?user=M7gnyyMAAAAJ&hl=en">GoogleScholar</a>
| <a target="_blank" href="https://mohammadshakiba.github.io/">Personal Webpage</a>
<br>
</div> <!-- Profile -->
</div> <!-- row -->
<!-- Bio & Research -->
<div class="row">
<div class="col-12">
<p>
Mohammad Shakiba was born in Kerman, Iran in 1995. He graduated with a BA in Civil Engineering from
Shahid Bahonar University of Kerman (SBUK) in 2017. During his time in SBUK, Mohammad
worked on a project studying the effect of nanomaterials on concrete properties in
<a target="_blank" href="https://depeng.uk.ac.ir/~rahgozar">Prof. Reza Rahgozar</a> group. In 2018, he started his MS in SBUK in Nanomaterials Engineering
which is a branch of Materials Science Engineering. During his MS, he collaborated with
<a target="_blank" href="https://depeng.uk.ac.ir/~khayati">Prof. Gholam Reza Khayati</a>,
<a target="_blank" href="https://depeng.uk.ac.ir/~irannejhad">Prof. Ahmad Irannejad</a>, and
<a target="_blank" href="https://depeng.uk.ac.ir/~sh_sharafi">Prof. Shahriar Sharafi</a> investigating the properties of CdSe and CdS quantum dots
using density functional theory and predicting the size of nano-hydroxyapatite using machine learning techniques.
In May 2020, Mohammad started working in Prof. Alexey V. Akimov's group remotely from Iran. During this time,
he collaborated with Prof. Akimov's group interfacing the Libra code with different quantum chemistry codes such as CP2K, Gaussian,
and DFTB+ leading to publication of two papers studying the role of many-body effects in hot carrier cooling dynamics in nanomaterials.
In May 2021, Mohammad started working on interfacing Libra with Libint code which can compute the overlap integrals in Gaussian type orbital basis.
This new tool enabled studying hot carrier dynamics in large scale nanomaterials and periodic solids with thousands of atoms using
extended tight-binding (xTB) approach. In Fall 2022, he started his Ph.D. in the group of Prof. Alexey V. Akimov at The State University of New York at Buffalo.
Since Fall 2022 as a Ph.D. student, Mohammad published 5 first author and 2 second author research papers in the field of nonadiabatic molecular dynamics.
He has also participated in multiple conferences. He has several experiences as helper, instructor, and coorganizer of multiple workshops held
at University at Buffalo on nonadiabatic molecular dynamics and machine-learning. <br>
Mohammad has passed his synopsis titled "Advancing Methodologies in Nonadiabatic Molecular Dynamics Simulations for Large-Scale Systems"
and is currently a Ph.D. candidate. Read more about the details of Mohammad's work in his
<a target="_blank" href="https://mohammadshakiba.github.io/">personal webpage</a>.
</p>
</div>
</div> <!-- Bio & Research -->
<br>
<!-- END OF: Graduate Student: Mohammad Shakiba -->
<!-- Graduate Student: Qingxin Zhang -->
<div class="row">
<!-- Photo and name -->
<div class="col-4">
<h3>Mr. Qingxin Zhang</h3>
<img style="width: 276px; height: 276px;" title="Qingxin Zhang" alt="Qingxin Zhang" src="group/Qingxin_Zhang.jpg">
</div>
<!-- Profile -->
<div class="col-8">
<b>Mailing address:</b><br>
Department of Chemistry<br>
Natural Sciences Complex 726<br>
University at Buffalo, The State University of New York<br>
Buffalo, NY 14260-3000, USA<br><br>
<b>Tel.: </b><br>
<b>Email: </b><a href="mailto:">qingxinz@buffalo.edu</a><br>
<b>Profiles:</b>
<a target="_blank" href="https://www.linkedin.com/in/qingxin-zhang-490295173/">LinkedIn</a>
| <a target="_blank" href="">ResearcherID</a>
| <a target="_blank" href="https://www.researchgate.net/profile/Qingxin-Zhang-12">ResearchGate</a>
| <a target="_blank" href="https://scholar.google.com/citations?user=uffSB-4AAAAJ&hl=en">GoogleScholar</a>
<br>
</div> <!-- Profile -->
</div> <!-- row -->
<!-- Bio & Research -->
<div class="row">
<div class="col-12">
<p>
Qingxin Zhang was born in Qidong, Jiangsu province, China. He graduated with a BS in chemistry and a minor in chemical engineering
from the Miami University (Oxford) in Ohio. During his time at Oxford, Qingxin had the opportunity to work on paper mechanics under
the guidance of Dr. Douglas W. Coffin. The projects were to investigate different tensile, compression, and heat gear mesh tests and used the software BlueHill
to model various paper strengths in order to find the hardest fiber range in the different paper categories.
As of Fall 2020, Qingxin attended The State University of New York at Buffalo, SUNY and was pursuing his master’s degree under
the guidance of Dr. Michel Dupuis and applied first principal software CP2K to model the photocatalytic material’s electrical structure information and
look for the optimized structures. In the fall of 2022, Qingxin began his journey towards a PhD and has been working in TDDFT theoretical computing. His research ranges from photochemistry to the development of theoretical and computational methods.
His research focuses on non-adiabatic molecular dynamics with applied systems, with a future focus on machine learning.
</p>
</div>
</div> <!-- Bio & Research -->
<br>
<!-- END OF: Graduate Student: Qingxin Zhang -->
<!-- Graduate Student: Kosar Yasin -->
<div class="row">
<!-- Photo and name -->
<div class="col-4">
<h3>Ms. Kosar Yasin</h3>
<img style="width: 276px; height: 276px;" title="Kosar Yasin" alt="Kosar Yasin" src="group/Kosar_Yasin.png">
</div>
<!-- Profile -->
<div class="col-8">
<b>Mailing address:</b><br>
Department of Chemistry<br>
Natural Sciences Complex 727<br>
University at Buffalo, The State University of New York<br>
Buffalo, NY 14260-3000, USA<br><br>
<b>Tel.: </b><br>
<b>Email: </b><a href="mailto:">kosaryas at buffalo dot edu</a><br>
<b>Profiles:</b>
<a target="_blank" href="">LinkedIn</a>
| <a target="_blank" href="">ResearcherID</a>
| <a target="_blank" href="">ResearchGate</a>
| <a target="_blank" href="">GoogleScholar</a>
<br>
</div> <!-- Profile -->
</div> <!-- row -->
<!-- Bio & Research -->
<div class="row">
<div class="col-12">
<p>
Kosar Yasin, born in Ahvaz, Iran, in 1997, graduated with a BS in Chemistry and Chemical Engineering from Tehran Polytechnique in 2019. During her undergraduate studies, she developed a green, recyclable magnetic nanocatalyst for synthesizing 2-amino-4H-chromene derivatives. This research was published in the Research on Chemical Intermediates journal, published by Springer, in the year 2022.
In the field of chemical engineering, Kosar participated in the Chem-E-Car® World Competition held in Barcelona, Spain, in 2017. This internationally recognized event, organized by the American Institute of Chemical Engineers (AIChE). Competing among 23 teams, Kosar's team won first place for the most creative design system, by innovatively integrating gas and electric systems, resulting in heightened efficiency and motor adjustability.
Following the completion of her bachelor's degree, Kosar gained valuable industrial experience as an R&D Manager by working in the paint industry for three years (2019–2022), focusing on eco-friendly colors.
Kosar started her Ph.D. at the State University of New York at Buffalo in Fall 2022, completing a master’s degree from Fall 2022 to Fall 2024 along the way. Her master’s research explored energy relaxation dynamics in fullerene systems, provided valuable insights regarding trends in relaxation timescales that could improve the efficiency of fullerene-based photovoltaic materials.
Currently, Kosar is a third-year Ph.D. student working on nonadiabatic molecular dynamics of fullerenes and endohedral fullerene systems.
</p>
</div>
</div> <!-- Bio & Research -->
<br>
<!-- END OF: Graduate Student: Kosar Yasin -->
<!-- Graduate Student: Layla Heidarizadeh-->
<div class="row">
<!-- Photo and name -->
<div class="col-4">
<h3>Ms. Layla Heidarizadeh</h3>
<img style="width: 276px; height: 276px;" title="Layla Heidarizadeh" alt="Layla Heidarizadeh" src="group/Layla_Heidarizadeh.jpg">
</div>
<!-- Profile -->
<div class="col-8">
<b>Mailing address:</b><br>
Department of Chemistry<br>
Natural Sciences Complex 727<br>
University at Buffalo, The State University of New York<br>
Buffalo, NY 14260-3000, USA<br><br>
<b>Tel.: </b><br>
<b>Email: </b><a href="mailto:">laylahei at buffalo dot edu</a><br>
<b>Profiles:</b>
<a target="_blank" href="">LinkedIn</a>
| <a target="_blank" href="">ResearcherID</a>
| <a target="_blank" href="">ResearchGate</a>
| <a target="_blank" href="">GoogleScholar</a>
<br>
</div> <!-- Profile -->
</div> <!-- row -->
<!-- Bio & Research -->
<div class="row">
<div class="col-12">
<p>
Layla was born in Ilam, Iran. She earned her B.Sc. of Applied Chemistry,University of Kurdistan, Sanandaj, and her M.Sc. of Phytochemistry,Shahid Chamran University of
Ahvaz. During her master’s program she worked onThesis: “Extraction, Isolation, And Identification of Active Compound in some see plants and Investigated Their Bioactive
Effect in order to find means for treatment to be moreaffordable with less side effects. Joining Akimov’s group in 2023 Significant change occurred in Layla's career.
Engaging with CP2K software, Layla's work is currently focused on nonadiabatic molecular dynamics within the Copper ,Zinc, Tin and Sulfur (CZTS) structure. Through the use of PBE
and DFT+U, she explores the excited excitation state dynamics in CZTS, studying relaxation and recombination dynamics to provide atomistic insight into
electronic properties of CZTS structure, with potential influences in diverse fields such as energy, electronics, and materials science.
</p>
</div>
</div> <!-- Bio & Research -->
<br>
<!-- END OF: Graduate Student: Layla Heidarizadeh -->
<h2><b>Undergraduate Students</b></h2><br>
<p>
No at the present time
</p>
<h2><b>Visitors</b></h2><br>
<!-- Visiting Student: Miguel Recio -->
<div class="row">
<!-- Photo and name -->
<div class="col-4">
<h3>Mr. Miguel Recio Poo</h3>
<img style="width: 276px; height: 320px;" title="Miguel Recio" alt="Miguel Recio" src="group/Miguel_Recio.jpg">
</div>
<!-- Profile -->
<div class="col-8">
<b>Mailing address:</b><br>
Department of Chemistry<br>
Natural Sciences Complex 727<br>
University at Buffalo, The State University of New York<br>
Buffalo, NY 14260-3000, USA<br><br>
<b>Tel.: </b><br>
<b>Email: </b><a href="mailto:">mrecio at buffalo dot edu</a><br>
<b>Profiles:</b>
<a target="_blank" href="">LinkedIn</a>
| <a target="_blank" href="">ResearcherID</a>
| <a target="_blank" href="">ResearchGate</a>
| <a target="_blank" href="">GoogleScholar</a>
<br>
</div> <!-- Profile -->
</div> <!-- row -->
<!-- Bio & Research -->
<div class="row">
<div class="col-12">
<p>
Miguel Recio was born in Oviedo (Spain) in 1995. In 2018, Miguel obtained his BS in Physics at
<a target="_blank" href="https://fisica.uniovi.es/">Universidad de Oviedo</a> (UNIOVI, Spain), in which he completed an
ERASMUS Internship in <a target="_blank" href="https://lpsc.in2p3.fr/index.php/fr/">Laboratoire de Physique Subatomique & Cosmologie</a>
(LPSC) of <a target="_blank" href="https://www.univ-grenoble-alpes.fr/">Université Grenoble Alpes</a> (Grenoble, France).
Afterwards, Miguel took the 2-year <a target="_blank" href="https://www.emtccm.org/">Erasmus Mundus Master in Theoretical Chemistry
and Computational Modelling</a> (EMTCCM) at UNIOVI. During this MSc he started familiarising with computational simulations in crystalline
solids using computational codes such as Quantum Espresso, VASP and GIBBS2 and also was attracted to condensed matter physics
and its relationship with the development of nanomaterials. In this way he enrolled the <a target="_blank" href=https://www.unioviedo.es/qtcmat/"">
Theoretical and Computational Chemistry of Materials research group</a> at UNIOVI, with which he completed his Master Thesis (PGC2018-094814-B-C22 project).
This work was supervised by Dr. Alberto Otero de la Roza and Prof. Miguél Anagel Salvadó and treated the polymorphism in Iron Trifluoride and its
implication for Li-Ion Batteries, giving rise to the publication of his first two scientific papers (on PCCP). Right after that and before starting
his PhD, Miguel got a 3-months contract and worked with Elena Arroyo de Dompablo at the Universidad Complutense de Madrid (UCM),
<a target="_blank" href="https://quimicas.ucm.es/">Chemistry Faculty</a>, participating in the (<a target="_blank" href="https://carbat.icmab.es/">
CAlcium Rechargeable BAttery Technology</a> (CARBAT) project. His growing knowledge on the aforementioned computational codes was a key factor in the
election process (he contributed with his computational skills on DFT-Electronic strcuture calculations in solids). Finally, in September 2020
after recieving a 4-years FPI-scholarship from Spanish Ministry of Science Miguel enrolled the <a target="_blank" href="https://twitter.com/IQTCUB">
The Institute of Theoretical and Computational Chemistry of the Universitat de Barcelona</a> (IQTCUB) where he is working investigating
photoactive titania (TiO<sub>2</sub>) nanoparticles (NPs) and their reactivity in aqueous environments under the supervision of Dr. Ángel
Morales-García and Prof. Stefan T. Bromley. He is working with codes such as FHI-aims, GULP or lammps on a daily basis for exploring the
ground state properties and energetics of TiO<sub>2</sub> NPs of different sizes and morphologies. He'll take advantange of his stay in University
at Buffalo for learning the physical foundations of NonAdiabatic Molecuar Dynamics (NAMD) and apply them in the study of photoactive said nanostructures.
</p>
</div>
</div> <!-- Bio & Research -->
<br>
<!-- END OF: Visiting Student: Miguel Recio Poo -->
<h2><b>Remotely Supervised Students</b></h2><br>
<p>
No at the present time
</p>
<h2><b>External Collaborators</b></h2><br>
<div class="row">
<div class="col-12">
<ul>
<li>
<a target="_blank" href="https://www.medaille.edu/about-us/profiles/gautam-sarkar">Prof. Gautam Sarkar; Medaille Universtiy; Buffalo, NY</a>
</li>
<li>
<a target="_blank" href="https://scholar.google.com/citations?user=gcz-qLgAAAAJ&hl=en">Prof. Li Wei; Hunan Agricultural University, Changsha, China</a>
</li>
<li>
<a target="_blank" href="https://sc.edu/study/colleges_schools/chemistry_and_biochemistry/internal/research_groups/sophya_garashchuk/index.php">Dr. Austin Hill & Prof. Sophya Garashchuk; U of South Carolina</a>
</li>
</ul>
</div>
</div>
<h2><b>Former Members and Visitors</b></h2><br>
<div class="row">
<div class="col-3"> <b>Name</b> </div>
<div class="col-3"> <b>Contact</b> </div>
<div class="col-3"> <b>Dates</b> </div>
<div class="col-3"> <b>Role</b> </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Daeho Han </div>
<div class="col-3"> <a href="mailto:">daehohan at unist.ac.kr </a> </div>
<div class="col-3"> Oct. 2023 - Jul. 2025 </div>
<div class="col-3">
Postdoctoral Scholar, University at Buffalo, SUNY. Now at Ulsan National Institute of Science & Technology, S. Korea
@ Prof. Min group.
</div><br>
</div>
<br>
<div class="row">
<div class="col-3"> Brendan Smith</div>
<div class="col-3"> <a href="mailto:">brendansmithphd AT gmail.com</a> </div>
<div class="col-3"> Fall 2016 - May 2021 </div>
<div class="col-3"> Graduate student, University at Buffalo, SUNY. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Story Temen</div>
<div class="col-3"> <a href="mailto:"></a> </div>
<div class="col-3"> Fall 2019 - May 2021 </div>
<div class="col-3"> Graduate student, University at Buffalo, SUNY. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Mahsa Jabbar </div>
<div class="col-3"> <a href="mailto:"></a> </div>
<div class="col-3"> May 2017 - May 2021 </div>
<div class="col-3"> Graduate student, University at Buffalo, SUNY. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Seyedeh Mahsa Mofidi</div>
<div class="col-3"> <a href="mailto:"></a> </div>
<div class="col-3"> Fall 2018 - Spring 2021 </div>
<div class="col-3"> Visitor from: Sharif U of Technology, Iran.</div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Achira Boonrath</div>
<div class="col-3"> <a href="mailto:"></a> </div>
<div class="col-3"> Spring 2019 - Spring 2020 </div>
<div class="col-3"> Undergraduate student, University at Buffalo, SUNY. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Austin Sydney Cadore</div>
<div class="col-3"> <a href="mailto:"></a> </div>
<div class="col-3"> Fall 2018 - Spring 2020 </div>
<div class="col-3"> Undergraduate student, University at Buffalo, SUNY. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Yating Yang</div>
<div class="col-3"> <a href="mailto:"></a> </div>
<div class="col-3"> October 2018 - October 2019 </div>
<div class="col-3"> Visitor from: Beijing Normal U, China. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Sovinder Singh </div>
<div class="col-3"> <a href="mailto:">sovinder at buffalo.edu </a> </div>
<div class="col-3"> Jan. 2018 - Sept. 2018 </div>
<div class="col-3"> Undergraduate student, University at Buffalo, SUNY. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Anxhela Nezha </div>
<div class="col-3"> <a href="mailto:">anxhelan at buffalo.edu </a> </div>
<div class="col-3"> Jan. 2018 - Sept. 2018 </div>
<div class="col-3"> Undergraduate student, University at Buffalo, SUNY. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Quy Tu </div>
<div class="col-3"> <a href="mailto:">quytu at buffalo.edu </a> </div>
<div class="col-3"> Jan. 2018 - Jun. 2018 </div>
<div class="col-3"> Undergraduate student, University at Buffalo, SUNY. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Samantha Talarico </div>
<div class="col-3"> <a href="mailto:">smtalari at buffalo.edu </a> </div>
<div class="col-3"> Jan. 2018 - Jun. 2018 </div>
<div class="col-3"> Undergraduate student, University at Buffalo, SUNY. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Ekadashi Pradhan </div>
<div class="col-3"> <a href="mailto:">ekadashi at buffalo.edu </a> </div>
<div class="col-3"> Jan. 2016 - Jan. 2018 </div>
<div class="col-3"> Postdoctoral Scholar, University at Buffalo, SUNY. </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Nijamudheen (Nijam) Abdulrahiman </div>
<div class="col-3"> <a href="mailto:">apchnijam at gmail.com </a> </div>
<div class="col-3"> Jan. 2016 - Jan. 2018 </div>
<div class="col-3">
Postdoctoral Scholar, University at Buffalo, SUNY. Now at Florida State Univeristy,
@ Prof. Mendoza-Cortes group.
</div><br>
</div>
<br>
<div class="row">
<div class="col-3"> Niyaz Pordel </div>
<div class="col-3"> <a href="mailto:">niyazpor at buffalo.edu</a> </div>
<div class="col-3"> Fall, 2016 - May, 2017 </div>
<div class="col-3"> Master Student, University at Buffalo, SUNY </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Elizaveta Nedkova </div>
<div class="col-3"> <a href="mailto:">enedkova at buffaloseminary.org</a> </div>
<div class="col-3"> May - June, 2017 </div>
<div class="col-3"> Summer intern from: Buffalo Seminary </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Raquel Esteban Puyuelo </div>
<div class="col-3"> <a href="mailto:">raquel.esteban at physics.uu.se</a> </div>
<div class="col-3"> Dec. 5 - Dec. 17, 2016 </div>
<div class="col-3"> Visitor from: Uppsala University, Sweden </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Yuhan Lin </div>
<div class="col-3"> <a href="mailto:">767614826 at qq.com </a> </div>
<div class="col-3"> Spring and Summer semesters 2016 </div>
<div class="col-3"> Undergraduate student, University at Buffalo, SUNY </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Jeong Soo (Eric) Park </div>
<div class="col-3"> <a href="mailto:">ericpark1991 at gmail.com </a> </div>
<div class="col-3"> June 19, 2016 - Aug. 19, 2016</div>
<div class="col-3"> REU program student, California State University, San Bernardino </div> <br>
</div>
<br>
<div class="row">
<div class="col-3"> Kosuke Sato </div>
<div class="col-3"> <a href="mailto:">e1667 at mosk.tytlabs.co.jp</a> </div>
<div class="col-3"> Nov. 1, 2015 - Jan. 31, 2016 </div>
<div class="col-3"> Visitor from: Researcher at Toyota Central Research & Development Laboratories, Inc., Japan </div> <br>
</div>
<br><br>
</div><!-- container -->
</body>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/Naereen/StrapDown.js/master/strapdown.min.js"></script>
</html>