Modifying agu.csl to conform to better conform to my understanding of
AGU style based on their style guide and experience with AGU references. Changes consist of: 1) Make it so that all references use initials for author's first names. I am not sure if this is officially in the style document, but I have never seen an AGU publication that didn't use initials for author names. 2) Make it so that et al. is only used in bibliographic references when you have more than 10 authors and that only the first author name is used in this case, in accordance with http://www.agu.org/pubs/AuthorRefSheet.pdf. 3) Set the disambiguate-add-givenname option to false for citations. This MAY BE INCORRECT (not clear from above mentioned style guide - no mention of what to do in ambiguous cases), but setting it to true caused it to add the disambiguation in OpenOffice citations in wierd places. I think this might be a BUG in Zotero. I am guessing that upon citation Zotero was using disambiguate with respect to all references in my database, not just those in the document, AND that it considered names like John L. Doe and J. L. Doe different (or something like that), causing it to add initials when it really wasn't necessary. Turning this off will produce the correct result in the vaste majority of cases, but will fail in just those cases where disambiguate is supposed to be used.
This commit is contained in:
parent
6408762b12
commit
cc8bcbee12
1 changed files with 5 additions and 4 deletions
|
@ -26,7 +26,8 @@
|
|||
<macro name="author">
|
||||
<names variable="author">
|
||||
<name name-as-sort-order="first" and="text" sort-separator=", "
|
||||
delimiter=", " form="long" delimiter-precedes-last="always"/>
|
||||
delimiter=", " form="long"
|
||||
delimiter-precedes-last="always" initialize-with=". "/>
|
||||
<label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
|
@ -142,7 +143,7 @@
|
|||
<option name="et-al-subsequent-use-first" value="1"/>
|
||||
<option name="disambiguate-add-year-suffix" value="true"/>
|
||||
<option name="disambiguate-add-names" value="true"/>
|
||||
<option name="disambiguate-add-givenname" value="true"/>
|
||||
<option name="disambiguate-add-givenname" value="false"/>
|
||||
<option name="collapse" value="year"/>
|
||||
<layout prefix="(" suffix=")" delimiter="; ">
|
||||
<group delimiter=", ">
|
||||
|
@ -156,8 +157,8 @@
|
|||
</citation>
|
||||
<bibliography>
|
||||
<option name="hanging-indent" value="true"/>
|
||||
<option name="et-al-min" value="3"/>
|
||||
<option name="et-al-use-first" value="2"/>
|
||||
<option name="et-al-min" value="11"/>
|
||||
<option name="et-al-use-first" value="1"/>
|
||||
<sort>
|
||||
<key macro="author"/>
|
||||
<key variable="title"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue