Skip to content

Commit

Permalink
update cv
Browse files Browse the repository at this point in the history
  • Loading branch information
jpflores-13 committed Nov 26, 2023
1 parent aceab24 commit 1aa1f0c
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 28 deletions.
30 changes: 19 additions & 11 deletions jpflores-cv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sheet_is_publicly_readable <- TRUE
PDF_EXPORT <- FALSE
CV_PDF_LOC <- "github.com/jpflores-13/cv/raw/master/cv.pdf"
CV_PDF_LOC <- "github.com/jpflores-13/cv/jpflores-cv.pdf"
CV_HTML_LOC <- "jpflores-13.github.io/cv/"
Expand Down Expand Up @@ -139,7 +139,6 @@ Source code available: [github.com/jpflores-13/cv](https://github.com/jpflores-1
Updated: `r Sys.Date()`.



Main
================================================================================

Expand All @@ -166,13 +165,12 @@ print_text_block(text_blocks, 'data_aside')
print_section(position_data, 'research_experience')
```

<br>
<br>
<br>
<br>
<br>
<br>
<br>
Professional Experience {data-icon=user-tie}
--------------------------------------------------------------------------------

```{r}
print_section(position_data, 'professional_experience')
```

Awards & Accolades {data-icon=trophy}
--------------------------------------------------------------------------------
Expand Down Expand Up @@ -201,20 +199,23 @@ print_text_block(text_blocks, 'teaching_experience_aside')
```{r}
print_section(position_data, 'teaching_experience')
```
Training & Certifications {data-icon=chalkboard-teacher}
Training & Certifications {data-icon=medal}
--------------------------------------------------------------------------------

```{r}
print_section(position_data, 'training')
```

Publications {data-icon=book}
Academic Articles {data-icon=book}
--------------------------------------------------------------------------------

```{r}
print_section(position_data, 'academic_articles')
```

Non-Academic Articles {data-icon=bookmark}
--------------------------------------------------------------------------------

```{r}
print_section(position_data, 'non_academic_articles')
```
Expand All @@ -233,6 +234,13 @@ Poster Presentations {data-icon=microphone-alt}
print_section(position_data, 'poster_presentations')
```

Service {data-icon=heart}
--------------------------------------------------------------------------------

```{r}
print_section(position_data, 'service')
```


```{r}
if(PDF_EXPORT){
Expand Down
116 changes: 101 additions & 15 deletions jpflores-cv.html

Large diffs are not rendered by default.

Binary file modified jpflores-cv.pdf
Binary file not shown.
Binary file modified logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions parsing_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ print_section <- function(position_data, section_id){
glue_data(
"### {title}",
"\n\n",
"{loc}",
"\n\n",
"{institution}",
"\n\n",
"{loc}",
"\n\n",
"{timeline}",
"\n\n",
"{description_bullets}",
Expand Down

0 comments on commit 1aa1f0c

Please sign in to comment.