-
Notifications
You must be signed in to change notification settings - Fork 7
/
mackenzie.html
72 lines (65 loc) · 2.48 KB
/
mackenzie.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Mackenzie Weeks</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" />
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<!-- Begin Consent Overlay -->
<link href="https://www.lsu.edu/_resources/css/consent.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://www.lsu.edu/_resources/js/consent.js"></script>
<script type="text/javascript">// <![CDATA[
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#fdd023",
"text": "#333333"
},
"button": {
"background": "#efefef",
"text": "#461d7c"
}
},
"content": {
"link": "LSU Privacy Statement.",
"href": "https://www.lsu.edu/privacy/"}
})});
// ]]></script>
<!-- End Consent Overlay -->
</head>
<body class="is-preload">
<!-- Home -->
<article id="top" class="style1">
<div class="container">
<div class="row">
<div class="col-4 col-5-large col-12-medium">
<span class="image fit"><img src="images/mackenzie.jpg" alt="" /></span>
<!--
ADD ADDITIONAL SPAN ELEMENTS (LIKE ABOVE) HERE TO PUT MORE PICTURES IN LEFT COLUMN
-->
</div>
<div class="col-8 col-7-large col-12-medium">
<header>
<h1>Mackenzie Weeks</h1>
</header>
<p>Undergraduate Researcher<br>
Louisiana State University<br>
Dept. of Biological Sciences</p>
<p>
I am a senior majoring in Biological Sciences on the pre-med track at Louisiana State University. I joined the lab in the spring of 2023 with the goal of completing my honors thesis. My research project is focused on finding the specific mechanism that is responsible for the varying signals across codon positions in HIV. To accomplish this, I have to perform phylogenetic analyses on HIV DNA sequences and create trees for each codon position in different gene regions.
</p>
</div>
</div>
</div>
</article>
<!-- Scripts -->
<script src="assets/js/jquery.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>