original dates of publication
Is there any way to include an original date of publication? For example, 1991 [1962].
I know there hasn't been in the past but I'm hoping it's been developed - kind of essential for a lot of academic bibliographies. Any info appreciated! Thanks!
I know there hasn't been in the past but I'm hoping it's been developed - kind of essential for a lot of academic bibliographies. Any info appreciated! Thanks!
original-date: 1864
I found the style editor but have no idea where to go from here . . thanks!
I have added original-date: 1991 to the Extra field but when I cite using the APA style I only get the English publication date. See: Am I missing something?
https://github.com/Juris-M/propachi-vanilla/releases/tag/v1.1.77
(Given that you use APA, you may want to use the uppercase version)
https://github.com/Juris-M/propachi-upper/releases/tag/v1.1.74
For ASA:
citation:
Polanyi ([1944] 2001)
bibliography:
Polanyi, Karl. [1944] 2001. The Great Transformation: The Political and Economic Origins of Our Time. Boston: Bean Press.
Updating Zotero to accommodate the original publication for works in ASA style would be excellent.
Styles also update automatically within 24hs
In an existing document, you may have to switch to a different style and back for the changes to take effect once the style is updated.
(I tried the Cranfield one and it doesn't seem to work)
Or: how can I edit it in in my own style (a solution that I actually would prefer)?
When editing a style, you just need to use
<date variable="original-date" form="text"/>
for the original date, there's nothing special to using this (and other) variable specified in "Extra"original-date: 1826
in the Extra field.
Original date is outputting for Chicago 17th author-date style but not for Chicago 17th Full note:
Marcus Vitruvius Pollio. (1826) 1874. The Architecture of Marcus Vitruvius Pollio, Tr. by J. Gwilt. http://archive.org/details/architecturemar02pollgoog.
Marcus Vitruvius Pollio. The Architecture of Marcus Vitruvius Pollio, Tr. by J. Gwilt, 1874. http://archive.org/details/architecturemar02pollgoog.
I'm running version 5.0.65 on Mac OS 10.10.5.
following "adamsmith" (thank to him) one would be able to add this original date of publication simply by adding this command line in the CSL file :
date variable="original-date" form="text"
Actually, I would like to add the date just after the title, this way :
Theodor Haecker, Virgile, père de l’Occident [1931], trad. Claude Martingay, Genève, Ad solem, 2007.
I think I need to add these prefix and suffix :
date variable="original-date" form="text" prefix="[" suffix="]"
But where do I past this line ? and where will I find the place to fill the form in zotero afterwards (does it add automatically depending on the style ?).
Thanks a lot
original-date: 1826
in the Extra field in Zotero. Where to add the original date depends on the style you're starting out with.
I'm using Chicago, and when I add a date in the extra, Zotero adds "repr":
Jean-François Lyotard, The Postmodern Condition: A Report on Knowledge, trans. Geoffrey Bennington and Brian Massumi (1979; repr., Minneapolis: University of Minnesota Press, 1984).
and in the bibliography its:
Lyotard, Jean-François. The Postmodern Condition: A Report on Knowledge. Translated by Geoffrey Bennington and Brian Massumi. 1979. Reprint, Minneapolis: University of Minnesota Press, 1984.
But in this example, it's not reprinted. It's just the original date of publication version. so, a question and a suggestion:
1 - can I change this?
2 - maybe it is advisable that, whenever a translator is added, the "repr" won't show. I think in most citations I know (in the humanities) people use "first published".
cheers!
a f
For example, per Chicago style: [1907] 2010
As of now, this method will not parse correctly; if I simply place "[1907] 2010" in the date field, then the Chicago styles of Zotero simply generate citations and bibliography using the "1907" year and ignore the 2010 altogether.
(I understand the solution of using the "Extra" field, but I would rather use that field for my summaries of articles and books, and thus for generating annotated bibliographies).
Thank you for any guidance....