Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: citation-style-language/styles
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa125ec03c6270dea5881ec1623f1b741da6e759
Choose a base ref
...
head repository: citation-style-language/styles
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 058102179bb42a885285ecc58cfbcb929a0146cd
Choose a head ref
  • 10 commits
  • 10 files changed
  • 7 contributors

Commits on Sep 5, 2019

  1. Update fachhochschule-vorarlberg-author-date.csl (#4291)

    Removed "H." for journal articles. This change is necessary, because online magazines often have no booklet number but an article number and so the "H." does not fit for all cases.
    cookie365 authored and adam3smith committed Sep 5, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    91b903e View commit details
  2. Update fachhochschule-vorarlberg-note.csl (#4292)

    Removed "H." for journal articles. This change is necessary, because online magazines often have no booklet number but an article number and so the "H." does not fit for all cases.
    The citation guidelines of this University of Applied Sciences require one point after each footnote.
    cookie365 authored and adam3smith committed Sep 5, 2019
    Copy the full SHA
    83603de View commit details

Commits on Sep 10, 2019

  1. Copy the full SHA
    4154196 View commit details

Commits on Sep 12, 2019

  1. Copy the full SHA
    8a2630a View commit details
  2. Copy the full SHA
    f9e6a9c View commit details
  3. Copy the full SHA
    0a19d01 View commit details

Commits on Sep 13, 2019

  1. Copy the full SHA
    29737e5 View commit details

Commits on Sep 15, 2019

  1. Copy the full SHA
    0e10a3d View commit details
  2. Copy the full SHA
    566813c View commit details
  3. Copy the full SHA
    0581021 View commit details
4 changes: 2 additions & 2 deletions fachhochschule-vorarlberg-author-date.csl
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>Citation Style of the University of Applied Sciences Vorarlberg/Austria, based on A Harvard author-date style variant, mostly german</summary>
<updated>2018-11-06T18:00:00+00:00</updated>
<updated>2019-09-04T16: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="de">
@@ -269,7 +269,7 @@
<date variable="issued">
<date-part name="year" prefix="(" suffix=")"/>
</date>
<text variable="issue" prefix=", H. "/>
<text variable="issue" prefix=", "/>
<choose>
<if variable="page">
<text value=""/>
6 changes: 3 additions & 3 deletions fachhochschule-vorarlberg-note.csl
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
<category citation-format="note"/>
<category field="generic-base"/>
<summary>Citation Style of the University of Applied Sciences Vorarlberg/Austria, based on A Harvard author-date style variant, mostly german, footnote style</summary>
<updated>2018-11-06T18:00:00+00:00</updated>
<updated>2019-09-04T16: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="de">
@@ -268,7 +268,7 @@
<date variable="issued">
<date-part name="year" prefix="(" suffix=")"/>
</date>
<text variable="issue" prefix=", H. "/>
<text variable="issue" prefix=", "/>
<choose>
<if variable="page">
<text value=""/>
@@ -383,7 +383,7 @@
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" et-al-subsequent-min="4" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year">
<layout delimiter="; ">
<layout delimiter="; " suffix=".">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date"/>
40 changes: 30 additions & 10 deletions harvard-university-of-bath.csl
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>Adaptation of Harvard referencing style used at the University of Bath.</summary>
<updated>2019-07-10T17:00:00+00:00</updated>
<updated>2019-09-13T15: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="en">
@@ -263,10 +263,8 @@
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date"/>
</group>
<text macro="author-short"/>
<text macro="year-date"/>
<group>
<label variable="locator" form="short"/>
<text variable="locator"/>
@@ -420,19 +418,30 @@
</else>
</choose>
<choose>
<if type="legislation legal_case" match="any"></if>
<if type="legislation legal_case" match="any"/>
<else-if type="book motion_picture musical_score song speech" match="any">
<group prefix=" " suffix="." delimiter=" ">
<text macro="title"/>
<text macro="online"/>
<choose>
<if variable="author editor" match="any">
<text macro="online"/>
</if>
</choose>
<text macro="translator"/>
</group>
<group prefix=" " suffix="." delimiter=". ">
<text macro="edition"/>
<text macro="series"/>
<choose>
<if type="motion_picture">
<text variable="genre"/>
<group delimiter=" ">
<text variable="genre"/>
<choose>
<if variable="author editor" match="none">
<text macro="online"/>
</if>
</choose>
</group>
</if>
</choose>
<text macro="editor"/>
@@ -574,10 +583,21 @@
<else-if type="broadcast">
<group prefix=" " suffix="." delimiter=" ">
<text macro="title"/>
<text macro="online"/>
<choose>
<if variable="author editor" match="any">
<text macro="online"/>
</if>
</choose>
</group>
<text macro="series-genre" prefix=" " suffix="."/>
<text variable="medium" prefix=" " suffix="."/>
<group prefix=" " suffix="." delimiter=" ">
<text variable="medium"/>
<choose>
<if variable="author editor" match="none">
<text macro="online"/>
</if>
</choose>
</group>
<group prefix=" " suffix="." delimiter=", ">
<text macro="publisher"/>
<date variable="issued">
229 changes: 229 additions & 0 deletions prehistoires-mediterraneennes.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,229 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="expanded">
<!-- Polyglot; journal publishes in French and English -->
<info>
<title>Préhistoires méditerranéennes</title>
<title-short>PréhMéd</title-short>
<id>http://www.zotero.org/styles/prehistoires-mediterraneennes</id>
<link href="http://www.zotero.org/styles/prehistoires-mediterraneennes" rel="self"/>
<link href="https://journals.openedition.org/pm/" rel="documentation"/>
<author>
<name>Sébastien Plutniak</name>
<email>sebastien.plutniak@posteo.net</email>
</author>
<category citation-format="author-date"/>
<category field="history"/>
<issn>2118-8211</issn>
<eissn>2105-2565</eissn>
<summary>Style for the Préhistoires méditerranéennes journal.</summary>
<updated>2019-08-10T15:20:00+01: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="fr">
<terms>
<term name="editor" form="short">
<single>(Dir.)</single>
<multiple>(Dir.)</multiple>
</term>
<term name="editorial-director" form="short">
<single>(Dir.)</single>
<multiple>(Dir.)</multiple>
</term>
<term name="page" form="short">
<single>p.</single>
<multiple>p.</multiple>
</term>
</terms>
</locale>
<locale xml:lang="en">
<terms>
<term name="editor" form="short">
<single>(ed.)</single>
<multiple>(ed.)</multiple>
</term>
<term name="page" form="short">
<single>p.</single>
<multiple>p.</multiple>
</term>
</terms>
</locale>
<!-- Macros definitions -->
<macro name="editor">
<names variable="editor" delimiter=" ">
<name name-as-sort-order="all" sort-separator=" " delimiter=", " delimiter-precedes-last="never" initialize-with="."/>
<label form="short" prefix=" " suffix=" " text-case="lowercase"/>
<et-al term="et-al" font-style="italic"/>
<substitute>
<names variable="editorial-director"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name and="symbol" form="short" delimiter=", " delimiter-precedes-last="never" initialize-with="."/>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-long">
<names variable="author">
<name name-as-sort-order="all" sort-separator=" " delimiter=", " delimiter-precedes-last="contextual" initialize-with=".">
<name-part name="family" text-case="uppercase"/>
</name>
<et-al term="et-al" font-style="italic"/>
<label form="short" prefix=" " text-case="lowercase"/>
<substitute>
<names variable="editor">
<name name-as-sort-order="all" sort-separator=", " delimiter=", " delimiter-precedes-last="always" initialize-with=".&#160;"/>
<et-al font-style="italic"/>
<label form="short" prefix=" " suffix="" text-case="lowercase"/>
<substitute>
<names variable="editorial-director"/>
</substitute>
</names>
</substitute>
</names>
</macro>
<macro name="collection-info">
<choose>
<if variable="collection-title collection-number" match="all">
<text variable="collection-title" suffix="&#160;; "/>
<text variable="collection-number"/>
</if>
<else-if variable="collection-title">
<text variable="collection-title"/>
</else-if>
</choose>
</macro>
<macro name="year-date-short">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="citation-locator">
<group>
<label variable="locator" form="short" suffix=".&#160;"/>
<text variable="locator"/>
</group>
</macro>
<macro name="page">
<group>
<label variable="page" suffix=".&#160;" form="short"/>
<text variable="page"/>
</group>
</macro>
<!-- End of macros definition -->
<!-- Format of short entries -->
<citation et-al-min="2" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" collapse="year">
<sort>
<key macro="author-short"/>
<key macro="year-date-short"/>
</sort>
<layout prefix="" suffix="" delimiter="&#160; ">
<group delimiter=" " suffix=" ">
<text macro="author-short"/>
</group>
<group delimiter=", ">
<text macro="year-date-short"/>
<text macro="citation-locator"/>
</group>
</layout>
</citation>
<!-- Format of full entries -->
<bibliography>
<sort>
<key macro="author-long"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<text macro="author-short" font-weight="bold" suffix=" "/>
<text macro="year-date-short" font-weight="bold" suffix=", "/>
<text macro="author-long" suffix=", "/>
<choose>
<if type="article article-newspaper article-magazine" match="any">
<group delimiter=" ">
<text variable="title" quotes="false"/>
<text variable="container-title" font-style="italic" prefix=""/>
</group>
<group delimiter=", ">
<text macro="page"/>
<text variable="DOI" prefix="DOI&#160;: "/>
</group>
</if>
<else-if type="book">
<group delimiter=", ">
<text variable="title" font-style="italic" text-case="capitalize-first"/>
<text variable="edition"/>
<text variable="publisher-place"/>
<text variable="publisher"/>
<text macro="year-date-short"/>
<text variable="number-of-pages" suffix="&#160;p."/>
</group>
<text macro="collection-info" prefix=" (" suffix=")"/>
</else-if>
<else-if type="chapter paper-conference" match="any">
<text variable="title" suffix="," font-style="italic" quotes="false"/>
<group delimiter=" ">
<text value="in&#160;:" prefix=" " suffix=" "/>
</group>
<group delimiter=", ">
<text macro="editor" suffix=""/>
<text variable="container-title" suffix="" font-style="italic"/>
<text variable="publisher-place"/>
<text variable="publisher"/>
<text macro="year-date-short"/>
<text macro="page"/>
</group>
<text macro="collection-info" prefix=" (" suffix=")"/>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<text variable="title" font-style="italic"/>
<text variable="publisher-place"/>
<text macro="year-date-short"/>
<choose>
<if variable="genre">
<text variable="genre"/>
</if>
<else>
<text value="thèse de doctorat"/>
</else>
</choose>
<text variable="number-of-pages" suffix="&#160;p."/>
</group>
</else-if>
<else-if type="report">
<group delimiter=", ">
<text variable="title" font-style="italic" quotes="false"/>
<text variable="genre"/>
<text variable="collection-title" font-style="italic"/>
<text variable="number"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
<text macro="year-date-short"/>
</group>
</else-if>
<else>
<text variable="title" suffix=", " quotes="false"/>
<group delimiter=", ">
<text variable="container-title" font-style="italic"/>
<text variable="volume"/>
<text variable="issue"/>
<text macro="year-date-short"/>
<text macro="page"/>
<text variable="DOI" prefix="DOI&#160;: "/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>
Loading