/usr/share/citation-style-language/styles/byzantina-symmeikta.csl is in citation-style-language-styles 0~20180122.283b8d871-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | <?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
<!-- Polyglot; journal publishes in English, French, German, Greek, and Italian. -->
<info>
<title>BYZANTINA SYMMEIKTA</title>
<id>http://www.zotero.org/styles/byzantina-symmeikta</id>
<link href="http://www.zotero.org/styles/byzantina-symmeikta" rel="self"/>
<link href="http://www.byzsym.org/index.php/bz/about/submissions#authorGuidelines" rel="documentation"/>
<author>
<name>National Documentation Centre</name>
<uri>http://www.ekt.gr/</uri>
</author>
<category citation-format="numeric"/>
<category field="history"/>
<issn>1791-4884</issn>
<updated>2008-10-05T10:04:29-07: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">
<name delimiter=" - " initialize-with=". "/>
<label form="long" text-case="uppercase" prefix=" - " suffix=" "/>
</names>
</macro>
<macro name="editor">
<names variable="editor" delimiter=", ">
<label form="verb-short" text-case="lowercase" suffix=" " strip-periods="true"/>
<name delimiter=" - " initialize-with=". "/>
</names>
</macro>
<macro name="issued">
<choose>
<if type="article-journal report" match="any">
<date variable="issued" prefix="(" suffix=") ">
<date-part name="year"/>
</date>
</if>
<else>
<date suffix=", " variable="issued">
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="container-title">
<choose>
<if variable="editor">
<choose>
<if variable="volume">
<text variable="container-title" font-style="italic" prefix="in " suffix=" " form="short"/>
</if>
<else>
<text variable="container-title" font-style="italic" prefix="in " suffix=", " form="short"/>
</else>
</choose>
</if>
<else>
<text variable="container-title" font-style="italic" suffix=" " form="short"/>
</else>
</choose>
</macro>
<macro name="volume">
<choose>
<if variable="editor">
<text variable="volume" suffix=", "/>
</if>
<else>
<text variable="volume" suffix=" "/>
</else>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout vertical-align="sup" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0">
<layout suffix=".">
<text variable="citation-number" suffix="."/>
<text macro="author" prefix=" " suffix=", " text-case="uppercase"/>
<text variable="title" suffix=", "/>
<text macro="container-title"/>
<text macro="volume"/>
<choose>
<if variable="collection-title">
<text macro="editor" prefix=" " suffix=" " text-case="uppercase"/>
</if>
<else>
<text macro="editor" prefix=" " suffix=" " text-case="uppercase"/>
</else>
</choose>
<text variable="collection-title" prefix="[" suffix="], "/>
<text variable="publisher-place" suffix=" "/>
<text macro="issued"/>
<text variable="page"/>
</layout>
</bibliography>
</style>
|