styles icon indicating copy to clipboard operation
styles copied to clipboard

Associação Brasileira de Normas Técnicas updated to 2023 revision and corrections

Open p3palazzo opened this issue 2 years ago • 12 comments
trafficstars

In the recently published revision of this bibliographic standard, author names in citations should no longer appear in all caps. Also, et al. now must appear in italics.

p3palazzo avatar Jul 24 '23 21:07 p3palazzo

Awesome! You just created a pull request to the Citation Styles Language styles repository. One of our human volunteers will try to get in touch soon (usually within a week). In the meantime, I will run some automated checks. You should be notified of the results in a few minutes.

If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements.

To update this pull request, visit the "Files changed" tab above, click on the ellipsis button in the top-right corner of your style, and then select "Edit file" to start editing:

If you have any questions, please leave a comment and we'll get back to you. While we usually respond in English, feel free to write in whatever language you're most comfortable.

github-actions[bot] avatar Jul 24 '23 21:07 github-actions[bot]

:smiley: Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

associacao-brasileira-de-normas-tecnicas.csl (modified style)
(“CSL search by example”, 2012; Hancké; Rhodes; Thatcher, 2007)
(Fenner et al., 2019; Mares, 2001)

CSL search by example. Disponível em: <http://editor.citationstyles.org/searchByExample/>. Acesso em: 15 dez. 2012.
FENNER, M. et al. A data citation roadmap for scholarly data repositories. Scientific Data, v. 6, n. 1, p. 28, 10 abr. 2019.
HANCKÉ, B.; RHODES, M.; THATCHER, M. (EDS.). Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy. Oxford and New York: Oxford University Press, 2007.
MARES, I. Firms and the welfare state: When, why, and how does social policy matter to employers? Em: HALL, P. A.; SOSKICE, D. (Eds.). Varieties of capitalism. The institutional foundations of comparative advantage. New York: Oxford University Press, 2001. p. 184–213.
-(“CSL search by example”, 2012; HANCKÉ; RHODES; THATCHER, 2007)<br/>
-(FENNER et al., 2019; MARES, 2001)<br/>
+(“CSL search by example”, 2012; Hancké; Rhodes; Thatcher, 2007)<br/>
+(Fenner et al., 2019; Mares, 2001)<br/>
 <hr/>
 <b>CSL search by example</b>. Disponível em: &lt;http://editor.citationstyles.org/searchByExample/&gt;. Acesso em: 15 dez. 2012. <br/>
 FENNER, M. et al. A data citation roadmap for scholarly data repositories. <b>Scientific Data</b>, v. 6, n. 1, p. 28, 10 abr. 2019. <br/>
 HANCKÉ, B.; RHODES, M.; THATCHER, M. (EDS.). <b>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</b>. Oxford and New York: Oxford University Press, 2007. <br/>
 MARES, I. Firms and the welfare state: When, why, and how does social policy matter to employers? Em: HALL, P. A.; SOSKICE, D. (Eds.). <b>Varieties of capitalism. The institutional foundations of comparative advantage</b>. New York: Oxford University Press, 2001. p. 184–213. <br/>

github-actions[bot] avatar Jul 24 '23 21:07 github-actions[bot]

:smiley: Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

associacao-brasileira-de-normas-tecnicas.csl (modified style)
(“CSL search by example”, 2012; Hancké; Rhodes; Thatcher, 2007)
(Fenner et al., 2019; Mares, 2001)

