Skip to content

Commit

Permalink
Create journal-of-bioscience-and-bioengineering.csl (#6492)
Browse files Browse the repository at this point in the history
* Create journal-of-bioscience-and-bioengineering.csl

https://forums.zotero.org/discussion/17264/journal-of-bioscience-and-bioengineering#latest

* Update journal-of-bioscience-and-bioengineering.csl
  • Loading branch information
POBrien333 authored Sep 11, 2024
1 parent 7393dd3 commit 2bb3d15
Showing 1 changed file with 131 additions and 0 deletions.
131 changes: 131 additions & 0 deletions journal-of-bioscience-and-bioengineering.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<?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>Journal of Bioscience and Bioengineering</title>
<title-short>JBB</title-short>
<id>http://www.zotero.org/styles/journal-of-bioscience-and-bioengineering</id>
<link href="http://www.zotero.org/styles/journal-of-bioscience-and-bioengineering" rel="self"/>
<link href="http://www.zotero.org/styles/nature-no-superscript" rel="template"/>
<link href="https://www.elsevier.com/journals/journal-of-bioscience-and-bioengineering/1389-1723/guide-for-authors" rel="documentation"/>
<link href="http://www.sbj.or.jp/e/jbb/jbb_instructions.html#References" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
</author>
<category citation-format="numeric"/>
<category field="science"/>
<category field="generic-base"/>
<issn>1389-1723</issn>
<eissn>1347-4421</eissn>
<updated>2023-04-01T17:42:32+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="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic"/>
</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="symbol" 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" type="article" match="any"/>
<else-if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</else-if>
<else-if variable="URL">
<text term="at"/>
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
</else-if>
</choose>
</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-if type="article">
<group delimiter=" ">
<choose>
<if variable="genre" match="any">
<text variable="genre" text-case="capitalize-first"/>
</if>
<else>
<text term="article" text-case="capitalize-first"/>
</else>
</choose>
<text term="at"/>
<choose>
<if variable="DOI" match="any">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else>
<text variable="URL"/>
</else>
</choose>
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
</group>
</else-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=")">
<label form="short" suffix=" "/>
<name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/>
</names>
</if>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="13" et-al-use-first="12" second-field-align="flush" entry-spacing="0" line-spacing="2">
<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" form="short" suffix=","/>
<text macro="editor"/>
<group font-weight="bold">
<text variable="volume" suffix=","/>
</group>
<text variable="page"/>
<text macro="issuance"/>
<text macro="access"/>
</group>
</layout>
</bibliography>
</style>

0 comments on commit 2bb3d15

Please sign in to comment.