-
Hey folks,
Thanks for setting up a dissemin API; it's pretty neat :)
To give it a test drive I added support for DIssemin to my [new biblio.el package](https://github.com/cpitclaudel/biblio.el#bibli…
-
http://www.crosscite.org/cn/
e.g., right now, `cr_cn()` suggests `citeproc-json` not acceptd by Datacite, but looks like it should be,
cc @njahn82
-
Aim is that `cr_cn` only allows content types as argument, which are supported by the respective agency. According to http://www.crosscite.org/cn/ supported content types differ.
I am happy to help.
-
Make a new response class to hold results? Or stick with `Faraday::Response` object? Benefits of a new class is full control, but sticking with the `Faraday::Response` builds on all the hard work do…
-
While using `cr_cn`, I realized that one doi works with link-based content type requests
```
curl http://api.crossref.org/works/10.5604/20831862.1134311/transform/application/vnd.crossref.unixsd+xml…
-
- Add ORCID support: http://doi-cache.ulminfo.fr/10.1016/j.jssc.2014.09.039
- Add full text support: http://doi-cache.ulminfo.fr/10.1016/j.virol.2009.09.025
- Ensure affiliations are handled properly:…
-
Originally on 2013-03-20
http://crosscite.org/citeproc/ provides a DOI citation formatter with tons of citation styles. Unfortunately the it's not possible to just send a GET request with DOI to the …
-
In the client I work on, for content negotation, I've been using the docs at http://www.crosscite.org/cn/ and the base url of `http://dx.doi.org` with appropriate headers for the content type requeste…
-
``` r
> cat(cr_cn(dois = "10.1002/app.27716", format = "bibtex"))
@article{Tang_2008,
doi = {10.1002/app.27716},
url = {http://dx.doi.org/10.1002/app.27716},
year = 2008,
publisher = {…
-
Unsure if I should report a bug with CSL-JSON response from http://dx.doi.org here. Is this the code that's running that service? I suspect not.