-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (54 loc) · 2.96 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
<!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" id="intro">
<nav class="nav-effect fade-in-on-load" style="text-align: center">
<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>
<img id="me-img" class="fade-in-on-load" src="assets/me.jpg" />
<div class="me-intro">
<h1>Alexander LeNail</h1>
<p>I am interested in computational tools for Biological Analysis, Understanding, and Design.</p>
<p> Currently, I'm a PhD 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
developing visualization and machine learning tools to study neurodegenerative diseases
such as <a href="https://en.wikipedia.org/wiki/Amyotrophic_lateral_sclerosis">ALS</a> and
<a href="https://en.wikipedia.org/wiki/Adrenoleukodystrophy">ALD</a>.<br/> <br/>
</p>
</div>
<div class="text-shader-1"></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>