Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import bibliographic references with zotero translation server from nearly any website #48

Open
tshu-w opened this issue Oct 16, 2021 · 3 comments

Comments

@tshu-w
Copy link

tshu-w commented Oct 16, 2021

As shown in jkitchin/org-ref#901 joostkremers/ebib#220, maybe we can import bib entries by Zotero Translation Server with Zotero Translators, which support a large number of website.

users can get bib text easily with a Zotero Translation Server and following code:

(shell-command-to-string
          (format "curl -s -d '%s' -H 'Content-Type: text/plain' '%s/web' | curl -s -d @- -H 'Content-Type: application/json' '%s/export?format=bibtex'" url zotero-translation-server zotero-translation-server))
@tshu-w tshu-w changed the title import bibliographic references with Zotero Server from nearly any website import bibliographic references with zotero translation server from nearly any website Oct 16, 2021
@cpitclaudel
Copy link
Owner

Sure, that sounds good. I'd be happy to merge a patch, though I won't have time to work on the feature.

@tshu-w
Copy link
Author

tshu-w commented Oct 16, 2021

Since I don't use biblio directly, I can't guarantee I'll make a patch, but I'll try if I have time. Let's leave this here and see if anyone is interested

@gkowzan
Copy link

gkowzan commented Jan 25, 2022

I submitted a pull request (#50) implementing this feature. I tried to keep implementation and functionality in line with what's provided by biblio-doi.el.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants