Skip to content

Commit

Permalink
final edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jpflores-13 committed Nov 26, 2023
1 parent 0916c34 commit fb783a3
Show file tree
Hide file tree
Showing 6 changed files with 32,920 additions and 33 deletions.
13 changes: 7 additions & 6 deletions jpflores-cv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@ print_section(position_data, 'education')
Research Experience {data-icon=laptop}
--------------------------------------------------------------------------------

::: aside
```{r}
print_text_block(text_blocks, 'data_aside')
```
:::

```{r}
print_section(position_data, 'research_experience')
```
Expand Down Expand Up @@ -209,6 +203,13 @@ print_section(position_data, 'training')
Academic Articles {data-icon=book}
--------------------------------------------------------------------------------


::: aside
```{r}
print_text_block(text_blocks, 'academic_aside')
```
:::

```{r}
print_section(position_data, 'academic_articles')
```
Expand Down
8 changes: 4 additions & 4 deletions jpflores-cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -32709,9 +32709,6 @@ <h3>BA, Cellular &amp; Molecular Biology (Public Health Minor)</h3>
</div>
<div id="research-experience" class="section level2" data-icon="laptop">
<h2>Research Experience</h2>
<div class="aside">

</div>
<div id="graduate-research-assistant" class="section level3">
<h3>Graduate Research Assistant</h3>
<p>Phanstiel Lab (UNC-CH School of Medicine)</p>
Expand Down Expand Up @@ -32816,7 +32813,7 @@ <h3>Undergraduate</h3>
<div id="teaching-experience" class="section level2" data-icon="chalkboard-teacher">
<h2>Teaching Experience</h2>
<div class="aside">
<p>I am passionate about education. I believe that no topic is too complex if the teacher is empathetic and willing to think about new methods of approaching task.</p>
<p>I am passionate about empowering the next generation of diverse scientists, becuase talent is equally distributed but opportunity is not.</p>
</div>
<div id="promoting-inclusivity-in-the-research-environment" class="section level3">
<h3>Promoting Inclusivity in the Research Environment</h3>
Expand Down Expand Up @@ -32890,6 +32887,9 @@ <h3>Effective Mentoring Training</h3>
</div>
<div id="academic-articles" class="section level2" data-icon="book">
<h2>Academic Articles</h2>
<div class="aside">
<p>To advance equity and inclusion in science in the future, I will utilize a multi-pronged approach for change: “bottom-up” approaches such as peer mentoring and “top-down” approaches such as using my power to advocate for and implement data-driven and equity-focused policy.</p>
</div>
<div id="advance-u.s.-international-diplomacy-efforts-by-expanding-eligibility-in-the-embassy-science-fellows-program" class="section level3">
<h3><a href="https://www.sciencepolicyjournal.org/article_1038126_jspg200303.html">Advance U.S. international diplomacy efforts by expanding eligibility in the Embassy Science Fellows Program</a></h3>
<p>Journal of Science Policy and Governance</p>
Expand Down
Binary file modified jpflores-cv.pdf
Binary file not shown.
32 changes: 9 additions & 23 deletions jpflores-resume.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ output:
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
self_contained: true
knit: pagedown::chrome_print
---


Expand Down Expand Up @@ -61,8 +62,8 @@ position_data <- position_data %>%
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',
section %in% c('research_experience', 'professional_experience') ~ 'positions',
section %in% c('invited_talks', 'academic_articles') ~ 'featured',
TRUE ~ section
)
)
Expand All @@ -84,40 +85,25 @@ contact_info %>%
glue_data("- <i class='fa fa-{icon}'></i> {contact}")
```



Language Skills {#skills}
--------------------------------------------------------------------------------

```{r}
build_skill_bars(skills)
```



Open Source Contributions {#open-source}
--------------------------------------------------------------------------------

All projects available at `github.com/nstrayer/<name>`


- `shinysense`: R package to use sensor data in Shiny apps
- `tuftesque`: Hugo theme (behind LiveFreeOrDichotomize.com)
- `sbmR`: R package for fitting stochasitic block models


More info {#more-info}
--------------------------------------------------------------------------------

See full CV at nickstrayer.me/cv for more complete list of positions and publications.
See full CV at jpflores-13.github.io/cv for more complete list of positions and publications.


Disclaimer {#disclaimer}
--------------------------------------------------------------------------------

Made w/ [**pagedown**](https://github.com/rstudio/pagedown).

Source code: [github.com/nstrayer/cv](https://github.com/nstrayer/cv).
Source code: [github.com/jpflores-13/cv](https://github.com/jpflores-13/cv).

Last updated on `r Sys.Date()`.

Expand All @@ -126,7 +112,7 @@ Last updated on `r Sys.Date()`.
Main
================================================================================

Desirée De Leon {#title}
JP Flores {#title}
--------------------------------------------------------------------------------

```{r}
Expand All @@ -144,7 +130,7 @@ position_data %>% print_section('education')



Selected Positions {data-icon=suitcase}
Research Experiences {data-icon=suitcase}
--------------------------------------------------------------------------------

```{r}
Expand All @@ -153,11 +139,11 @@ position_data %>% print_section('positions')



Selected Writing {data-icon=newspaper}
Featured Work {data-icon=newspaper}
--------------------------------------------------------------------------------

```{r}
position_data %>% print_section('writings')
position_data %>% print_section('featured')
```


32,900 changes: 32,900 additions & 0 deletions jpflores-resume.html

Large diffs are not rendered by default.

Binary file added jpflores-resume.pdf
Binary file not shown.

0 comments on commit fb783a3

Please sign in to comment.