Skip to content

Commit

Permalink
Update united-states-international-trade-commission.csl (#5967)
Browse files Browse the repository at this point in the history
  • Loading branch information
USITC-Zotero authored Mar 23, 2022
1 parent 948c48a commit cabcdd4
Showing 1 changed file with 97 additions and 22 deletions.
119 changes: 97 additions & 22 deletions united-states-international-trade-commission.csl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<category citation-format="note"/>
<category field="generic-base"/>
<summary>A bibliographical style file for the United States International Trade Commission</summary>
<updated>2021-10-07T15:21:08+00:00</updated>
<updated>2022-03-04T21:24:35+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,7 +195,7 @@
<choose>
<if type="article-magazine" match="all" variable="author">
<names variable="author">
<name and="text" delimiter-precedes-last="always" name-as-sort-order="first"/>
<name and="text"/>
<substitute>
<text macro="editor"/>
</substitute>
Expand Down Expand Up @@ -329,7 +329,14 @@
</choose>
</else-if>
<else-if type="legislation bill" match="any">
<text variable="title" text-case="title"/>
<choose>
<if match="any" variable="title-short">
<text variable="title" form="short" text-case="title"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</else-if>
<else-if type="book graphic map song" match="any">
<choose>
Expand Down Expand Up @@ -419,14 +426,13 @@
</group>
</else-if>
<else-if type="bill legislation legal_case interview patent" match="any">
<text variable="title" text-case="title"/>
<text variable="title" form="short" text-case="title"/>
</else-if>
<else-if type="motion_picture" match="all">
<choose>
<if match="any" variable="issued">
<group>
<text variable="title" text-case="title" quotes="true" suffix=","/>
<date form="text" variable="issued" prefix=" " suffix=". "/>
<group delimiter=". ">
<text variable="title" text-case="title" quotes="true"/>
<text variable="dimensions" prefix="Video, "/>
</group>
</if>
Expand Down Expand Up @@ -713,7 +719,6 @@
<text variable="section"/>
</group>
<group delimiter=" ">
<text variable="volume"/>
<text variable="container-title"/>
<text variable="page-first"/>
</group>
Expand Down Expand Up @@ -933,7 +938,9 @@
<if is-uncertain-date="issued">
<date variable="issued" form="numeric" date-parts="year" prefix="[" suffix="?]"/>
</if>
<else-if match="any" variable="abstract"/>
<else-if match="any" variable="abstract">
<date form="text" date-parts="year-month-day" variable="issued"/>
</else-if>
<else>
<date form="text" variable="issued"/>
</else>
Expand Down Expand Up @@ -972,6 +979,7 @@
<text variable="status"/>
</else-if>
<else-if variable="accessed URL" match="all"/>
<else-if type="legislation" match="any"/>
<else>
<text term="no date" form="short"/>
</else>
Expand Down Expand Up @@ -1147,7 +1155,7 @@
<if type="graphic map" match="any">
<choose>
<if variable="publisher publisher-place" match="none">
<text macro="issued"/>
<text macro="issued-note"/>
</if>
</choose>
</if>
Expand All @@ -1156,23 +1164,23 @@
<macro name="issue-note">
<choose>
<if type="bill legislation legal_case" match="any">
<text macro="issued" prefix="(" suffix=")"/>
<text macro="issued-note"/>
</if>
<else-if type="speech" match="any">
<date form="text" date-parts="year-month-day" variable="issued"/>
</else-if>
<else-if type="article-journal">
<choose>
<if variable="volume issue" match="any">
<text macro="issued"/>
<text macro="issued-note"/>
</if>
<else>
<text macro="issued"/>
<text macro="issued-note"/>
</else>
</choose>
</else-if>
<else-if type="article-newspaper">
<text macro="issued"/>
<text macro="issued-note"/>
</else-if>
<else-if type="manuscript thesis speech" match="any">
<group delimiter=", ">
Expand All @@ -1181,7 +1189,7 @@
</choose>
<text variable="event"/>
<text variable="event-place"/>
<text macro="issued"/>
<text macro="issued-note"/>
</group>
</else-if>
<else-if variable="publisher-place event-place publisher" match="none">
Expand All @@ -1194,11 +1202,11 @@
<text macro="publisher"/>
</group>
</group>
<text macro="issued"/>
<text macro="issued-note"/>
</group>
</else-if>
<else>
<text macro="issued"/>
<text macro="issued-note"/>
</else>
</choose>
</macro>
Expand All @@ -1218,7 +1226,7 @@
</macro>
<macro name="issue-join-with-period">
<choose>
<if type="article-journal bill legislation legal_case" match="none">
<if type="article-journal bill legal_case" match="none">
<choose>
<if type="speech" variable="publisher publisher-place" match="any">
<text macro="issue"/>
Expand Down Expand Up @@ -1248,7 +1256,7 @@
<macro name="issue">
<choose>
<if type="bill legislation legal_case" match="any">
<text macro="issued" prefix="(" suffix=")"/>
<text macro="issued"/>
</if>
<else-if type="article-journal">
<choose>
Expand Down Expand Up @@ -1338,7 +1346,6 @@
</choose>
<choose>
<if type="legislation" match="any">
<text variable="URL"/>
<group prefix="(" suffix=")">
<text term="accessed" form="short" text-case="lowercase"/>
<date form="text" variable="accessed" prefix=" "/>
Expand Down Expand Up @@ -1417,6 +1424,75 @@
</else>
</choose>
</macro>
<macro name="issued-note">
<choose>
<if match="any" variable="issued">
<choose>
<if type="legal_case" match="any">
<group>
<text variable="authority"/>
<choose>
<if match="any" variable="container-title">
<date form="text" date-parts="year-month-day" variable="issued"/>
</if>
<else>
<date form="text" date-parts="year-month-day" variable="issued"/>
</else>
</choose>
</group>
</if>
<else-if type="article book bill chapter legislation motion_picture paper-conference song thesis" match="any">
<choose>
<if match="all" is-uncertain-date="issued">
<date form="text" date-parts="year-month-day" variable="issued"/>
</if>
<else-if match="any" variable="abstract">
<date form="text" date-parts="year-month-day" variable="issued"/>
</else-if>
<else>
<date form="text" date-parts="year-month-day" variable="issued"/>
</else>
</choose>
</else-if>
<else-if type="patent" match="all">
<group delimiter=", ">
<group delimiter=" ">
<text value="filed"/>
<date form="text" date-parts="year-month-day" variable="issued"/>
</group>
<group delimiter=" ">
<choose>
<if match="all" variable="issued submitted">
<text term="and"/>
</if>
</choose>
<text value="issued"/>
<date form="text" date-parts="year-month-day" variable="issued"/>
</group>
</group>
</else-if>
<else>
<choose>
<if match="all" is-uncertain-date="issued">
<date form="text" variable="issued" prefix="[" suffix="?]"/>
</if>
<else>
<date form="text" date-parts="year-month-day" variable="issued"/>
</else>
</choose>
</else>
</choose>
</if>
<else-if match="any" variable="status">
<text variable="status"/>
</else-if>
<else-if match="all" variable="accessed URL"/>
<else-if type="legislation" match="any"/>
<else>
<text term="no date"/>
</else>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true">
<layout suffix="." delimiter="; ">
<group delimiter=", ">
Expand Down Expand Up @@ -1444,7 +1520,6 @@
</group>
<text macro="issue-note-join-with-space"/>
</group>
<text macro="locators-newspaper"/>
<text macro="point-locators-join-with-comma"/>
</group>
<text macro="point-locators-join-with-colon"/>
Expand All @@ -1464,7 +1539,7 @@
<group delimiter=". ">
<group delimiter=": ">
<group delimiter=", ">
<group delimiter=" ">
<group delimiter=". ">
<group delimiter=". ">
<group delimiter=" ">
<group delimiter=", ">
Expand Down

0 comments on commit cabcdd4

Please sign in to comment.