-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv_BrunaMeneses_pt.Rmd
311 lines (199 loc) · 8.63 KB
/
cv_BrunaMeneses_pt.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
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
---
title: "BAM currículo"
author: Bruna Arbo Meneses
date: "`r Sys.Date()`"
output:
pagedown::html_resume:
css:
- css/custom_resume.css
- css/styles.css
- resume
# set it to true for a self-contained HTML page but it'll take longer to render
embed-resources: standalone
# uncomment this line to produce HTML and PDF in RStudio:
knit: pagedown::chrome_print
---
```{r, include=FALSE}
knitr::opts_chunk$set(
results = 'asis',
echo = FALSE
)
library(tidyverse)
library(glue)
# ======================================================================
# These variables determine how the the data is loaded and how the exports are
# done.
# Is data stored in google sheets? If no data will be gather from the csvs/
# folder in project
using_googlesheets <- FALSE
# Just the copied URL from the sheet
# positions_sheet_loc <- "https://docs.google.com/spreadsheets/d/14MQICF2F8-vf8CKPF1m4lyGKO6_thG-4aSwat1e2TWc"
# Is this sheet available for anyone to read? If you're using a private sheet
# set this to false and go to gather_data.R and run the data loading manually
# once to cache authentication
sheet_is_publicly_readable <- TRUE
# Is the goal of this knit to build a document that is exported to PDF? If so
# set this to true to have links turned into footnotes at the end of the
# document
PDF_EXPORT <- TRUE
# A global (gasp) variable that holds all the links that were inserted for
# placement at the end
links <- c()
# ======================================================================
# Now we source two external scripts. One contains functions for building the
# text output and the other loads up our data from either googlesheets or csvs
# Functions for building sections from CSV data
source('parsing_functions.R')
# Load data for CV/Resume
source('gather_data_pt.R')
# Now we just need to filter down the position data to include less verbose
# categories and only the entries we have designated for the resume
position_data <- position_data %>%
filter(in_resume) %>%
mutate(
# Build some custom sections by collapsing others
section = case_when(
section %in% c('research_positions', 'industry_positions') ~ 'positions',
section %in% c('data_science_writings', 'by_me_press') ~ 'writings',
TRUE ~ section
)
)
```
Aside
================================================================================
![Bruna Arbo Meneses](photo/20230215_144019_2.jpg){width=80%}
Contato {#contact}
--------------------------------------------------------------------------------
```{r}
contact_info %>%
glue_data("- <i class='fa fa-{icon}'></i> {contact}")
```
<!-- - <i class='fa fa-location-dot'></i> Porto Alegre, Brazil. -->
<!-- - For more information, please contact me via email. -->
Habilidades {#skills}
--------------------------------------------------------------------------------
```{r}
# build_skill_bars(skills)
```
- ArcGIS
- QGIS
- R
- Tidyverse
- RMarkdown
- html/css
- shiny app
- LaTeX
- Inkscape
- GIMP
- Microsoft Office
<!-- Experienced in statistical analysis, statistical learning models, and optimization methods. -->
<!-- Full experience with next generation sequencing data analysis. -->
Bolsas {#grants}
--------------------------------------------------------------------------------
- [Curso-R](https://curso-r.com/) - Bolsa de diversidade de gênero (jul & nov, 2022)
- [AI Inclusive & Dataquest.io](https://www.ai-inclusive.org/) - Women and other under-represented genders in data science scholarship (jan-jun 2021)
Disclaimer {#disclaimer}
--------------------------------------------------------------------------------
Este currículo foi feito utilizando o pacote do R [**pagedown**](https://github.com/rstudio/pagedown).
<!-- This resume was made with the R package [**pagedown**](https://github.com/rstudio/pagedown). -->
Última atualização em <br> `r format(Sys.Date(), "%d-%m-%Y")`.
<!-- Last updated on `r Sys.Date()`. -->
Main
================================================================================
Bruna Arbo Meneses {#title}
--------------------------------------------------------------------------------
### Analista de SIG
<!-- ### GIS Analyst -->
```{r}
print_text_block(text_blocks, 'intro')
```
Formação acadêmica {data-icon=graduation-cap}
--------------------------------------------------------------------------------
```{r}
position_data %>% print_section('education')
```
<!-- Research Experience {data-icon=laptop} -->
<!-- -------------------------------------------------------------------------------- -->
<!-- ```{r} -->
<!-- position_data %>% print_section('research') -->
<!-- ``` -->
Atuação profissional {data-icon=suitcase}
--------------------------------------------------------------------------------
```{r}
position_data %>% print_section('professional')
```
<!-- Teaching Experience {data-icon=chalkboard-teacher} -->
<!-- -------------------------------------------------------------------------------- -->
<!-- ### Introduction to R Language for Beginners. -->
<!-- Instructor of R and Data Mining Training Courses at SupStat Inc. -->
<!-- Beijing, China -->
<!-- 2014 -->
<!-- ### Computational Biology and Bioinformatics. -->
<!-- Teaching assistant of GBS CB2-201 courses at UAB -->
<!-- AL, USA -->
<!-- 2016 - 2017 -->
<!-- Selected Publications and Posters {data-icon=file} -->
<!-- -------------------------------------------------------------------------------- -->
<!-- ### Genetic and epigenetic signals are found predictive to the distribution of intra-individual divergence of alternative splicing. -->
<!-- Poster for 2013 International Conference of Genomics -->
<!-- Qingdao, China -->
<!-- 2014 -->
<!-- **Yu L**, Chen B, Zhang Z. -->
<!-- ### ESCRT-0 complex modulates Rbf mutant cell survival by regulating Rhomboid endosomal trafficking and EGFR signaling. -->
<!-- J Cell Sci. 2016 May 15;129(10):2075-84. -->
<!-- N/A -->
<!-- 2016 -->
<!-- Sheng Z, **Yu L**, Zhang T, Pei X, Li X, Zhang Z and Du W. -->
Artigos publicados {data-icon=file}
--------------------------------------------------------------------------------
```{r}
publications %>%
print_section_publi('articles')
```
Trabalhos técnicos {data-icon=book}
--------------------------------------------------------------------------------
```{r}
publications %>%
print_section_publi('tecnicos')
```
Formação complementar {data-icon=pencil}
--------------------------------------------------------------------------------
```{r}
comp_education %>%
print_cursos()
```
Organização de eventos {data-icon=calendar-o}
--------------------------------------------------------------------------------
```{r}
events %>%
print_section_events('organization')
```
Experiência de ensino como instrutora {data-icon=chalkboard-teacher}
--------------------------------------------------------------------------------
### Curso de Priorização Espacial para Elaboração de Áreas Estratégicas de Planos de Ação
Atuou como docente e na organização do material didático. Carga horária: 17h.
Online.
2023
Centro Nacional de Pesquisa e Conservação de Répteis e Anfíbios (RAN/ICMBio).
Monitorias {data-icon=chalkboard-teacher}
--------------------------------------------------------------------------------
<!-- ### Short-course GIS: principles and layout design -->
### Minicurso SIG: princípios e elaboração de layouts.
<!-- Contributed to the organization of the short-course during the Biology Academic Week - UFRGS 2015, acting mainly as a monitor during the practices. 20h. -->
Contribuiu na organização do minicurso que integrou a programação da Semana Acadêmica Biologia UFRGS 2015 atuando, principalmente, como monitora durante as práticas. Carga horária: 20h.
Porto Alegre, Brasil.
2015
Instituto de Biociências/UFRGS.
<!-- ### Disciplina ECP 0098 B - Special Topics Applied to Ecology: Foundations in Landscape Ecology. -->
### Disciplina ECP 0098 B - Tópicos Especiais Aplicados à Ecologia: Fundamentos em Ecologia de Paisagem.
<!-- Acting as a monitor in the discipline offered in the Graduate Program in Ecology at UFRGS, taught by prof. Milton Cezar Ribeiro, from December 10 to 14, 2012. 30h. -->
Atuação como monitora na disciplina oferecida no Programa de PósGraduação em Ecologia da UFRGS, ministrada pelo prof. Milton Cezar Ribeiro, no período de 10 a 14 de dezembro de 2012. Carga horária: 30 horas/aula.
Porto Alegre, Brasil.
2012
Instituto de Biociências/UFRGS.
<!-- Resumos em congressos {data-icon=chalkboard-teacher} -->
<!-- -------------------------------------------------------------------------------- -->
<!-- ```{r} -->
<!-- publications %>% -->
<!-- print_section_publi('abstract') -->
<!-- ``` -->