|
15 | 15 | <issn>0022-1198</issn>
|
16 | 16 | <eissn>1556-4029</eissn>
|
17 | 17 | <summary>JFS style - Vancouver superscript with old et-al rules and slightly different punctuation</summary>
|
18 |
| - <updated>2020-02-10T11:15:10+00:00</updated> |
| 18 | + <updated>2021-01-08T08:43:12+00:00</updated> |
19 | 19 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
20 | 20 | </info>
|
21 | 21 | <macro name="author">
|
|
39 | 39 | <text variable="publisher-place"/>
|
40 | 40 | <text variable="publisher"/>
|
41 | 41 | </group>
|
42 |
| - <date variable="issued"> |
43 |
| - <date-part name="year"/> |
44 |
| - </date> |
| 42 | + <text macro="year-date"/> |
45 | 43 | </group>
|
46 | 44 | </macro>
|
47 | 45 | <macro name="access">
|
|
60 | 58 | </else-if>
|
61 | 59 | </choose>
|
62 | 60 | </macro>
|
63 |
| - <macro name="journal-title"> |
64 |
| - <choose> |
65 |
| - <if type="article-journal article-magazine" match="any"> |
66 |
| - <group suffix=" "> |
67 |
| - <text variable="container-title" form="short" strip-periods="true"/> |
68 |
| - </group> |
69 |
| - </if> |
70 |
| - <else> |
71 |
| - <text variable="container-title" suffix=". " form="short"/> |
72 |
| - </else> |
73 |
| - </choose> |
74 |
| - </macro> |
75 | 61 | <macro name="title">
|
76 | 62 | <text variable="title"/>
|
77 | 63 | </macro>
|
|
88 | 74 | </else>
|
89 | 75 | </choose>
|
90 | 76 | </macro>
|
| 77 | + <macro name="year-date"> |
| 78 | + <date variable="issued"> |
| 79 | + <date-part name="year"/> |
| 80 | + </date> |
| 81 | + </macro> |
91 | 82 | <citation collapse="citation-number">
|
92 | 83 | <sort>
|
93 | 84 | <key variable="citation-number"/>
|
|
100 | 91 | <layout suffix=".">
|
101 | 92 | <text variable="citation-number" suffix=". "/>
|
102 | 93 | <text macro="author"/>
|
103 |
| - <text macro="title" suffix=". "/> |
104 |
| - <choose> |
105 |
| - <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
106 |
| - <group delimiter=" "> |
107 |
| - <text macro="edition"/> |
108 |
| - <text macro="publisher"/> |
109 |
| - </group> |
110 |
| - </if> |
111 |
| - <else-if type="chapter paper-conference" match="any"> |
112 |
| - <group delimiter=". "> |
113 |
| - <group delimiter=": "> |
114 |
| - <text term="in" text-case="capitalize-first"/> |
115 |
| - <text macro="editor"/> |
| 94 | + <group delimiter=". "> |
| 95 | + <text macro="title"/> |
| 96 | + <choose> |
| 97 | + <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
| 98 | + <group delimiter=" "> |
| 99 | + <text macro="edition"/> |
| 100 | + <text macro="publisher"/> |
116 | 101 | </group>
|
117 |
| - <text variable="container-title"/> |
118 |
| - <group delimiter=";"> |
119 |
| - <text macro="publisher" prefix=" "/> |
120 |
| - <text variable="page"/> |
| 102 | + </if> |
| 103 | + <else-if type="chapter paper-conference" match="any"> |
| 104 | + <group delimiter=". "> |
| 105 | + <group delimiter=": "> |
| 106 | + <text term="in" text-case="capitalize-first"/> |
| 107 | + <text macro="editor"/> |
| 108 | + </group> |
| 109 | + <text variable="container-title"/> |
| 110 | + <group delimiter=";"> |
| 111 | + <text macro="publisher" prefix=" "/> |
| 112 | + <text variable="page"/> |
| 113 | + </group> |
121 | 114 | </group>
|
122 |
| - </group> |
123 |
| - </else-if> |
124 |
| - <else> |
125 |
| - <text macro="journal-title"/> |
126 |
| - <group delimiter=";"> |
127 |
| - <date variable="issued"> |
128 |
| - <date-part name="year"/> |
129 |
| - </date> |
130 |
| - <group> |
131 |
| - <text variable="volume"/> |
132 |
| - <text variable="issue" prefix="(" suffix=")"/> |
133 |
| - <text variable="page" prefix=":"/> |
| 115 | + </else-if> |
| 116 | + <else-if type="article-magazine article-journal" match="any"> |
| 117 | + <group delimiter=" "> |
| 118 | + <text variable="container-title" form="short" strip-periods="true"/> |
| 119 | + <group delimiter=";"> |
| 120 | + <text macro="year-date"/> |
| 121 | + <group> |
| 122 | + <text variable="volume"/> |
| 123 | + <text variable="issue" prefix="(" suffix=")"/> |
| 124 | + <text variable="page" prefix=":"/> |
| 125 | + </group> |
| 126 | + </group> |
134 | 127 | </group>
|
135 |
| - </group> |
136 |
| - </else> |
137 |
| - </choose> |
138 |
| - <text macro="access" prefix=". "/> |
| 128 | + </else-if> |
| 129 | + <else> |
| 130 | + <group delimiter=". "> |
| 131 | + <text variable="container-title"/> |
| 132 | + <text macro="year-date"/> |
| 133 | + </group> |
| 134 | + </else> |
| 135 | + </choose> |
| 136 | + <text macro="access"/> |
| 137 | + </group> |
139 | 138 | </layout>
|
140 | 139 | </bibliography>
|
141 | 140 | </style>
|
0 commit comments