Skip to content

Commit

Permalink
Update modern-language-association.csl (#6606)
Browse files Browse the repository at this point in the history
Add `genre` for `thesis` and move publication date
  • Loading branch information
POBrien333 authored Jul 24, 2023
1 parent dd364c1 commit b176872
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions modern-language-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
<author>
<name>Sebastian Karcher</name>
</author>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author"/>
<category field="generic-base"/>
<summary>This style adheres to the MLA 9th edition handbook. Follows the structure of references as outlined in the MLA Manual closely</summary>
<updated>2021-07-13T20:05:10+00:00</updated>
<updated>2023-07-21T20:05:10+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 @@ -195,9 +198,18 @@
</macro>
<macro name="publisher">
<choose>
<if type="article-magazine article-newspaper article-journal" match="none">
<text variable="publisher"/>
<if type="thesis" match="any">
<group delimiter=". ">
<date variable="issued" form="numeric" date-parts="year"/>
<group delimiter=", ">
<text variable="publisher"/>
<text variable="genre"/>
</group>
</group>
</if>
<else-if type="article-magazine article-newspaper article-journal" match="none">
<text variable="publisher"/>
</else-if>
</choose>
</macro>
<macro name="publication-date">
Expand All @@ -208,7 +220,7 @@
<else-if type="article-journal" match="any">
<date variable="issued" form="text" date-parts="year-month"/>
</else-if>
<else-if type="speech" match="none">
<else-if type="speech thesis" match="none">
<date variable="issued" form="text"/>
</else-if>
</choose>
Expand Down

0 comments on commit b176872

Please sign in to comment.