Skip to content

Commit

Permalink
Update smithsonian-institution-scholarly-press author-date and note (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Dec 26, 2022
1 parent e6b6c6c commit a76a3f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
13 changes: 7 additions & 6 deletions smithsonian-institution-scholarly-press-author-date.csl
Original file line number Diff line number Diff line change
Expand Up @@ -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>obrienpat86@gmail.com</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">
Expand All @@ -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>
Expand All @@ -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"/>
Expand Down Expand Up @@ -208,7 +209,7 @@
</choose>
</else-if>
<else>
<text variable="title" quotes="true"/>
<text variable="title" quotes="false"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -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"/>
Expand Down Expand Up @@ -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="&amp;#8212;&amp;#8212;&amp;#8212;" entry-spacing="0" line-spacing="2" hanging-indent="true">
<bibliography et-al-use-last="true" subsequent-author-substitute="&amp;#8212;&amp;#8212;&amp;#8212;" entry-spacing="0" line-spacing="2" hanging-indent="true">
<sort>
<key macro="author"/>
<key macro="issued-sort" sort="ascending"/>
Expand Down
9 changes: 5 additions & 4 deletions smithsonian-institution-scholarly-press-note.csl
Original file line number Diff line number Diff line change
Expand Up @@ -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>obrienpat86@gmail.com</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">
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit a76a3f5

Please sign in to comment.