Skip to content

Commit

Permalink
Squashed 'src/main/resources/csl-styles/' changes from 265a3a9..6d7ca0a
Browse files Browse the repository at this point in the history
6d7ca0a Update associacao-brasileira-de-normas-tecnicas-ufrgs.csl (JabRef#4598)
6049caa Update geistes-und-kulturwissenschaften-heilmann.csl (JabRef#4597)
9526038 journal title in italics in biophysical-journal.csl (JabRef#4595)
9ab51f9 Create the-university-of-tokyo-law-review.csl (JabRef#4593)
126f84c Always show DOI for article-journal for journal-of-forensic-sciences.csl (JabRef#4596)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 6d7ca0a
  • Loading branch information
github actions committed Mar 6, 2020
1 parent ed0c6d8 commit b28626b
Show file tree
Hide file tree
Showing 5 changed files with 442 additions and 299 deletions.
114 changes: 65 additions & 49 deletions associacao-brasileira-de-normas-tecnicas-ufrgs.csl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" initialize="false" demote-non-dropping-particle="never" default-locale="pt-BR">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" page-range-format="expanded" initialize="false" default-locale="pt-BR">
<info>
<title>Universidade Federal do Rio Grande do Sul - ABNT (autoria completa) (Portuguese - Brazil)</title>
<title-short>UFRGS-ABNT</title-short>
Expand Down Expand Up @@ -43,7 +43,7 @@
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>The Brazilian Standard Style in accordance with ABNT-NBR 10520.2002 and ABNT-NBR 6023.2018</summary>
<updated>2019-12-20T15:52:45+00:00</updated>
<updated>2020-03-05T09:37:20+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="pt-BR">
Expand All @@ -61,15 +61,9 @@
<term name="month-11" form="short">nov.</term>
<term name="month-12" form="short">dez.</term>
<!--ABNT 6023:2018 - 8.1.1.4 sempre no singular-->
<term name="editor" form="short">
<single>org</single>
<multiple>org</multiple>
</term>
<term name="editor" form="short">org.</term>
<!--usando editor de coleção para quando for editor do livro-->
<term name="collection-editor" form="short">
<single>ed</single>
<multiple>ed</multiple>
</term>
<term name="collection-editor" form="short">ed.</term>
</terms>
</locale>
<macro name="container-contributors">
Expand All @@ -82,7 +76,9 @@
<label form="short" prefix=" (" suffix=".)"/>
<et-al font-style="italic"/>
<substitute>
<!--ABNT 6023:2018 - quando for organizador-->
<names variable="editor"/>
<!--ABNT 6023:2018 - quando for editor, mesmo que apenas do livro no todo-->
<names variable="collection-editor"/>
</substitute>
</names>
Expand Down Expand Up @@ -120,6 +116,13 @@
<et-al font-style="italic"/>
</names>
</macro>
<macro name="interviewer">
<text value="Entrevistador: "/>
<names variable="interviewer" delimiter="; ">
<name delimiter=" e " sort-separator=" " delimiter-precedes-last="always"/>
<et-al font-style="italic"/>
</names>
</macro>
<macro name="author">
<choose>
<if type="motion_picture broadcast song" match="any">
Expand All @@ -136,6 +139,7 @@
<label form="short" text-case="lowercase" prefix=" (" suffix=".)"/>
<substitute>
<names variable="editor"/>
<names variable="collection-editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
Expand Down Expand Up @@ -169,16 +173,32 @@
</macro>
<macro name="access">
<choose>
<if type="book chapter" match="any">
<if type="book chapter">
<text value="E-book" font-style="italic" suffix="."/>
</if>
</choose>
<text variable="URL" prefix=" Disponível em: "/>
<date variable="accessed" prefix=". Acesso em: " suffix=".">
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" suffix=". " text-case="lowercase"/>
<date-part name="year"/>
</date>
<choose>
<if variable="DOI" match="any">
<text variable="DOI" prefix=" Disponível em: https://doi.org/"/>
<group prefix=". Acesso em: " suffix=".">
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" suffix=". "/>
<date-part name="year"/>
</date>
</group>
</if>
<else-if variable="URL">
<text variable="URL" prefix=" Disponível em: "/>
<group prefix=". Acesso em: " suffix=".">
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" suffix=". "/>
<date-part name="year"/>
</date>
</group>
</else-if>
</choose>
</macro>
<macro name="title">
<choose>
Expand Down Expand Up @@ -209,16 +229,14 @@
<choose>
<if type="paper-conference" match="any">
<text variable="event" text-case="uppercase"/>
<text variable="title-short" text-case="uppercase"/>
<text variable="number" prefix=", " suffix=". , "/>
<text macro="issued-year" prefix=" " suffix=", "/>
<text variable="publisher-place" suffix=". "/>
<choose>
<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 @@ -253,7 +271,8 @@
<text macro="issued"/>
</if>
<else>
<text value=" [s. n.]" font-style="italic"/>
<text value=" [s. n.]" font-style="italic" prefix=": " suffix=","/>
<text macro="issued"/>
</else>
</choose>
</if>
Expand All @@ -264,22 +283,10 @@
</macro>
<macro name="event">
<choose>
<if variable="event">
<choose>
<if variable="genre" match="none">
<text term="in" text-case="capitalize-first" suffix=": " font-style="italic"/>
<text variable="event" text-case="uppercase"/>
</if>
<else>
<group delimiter=" ">
<text variable="genre" text-case="capitalize-first"/>
<text term="presented at"/>
<text variable="event"/>
</group>
</else>
</choose>
<if variable="genre" match="none">
<text term="in" text-case="capitalize-first" prefix=" " suffix=": " font-style="italic"/>
<text variable="event" text-case="uppercase"/>
</if>
<else-if type="paper-conference" match="any"/>
</choose>
</macro>
<macro name="issued">
Expand Down Expand Up @@ -496,7 +503,7 @@
<text macro="publisher" suffix=". "/>
<text macro="collection-title" prefix="(" suffix=")."/>
<text macro="locators"/>
<text variable="medium" suffix="."/>
<text variable="medium" suffix=". "/>
<text macro="access"/>
</group>
</else-if>
Expand Down Expand Up @@ -578,14 +585,16 @@
<text macro="locators"/>
<text macro="event"/>
<text macro="publisher" prefix=". " suffix=". "/>
<!--incluido genre para funcionar manuscript no Mendeley-->
<text variable="genre" prefix=" " suffix="."/>
<text macro="access" suffix="."/>
</group>
</else-if>
<else-if type="entry-encyclopedia entry-dictionary">
<group>
<text macro="title" suffix=". "/>
<text term="in" text-case="capitalize-first" font-style="italic" suffix=": "/>
<text macro="author"/>
<text macro="author" suffix="."/>
<text macro="container-title" prefix=" " suffix="."/>
<text variable="publisher-place" prefix=". " suffix=": "/>
<text variable="publisher"/>
Expand All @@ -596,15 +605,12 @@
</else-if>
<else-if type="paper-conference">
<text macro="author" suffix=". "/>
<text macro="title" suffix="."/>
<text term="in" text-case="capitalize-first" font-style="italic" prefix=" " suffix=": "/>
<text macro="title" suffix=". "/>
<text term="in" text-case="capitalize-first" font-style="italic" suffix=": "/>
<text macro="container-contributors" text-case="uppercase"/>
<text macro="secondary-contributors"/>
<text macro="container-title"/>
<text macro="locators"/>
<group delimiter=". " prefix=". " suffix=". ">
<text macro="event"/>
</group>
<text macro="publisher"/>
<text variable="page" prefix=" p. " suffix="."/>
<text macro="access"/>
Expand Down Expand Up @@ -650,6 +656,7 @@
<group>
<text macro="author" suffix=". "/>
<text macro="title"/>
<text macro="interviewer" suffix=". "/>
<text variable="genre" suffix=". "/>
<text macro="publisher"/>
<text macro="access"/>
Expand All @@ -660,17 +667,21 @@
<text macro="title"/>
<choose>
<if type="motion_picture" match="any">
<text value="Direção" text-case="capitalize-first" suffix=": "/>
<text macro="author" text-case="capitalize-first" prefix=" Direção: " suffix=". "/>
</if>
<else-if type="song" match="any">
<text value="Intérprete" suffix=": "/>
</else-if>
<else-if type="broadcast" match="any">
<text value="Apresentado por "/>
<text macro="author" suffix=". "/>
</else-if>
</choose>
<text macro="author" suffix=". "/>
<text macro="composer" suffix=". "/>
<text macro="publisher"/>
<text variable="medium" prefix=" "/>
<text variable="dimensions" prefix=" (" suffix=")."/>
<text variable="genre" prefix=" "/>
<text variable="dimensions" prefix=" (" suffix="). "/>
<text macro="access"/>
</group>
</else-if>
Expand All @@ -679,6 +690,8 @@
<text macro="author" suffix=". "/>
<text macro="title" text-case="capitalize-first" suffix=" "/>
<text variable="medium" suffix=". "/>
<!--incluído para ter a versão de programa de computador no mendeley-->
<text variable="edition" suffix=". "/>
<text macro="publisher" suffix=" "/>
<text variable="genre" suffix="."/>
<text variable="scale" suffix=". "/>
Expand Down Expand Up @@ -716,7 +729,7 @@
</else-if>
<else-if type="post-weblog" match="any">
<group>
<text macro="author" suffix=" "/>
<text macro="author" suffix=". "/>
<text macro="title"/>
<text term="in" font-style="italic" text-case="capitalize-first" prefix=". " suffix=": "/>
<text variable="container-title" text-case="capitalize-first" suffix=". "/>
Expand All @@ -725,9 +738,10 @@
<text macro="access"/>
</group>
</else-if>
<!--ABNT 6023:2018 - usado para e-mails, cartas-->
<else-if type="personal_communication" match="any">
<group>
<text macro="author" suffix=" "/>
<text macro="author" suffix=". "/>
<text macro="title"/>
<text macro="recipient" suffix=". "/>
<text variable="publisher-place" suffix=", "/>
Expand All @@ -744,7 +758,9 @@
<text macro="container-title"/>
<text variable="collection-title" prefix=": " suffix="."/>
<text macro="locators"/>
<text macro="event" prefix=". " suffix=". "/>
<group delimiter=". " prefix=". " suffix=". ">
<text macro="event"/>
</group>
<text variable="publisher-place"/>
<text variable="publisher" suffix=", "/>
<text macro="issued" prefix=", " suffix=". "/>
Expand Down
18 changes: 8 additions & 10 deletions biophysical-journal.csl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Biophysical Journal</title>
<title-short>BPJ</title-short>
<id>http://www.zotero.org/styles/biophysical-journal</id>
<link href="http://www.zotero.org/styles/biophysical-journal" rel="self"/>
<link href="http://download.cell.com/images/edimages/Biophys/Instructions_to_Authors.pdf" rel="documentation"/>
Expand Down Expand Up @@ -74,7 +75,7 @@
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="99" et-al-use-first="98" second-field-align="flush">
<bibliography second-field-align="flush">
<layout suffix=".">
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
Expand All @@ -98,16 +99,13 @@
</group>
</else-if>
<else>
<text variable="container-title" suffix=". " form="short"/>
<choose>
<if variable="page">
<group delimiter=". ">
<text variable="container-title" form="short" font-style="italic"/>
<group delimiter=":">
<text variable="volume"/>
<text variable="page" prefix=": " suffix="."/>
</if>
<else>
<text variable="volume" suffix="."/>
</else>
</choose>
<text variable="page"/>
</group>
</group>
</else>
</choose>
</layout>
Expand Down
Loading

0 comments on commit b28626b

Please sign in to comment.