CSL search by example. Disponível em: <http://editor.citationstyles.org/searchByExample/>. Acesso em: 15 dez. 2012.
FENNER, M. et al. A data citation roadmap for scholarly data repositories. Scientific Data, v. 6, n. 1, p. 28, 10 abr. 2019.
HANCKÉ, B.; RHODES, M.; THATCHER, M. (EDS.). Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy. Oxford and New York: Oxford University Press, 2007.
MARES, I. Firms and the welfare state: When, why, and how does social policy matter to employers? Em: HALL, P. A.; SOSKICE, D. (Eds.). Varieties of capitalism. The institutional foundations of comparative advantage. New York: Oxford University Press, 2001. p. 184–213.
-(“CSL search by example”, 2012; HANCKÉ; RHODES; THATCHER, 2007)<br/>
-(FENNER et al., 2019; MARES, 2001)<br/>
+(“CSL search by example”, 2012; Hancké; Rhodes; Thatcher, 2007)<br/>
+(Fenner et al., 2019; Mares, 2001)<br/>
 <hr/>
 <b>CSL search by example</b>. Disponível em: &lt;http://editor.citationstyles.org/searchByExample/&gt;. Acesso em: 15 dez. 2012. <br/>
-FENNER, M. et al. A data citation roadmap for scholarly data repositories. <b>Scientific Data</b>, v. 6, n. 1, p. 28, 10 abr. 2019. <br/>
+FENNER, M. <i>et al.</i> A data citation roadmap for scholarly data repositories. <b>Scientific Data</b>, v. 6, n. 1, p. 28, 10 abr. 2019. <br/>
 HANCKÉ, B.; RHODES, M.; THATCHER, M. (EDS.). <b>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</b>. Oxford and New York: Oxford University Press, 2007. <br/>
 MARES, I. Firms and the welfare state: When, why, and how does social policy matter to employers? Em: HALL, P. A.; SOSKICE, D. (Eds.). <b>Varieties of capitalism. The institutional foundations of comparative advantage</b>. New York: Oxford University Press, 2001. p. 184–213. <br/>

github-actions[bot] avatar Jul 24 '23 21:07 github-actions[bot]

Duplicated in #6618 with some differences in execution. todo: merge one into the other.

p3palazzo avatar Aug 20 '23 01:08 p3palazzo

Can you merge anything that needs to be merged into this one and then @ tag me when you're done?

bwiernik avatar Aug 20 '23 02:08 bwiernik

:worried: There are some issues with your submission.

1 test failed

associacao-brasileira-de-normas-tecnicas: must validate against the CSL 1.0.1 schema Please check your style at http://validator.citationstyles.org/

expected `[[54, "54:0: ERROR: Did not expect element locale there"], [54, "54:0: ERROR: Element style has extra content: locale"], [2, "2:0: ERROR: Expecting element locale, got style"]].empty?` to be truthy, got false

Please check the test report for details.

github-actions[bot] avatar Aug 20 '23 20:08 github-actions[bot]

:smiley: Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

associacao-brasileira-de-normas-tecnicas.csl (modified style)
(“CSL search by example”, 2012; Hancké; Rhodes; Thatcher, 2007)
(Fenner et al., 2019; Mares, 2001)

CSL search by example. Disponível em: <http://editor.citationstyles.org/searchByExample/>. Acesso em: 15 dez. 2012.
FENNER, Martin et al. A data citation roadmap for scholarly data repositories. Scientific Data, v. 6, n. 1, p. 28, 10 abr. 2019.
HANCKÉ, Bob; RHODES, Martin; THATCHER, Mark (ORGS.). Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy. Oxford and New York: Oxford University Press, 2007.
MARES, Isabela. Firms and the welfare state: When, why, and how does social policy matter to employers? In: HALL, Peter A.; SOSKICE, David (Orgs.). Varieties of capitalism. The institutional foundations of comparative advantage. New York: Oxford University Press, 2001. p. 184–213.
-(“CSL search by example”, 2012; HANCKÉ; RHODES; THATCHER, 2007)<br/>
-(FENNER et al., 2019; MARES, 2001)<br/>
+(“CSL search by example”, 2012; Hancké; Rhodes; Thatcher, 2007)<br/>
+(Fenner et al., 2019; Mares, 2001)<br/>
 <hr/>
 <b>CSL search by example</b>. Disponível em: &lt;http://editor.citationstyles.org/searchByExample/&gt;. Acesso em: 15 dez. 2012. <br/>
