Citing original date together edition date [1914] 2012. Is it possible?
Hi,
To old books it is common to write the citation as following:
(Weber, [1914] 2012)
Being 1914 the original date and 2012 the edition date.
Does the Zotero date field support this structure? How to insert the date? (I tried - [1914] 2012 - but Zotero just recognize the first date).
Thanks in advance,
Cadu
To old books it is common to write the citation as following:
(Weber, [1914] 2012)
Being 1914 the original date and 2012 the edition date.
Does the Zotero date field support this structure? How to insert the date? (I tried - [1914] 2012 - but Zotero just recognize the first date).
Thanks in advance,
Cadu
By the way, do you know whether it is a feature that has chance to be implement in CSL style soon?
Even using the follows structure in Zotero field date, when citing in Word it is considered just 1914 (without any of the others marks or date).
_[1914] 2012_
When I hover over the mouse on the date field (Zotero interface) it appears: 1914-00-00. So, it seems I couldn't force Zotero to store the pattern _[1914] 2012_
Is there something I am missing or making wrong?
Thanks!
"1914 2012"
None of these worked. Always 1914 is recognized, cited and referenced.
Is it expected that "[1914] 2012" will be cited and referenced in Word document? Or should it just remain as a register inside Zotero date field?
Thanks!
Has any progress been made on this front? In general, it would be great to be able to cite both original dates -- using the brackets -- and edition dates, using a slash. Example:
1956/1972 (1st edition 1956; current, cited edition 1972)
2012 [1914] (cited edition 2012; originally written in 1914)
It would be great to hear if anything has been done on this front.
Thanks!
(1) The site translators take (sometimes messy) human-readable dates listed in target pages and convert them to an orderly internal form in the Zotero database. This is the "internal representation".
(2) When inserting citations, Zotero transforms the internal representation into a different form and sends it to the citation processor. This is the "citation processor representation".
(3) The citation processor takes the data it receives and transforms it into a human-readable citation. This is the "human readable form".
The citation processor representation allows for a literal string form of the date (i.e. a form that is not transformed according to the style). This provides a way of coping with requirements like those illustrated in your examples, that are not yet fully supported in the Zotero data model.
Literal strings in the citation processor representation depend on receiving data in that form from Zotero. For that to happen, two things are necessary:
(a) The "internal representation" in Zotero needs to allow the storage of literal strings (which it does do); and
(b) Zotero needs to send the literal-string data to the citation processor in an appropriate form when required (I'm not sure about this one).
Possibly we have all the necessary pieces in place, and only need a small tweak or two to get Z and the processor to speak to one another smoothly. If more than a tweak or two are required, this may have to wait for a revamp of date handling, which seems likely to happen in the coming year.
Dan or Simon may have comments.
In my experience, target pages tend not to list what we might call "secondary dates" (either edition dates or original publication dates) in a reliable fashion. For instance, importing this edition -- http://books.google.com/books?id=EFi2RVvX3wsC&lpg=PP1&dq=the%20great%20gatsby&pg=PP1#v=onepage&q&f=false -- of The Great Gasby from Google Books into Zotero results in the date reading 2011-10-11, when in fact the book was published in 1925. Zotero *is* correctly picking up the date listed -- it's just the date of the current edition, not the date of original publication. The "secondary dates" are something that I think the individual user would just have to key in manually, at least at this juncture.
Thanks again for your detailed reply!
Here are links to earlier iterations of the discussion:
http://forums.zotero.org/discussion/8239/multiple-dates-for-published-and-republished
http://forums.zotero.org/discussion/3673/original-date-of-publication/
Some day, it will be great to enter the original date in a new data field in Zotero, and then have it appear in in-line citations, footnotes, and bibliographies. Some day!
Another way of hacking in a workaround is to tag all of Zotero entries that have more than one date, and then prior to publication go through and manually change all the entries.
Hardly ideal, given that we're meant to be saving ourselves this job, but it does have the advantage of not reducing the date in Zotero to 0000 which happens with the long string method of Donna's. (If you use the timeline much for organising stuff this might be factor).
This shouldn't be so hard, given all the incredible work that went into Zotero...
Both the in-line citation and the bibliography are properly formatted to include original date of publication.
If anyone wants to use this CSL stylesheet, you can find it at:
https://drive.google.com/file/d/0B0rMtYOElLfcS3gxT0ZQbDR5cHc/edit?usp=sharing
Once downloaded, you would need to drag the file onto an open Firefox window to install it as a Zotero style. Then, when the Zotero Word Plug-in asks what style citations to use, select "American Psychological Association 6th edition with original date of publication".
Of course, if you don't use APA, this is not much help, though perhaps it will inspire others to do the same for other formats. (I generated it using the Visual CSL Editor.)
<macro name="Original date">
<choose>
<if match="any" variable="archive_location">
<text variable="archive_location" prefix="(Original work published in " suffix=")"/>
</if>
</choose>
</macro>
you're not actually using that anywhere (you use the archive location field directly further down) and it's not valid CSL - if you do want to use a macro, don't include a space in the name, i.e. use something like
<macro name="original-date">
This is not super-likely to break anything, but technically only validating styles are guaranteed to work with Zotero.
We're looking forward to the non-workaround version!
When I export using author-date format, it's almost correct:
Weber, Max. [1905]. 2002. _The Protestant Ethic and the Spirit of Capitalism_. Los Angeles, CA: Roxbury.
At the end I do a global replace, changing "]." to "]" which of course removes the extra period for all bibliographic entries exported this way.
{:original-date: 1864}
This will render the date of the chosen style supports it (the major ones--APA, Chicago, etc.--all do).
Thanks bwiernik - finally an easy solution that works !
Very happy about this