Making a CV with R (w/ RStudio): Professional & Semantic!

  Рет қаралды 4,421

Samuel Chan

Samuel Chan

Күн бұрын

Creating a CV using R in the RStudio IDE, thanks to the vitae package we've got 6 curriculum vitae templates out of the box, and we'll learn about using markdown and R Markdown's specific knitting features to get the desired result. Learn how to create a resume using programming tools you already know (and hopefully love) in under 20 minutes.
New to RStudio / R? 6-minute guide to RStudio to get you up to speed: • RStudio IDE tutorial (...

Пікірлер: 11
@CanDoSo_org
@CanDoSo_org 29 күн бұрын
Thanks. But the page margin is too narrow. How to increase the page margin?
@bektassari9430
@bektassari9430 2 жыл бұрын
Great video! Thank you Samuel.
@devinmartin7117
@devinmartin7117 2 жыл бұрын
Hi Samuel, I love your videos they have helped me out so much. I had a question about expanding on one of the projects you made on a previous video and was wondering if I could contact you about it.
@SamuelChan
@SamuelChan 2 жыл бұрын
Thank you Devin! I’ll reply to you by email! :)
@adithyaparupudi1336
@adithyaparupudi1336 Жыл бұрын
hey Samuel. I want to render this Rmd to an HTML file. I am not finding an option to do so. As per documentation, both pdf and html must be generated, but it isnt. i tried render() function but thats not working. Can you please help
@SamuelChan
@SamuelChan Жыл бұрын
Hi Adithya, would love to help. If you don’t mind can you paste the relevant sections of your rmd file (remove your personal bio) or error code / logs etc so I can give you some targeted advice on what to try? “Not finding an option to do” -> does the Knit to html button not appear in the menu? :) any output from the render() function?
@reem19681
@reem19681 2 жыл бұрын
hello, how do you insert publications to the cv?
@SamuelChan
@SamuelChan 2 жыл бұрын
Taken directly from the package’s manual: “import your working history from other sources (such as ORCID, Google Scholar, or a maintained dataset), and include them programmatically into your CV” using the rorcid package: orcid_data
@samritpramanik2962
@samritpramanik2962 2 жыл бұрын
How can I change the default font to any other google font?
@SamuelChan
@SamuelChan 2 жыл бұрын
You need a separate style-file (.sty) in the same folder of your R markdown file, where you define the font-family. --- output: pdf_document: includes: in_header: custom.sty --- In `custom.sty` you then set up your fonts using LaTeX code. Another option is to edit the `.cls` (vitae/inst/rmarkdown/templates/awesomecv/skeleton/awesome-cv.cls) Reference 1: tex.stackexchange.com/questions/345803/how-to-change-the-font-in-awesome-cv Reference 2: github.com/mitchelloharawild/vitae/issues/81
@samritpramanik2962
@samritpramanik2962 2 жыл бұрын
@@SamuelChan Thanks a lot.
Quarto  -  replacing R Markdown in R Studio.
14:04
R Programming 101
Рет қаралды 26 М.
RMarkdown Parameterized Reports Will Save You HOURS of Work
19:47
Крутой фокус + секрет! #shorts
00:10
Роман Magic
Рет қаралды 28 МЛН
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57
Create beautiful documents with Quarto and R
29:16
Dr Lyndon Walker
Рет қаралды 40 М.
5 Resume Mistakes You MUST Avoid (with real examples)!
6:41
Jeff Su
Рет қаралды 2 МЛН
Making an RMarkdown template in a package #rstats
19:10
David Keyes
Рет қаралды 2,4 М.
RStudio: Quick Guide to Citations
8:54
Biostatistics
Рет қаралды 8 М.
GitHub Copilot in Rstudio, it's finally here!
54:11
R Consortium
Рет қаралды 13 М.
Boxplots in R with ggplot and geom_boxplot() [R- Graph Gallery Tutorial]
16:17
Free Code Camp Talk: Making A Data Driven CV With RMarkdown
49:51