Skip to content

Commit

Permalink
Update journal-of-neolithic-archaeology.csl (#5065)
Browse files Browse the repository at this point in the history
Tweaking of handling of dois- and html-adresses, some other fixes
  • Loading branch information
nmueller18 committed Oct 19, 2020
1 parent 524ba93 commit 68b7478
Showing 1 changed file with 31 additions and 34 deletions.
65 changes: 31 additions & 34 deletions journal-of-neolithic-archaeology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,21 @@
<issn>2364-3676</issn>
<eissn>2197-649X</eissn>
<summary>Author-date style meeting citation specifications provided by JNA. Based on the DAI style.</summary>
<updated>2019-11-10T12:54:34+00:00</updated>
<updated>2020-10-11T23:58:34+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="reviewed-author" form="verb">rev. of</term>
<term name="presented at">talk</term>
<term name="accessed">accessed: </term>
</terms>
</locale>
<locale xml:lang="de">
<terms>
<term name="reviewed-author" form="verb">Rez. zu</term>
<term name="presented at">Vortrag</term>
<term name="accessed">Zugriff: </term>
</terms>
</locale>
<locale xml:lang="it">
Expand Down Expand Up @@ -111,25 +113,18 @@
</choose>
</macro>
<macro name="contributors">
<choose>
<if variable="author">
<names variable="author">
<name delimiter="/" delimiter-precedes-et-al="never" delimiter-precedes-last="always" initialize-with=". "/>
</names>
</if>
<else-if variable="editor">
<text macro="editor"/>
</else-if>
</choose>
<choose>
<if match="any" variable="title">
<choose>
<if match="any" variable="editor author">
<text value=", "/>
</if>
</choose>
</if>
</choose>
<group suffix=", ">
<choose>
<if variable="author">
<names variable="author">
<name delimiter="/" delimiter-precedes-et-al="never" delimiter-precedes-last="always" initialize-with=". "/>
</names>
</if>
<else-if variable="editor">
<text macro="editor"/>
</else-if>
</choose>
</group>
</macro>
<macro name="contributors-short-citation">
<choose>
Expand Down Expand Up @@ -317,26 +312,22 @@
<macro name="url">
<choose>
<if match="any" variable="URL">
<group display="block" prefix=".&amp;#10;">
<text variable="URL" text-case="lowercase"/>
<group>
<text variable="URL" text-case="lowercase" prefix=". "/>
<choose>
<if match="none" is-uncertain-date="accessed">
<date form="text" variable="accessed" prefix=" [" suffix="]"/>
<group>
<text term="accessed" prefix=" ("/>
<date form="numeric" variable="accessed" suffix=")"/>
</group>
</if>
</choose>
</group>
</if>
</choose>
</macro>
<macro name="doi">
<choose>
<if match="any" variable="DOI">
<group display="block" prefix=".&amp;#10;">
<text value="doi: "/>
<text variable="DOI"/>
</group>
</if>
</choose>
<text variable="DOI" prefix=". DOI: https://doi.org/"/>
</macro>
<macro name="review">
<choose>
Expand Down Expand Up @@ -408,7 +399,7 @@
</sort>
<layout>
<group suffix=".">
<group display="left-margin" suffix=": ">
<group suffix=": ">
<text macro="contributors-short-biblio" suffix=" "/>
<text macro="date"/>
</group>
Expand Down Expand Up @@ -437,8 +428,14 @@
<text macro="locators-article"/>
</else>
</choose>
<text macro="url"/>
<text macro="doi"/>
<choose>
<if variable="DOI" match="any">
<text macro="doi"/>
</if>
<else>
<text macro="url"/>
</else>
</choose>
</group>
</group>
</layout>
Expand Down

0 comments on commit 68b7478

Please sign in to comment.