Skip to content

Commit

Permalink
Create korean-journal-of-internal-medicine.csl (JabRef#4953)
Browse files Browse the repository at this point in the history
POBrien333 authored Aug 1, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 827b986 commit 7a13a7d
Showing 1 changed file with 166 additions and 0 deletions.
166 changes: 166 additions & 0 deletions the-korean-journal-of-internal-medicine.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
<?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">
<info>
<title>The Korean Journal of Internal Medicine</title>
<title-short>KJIM</title-short>
<id>http://www.zotero.org/styles/the-korean-journal-of-internal-medicine</id>
<link href="http://www.zotero.org/styles/the-korean-journal-of-internal-medicine" rel="self"/>
<link href="http://www.zotero.org/styles/journal-of-frailty-and-aging" rel="template"/>
<link href="https://www.kjim.org/authors/authors.php#11" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
</author>
<category citation-format="numeric"/>
<category field="medicine"/>
<issn>1226-3303</issn>
<eissn>2005-6648</eissn>
<updated>2020-07-31T14:22:53+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="author">
<names variable="author">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" strip-periods="false" prefix=", "/>
</names>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" strip-periods="true"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="title">
<text variable="title"/>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="year-date">
<date variable="issued">
<date-part name="year"/>
</date>
</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="7" et-al-use-first="3" second-field-align="flush">
<layout suffix=".">
<text variable="citation-number" suffix=". "/>
<group delimiter=". ">
<text macro="author"/>
<text macro="title"/>
<choose>
<if type="chapter paper-conference" match="any">
<group delimiter=". ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/>
</group>
<text variable="container-title" form="short"/>
<text macro="edition"/>
<group delimiter=", ">
<text macro="publisher"/>
<group delimiter=":">
<text macro="year-date"/>
<text variable="page"/>
</group>
</group>
</group>
</if>
<else-if type="article-journal">
<group delimiter=";">
<group delimiter=" ">
<text variable="container-title" suffix=" " form="short" strip-periods="true"/>
<text macro="year-date"/>
</group>
<choose>
<if match="none" variable="page volume">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else>
<group delimiter=":">
<text variable="volume"/>
<text variable="page"/>
</group>
</else>
</choose>
</group>
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=". ">
<text macro="edition"/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="year-date"/>
</group>
</group>
</else-if>
<else-if type="webpage post post-weblog" match="any">
<group delimiter=". ">
<text variable="container-title" suffix=". "/>
<group delimiter=" " prefix="[" suffix="]">
<text term="cited"/>
<date variable="accessed">
<date-part name="year" suffix=" "/>
<date-part name="month" form="short" suffix=" " strip-periods="true"/>
<date-part name="day"/>
</date>
</group>
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL" suffix=". "/>
</group>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=". ">
<text macro="year-date"/>
<group delimiter=", ">
<text variable="genre"/>
<text variable="publisher"/>
</group>
</group>
</else-if>
<else>
<group>
<group delimiter=". ">
<text variable="container-title" form="short" suffix=" "/>
<text macro="year-date"/>
<text macro="publisher"/>
</group>
<group prefix=", " delimiter=": ">
<text variable="volume"/>
<text variable="page"/>
</group>
</group>
</else>
</choose>
</group>
</layout>
</bibliography>
</style>

0 comments on commit 7a13a7d

Please sign in to comment.