Last active
May 13, 2025 17:05
-
-
Save alliprandini/5fbb2fd63dd485017bddc00e3bf4fd46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0.2"> | |
<info> | |
<title>ABNT Numeric Personalizado</title> | |
<id>http://www.zotero.org/styles/abnt-numeric-personalizado</id> | |
<link href="http://www.zotero.org/styles/abnt-numeric-personalizado" rel="self"/> | |
<author> | |
<name>Paulo Alliprandini Filho</name> | |
</author> | |
<category citation-format="numeric"/> | |
<category field="generic-base"/> | |
<updated>2025-05-13T00:00:00+00:00</updated> | |
<summary>Estilo ABNT com citação numérica e referências no padrão NBR 6023.</summary> | |
<language>pt-BR</language> | |
</info> | |
<macro name="author"> | |
<names variable="author" text-case="uppercase"> | |
<name name-as-sort-order="all" and="text" sort-separator=", " delimiter="; " initialize-with=". "/> | |
</names> | |
</macro> | |
<macro name="title"> | |
<text variable="title" font-style="italic"/> | |
</macro> | |
<macro name="edition"> | |
<text variable="edition" suffix=" ed."/> | |
</macro> | |
<macro name="publisher"> | |
<group delimiter=": "> | |
<text variable="publisher-place"/> | |
<text variable="publisher"/> | |
</group> | |
</macro> | |
<macro name="year"> | |
<date variable="issued"> | |
<date-part name="year"/> | |
</date> | |
</macro> | |
<citation collapse="citation-number"> | |
<layout prefix="[" suffix="]" delimiter=", "> | |
<text variable="citation-number"/> | |
</layout> | |
</citation> | |
<bibliography et-al-min="4" et-al-use-first="3" entry-spacing="1" line-spacing="1"> | |
<sort> | |
<key variable="citation-number"/> | |
</sort> | |
<layout> | |
<group delimiter=". "> | |
<text macro="author"/> | |
<text macro="title"/> | |
<text macro="edition"/> | |
<text macro="publisher"/> | |
<text macro="year"/> | |
</group> | |
<text suffix="."/> | |
</layout> | |
</bibliography> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment