{"id":16570683,"url":"https://github.com/apreshill/apreshill-cv","last_synced_at":"2025-07-27T15:33:49.747Z","repository":{"id":95350364,"uuid":"355373754","full_name":"apreshill/apreshill-cv","owner":"apreshill","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-14T21:56:06.000Z","size":3146,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T12:48:24.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apreshill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-07T01:12:51.000Z","updated_at":"2024-03-05T10:28:17.000Z","dependencies_parsed_at":"2023-03-06T16:15:29.929Z","dependency_job_id":null,"html_url":"https://github.com/apreshill/apreshill-cv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apreshill/apreshill-cv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apreshill%2Fapreshill-cv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apreshill%2Fapreshill-cv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apreshill%2Fapreshill-cv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apreshill%2Fapreshill-cv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apreshill","download_url":"https://codeload.github.com/apreshill/apreshill-cv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apreshill%2Fapreshill-cv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267378045,"owners_count":24077664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T21:19:19.190Z","updated_at":"2025-07-27T15:33:49.691Z","avatar_url":"https://github.com/apreshill.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## My pagedown rendered CV\n\n__Switch to googlesheets__\n\nAs I get older and more crotchety I find it more and more difficult to manually update a CSV. In response to this, I have moved the data-storing mechanism from a plain CSV to google sheets using the wonderful [`googlesheets4` package.](https://googlesheets4.tidyverse.org/index.html) This allows for a much more easy updating system and also makes it easy to store all the other info that didn't feel write to put into a CSV before (like the intro and aside text) right with everything as separate pages/sheets within the main sheet. \n\nI have attempted to keep the whole thing as easy as possible to understand and modify by using a publically available sheet and preserving the old CSV driven way behind a boolean variable that can be set in the setup chunk. \n\n\n## Structure\n\nThis repo contains the source-code and results of my CV built with the [pagedown package](https://pagedown.rbind.io) and a modified version of the 'resume' template. \n\nThe main files are:\n\n- `index.Rmd`: Source template for the cv, contains a variable `PDF_EXPORT` in the header that changes styles for pdf vs html. \n  - `index.html`: The final output of the template when the header variable `PDF_EXPORT` is set to `FALSE`. View it at [nickstrayer.me/cv](http://nickstrayer.me/cv).\n  - `strayer_cv.pdf`: The final exported pdf as rendered by Chrome on my mac laptop. Links are put in footer and notes about online version are added. \n- `resume.Rmd`: Source template for single page resume. \n  - `resume.html`/`strayer_resume.pdf`: Result for single page resume.\n- `parsing_functions.R`: A series of small functions for parsing a position entry into the proper HTML format. Includes logic for removing links if needed etc..\n- `gather_data.R`: Loads the data that makes up the body of both the CV and resume. Either pulls from a specified google sheet with info or multiple csvs. (Examples of both are provided in repo.)\n- `csvs/*.csv`: A series of CSVs containing the information CV and resume. Included as examples if the non-googlesheets method of storing data is prefered.  \n- `css/`: Directory containing the custom CSS files used to tweak the default 'resume' format from pagedown. \n\n## Want to use this to build your own CV/resume? \n\n1. Fork, clone, download the zip of this repo to your machine with RStudio.\n2. Make a copy of my [info-holding google sheet](https://docs.google.com/spreadsheets/d/14MQICF2F8-vf8CKPF1m4lyGKO6_thG-4aSwat1e2TWc/edit#gid=1730172225) and fill in your personal info for all the sheets (`positions`, `language_skills`, `text_blocks`, and `contact_info`). \n    a. If you want to use CSV's instead of google sheets, update the contents of the CSVs stored in the `csvs/` folder. \n3. Go through and personalize the supplementary text in the Rmd you desire (`index.Rmd` for CV, `resume.Rmd` for resume).\n4. Print each unique `section` (as encoded in the `section` column of `positions.csv`) in your `.Rmd` with the command `position_data %\u003e% print_section('education')`.\n5. Get the PDF out by viewing in your browser and then doing `control/command + P` and selecting \"print to pdf\". Alternatively use `pagedown::chrome_print()` or `knit: pagedown::chrome_print` in RMD header. See [pagedown docs on printing](https://pagedown.rbind.io/#print-to-pdf) for more details.\n6. Let the world know how awesome you are! (Also send me a tweet/email if you desired and I will broadcast your version of the CV on this repo and or twitter.)\n\n## Looking for the old version with just a single CSV?\n\nThe [blog post I originally wrote about this process](https://livefreeordichotomize.com/2019/09/04/building_a_data_driven_cv_with_r/) used an older version of this document. I think that the new googlesheets method is easier to maintain and extend, however the old version is alive and well [here.](https://github.com/nstrayer/cv/releases/tag/1.0)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapreshill%2Fapreshill-cv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapreshill%2Fapreshill-cv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapreshill%2Fapreshill-cv/lists"}