Skip to content

Commit

Permalink
Merge pull request #7595 from JabRef/refresh-csl
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Mar 29, 2021
2 parents 8aea719 + a3482e1 commit 202e179
Show file tree
Hide file tree
Showing 71 changed files with 5,202 additions and 1,348 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-GB">
<info>
<title>African Online Scientific Information Systems - Vancouver</title>
<title-short>AOSIS</title-short>
<id>http://www.zotero.org/styles/african-online-scientific-information-systems-vancouver</id>
<link href="http://www.zotero.org/styles/african-online-scientific-information-systems-vancouver" rel="self"/>
<link href="http://www.zotero.org/styles/the-new-england-journal-of-medicine" rel="template"/>
<link href="https://safpj.co.za/index.php/safpj/pages/view/submission-guidelines#part_1" rel="documentation"/>
<link href="https://aosis.co.za/documents/Vancouver_Reference_style_guide.pdf" rel="documentation"/>
<author>
<name>Patrick O'Brien, PhD</name>
</author>
<category citation-format="numeric"/>
<category field="generic-base"/>
<summary>Vancouver-like style for AOSIS Publishing as per 13 April 2017.</summary>
<updated>2021-03-16T16:40:41+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="internet">homepage on the Internet</term>
</terms>
</locale>
<macro name="author">
<names variable="author" suffix=". ">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="long" prefix=", "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor" suffix=". ">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="long" prefix=", "/>
</names>
</macro>
<macro name="publisher">
<text variable="publisher-place" suffix=": "/>
<text variable="publisher" suffix=", "/>
<group suffix="; ">
<date variable="issued">
<date-part name="year"/>
</date>
<text macro="accessed-date" prefix=" "/>
</group>
</macro>
<macro name="access">
<group>
<text value="Available from: "/>
<text variable="URL"/>
</group>
</macro>
<macro name="accessed-date">
<choose>
<if variable="URL">
<group prefix="[" suffix="]" delimiter=" ">
<text term="cited"/>
<date variable="accessed">
<date-part name="year"/>
<date-part name="month" prefix=" " form="short" strip-periods="true"/>
<date-part name="day" prefix=" "/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="journal-title">
<choose>
<if type="article-journal article-magazine" match="any">
<group suffix=" ">
<text variable="container-title" form="short" strip-periods="true"/>
<choose>
<if variable="URL">
<text term="internet" prefix=" [" suffix="]"/>
</if>
</choose>
</group>
</if>
<else>
<text variable="container-title" suffix=". " form="short"/>
</else>
</choose>
</macro>
<macro name="title">
<group delimiter=" ">
<text variable="title"/>
<choose>
<if type="article-journal article-magazine" match="none">
<choose>
<if variable="URL">
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</if>
</choose>
</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">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
<layout>
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
<text macro="title" suffix=". "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group prefix=" " delimiter=" ">
<text macro="edition"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group prefix=" " suffix=". ">
<text term="in" suffix=": " text-case="capitalize-first"/>
<text macro="editor"/>
<text variable="container-title"/>
</group>
<text macro="publisher" prefix=" "/>
<text variable="page" prefix=" p. " suffix="."/>
</else-if>
<else>
<text macro="journal-title"/>
<group suffix=";">
<date variable="issued">
<date-part name="year"/>
</date>
<text macro="accessed-date" prefix=" "/>
</group>
<group suffix=". ">
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
<text variable="page" prefix=":"/>
</group>
</else>
</choose>
<text macro="access"/>
</layout>
</bibliography>
</style>
5 changes: 2 additions & 3 deletions buildres/csl/csl-styles/american-physiological-society.csl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<id>http://www.zotero.org/styles/american-physiological-society</id>
<link href="http://www.zotero.org/styles/american-physiological-society" rel="self"/>
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
<link href="https://journals.physiology.org/author-info.manuscript-composition#EXAMPLE%20REFERENCES" rel="documentation"/>
<link href="https://journals.physiology.org/author-info.references" rel="documentation"/>
<author>
<name>Michael Berkowitz</name>
<email>[email protected]</email>
Expand Down Expand Up @@ -160,8 +160,7 @@
</citation>
<bibliography second-field-align="flush">
<sort>
<key macro="author"/>
<key variable="issued"/>
<key variable="citation-number"/>
</sort>
<layout suffix=".">
<text variable="citation-number" suffix=". "/>
Expand Down
4 changes: 2 additions & 2 deletions buildres/csl/csl-styles/anglia.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" demote-non-dropping-particle="display-and-sort" page-range-format="chicago" default-locale="en-US">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="display-and-sort" page-range-format="expanded" default-locale="en-US">
<info>
<title>Anglia</title>
<id>http://www.zotero.org/styles/anglia</id>
Expand Down Expand Up @@ -312,7 +312,7 @@
<choose>
<if variable="page">
<group prefix=". ">
<text variable="volume" suffix=":"/>
<text variable="volume" suffix=": "/>
<text variable="page"/>
</group>
</if>
Expand Down
16 changes: 16 additions & 0 deletions buildres/csl/csl-styles/dependent/acta-commercii.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- AOSIS, generated from "aosis" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>Acta Commercii</title>
<id>http://www.zotero.org/styles/acta-commercii</id>
<link href="http://www.zotero.org/styles/acta-commercii" rel="self"/>
<link href="http://www.zotero.org/styles/african-online-scientific-information-systems-harvard" rel="independent-parent"/>
<category citation-format="author-date"/>
<category field="humanities"/>
<issn>2413-1903</issn>
<eissn>1684-1999</eissn>
<updated>2021-03-16T12: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>
</style>
17 changes: 17 additions & 0 deletions buildres/csl/csl-styles/dependent/african-evaluation-journal.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://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- AOSIS, generated from "aosis" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>African Evaluation Journal</title>
<title-short>AEJ</title-short>
<id>http://www.zotero.org/styles/african-evaluation-journal</id>
<link href="http://www.zotero.org/styles/african-evaluation-journal" rel="self"/>
<link href="http://www.zotero.org/styles/african-online-scientific-information-systems-harvard" rel="independent-parent"/>
<category citation-format="author-date"/>
<category field="humanities"/>
<issn>2310-4988</issn>
<eissn>2306-5133</eissn>
<updated>2021-03-16T12: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>
</style>
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- AOSIS, generated from "aosis" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>African Journal of Career Development</title>
<title-short>AJCD</title-short>
<id>http://www.zotero.org/styles/african-journal-of-career-development</id>
<link href="http://www.zotero.org/styles/african-journal-of-career-development" rel="self"/>
<link href="http://www.zotero.org/styles/apa" rel="independent-parent"/>
<category citation-format="author-date"/>
<category field="humanities"/>
<eissn>2617-7471</eissn>
<updated>2021-03-16T12: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>
</style>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- AOSIS, generated from "aosis" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>African Journal of Disability</title>
<title-short>AJOD</title-short>
<id>http://www.zotero.org/styles/african-journal-of-disability</id>
<link href="http://www.zotero.org/styles/african-journal-of-disability" rel="self"/>
<link href="http://www.zotero.org/styles/african-online-scientific-information-systems-harvard" rel="independent-parent"/>
<category citation-format="author-date"/>
<category field="medicine"/>
<issn>2223-9170</issn>
<eissn>2226-7220</eissn>
<updated>2021-03-16T12: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>
</style>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- AOSIS, generated from "aosis" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>African Journal of Laboratory Medicine</title>
<title-short>AJLM</title-short>
<id>http://www.zotero.org/styles/african-journal-of-laboratory-medicine</id>
<link href="http://www.zotero.org/styles/african-journal-of-laboratory-medicine" rel="self"/>
<link href="http://www.zotero.org/styles/african-online-scientific-information-systems-vancouver" rel="independent-parent"/>
<category citation-format="numeric"/>
<category field="medicine"/>
<issn>2225-2002</issn>
<eissn>2225-2010</eissn>
<updated>2021-03-16T12: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>
</style>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- AOSIS, generated from "aosis" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>African Journal of Primary Health Care and Family Medicine</title>
<title-short>PHCFM</title-short>
<id>http://www.zotero.org/styles/african-journal-of-primary-health-care-and-family-medicine</id>
<link href="http://www.zotero.org/styles/african-journal-of-primary-health-care-and-family-medicine" rel="self"/>
<link href="http://www.zotero.org/styles/african-online-scientific-information-systems-vancouver" rel="independent-parent"/>
<category citation-format="numeric"/>
<category field="medicine"/>
<issn>2071-2928</issn>
<eissn>2071-2936</eissn>
<updated>2021-03-16T12: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>
</style>
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- AOSIS, generated from "aosis" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>African Journal of Psychological Assessment</title>
<title-short>AJOPA</title-short>
<id>http://www.zotero.org/styles/african-journal-of-psychological-assessment</id>
<link href="http://www.zotero.org/styles/african-journal-of-psychological-assessment" rel="self"/>
<link href="http://www.zotero.org/styles/apa" rel="independent-parent"/>
<category citation-format="author-date"/>
<category field="medicine"/>
<eissn>2617-2798</eissn>
<updated>2021-03-16T12: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>
</style>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- AOSIS, generated from "aosis" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>African Vision and Eye Health</title>
<title-short>AVEH</title-short>
<id>http://www.zotero.org/styles/african-vision-and-eye-health</id>
<link href="http://www.zotero.org/styles/african-vision-and-eye-health" rel="self"/>
<link href="http://www.zotero.org/styles/african-online-scientific-information-systems-vancouver" rel="independent-parent"/>
<category citation-format="numeric"/>
<category field="medicine"/>
<issn>2413-3183</issn>
<eissn>2410-1516</eissn>
<updated>2021-03-16T12: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>
</style>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- AOSIS, generated from "aosis" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>Africa's Public Service Delivery and Performance Review</title>
<title-short>APSDPR</title-short>
<id>http://www.zotero.org/styles/africas-public-service-delivery-and-performance-review</id>
<link href="http://www.zotero.org/styles/africas-public-service-delivery-and-performance-review" rel="self"/>
<link href="http://www.zotero.org/styles/african-online-scientific-information-systems-harvard" rel="independent-parent"/>
<category citation-format="author-date"/>
<category field="medicine"/>
<issn>2310-2195</issn>
<eissn>2310-2152</eissn>
<updated>2021-03-16T12: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>
</style>
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/npg -->
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<info>
<title>Clinical &amp; Translational Immunology</title>
<title-short>CTI</title-short>
<id>http://www.zotero.org/styles/clinical-and-translational-immunology</id>
<link href="http://www.zotero.org/styles/clinical-and-translational-immunology" rel="self"/>
<link href="http://www.zotero.org/styles/nature-publishing-group-vancouver" rel="independent-parent"/>
<link href="http://mts-cti.nature.com/cgi-bin/main.plex?form_type=display_auth_instructions#fop" rel="documentation"/>
<link href="http://www.zotero.org/styles/european-journal-of-human-genetics" rel="independent-parent"/>
<link href="https://onlinelibrary.wiley.com/page/journal/20500068/homepage/forauthors.html" rel="documentation"/>
<category citation-format="numeric"/>
<category field="biology"/>
<category field="medicine"/>
<eissn>2050-0068</eissn>
<updated>2014-06-16T12:00:00+00:00</updated>
<updated>2021-03-24T21:58:08+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>
</style>
16 changes: 16 additions & 0 deletions buildres/csl/csl-styles/dependent/curationis.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<!-- AOSIS, generated from "aosis" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>Curationis</title>
<id>http://www.zotero.org/styles/curationis</id>
<link href="http://www.zotero.org/styles/curationis" rel="self"/>
<link href="http://www.zotero.org/styles/african-online-scientific-information-systems-harvard" rel="independent-parent"/>
<category citation-format="author-date"/>
<category field="humanities"/>
<issn>0379-8577</issn>
<eissn>2223-6279</eissn>
<updated>2021-03-16T12: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>
</style>
Loading

0 comments on commit 202e179

Please sign in to comment.