-FENNER, M. et al. A data citation roadmap for scholarly data repositories. <b>Scientific Data</b>, v. 6, n. 1, p. 28, 10 abr. 2019. <br/>
-HANCKÉ, B.; RHODES, M.; THATCHER, M. (EDS.). <b>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</b>. Oxford and New York: Oxford University Press, 2007. <br/>
-MARES, I. Firms and the welfare state: When, why, and how does social policy matter to employers? Em: HALL, P. A.; SOSKICE, D. (Eds.). <b>Varieties of capitalism. The institutional foundations of comparative advantage</b>. New York: Oxford University Press, 2001. p. 184–213. <br/>
+FENNER, Martin <i>et al.</i> A data citation roadmap for scholarly data repositories. <b>Scientific Data</b>, v. 6, n. 1, p. 28, 10 abr. 2019. <br/>
+HANCKÉ, Bob; RHODES, Martin; THATCHER, Mark (ORGS.). <b>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</b>. Oxford and New York: Oxford University Press, 2007. <br/>
+MARES, Isabela. Firms and the welfare state: When, why, and how does social policy matter to employers? <i>In</i>: HALL, Peter A.; SOSKICE, David (Orgs.). <b>Varieties of capitalism. The institutional foundations of comparative advantage</b>. New York: Oxford University Press, 2001. p. 184–213. <br/>

github-actions[bot] avatar Aug 20 '23 20:08 github-actions[bot]

@bwiernik done. @dclobato can you also double-check my changes, please?

p3palazzo avatar Aug 20 '23 20:08 p3palazzo

:smiley: Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

associacao-brasileira-de-normas-tecnicas.csl (modified style)
(“CSL search by example”, 2012; Hancké; Rhodes; Thatcher, 2007)
(Fenner et al., 2019; Mares, 2001)

CSL search by example. Disponível em: <http://editor.citationstyles.org/searchByExample/>. Acesso em: 15 dez. 2012.
FENNER, Martin et al. A data citation roadmap for scholarly data repositories. Scientific Data, v. 6, n. 1, p. 28, 10 abr. 2019.
HANCKÉ, Bob; RHODES, Martin; THATCHER, Mark (ORGS.). Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy. Oxford and New York: Oxford University Press, 2007.
MARES, Isabela. Firms and the welfare state: When, why, and how does social policy matter to employers? In: HALL, Peter A.; SOSKICE, David (Orgs.). Varieties of capitalism. The institutional foundations of comparative advantage. New York: Oxford University Press, 2001. p. 184–213.
-(“CSL search by example”, 2012; HANCKÉ; RHODES; THATCHER, 2007)<br/>
-(FENNER et al., 2019; MARES, 2001)<br/>
+(“CSL search by example”, 2012; Hancké; Rhodes; Thatcher, 2007)<br/>
+(Fenner et al., 2019; Mares, 2001)<br/>
 <hr/>
 <b>CSL search by example</b>. Disponível em: &lt;http://editor.citationstyles.org/searchByExample/&gt;. Acesso em: 15 dez. 2012. <br/>
-FENNER, M. et al. A data citation roadmap for scholarly data repositories. <b>Scientific Data</b>, v. 6, n. 1, p. 28, 10 abr. 2019. <br/>
-HANCKÉ, B.; RHODES, M.; THATCHER, M. (EDS.). <b>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</b>. Oxford and New York: Oxford University Press, 2007. <br/>
-MARES, I. Firms and the welfare state: When, why, and how does social policy matter to employers? Em: HALL, P. A.; SOSKICE, D. (Eds.). <b>Varieties of capitalism. The institutional foundations of comparative advantage</b>. New York: Oxford University Press, 2001. p. 184–213. <br/>
+FENNER, Martin <i>et al.</i> A data citation roadmap for scholarly data repositories. <b>Scientific Data</b>, v. 6, n. 1, p. 28, 10 abr. 2019. <br/>
+HANCKÉ, Bob; RHODES, Martin; THATCHER, Mark (ORGS.). <b>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</b>. Oxford and New York: Oxford University Press, 2007. <br/>
+MARES, Isabela. Firms and the welfare state: When, why, and how does social policy matter to employers? <i>In</i>: HALL, Peter A.; SOSKICE, David (Orgs.). <b>Varieties of capitalism. The institutional foundations of comparative advantage</b>. New York: Oxford University Press, 2001. p. 184–213. <br/>

