Giter Site home page Giter Site logo

vitorcid's People

Watchers

Arek Gladki avatar

Forkers

karollayna

vitorcid's Issues

Add logic for json_path

Add support for custom CV data (not available via https://orcid.org/) via the JSON file.
Update the vignette with a scenario which enables adding the following entries via the JSON file:

  • why for education and employment
  • address
  • current position

Improve logic for `get_vitae_r_package_entry`

Recently the CRAN API for search was not working: r-hub/pkgsearch#111.
It can happen that CRAN or BioC API do not work. Let's improve the logic.
AC:

  • use tryCatch when checking the R packages with pkgsearch link or biocondcutor link
  • if given service fails:
  • return empty data.table
  • raise warning

Add support for all templates from vitae

Currently, the template is hardcoded: https://github.com/gladkia/vitorcid/blob/main/R/rorcid.R#L161
There are six templates provided by vitae: https://github.com/mitchelloharawild/vitae/blob/master/tests/testthat/test-template.R

AC:

  • support all six templates via the dedicated parameter
  • support additional template parameters (if given template has them):
> formals(vitae::awesomecv)
$...


$latex_engine
[1] "xelatex"

$page_total
[1] FALSE

$show_footer
[1] TRUE

> formals(vitae::twentyseconds)
$...


> formals(vitae::moderncv)
$...


$theme
c("casual", "classic", "oldstyle", "banking", "fancy")

$latex_engine
[1] "pdflatex"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.