SkillAgentSearch skills...

Cv

CV done with R, markdown, and pandoc

Install / Use

/learn @bomeara/Cv
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

cv

This is an R package for creating a CV using information from Google Scholar, GitHub, ORCID, and ImpactStory.

To install

install.packages("devtools")
devtools::install_github("bomeara/cv")

You will also need wkhtmltopdf and pandoc installed on your system (for Mac users, look into MacPorts for this; Brew may also work).

Once you've installed the package,

library(cv)
CreateMarkdown(GetInfoFromOrcid(id="0000-0002-0337-5997"), emphasis.name="O'Meara", scholar.id="vpjEkQwAAAAJ", impact.story.id = "0000-0002-0337-5997")
FinalCompileCV(output="OMearaCV")

If you want to just get collaborators for an NSF form,

library(cv)
collaborators <- GetCollaborators(GetInfoFromOrcid(id="0000-0002-0337-5997"), starting.year=2013)
print(collaborators)
write.csv(collaborators, file="Collaborators.csv")

You can open the saved csv file.

You'll probably want to change the id and names to your own rather than mine (for one thing, this could make it more likely to get the job you want). There are also files in /inst/extdata you will need to change.

You can see an example of the output at http://www.brianomeara.info/cv.

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated2y ago
Forks3

Languages

R

Security Score

75/100

Audited on Jan 4, 2024

No findings