Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
102 lines (101 sloc) 3.46 KB
<?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>
You can’t perform that action at this time.