Skip to content

Commit

Permalink
Squashed 'src/main/resources/csl-styles/' changes from 469deb6..93469bb
Browse files Browse the repository at this point in the history
93469bb Create journal-of-musculoskeletal-research.csl (#4990)
43287c7 Update taxon.csl a little more (#4989)
9f32917 Update and rename university-college-lillebaelt-harvard.csl to ucl-un… (#4982)
00c3cec Update isnad-metinici.csl (#4988)
864a64c Update medicine-and-science-in-sports-and-exercise.csl (#4983)
0c76011 Don't demote particles in Equine Vet J (#4984)
603ee73 Fix MLA editor translator (#4985)
40d207c Update pravnik.csl (#4986)
c5fe30c Update isnad-dipnotlu.csl (#4987)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 93469bb
  • Loading branch information
github actions committed Aug 26, 2020
1 parent f80fb0b commit ad30687
Show file tree
Hide file tree
Showing 10 changed files with 239 additions and 72 deletions.
2 changes: 1 addition & 1 deletion equine-veterinary-journal.csl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="en-US">
<info>
<title>Equine Veterinary Journal</title>
<id>http://www.zotero.org/styles/equine-veterinary-journal</id>
Expand Down
2 changes: 1 addition & 1 deletion isnad-dipnotlu.csl
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
</if>
</choose>
</if>
<else-if type="book graphic manuscript report map personal_communication" match="any">
<else-if type="book thesis graphic manuscript report map personal_communication" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<text variable="version" prefix=" "/>
</else-if>
Expand Down
2 changes: 1 addition & 1 deletion isnad-metinici.csl
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
</if>
</choose>
</if>
<else-if type="book graphic manuscript report map personal_communication" match="any">
<else-if type="book thesis graphic manuscript report map personal_communication" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<text variable="version" prefix=" "/>
</else-if>
Expand Down
160 changes: 160 additions & 0 deletions journal-of-musculoskeletal-research.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<info>
<title>Journal of Musculoskeletal Research</title>
<title-short>JMR</title-short>
<id>http://www.zotero.org/styles/journal-of-musculoskeletal-research</id>
<link href="http://www.zotero.org/styles/journal-of-musculoskeletal-research" rel="self"/>
<link href="http://www.zotero.org/styles/nature" rel="template"/>
<link href="https://www.worldscientific.com/toc/jmr/23/01" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
</author>
<category citation-format="numeric"/>
<category field="medicine"/>
<category field="biology"/>
<issn>0218-9577</issn>
<eissn>1793-6497</eissn>
<updated>2020-08-25T08:02:46+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">
<terms>
<term name="accessed">accessed on</term>
</terms>
</locale>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=", ">
<text variable="title" font-style="italic"/>
<text macro="volume"/>
</group>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" prefix=", "/>
<et-al font-style="italic"/>
</names>
</macro>
<macro name="access">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="doi: "/>
</if>
</choose>
</macro>
<macro name="issuance">
<choose>
<if type="bill book graphic legal_case legislation motion_picture song thesis chapter paper-conference" match="any">
<group delimiter=", ">
<text variable="publisher-place"/>
<text variable="publisher" form="long"/>
<text macro="pages"/>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</if>
<else-if type="webpage post post-weblog" match="any">
<group delimiter=" ">
<text variable="URL"/>
<group delimiter=" " prefix="(" suffix=")">
<text term="accessed"/>
<date form="text" variable="accessed"/>
</group>
</group>
</else-if>
<else>
<date variable="issued">
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="container-title">
<choose>
<if type="article-journal">
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
</if>
<else>
<text variable="container-title" font-style="italic" suffix=","/>
</else>
</choose>
</macro>
<macro name="editor">
<choose>
<if type="chapter paper-conference" match="any">
<names variable="editor">
<label form="verb" suffix=" "/>
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
</names>
</if>
</choose>
</macro>
<macro name="volume">
<choose>
<if type="article-journal" match="any">
<group delimiter=":" suffix=",">
<group>
<text variable="volume" font-weight="bold"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text macro="pages"/>
</group>
</if>
<else>
<group delimiter=" ">
<label text-case="capitalize-first" variable="volume" form="short"/>
<text variable="volume"/>
</group>
</else>
</choose>
</macro>
<macro name="pages">
<choose>
<if type="article-journal" match="any">
<text variable="page"/>
</if>
<else-if type="chapter" match="any">
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</else-if>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout vertical-align="sup" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush" entry-spacing="0" line-spacing="2">
<layout suffix=".">
<text variable="citation-number" suffix="."/>
<group delimiter=" ">
<text macro="author" suffix="."/>
<text macro="title" suffix="."/>
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" suffix=":"/>
</if>
</choose>
<text macro="container-title"/>
<text macro="editor" suffix=","/>
<text macro="volume"/>
<text macro="issuance" suffix="."/>
<text macro="access"/>
</group>
</layout>
</bibliography>
</style>
28 changes: 15 additions & 13 deletions medicine-and-science-in-sports-and-exercise.csl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<category field="medicine"/>
<issn>0195-9131</issn>
<eissn>1530-0315</eissn>
<updated>2017-12-13T13:21:47+00:00</updated>
<updated>2020-08-23T15:13:28+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 @@ -62,7 +62,7 @@
<if match="none" variable="page">
<group prefix="[" suffix="]" delimiter=" ">
<text term="cited"/>
<date variable="accessed" suffix=" ">
<date variable="accessed">
<date-part name="year"/>
<date-part name="month" prefix=" " form="short" strip-periods="true"/>
<date-part name="day" prefix=" "/>
Expand Down Expand Up @@ -91,7 +91,7 @@
<if match="none" variable="page">
<group delimiter=". ">
<group delimiter=": ">
<text term="available at"/>
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
<text variable="DOI" prefix="doi:"/>
Expand Down Expand Up @@ -120,15 +120,6 @@
<macro name="title">
<group delimiter=" ">
<text variable="title"/>
<choose>
<if type="article-journal" match="any">
<choose>
<if variable="page" match="none">
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</if>
</choose>
</group>
</macro>
<macro name="edition">
Expand Down Expand Up @@ -185,7 +176,18 @@
</else-if>
<else>
<text macro="title" suffix=". "/>
<text variable="container-title" form="short" strip-periods="true" font-style="italic" suffix=". "/>
<group delimiter=" " suffix=". ">
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
<choose>
<if type="article-journal" match="any">
<choose>
<if variable="page" match="none">
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</if>
</choose>
</group>
<text macro="date" suffix=";"/>
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
Expand Down
42 changes: 28 additions & 14 deletions modern-language-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -89,26 +89,40 @@
<text variable="container-title" font-style="italic" text-case="title"/>
</macro>
<macro name="other-contributors">
<group delimiter=", ">
<choose>
<if variable="container-title" match="any">
<names variable="container-author editor illustrator interviewer translator" delimiter=", ">
<choose>
<if variable="container-title" match="any">
<group delimiter=", ">
<names variable="container-author" delimiter=", ">
<label form="verb" suffix=" "/>
<name and="text"/>
</names>
</if>
<else>
<names variable="container-author editor illustrator interviewer translator" delimiter=", ">
<names variable="editor translator" delimiter=", ">
<label form="verb" suffix=" "/>
<name and="text"/>
</names>
<names variable="director illustrator interviewer" delimiter=", ">
<label form="verb" suffix=" "/>
<name and="text"/>
</names>
</group>
</if>
<else>
<group delimiter=", ">
<names variable="container-author" delimiter=", ">
<label form="verb" suffix=" " text-case="capitalize-first"/>
<name and="text"/>
</names>
</else>
</choose>
<names variable="director">
<label form="verb" suffix=" " text-case="capitalize-first"/>
<name and="text"/>
</names>
</group>
<names variable="editor translator" delimiter=", ">
<label form="verb" suffix=" " text-case="capitalize-first"/>
<name and="text"/>
</names>
<names variable="director illustrator interviewer" delimiter=", ">
<label form="verb" suffix=" " text-case="capitalize-first"/>
<name and="text"/>
</names>
</group>
</else>
</choose>
</macro>
<macro name="version">
<group delimiter=", ">
Expand Down
4 changes: 2 additions & 2 deletions pravnik.csl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<category field="law"/>
<issn>0231-6625</issn>
<summary>Suitable for Právník - a journal published by the Institute of State and Law of the Czech Academy of Sciences.</summary>
<updated>2020-05-30T10:00:00+00:00</updated>
<updated>2020-08-23T10:00:00+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="cs">
Expand Down Expand Up @@ -322,7 +322,7 @@
</group>
</if>
<else-if position="ibid">
<text term="ibid"/>
<text term="ibid" suffix="."/>
</else-if>
<else-if position="subsequent">
<text macro="contributors-short" suffix=". "/>
Expand Down
1 change: 1 addition & 0 deletions renamed-styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@
"unisa-harvard": "university-of-south-australia-harvard-2011",
"unisa-harvard3": "university-of-south-australia-harvard-2011",
"universite-laval-com": "universite-laval-departement-dinformation-et-de-communication",
"university-college-lillebaelt-harvard": "ucl-university-college-harvard",
"university-college-lillebaelt-vancouver": "ucl-university-college-vancouver",
"university-college-lillebaelt-vancouver-en": "ucl-university-college-vancouver",
"university-of-melbourne": "harvard-the-university-of-melbourne",
Expand Down
Loading

0 comments on commit ad30687

Please sign in to comment.