{"id":16272580,"url":"https://github.com/rempsyc/cv","last_synced_at":"2025-04-08T15:49:44.763Z","repository":{"id":107344008,"uuid":"493371979","full_name":"rempsyc/cv","owner":"rempsyc","description":"Awesome CV in R. Based on the vitae package and Dominique Makowski’s template.","archived":false,"fork":false,"pushed_at":"2025-03-20T22:55:31.000Z","size":19059,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T23:31:34.719Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://remi-theriault.com/cv","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/rempsyc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"rempsyc"}},"created_at":"2022-05-17T18:38:21.000Z","updated_at":"2025-03-20T22:55:34.000Z","dependencies_parsed_at":"2023-05-17T03:00:17.357Z","dependency_job_id":"a828aceb-c7e0-4022-b588-9ec185953df6","html_url":"https://github.com/rempsyc/cv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rempsyc%2Fcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rempsyc%2Fcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rempsyc%2Fcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rempsyc%2Fcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rempsyc","download_url":"https://codeload.github.com/rempsyc/cv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247876976,"owners_count":21011148,"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","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-10T18:18:20.358Z","updated_at":"2025-04-08T15:49:44.717Z","avatar_url":"https://github.com/rempsyc.png","language":"HTML","funding_links":["https://github.com/sponsors/rempsyc"],"categories":[],"sub_categories":[],"readme":"\n# Awesome CV in R\n\nThis CV was made using the\n[`vitae`](https://pkg.mitchelloharawild.com/vitae/) package in R, and\nusing the template from [Dominique\nMakowski](https://github.com/DominiqueMakowski/CV) (which includes the\ncode for the Google Scholar figure and table, and a lot more). Please\ngive them due credit if using this template. I also brought some minor\noptimization and documentation to the current template.\n\n## Instructions\n\n1.  First, you will need to clone/download this entire repository and\n    all it’s files to your computer so you can run the code in R.\n2.  The main file to edit is `cv.Rmd`. Use it to add your name, contact\n    information, and description. Change the template colour using the\n    `headcolor` parameter (in the YAML header). Also replace the photo\n    in the `img` folder.\n3.  Make sure to install all required packages (LaTeX is required as\n    well).\n4.  Specify your Google Scholar profile number and name if using this\n    feature.\n5.  Change the order of sections by changing the order of code chunks.\n6.  Edit the individual `.Rmd` files in the `sections` subfolder to edit\n    your sections’ content as desired (e.g., `publications.Rmd`).\n7.  To output the CV to PDF, simply knit `cv.Rmd` (shortcut is\n    `Ctrl+Shift+K`)\n\n## Tips\n\n-   Request a short version by setting `short` to `TRUE` in `cv.Rmd`.\n-   Add `eval = !short` to code chunk options to make them optional for\n    the short version.\n-   If you are using a word processor as well as RStudio, one tip to\n    save time is to change the relevant content section (e.g.,\n    `publications.Rmd`) View from `Source` to `Visual` (top left in\n    RStudio) before copy-pasting your publications and other formatted\n    content. This way, all the existing formatting (bold, italic, etc.)\n    will be kept and you won’t have to manually recreate all the\n    formatting.\n-   It is also possible to import data from other sources automatically\n    (ORCID, Google Scholar, etc.), but I have not personally\n    experimented with this yet. More info can be found\n    [here](https://pkg.mitchelloharawild.com/vitae/articles/data.html).\n\n## Notes\n\n-   This template uses the North-American `8.5in x 11in` (letter) size\n    instead of the original European `8.27 x 11.69` (A4) size.\n-   Special characters (e.g., `$`, `\u0026`, `%`) need to be escaped with a\n    backslash or a double backslash.\n-   The template uses some LaTeX language at times for specific\n    customization (commands starting with backslashes `\\`). Some useful\n    commands include:\n    -   `\\pagebreak` to create a page break between sections\n    -   `\\scriptsize` to make text smaller (typically for publications\n        sections)\n    -   `\\normalsize` to make text normal (for regular sections)\n    -   `\\\\textit{yourtext}` to italicize `yourtext` (within dataframes,\n        outside of regular rmarkdown)\n    -   `\\\\hspace{0.5cm}` to create some left space (e.g., between\n        columns in tables)\n    -   `\\\\dotfill` to create dotted lines (e.g., for the award section)\n    -   `\\setlength{\\parindent}{-0.2in}` and\n        `\\setlength{\\leftskip}{0.2in}` to indent publications, “hanging”\n        style.\n-   For questions or difficulties, feel free to open a GitHub issue\n    here.\n\n## Demos\n\nMy long CV is available for demonstration here:\n\u003chttps://remi-theriault.com/cv\u003e\n\nMy short CV is available for demonstration here:\n\u003chttps://remi-theriault.com/cv_short.pdf\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frempsyc%2Fcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frempsyc%2Fcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frempsyc%2Fcv/lists"}