Anthropologists/Archaeologists--styles please
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
You could have two separate date macros, one for citations and one for the bibliography. Alternatively, you can use this line, which I used in my version of AAA which was posted in another discussion page.
<option name="hanging-indent" value="true"/>
http://www.box.net/shared/su13dldql7
Everything else should be the same.
Actually, there are a few small differences from my version of AAA, which I think follows the official AAA style on these specific points:
1) I think that the AAA style doesn't actually use italics for the title in the bibliography.
2) AAA uses italics for 'in' when followed by the name of a journal or edited volume.
3) AAA uses the plural eds. when appropriate. It is not capitalised and it follows the editor's name or editors' names rather than preceding it.
Obviously, these are not major problems as most of the time you don't need a perfect version of AAA, and certainly this file is much tidier than mine.
I'm calling it ugly because the indentation is still no real indentation of course; and the omitted author is actually represented by a whitespace, which causes a white line to appear whenever more than one work by an author is included.
I really hope the developers are willing to work on a more permanent solution for this style and its several derivates. EndNote has never handled the case very well (basically relying on a similar workaround for omitting authors) — it would be cool if CSL/Zotero could get this right!
(See this thread for details on the problem and on the workarounds.)
The thing I've not yet to figured out is the padding around the date, and the indenting. If you can figure out a generic way to do this (no tabs, for example)—both in CSL and in XHTML/CSS—let me know.
I am happy to merge James' 2 date version with my American Antiquity style (based on the AAA one) and get it posted too. I agree with Mark, but as James points out, having imperfect, but OK styles for anthropology/archaeology available is a LOT better than not having any at all.
Any thoughts on how to translate this (particularly the date padding) into more generic CSL (e.g. that can still be reasonably translated to other output formats; RTF, TeX, etc.)?
That is, some kind of double hanging indent (or equivalent) should be sufficient: the first hanging indent for any continuation of the author line beyond 1 and for the date, the second hanging indent for any citation text that continues on lines below the date.
In general, I think most would be very happy to get an output like the one below:
Nettle, Daniel
1999a Is the Rate of Linguistic Change Constant? Lingua: International Review of General Linguistics 108, no. 2: 119-36.
1999b Is the Rate of Linguistic Change Constant? Lingua: International Review of General Linguistics 108, no. 2: 119-36.
2000 Is the Rate of Linguistic Change Constant? Lingua: International Review of General Linguistics 108, no. 2: 119-36.
That is, with the grouping or subsequent-author-omit issue fixed the right way (instead of author being an empty space taking up its own line).
Going from that to the desired layout is just a matter of setting a hanging indentation and one tab in most Word processors.
Question: couldn't one use the Unicode tab character? (\u0009 HTML entity , ampersand # 09 ; ) It doesn't seem to carry over into word processors though, judging from copy/pasting into MS Word 2003.
r4079
American Antiquity style, based on preliminary American Anthropologist style by Mark Dingemanse. There are several workarounds to issues of CSL/Zotero integration that affect bibliographies of this somewhat complex style.
The author is omitted after the first entry when there are multiple citations by the same author in a bibliography. This works OK, but generates an extra line feed because the omitted author name is replaced by a space. These extra lines need to be removed manually.
The dates are indented beneath the author by using spaces rather than an embedded hanging indent.
A hanging indent needs to be set manually in the wordprocessor used for the bibliography to indent the rest of the citation beneath the date. A hanging indent of about 1/2" looks pretty good for 12 point type. If this is done, the resulting bibliography looks pretty good and closely conforms to the American Antiquity standard.
One other issue I noticed is that for works in press or otherwise unpublished, a notation of "nd" in the date field is parsed to 0000. A date of 0000 is ignored as are the prefix spaces. The result is that the "nd" notation does not print and the rest of the citation is pushed to the left margin.
Could I convince you to go ahead and post that style, too, where it's at now. It should look at least as good as the American Antiquity style, although I think you said something about misplaced italics in some place.
I really want to get rid of EndNote for good and also to encourage anthropology students to adopt Zotero. However, I don't feel comfortable doing either as long as the process of creating a bibliography in AAA format (the current standard for most cultural anthropologists and anthropology students) is so complex.
Please know that I do understand that this process is far from simple, as I tried in vain to create a CSL and discovered quickly that it is way beyond my capabilities. But, I thought I might just check in again to see if there is any new good news on this front?
Thanks so much. I love Zotero!
Best,
Jennifer
Every time you make a change, it reverts to double spaced. I can remove the extra line feeds, but it puts them back in if anything is changed. Same goes for the extra lines between multiple citations by the same author (not a big deal since there are few of them). It also resets my indents (needed to make it look right). With a hanging indent and single spacing, it looks quite good. I just wish it would not reformat the page when I redo the bib.
As for indentation, I seem to remember that making a special Word formatting style and applying to the bibliography keeps certain things from going awry again.
the American Journal of Physical Anthropology citation should be just a bit different than it is. Currently it is "(Hogue 2001a,b)" where it should be "(Hogue, 2001a,b)" with a comma after the author. If anyone could fix that, it'd be great. I don't have the time to try right now, though I would like to get into it after the semester is over.
1) Page numbers should be included in citations
2) In the bibliography, references shouldn't be numbered but listed by author surname
3) In the bibliography, page numbers should be in the "p 10" format
4) In the bibliography short journal titles should be used
5) Disambiguated citations should be like this "2000a,b" not "2000a, b" as now
The new style can be downloaded here: http://www.box.net/shared/kpdor96hr5
I'd appreciate it if someone could test it before it goes in the style repository.
1 seems to be fine. For 2, the numbers in the bibliography have been removed but they are still arranged in the order in which they are cited. They should be alphabetical. I can't find where 3 is changed, but I don't think it needs to be (by my humble reading of the citation style).
I'm not sure how to deal with 4 or 5 either. Again, thanks for your help!
Incorrect:
<author>
<name>author 1</name>
<name>author 2</name>
</author>
Correct:
<author>
<name>author 1</name>
</author>
<author>
<name>author 2</name>
</author>
For 4), you can specify in the style to use the short form of the journal title, e.g.:
<text variable="container-title" form="short"/>
For 5) support is currently lacking. A solution (a new version of CSL and a new CSL processor) is in the works.
Thanks to Rintze, the style should now verify and if there are abbreviated titles for journals they should display.
The revised version can be downloaded from the same place:
http://www.box.net/shared/kpdor96hr5
What I'm basically saying is that a) Zotero generated content should be tagged with styles, and b) one should use styles to modifying things like line-spacing.
I do have the latest versions of Zotero and the OO plugin. The problem seems to be in
<text macro="contributors" display="block"/>
I'm still working with the squirrelly American Antiquity and American Anthropologist styles. The author section needs to be in a block so that the the rest of the bibliography entry starts with a date, indented below the author.
I don't know if I'm describing this correctly, but there is a new line at the end of a bibliograraphy entry. That's OK. However, this followed by a hard return (but not a new line) so that the authors (i.e., block) get wrapped onto another line. All of the bib entry (authors and indented date section below it) then is treated like the same paragraph of the empty newline. Yf you create a hanging indent in the word processor, everything (author and the rest of the bib) get indented--because it is all the same paragraph and the 1st line of the paragraph is the empty line between entries. If you manually put your cursor in front of the 1st author and press the backspace to delete this hard return, then you can format the entry OK.
Michael