-
Notifications
You must be signed in to change notification settings - Fork 7
/
genevieve.html
88 lines (77 loc) · 3.63 KB
/
genevieve.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Genevieve G. Mount</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="https://raw.githubusercontent.com/LizEve/Photos/master/DSC_0551.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>Genevieve Mount</h1>
</header>
<p>Ph.D. Candidate<br>
Louisiana State University<br>
Dept. of Biological Sciences<br>
Museum of Natural Science<br>
Co-advisor <a href="https://sites01.lsu.edu/faculty/austinlab/">Christopher Austin</a><br>
</p>
<p>
My PhD research focuses on testing and developing methods to identify and quantify the variation in phylogenomic data. In particular I am interested in applying these methods to herpetological non-model systems that lack genomic resources to better understand their biology and natural history.
<br><br>I got my Bachelor’s Degree from University of California Davis in 2010. Before starting my PhD I worked as a tech in <a href="https://sites.lifesci.ucla.edu/eeb-shafferlab/">Brad Shaffer’s </a> lab at UC Davis and UCLA. As a tech I developed genomic resources for turtles and salamanders. Additionally I helped with fieldwork, managing a salamander colony, and general lab maintenance. Collecting and developing large genomic datasets sparked my interest in the variation and diversity in information content in current genomic datasets.
<br><br> Find me (other places) online!
<br><a href="https://scholar.google.com/citations?user=ZAZY2fUAAAAJ&hl=en&oi=ao">Google Scholar</a>
<br><a href="https://twitter.com/Lizardeve">Twitter</a>
<br><a href="https://www.inaturalist.org/people/lizardeve">iNaturalist</a>
<br><a href="https://github.com/LizEve">GitHub</a>
<!--
ADD DESCRIPTIVE TEXT ABOUT YOU HERE. SEPARATE PARAGRAPHS WITH A COUPLE OF BREAK ELEMENTS - <br><br>.
-->
</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>