knitr::opts_chunk$set( results='asis', echo = FALSE ) library(magrittr) # For the pipe # Read in all data and initialize a CV printer object CV <- datadrivencv::create_CV_object( data_location = "https://docs.google.com/spreadsheets/d/1bBlRkTPyPXkxHUzBo7H6xJm33vnP-qv0sJ5rI1eCRO4/edit?usp=sharing" )
CV %>% datadrivencv::print_section('education', regex_expression = '{title} at {institution} \\hfill {timeline}', title = '# Education')
CV %>% datadrivencv::print_section('articles', regex_expression = '{title}, *{loc}*, {description_bullets} \\hfill {start}', title = '# Journal Articles')
CV %>% datadrivencv::print_section('working_papers', regex_expression = '"{title}" {description_bullets} \\hfill {start}', title = '# Working Papers')
CV %>% datadrivencv::print_section('ongoing_work', regex_expression = '"{title}" {description_bullets}', title = '# Selected Work in Progress')
CV %>% datadrivencv::print_section('not_for_publishing', regex_expression = '"{title}", {loc}, {description_bullets} \\hfill {start}', title = '# Articles Not Intended for Publication')
CV %>% datadrivencv::print_section('other', regex_expression = '{title} at {institution} \\hfill {timeline}', title = '# Other Engagements')
CV %>% datadrivencv::print_section('seminar', regex_expression = '{title} \\hfill {start}', title = '# Presentations')
CV %>% datadrivencv::print_section('teaching', regex_expression = '{title} \\hfill {start}', title = '# Teaching \n## Teaching Assistant')
CV %>% datadrivencv::print_section('data_science', regex_expression = '{title}', title = '# Skills \n## Data science')
CV %>% datadrivencv::print_section('language', regex_expression = '{title}', title = '\\vspace{-0.3cm}## Languages')
CV %>% datadrivencv::print_section('references', regex_expression = '{title}', title = '# References')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.