{"id":14577906,"url":"https://github.com/mps9506/quarto-cv","last_synced_at":"2025-04-06T10:11:49.279Z","repository":{"id":93115738,"uuid":"607894595","full_name":"mps9506/quarto-cv","owner":"mps9506","description":"A CV template for quarto","archived":false,"fork":false,"pushed_at":"2025-02-25T18:49:53.000Z","size":429,"stargazers_count":83,"open_issues_count":1,"forks_count":18,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T09:05:52.190Z","etag":null,"topics":["cv","latex-template","quarto","quarto-template"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mps9506.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-02-28T22:22:18.000Z","updated_at":"2025-03-22T19:12:08.000Z","dependencies_parsed_at":"2023-11-17T14:12:25.859Z","dependency_job_id":"f63180b6-712b-4849-a793-3ff0a50e18a6","html_url":"https://github.com/mps9506/quarto-cv","commit_stats":{"total_commits":52,"total_committers":4,"mean_commits":13.0,"dds":"0.28846153846153844","last_synced_commit":"a52baf31f57a6b732e02c2520785da9b958b5821"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mps9506%2Fquarto-cv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mps9506%2Fquarto-cv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mps9506%2Fquarto-cv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mps9506%2Fquarto-cv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mps9506","download_url":"https://codeload.github.com/mps9506/quarto-cv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464222,"owners_count":20942970,"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":["cv","latex-template","quarto","quarto-template"],"created_at":"2024-09-07T17:01:22.478Z","updated_at":"2025-04-06T10:11:49.264Z","avatar_url":"https://github.com/mps9506.png","language":"TeX","funding_links":[],"categories":["TeX","Popular \u0026 New LaTeX Templates"],"sub_categories":["Others"],"readme":"# Quarto-cv Format\n\n[![quarto-ext-chk](https://github.com/mps9506/quarto-cv/actions/workflows/check-extension.yaml/badge.svg)](https://github.com/mps9506/quarto-cv/actions/workflows/check-extension.yaml)\n\nA Quarto template for generating a CV in pdf format. The template is based entirely\non [Steven Miller's R Markdown templates](https://github.com/svmiller/stevetemplates).\n\n![Screenshot of quarto-cv output.](/screenshots/quarto-cv.png)\n\n## Installing\n\nSystem Requirements:\n- quarto \u003e= 1.4\n- latex\n\n```bash\nquarto install extension mps9506/quarto-cv\n```\n\nThis will install the template for use with existing Quarto projects or documents.\n\n*or* To install the extension and create an example qmd file and project (easiest way to start):\n\n```bash\nquarto use template mps9506/quarto-cv\n```\n\nIf you need to use an old version of quarto, install a previous quarto-cv release:\n\n```bash\nquarto install extension mps9506/quarto-cv@v1.0.3\n```\n\n## Usage\n\nTo use with with quarto in the cli:\n\n```bash\nquarto render your_cv.qmd --to quarto-cv.pdf\n```\n\nor specify in the document yaml:\n\n```yaml\nformat:\n  quarto-cv-pdf: default\n```\n\n## Format Options\n\n### Contact Block\n\nThe contact block at the top of the CV is rendered using the following metadata:\n\n```yaml\nauthor: First Name Last Name\naddress: Street, City, State, Country\n# The following are optional\nphone: your contact number\nemail: you@email.com\ngithub: github account\norcid: orcid identfier\nosf: five character osf id\ntwitter: twitter handle\nweb: web address (no `https://`)\n```\n\n### Bibliographies\n\nThe template includes a lua filter to easily incorporate multiple bibliographies using `.bib` files if you choose to manage publications this way. \nThis is a good option for separating out book/chapter, journal articles, white papers, datasets, and software.\n\nIn the document yaml header simply point to your `.bib` files and provide a unique name:\n\n```yaml\nbibliography:\n  peer: peer.bib\n  reports: reports.bib\n  books: books.bib\n  software: software.bib\nvalidate-yaml: false\n```\n\nNote, that the `validate-yaml` key must be false in quarto because it expects\na character value when it vaildates the yaml header.\n\nNow create different bibliographies for each one:\n\n```\n# Journal Articles\n\n::: {#refs-peer}\n:::\n\n# Software\n\n::: {#refs-software}\n:::\n```\n\nYou can specify the bibliographic style using the csl variable. By default it points to an APA style sorted by descending date. Other styles can be found [here](https://www.zotero.org/styles).\n\n### Fonts\n\nThe default font is EB Garamond. \nThere are two primary methods for changing the font used. \nFirst you can use fonts provided through  various [LaTeX font packages](https://tug.org/FontCatalogue/about.html) using the `fontfamily:` yaml key.\nThe `fontfamilyoptions:` can optionally be used in conjunction to set the LaTeX font package option.\nThis is probably the easiest method if there is a package with the font you want to use.\n\n```yaml\nfontfamily: electrum\nfontfamilyoptions: lf\n```\nThe second option is to point the `mainfont:` yaml key to a locally installed font.\n\n```yaml\nmainfont: Ubuntu\n```\n\nNote that `fontfamily:` will override `mainfont:` so specify just one.\n\n### Asian scripts\n\nSupport for Chinese, Japanese, and other Asian language characters are provided through the `xeCJK` package. The pdf will have to be rendered using xelatex instead of the default luatex:\n\n```yaml\ntitle: CV\nformat:\n  quarto-cv-pdf:\n    pdf-engine: xelatex\nCJKmainfont: Noto Sans CJK JP\n```\n\nThe `CJKmainfont:` yaml key should point to a locally installed font.\n\n### Bullet Point Lists\nBy default, lists are displayed without bullet points. To switch on, add the following to the header:\n\n```yaml\nbullets: true\n```\n\n## Example\n\nHere is the source code for a minimal sample document: [template.qmd](template.qmd).\n\n# License\n\nThe template is based entirely\non [Steven Miller's R Markdown templates](https://github.com/svmiller/stevetemplates)\nlicensed under GPL-2. A copy of the pandoc \n[`multibib`](https://github.com/pandoc-ext/multibib) lua filter \nlicensed under MIT is included as part of this template.\n\n# Release Notes\n\n## v2.0.1\n\n- add support for fontawesome5 (thanks to @fecet [#16](https://github.com/mps9506/quarto-cv/pull/16)).\n- add support for bulleted lists (thanks to @davidwilby [#18](https://github.com/mps9506/quarto-cv/pull/18)).\n\n## v2.0.0\n\n- Update tex template for changes to citeproc in pandoc \u003e=3.1.8 (Fixes [#4](https://github.com/mps9506/quarto-cv/issues/4)).\n- Requires quarto \u003e1.4.\n\n## v1.0.3\n\n- Add support for `xeCJK` (Fixes [#9](https://github.com/mps9506/quarto-cv/issues/9#issuecomment-1871681042)).\n\n## v1.0.2\n\n- Add user specified fonts (Fixes [#7](https://github.com/mps9506/quarto-cv/issues/7)).\n\n## v1.0.1\n\n- Properly embed [pandoc-ext `multibib`](https://github.com/pandoc-ext/multibib) extension (Fixes [#2](https://github.com/mps9506/quarto-cv/issues/2)).\n- Add CI test for pull requests on main.\n- Add .quartoignore to avoid copying extra files.\n- Fix README.md install instructions (@anielsen001) ([#1](https://github.com/mps9506/quarto-cv/pull/1)).\n\n\n## v1.0.0\n\n- Initial Release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmps9506%2Fquarto-cv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmps9506%2Fquarto-cv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmps9506%2Fquarto-cv/lists"}