-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (88 loc) · 4.2 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
<!DOCTYPE HTML>
<!--
Standout by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<title>Matteo Aldeghi - Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Page wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<span class="logo"><a href="index.html">Matteo Aldeghi <span>// ML Research @ Bayer</span></a></span>
<a href="#menu"><span>Menu</span></a>
</header>
<!-- Nav -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="resume.html">Résumé</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
<a class="close"><span>Close</span></a>
</div>
</nav>
<!-- Banner
<section id="banner">
<div class="inner">
<h1>Matteo Aldeghi</h1>
<div class="content">
<p>Chemistry and biophysics via simulation and machine learning</p>
<ul class="actions special">
<li><a href="index.html#footer" class="button large next">About</a></li>
</ul>
</div>
</div>
</section> -->
<!-- Footer -->
<section id="footer" class="wrapper style2">
<div class="inner">
<div class="split">
<div class="content">
<header>
<h2>About</h2>
</header>
<p><span class="image right" style="width: 30%"><img src="images/about.png" alt="" /></span>
I am a director at <a href="https://www.bayer.com/en/">Bayer</a>, where I lead a research team focusing on machine learning applications to chemistry and drug discovery. Previously, I was a Senior Research Scientist at <a href="https://research.google">Google Research</a>, a Research Scientist at <a href="https://www.mit.edu">MIT</a>, a Vector Postdoctoral Fellow at the <a href="https://vectorinstitute.ai">Vector Institute for AI</a>, and a Humboldt Research Fellow at the <a href="http://www.mpibpc.mpg.de/en">Max Planck Institute for Biophysical Chemistry</a>. I obtained my PhD in computational biochemistry at the <a href="http://www.ox.ac.uk">University of Oxford</a>.</p>
<ul class="actions">
<li><a href="resume.html" class="button next">Résumé</a></li>
<li><a href="research.html" class="button next">Research</a></li>
<li><a href="publications.html" class="button next">Publications</a></li>
</ul>
</div>
<ul class="contact-icons">
<li><a href="https://scholar.google.com/citations?user=dtoCihgAAAAJ&hl=en" target="_blank" class="icon solid fa-graduation-cap"><span class="label">Google Scholar</span></a></li>
<li><a href="https://www.linkedin.com/in/matteoaldeghi/" target="_blank" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/matteoaldeghi" target="_blank" class="icon brands alt fa-github-alt"><span class="label">GitHub</span></a></li>
<li><a href="https://twitter.com/matteo_aldeghi" target="_blank" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
</div>
</div>
</section>
<!-- Copyright
<section class="wrapper style2 copyright">
<div><p><img src="images/MIT-logo-black-red-72x38.svg" style="width: 10%" alt=""/></p></div>
<div class="inner">© 2023 Matteo Aldeghi</div>
</section> -->
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>