-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.tex
513 lines (375 loc) · 23.5 KB
/
main.tex
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
%-------------------------
% Resume in Latex
% Author : Arjun Savel
% Adapted from: Sourabh Bajaj, Amlaan Bhoi
% License : MIT
%------------------------
\documentclass[letterpaper,10.5pt]{article}
\usepackage{orcidlink}
\usepackage{fontawesome}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage{verbatim}
% \usepackage[usenames,dvipsnames]{color}
\usepackage{enumitem}
% \usepackage[pdftex, hidelinks]{hyperref}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{readarray}
\input{src/supp_tex/cvstyle}
% \renewcommand{\headrulewidth}{0pt}
% % \pagestyle{fancy}
% \lhead{\deemph{Arjun Baliga Savel}}
% \chead{\deemph{Curriculum Vitae}}
% \rhead{\deemph{\thepage}}
\usepackage[charter]{mathdesign}
\usepackage{fancyhdr}% Bitstream Charter
% \usepackage{newpxtext,newpxmath} % Palatino
% \pagestyle{fancy}
% \fancyhf{} % clear all header and footer fields
% \fancyfoot{}
% \renewcommand{\headrulewidth}{0pt}
% \renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.50in}
\addtolength{\evensidemargin}{-0.50in}
\addtolength{\textwidth}{1in}
% \addtolength{\bottommargin}{-.5in}
% \addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
% \footskip{100}
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-6pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item\small{
\textbf{#1}{#2 \vspace{-2pt}}
}
}
\newcommand{\resumeItemNoBullet}[2]{
\item[]\small{
\hspace{-9pt}\textbf{#1}{: #2 \vspace{-6pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-1pt}\item[]
\begin{tabular*}{0.98\textwidth}{l@{\extracolsep{\fill}}r}
\hspace{-10pt}\textbf{#1} & #2 \\
\hspace{-10pt}\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
\renewcommand{\labelitemii}{$\circ$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
% custom commands
\newcommand{\shorterSection}[1]{\vspace{-10pt}\section{#1}}
\titleformat{\subsection}{
\vspace{-6pt}\scshape\raggedright \normalsize
}{}{0em}{}[\color{black} \vspace{-5pt}]
\newcommand{\shortershorterSection}[1]{\vspace{-10pt}\subsection{#1}}
\def\firstoftwo#1#2{#1}
\def\secondoftwo#1#2{#2}
\def\iffileempty#1{%
\ifnum0\pdffilesize{#1}>0
\expandafter\secondoftwo
\else
\expandafter\firstoftwo
\fi
}
\def\renderunref{%
\iffileempty{src/supp_tex/pubs_submitted.tex}{}{
\shortershorterSection{\underline{Under Review}}
\begin{list}{}{\cvlist}
\input{src/supp_tex/pubs_submitted.tex}
\input{src/supp_tex/pubs_unref.tex}
% \ExecuteMetaData[supp_tex/pubs_unref.tex]{notinpress}
\end{list}}
}
\newcommand{\colorLinkedinSign}{\textcolor{rgb:red,6;green,108;blue,170}{\faLinkedinSquare}}
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}\thispagestyle{empty}
%----------HEADING-----------------
\begin{center}
\small \textbf{\huge Arjun B. Savel} \\
\vspace{5pt}
\large Ph.D. Candidate, Astrophysics Researcher \\
\small
\vspace{5pt}
\textsf{\small \href{href="mailto:asavel@umd.edu"}{asavel@umd.edu}} $\vert$ \orcidlink{0000-0002-2454-768X} \href{https://orcid.org/0000-0002-2454-768X/}{0000-0002-2454-768X} $\vert$ \href{www.arjunsavel.com}{www.arjunsavel.com} \par \colorLinkedinSign \hspace{2pt} \href{ https://www.linkedin.com/in/arjunsavel}{https://www.linkedin.com/in/arjunsavel} |
\faGithubSquare \hspace{2pt} \href{https://github.com/arjunsavel}{https://github.com/arjunsavel}
\end{center}
%-----------EDUCATION-----------------
\shorterSection{Education}
\resumeSubHeadingListStart
\resumeSubheading
{University of Maryland, College Park}{College Park, MD}
{Ph.D., Astronomy (expected)}{ }{
}
\vspace{-17pt}
\resumeSubheading
{}{}{M.S., Astronomy $\vert$ Advisor: Prof. Eliza M.-R. Kempton}{2022}{
}
\vspace{1pt}
\resumeSubheading
{University of California, Berkeley}{Berkeley, CA}
{B.A., Astrophysics; B.A., Physics $\vert$ Advisor: Prof. Courtney D. Dressing}{2020}{
}
\resumeSubHeadingListEnd
\shorterSection{Positions}
\resumeSubHeadingListStart
\resumeSubheading
{Graduate Researcher---University of Maryland, College Park}{College Park, MD}
{Three-dimensionality of exoplanets inferred from spectra of hot and ultra-hot Jupiters $\vert$ Advisor: Prof. Eliza M.-R. Kempton}{2020--current}{
}
\resumeSubheading
{Consultant---ScienceBetter Consulting}{New York, NY}
{Tutorial Jupyter notebooks for MAST science cases $\vert$ Manager: Prof. Kelle Cruz}{2022--current}{
}
\resumeSubheading
{Pre-Doctoral Program Research Analyst---Center for Computational Astrophysics, Flatiron Institute}{New York, NY}
{The uncertainty budget of high-resolution cross-correlation spectroscopy $\vert$ Advisor: Dr. Megan Bedell}{2022--2023}{
}
% \vspace{5pt}
\resumeSubheading
{Research Assistant---University of California, Berkeley}{Berkeley, CA}
{Exoplanet occurrence rates and imaging of Kepler stars $\vert$ Advisors: Prof. Courtney D. Dressing \& Prof. Lea A. Hirsch}{2018--2020}{
}
\resumeSubHeadingListEnd
%-----------RESEARCH INTERESTS-----------------
\shorterSection{Selected \& Current Research Interests}
\resumeItemListStart
\resumeItem{}{Extracting 3-D information (wind, chemical, aerosol, and thermal structures) from exoplanet atmospheres}
\resumeItem{}{Improving high-resolution cross-correlation spectroscopy techniques}
\resumeItem{}{Characterizing exoplanetary systems}{}
\resumeSubHeadingListEnd
% \vspace{5pt}
%------------PUBLICATIONS-------------------
\shorterSection{Publications}
\input{src/supp_tex/pubs_summary}
\vspace{4pt}
\shortershorterSection{\underline{Refereed Publications}}
% \resumeSubHeadingListStart
\small
\begin{list}{}{\cvlist}
\input{src/supp_tex/pubs_ref}
\end{list}
% \resumeSubHeadingListEnd
% \resumeSubHeadingListStart
\renderunref{}
% \resumeSubHeadingListEnd
%-----------EXPERIENCE-----------------
\shorterSection{Selected Honors, Prizes, \& Awards}
\small
\begin{list}{}{\cvlist}
\input{src/supp_tex/honors}
\end{list}
%-----------Research Talks-----------------
\shorterSection{Science Talks}
\vspace{12pt}
\shortershorterSection{\underline{Invited talks}}
\small
\begin{list}{}{\cvlist}
\item[{\color{numcolor}\scriptsize4}] \textbf{Arjun Savel}, 2024. Exoplanets, Star, and Planet formation seminar, Space Telescope Science Institute, Baltimore, MD.
\item[{\color{numcolor}\scriptsize3}] \textbf{Arjun Savel}, 2023. College of Mathematical and Natural Sciences Board of Visitors. University of Maryland, College Park, MD.
\item[{\color{numcolor}\scriptsize2}] \textbf{Arjun Savel}, 2023. "Knowing when to know: bridging data-driven and physics-driven modeling for exoplanet atmospheres." Center for Theory and Computation Lunch Talk, Department of Astronomy, University of Maryland, College Park, MD.
\item[{\color{numcolor}\scriptsize1}] \textbf{Arjun Savel}, 2021. ``No umbrella needed: Confronting the hypothesis of iron rain on WASP-76b with post-processed general circulation models'', ExoCoffee, MPIA Heidelberg.
\end{list}
\shortershorterSection{\underline{Contributed Talks}}
\small
\begin{list}{}{\cvlist}
\item[{\color{numcolor}\scriptsize14}] \textbf{Arjun Savel}, 2024. ``A new lever on exoplanetary B fields: measuring heavy ion velocities''. Stony Brook University Astronomy Seminar (2024)
\item[{\color{numcolor}\scriptsize13}] \textbf{Arjun Savel}, 2024. ``1D on 3D: Simulating the Impact of 3D Atmospheric Structure on 1D High-Resolution Inferences of Transmission Spectra''. UMB's 46th Annual Graduate Research Conference, Baltimore (2024)
\item[{\color{numcolor}\scriptsize12}] \textbf{Arjun Savel}, 2024. ``1D on 3D: Simulating the Impact of 3D Atmospheric Structure on 1D High-Resolution Inferences of Transmission Spectra''. UMD's 46th Annual Graduate Research Conference, University of Maryland, College Park (2024)
\item[{\color{numcolor}\scriptsize11}] \textbf{Arjun Savel}, 2024. Two HoRSEs, Berlin.
\item[{\color{numcolor}\scriptsize10}] \textbf{Arjun Savel}, 2024. "Lowering the memory cost of radiative transfer with \textit{cortecs}." exoVAST seminar series.
\item[{\color{numcolor}\scriptsize9}] \textbf{Arjun Savel}, 2023. "Peering into the black box:
the uncertainty budget of high-resolution spectroscopy of exoplanet atmospheres." Flatiron CCA Pre-doctoral Symposium, New York, NY.
\item[{\color{numcolor}\scriptsize8}] \textbf{Arjun Savel}, 2022. ``Phase-resolved asymmetries of (ultra)hot Jupiters in high-resolution transmission: drivers and diagnostics'', Flatiron Exoplanet Atmospheres Symposium, New York, NY.
\item[{\color{numcolor}\scriptsize7}] \textbf{Arjun Savel}, 2022. ``Modeling Lorentz drag in an ultra-hot Jupiter over a range of atmospheric parameters'', Burgers Program Research Symposium on Environmental and Applied Fluid Dynamics, The George Washington University.
\item[{\color{numcolor}\scriptsize6}] \textbf{Arjun Savel}, 2022. ``Phase-resolved asymmetries of (ultra)hot Jupiters in high-resolution transmission: drivers and diagnostics'', Exoplanets IV, Las Vegas, CA.
\item[{\color{numcolor}\scriptsize5}] \textbf{Arjun Savel}, 2022. ``Phase-resolved asymmetries of (ultra)hot Jupiters in high-resolution transmission: drivers and diagnostics'', Bay Area Exoplanet Meeting \#40, NASA Ames.
\item[{\color{numcolor}\scriptsize4}] \textbf{Arjun Savel}, 2021. ``No umbrella needed: Confronting the hypothesis of iron rain on WASP-76b with post-processed general circulation models'', Astronomy and Space Physics Seminar, University of Kansas.
\item[{\color{numcolor}\scriptsize3}] \textbf{Arjun Savel}, Courtney D. Dressing, Lea Hirsch, David Ciardi, Jordan P.C. Fleming, Steven Giacalone, Andrew W. Mayo, Jessie L. Christiansen, 2019. “A Closer Look at Exoplanet Occurrence Rates: Considering the Multiplicity of Stars without Detected Planets”, Bay Area Exoplanet Meeting \#31, NASA Ames
\item[{\color{numcolor}\scriptsize2}] \textbf{Arjun Savel}, Courtney D. Dressing, Lea Hirsch, David Ciardi, Jordan P.C. Fleming, Steven Giacalone, Andrew W. Mayo, Jessie L. Christiansen, 2019. “A Closer Look at Exoplanet Occurrence Rates: The Impact of Stars Without Exoplanets”, Bay Area Planetary Sciences Meeting, Stanford University.
\item[{\color{numcolor}\scriptsize1}] \textbf{Arjun Savel}, 2019. “Earth: Rare or Regular?”, Undergraduate Seminars, UC Berkeley.
\end{list}
\shorterSection{Misc. Technical Talks}
\small
\begin{list}{}{\cvlist}
\item[{\color{numcolor}\scriptsize9}]
\textbf{Arjun Savel}, 2024. "Ethical use of AI in astronomy," UMD, College Park.
\item[{\color{numcolor}\scriptsize8}]
\textbf{Arjun Savel}, 2024. "Scientific Writing," UMD, College Park.
\item[{\color{numcolor}\scriptsize7}]
\textbf{Arjun Savel}, 2023. "Preparing a CV," UMD, College Park.\item[{\color{numcolor}\scriptsize6}]
\textbf{Arjun Savel}, 2023. "Scientific Writing,” UMD, College Park.\item[{\color{numcolor}\scriptsize5}] \textbf{Arjun Savel}, 2023. "Undergraduate mentoring training,” UMD, College Park.
\item[{\color{numcolor}\scriptsize4}] \textbf{Arjun Savel}, 2022. “CI / CD,” UMD, College Park.
\item[{\color{numcolor}\scriptsize3}] \textbf{Arjun Savel}, 2022. "Giving a good presentation,” UMD, College Park.
\item[{\color{numcolor}\scriptsize2}] \textbf{Arjun Savel}, 2021. “Parallel Computing,” UMD, College Park.
\item[{\color{numcolor}\scriptsize1}] \textbf{Arjun Savel}, 2020. “CI / CD,” UC Berkeley.
\end{list}
\shorterSection{Public Talks}
\begin{list}{}{\cvlist}
\item[{\color{numcolor}\scriptsize5}] \textbf{Arjun Savel}. Maryland Science Cafe, Spring 2023 \textbf{(invited)}.
\item[{\color{numcolor}\scriptsize4}] \textbf{Arjun Savel}. STAR astronomy club, October 2022 \textbf{(invited)}.
\item[{\color{numcolor}\scriptsize3}] \textbf{Arjun Savel}. Gloucester Area Astronomy Club, January 2021 \textbf{(invited)}.
\item[{\color{numcolor}\scriptsize2}] \textbf{Arjun Savel}. Amateur Astronomers, Inc. December Meeting, 2020.
\item[{\color{numcolor}\scriptsize1}] Courtney D. Dressing, Steven Giacalone, Andrew W. Mayo, \textbf{Arjun Savel}. Evening with the Stars, UC Berkeley, 2020.
\end{list}
\shorterSection{Posters}
% \resumeSubHeadingListStart
\small
\begin{list}{}{\cvlist}
\item[{\color{numcolor}\scriptsize13}] \textbf{Arjun Savel}. Tracking fluid motions in exoplanet atmospheres with high-resolution spectroscopy, 2024
\item[{\color{numcolor}\scriptsize12}]\textbf{Arjun Savel} et al. 2 Horses, Berlin. 2024
\item[{\color{numcolor}\scriptsize11}]Kenny Arnold, \textbf{Arjun Savel} et al. Exoplanets V, Leiden, NL. 2024 \textbf{(presented on behalf of mentee)}
\item[{\color{numcolor}\scriptsize10}]Cruz, Kelle ; Rodriguez, David ; Cooper, William J. ; \textbf{Savel, Arjun}. "The SIMPLE Archive: A collaboratively-curated database and website of low mass stars, brown dwarfs, and exoplanets". Extreme Solar Systems V, 2024.
\item[{\color{numcolor}\scriptsize9}]\textbf{Arjun Savel} et al. Burgers Symposium, University of Maryland, College Park. 2023.
\item[{\color{numcolor}\scriptsize8}]\textbf{Arjun Savel} et al. GMT Community Science Meeting, Washington, D.C., 2023.
\item[{\color{numcolor}\scriptsize7}]\textbf{Arjun Savel} et al. Exoclimes VI, Exeter, UK. 2023.
\item[{\color{numcolor}\scriptsize6}]Mayo, Andrew W. ; Harada, Caleb ; Dressing, Courtney ; et al (5 other coauthors, including Arjun Savel). ``Enriching Our View of Multiplanet Systems Using TESS''. Exoplanets IV, 2022.
\item[{\color{numcolor}\scriptsize5}]Rasmussen, Kaitlin C. ; Rahman, Fahin ; Beltz, Hayley ; Savel, Arjun ; et al. ``Simulating the Exoplanet Atmosphere Detections of Today and Tomorrow with the All-Purpose Carrie Spectrograph Simulator''. Exoplanets IV, 2022.
\item[{\color{numcolor}\scriptsize4}]\textbf{Arjun Savel}, Courtney D. Dressing, Lea Hirsch, David Ciardi, Jordan P.C. Fleming, Steven Giacalone, Andrew W. Mayo, Jessie L. Christiansen, 2020. “A closer look at planet occurrence rates: AO follow-up of 71 stars in the Kepler field”, AAS 235, Honolulu.
\item[{\color{numcolor}\scriptsize3}] \textbf{Arjun Savel}, Courtney D. Dressing, Lea Hirsch, David Ciardi, Jordan P.C. Fleming, Jessie L. Christiansen, 2019. “A closer look: AO follow-up of 109 stars in the Kepler and K2 fields”, APSIS Poster Session, UC Berkeley.
\item[{\color{numcolor}\scriptsize2}] Courtney D. Dressing, \textbf{Arjun Savel} \textit{et al}. 2019. “Characterizing Planetary Systems Orbiting TESS Cool Dwarfs”, TESS Science Conference I, MIT.
\item[{\color{numcolor}\scriptsize1}] Steven Giacalone, Courtney Dressing, \textbf{Arjun Savel}, 2019. “Validation of TESS Exoplanet Candidates”, 3rd Advanced School on Exoplanetary Science, Vietri sul Mare.
\end{list}
\shorterSection{Research Mentoring}
% \resumeSubHeadingListStart
\small
\begin{list}{}{\cvlist}
\item[{\color{numcolor}}]Kenneth Ellis Arnold III, UMD, College Park (with Prof. Eliza M.-R. Kempton), 2022--present \\
\textit{Modeling limb asymmetries of cloudy hot Jupiter atmospheres}
\item[{\color{numcolor}}]Holden Gill, UC Berkeley (with Asst. Prof. Courtney D. Dressing), 2020--2022 \\
\textit{Ground-based imaging follow-up of K2 planet hosts}
\end{list}
\shorterSection{Misc. Mentoring}
% \resumeSubHeadingListStart
\small
\begin{list}{}{\cvlist}
\item[{\color{numcolor}}]Yash Gursahani, UMD, College Park, via Astro Grad Buddy Program, 2023
\item[{\color{numcolor}}]Serena Cronin, UMD, College Park, via Astro Grad Buddy Program, 2021
\item[{\color{numcolor}}]Lawrence Edmond IV, UC Berkeley, via Astronomy Buddy Program, 2019
\end{list}
% \resumeSubHeadingListEnd
\shorterSection{Observing}
\small
\begin{list}{}{\cvlist}
\item[{\color{numcolor}}]\textbf{JWST} \\
Co-I. \textit{\href{https://www.stsci.edu/jwst/science-execution/program-information?id=6045}{Detecting ongoing gas-to-solid nucleation on the ultra-hot planet WASP-76 b} (PI: Baeyens)} \\
Co-I. \textit{\href{https://www.stsci.edu/jwst/science-execution/program-information?id=5275}{From Dawn to Dusk: Diagnosing Asymmetric Limbs in Exoplanet Transmission Spectra} (PI: Kempton)} \\
Co-I. \textit{\href{https://www.stsci.edu/jwst/science-execution/program-information?id=1633}{A Deep Molecular Survey of HD 189733b} (PI: Deming)}
\item[{\color{numcolor}}]\textbf{4.3-meter Lowell Discovery Telescope (EXPRES)} \\
PI. \textit{Unveiling the atmosphere of the highly irradiated ultra-hot Jupiter TOI-2109b}\\
Co-I. \textit{Atmospheric characterization of the inflated hot Jupiter KELT-4 A b (PI: Nixon)}
\item[{\color{numcolor}}]\textbf{2.7 meter Harlan J. Smith Telescope (IGRINS)} \\
Co-I. \textit{Revealing the impact of telluric variability on high-resolution spectroscopy with IGRINS (PI: Morley)}
\item[{\color{numcolor}}]\textbf{3-meter Shane Telescope (ShARCS)} \\
Observer. Assisted with 14.5 nights \textit{(PI: Dressing)}
\item[{\color{numcolor}}]\textbf{10-meter Keck Telescope (NIRC2)} \\
Observer. Assisted with 1/2 night \textit{(PI: Dressing)}
\end{list}
\shorterSection{Teaching Experience}
\resumeItemListStart
\resumeItem{Instructor of Record, Astronomy 288I (Introduction to the Astronomy Major)}{ \textit{UMD College Park (Spring 2023)}}
Designed lectures on career options in the field of astronomy, preparing websites, writing CVs, and networking. Organized panels on graduate school and industry.
\resumeItem{Teaching Assistant, Astronomy 320 (Theoretical Astrophysics)}{ \textit{UMD College Park, with Prof. Eliza Kempton (Spring 2023)}}
Prepared review sessions and discussion problems. Topics spanned gravitation, fluids, and radiation.
\resumeItem{Undergraduate Student Instructor, Astronomy C12 (The Planets)}{ \textit{UC Berkeley, with Prof. Courtney D. Dressing and Prof. Raymond Jeanloz (Spring 2020)}}
Created review sessions for class with hundreds of students, created discussion problems and quizzes. Topics spanned geology and the Solar System.
\resumeItem{Undergraduate Student Instructor, Astronomy C10 (Introduction to General Astronomy)}{\textit{ UC Berkeley, with Alex Filippenko (Fall 2018, Fall 2019)}}
Designed review sessions for class with hundreds of students, created discussion problems and quizzes. Topics spanned the fundamentals of astronomy, stellar classification, exoplanets, and cosmology.
\resumeSubHeadingListEnd
\shorterSection{Commuxnity Involvement}
\resumeItemListStart
\resumeItem{}{Distributed Peer Reviewer, ESO (2024--present)}
\resumeItem{}{Reviewer, AAS Journals (2024--present)}
\resumeItem{}{BANG! Seminar Organizing Committee, University of Maryland, College Park (2021, 2022, 2024)}
\resumeItem{}{Graduate Prospective Visit Flash Talks Organizing Committee (2024)}
\resumeItem{}{The Department Web Pages Committee, University of Maryland, College Park (2023-2024)}
\resumeItem{}{Work-life balance panel, ASTR 680, University of Maryland, College Park (2023)}
\resumeItem{}{Graduate Student Panel, ASTR 288I, University of Maryland, College Park (2023-2024)}
\resumeItem{}{AstroTerps Graduate Student Research Panel, University of Maryland, College Park (2023)}
\resumeItem{}{Astronomy Department Graduate Admissions Interviewer, University of Maryland, College Park (2023)}
\resumeItem{}{Graduate student website committee member, University of Maryland, College Park (2023--present)}
\resumeItem{}{Lead author / maintainer: \href{https://www.arjunsavel.com/hires_papers.html}{High-resolution literature database} (2022--present)}
\resumeItem{}{Graduation Gift Organizer, University of Maryland, College Park (2022--2023)}
\resumeItem{}{GRAD-MAP Team Co-Lead, University of Maryland, College Park (2022--2024)}
\resumeItem{}{Panelist: Carnegie EPL Summer Undergraduate Research Internship (SURI) Program’s graduate school workshop, University of Maryland, College Park (2022)}
\resumeItem{}{Graduate Prospective Visit Meals Planning (2022-2023)}
\resumeItem{}{``Hot Papers'' journal club organizer, University of Maryland, College Park (2020--2022)}
\resumeItem{}{Reviewer, Journal of Open Source Software (3 projects reviewed) (2020--present)}
\resumeItem{}{Equity, Diversity, and Inclusion Committee, University of Maryland, College Park (2020--2022)}
\resumeItem{}{GRAD-MAP Team Member, University of Maryland, College Park (2020--2022)}
\resumeItem{}{Public Liaison for Prof. Alex Filippenko (2019--2022)}
\resumeItem{}{Undergraduate Representative, Astronomy Department, UC Berkeley (2019-2020)}
\resumeItem{}{Mentor, Berkeley Astronomy Scholars Program (2019-20)}
\resumeItem{}{Director of Physics and Astronomy, Undergraduate Lab at Berkeley (ULAB) (2018-2019)}
\resumeItem{}{Night Editor, The Daily Californian (2017)}
\resumeItemListEnd
\shorterSection{Workshops \& Conferences}
\resumeItemListStart
\resumeItem{}{\href{https://brinmrc.umd.edu/programs/schools/summer24/summer24-school-mixing.html}{Brin MRC Tracer Mixing Summer School} (first three days)}
\resumeItem{}{UMB's 46th Annual Graduate Research Conference, Baltimore (2024)}
\resumeItem{}{2 Horses, Berlin, DE (2024)}
\resumeItem{}{Exoplanets V, Leiden, NL (2024)}
\resumeItem{}{GMT Community Science Meeting, Washington, D.C. (2023)}
\resumeItem{}{Exoclimes VI, Exeter, UK (2023)}
\resumeItem{}{Flatiron-wide Algorithms and Mathematics, New York (2022)}
\resumeItem{}{Building Bridges Across Planet-Related Science, Baltimore (2022, 2023)}
\resumeItem{}{Flatiron Exoplanet Atmospheres Symposium, New York (2022)}
\resumeItem{}{Burgers Program Research
Symposium on Environmental and Applied Fluid Dynamics (2022, 2023)}
\resumeItem{}{Exoplanets IV, Las Vegas (2022)}
\resumeItem{}{Chesapeake Bay Area Exoplanet Meeting, virtual (Spring 2021)}
\resumeItem{}{Exoplanet atmosphere characterization: from HST and Spitzer to JWST (2021)}
\resumeItem{}{JWST Master Class Workshop, Stanford University (2020)}
\resumeItem{}{AAS Winter Meeting, Honolulu (2020)}
\resumeItem{}{Bay Area Exoplanet Meeting, NASA Ames (Spring 2019, Winter 2019, Spring 2020, Spring 2022)}
\resumeItem{}{Bay Area Planetary Science Meeting, Stanford University (2019)}
\resumeItemListEnd
\shorterSection{Professional Affiliations}
% \resumeSubHeadingListStart
\small
\begin{list}{}{\cvlist}
\item[{\color{numcolor}}]American Astronomical Society
\item[{\color{numcolor}}]The \href{https://planets.carnegiescience.edu/}{AEThER} Collaboration
\item[{\color{numcolor}}]The JWST Transiting Exoplanet Collaboration ERS program \href{https://ers-transit.github.io/}{(JTEC)}
\end{list}
%-----------SKILLS-----------------
\shorterSection{Skills \& Assets}
\resumeSubHeadingListStart
\small
\item{
\textbf{Programming / Markup Languages}{: Python, ADQL/SQL, R, C, HTML, JavaScript, Swift, \LaTeX}
}
\vspace{-5pt}
\item{
\textbf{Supercomputing Clusters}{: \textit{deepthought2} and \textit{zaratan} at UMD, College Park; \textit{moria} at MSU; \textit{rusty} at Flatiron CCA}
}
\vspace{-5pt}
\item{
\textbf{Frameworks / Tools}{: git, Slurm, Numba, JAX, SciPy, Pandas, React}
}
\vspace{-5pt}
\item{
\textbf{Misc. Skills}{: Radiative transfer, open-source code management, optimization, web development / automation, copy editing}
}
\vspace{-5pt}
\item{
\textbf{Languages}{: English (fluent), Spanish (moderate written, basic spoken), Hindi (basic written, basic spoken)}
}
\resumeSubHeadingListEnd
\end{document}