-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (93 loc) · 4.24 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<title>Lena Morrill Gavarró's webpage</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.row:after {
content: "";
display: table;
clear: both;
}
header {
width: 100%;
margin-bottom: 0%;
background: white;
padding: 2%;
}
aside {
clear: left;
float: left;
width: 18%;
margin-right: 2%;
padding: 2%;
background: white;
}
main {
float: left;
width: 68%;
margin-left: 2%;
padding: 2%;
background: white;
}
longrow {
float: left;
width: 100%;
margin-left: 2%;
padding: 2%;
background: white;
}
p {
line-height: 22px; /* within paragraph */
margin-bottom: 22px; /* between paragraphs */
}
</style>
</head>
<body>
<font face = "Palatino">
<header>
<h2>Lena Morrill Gavarró</h2>
</header>
<row>
<aside>
<img src="figures/me.jpeg" width="200" alt="Lena">
<p></p>
</aside>
<main>
<p>I am a postdoctoral researcher in computational biology in the Sims group in the MRC Weatherall Institute of Molecular Medicine at the University of Oxford.</p>
<p>Previously, I was a Mathematical Genomics and Medicine PhD student in the Markowetz group in the CRUK CI at the University of Cambridge.</p>
<p>I am an alumna of Clare College, Cambridge, Lucy Cavendish College, Cambridge, and the Universitat Autònoma de Barcelona.</p>
<p>I have supervised for the Bioinformatics course (Part II Computer Science) and taught in the MPhil in Computational Biology.</p>
<ul>
<li> <a href="https://github.com/lm687/lm687.github.io/raw/master/MorrillCV2022.pdf">Link to my CV</a></li>
<li> <a href="https://aspace.repository.cam.ac.uk/handle/1810/343583">Link to my PhD thesis</a></li>
<li><a href="https://scholar.google.com/citations?user=V5taF08AAAAJ&hl=en&oi=ao">Link to my google scholar profile </a> </li>
<li> <a href="https://github.com/lm687">Link to my github profile</a></li>
<li> <a href="https://twitter.com/MorrillLena">Link to my twitter account</a></li>
<!-- <li>Link to exercise sheets for assignments of the Bioinformatics course </li> -->
</ul>
<p></p>
<p></p>
<p>Other projects I have been involved in are the <a href="https://resilienceweb.org.uk/">Cambridge Resilience Web.</a></p>
</ul>
</main>
</row>
<longrow>
<!-- <iframe src="https://open.spotify.com/embed/track/2oeLt7N1amHZiev27FvKE2" width="140" height="180" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe> -->
<h3>Publications</h3>
<p>Vias, M. and Morrill Gavarró, L. M., Sauer, C. M., Sanders, D. A., Piskorz, A. M., Couturier, D. L., ... & Brenton, J. D. (2023). High-grade serous ovarian carcinoma organoids as models of chromosomal instability. Elife, 12, e83867. </p>
<p>Drews, R. M., Hernando, B., Tarabichi, M., Haase, K., Lesluyes, T., Smith, P. S., ... & Markowetz, F. (2022). A pan-cancer compendium of chromosomal instability. Nature, 606(7916), 976-983.</p>
<p>Cheng, Z., Mirza, H. B., Ennis, D. P., Smith, P., Morrill Gavarró, L., Sokota, C., ... & McNeish, I. A. (2022). The copy number landscape of early stage ovarian high grade serous carcinoma. Cancer Research, 82(12_Supplement), 53-53.</p>
<p>Jiménez-Sánchez, A., Cybulska, P., Mager, K. L., Koplev, S., Cast, O., Couturier, D. L., ... & Miller, M. L. (2020). Unraveling tumor–immune heterogeneity in advanced ovarian cancer uncovers immunogenic effect of chemotherapy. Nature genetics, 52(6), 582-593.</p>
<p>Broutier, L., Mastrogiovanni, G., Verstegen, M., Francies, H. E., Morrill Gavarró, L., Bradshaw, C. R., ... & Huch, M. (2017). Human primary liver cancer–derived organoid cultures for disease modeling and drug screening. Nature medicine, 23(12), 1424-1435.</p>
<h3>Pre-prints</h3>
<p>Smith, P., Bradley, T., Morrill Gavarró, L., Goranova, T., Ennis, D., Mirza, H., ... & McNeish, I. A. (2022). The genomic landscape of recurrent ovarian high grade serous carcinoma: the BriTROC-1 study. medRxiv.</p>
<p>Sauer, C. M., Hall, J. A., Couturier, D. L., Bradley, T., Piskorz, A. M., Griffiths, J., ... & Brenton, J. D. (2022). Molecular landscape and functional characterization of centrosome amplification in ovarian cancer. bioRxiv.</p>
</longrow>
</body>
</html>