Skip to content
forked from JabRef/jabref

Commit

Permalink
Squashed 'src/main/resources/csl-styles/' changes from bf698ac..7cab2f7
Browse files Browse the repository at this point in the history
7cab2f7 Create depro-ufs.csl (JabRef#4947)
2fcda1f Create journal-of-sport-science-and-medicine.csl (JabRef#4949)
cd457d4 Update american-marketing-association.csl (JabRef#4945)
cacc4ee Create nejm-catalyst.csl (JabRef#4943)
bd769b9 Update and rename dependent/chinese-medical-journal.csl to chinese-me… (JabRef#4941)
1f706cd Update health-services-research.csl (JabRef#4939)
76bcd1d Update journal-of-the-royal-society-of-western-australia.csl (JabRef#4932)
e79640e Create afro-asia.csl (JabRef#4934)
c601aa4 Update lancaster-university-harvard.csl (JabRef#4938)
184fd90 Update collection-du-centre-jean-berard.csl (JabRef#4936)
82f9aec fix et-al & add DOI thyroid.csl (JabRef#4937)
4af169f Create universidade-estadual-de-alagoas-uneal-abnt (JabRef#4885)
47165b3 Update and rename medical-physics.csl to dependent/medical-physics.csl (AMA) (JabRef#4905)
3cab27d Update thieme-german.csl (JabRef#4931)
eb2c977 Create zeitschrift-fur-zahnarztliche-implantologie.csl (JabRef#4925)
4adb1ea Create karstenia.csl (JabRef#4929)
530a136 Fix author substitute in Universita Cattolica

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 7cab2f7
  • Loading branch information
github actions committed Jul 30, 2020
1 parent 230305f commit 7342055
Show file tree
Hide file tree
Showing 22 changed files with 3,020 additions and 415 deletions.
582 changes: 582 additions & 0 deletions afro-asia.csl

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions american-marketing-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,23 @@
<title-short>AMA</title-short>
<id>http:https://www.zotero.org/styles/american-marketing-association</id>
<link href="http:https://www.zotero.org/styles/american-marketing-association" rel="self"/>
<link href="https://www.ama.org/publications/JournalOfMarketing/Documents/AMA_Reference_Style.pdf" rel="documentation"/>
<link href="https://www.ama.org/publications/JournalOfMarketingResearch/Documents/AMA_Reference_Style.pdf" rel="documentation"/>
<link href="https://www.ama.org/submission-guidelines-journal-of-marketing/" rel="documentation"/>
<link href="https://www.ama.org/american-marketing-association-journals-reference-style-examples/" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
<contributor>
<name>Rintze Zelle</name>
<uri>http:https://twitter.com/rintzezelle</uri>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author-date"/>
<category field="social_science"/>
<category field="communications"/>
<summary>AMA Reference List Style published by the American Marketing Association</summary>
<updated>2014-10-17T21:46:29+00:00</updated>
<updated>2020-07-27T14:58:51+00:00</updated>
<rights license="http:https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="container-contributors">
Expand Down Expand Up @@ -189,7 +192,7 @@
</group>
</layout>
</citation>
<bibliography hanging-indent="true" entry-spacing="0" subsequent-author-substitute="&#8212;&#8212;&#8212;" subsequent-author-substitute-rule="partial-each">
<bibliography subsequent-author-substitute-rule="partial-each" entry-spacing="0" hanging-indent="true">
<sort>
<key macro="author"/>
<key variable="issued"/>
Expand Down
212 changes: 212 additions & 0 deletions chinese-medical-journal.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,212 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http:https://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Chinese Medical Journal</title>
<title-short>CMJ</title-short>
<id>http:https://www.zotero.org/styles/chinese-medical-journal</id>
<link href="http:https://www.zotero.org/styles/chinese-medical-journal" rel="self"/>
<link href="http:https://www.zotero.org/styles/american-journal-of-sonography" rel="template"/>
<link href="http:https://edmgr.ovid.com/cmj/accounts/ifauth.htm" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
</author>
<category citation-format="numeric"/>
<category field="medicine"/>
<issn>0366-6999</issn>
<eissn>2542-5641</eissn>
<updated>2020-07-24T14:36:43+00:00</updated>
<rights license="http:https://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="available at">retrieved from</term>
</terms>
</locale>
<macro name="editor">
<names variable="editor">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", "/>
</names>
</macro>
<macro name="author">
<group suffix=".">
<names variable="author">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
<et-al font-style="italic"/>
<label prefix=", "/>
<substitute>
<names variable="editor"/>
<text macro="title"/>
</substitute>
</names>
</group>
</macro>
<macro name="access">
<choose>
<if type="article-journal">
<text variable="DOI" prefix="doi: "/>
</if>
<else-if type="webpage post-weblog" match="any">
<group delimiter=". ">
<date variable="accessed" prefix="(" suffix=")">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
<group delimiter=" ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter="," vertical-align="sup" prefix="[" suffix="]">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
<layout>
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
<text macro="title" prefix=" " suffix="."/>
<choose>
<if type="bill book graphic legislation motion_picture report song" match="any">
<group suffix="." prefix=", " delimiter=" ">
<text macro="edition"/>
<text macro="editor" prefix="(" suffix=")"/>
</group>
<text prefix=" " macro="publisher"/>
<group prefix="; " suffix=".">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="page" prefix=":"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group prefix=" ">
<text term="in" text-case="capitalize-first" suffix=": "/>
<text macro="editor"/>
<group prefix=" " delimiter=", " suffix=".">
<text variable="container-title" prefix=" "/>
<text variable="volume" prefix="Vol "/>
<text macro="edition" prefix=" "/>
</group>
<group delimiter="; " suffix=".">
<text macro="publisher" prefix=" "/>
<group delimiter=": " suffix=".">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="page"/>
</group>
</group>
</group>
</else-if>
<else-if type="article-newspaper">
<text variable="container-title" font-style="italic" prefix=" " suffix=". "/>
<choose>
<if variable="URL">
<group delimiter=". " suffix=".">
<text variable="URL"/>
<group prefix="Published ">
<date variable="issued">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
<group>
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</group>
</if>
<else>
<group delimiter=":" suffix=".">
<group>
<date variable="issued">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
<text variable="page"/>
</group>
</else>
</choose>
</else-if>
<else-if type="legal_case">
<group suffix="," prefix=" " delimiter=" ">
<text macro="editor" prefix="(" suffix=")"/>
</group>
<group prefix=" " delimiter=" ">
<text variable="container-title"/>
<text variable="volume"/>
</group>
<text variable="page" prefix=", " suffix=" "/>
<group prefix="(" suffix=")." delimiter=" ">
<text variable="authority"/>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</else-if>
<else>
<text macro="editor" prefix=" " suffix="."/>
<group delimiter=" " prefix=" " suffix=".">
<text variable="container-title" form="short" strip-periods="true"/>
<group delimiter=":">
<group delimiter=";">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="volume"/>
</group>
<text variable="page"/>
</group>
</group>
</else>
</choose>
<text prefix=" " macro="access" suffix="."/>
</layout>
</bibliography>
</style>
14 changes: 9 additions & 5 deletions collection-du-centre-jean-berard.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:https://purl.org/net/xbiblio/csl" version="1.0" class="note" demote-non-dropping-particle="never" default-locale="fr-FR" page-range-format="expanded">
<style xmlns="http:https://purl.org/net/xbiblio/csl" version="1.0" class="note" demote-non-dropping-particle="never" page-range-format="expanded" default-locale="fr-FR">
<info>
<title>Collection du Centre Jean-Bérard (French)</title>
<id>http:https://www.zotero.org/styles/collection-du-centre-jean-berard</id>
Expand All @@ -14,7 +14,7 @@
<category field="anthropology"/>
<issn>1590-3869</issn>
<summary>Feuille de style pour la Collection du Centre Jean-Bérard</summary>
<updated>2018-05-05T17:33:39+01:00</updated>
<updated>2020-07-20T17:33:39+01:00</updated>
<rights license="http:https://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="fr">
Expand All @@ -25,6 +25,7 @@
<term name="anonymous" form="short">anon.</term>
<term name="no date">sans date</term>
<term name="no date" form="short">s.&#160;d.</term>
<term name="paragraph" form="short">§</term>
</terms>
</locale>
<macro name="author">
Expand Down Expand Up @@ -76,11 +77,14 @@
</macro>
<macro name="locator">
<choose>
<if locator="paragraph">
<text variable="locator" prefix=", §&#160;"/>
<if locator="paragraph folio issue" match="any">
<group prefix=",&#160;" delimiter="&#160;">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</if>
<else>
<group prefix=",&#160;">
<group prefix=",&#160;" delimiter="&#160;">
<label variable="locator" form="short" suffix=".&#160;"/>
<text variable="locator"/>
</group>
Expand Down
15 changes: 0 additions & 15 deletions dependent/chinese-medical-journal.csl

This file was deleted.

18 changes: 18 additions & 0 deletions dependent/health-services-research.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http:https://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<info>
<title>Health Services Research</title>
<title-short>HSR</title-short>
<id>http:https://www.zotero.org/styles/health-services-research</id>
<link href="http:https://www.zotero.org/styles/health-services-research" rel="self"/>
<link href="http:https://www.zotero.org/styles/american-medical-association" rel="independent-parent"/>
<link href="https://www.hsr.org/system/files?file=media/file/2019/12/HSR-Instructions-for-Authors-2019-Update.pdf" rel="documentation"/>
<category citation-format="numeric"/>
<category field="medicine"/>
<category field="social_science"/>
<issn>0017-9124</issn>
<eissn>1475-6773</eissn>
<updated>2020-07-24T12:00:00+00:00</updated>
<rights license="http:https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
</style>
17 changes: 17 additions & 0 deletions dependent/medical-physics.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http:https://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<info>
<title>Medical Physics</title>
<id>http:https://www.zotero.org/styles/medical-physics</id>
<link href="http:https://www.zotero.org/styles/medical-physics" rel="self"/>
<link href="http:https://www.zotero.org/styles/american-medical-association" rel="independent-parent"/>
<link href="https://aapm.onlinelibrary.wiley.com/hub/journal/24734209/about/author-guidelines" rel="documentation"/>
<category citation-format="numeric"/>
<category field="medicine"/>
<category field="physics"/>
<issn>0094-2405</issn>
<eissn>2473-4209</eissn>
<updated>2020-07-04T22:06:38+00:00</updated>
<rights license="http:https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
</style>
Loading

0 comments on commit 7342055

Please sign in to comment.