Skip to content

Commit

Permalink
style for Revista Ladinia (JabRef#6035)
Browse files Browse the repository at this point in the history
  • Loading branch information
schtailmuel authored Apr 27, 2022
1 parent 76b4268 commit 70ab28a
Showing 1 changed file with 149 additions and 0 deletions.
149 changes: 149 additions & 0 deletions revista-ladinia.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0">
<info>
<title>Revista Ladinia</title>
<title-short>LADINIA</title-short>
<id>http://www.zotero.org/styles/revista-ladinia</id>
<link href="http://www.zotero.org/styles/revista-ladinia" rel="self"/>
<link href="http://www.zotero.org/styles/apa" rel="template"/>
<link href="https://micura.it/la/ativites/ladinia/style-sheet" rel="documentation"/>
<author>
<name>Samuel Frontull</name>
<email>samuel.frontull@uibk.ac.at</email>
</author>
<author>
<name>Paolo Anvidalfarei</name>
<email>paolo@micura.it</email>
</author>
<category citation-format="author-date"/>
<category field="linguistics"/>
<issn>1124-1004</issn>
<updated>2022-04-25T14:01: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="it">
<terms>
<term name="and others"/>
<term name="no date">s.a.</term>
<term name="no-place">s.l.</term>
<term name="anonymous">N.N.</term>
<term name="editor">
<single>ed.</single>
<multiple>eds.</multiple>
</term>
</terms>
</locale>
<locale xml:lang="de">
<terms>
<term name="and others"/>
<term name="no date">s.a.</term>
<term name="no-place">s.l.</term>
<term name="anonymous">N.N.</term>
<term name="editor">
<single>ed.</single>
<multiple>eds.</multiple>
</term>
</terms>
</locale>
<locale xml:lang="en">
<terms>
<term name="and others"/>
<term name="no date">s.a.</term>
<term name="no-place">s.l.</term>
<term name="anonymous">N.N.</term>
<term name="editor">
<single>ed.</single>
<multiple>eds.</multiple>
</term>
</terms>
</locale>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" delimiter="/" form="short">
<name-part name="family" font-variant="small-caps"/>
</name>
<et-al term="and others"/>
<substitute>
<names variable="editor"/>
<text macro="anonymous"/>
</substitute>
</names>
</macro>
<macro name="anonymous">
<text term="anonymous"/>
</macro>
<macro name="author-bibliography">
<names variable="author">
<name name-as-sort-order="all" delimiter="/">
<name-part name="family" font-variant="small-caps"/>
</name>
<label prefix=" (" suffix=")"/>
<et-al/>
<substitute>
<names variable="editor translator"/>
<text macro="anonymous"/>
</substitute>
</names>
</macro>
<macro name="issued-year">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date"/>
</else>
</choose>
</macro>
<macro name="publisher-place">
<choose>
<if variable="publisher-place">
<text variable="publisher-place" suffix=" "/>
</if>
<else-if type="book" match="any">
<text term="no-place" suffix=" "/>
</else-if>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" initialize-with="." disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year">
<sort>
<key macro="author"/>
<key macro="issued-year"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<group delimiter=" ">
<text macro="author"/>
<text macro="issued-year"/>
</group>
</layout>
</citation>
<bibliography et-al-min="4" et-al-use-first="1">
<sort>
<key macro="author-bibliography"/>
<key macro="issued-year"/>
<key variable="title"/>
</sort>
<layout suffix=".">
<text macro="author-bibliography" suffix=": "/>
<group delimiter=", ">
<text variable="title" font-style="italic"/>
<group delimiter=": ">
<text term="in"/>
<text variable="container-title"/>
</group>
<group delimiter=" ">
<text term="volume" form="short"/>
<text variable="volume"/>
</group>
<text variable="issue" prefix="(" suffix=")"/>
<group>
<text macro="publisher-place"/>
<text macro="issued-year"/>
</group>
<text variable="page"/>
</group>
</layout>
</bibliography>
</style>

0 comments on commit 70ab28a

Please sign in to comment.