-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (94 loc) · 5.09 KB
/
index.html
File metadata and controls
124 lines (94 loc) · 5.09 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
<!DOCTYPE html>
<html>
<head>
<!-- meta -->
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- styles -->
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<link href="style/index.css" rel="stylesheet" type="text/css" />
<title>Alex Lenail</title>
</head>
<body>
<section class="center-600 hero-section" id="intro">
<nav class="nav-effect site-nav fade-in-on-load">
<a href="assets/Alexander_LeNail_CV.pdf">CV</a>
<a href="https://alexlenail.me/back_of_my_envelope/">Blog</a>
<a href="https://scholar.google.com/citations?hl=en&user=9547Qp4AAAAJ&view_op=list_works&sortby=pubdate">Publications</a>
<a href="https://github.com/alexlenail">Github</a>
</nav>
<div class="hero-content">
<img id="me-img" class="fade-in-on-load" src="assets/me.jpg" alt="Alexander LeNail" />
<div class="me-intro">
<h1>Alexander LeNail</h1>
<p>I'm a postdoc in <a href="https://wyss.harvard.edu/team/core-faculty/george-church/">George Church</a>'s lab
at the <a href="https://wyss.harvard.edu/">Wyss Institute</a> and Harvard Medical School,
developing gene therapies for neurodegenerative diseases such as
<a href="https://en.wikipedia.org/wiki/Parkinson%27s_disease">Parkinson's</a>
and <a href="https://en.wikipedia.org/wiki/Adrenoleukodystrophy">ALD</a>.
</p>
<p>Previously, I was a graduate student in <a href="http://csbi.mit.edu/">Computational Systems Biology</a> at MIT advised by
<a href="https://heiman.mit.edu/">Myriam Heiman</a>,
<a href="https://biology.mit.edu/profile/jonathan-weissman/">Jonathan Weissman</a>,
<a href="http://web.mit.edu/manoli/">Manolis Kellis</a>, and
<a href="https://chrisrackauckas.com/">Chris Rackauckas</a>.
</p>
<p>I have been a researcher at <a href="https://research.google/teams/health/">Google Brain Genomics</a>,
and prior to that in the <a href="http://fraenkel.mit.edu/">Fraenkel lab</a> at MIT
where I worked on <a href="https://en.wikipedia.org/wiki/Amyotrophic_lateral_sclerosis">ALS</a>.
</p>
</div>
</div>
<div class="text-shader-1"></div>
</section>
<!--
<section class="projects-section">
<div class="center-600">
<h2 class="projects-heading">Selected Projects</h2>
<div class="projects-timeline">
<div class="timeline-item is-current fade-in-on-load">
<article class="project-card">
<div class="project-meta">2025 · Ongoing</div>
<h3>Latest Project Title Placeholder</h3>
<div class="project-thumb">Image Placeholder</div>
<div class="project-content">
<p>A placeholder description for the latest project. Details, media, and links will be added here soon.</p>
<div class="project-links">
<a href="#">Primary Link</a>
<a href="#">Secondary Link</a>
</div>
</div>
</article>
</div>
<div class="timeline-item fade-in-on-load">
<article class="project-card">
<div class="project-meta">2024 · Placeholder</div>
<h3>Previous Project Placeholder</h3>
<div class="project-thumb">Image Placeholder</div>
<div class="project-content">
<p>Another placeholder entry representing a past project in the timeline. Content to be filled in later.</p>
<div class="project-links">
<a href="#">Primary Link</a>
</div>
</div>
</article>
</div>
</div>
</div>
</section> -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script type="text/javascript">
$(document).ready(() => $(".text-shader-1").addClass("text-shader-active"));
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119008715-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119008715-1');
</script>
</body>
</html>