-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.tex
722 lines (592 loc) · 19.5 KB
/
CV.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
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% SIMPLE-RESUME-CV
%% <https://github.com/zachscrivena/simple-resume-cv>
%% This is free and unencumbered software released into the
%% public domain; see <http://unlicense.org> for details.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% INSTRUCTIONS FOR COMPILING THIS DOCUMENT ("CV.tex")
%% TeX ---(XeLaTeX)---> PDF:
%%
%% Method 1: Use latexmk for fully automated document generation:
%% latexmk -xelatex "CV.tex"
%% (add the -pvc switch to automatically recompile on changes)
%%
%% Method 2: Use XeLaTeX directly:
%% xelatex "CV.tex"
%% (run multiple times to resolve cross-references if needed)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \documentclass[a4paper,10pt,oneside]{article}
\documentclass[letterpaper,10pt,oneside]{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% TYPESETTING OPTIONS.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\TypesetInNonStopMode}{1}
\newcommand{\TypesetInDraftMode}{0}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% PREAMBLE.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{CV-Preamble.tex}
% CV Info (to be customized).
\newcommand{\CVAuthor}{Filipe Pereira}
\newcommand{\CVTitle}{Curriculum Vit\ae}
\newcommand{\CVNote}{CV}
\newcommand{\CVWebpage}{}
% PDF settings and properties.
\hypersetup{
pdftitle={\CVTitle},
pdfauthor={\CVAuthor},
pdfsubject={\CVWebpage},
pdfcreator={XeLaTeX},
pdfproducer={},
pdfkeywords={},
pdfpagemode={},
bookmarks=true,
unicode=true,
bookmarksopen=true,
pdfstartview=FitH,
pdfpagelayout=OneColumn,
pdfpagemode=UseOutlines,
hidelinks,
breaklinks,
% Color settings
colorlinks = true,
linkcolor = blue,
urlcolor = blue,
citecolor = blue,
anchorcolor = blue
}
% Shorthand.
\newcommand{\CodeCommand}[1]{\mbox{\textbf{\textbackslash{#1}}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% ACTUAL DOCUMENT.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%
% TITLE BLOCK %
%%%%%%%%%%%%%%%
\title{\CVAuthor}
%\subtitle{\CVTitle}
\begin{subtitle}
%{Rua Dr. Orlando de Oliveira, nº11, 2ºDto, 3800-004, Aveiro, Portugal}
\par
\GapNoBreak
\href{mailto:filipe.pereira@astro.up.pt}{filipe.pereira@astro.up.pt} \\
Github: \href{https://github.com/Fill4}{github.com/Fill4} \\
Orcid: \href{https://orcid.org/0000-0002-2157-7146}{0000-0002-2157-7146}
%\,\SubBulletSymbol\,
%+351 913 231 818
%\,\SubBulletSymbol\,
%\href{\CVWebpage}
%{\CVWebpage}
\end{subtitle}
\begin{body}
%%%%%%%%%%%%%%%
%% EDUCATION %%
%%%%%%%%%%%%%%%
\section
{Education}
{Education}
{PDF:Education}
\textbf{PhD in Astronomy}, Faculty of Sciences, University of Porto
\hfill
% \DatestampYM{2016}{10} --
\DatestampYM{2021}{12}
\begin{detail}
\BulletItem
Advisors: Tiago Compante, Margarida Cunha, Nuno Santos
\BulletItem
Thesis: \href{https://hdl.handle.net/10216/138552}{Detection and characterization of planets orbiting oscillating red-giant stars with NASA's TESS mission}
\end{detail}
\GapNoBreak
\textbf{MSc in Astronomy}, Faculty of Sciences, University of Porto
\hfill
% \DatestampYM{2014}{10} --
\DatestampYM{2016}{09}
\begin{detail}
\BulletItem
Advisor: Mário João Monteiro
\BulletItem
Thesis: \href{https://repositorio-aberto.up.pt/handle/10216/90991}{Development of automatic tools for measuring acoustic glitches in seismic data of solar-type stars}
\end{detail}
%\begin{detail}
%\SubBulletItem
%Thesis: Development of automatic tools for measuring acoustic glitches in seismic data of solar-type stars
%\SubBulletItem
%Supervisor:
%Professor Mário João Monteiro
%\SubBulletItem
%Research areas: Asteroseismology, acoustic glicthes, Fortran
%\end{detail}
\GapNoBreak
\textbf{BSc in Astronomy}, Faculty of Sciences, University of Porto
\hfill
% \DatestampYM{2011}{09} --
\DatestampYM{2014}{09}
%%%%%%%%%%%%%%%%%%
%% PUBLICATIONS %%
%%%%%%%%%%%%%%%%%%
\section
{Refereed Publications}
{Refereed Publications}
{PDF:Publications}
See list in \href{https://ui.adsabs.harvard.edu/public-libraries/gKWEYjBTR7KtFkRn00r-pw}{ADS}
\GapNoBreak
\subsection
{Journals}
{Journals}
{PDF:Journals}
% \NumberedItem{1.}
\BulletItem
Grunblatt S., Saunders, N., et al. including \textbf{Pereira, F.} \newline
\textit{TESS Giants Transiting Giants II: The hottest Jupiters orbiting evolved stars}. \newline
2022, Accepted for publication in AAS
%2022, AAS, --, --,
%DOI: \href{}{--},
%arXiv: \href{}{--}.
% \NumberedItem{2.}
\BulletItem
Lund, M. N., Handberg, R., et al. including \textbf{Pereira, F.} \newline
\textit{TESS Data for Asteroseismology: Light-curve Systematics Correction}. \newline
2021, ApJS, 257, 53,
DOI: \href{https://doi.org/10.3847/1538-4365/ac214a}{10.3847/1538-4365/ac214a},
arXiv: \href{https://arxiv.org/abs/2108.11780}{2108.11780}.
% \NumberedItem{3.}
\BulletItem
Lillo-box, J. Ribas, Á., et al. including \textbf{Pereira, F.} \newline
\textit{Uncovering the ultimate planet impostor. An eclipsing brown dwarf in a hierarchical triple with two evolved stars}. \newline
2021, A\&A, 653, A40,
DOI: \href{https://doi.org/10.1051/0004-6361/202141158}{10.1051/0004-6361/202141158},
arXiv: \href{https://arxiv.org/abs/2106.05011}{2106.05011}.
% \NumberedItem{4.}
\BulletItem
Silva Aguirre, V., Stello, D., et al. including \textbf{Pereira, F.} \newline
\textit{Detection and Characterization of Oscillating Red Giants: First Results from the TESS Satellite}. \newline
2020, ApJL, 889, L34,
DOI: \href{https://doi.org/10.3847/2041-8213/ab6443}{10.3847/2041-8213/ab6443},
arXiv: \href{https://arxiv.org/abs/1912.07604}{1912.07604}.
% \NumberedItem{5.}
\BulletItem
Barros S.C.C., Demangeon, O., et al. including \textbf{Pereira, F.} \newline
\textit{Improving transit characterisation with Gaussian process modelling of stellar variability}. \newline
2020, A\&A, 634, A75,
DOI: \href{https://doi.org/10.1051/0004-6361/201936086}{10.1051/0004-6361/201936086},
arXiv: \href{https://arxiv.org/abs/2001.07975}{2001.07975}.
% \NumberedItem{6.}
\BulletItem
\textbf{Pereira, F.}, Campante, T. L., Cunha, M. S. et al. \newline
\textit{Gaussian process modelling of granulation and oscillations in red giant stars}. \newline
2019, MNRAS, 489, 5764,
DOI: \href{https://doi.org/10.1093/mnras/stz2405}{10.1093/mnras/stz2405},
arXiv: \href{https://arxiv.org/abs/1908.10662}{1908.10662}.
% \NumberedItem{7.}
\BulletItem
Campante, T. L., Corsaro, E., et al. including \textbf{Pereira, F.} \newline
\textit{TESS Asteroseismology of the Known Red-giant Host Stars HD 212771 and HD 203949}. \newline
2019, ApJ, 885, 31,
DOI: \href{https://doi.org/10.3847/1538-4357/ab44a8}{10.3847/1538-4357/ab44a8},
arXiv: \href{https://arxiv.org/abs/1909.05961}{1909.05961}.
% \NumberedItem{8.}
\BulletItem
Huber, D., Chaplin, W. J., et al. including \textbf{Pereira, F.} \newline
\textit{A Hot Saturn Orbiting an Oscillating Late Subgiant Discovered by TESS}. \newline
2019, AJ, 157, 245,
DOI: \href{https://doi.org/10.3847/1538-3881/ab1488}{10.3847/1538-3881/ab1488},
arXiv: \href{https://arxiv.org/abs/1901.01643}{1901.01643}.
\BigGap
\subsection
{Proceedings}
{Proceedings}
{PDF:Proceedings}
% \NumberedItem{1.}
\BulletItem
\textbf{Pereira, F.}, Faria, J. P. S. and Monteiro, M. J. P. F. G. \newline
\textit{SIGS - Seismic Inferences for Glitches in Stars}. \newline
2017, EPJWC, 160, 01015,
DOI: \href{https://doi.org/10.1051/epjconf/201716001015}{10.1051/epjconf/201716001015},
arXiv: \href{https://arxiv.org/abs/1703.04828}{1703.04828}.
%%%%%%%%%%%%%%%%%%%%%
%% TALKS / POSTERS %%
%%%%%%%%%%%%%%%%%%%%%
\section
{Talks/Posters}
{Talks/Posters}
{PDF:TalksPosters}
\subsection
{Talks}
{Talks}
{PDF:Talks}
% \NumberedItem{1.}
\BulletItem
\emph{Using Gaussian Processes to model stellar granulation and oscillations in red-giant stars}. \newline
\href{http://conferences.au.dk/tasc4/}{TASC4/KASC11 Workshop}. July 2018, Aarhus, Denmark
\GapNoBreak
% \NumberedItem{2.}
\BulletItem
\emph{Using Gaussian Processes to model stellar granulation and oscillations in red-giant stars}. \newline
\href{https://sites.google.com/view/ras-evolsystems/home}{RAS Specialist Discussion Meeting}. March 2018, London, UK
\BigGap
\subsection
{Posters}
{Posters}
{PDF:Posters}
% \NumberedItem{1.}
\BulletItem
\emph{Gaussian process modelling of TESS light curves in the presence of stellar variability and transits}. \newline
\href{https://web.mit.edu/tasc5/}{TASC5/KASC12 Workshop}. July 2019, Boston, USA
\GapNoBreak
% \NumberedItem{2.}
\BulletItem
\emph{Tessting gaussian process regression for red-giant granulation modelling}. \newline
\href{https://www.tasc3kasc10.com/}{TASC3/KASC10 Workshop}. July 2017, Birmingham, UK
\GapNoBreak
% \NumberedItem{3.}
\BulletItem
\emph{SIGS - Seismic Inferences for Glitches in Stars}. \newline
\href{http://www.iastro.pt/research/conferences/spacetk16/}{TASC2/KASC9 Workshop}. July 2016, Azores, Portugal
% \BigGap
% \subsection
% {Reports}
% {Reports}
% {PDF:Reports}
% \NumberedItem{1.}
% Msc Grant Final Report
% \NumberedItem{2.}
% PEEC Project Report
% \NumberedItem{3.}
% Research Seminar in Astronomy Project Report
%%%%%%%%%%%%%%%%%%%%%
%% ACADEMIC AWARDS %%
%%%%%%%%%%%%%%%%%%%%%
\section
{Grants}
{Grants}
{PDF:Grants}
\BulletItem
PhD Grant - FCT ($\sim$60,000 EUR) \hfill
\DatestampY{2017} -- \DatestampY{2021}
\GapNoBreak
\BulletItem
Research Grant - FCT ($\sim$12,000 EUR) \hfill
\DatestampY{2017} -- \DatestampY{2017}
\GapNoBreak
\BulletItem
MSc Grant - SPACEINN ($\sim$7,000 EUR) \hfill
\DatestampY{2015} -- \DatestampY{2016}
% Development of automatic tools for measuring acoustic glitches in seismic
% \hfill
% \DatestampY{2015}{1 \par
% data of solar-type stars
% \BulletItem
% Project: SPACEINN (FP7-SPACE-2012-312844)
% \BulletItem
% Advisor: Dr. Mário João Monteiro
% \BulletItem
% Institution: Centro de Astrofísica da Universidade do Porto (CAUP)
% \BulletItem
% Grant: \textasciitilde 7000 EUR
% \BigGap
% Characterizing and modelling red giants
% \hfill
% \DatestampYMD{2017}{01}{01} --
% \DatestampYMD{2017}{12}{31}
% \BulletItem
% Project: CIAAUP-09/2016-BI
% \BulletItem
% Advisor: Dr. Margarida Cunha
% \BulletItem
% Institution: Centro de Astrofísica da Universidade do Porto (CAUP)
% \BulletItem
% Grant: \textasciitilde 12000 EUR
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% OTHER CURRICULAR ACTIVITIES %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \section
% {Other Curricular Activities}
% {Other Curricular Activities}
% {PDF:OtherCurricularActivities}
% \href{http://www.iastro.pt/research/conferences/faial2016/}
% {\textbf{IVth Azores International Advanced School in Space Sciences}},
% Azores, Portugal
% \hfill
% \DatestampYM{2016}{07}
%\GapNoBreak
%\BulletItem
%Completed various courses totaling 49 hours.
%\BulletItem
%Included courses in: Stellar Modelling, Theory of Stellar Oscillations, Data Analysis in Asteroseismology, Exoplanetary Science, Analysis of Photometric Time Series
% \GapNoBreak
% {\textbf{Machine Learning Course from Stanford University}}
% \hfill
% \DatestampYMD{2015}{09}{15} --
% \DatestampYMD{2015}{12}{07}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% ACADEMIC RESEARCH WORK %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \section
% {Academic Research Work}
% {Academic Research Work}
% {PDF:AcademicResearchWork}
% {\textbf{Research Seminar in Astronomy}}
% \hfill
% \DatestampYMD{2017}{07}{15} --
% \DatestampYMD{2016}{10}{01}
% \begin{detail}
% \SubBulletItem
% Project: Testing gaussian process regression for red-giant granulation modelling
% \SubBulletItem
% Supervisor:
% Dr. Margarida Cunha
% \SubBulletItem
% Research areas: red-giant stars, granulation, gaussian processes, python
% \end{detail}
% {\textbf{Msc Dissertation}}
% \hfill
% \DatestampYMD{2016}{10}{15} --
% \DatestampYMD{2015}{10}{01}
% \begin{detail}
% \SubBulletItem
% Thesis: Development of automatic tools for measuring acoustic glitches in seismic data of solar-type stars
% \SubBulletItem
% Supervisor:
% Dr. Mário João Monteiro
% \SubBulletItem
% Research areas: Asteroseismology, acoustic glicthes, Fortran
% \end{detail}
% \GapNoBreak
% {\textbf{Undergradute Research Project}}
% \hfill
% \DatestampYMD{2014}{02}{15} --
% \DatestampYMD{2014}{07}{15}
% \begin{detail}
% \SubBulletItem
% Project:
% Study of the mizimization function in the ARES+MOOG procedure
% \SubBulletItem
% Supervisor:
% Dr. Sérgio Sousa
% \SubBulletItem
% Research areas: Spectroscopic Parameters, iron line abundances, Python
% \end{detail}
%%%%%%%%%%%%%%%%%%%%%%%%%
%% RESEARCH EXPERIENCE %%
%%%%%%%%%%%%%%%%%%%%%%%%%
%\section
%{Research Experience}
%{Research Experience}
%{PDF:ResearchExperience}
%%%%%%%%%%%%%%
%% TEACHING %%
%%%%%%%%%%%%%%
\section
{Teaching}
{Teaching}
{PDF:Teaching}
\BulletItem
Escola de Verão de Física 2019 (Physics Summer School). Faculty of Sciences, University of Porto
% \hfill \DatestampYM{2019}{09}
\GapNoBreak
\SubBulletItem
Supervised and lectured a project about "The energy of stars" for a class of 5 high-school students
\GapNoBreak
\BulletItem
Escola de Verão de Física 2018 (Physics Summer School). Faculty of Sciences, University of Porto
% \hfill \DatestampYM{2018}{09}
\GapNoBreak
\SubBulletItem
Supervised and lectured a project about "The energy of stars" for a class of 5 high-school students
\GapNoBreak
\BulletItem
Escola de Verão de Física 2017 (Physics Summer School). Faculty of Sciences, University of Porto
% \hfill \DatestampYM{2017}{09}
\GapNoBreak
\SubBulletItem
Supervised and lectured a project about "The energy of stars" for a class of 5 high-school students
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% SCIENTIFIC ACTIVITIES %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section
{Scientific Participation}
{Scientific Participation}
{PDF:ScietificParticipation}
% {\textbf{Research Internship}}
% \hfill
% \DatestampYMD{2016}{10}{15} -- \DatestampYMD{2017}{09}{30}
% \begin{detail}
% \SubBulletItem
% Project:
% Characterizing and modelling red giants
% \SubBulletItem
% Supervisor:
% Dr. Margarida Cunha
% \SubBulletItem
% Research areas: gaussian processes, grid-based modelling, red-giant stars
% \end{detail}
% \BigGap
% {\textbf{PEEC (Extra-Curricular Research Project)}}
% \hfill
% \DatestampYMD{2013}{10}{15} --
% \DatestampYMD{2015}{07}{15}
% \begin{detail}
% \SubBulletItem
% Project:
% Testing the applicability of using titanium line abundances to determine spectroscopic stellar parameters, especially surface gravity, using the ARES and MOOG tools
% \SubBulletItem
% Supervisor:
% Dr. Sérgio Sousa
% \SubBulletItem
% Research areas: Spectroscopic Parameters, titanium line abundances, Python
% \end{detail}
\subsection
{Conferences}
{Conferences}
{PDF:Conferences}
\GapNoBreak
\BulletItem
\href{http://www.iastro.pt/research/conferences/8th-imas/}{8th Iberian Meeting on Asteroseismology}. \DatestampY{2021}, Online
\GapNoBreak
\BulletItem
\href{https://7thimas.cab.inta-csic.es/main/index.php}{7th Iberian Meeting on Asteroseismology}. \DatestampY{2020}, Online
\GapNoBreak
\BulletItem
\href{https://web.mit.edu/tasc5/}{TASC5/KASC12 Workshop}. \DatestampY{2019}, Boston, USA
% \hfill \DatestampYM{2019}{07}
\GapNoBreak
\BulletItem
\href{http://conferences.au.dk/tasc4/}{TASC4/KASC11 Workshop}. \DatestampY{2018}, Aarhus, Denmark
% \hfill \DatestampYM{2018}{07}
\GapNoBreak
\BulletItem
\href{https://sites.google.com/view/ras-evolsystems/home}{RAS Specialist Discussion Meeting}. \DatestampY{2017}, London, UK
\GapNoBreak
\BulletItem
\href{https://www.tasc3kasc10.com/}{TASC3/KASC10 Workshop}. \DatestampY{2017}, Birmingham, UK
% \hfill \DatestampYM{2017}{07}
\GapNoBreak
\BulletItem
\href{http://www.iastro.pt/research/conferences/spacetk16/}{TASC2/KASC9 Workshop}. \DatestampY{2016}, Azores, Portugal
% \hfill \DatestampYM{2016}{07}
\BigGap
\subsection
{Workshops}
{Workshops}
{PDF:Workshops}
\GapNoBreak
\BulletItem
T'DA8: 8th TESS Data for Asteroseismology workshop. \DatestampY{2019}, Aarhus, Denmark
% \hfill \DatestampYM{2019}{01}
\GapNoBreak
\BulletItem
T'DA6: 6th TESS Data for Asteroseismology workshop. \DatestampY{2018}, Leuven, Belgium
% \hfill \DatestampYM{2018}{11}
\GapNoBreak
\BulletItem
T'DA4: 4th TESS Data for Asteroseismology workshop. \DatestampY{2018}, Aarhus, Denmark
% \hfill \DatestampYM{2018}{07}
\GapNoBreak
\BulletItem
T'DA3: 3rd TESS Data for Asteroseismology workshop. \DatestampY{2017}, Leuven, Belgium
% \hfill \DatestampYM{2017}{12}
\GapNoBreak
\BulletItem
T'DA2: 2nd TESS Data for Asteroseismology workshop. \DatestampY{2017}, Aarhus, Denmark
% \hfill \DatestampYM{2017}{04}
\GapNoBreak
\BulletItem
T'DA1: 1st TESS Data for Asteroseismology workshop. \DatestampY{2016}, Birmingham, England
% \hfill \DatestampYM{2016}{10}
\GapNoBreak
\BulletItem
IVth Azores International Advanced School in Space Sciences. \DatestampY{2016}, Azores, Portugal
% \hfill \DatestampYM{2016}{07}
% \BigGap
% \textbf{Member of the IA Stars \& Planets Research Team}
% \GapNoBreak
% \BulletItem
% Participate in bi-weekly meetings with the Asteroseismology Team
% \GapNoBreak
% \BulletItem
% Participate in monthly meetings with the Exoplanets Team
% \BigGap
% \textbf{Member of CAUP (Center for Astrophysics of the University of Porto)}
% \GapNoBreak
% \BulletItem
% Attend regular seminar in various Astronomy topics presented by both local and visiting researchers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% SCIENTIFIC AFFILIATIONS %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \section
% {Scientific Affiliations}
% {Scientific Affiliations}
% {PDF:ScientificAffiliations}
% \href{http://www.sp-astronomia.pt/}
% {\textbf{Sociedade Portuguesa de Astronomia}},
% Portugal
% \GapNoBreak
% \BulletItem
% Member
% \hfill
% \DatestampY{2012} --
% Present
%%%%%%%%%%%%%%%
%% LANGUAGES %%
%%%%%%%%%%%%%%%
% \section
% {Languages}
% {Languages}
% {PDF:Languages}
% \BulletItem
% Portuguese: Native language.
% \GapNoBreak
% \BulletItem
% English: Fluent (speaking, reading, writing), C1 Level.
% \GapNoBreak
% \BulletItem
% Spanish: Intermediate (reading, speaking); basic (writing).
% %%%%%%%%%%%%
% %% SKILLS %%
% %%%%%%%%%%%%
\section
{Programming}
{Programming}
{PDF:Programming}
\subsection
{Languages}
{Languages}
{PDF:Languages}
Python, C++/C, Fortran, Cmake, \LaTeX, Bash
\BigGap
\subsection
{Software developed}
{Software developed}
{PDF:SoftwareDeveloped}
\BulletItem
\href{https://github.com/Fill4/gptransits}{gptransits}:
Simultaneous characterization of planetary transits and stellar signals in the time domain using Gaussian processes
(\href{https://doi.org/10.1093/mnras/stz2405}{Pereira et al. 2019}).
\GapNoBreak
\BulletItem
\href{https://github.com/tasoc/corrections}{corrections}:
TESS Asteroseismic Science Operations Center (TASOC) corrections module for the TESS asteroseismic data processing pipeline
(contributed, \href{https://doi.org/10.3847/1538-4365/ac214a}{Lund et al. 2021}).
\GapNoBreak
\BulletItem
\href{https://github.com/Fill4/sigs_freq}{sigs\_freq} \textbackslash \ \href{https://github.com/Fill4/sigs_diff}{sigs\_diff}:
Fit acoustic glitches (base of the convective zone and helium second ionization zone) in low-degree p-mode frequencies (sigs\_freq) or in the second differences of the frequencies (sigs\_diff) using the PIKAIA genetic algorithm
(\href{https://doi.org/10.1051/epjconf/201716001015}{Pereira et al. 2017}).
% \GapNoBreak
% \BulletItem
% Intermediate Knowledge: {\LaTeX}, Python, MATLAB, Fortran
%%%%%%%%%%%%%%%
%% INTERESTS %%
%%%%%%%%%%%%%%%
% \section
% {Interests}
% {Interests}
% {PDF:Interests}
% Computer Science, Cinema, Basketball, Voleyball
\end{body}
\label{LastPage}
\end{document}