diff --git a/404.html b/404.html index ce1476cd..c7fc8cbe 100644 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@
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 @@ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 3cdef052..f4e14c7f 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ 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 @@ diff --git a/SUPPORT.html b/SUPPORT.html index bec987db..6a77b500 100644 --- a/SUPPORT.html +++ b/SUPPORT.html @@ -17,7 +17,7 @@ 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 @@ 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 @@ 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 @@ 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 @@ diff --git a/authors.html b/authors.html index 6ceeea73..1fe7e4e6 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ @@ -99,13 +99,13 @@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 @@ @@ -120,8 +120,10 @@
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 Jenks’ freeCodeCamp 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 Jenks’ freeCodeCamp 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.
- | + | + |
- | + | + |
Extending the package to add new templates is a somewhat simple process (details in the creating vitae templates vignette).
@@ -194,6 +196,8 @@Add your vitae to the list using a PR.
NEWS.md
+ markdowncv
(@ccbaumler, #250).markdowncv
academicons version (@ccbaumler, #250).markdowncv
(@ccbaumler, #250).brief_entries()
producing overlapping text in awesomecv
(#258).bibliography_entries()
failing to render PDF outputs with recent versions of pandoc (#246).markdowncv(..., theme = c("kjhealy", "blmoore", "davewhipp"))
markdowncv(..., theme = c("kjhealy", "blmoore", "davewhipp", "ccbaumler"))
moderncv(
...,
theme = c("casual", "classic", "oldstyle", "banking", "fancy"),
- latex_engine = "pdflatex"
+ latex_engine = "xelatex"
)