Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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" default-locale="en-GB">
- <info>
- <title>Mystyle</title>
- <id>http://www.zotero.org/styles/mystyle</id>
- <author>
- <name></name>
- <email></email>
- </author>
- <category citation-format="numeric"/>
- <category field="science"/>
- <category field="generic-base"/>
- <issn>0</issn>
- <eissn>1</eissn>
- <updated>2013-10-13T19:30:37+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>
- <locale xml:lang="en">
- <terms>
- <term name="editor" form="short">
- <single>ed.</single>
- <multiple>eds</multiple>
- </term>
- </terms>
- </locale>
- <macro name="title">
- <choose>
- <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
- <text variable="title" font-style="bold"/>
- </if>
- <else-if type="chapter" match="any"/>
- <else>
- <text variable="title"/>
- </else>
- </choose>
- </macro>
- <macro name="author">
- <names variable="author">
- <name sort-separator=" " delimiter=", " and="text" initialize-with="" delimiter-precedes-last="never" name-as-sort-order="all"/>
- <label form="short" prefix=", "/>
- <et-al font-style="italic"/>
- </names>
- </macro>
- <macro name="access">
- <choose>
- <if variable="volume"/>
- <else-if variable="DOI">
- <text variable="DOI" prefix="doi:"/>
- </else-if>
- <else-if variable="URL">
- <text term="at"/>
- <text variable="URL" prefix=" <" suffix=">"/>
- </else-if>
- </choose>
- </macro>
- <macro name="author-short">
- <names variable="author">
- <name form="short" and="text"/>
- </names>
- </macro>
- <macro name="issued">
- <date variable="issued">
- <date-part name="year"/>
- </date>
- </macro>
- <macro name="issuance">
- <choose>
- <if type="bill book graphic legal_case legislation motion_picture report song chapter paper-conference" match="any">
- <group delimiter=", " prefix="(" suffix=").">
- <text variable="publisher" form="long"/>
- <date variable="issued">
- <date-part name="year"/>
- </date>
- </group>
- </if>
- <else>
- <date prefix="(" suffix=")." variable="issued">
- <date-part name="year"/>
- </date>
- </else>
- </choose>
- </macro>
- <macro name="editor">
- <choose>
- <if type="chapter paper-conference" match="any">
- <names variable="editor" prefix="(" suffix=")">
- <name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/>
- </names>
- </if>
- </choose>
- </macro>
- <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
- <sort>
- <key macro="author-short" names-min="1" names-use-first="1"/>
- <key macro="author-count" names-min="3" names-use-first="3"/>
- <key macro="author" names-min="3" names-use-first="1"/>
- <key macro="issued"/>
- <key variable="title"/>
- </sort>
- <layout prefix="(" suffix=")" delimiter="; ">
- <group delimiter=" ">
- <text macro="author-short"/>
- <text macro="issued"/>
- </group>
- </layout>
- </citation>
- <bibliography et-al-min="25" et-al-use-first="1" second-field-align="flush" entry-spacing="0">
- <sort>
- <key macro="author"/>
- <key macro="title"/>
- </sort>
- <layout>
- <text variable="citation-number" suffix="."/>
- <group delimiter=" ">
- <text macro="author" suffix=":"/>
- <text macro="title" suffix="."/>
- <choose>
- <if type="chapter paper-conference" match="any">
- <text term="in" form="long" plural="false"/>
- </if>
- </choose>
- <text variable="container-title" font-style="" form="short"/>
- <text macro="editor"/>
- <group font-weight="">
- <text variable="volume" suffix=","/>
- </group>
- <text variable="page"/>
- <text macro="issuance"/>
- <text macro="access"/>
- </group>
- </layout>
- </bibliography>
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement