local list of journal abbreviations
It would be nice to have one or serveral local lists of journal abbreviations which the user could modify.
Currently, there is only the possibility to use the Medline list or to define the abbreviation for each reference.
Currently, there is only the possibility to use the Medline list or to define the abbreviation for each reference.
in the zotero.jar It would not be terribly hard, I believe, to allow that to be changeable, but that would really only make sense if there were any alternative lists out there. Are there any particular shortcomings you're running into?
If you're interested in creating a list, you can take a look at the abbreviations.json file bundled with Zotero, or if that's not sufficient, I can create some better documentation.
One would expect a simple two columns text file with the complete journal name in the first column and the abbreviation in the second column.
{"info":{"URI":"http://www.zotero.org/abbreviations/default.json","name":"MEDLINE + Title Word Abbreviations"},"default":{"container-title":{"Climate of the Past":"Clim. Past"}}}
However, it does not seem to work: "Climate of the Past" is abbreviated as before ("Clim.").
I am having a similar problem and can't get this fix to work. Simon, I've tried your suggestions. It's just not picking up on the file.
Are you placing abbreviations.json in the correct location (i.e. directly in your Zotero data directory, next to zotero.sqlite and the translators directory)?
Also, what specific problem are you trying to solve? I'm submitting a fix for the Climates of the Past issue. Are you trying to get some special abbreviations to work or are you fixing an issue with an incorrect MEDLINE abbreviation?
I have looked into journal abbreviations recently. It took me quite some time to figure out how zotero deals with this, but I seem to have figured it out.
Now, I am using oXygen as JSON editor. However, not all abbrevations seem to be pulled from the abbreviations.json file. Here an excerpt:
"info": {
"URI": "http://www.zotero.org/abbreviations/default.json",
"name": "MEDLINE + Title Word Abbreviations"
},
"default": {
"container-title": {
"academy of management journal": "Acad. Management J.",
"academy of management review": "Acad. Management Rev.",
"journal of political economy": "J. Political Econom.",
"management science": "Management Sci.",
"strategic management journal": "Strategic Management J.",
"journal of financial and quantitative analysis": "J. Financial Quant. Anal.",
I just added the entries all in the beginning without any particular order. Now, Journal of Political Economy is abbreviated properly whereas Journal of Financial and Quantitative Analysis uses a different abbreviation than is listed above. Any idea why this happens?
Thanks much!
Steve
Do you have the automatic abbreviation option enabled in Zotero Document Preferences (in Word)?
How are the references that are incorrectly abbreviated entered in Zotero? Right-click -> export one of them as Zotero RDF and post the contents to http://gist.github.com then link to it here.
Instead of "J. Financial Quant. Anal." zotero shows "J. Financ. Quant. Anal."
Also, here the link to the zotero RDF: https://gist.github.com/anonymous/8104264
Thanks again!
Steve
So if you enter
"journal of financial quantitative analysis": "J. Financial Quant. Anal."
(no "and"), it should work.I'm not sure if there is ever a case where such normalization would result in an ambiguous journal name. If you find a case, do let us know.
Finally, in the longer run, Zotero will probably have a much better way to tweak abbreviations. But don't hold your breath.
Happy holidays, and looking forward to the new journal abbreviation features yet to come!
Steve
There are two journals called Biochemistry. One is simply "Biochemistry". The other is "Biochemistry (Moscow)". What is the correct way to normalize these titles so that both are formatted correctly?
At present, the list says:
"biochemistry" : "Biochemistry (Mosc.)
http://woodward.library.ubc.ca/research-help/journal-abbreviations/
I guess I am also confused about when Zotero automatically fills in the Journal Abbr field for the citation info. It hasn't been consistent about adding that info, even when papers are from the same journal.
Zotero only populates the Journal Abbr field when the database provides it.
I think de local journals list in zotero should be updated, because this problem is with all the official journals of the societies
I wanted to prepare a huge list, but before that, I tried to create an abbreviations.json file.
Following what Simon and aurimas wrote above, I prepared the list in lowercase, without punctuation and removing any of those:
and, et, y, und, la, le, the, l', d'
From there some questions:
1/ What should be done with Italian (e, il, lo, dell')?
2/ I ran a test with this, called abbreviations.json and saved in my Zotero data directory:
{
"info": {
"URI": "http://www.zotero.org/abbreviations/american-journal-of-archaeology.json",
"name": "Abbreviations American Journal of Archaeology"
},
"default": {
"container-title": {
"mélanges de école française de rome antiquité": "MéFRA",
"atene e roma": "AeR",
},
}
}
For Atene e Roma, it worked perfectly
For Mélanges de l'École française de Rome. Antiquité, it did not work so well:
With "Mélanges de École française de Rome. Antiquité", I got this result: MéFRA
With "Mélanges de l'École française de Rome. Antiquité" in Zotero, I got this result: Mélanges De LÉcole Française De Rome Antiquité
a) Given it might be needed to cite the whole name, I cannot just remove l', etc. from all titles in my Zotero database.
b) Why the capitalization to each word? If it doesn’t recognize the title to be abbreviated, shouldn’t it cite it as it was?
c) I suppose that the problem lies with the apostrophe, how to deal with it given its high frequency in Italian and French?
3/ The subtitle issue. I guess it can be solved by duplicating the name of the journal?
"studi miscellanei seminario di archeologia e storia dell'arte greca e romana dell'università di roma": "StMisc", "studi miscellanei": "StMisc" [not such a good example, it has apostrophes...]
It follows that there are not universal rules for abbreviations. The Zotero procedure should substitute style-specific abbreviations for particular journal titles first, and only thereafter attempt to guess the abbreviation with more general rules.
This approach prioritizes correctness in the context of style. After all, that is the job of a reference manager/formatter. It may come at the expense of quality of artificial intelligence that guesses journal name abbreviations, which is impossible to perfect.