Skip to content

Commit

Permalink
Update frontiers.csl (#6852)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Jan 22, 2024
1 parent 53e25c5 commit b055f18
Showing 1 changed file with 44 additions and 40 deletions.
84 changes: 44 additions & 40 deletions frontiers.csl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Frontiers journals</title>
<id>http://www.zotero.org/styles/frontiers</id>
<link href="http://www.zotero.org/styles/frontiers" rel="self"/>
<link href="http://www.frontiersin.org/about/AuthorGuidelines" rel="documentation"/>
<link href="https://www.frontiersin.org/guidelines/author-guidelines" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
Expand All @@ -18,7 +18,7 @@
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>Style for the Open Access Frontiers in ... Journals</summary>
<updated>2023-01-03T13:18:49+00:00</updated>
<updated>2024-01-19T17:09:26+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>
<macro name="editor">
Expand Down Expand Up @@ -53,9 +53,11 @@
<text variable="DOI" prefix="doi: "/>
</if>
<else-if variable="URL">
<text value="Available at:" suffix=" "/>
<text variable="URL"/>
<group prefix=" [" suffix="]">
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
<group prefix=" (" suffix=").">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
Expand Down Expand Up @@ -127,44 +129,46 @@
<key macro="year-date"/>
<key variable="title"/>
</sort>
<layout suffix=".">
<text macro="author"/>
<text macro="year-date" prefix=" (" suffix=")."/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=" " prefix=" ">
<text macro="title"/>
<text macro="edition"/>
<text macro="editor"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=" " prefix=" ">
<text macro="title"/>
<text term="in"/>
<text variable="container-title" font-style="italic"/>
<text variable="collection-title" suffix="."/>
</group>
<text macro="editor"/>
<group suffix=".">
<text macro="publisher" prefix=" (" suffix=")"/>
<group prefix=", ">
<text variable="page"/>
<layout>
<group delimiter=" " suffix=".">
<text macro="author"/>
<text macro="year-date" prefix="(" suffix=")."/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<group delimiter=" ">
<text macro="title"/>
<text macro="edition"/>
<text macro="editor"/>
<text macro="publisher"/>
</group>
</group>
</else-if>
<else>
<text macro="title" prefix=" " suffix="."/>
<group delimiter=", " prefix=" " suffix=".">
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=" ">
<text variable="container-title" form="short" font-style="italic"/>
<text variable="volume"/>
<text macro="title"/>
<text term="in"/>
<text variable="container-title" font-style="italic"/>
<text variable="collection-title" suffix="."/>
</group>
<text variable="page"/>
</group>
</else>
</choose>
<text macro="editor"/>
<group suffix=".">
<text macro="publisher" prefix=" (" suffix=")"/>
<group prefix=", ">
<text variable="page"/>
</group>
</group>
</else-if>
<else>
<text macro="title" suffix="."/>
<group delimiter=", " prefix=" " suffix=".">
<group delimiter=" ">
<text variable="container-title" form="short" font-style="italic"/>
<text variable="volume"/>
</group>
<text variable="page"/>
</group>
</else>
</choose>
</group>
<text prefix=" " macro="access"/>
</layout>
</bibliography>
Expand Down

0 comments on commit b055f18

Please sign in to comment.