Skip to content

Commit

Permalink
Update united-states-international-trade-commission.csl (#6162)
Browse files Browse the repository at this point in the history
Additional changes to legal citations. Fixed some missing short author name ("Extra" field). Resolved blog titles.

update csl file changes that allow us to use hearing item types to cite agency-produced transcripts
  • Loading branch information
USITC-Zotero authored Sep 1, 2022
1 parent 8d69f16 commit d8ca4bc
Showing 1 changed file with 77 additions and 29 deletions.
106 changes: 77 additions & 29 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>2022-03-04T21:24:35+00:00</updated>
<updated>2022-08-17T18:21:43+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 @@ -260,7 +260,14 @@
<text variable="genre"/>
</if>
<else-if type="legislation bill" match="any">
<text variable="title" text-case="title"/>
<choose>
<if match="any" variable="title-short">
<text variable="title-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 @@ -352,7 +359,7 @@
<text variable="version"/>
</group>
</else-if>
<else-if type="legal_case interview patent" match="any">
<else-if type="interview patent" match="any">
<text variable="title" text-case="title"/>
</else-if>
<else-if variable="reviewed-author">
Expand Down Expand Up @@ -388,6 +395,9 @@
</else>
</choose>
</else-if>
<else-if type="legal_case" match="any">
<text variable="title" form="short" font-style="italic"/>
</else-if>
<else>
<choose>
<if match="any" variable="title-short">
Expand Down Expand Up @@ -425,8 +435,8 @@
</names>
</group>
</else-if>
<else-if type="bill legislation legal_case interview patent" match="any">
<text variable="title" form="short" text-case="title"/>
<else-if type="bill legislation interview patent" match="any">
<text variable="title" text-case="title"/>
</else-if>
<else-if type="motion_picture" match="all">
<choose>
Expand All @@ -451,6 +461,9 @@
<else-if type="report" match="any">
<text variable="title" text-case="title" font-style="italic"/>
</else-if>
<else-if type="legal_case" match="any">
<text variable="title" font-style="italic"/>
</else-if>
<else>
<text variable="title" text-case="title" quotes="true"/>
</else>
Expand Down Expand Up @@ -496,7 +509,7 @@
</group>
</else-if>
<else>
<text variable="genre" text-case="capitalize-first"/>
<text variable="genre"/>
</else>
</choose>
<choose>
Expand All @@ -522,9 +535,6 @@
<text variable="container-title" suffix=","/>
<text variable="title" text-case="title" quotes="true"/>
</else-if>
<else-if type="post-weblog">
<text variable="container-title" text-case="title" font-style="italic" suffix=" (blog)"/>
</else-if>
<else-if type="bill legislation legal_case" match="none"/>
</choose>
</group>
Expand Down Expand Up @@ -921,7 +931,7 @@
<if variable="issued">
<choose>
<if type="legal_case">
<group delimiter=" ">
<group delimiter=" " prefix="(" suffix=")">
<text variable="authority"/>
<choose>
<if variable="container-title" match="any">
Expand All @@ -933,7 +943,7 @@
</choose>
</group>
</if>
<else-if type="book bill chapter legislation motion_picture paper-conference song thesis" match="any">
<else-if type="book bill chapter motion_picture paper-conference song thesis" match="any">
<choose>
<if is-uncertain-date="issued">
<date variable="issued" form="numeric" date-parts="year" prefix="[" suffix="?]"/>
Expand Down Expand Up @@ -963,6 +973,11 @@
</group>
</group>
</else-if>
<else-if type="legislation" match="any">
<group prefix="(" suffix=")">
<date form="text" date-parts="year-month-day" variable="issued"/>
</group>
</else-if>
<else>
<choose>
<if is-uncertain-date="issued">
Expand All @@ -979,7 +994,6 @@
<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 @@ -1429,7 +1443,7 @@
<if match="any" variable="issued">
<choose>
<if type="legal_case" match="any">
<group>
<group delimiter=" " prefix="(" suffix=")">
<text variable="authority"/>
<choose>
<if match="any" variable="container-title">
Expand All @@ -1441,7 +1455,7 @@
</choose>
</group>
</if>
<else-if type="article book bill chapter legislation motion_picture paper-conference song thesis" match="any">
<else-if type="article book bill chapter 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"/>
Expand Down Expand Up @@ -1471,6 +1485,18 @@
</group>
</group>
</else-if>
<else-if type="legislation" match="any">
<group prefix="(" suffix=")">
<choose>
<if match="any" is-uncertain-date="issued">
<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>
</else-if>
<else>
<choose>
<if match="all" is-uncertain-date="issued">
Expand Down Expand Up @@ -1543,21 +1569,42 @@
<group delimiter=". ">
<group delimiter=" ">
<group delimiter=", ">
<group delimiter=". ">
<group delimiter=". ">
<text macro="contributors"/>
<text macro="title"/>
<text macro="issue-map-graphic"/>
</group>
<text macro="description"/>
<text macro="secondary-contributors"/>
<group delimiter=", ">
<text macro="container-title"/>
<text macro="container-contributors"/>
<text macro="locators-chapter"/>
</group>
<text macro="locators-join-with-period"/>
</group>
<choose>
<if type="report" match="any">
<group delimiter=", ">
<group delimiter=". ">
<text macro="contributors"/>
<text macro="title"/>
<text macro="issue-map-graphic"/>
</group>
<text macro="description" text-case="capitalize-first"/>
<text macro="secondary-contributors"/>
<group delimiter=", ">
<text macro="container-title"/>
<text macro="container-contributors"/>
<text macro="locators-chapter"/>
</group>
<text macro="locators-join-with-period"/>
</group>
</if>
<else>
<group delimiter=". ">
<group delimiter=". ">
<text macro="contributors"/>
<text macro="title"/>
<text macro="issue-map-graphic"/>
</group>
<text macro="description"/>
<text macro="secondary-contributors"/>
<group delimiter=", ">
<text macro="container-title"/>
<text macro="container-contributors"/>
<text macro="locators-chapter"/>
</group>
<text macro="locators-join-with-period"/>
</group>
</else>
</choose>
<text macro="locators-join-with-comma"/>
</group>
<text macro="locators-join-with-space"/>
Expand All @@ -1574,6 +1621,7 @@
<text macro="locators-journal-join-with-colon"/>
</group>
<text macro="access"/>
<text variable="references"/>
</group>
</layout>
</bibliography>
Expand Down

0 comments on commit d8ca4bc

Please sign in to comment.