Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Update database.csl (#4227)

  • Loading branch information
POBrien333 authored and rmzelle committed Jul 28, 2019
1 parent c5c7e79 commit 11594039c8604a2c81710dbc35bb1bdfe55aeabc
Showing with 21 additions and 30 deletions.
  1. +18 −28 database.csl
  2. +3 −2 dependent/human-molecular-genetics.csl
@@ -1,6 +1,5 @@
<?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-US">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Database</title>
<id>http://www.zotero.org/styles/database</id>
@@ -15,23 +14,23 @@
<category field="biology"/>
<eissn>1758-0463</eissn>
<summary>Database Oxford Journals style.</summary>
<updated>2013-12-01T15:14:07+00:00</updated>
<updated>2019-07-27T10:50:15+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="editor">
<names variable="editor">
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter="; " delimiter-precedes-last="always"/>
<label form="short" prefix=", " text-case="capitalize-first"/>
<name delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name and="text" delimiter-precedes-last="never" et-al-min="4" et-al-use-first="3" initialize-with=". " name-as-sort-order="all"/>
<label form="short" prefix=", " text-case="capitalize-first"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="publisher">
<group delimiter=": ">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
@@ -52,13 +51,11 @@
<macro name="book-container">
<group delimiter=" ">
<text term="in" text-case="capitalize-first"/>
<text variable="container-title" font-style="italic"/>
<text macro="editor"/>
</group>
</macro>
<macro name="issued">
<date variable="issued" delimiter=" ">
<date-part name="year"/>
</date>
<date date-parts="year" form="text" variable="issued" prefix=" (" suffix=") "/>
</macro>
<macro name="full-issued">
<date variable="issued" delimiter=" ">
@@ -88,10 +85,12 @@
<text variable="citation-number"/>
</layout>
</citation>
<bibliography second-field-align="flush" entry-spacing="0">
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush" entry-spacing="0">
<layout suffix=".">
<text variable="citation-number" suffix="."/>
<text macro="author" suffix=" "/>
<text macro="issued"/>
<text variable="title" suffix=". "/>
<choose>
<if type="article-magazine">
<group delimiter=" ">
@@ -105,11 +104,9 @@
<else-if type="thesis">
<group delimiter=", ">
<group delimiter=". ">
<text variable="title"/>
<text variable="genre"/>
</group>
<text macro="publisher"/>
<text macro="issued"/>
<text macro="volume"/>
<text macro="pages"/>
</group>
@@ -148,21 +145,18 @@
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter="; ">
<group delimiter=", ">
<text macro="book-container"/>
<text macro="editor"/>
<text variable="container-title" font-style="italic"/>
<text macro="series"/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued"/>
</group>
<text macro="publisher"/>
<group delimiter=", ">
<text macro="volume"/>
<text macro="pages"/>
</group>
</group>
</else-if>
<else-if type="webpage">
<else-if type="webpage post post-weblog" match="any">
<group delimiter=" ">
<text variable="title"/>
<text variable="URL"/>
@@ -174,14 +168,10 @@
</group>
</else-if>
<else-if type="article-journal">
<group delimiter=" ">
<text macro="issued" font-weight="normal" prefix="(" suffix=")"/>
<group delimiter=", ">
<text variable="title"/>
<text variable="container-title" font-style="italic" form="short"/>
<text variable="volume" font-style="normal" font-weight="bold"/>
<text variable="page"/>
</group>
<group delimiter=", ">
<text variable="container-title" font-style="italic" form="short"/>
<text variable="volume" font-weight="bold"/>
<text variable="page"/>
</group>
</else-if>
<else>
@@ -2,15 +2,16 @@
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB">
<info>
<title>Human Molecular Genetics</title>
<title-short>HMG</title-short>
<id>http://www.zotero.org/styles/human-molecular-genetics</id>
<link href="http://www.zotero.org/styles/human-molecular-genetics" rel="self"/>
<link href="http://www.zotero.org/styles/nucleic-acids-research" rel="independent-parent"/>
<link href="http://www.zotero.org/styles/database" rel="independent-parent"/>
<link href="http://www.oxfordjournals.org/our_journals/hmg/for_authors/general.html" rel="documentation"/>
<category citation-format="numeric"/>
<category field="medicine"/>
<issn>0964-6906</issn>
<eissn>1460-2083</eissn>
<updated>2012-09-09T21:58:08+00:00</updated>
<updated>2019-07-26T21:58:08+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>
</style>

0 comments on commit 1159403

Please sign in to comment.
You can’t perform that action at this time.