Permalink
Browse files
IAEA: Treat Magazine articles like Newspapers
- Loading branch information...
Showing
with
3 additions
and
12 deletions.
-
+3
−12
international-atomic-energy-agency.csl
|
@@ -150,16 +150,7 @@ |
|
|
|
<text macro="author"/> |
|
|
|
<text macro="title"/> |
|
|
|
<choose> |
|
|
|
<if type="article-magazine"> |
|
|
|
<group delimiter=" "> |
|
|
|
<text variable="container-title" suffix="."/> |
|
|
|
<text macro="edition"/> |
|
|
|
<text macro="publisher"/> |
|
|
|
<text macro="full-issued" suffix=","/> |
|
|
|
<text macro="pages"/> |
|
|
|
</group> |
|
|
|
</if> |
|
|
|
<else-if type="bill book graphic legal_case legislation motion_picture report thesis song" match="any"> |
|
|
|
<if type="bill book graphic legal_case legislation motion_picture report thesis song" match="any"> |
|
|
|
<text macro="editor" prefix=" "/> |
|
|
|
<group delimiter=" "> |
|
|
|
<text variable="genre"/> |
|
@@ -173,7 +164,7 @@ |
|
|
|
<text macro="issued" prefix="(" suffix=")"/> |
|
|
|
<text macro="pages"/> |
|
|
|
</group> |
|
|
|
</else-if> |
|
|
|
</if> |
|
|
|
<else-if type="chapter paper-conference" match="any"> |
|
|
|
<group delimiter=" "> |
|
|
|
<group delimiter=", "> |
|
@@ -203,7 +194,7 @@ |
|
|
|
<text variable="event-place"/> |
|
|
|
<text macro="issued"/> |
|
|
|
</else-if> |
|
|
|
<else-if type="article-journal article-newspaper" match="any"> |
|
|
|
<else-if type="article-journal article-magazine article-newspaper" match="any"> |
|
|
|
<group delimiter=" "> |
|
|
|
<text variable="container-title" form="short"/> |
|
|
|
<text variable="volume" font-weight="bold"/> |
|
|
0 comments on commit
185baa6