Giter Site home page Giter Site logo

Get employment, etc. about rorcid HOT 14 CLOSED

bomeara avatar bomeara commented on May 21, 2024
Get employment, etc.

from rorcid.

Comments (14)

rcpeters avatar rcpeters commented on May 21, 2024 1

Everything you asked for is in both APIs curl -H'Accept: application/xml' http://pub.orcid.org/v1.2/0000-0002-0337-5997/orcid-profile

from rorcid.

sckott avatar sckott commented on May 21, 2024

hey brian :) let me check - what exactly can you not get at?

from rorcid.

sckott avatar sckott commented on May 21, 2024

Its a complicated set of APIs - it's possible that we need to use authencation to get that information. The docs seem to indicate that any public data is available in the API calls - but employment etc. stuff isn't there - I'll keep loolking

from rorcid.

bomeara avatar bomeara commented on May 21, 2024

I can get my works, and my email and url, but not employment history, funding, or education.

i.e., dput(orcid_id(orcid = "0000-0002-0337-5997", profile="bio")) shows all I get from bio, but doesn't include this, nor does the full dump of dput(orcid_id(orcid = "0000-0002-0337-5997", profile="profile")).

FWIW, this is my overall profile, which has this info: http://orcid.org/0000-0002-0337-5997 .

from rorcid.

bomeara avatar bomeara commented on May 21, 2024

And this is a "nice to have" sort of thing: obviously I can just write this info the old-fashioned way into a CV (and it hopefully won't change as fast as publications). Just seems logical to have a way to grab this from ORCID if it already exists.

from rorcid.

sckott avatar sckott commented on May 21, 2024

And this is a "nice to have"

right, but needs to be sorted 🔧

from rorcid.

bomeara avatar bomeara commented on May 21, 2024

It may be that their 2.0 API has this, but not their 1.2. https://github.com/ORCID/ORCID-Source/tree/master/orcid-model/src/main/resources/record_2.0_rc1

from rorcid.

bomeara avatar bomeara commented on May 21, 2024

Thanks, @rcpeters. So it could just be a matter of having rorcid process this info (while not ruling out that it already does, and I just missed this somewhere in its output).

from rorcid.

sckott avatar sckott commented on May 21, 2024

ah, looks like I was dropping orcid-activities

from rorcid.

sckott avatar sckott commented on May 21, 2024

@bomeara reinstall devtools::install_github("ropensci/rorcid")

library(rorcid)
res <- orcid_id("0000-0002-0337-5997")
res$`0000-0002-0337-5997`$`orcid-activities`

from rorcid.

bomeara avatar bomeara commented on May 21, 2024

Perfect! Well done. Thanks, @sckott & @rcpeters!

from rorcid.

sckott avatar sckott commented on May 21, 2024

glad it works.

from rorcid.

mfenner avatar mfenner commented on May 21, 2024

Great stuff. You might also consider pulling in info from some of the places that build profiles using ORCID, e.g. ImpactStory or Europe PMC (http://europepmc.org/authors/0000-0002-0337-5997). The latter has no API yet.

Something I am working on with ORCID is pushing (authenticated) GitHub usernames into the ORCID profile from DataCite, so in the future you will also fetch that info from ORCID and can build something nice around it. E.g. using Depsy.

from rorcid.

sckott avatar sckott commented on May 21, 2024

Good ideas, but do want to stick to ORCID in this pkg - perhaps a different pkg could combine them

from rorcid.

Related Issues (20)

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.