diff --git a/404.html b/404.html index ce1476cd..c7fc8cbe 100644 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/CODE_OF_CONDUCT.html b/CODE_OF_CONDUCT.html index edb9a3f2..adb677eb 100644 --- a/CODE_OF_CONDUCT.html +++ b/CODE_OF_CONDUCT.html @@ -17,7 +17,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 3cdef052..f4e14c7f 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/ISSUE_TEMPLATE.html b/ISSUE_TEMPLATE.html index 1e8e0eab..9fba1f2e 100644 --- a/ISSUE_TEMPLATE.html +++ b/ISSUE_TEMPLATE.html @@ -17,7 +17,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/SUPPORT.html b/SUPPORT.html index bec987db..6a77b500 100644 --- a/SUPPORT.html +++ b/SUPPORT.html @@ -17,7 +17,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index a0d2f2f0..99931b65 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index a9110fa8..50b947a9 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index f0d48398..b060425b 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 22eea269..4b6a7125 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/articles/data.html b/articles/data.html index a0eff9f7..1e61e259 100644 --- a/articles/data.html +++ b/articles/data.html @@ -40,7 +40,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/articles/extending.html b/articles/extending.html index 6883a727..cf055a70 100644 --- a/articles/extending.html +++ b/articles/extending.html @@ -40,7 +40,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/articles/index.html b/articles/index.html index 2724e375..65c6c8b4 100644 --- a/articles/index.html +++ b/articles/index.html @@ -17,7 +17,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/articles/vitae.html b/articles/vitae.html index 162bf8bb..1e7d9984 100644 --- a/articles/vitae.html +++ b/articles/vitae.html @@ -40,7 +40,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/authors.html b/authors.html index 6ceeea73..1fe7e4e6 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ vitae - 0.5.4 + 0.6.0 @@ -99,13 +99,13 @@

Citation

O'Hara-Wild M, Hyndman R (2024). vitae: Curriculum Vitae for R Markdown. -R package version 0.5.4, https://github.com/mitchelloharawild/vitae, https://pkg.mitchelloharawild.com/vitae/. +R package version 0.6.0, https://github.com/mitchelloharawild/vitae, https://pkg.mitchelloharawild.com/vitae/.

