-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
97 lines (89 loc) · 2.75 KB
/
config.yml
File metadata and controls
97 lines (89 loc) · 2.75 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
baseURL: "/"
title: Leah Albrow
theme: PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true
pagination:
pagerSize: 20
taxonomies:
tag: tags
menu:
main:
- name: Publications
url: papers/
weight: 1
- name: Outreach
url: outreach/
weight: 4
params:
assets:
disableScrollBarStyle: true
favicon: "disklogo.ico"
description: "Personal website for Leah Albrow"
author: Leah Albrow
# googleAnalyticsID: "G-XXXXX"
DateFormat: "January 2006"
defaultTheme: light
hideFooter: false
disableThemeToggle: false
ShowShareButtons: false
ShowReadingTime: false
disableSpecial1stPost: true
disableAnchoredHeadings: true
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowAllPagesInArchive: false
MainSections: ["papers"]
ShowToc: false
disableScrollToTop: true
TocOpen: true
ShowWordCount: false
UseHugoToc: true
comments: false
math: true
profileMode:
enabled: true
title: Leah Albrow
subtitle: "I am a first-year graduate student working with [Dr. Richard Teague](https://pfl.mit.edu/) in the Department of Earth, Atmospheric and Planetary Sciences at the Massachusetts Institute of Technology.
<br><br>
My research interests include planetary formation, protoplanetary disks, astrophysical fluid dynamics, and interstellar objects. I am particularly interested in using computational modeling and machine learning methods, combined with interferometric data, to improve our understanding of these phenomena.
<br><br>
Before attending MIT, I completed my Bachelor’s and Honours degrees at the University of Canterbury in New Zealand. In my final year, I worked with Dr. Michele Bannister studying the ejection mechanisms of interstellar objects. During my undergraduate summers, I conducted research at Curtin University, the Australian National University, NASA’s Jet Propulsion Laboratory, and CERN."
imageUrl: "telescope_me.jpeg"
imageWidth: 200
imageHeight: 200
buttons:
- name: Papers
url: papers/
- name: Outreach
url: outreach/
socialIcons:
- name: CV
url: academic_cv.pdf
- name: Email
url: mailto:lalbrow@mit.edu
- name: Google Scholar
url: https://scholar.google.com/citations?user=1DUP5KMAAAAJ
- name: GitHub
url: https://github.com/lalbrow
- name: orcid
url: https://orcid.org/0009-0003-4251-2821
cover:
hiddenInList: false
hiddenInSingle: true
label:
text: "Leah Albrow"
icon: disklogo.ico
iconHeight: 18
markup:
goldmark:
renderer:
unsafe: true
highlight:
guessSyntax: true
style: autumn
tableOfContents:
endLevel: 2
ordered: false
startLevel: 2