Carlos Martinez
Carlos Martinez
@jhidding and @egpbos -- is this issue still relevant? Does the guide contain sufficient detail on these topics (or points to resources on these topics).
During the [research software templates](https://virtual.oxfordabstracts.com/#/event/49081/submission/90) session in RSECon24, there were some comments about "other tools used in R instead of templates": - devtools - https://github.com/benmarwick/rrtools Are these equivalent? competitors? I...
> If the `CITATION.cff` file appears below `inst/` does it still enjoy the favorable treatment from GitHub? Unfortunately, it looks like the CFF file needs to be on the root...
If `inst/CITATION` is already the standard for R, maybe indeed this doesn't have much added value. Maybe a more useful thing to do would be to document this is the...
Hey @abelsiqueira, thanks for your feedback. I'm making a little checklist for myself, I'll do as much as I can, but I think there might be a couple of things...
I've played with the API before, I think I can figure out how to do this.
From the [orcid API documentation](https://info.orcid.org/documentation/api-tutorials/api-tutorial-read-data-on-a-record/#easy-faq-2606), you need to generate a Client ID and secret, which you can use to generate a token: ``` curl --location --request POST 'https://sandbox.orcid.org/oauth/token' \ --header...
Actually, I played with the API a bit more, and it turns out you can use the `expanded-search` endpoint *without* a TOKEN. So I don't think a backend is necessary...
Here a PR with a first attempt -- much work needed before it is anything sensible, but it is a start.