@Manual{,
   title = {vitae: Curriculum Vitae for R Markdown},
   author = {Mitchell O'Hara-Wild and Rob Hyndman},
   year = {2024},
-  note = {R package version 0.5.4, https://github.com/mitchelloharawild/vitae},
+  note = {R package version 0.6.0, https://github.com/mitchelloharawild/vitae},
   url = {https://pkg.mitchelloharawild.com/vitae/},
 }
diff --git a/favicon-16x16.png b/favicon-16x16.png index 0b904eba..044f4af7 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index 552b4ece..61305f33 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/index.html b/index.html index 003c4d21..e3c639ad 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ vitae - 0.5.4 + 0.6.0 @@ -120,8 +120,10 @@

InstallationGetting started

The vitae package currently supports 6 popular CV templates. You can see some previews of the available templates below.

-

If you prefer a guided introduction in video form, check out Bryan JenksfreeCodeCamp tech talk:

-

Creating a new CV with vitae can be done using the RStudio R Markdown template selector:

+

If you prefer a guided introduction in video form, check out Bryan JenksfreeCodeCamp tech talk:

+

+

Creating a new CV with vitae can be done using the RStudio R Markdown template selector:

+

These templates leverage the strength of rmarkdown to include common information in the YAML header (name, position, social links…) and extended information in the main body. The main body of the CV is written using markdown, and allows for data-driven generation of entries using the *_entries functions. This allows you to import your working history from other sources (such as ORCID, Google Scholar, or a maintained dataset), and include them programmatically into your CV.

@@ -138,8 +140,8 @@

Templatesvitae::hyndman -Preview of awesomecv -Preview of hyndman +awesomecv +hyndman @@ -152,8 +154,8 @@

Templatesvitae::markdowncv

- - + +
Preview of latexcvPreview of markdowncvlatexcvmarkdowncv
@@ -166,8 +168,8 @@

Templatesvitae::twentyseconds

- - + +
Preview of moderncvPreview of twentysecondsmoderncvtwentyseconds

Extending the package to add new templates is a somewhat simple process (details in the creating vitae templates vignette).

@@ -194,6 +196,8 @@

Examples of using vitaeAdam Kirosingh
  • Marco Lombardi
  • Anthony Romero
  • +
  • +André Calero Valdez This version uses a database to manage the content and automatically updates the content once a week using Github actions. PDF is then added as a release after rendering. Also uses a forked version of the package to remove the trailing dot in brief entries.
  • Add your vitae to the list using a PR.


    diff --git a/news/index.html b/news/index.html index 5412b3e0..cc72501f 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ vitae - 0.5.4 + 0.6.0

    @@ -63,6 +63,23 @@

    Changelog

    Source: NEWS.md +
    + +
    +

    New features

    +
    +
    +

    Improvements

    +
    +
    +

    Bug fixes

    +
    +
    diff --git a/reference/bibliography_entries.html b/reference/bibliography_entries.html index 1ad9eb9f..d7eb8b4d 100644 --- a/reference/bibliography_entries.html +++ b/reference/bibliography_entries.html @@ -18,7 +18,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/csl_date.html b/reference/csl_date.html index 420b521b..77192ad8 100644 --- a/reference/csl_date.html +++ b/reference/csl_date.html @@ -18,7 +18,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/csl_name.html b/reference/csl_name.html index 2ba274f3..1db40cda 100644 --- a/reference/csl_name.html +++ b/reference/csl_name.html @@ -18,7 +18,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/cv_document.html b/reference/cv_document.html index 34cc76c3..5c4acb30 100644 --- a/reference/cv_document.html +++ b/reference/cv_document.html @@ -18,7 +18,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/cv_entries.html b/reference/cv_entries.html index 22283193..860eba43 100644 --- a/reference/cv_entries.html +++ b/reference/cv_entries.html @@ -19,7 +19,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/hyndman.html b/reference/hyndman.html index fafaf32f..b07cfc5c 100644 --- a/reference/hyndman.html +++ b/reference/hyndman.html @@ -18,7 +18,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/index.html b/reference/index.html index 99dab8ae..06f5883a 100644 --- a/reference/index.html +++ b/reference/index.html @@ -17,7 +17,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/insert_preview.html b/reference/insert_preview.html index 5d8a2c01..172c0db7 100644 --- a/reference/insert_preview.html +++ b/reference/insert_preview.html @@ -17,7 +17,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/latexcv.html b/reference/latexcv.html index 158a48d3..fa806441 100644 --- a/reference/latexcv.html +++ b/reference/latexcv.html @@ -18,7 +18,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/markdowncv.html b/reference/markdowncv.html index 36c6be33..4ddb3419 100644 --- a/reference/markdowncv.html +++ b/reference/markdowncv.html @@ -18,7 +18,7 @@ vitae - 0.5.4 + 0.6.0 @@ -71,7 +71,7 @@

    Eliseo Papa's markdown-cv template

    -
    markdowncv(..., theme = c("kjhealy", "blmoore", "davewhipp"))
    +
    markdowncv(..., theme = c("kjhealy", "blmoore", "davewhipp", "ccbaumler"))
    diff --git a/reference/moderncv.html b/reference/moderncv.html index bc60620b..f5ff43a4 100644 --- a/reference/moderncv.html +++ b/reference/moderncv.html @@ -20,7 +20,7 @@ vitae - 0.5.4 + 0.6.0
    @@ -78,7 +78,7 @@

    Moderncv template

    moderncv(
       ...,
       theme = c("casual", "classic", "oldstyle", "banking", "fancy"),
    -  latex_engine = "pdflatex"
    +  latex_engine = "xelatex"
     )
    diff --git a/reference/reexports.html b/reference/reexports.html index 99feb6b7..e627c332 100644 --- a/reference/reexports.html +++ b/reference/reexports.html @@ -24,7 +24,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/twentyseconds.html b/reference/twentyseconds.html index 51fb1386..d8dfef01 100644 --- a/reference/twentyseconds.html +++ b/reference/twentyseconds.html @@ -22,7 +22,7 @@ vitae - 0.5.4 + 0.6.0 diff --git a/reference/vitae-package.html b/reference/vitae-package.html index e45fe57f..735263e0 100644 --- a/reference/vitae-package.html +++ b/reference/vitae-package.html @@ -18,7 +18,7 @@ vitae - 0.5.4 + 0.6.0