[Answered] Zotero and Journals abbreviations
Hi,
I've read the different discussions on the forums about this topic, but I cannot find a clear answer.
I'm using Zotero to store my references, and I'm not using the word processor as I don't cite my ref in word. Basically, I use Zotero by right-clicking on a ref and "Create a bibliography". I'm in the medicine field, and journals abbreviations are quite a thing...
Is there a way to automatically fill in the "Journal Abbreviation" field in Zotero?
If no, is there a way, to use Abbreviation Filter without Word (or LibreOffice)?
Thanks!
I've read the different discussions on the forums about this topic, but I cannot find a clear answer.
I'm using Zotero to store my references, and I'm not using the word processor as I don't cite my ref in word. Basically, I use Zotero by right-clicking on a ref and "Create a bibliography". I'm in the medicine field, and journals abbreviations are quite a thing...
Is there a way to automatically fill in the "Journal Abbreviation" field in Zotero?
If no, is there a way, to use Abbreviation Filter without Word (or LibreOffice)?
Thanks!
I was expecting this answer...
When you say future... is it more 2 months or 10 years?
Anyhow, I'm interested in any documentation that you may give to me!
but I'd actually recommend doing this with pyzotero:
https://github.com/urschrei/pyzotero
which makes accessing the API super simple.
(As bwiernik's question indicates, there _is_ a local API, but there's currently not a good way to access it).
10.1103/physrevb.94.060411
The result returned from api.crossref.org has "abbrev_title" defined, but Zotero is still not including it in the "Journal Abbr" field on import from DOI. Is this a bug?
https://github.com/zotero/translators/blob/master/CrossRef.js#L155
would have to check if there's a reason for this (i.e. this is inconsistent in the metadata) or if we can just switch before fixing.
<crossref>
<journal>
<journal_metadata>
<abbrev_title>...</abbrev_title>
</journal_metadata>
</journal>
</crossref>
(see https://data.crossref.org/reports/help/schema_doc/unixref1.1/unixref1.1.html )
Note that Journal Abbreviation is probably the most inconsistently provided and formatted field across publishers and sites. You will in many cases have to adjust the imported information anyway.
If you're referring to updating item metadata, that's 20 month, not 2 years, and a PR is under review.