diff --git a/jpflores-cv.Rmd b/jpflores-cv.Rmd index 516b18f..ef8cd1f 100644 --- a/jpflores-cv.Rmd +++ b/jpflores-cv.Rmd @@ -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/" @@ -139,7 +139,6 @@ Source code available: [github.com/jpflores-13/cv](https://github.com/jpflores-1 Updated: `r Sys.Date()`. - Main ================================================================================ @@ -166,13 +165,12 @@ print_text_block(text_blocks, 'data_aside') print_section(position_data, 'research_experience') ``` -
-
-
-
-
-
-
+Professional Experience {data-icon=user-tie} +-------------------------------------------------------------------------------- + +```{r} +print_section(position_data, 'professional_experience') +``` Awards & Accolades {data-icon=trophy} -------------------------------------------------------------------------------- @@ -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') ``` @@ -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){ diff --git a/jpflores-cv.html b/jpflores-cv.html index 9f8591e..f2a1e02 100644 --- a/jpflores-cv.html +++ b/jpflores-cv.html @@ -32650,8 +32650,8 @@

Aside

-

logo

-

Download CV as a PDF

+

logo

+

Download CV as a PDF

Contact

-


-
-
-
-
-
-

+
+
+
+

Professional Experience

+
+

Data Science Intern

+

University of Utah David Eccles School of Business Sorenson Impact Center

+

Salt Lake City, UT

+

2021 - 2020

+ +
+
+

Student Manager of the Student Coalition for Higher Education

+

University of Utah David Eccles School of Business Sorenson Impact Center

+

Salt Lake City, UT

+

2021 - 2020

+
@@ -32835,6 +32849,12 @@

WinSpire Digging Deeper

N/A

2023

+
+

Academic Support Program for Student-Athletes Tutor

+

Office of the Executive Vice Chancellor and Provost - UNC-CH

+

N/A

+

2023

+

BIO 268 Biostatistics

N/A

@@ -32842,7 +32862,7 @@

BIO 268 Biostatistics

2021

-
+

Training & Certifications

Effective Mentoring Training

@@ -32854,8 +32874,8 @@

Effective Mentoring Training

-
-

Publications

+
+

Academic Articles

Advance U.S. international diplomacy efforts by expanding eligibility in the Embassy Science Fellows Program

Journal of Science Policy and Governance

@@ -32865,6 +32885,9 @@

+

Non-Academic Articles

Zoom fatigue: Just one COVID-19 college experience challenge

Inside Higher Ed

@@ -32901,11 +32924,74 @@

Poster Presentations

-
-

poster presentations

+
+

Hyperosmotic stress induces complete rewiring of chromatin interactions

+

UNC 6th Annual Chromatin & Epigenetics Symposium

+

Chapel Hill, NC

+

2023

+
+
+

Hyperosmotic stress induces complete rewiring of chromatin interactions

+

Keystone Symposium: Chromatin Architecture in Human Disease & Development

+

Victoria, BC

+

2023

+
+
+

Hyperosmotic stress induces complete rewiring of chromatin interactions

+

10th Annual Mid-Atlantic PREP & IMSD Research Symposium

+

Blacksburg, VA

+

2023

+
+
+

Hyperosmotic stress induces complete rewiring of chromatin interactions

+

5th Annual Dr. Samuel M. Nabrit Conference for Early Career Scholars

+

Providence, RI

+

2023

+
+
+

Hyperosmotic stress induces complete rewiring of chromatin interactions

+

Duke Biomolecular Condensates Symposium

+

Durham, NC

+

2023

+
+
+

From Sequence to Activity: Synthetic Neuroexcitatory Peptides from Fish-Hunting Cone Snails

+

Southern California Conference for Undergraduate Research

+

San Pedro, CA

+

2019

+
+
+

From Sequence to Activity: Synthetic Neuroexcitatory Peptides from Fish-Hunting Cone Snails

+

Society for Intergrative and Comparative Biology Annual Meeting

+

Austin, TX

+

2019

+
+
+

From Sequence to Activity: Synthetic Neuroexcitatory Peptides from Fish-Hunting Cone Snails

+

Society for Neuroscience Annual Meeting

+

San Diego, CA

+

2018

+
+
+
+

Service

+
+

external service

+

N/A

+

N/A

+

N/A

+
+
+

professional service

+

N/A

+

N/A

+

N/A

+
+
+

institutional service

+

N/A

N/A

N/A

-

2018 - 2023

diff --git a/jpflores-cv.pdf b/jpflores-cv.pdf index d824fbd..63a2bd3 100644 Binary files a/jpflores-cv.pdf and b/jpflores-cv.pdf differ diff --git a/logo.jpeg b/logo.jpeg index c38c13c..1d753bf 100644 Binary files a/logo.jpeg and b/logo.jpeg differ diff --git a/parsing_functions.R b/parsing_functions.R index 52a443b..4472beb 100644 --- a/parsing_functions.R +++ b/parsing_functions.R @@ -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}",