-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create medicinski-razgledi.csl (#5789)
- Loading branch information
1 parent
b4df8ee
commit f8e5fd8
Showing
1 changed file
with
163 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-et-al="always" delimiter-precedes-last="always" initialize-with="" demote-non-dropping-particle="sort-only" default-locale="en-UK"> | ||
<info> | ||
<title>Medicinski razgledi</title> | ||
<title-short>Med. razgl.</title-short> | ||
<id>http://www.zotero.org/styles/medicinski-razgledi</id> | ||
<link href="http://www.zotero.org/styles/medicinski-razgledi" rel="self"/> | ||
<link href="http://www.zotero.org/styles/revista-da-sociedade-brasileira-de-medicina-tropical" rel="template"/> | ||
<link href="https://medrazgl.si/navodila-sodelavcem/" rel="documentation"/> | ||
<author> | ||
<name>Luka Petravić</name> | ||
<email>lpetravic@me.com</email> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="medicine"/> | ||
<issn>0025-8121</issn> | ||
<eissn>1581-3797</eissn> | ||
<updated>2021-12-06T19:54:16+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="author"> | ||
<names variable="author" font-weight="normal" delimiter=","> | ||
<name delimiter-precedes-et-al="always" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/> | ||
<label plural="always" text-case="capitalize-first" strip-periods="true"/> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name initialize="true" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/> | ||
<label prefix=", " plural="contextual" suffix="."/> | ||
</names> | ||
</macro> | ||
<macro name="year-date"> | ||
<choose> | ||
<if variable="issued"> | ||
<date date-parts="year" form="numeric" variable="issued"/> | ||
</if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="journal-location"> | ||
<choose> | ||
<if type="article-journal article-magazine" match="any"> | ||
<text variable="volume"/> | ||
<text variable="issue" prefix="(" suffix=")"/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", "> | ||
<text variable="publisher-place" text-case="title"/> | ||
<text variable="publisher"/> | ||
<text macro="year-date"/> | ||
</group> | ||
</macro> | ||
<macro name="publisher_thesis"> | ||
<group delimiter=", "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</macro> | ||
<macro name="edition_book"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="numeric"/> | ||
<text term="edition" form="short"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout font-style="italic" delimiter=", " prefix="(" suffix=")"> | ||
<text variable="citation-number"/> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush"> | ||
<layout suffix="."> | ||
<text variable="citation-number" font-weight="normal" suffix="."/> | ||
<text macro="author" strip-periods="true" suffix=". "/> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<text variable="volume" prefix="vol. "/> | ||
<text macro="edition_book"/> | ||
<text macro="publisher"/> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=", "> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<group> | ||
<text term="in" form="short" text-case="sentence" suffix=" "/> | ||
<text macro="editor"/> | ||
</group> | ||
<group delimiter=", "> | ||
<text variable="container-title" form="short"/> | ||
<text variable="volume" prefix="vol. "/> | ||
</group> | ||
<text macro="edition_book"/> | ||
</group> | ||
<text macro="publisher"/> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page" form="short"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="patent"> | ||
<group delimiter=", "> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<text variable="number"/> | ||
</group> | ||
<text macro="year-date"/> | ||
</group> | ||
</else-if> | ||
<else-if type="thesis"> | ||
<group delimiter=" "> | ||
<text variable="title" font-style="italic" suffix="."/> | ||
<text variable="genre" suffix=","/> | ||
<text macro="publisher_thesis" suffix="," text-case="title"/> | ||
<text macro="year-date"/> | ||
<text variable="number-of-pages" suffix=" p."/> | ||
</group> | ||
</else-if> | ||
<else-if type="webpage"> | ||
<text variable="title" suffix=". "/> | ||
<group delimiter=". "> | ||
<text variable="container-title" text-case="title"/> | ||
<text macro="year-date"/> | ||
<text variable="URL"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group delimiter=" : "> | ||
<group delimiter=" "> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<text variable="container-title" form="short" text-case="title" strip-periods="true" font-style="normal" suffix="."/> | ||
</group> | ||
<group delimiter="; "> | ||
<text macro="year-date"/> | ||
<text macro="journal-location"/> | ||
</group> | ||
</group> | ||
<text variable="page" form="short"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</layout> | ||
</bibliography> | ||
</style> |