-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update smithsonian-institution-scholarly-press author-date and note (#…
- Loading branch information
1 parent
e6b6c6c
commit a76a3f5
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,14 @@ | |
<link href="http://www.zotero.org/styles/smithsonian-institution-scholarly-press-author-date" rel="self"/> | ||
<link href="http://www.zotero.org/styles/apa-old-doi-prefix" rel="template"/> | ||
<link href="https://scholarlypress.si.edu/resources/guidelinesforms/" rel="documentation"/> | ||
<link href="https://public-media.secure.si.edu/filer/5b/01/5b01ac2a-847b-4489-8e9f-f0325055e066/sisp_guide_to_author-date_feb2020.pdf" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="generic-base"/> | ||
<updated>2017-08-03T15:31:00+00:00</updated> | ||
<updated>2022-11-07T14:16:09+00:00</updated> | ||
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> | ||
</info> | ||
<locale xml:lang="en"> | ||
|
@@ -35,7 +36,7 @@ | |
</names> | ||
<names variable="editor translator" delimiter=", "> | ||
<label form="short" plural="never" suffix=" "/> | ||
<name initialize-with=". " delimiter=", "/> | ||
<name initialize-with=". "/> | ||
</names> | ||
</group> | ||
</if> | ||
|
@@ -59,7 +60,7 @@ | |
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/> | ||
<name delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="first"/> | ||
<label form="short" prefix=", "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
|
@@ -208,7 +209,7 @@ | |
</choose> | ||
</else-if> | ||
<else> | ||
<text variable="title" quotes="true"/> | ||
<text variable="title" quotes="false"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
|
@@ -517,7 +518,7 @@ | |
<macro name="container-title"> | ||
<choose> | ||
<if type="article article-journal article-magazine article-newspaper" match="any"> | ||
<text variable="container-title" font-style="italic" text-case="title"/> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
</if> | ||
<else-if type="bill legal_case legislation" match="none"> | ||
<text variable="container-title" font-style="italic"/> | ||
|
@@ -597,7 +598,7 @@ | |
</group> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="8" et-al-use-first="6" et-al-use-last="true" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0" line-spacing="2" hanging-indent="true"> | ||
<bibliography et-al-use-last="true" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0" line-spacing="2" hanging-indent="true"> | ||
<sort> | ||
<key macro="author"/> | ||
<key macro="issued-sort" sort="ascending"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,14 @@ | |
<link href="http://www.zotero.org/styles/smithsonian-institution-scholarly-press-note" rel="self"/> | ||
<link href="http://www.zotero.org/styles/chicago-fullnote-bibliography" rel="template"/> | ||
<link href="https://scholarlypress.si.edu/resources/guidelinesforms/" rel="documentation"/> | ||
<link href="https://public-media.secure.si.edu/filer/b6/b9/b6b92307-28a1-49fe-ae1a-3021f848746e/sisp_guide_to_notes-biblio_feb2020.pdf" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<category citation-format="note"/> | ||
<category field="generic-base"/> | ||
<updated>2018-04-24T15:30:08+00:00</updated> | ||
<updated>2022-11-07T14:19:26+00:00</updated> | ||
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> | ||
</info> | ||
<locale xml:lang="en"> | ||
|
@@ -103,7 +104,7 @@ | |
<else> | ||
<names variable="editor translator" delimiter=", "> | ||
<label form="verb-short" text-case="lowercase" suffix=" "/> | ||
<name and="text" delimiter=", "/> | ||
<name and="text" initialize-with=". "/> | ||
</names> | ||
</else> | ||
</choose> | ||
|
@@ -232,7 +233,7 @@ | |
<text variable="title" font-style="italic" prefix="review of "/> | ||
</else-if> | ||
<else> | ||
<text variable="title" text-case="title" quotes="true"/> | ||
<text variable="title" text-case="title"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
|
@@ -265,7 +266,7 @@ | |
<text variable="title"/> | ||
</else-if> | ||
<else> | ||
<text variable="title" text-case="title" quotes="true"/> | ||
<text variable="title" text-case="title" quotes="false"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
|