-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcv_modular.Rmd
167 lines (129 loc) · 5.6 KB
/
cv_modular.Rmd
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
---
title: "Curriculum Vitae - Modular"
# title: " "
author: "Emilio M. Bruna"
email: embruna@ufl.edu
web: www.BrunaLab.org
github: embruna
twitter: BrunaLab
phone: "(352) 514-3935"
date: "`r format(Sys.time(), '%B %Y')`"
geometry: margin=1in
linkcolor: darkmidnightblue
urlcolor: darkmidnightblue
fontawesome: yes
bibliography: EMB_publications.bib
csl: brunacv.csl
updated: yes
header-includes:
- \usepackage{etaremune} # for reverse-numbered list of publications etc
- \usepackage[default]{sourcesanspro}
- \usepackage{fancyhdr} # modify header into left, center, right
- \pagestyle{fancy} # cues the use of fancy headers
- \fancyfoot{} # cues the use of fancy footer
- \fancyfoot[R]{`r format(Sys.time(), '%B %Y')`} # month & year on footer right
- \fancyhead[R]{Emilio M. Bruna, p. \thepage} # name and page on header right
- \usepackage{setspace} # manipulate line spacing
- \usepackage{parskip} # manipulate indents and spacing before/after paragraphs
- \usepackage{xcolor} # changes colors of text
- \AtBeginDocument{\let\maketitle\relax} # this removes default title section
# to center to top level (#) headings (my name) and change color of font
# more info # https://www.ctan.org/pkg/sectsty
- \usepackage{sectsty} \sectionfont{\centering\color{darkmidnightblue}}
# centersub-headings (##) & sub-sub-headings (###) & change font color
- \usepackage{sectsty} \subsectionfont{\color{darkmidnightblue}}
- \usepackage{sectsty} \subsubsectionfont{\color{darkmidnightblue}}
# http://latexcolor.com/ to choose colors
# define the colors used above with rgb codes
- \definecolor{darkcerulean}{rgb}{0.03, 0.27, 0.49}
- \definecolor{darkmidnightblue}{rgb}{0.0, 0.2, 0.4}
# - \setstretch{1.0}
# https://babichmorrowc.github.io/post/changing-fonts-in-rmarkdown-pdfs/
output:
pdf_document: default
html_document:
df_print: paged
toc: false
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(echo = FALSE,message=FALSE,warning=FALSE)
library(tidyverse)
library(gridExtra)
library(kableExtra)
# library(citr)
library(RefManageR)
```
<!-- this next line suppresses the header (line, name, page number) on 1st page -->
\thispagestyle{empty}
# EMILIO MIGUEL BRUNA
\vspace{-0.3cm} <!--space between name and address -->
University of Florida\hfill embruna@ufl.edu
Dept. of Wildlife Ecology & Conservation &\hfill +1 (352) 846-0634
Center for Latin American Studies\hfill [www.brunalab.org](www.brunalab.org)
Gainesville, FL 32611-0430 USA\hfill [\@BrunaLab](https://twitter.com/BrunaLab)
\vspace{-0.5cm} <!--there was too much space, so reduced it with minus: -Xcm -->
\par\noindent\rule{\textwidth}{0.4pt}
\textbf{\textcolor{darkmidnightblue}{RESEARCH \& TEACHING INTERESTS:}} Tropical ecology and conservation, plant population ecology, plant-animal interactions, scientometrics and bibliometrics, science & science policy in Latin America
\textbf{\textcolor{darkmidnightblue}{LANGUAGES:}} Native fluency in Spanish and English, Fluent in Portuguese
\vspace{-0.6cm}
### EDUCATION
\begingroup
\setlength{\leftskip}{.2cm}
2001\hspace{4mm} Ph.D. in Population Biology, University of California, Davis
<!-- \hspace{6mm} _Dissertation Co-Advisors: Susan P. Harrison and Sharon Y. Strauss_ -->
1995\hspace{4mm} M.S. in Biology, University of California, San Diego
<!-- \hspace{6mm} _Thesis Advisor: Ted J. Case_ -->
1994\hspace{4mm} B.S. in Ecology, Behavior, & Evolution with a minor in Literature, University of California, San Diego
\endgroup
<!-- Positions and Appointments -->
```{r, child='./emb_cv_modular/positions.Rmd'}
```
```{r, child='./emb_cv_modular/awards.Rmd'}
```
<!-- Fellowships -->
```{r, child='./emb_cv_modular/fellowships.Rmd'}
```
<!-- Grants (in review, granted, declined - comment out as needed -->
```{r, child='./emb_cv_modular/grants.Rmd'}
```
<!-- Peer reviewed Pubs -->
### PEER-REVIEWED ARTICLES, SOFTWARE, ESSAYS, AND OTHER PRODUCTS
*Note: I do not co-author papers from my students’ theses unless I have made contributions substantially beyond the mentoring, fundraising, and editing I consider my fundamental responsibility as their advisor. Moreover, I encourage lab members to engage in side projects, which often result in publications on which I am not a co-author. A list of my lab members’ publications on which I am not a coauthor is below.*
\begingroup
\setlength{\leftskip}{.2cm}
<!-- TODO: need to add in prep, software, etc. -->
<!-- in YAML: \printbibliography[type=book,title={Books only}] -->
<div id="refs"></div>
```{r, child='./emb_cv_modular/publications.Rmd'}
```
\endgroup
<!-- Teaching and Course Development -->
```{r, child='./emb_cv_modular/teaching.Rmd'}
```
<!-- <!-- my grad students --> -->
<!-- ```{r, child='my_grad_students.Rmd'} -->
<!-- ``` -->
<!-- <!-- Member of PhD and MS Committees --> -->
<!-- ```{r, child='grad_student_committees.Rmd'} -->
<!-- ``` -->
<!-- <!-- Postdocs, Visitors, Interns --> -->
<!-- ```{r, child='postdocs_visitors_interns.Rmd'} -->
<!-- ``` -->
<!-- <!-- Invited UF Service --> -->
<!-- ```{r, child='service_uf.Rmd'} -->
<!-- ``` -->
<!-- <!-- Other Service (societies, reviewer & editorial services ) --> -->
<!-- ```{r, child='service_other.Rmd'} -->
<!-- ``` -->
<!-- <!-- Invited Talks / Presentations --> -->
<!-- ```{r, child='talks.Rmd'} -->
<!-- ``` -->
<!-- <!-- Intereviews & Media Appearances --> -->
<!-- ```{r, child='media_appearances.Rmd'} -->
<!-- ``` -->
<!-- <!-- Professional Development --> -->
<!-- ```{r, child='prof_development.Rmd'} -->
<!-- ``` -->
<!-- <!-- Society Memberships --> -->
<!-- ```{r, child='society_memberships.Rmd'} -->
<!-- ``` -->