APA: sort in-text citations by date; short author list first time
Hello, can you please help me customize the APA 7th citation styles in two ways:
(1) Sort by date. Is this the code to edit? if so, how? (lines 1863-1869.
(2) Strict APA style has a complete author list the first time a citation is used, and then switches to et al. The journal to which I'm submitting uses et al. from the beginning How do I enact this change in the code?
Thanks.
(1) Sort by date. Is this the code to edit? if so, how? (lines 1863-1869.
(2) Strict APA style has a complete author list the first time a citation is used, and then switches to et al. The journal to which I'm submitting uses et al. from the beginning How do I enact this change in the code?
Thanks.
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.
Upgrade Storage
If you want to post your code, you need to wrap it in <code> <:code> tags.
(2) No. this was changed in APA 7th edition. APA now uses et al from the first citation.
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="false" collapse="year" givenname-disambiguation-rule="primary-name">
<sort>
<key macro="author-bib" names-min="3" names-use-first="1"/>
<key macro="date-sort-group"/>
<key macro="date-sort-date" sort="ascending"/>
<key variable="status"/>
</sort>
(2) I see. thx.
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="false" collapse="year" givenname-disambiguation-rule="primary-name">
<sort>
<key macro="date-sort-group"/>
<key macro="date-sort-date" sort="ascending"/>
<key variable="status"/>
<key macro="author-bib" names-min="3" names-use-first="1"/>
</sort>
Here is the line for ID:
<id>http://www.zotero.org/styles/apa</id>
How should that change?
<title>Becca APA for LSE v05</title>
<title-short>BP's APA 05</title-short>
<id>http://www.zotero.org/styles/apa-beccaprice05</id>
and
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="false" collapse="year" givenname-disambiguation-rule="primary-name">
<sort>
<key macro="date-sort-group"/>
<key macro="date-sort-date" sort="ascending"/>
<key variable="status"/>
<key macro="author-bib" names-min="3" names-use-first="1"/>
</sort>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="false" collapse="year" givenname-disambiguation-rule="primary-name">
<sort>
<key macro="date-sort-date" sort="ascending"/>
<key variable="status"/>
<key macro="author-bib" names-min="3" names-use-first="1"/>
<key macro="date-sort-group"/>
</sort>