Skip to content

Commit

Permalink
Create Biomembranes.csl (#6200)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-krasniy committed Sep 24, 2022
1 parent da2e0c0 commit 5a128fe
Showing 1 changed file with 145 additions and 0 deletions.
145 changes: 145 additions & 0 deletions biologiceskie-membrany.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
<?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" page-range-format="minimal" default-locale="en-US">
<info>
<title>Биологические мембраны</title>
<id>http://www.zotero.org/styles/biologiceskie-membrany</id>
<link href="http://www.zotero.org/styles/biologiceskie-membrany" rel="self"/>
<link href="http://www.zotero.org/styles/molecular-biology" rel="template"/>
<link href="https://sciencejournals.ru/journals/biomem/guid.pdf" rel="documentation"/>
<author>
<name>Vladimir Krasnobaev</name>
</author>
<category citation-format="numeric"/>
<category field="biology"/>
<issn>0233-4755</issn>
<updated>2020-11-15T05:18:11+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="edition">
<choose>
<if is-numeric="edition" match="any">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" text-case="capitalize-first"/>
</group>
</if>
<else>
<text variable="edition" text-case="capitalize-first" suffix="."/>
</else>
</choose>
</macro>
<macro name="editor">
<names variable="editor" delimiter=", ">
<label form="short" text-case="capitalize-first" strip-periods="true"/>
<name prefix=" " delimiter-precedes-last="never" initialize-with="."/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true" suffix="."/>
</macro>
<macro name="author">
<names variable="author">
<name initialize-with="." name-as-sort-order="all" sort-separator=" "/>
<substitute>
<names variable="editor"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<text variable="title" font-style="italic" suffix="."/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="pages">
<group>
<label strip-periods="false" suffix=" " variable="page" form="short"/>
<text variable="page"/>
</group>
</macro>
<macro name="volume">
<group delimiter=" ">
<text term="volume" form="short" strip-periods="false"/>
<text variable="volume"/>
</group>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter=", " prefix="[" suffix="]">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography second-field-align="flush" et-al-min="10" et-al-use-first="1">
<layout suffix=".">
<text variable="citation-number" suffix="."/>
<group delimiter=". ">
<text macro="author"/>
<date variable="issued">
<date-part name="year"/>
</date>
<text macro="title"/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=". ">
<text macro="volume"/>
<text macro="editor"/>
<text macro="edition"/>
<text macro="publisher" suffix=". "/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". " prefix=" ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<group delimiter=", ">
<text variable="container-title" suffix="."/>
<text macro="volume"/>
</group>
</group>
<text variable="collection-title"/>
<text macro="edition"/>
<text variable="event"/>
<text macro="editor"/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="pages"/>
</group>
</group>
</else-if>
<else-if type="thesis">
<group prefix=" " delimiter=" ">
<text variable="genre"/>
<text macro="publisher"/>
</group>
</else-if>
<else-if type="webpage post-weblog post" match="any">
<text variable="URL"/>
</else-if>
<else>
<group delimiter=". ">
<text macro="editor"/>
<text variable="container-title" form="short" font-style="italic"/>
<group delimiter=", ">
<text variable="volume" font-weight="bold"/>
<text variable="page"/>
</group>
</group>
</else>
</choose>
</group>
</layout>
</bibliography>
</style>

0 comments on commit 5a128fe

Please sign in to comment.