github-actions[bot] avatar Aug 20 '23 20:08 github-actions[bot]

:smiley: Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

associacao-brasileira-de-normas-tecnicas.csl (modified style)
(“CSL search by example”, 2012; Hancké; Rhodes; Thatcher, 2007)
(Fenner et al., 2019; Mares, 2001)

CSL search by example. Disponível em: <http://editor.citationstyles.org/searchByExample/>. Acesso em: 15 dez. 2012.
FENNER, Martin et al. A data citation roadmap for scholarly data repositories. Scientific Data, v. 6, n. 1, p. 28, 10 abr. 2019.
HANCKÉ, Bob; RHODES, Martin; THATCHER, Mark (ORGS.). Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy. Oxford and New York: Oxford University Press, 2007.
MARES, Isabela. Firms and the welfare state: When, why, and how does social policy matter to employers? In: HALL, Peter A.; SOSKICE, David (Orgs.). Varieties of capitalism. The institutional foundations of comparative advantage. New York: Oxford University Press, 2001. p. 184–213.
-(“CSL search by example”, 2012; HANCKÉ; RHODES; THATCHER, 2007)<br/>
-(FENNER et al., 2019; MARES, 2001)<br/>
+(“CSL search by example”, 2012; Hancké; Rhodes; Thatcher, 2007)<br/>
+(Fenner et al., 2019; Mares, 2001)<br/>
 <hr/>
 <b>CSL search by example</b>. Disponível em: &lt;http://editor.citationstyles.org/searchByExample/&gt;. Acesso em: 15 dez. 2012. <br/>
-FENNER, M. et al. A data citation roadmap for scholarly data repositories. <b>Scientific Data</b>, v. 6, n. 1, p. 28, 10 abr. 2019. <br/>
-HANCKÉ, B.; RHODES, M.; THATCHER, M. (EDS.). <b>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</b>. Oxford and New York: Oxford University Press, 2007. <br/>
-MARES, I. Firms and the welfare state: When, why, and how does social policy matter to employers? Em: HALL, P. A.; SOSKICE, D. (Eds.). <b>Varieties of capitalism. The institutional foundations of comparative advantage</b>. New York: Oxford University Press, 2001. p. 184–213. <br/>
+FENNER, Martin <i>et al.</i> A data citation roadmap for scholarly data repositories. <b>Scientific Data</b>, v. 6, n. 1, p. 28, 10 abr. 2019. <br/>
+HANCKÉ, Bob; RHODES, Martin; THATCHER, Mark (ORGS.). <b>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</b>. Oxford and New York: Oxford University Press, 2007. <br/>
+MARES, Isabela. Firms and the welfare state: When, why, and how does social policy matter to employers? <i>In</i>: HALL, Peter A.; SOSKICE, David (Orgs.). <b>Varieties of capitalism. The institutional foundations of comparative advantage</b>. New York: Oxford University Press, 2001. p. 184–213. <br/>

github-actions[bot] avatar Dec 31 '23 03:12 github-actions[bot]

Is anything keeping this PR from being merged?

p3palazzo avatar Dec 31 '23 03:12 p3palazzo

Is anything keeping this PR from being merged?

I'm also wondering why it hasn't been merged yet.

vsaroca avatar Feb 25 '24 15:02 vsaroca