Skip to content

Commit 999e124

Browse files
PriscilaSJUFRGSadam3smith
authored andcommitted
Update associacao-brasileira-de-normas-tecnicas-ufrgs.csl (JabRef#4521)
Including new changes
1 parent caabe36 commit 999e124

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

Diff for: associacao-brasileira-de-normas-tecnicas-ufrgs.csl

+15-7
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<single>org</single>
6666
<multiple>org</multiple>
6767
</term>
68+
<!--usando editor de coleção para quando for editor do livro-->
6869
<term name="collection-editor" form="short">
6970
<single>ed</single>
7071
<multiple>ed</multiple>
@@ -207,14 +208,17 @@
207208
<macro name="container-title">
208209
<choose>
209210
<if type="paper-conference" match="any">
210-
<text variable="container-title" text-case="uppercase"/>
211+
<text variable="event" text-case="uppercase"/>
211212
<text variable="number" prefix=", " suffix=". , "/>
212213
<text macro="issued-year" prefix=" " suffix=", "/>
213214
<text variable="publisher-place" suffix=". "/>
214215
<choose>
215-
<if match="any" variable="title-short">
216-
<text variable="title-short" font-weight="bold" suffix=". "/>
216+
<if match="any" variable="container-title">
217+
<text variable="container-title" font-weight="bold" suffix=". "/>
217218
</if>
219+
<else-if match="any" variable="title-short">
220+
<text variable="title-short" font-weight="bold" suffix=". "/>
221+
</else-if>
218222
<else>
219223
<text value="Anais [...]" font-weight="bold" suffix=". "/>
220224
</else>
@@ -486,12 +490,13 @@
486490
<text macro="author" suffix=". "/>
487491
<text macro="title" suffix=". "/>
488492
<text macro="translator" suffix=". "/>
493+
<text variable="genre" suffix=". "/>
489494
<text macro="edition" suffix=". "/>
490495
<text variable="version" prefix="Versão " suffix=". "/>
491496
<text macro="publisher" suffix=". "/>
492497
<text macro="collection-title" prefix="(" suffix=")."/>
493498
<text macro="locators"/>
494-
<text variable="genre" suffix="."/>
499+
<text variable="medium" suffix="."/>
495500
<text macro="access"/>
496501
</group>
497502
</else-if>
@@ -514,6 +519,7 @@
514519
<group>
515520
<text macro="author" suffix=". "/>
516521
<text macro="title" suffix=". "/>
522+
<text variable="genre" suffix=". "/>
517523
<text macro="container-title" suffix=", "/>
518524
<choose>
519525
<if match="any" variable="publisher-place">
@@ -663,15 +669,16 @@
663669
<text macro="author" suffix=". "/>
664670
<text macro="composer" suffix=". "/>
665671
<text macro="publisher"/>
666-
<text variable="medium" prefix=" " suffix=". "/>
667-
<text variable="genre" prefix=" " suffix="."/>
672+
<text variable="medium" prefix=" "/>
673+
<text variable="dimensions" prefix=" (" suffix=")."/>
668674
<text macro="access"/>
669675
</group>
670676
</else-if>
671677
<else-if type="article map" match="any">
672678
<group>
673679
<text macro="author" suffix=". "/>
674680
<text macro="title" text-case="capitalize-first" suffix=" "/>
681+
<text variable="medium" suffix=". "/>
675682
<text macro="publisher" suffix=" "/>
676683
<text variable="genre" suffix="."/>
677684
<text variable="scale" suffix=". "/>
@@ -701,7 +708,8 @@
701708
<text macro="author" suffix=". "/>
702709
<text macro="title"/>
703710
<text macro="issued-year" suffix=". "/>
704-
<text variable="medium" suffix="."/>
711+
<text variable="medium" suffix=", "/>
712+
<text variable="dimensions" suffix="."/>
705713
<text variable="genre" suffix="."/>
706714
<text macro="access"/>
707715
</group>

0 commit comments

Comments
 (0)