|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" et-al-min="7" et-al-use-first="3" demote-non-dropping-particle="sort-only" default-locale="en-US"> |
| 3 | + <info> |
| 4 | + <title>Magnetic Resonance in Medical Sciences</title> |
| 5 | + <title-short>Magn Reson Med Sci</title-short> |
| 6 | + <id>http://www.zotero.org/styles/magnetic-resonance-in-medical-sciences</id> |
| 7 | + <link href="http://www.zotero.org/styles/magnetic-resonance-in-medical-sciences" rel="self"/> |
| 8 | + <link href="https://www.jsmrm.jp/uploads/files/journal/19-3%20MRMS_Instruction%20for%20Authors%20(002).pdf" rel="documentation"/> |
| 9 | + <contributor> |
| 10 | + <name>Satoshi Funayama</name> |
| 11 | + <email>akchan.acts@gmail.com</email> |
| 12 | + </contributor> |
| 13 | + <category citation-format="numeric"/> |
| 14 | + <category field="medicine"/> |
| 15 | + <issn>1347-3182</issn> |
| 16 | + <eissn>1880-2206</eissn> |
| 17 | + <updated>2021-07-07T09:28:13+00:00</updated> |
| 18 | + <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
| 19 | + </info> |
| 20 | + <macro name="author"> |
| 21 | + <group suffix="."> |
| 22 | + <names variable="author"> |
| 23 | + <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/> |
| 24 | + <label form="short" prefix=", "/> |
| 25 | + <substitute> |
| 26 | + <names variable="editor"/> |
| 27 | + <text macro="title"/> |
| 28 | + </substitute> |
| 29 | + </names> |
| 30 | + </group> |
| 31 | + </macro> |
| 32 | + <macro name="access"> |
| 33 | + <choose> |
| 34 | + <if type="article-journal" match="none"> |
| 35 | + <choose> |
| 36 | + <if variable="DOI"> |
| 37 | + <text value="doi:"/> |
| 38 | + <text variable="DOI"/> |
| 39 | + </if> |
| 40 | + <else-if variable="URL"> |
| 41 | + <text value="" suffix=" "/> |
| 42 | + </else-if> |
| 43 | + </choose> |
| 44 | + </if> |
| 45 | + </choose> |
| 46 | + </macro> |
| 47 | + <macro name="title"> |
| 48 | + <choose> |
| 49 | + <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
| 50 | + <text variable="title" text-case="title" font-style="normal"/> |
| 51 | + </if> |
| 52 | + <else> |
| 53 | + <text variable="title"/> |
| 54 | + </else> |
| 55 | + </choose> |
| 56 | + </macro> |
| 57 | + <citation collapse="citation-number"> |
| 58 | + <sort> |
| 59 | + <key variable="citation-number"/> |
| 60 | + </sort> |
| 61 | + <layout delimiter="," vertical-align="sup"> |
| 62 | + <text variable="citation-number"/> |
| 63 | + <group delimiter="-"> |
| 64 | + <label variable="locator" form="short" strip-periods="true"/> |
| 65 | + <text variable="locator"/> |
| 66 | + </group> |
| 67 | + </layout> |
| 68 | + </citation> |
| 69 | + <bibliography hanging-indent="false" et-al-min="7" et-al-use-first="3" second-field-align="flush"> |
| 70 | + <layout> |
| 71 | + <text variable="citation-number" suffix=". "/> |
| 72 | + <text macro="author"/> |
| 73 | + <text macro="title" prefix=" " suffix=". "/> |
| 74 | + <choose> |
| 75 | + <if type="webpage" match="any"> |
| 76 | + <group prefix="; " suffix="."> |
| 77 | + <date variable="issued"> |
| 78 | + <date-part name="year"/> |
| 79 | + </date> |
| 80 | + <text variable="page" prefix=":"/> |
| 81 | + </group> |
| 82 | + <group delimiter=" "> |
| 83 | + <text variable="URL"/> |
| 84 | + <group prefix="(" suffix=")"> |
| 85 | + <text term="accessed" text-case="capitalize-first" suffix=": "/> |
| 86 | + <date variable="accessed"> |
| 87 | + <date-part name="month" form="short" suffix=" "/> |
| 88 | + <date-part name="day" suffix=", "/> |
| 89 | + <date-part name="year"/> |
| 90 | + </date> |
| 91 | + </group> |
| 92 | + </group> |
| 93 | + <text macro="access" prefix=" "/> |
| 94 | + </if> |
| 95 | + <else-if type="paper-conference" match="any"> |
| 96 | + <text variable="container-title" suffix=", "/> |
| 97 | + <text variable="publisher-place" suffix=", "/> |
| 98 | + <date date-parts="year" form="text" variable="issued" suffix="; "/> |
| 99 | + <text variable="page"/> |
| 100 | + </else-if> |
| 101 | + <else> |
| 102 | + <group prefix=" "> |
| 103 | + <text variable="container-title" form="short" strip-periods="true" font-style="normal"/> |
| 104 | + <group delimiter="; " prefix=" "> |
| 105 | + <date variable="issued"> |
| 106 | + <date-part name="year"/> |
| 107 | + </date> |
| 108 | + <group> |
| 109 | + <text variable="volume"/> |
| 110 | + </group> |
| 111 | + </group> |
| 112 | + <text variable="page" prefix=":" suffix="."/> |
| 113 | + </group> |
| 114 | + </else> |
| 115 | + </choose> |
| 116 | + </layout> |
| 117 | + </bibliography> |
| 118 | +</style> |
0 commit comments