Skip to content

Commit

Permalink
Update associacao-brasileira-de-normas-tecnicas-ufrgs.csl (JabRef#4521)
Browse files Browse the repository at this point in the history
Including new changes
  • Loading branch information
PriscilaSJUFRGS authored and adam3smith committed Jan 23, 2020
1 parent caabe36 commit 999e124
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions associacao-brasileira-de-normas-tecnicas-ufrgs.csl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<single>org</single>
<multiple>org</multiple>
</term>
<!--usando editor de coleção para quando for editor do livro-->
<term name="collection-editor" form="short">
<single>ed</single>
<multiple>ed</multiple>
Expand Down Expand Up @@ -207,14 +208,17 @@
<macro name="container-title">
<choose>
<if type="paper-conference" match="any">
<text variable="container-title" text-case="uppercase"/>
<text variable="event" text-case="uppercase"/>
<text variable="number" prefix=", " suffix=". , "/>
<text macro="issued-year" prefix=" " suffix=", "/>
<text variable="publisher-place" suffix=". "/>
<choose>
<if match="any" variable="title-short">
<text variable="title-short" font-weight="bold" suffix=". "/>
<if match="any" variable="container-title">
<text variable="container-title" font-weight="bold" suffix=". "/>
</if>
<else-if match="any" variable="title-short">
<text variable="title-short" font-weight="bold" suffix=". "/>
</else-if>
<else>
<text value="Anais [...]" font-weight="bold" suffix=". "/>
</else>
Expand Down Expand Up @@ -486,12 +490,13 @@
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="translator" suffix=". "/>
<text variable="genre" suffix=". "/>
<text macro="edition" suffix=". "/>
<text variable="version" prefix="Versão " suffix=". "/>
<text macro="publisher" suffix=". "/>
<text macro="collection-title" prefix="(" suffix=")."/>
<text macro="locators"/>
<text variable="genre" suffix="."/>
<text variable="medium" suffix="."/>
<text macro="access"/>
</group>
</else-if>
Expand All @@ -514,6 +519,7 @@
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text variable="genre" suffix=". "/>
<text macro="container-title" suffix=", "/>
<choose>
<if match="any" variable="publisher-place">
Expand Down Expand Up @@ -663,15 +669,16 @@
<text macro="author" suffix=". "/>
<text macro="composer" suffix=". "/>
<text macro="publisher"/>
<text variable="medium" prefix=" " suffix=". "/>
<text variable="genre" prefix=" " suffix="."/>
<text variable="medium" prefix=" "/>
<text variable="dimensions" prefix=" (" suffix=")."/>
<text macro="access"/>
</group>
</else-if>
<else-if type="article map" match="any">
<group>
<text macro="author" suffix=". "/>
<text macro="title" text-case="capitalize-first" suffix=" "/>
<text variable="medium" suffix=". "/>
<text macro="publisher" suffix=" "/>
<text variable="genre" suffix="."/>
<text variable="scale" suffix=". "/>
Expand Down Expand Up @@ -701,7 +708,8 @@
<text macro="author" suffix=". "/>
<text macro="title"/>
<text macro="issued-year" suffix=". "/>
<text variable="medium" suffix="."/>
<text variable="medium" suffix=", "/>
<text variable="dimensions" suffix="."/>
<text variable="genre" suffix="."/>
<text macro="access"/>
</group>
Expand Down

0 comments on commit 999e124

Please sign in to comment.