Skip to content

Commit

Permalink
Reindent, lowercase Journal of Dairy Science style file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Jul 10, 2012
1 parent 75c867e commit 01e311d
Show file tree
Hide file tree
Showing 16 changed files with 522 additions and 527 deletions.
2 changes: 1 addition & 1 deletion australian-journal-of-earth-sciences.csl
Expand Up @@ -65,7 +65,7 @@
<choose>
<if type="article article-magazine article-newspaper article-journal review" match="any">
<text variable="title" suffix="."/>
<text variable="container-title" font-style="italic" text-case="title"/>
<text variable="container-title" font-style="italic" text-case="title"/>
<text variable="volume" suffix="," font-weight="bold"/>
<text variable="page"/>
</if>
Expand Down
2 changes: 1 addition & 1 deletion australian-legal.csl
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<info>
<title>Australian Legal Citation</title>
<id>http://www.zotero.org/styles/australian-legal</id>
Expand Down
34 changes: 17 additions & 17 deletions chicago-annotated-bibliography.csl
Expand Up @@ -166,8 +166,8 @@
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<text variable="version" prefix=" (version " suffix=")"/>
<!--This isn't localized because we don't have a version term. While not ideal, it should work for many languages and is better than not including a term.-->
<text variable="version" prefix=" (version " suffix=")"/>
<!--This isn't localized because we don't have a version term. While not ideal, it should work for many languages and is better than not including a term.-->
</else-if>
<else>
<text variable="title" text-case="title" quotes="true"/>
Expand Down Expand Up @@ -315,10 +315,10 @@
<text variable="publisher"/>
</if>
<else>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -421,11 +421,11 @@
</group>
</if>
<else>
<group delimiter=". ">
<text variable="archive_location" text-case="capitalize-first"/>
<text variable="archive"/>
<text variable="archive-place"/>
</group>
<group delimiter=". ">
<text variable="archive_location" text-case="capitalize-first"/>
<text variable="archive"/>
<text variable="archive-place"/>
</group>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -472,16 +472,16 @@
</else-if>
</choose>
<choose>
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</if>
</group>
</if>
</choose>
<choose>
<if type="legal_case" match="none">
Expand Down
38 changes: 19 additions & 19 deletions chicago-author-date.csl
Expand Up @@ -156,19 +156,19 @@
</choose>
<text variable="DOI" prefix="doi:"/>
<choose>
<if variable="DOI issued" match="none">
<choose>
<if variable="URL accessed" match="all">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed" delimiter=" ">
<date-part name="month"/>
<date-part name="day"/>
</date>
</group>
</if>
</choose>
</if>
<if variable="DOI issued" match="none">
<choose>
<if variable="URL accessed" match="all">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed" delimiter=" ">
<date-part name="month"/>
<date-part name="day"/>
</date>
</group>
</if>
</choose>
</if>
</choose>
<choose>
<if type="legal_case" match="none">
Expand Down Expand Up @@ -336,14 +336,14 @@
<macro name="date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else-if variable="accessed">
<date variable="accessed">
<date-part name="year"/>
</date>
<date variable="accessed">
<date-part name="year"/>
</date>
</else-if>
</choose>
</macro>
Expand Down
30 changes: 15 additions & 15 deletions chicago-fullnote-bibliography-no-ibid.csl
Expand Up @@ -237,8 +237,8 @@
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<text variable="version" prefix=" , version " suffix=""/>
<!--This isn't localized because we don't have a version term. While not ideal, it should work for many languages and is better than not including a term.-->
<text variable="version" prefix=" , version " suffix=""/>
<!--This isn't localized because we don't have a version term. While not ideal, it should work for many languages and is better than not including a term.-->
</else-if>
<else>
<text variable="title" text-case="title" quotes="true"/>
Expand All @@ -256,7 +256,7 @@
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<text variable="version" prefix=" (version " suffix=")"/>
<text variable="version" prefix=" (version " suffix=")"/>
</else-if>
<else>
<text variable="title" text-case="title" quotes="true"/>
Expand Down Expand Up @@ -839,16 +839,16 @@
</else-if>
</choose>
<choose>
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed"/>
<date variable="accessed">
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed"/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</if>
</group>
</if>
</choose>
<choose>
<if type="legal_case" match="none">
Expand All @@ -868,16 +868,16 @@
</else-if>
</choose>
<choose>
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</if>
</group>
</if>
</choose>
<choose>
<if type="legal_case" match="none">
Expand Down
30 changes: 15 additions & 15 deletions chicago-fullnote-bibliography.csl
Expand Up @@ -237,8 +237,8 @@
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<text variable="version" prefix=" , version " suffix=""/>
<!--This isn't localized because we don't have a version term. While not ideal, it should work for many languages and is better than not including a term.-->
<text variable="version" prefix=" , version " suffix=""/>
<!--This isn't localized because we don't have a version term. While not ideal, it should work for many languages and is better than not including a term.-->
</else-if>
<else>
<text variable="title" text-case="title" quotes="true"/>
Expand All @@ -256,7 +256,7 @@
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<text variable="version" prefix=" (version " suffix=")"/>
<text variable="version" prefix=" (version " suffix=")"/>
</else-if>
<else>
<text variable="title" text-case="title" quotes="true"/>
Expand Down Expand Up @@ -839,16 +839,16 @@
</else-if>
</choose>
<choose>
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed"/>
<date variable="accessed">
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed"/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</if>
</group>
</if>
</choose>
<choose>
<if type="legal_case" match="none">
Expand All @@ -868,16 +868,16 @@
</else-if>
</choose>
<choose>
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</if>
</group>
</if>
</choose>
<choose>
<if type="legal_case" match="none">
Expand Down
34 changes: 17 additions & 17 deletions chicago-library-list.csl
Expand Up @@ -166,8 +166,8 @@
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<text variable="version" prefix=" (version " suffix=")"/>
<!--This isn't localized because we don't have a version term. While not ideal, it should work for many languages and is better than not including a term.-->
<text variable="version" prefix=" (version " suffix=")"/>
<!--This isn't localized because we don't have a version term. While not ideal, it should work for many languages and is better than not including a term.-->
</else-if>
<else>
<text variable="title" text-case="title" quotes="true"/>
Expand Down Expand Up @@ -315,10 +315,10 @@
<text variable="publisher"/>
</if>
<else>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -421,11 +421,11 @@
</group>
</if>
<else>
<group delimiter=". ">
<text variable="archive_location" text-case="capitalize-first"/>
<text variable="archive"/>
<text variable="archive-place"/>
</group>
<group delimiter=". ">
<text variable="archive_location" text-case="capitalize-first"/>
<text variable="archive"/>
<text variable="archive-place"/>
</group>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -472,16 +472,16 @@
</else-if>
</choose>
<choose>
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</if>
</group>
</if>
</choose>
<choose>
<if type="legal_case" match="none">
Expand Down
16 changes: 8 additions & 8 deletions chicago-note-biblio-no-ibid.csl
Expand Up @@ -166,8 +166,8 @@
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<text variable="version" prefix=" (version " suffix=")"/>
<!--This isn't localized because we don't have a version term. While not ideal, it should work for many languages and is better than not including a term.-->
<text variable="version" prefix=" (version " suffix=")"/>
<!--This isn't localized because we don't have a version term. While not ideal, it should work for many languages and is better than not including a term.-->
</else-if>
<else>
<text variable="title" text-case="title" quotes="true"/>
Expand Down Expand Up @@ -472,16 +472,16 @@
</else-if>
</choose>
<choose>
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<if variable="issued" match="none">
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</if>
</group>
</if>
</choose>
<choose>
<if type="legal_case" match="none">
Expand Down

0 comments on commit 01e311d

Please sign in to comment.