-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (58 loc) · 4.84 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
<!doctype html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KMZT3VV1C0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KMZT3VV1C0');
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<title>Adil Kabylda</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<header>
<nav>
<ul>
<li><a href="index.html">Adil Kabylda</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</nav>
</header>
<body>
<img src="media/photo_1.jpeg" style="height:270px;width:270px;float:left;border-radius:50%;margin-right:40px;"/>
<div class="text">
I am a Ph.D. researcher in the <a href="https://www.tcpunilu.com/" target="_blank">Theoretical Chemical Physics</a> group advised by Prof. Alexandre Tkatchenko at the University of Luxembourg. My research focuses on extending the applicability of Machine Learning Force Fields to larger molecules, with a particular emphasis on accurately describing long-range interactions. My ultimate goal is to enable atomistic-level modeling and understanding of increasingly complex (bio)molecular systems.
<br> <br>
I received my B.Sc. and M.Sc. in Fundamental and Applied Chemistry from Moscow State University in 2021, specializing in Physical and Quantum Chemistry. During my Master's degree, I worked in the <a href="https://qpd.chem.msu.ru/" target="_blank">Quantum Photodynamics laboratory</a>, investigating fundamental chemical processes of living organisms, such as photo-induced isomerization of retinal, proton and electron transfer in green fluorescent protein, using state-of-the-art quantum chemistry methods. As an undergraduate, I worked on efficient synthesis routes of naturally occurring alkaloids in MSU and on development of asymmetric ion-pairing catalysts in NTU, Singapore.
<br> <br>
I grew up in Pavlodar, Kazakhstan and discovered my passion for natural sciences by participating in chemistry Olympiads in high school. Besides research, my interests include cs2, chess, and russian rap music.
<br> <br>
<br>
</div>
<h2>Latest News</h2><be>
<br>
<b>11/2024</b> - I gave an invited talk at the <a href="https://www.epfl.ch/labs/cosmo/" target="_blank">COSMO Lab</a> Seminar in Lausanne <br>
<b>11/2024</b> - I gave an invited talk at the <a href="https://www.cecam.org/workshop-details/beyond-ground-state-simulations-navigating-challenges-in-excited-states-of-extended-molecules-and-materials-1285" target="_blank">CECAM Workshop</a> in Lausanne <br>
<b>10/2024</b> - I gave an invited talk at the <a href="https://ai4sciencetalks.github.io/projects/molecular_simulations_force_fields_adil/" target="_blank">AI4Science Talks</a> <br>
<b>10/2024</b> - I gave an invited talk at the <a href="https://meetings.telluridescience.org/meetings/workshop-details?wid=1186" target="_blank">TSRC Workshop</a> in Telluride <br>
<b>10/2024</b> - Our work on Molecular Simulations with SO3LR is out on <a href="https://doi.org/10.26434/chemrxiv-2024-bdfr0" target="_blank">ChemRxiv</a>! <br>
<b>05/2024</b> - Great news! I won Wiley-VCH Best Poster Award at the <a href="https://ccsc2024.github.io/" target="_blank">Chemical Compounds Space Conference</a> in Heidelberg <br>
<b>05/2024</b> - I gave an invited talk at the uni.lu ML seminar <br>
<b>12/2023</b> - I gave a talk at the IPAM reunion in Lake Arrowhead. Feels great to be back in sunny LA <br>
<b>09/2023</b> - Just got through my second thesis committee meeting - the journey continues! <br>
<b>07/2023</b> - I will be traveling to Los Angeles in December for an <a href="http://www.ipam.ucla.edu/qmm2022" target="_blank">IPAM reunion conference</a> <br>
<b>06/2023</b> - Our paper on <a href="https://www.nature.com/articles/s41467-023-39214-w" target="_blank">Efficient interatomic descriptors for MLFFs of extended molecules</a> is now published in Nature Communications <br>
<b>05/2023</b> - New website is up! <br>
<footer>
<ul>
<a href="https://twitter.com/kabylda_" class="nohover-icons"> <img src="media/twitter.svg" style="width:3.2%; margin-left:2em; margin-bottom:0.75em"> </a>
<a href="https://www.linkedin.com/in/kabylda/"> <i class="fa fa-linkedin-square" style="font-size:30px;margin-left:1.5em;color:black"> </i></a>
<a href="https://scholar.google.ru/citations?user=BIi43qMAAAAJ"> <i class="fa fa-graduation-cap" style="font-size:30px;margin-left:1.5em;color:black"> </i> </a>
<a href="https://orcid.org/0000-0002-8620-6135" class="nohover-icons"> <img src="media/orcid.svg" style="width:3.2%; margin-left:2em; margin-bottom:0.75em"> </a>
</ul>
</footer>
</html>