systemd files from apk7-ubuntu

This commit is contained in:
2018-10-25 03:37:13 -03:00
parent af9bf9ff8d
commit ee987e663f
23 changed files with 2870 additions and 1 deletions

View File

@@ -0,0 +1,441 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" default-locale="pt-BR" demote-non-dropping-particle="never">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>ABNT Estilo FDUSP (Notas de Rodapé)</title>
<title-short>ABNT_FDUSP_Notas</title-short>
<id>http://www.zotero.org/styles/abnt-estilo-fdusp-notas-de-rodape</id>
<link href="http://www.zotero.org/styles/abnt-estilo-fdusp-notas-de-rodape" rel="self"/>
<link href="https://forums.zotero.org/discussion/24288/" rel="documentation"/>
<author>
<name>Fabio Baqueiro Figueiredo</name>
<email>fabiobaq@gmail.com</email>
</author>
<category citation-format="note"/>
<category field="generic-base"/>
<summary>Estilo de citação em nota para as Humanidades tão próximo quanto possível das normas da ABNT (concebida originalmente apenas para autor-data).
Ainda em desenvolvimento.
Por enquanto, lida apenas com um conjunto limitado de tipos de referências - os que correspondem grosso modo aos conceitos da ABNT de:
- monografias no todo: book thesis report motion_picture webpage;
- monografias em parte: broadcast entry entry-dictionary entry-encyclopedia chapter paper-conference speech;
- periódicos em parte: article article-magazine article-newspaper article-journal.
Observações:
- Webpage é considerado uma monografia disponível exclusivamente online.
Informações sobre o contexto ou sobre a publicação original devem ser fornecidas na variável &quot;note&quot; (campo &quot;extra&quot; no Zotero) e serão apresentadas como inseridas.
- Tipos de referência particulares podem não estar em total conformidade com as normas da ABNT, mas são apresentados o mais próximo possível delas.
- O suporte a outros tipos de referência será incluído em algum momento futuro.
Note and bibliography citation style for works in Humanities conforming as much as possible to Brazilian ABNT standard (originally designed only for author-date style).
Still under development.
For now, it only copes with a limited host of reference types - those which correspond broadly to the ABNT-defined concepts of:
- monographs: book thesis report motion_picture webpage;
- parts of monographs: broadcast entry entry-dictionary entry-encyclopedia chapter paper-conference speech;
- parts of series: article article-magazine article-newspaper article-journal.
Notes:
- Webpage is considered as a monograph available online only.
Information about context or original publication should be given in the &quot;note&quot; variable (the &quot;extra&quot; field in Zotero) and will be rendered as is.
- Individual reference types may not conform exactly to ABNT standard, but are rendered as closest as possible.
- Support to other reference types will be added eventually.</summary>
<updated>2015-06-06T04:13:30+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">
<terms>
<term name="editor" form="short">
<single>org.</single>
<multiple>orgs.</multiple>
</term>
<term name="container-author" form="short">
<single>ed.</single>
<multiple>eds.</multiple>
</term>
<term name="collection-editor" form="short">
<single>coord.</single>
<multiple>coords.</multiple>
</term>
<term name="collection-editor" form="verb-short">
<single>coord.</single>
<multiple>coord.</multiple>
</term>
<term name="translator" form="short">
<single>trad.</single>
<multiple>trads.</multiple>
</term>
<term name="translator" form="verb-short">
<single>trad.</single>
<multiple>trad.</multiple>
</term>
<term name="volume" form="short">
<single>v.</single>
<multiple>v.</multiple>
</term>
<term name="issue" form="short">
<single>n.</single>
<multiple>n.</multiple>
</term>
<term name="page" form="short">
<single>p.</single>
<multiple>p.</multiple>
</term>
<term name="chapter" form="short">
<single>cap.</single>
<multiple>cap.</multiple>
</term>
<term name="and">; </term>
<term name="et-al">et al</term>
<term name="in">in</term>
<term name="ibid">ibid</term>
<term name="edition">ed</term>
</terms>
</locale>
<macro name="title">
<choose>
<if type="book thesis report motion_picture webpage" match="any">
<text variable="title" font-style="italic" font-weight="normal"/>
</if>
<else>
<text variable="title" quotes="true"/>
</else>
</choose>
</macro>
<macro name="title-short">
<choose>
<if type="book thesis report motion_picture webpage" match="any">
<text variable="title" form="short" font-weight="bold"/>
</if>
<else>
<text variable="title" form="short"/>
</else>
</choose>
</macro>
<macro name="container">
<choose>
<if type="book thesis report motion_picture webpage" match="none">
<text variable="container-title" font-style="italic" font-weight="normal"/>
</if>
<else>
<text variable="container-title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="collection">
<choose>
<if variable="collection-title">
<text value="("/>
<text variable="collection-title"/>
<text variable="collection-number" prefix=", "/>
<text value=")"/>
</if>
</choose>
</macro>
<macro name="producers">
<names variable="author">
<name form="long" name-as-sort-order="all" sort-separator=", ">
<name-part name="family" text-case="uppercase"/>
</name>
<et-al term="et-al" font-style="italic"/>
<substitute>
<text macro="container-producers"/>
</substitute>
</names>
</macro>
<macro name="producers-short">
<names variable="author">
<name form="short">
<name-part name="family" text-case="uppercase"/>
</name>
<et-al term="et-al" font-style="italic"/>
<substitute>
<text macro="container-producers-short"/>
</substitute>
</names>
</macro>
<macro name="container-producers">
<names variable="editor">
<name form="long" name-as-sort-order="all" sort-separator=", ">
<name-part name="family" text-case="uppercase"/>
</name>
<et-al term="et-al" font-style="italic"/>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
<substitute>
<names variable="container-author"/>
</substitute>
</names>
</macro>
<macro name="container-producers-short">
<names variable="editor">
<name form="short">
<name-part name="family" text-case="uppercase"/>
</name>
<et-al term="et-al" font-style="italic"/>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
<substitute>
<names variable="container-author"/>
</substitute>
</names>
</macro>
<macro name="secondary-producers">
<names variable="translator">
<label form="verb-short" suffix=" " text-case="capitalize-first"/>
<name form="long" delimiter=", "/>
<et-al term="et-al" font-style="italic"/>
</names>
</macro>
<macro name="issued-parts">
<choose>
<if type="article-magazine article-newspaper" match="any">
<date variable="issued">
<date-part name="day" form="numeric"/>
<date-part name="month" form="short"/>
<date-part name="year" form="long"/>
</date>
</if>
<else>
<date variable="issued">
<date-part name="year" form="long"/>
</date>
</else>
</choose>
</macro>
<macro name="issued">
<choose>
<if is-uncertain-date="issued">
<text macro="issued-parts" prefix="[" suffix="]"/>
</if>
<else>
<text macro="issued-parts"/>
</else>
</choose>
</macro>
<macro name="imprenta">
<choose>
<if variable="publisher-place publisher issued" match="none">
<text value="[s.l.: s.n., s.d.]"/>
</if>
<else-if variable="publisher-place publisher" match="none">
<text value="[s.l.: s.n.], "/>
<text macro="issued"/>
</else-if>
<else-if variable="publisher issued" match="none">
<text variable="publisher-place" suffix=": "/>
<text value="[s.n., s.d.]"/>
</else-if>
<else-if variable="publisher-place issued" match="none">
<text value="[s.l.]: "/>
<text variable="publisher" suffix=", "/>
<text value="[s.d.]"/>
</else-if>
<else>
<choose>
<if variable="publisher-place" match="none">
<text value="[s.l.]: "/>
</if>
<else>
<text variable="publisher-place" suffix=": "/>
</else>
</choose>
<choose>
<if variable="publisher" match="none">
<text value="[s.n.], "/>
</if>
<else>
<text variable="publisher" suffix=", "/>
</else>
</choose>
<choose>
<if variable="issued" match="none">
<text value="[s.d.]"/>
</if>
<else>
<text macro="issued"/>
</else>
</choose>
</else>
</choose>
</macro>
<macro name="imprenta-locators">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="numeric" suffix="."/>
<text term="edition" form="short" suffix=". "/>
</group>
</if>
<else-if variable="edition">
<text variable="edition" suffix=". "/>
</else-if>
</choose>
<choose>
<if type="thesis" match="any">
<text variable="genre" suffix=", "/>
<text variable="publisher" suffix=", "/>
<text variable="publisher-place" suffix=", "/>
<text macro="issued"/>
</if>
<else-if type="book motion_picture report" match="any">
<text macro="imprenta"/>
</else-if>
<else-if type="broadcast entry entry-dictionary entry-encyclopedia chapter paper-conference speech" match="any">
<text macro="imprenta"/>
<group>
<text term="volume" form="short" prefix=", " suffix=" "/>
<text variable="volume"/>
</group>
<choose>
<if variable="locator" match="any">
<choose>
<if locator="page" match="none">
<group>
<text term="page" form="short" prefix=", " suffix=" "/>
<text variable="page"/>
</group>
</if>
</choose>
</if>
<else>
<group>
<text term="page" form="short" prefix=", " suffix=" "/>
<text variable="page"/>
</group>
</else>
</choose>
</else-if>
<else-if type="article article-magazine article-newspaper article-journal" match="any">
<group>
<text term="volume" form="short" suffix=" "/>
<text variable="volume" suffix=", "/>
</group>
<group>
<text term="issue" form="short" suffix=" "/>
<text variable="issue" suffix=", "/>
</group>
<group>
<text term="page" form="short" suffix=" "/>
<text variable="page" suffix=", "/>
</group>
<date variable="issued">
<date-part name="year" form="long"/>
</date>
</else-if>
<else-if type="webpage" match="any">
<text value=""/>
</else-if>
</choose>
</macro>
<macro name="access-info">
<choose>
<if variable="URL">
<text value="Disponível em: &lt;"/>
<text variable="URL"/>
<text value="&gt;."/>
<group>
<text value=" Acesso em: "/>
<date variable="accessed">
<date-part name="day" form="numeric" suffix=" "/>
<date-part name="month" form="short" suffix=" "/>
<date-part name="year" form="long"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="access-info-lowercase">
<choose>
<if variable="URL">
<text value="disponível em: &lt;"/>
<text variable="URL"/>
<text value="&gt;,"/>
<group>
<text value=" acesso em: "/>
<date variable="accessed">
<date-part name="day" form="numeric" suffix=" "/>
<date-part name="month" form="short" suffix=" "/>
<date-part name="year" form="long"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="locators">
<group>
<label variable="locator" form="short" text-case="lowercase" suffix=" "/>
<text variable="locator"/>
</group>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" name-delimiter="; " delimiter-precedes-last="never" and="text">
<layout delimiter="; " suffix=".">
<choose>
<if position="first" match="any">
<text macro="producers" suffix=", "/>
<text macro="title"/>
<choose>
<if type="article article-magazine article-newspaper article-journal" match="any">
<text macro="container" prefix=", "/>
</if>
<else-if type="broadcast entry entry-dictionary entry-encyclopedia chapter paper-conference speech" match="any">
<text term="in" text-case="lowercase" font-style="italic" prefix=", " suffix=": "/>
<text macro="container-producers" suffix=", "/>
<text macro="container"/>
</else-if>
<else-if type="webpage" match="any">
<text macro="container" prefix=", "/>
<text macro="access-info-lowercase" prefix=", "/>
<text variable="note" prefix=", (" suffix=")"/>
</else-if>
</choose>
<text macro="imprenta-locators" prefix=", "/>
<text macro="locators" prefix=", "/>
</if>
<else-if position="ibid-with-locator" match="any">
<text term="ibid" text-case="capitalize-first" font-style="italic" suffix="."/>
<text macro="locators" prefix=", "/>
</else-if>
<else-if position="ibid" match="any">
<text term="ibid" text-case="capitalize-first" font-style="italic" suffix="."/>
</else-if>
<else>
<text macro="producers-short" suffix=", "/>
<text macro="title-short"/>
<text macro="locators" prefix=", "/>
</else>
</choose>
</layout>
</citation>
<bibliography hanging-indent="false" entry-spacing="0" et-al-min="4" et-al-use-first="3" name-delimiter="; " delimiter-precedes-last="never" and="text">
<sort>
<key macro="producers"/>
<key macro="title"/>
</sort>
<layout>
<text macro="producers" suffix=". "/>
<text macro="title" suffix=". "/>
<choose>
<if type="article article-magazine article-newspaper article-journal" match="any">
<text macro="container" suffix=", "/>
</if>
<else-if type="broadcast entry entry-dictionary entry-encyclopedia chapter paper-conference speech" match="any">
<text term="in" text-case="capitalize-first" font-style="italic" suffix=": "/>
<text macro="container-producers" suffix=". "/>
<text macro="container" suffix=". "/>
</else-if>
<else-if type="webpage" match="any">
<text macro="container" suffix=". "/>
</else-if>
</choose>
<text macro="secondary-producers" suffix=". "/>
<text macro="imprenta-locators" suffix="."/>
<group>
<number variable="number-of-volumes" form="numeric" prefix=" "/>
<text term="volume" form="short"/>
</group>
<text macro="collection" prefix=" " suffix="."/>
<text macro="access-info" prefix=" " suffix="."/>
<choose>
<if type="webpage" match="any">
<text variable="note" prefix=" " suffix="." text-case="capitalize-first"/>
</if>
</choose>
</layout>
</bibliography>
</style>

610
abnt-estilo-fdusp.csl Normal file
View File

@@ -0,0 +1,610 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="pt-BR" demote-non-dropping-particle="never">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>ABNT Estilo FDUSP</title>
<title-short>ABNT-FDUSP</title-short>
<id>http://www.zotero.org/styles/abnt-estilo-fdusp</id>
<link href="http://www.zotero.org/styles/abnt-estilo-fdusp" rel="self"/>
<link href="http://www.zotero.org/styles/associacao-brasileira-de-normas-tecnicas" rel="template"/>
<link href="http://www.face.ufmg.br/portal/files/biblioteca/Manual_normalizacao_FACE.pdf" rel="documentation"/>
<author>
<email>carlosegs@ufmg.br</email>
</author>
<contributor>
<name>Paula Elizabeth Nogueira Sales</name>
<email>paulaens@yahoo.com.br</email>
</contributor>
<contributor>
<name>Tiago de Oliveira do Carmo</name>
<email>ogait_7@yahoo.com.br</email>
</contributor>
<contributor>
<name>Marialice Martins Barroca</name>
<email>mmbarroca@hotmail.com</email>
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>The Brazilian standard style</summary>
<updated>2015-06-06T19:12:46+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">
<terms>
<term name="month-01" form="short">jan.</term>
<term name="month-02" form="short">fev.</term>
<term name="month-03" form="short">mar.</term>
<term name="month-04" form="short">abr.</term>
<term name="month-05" form="short">maio</term>
<term name="month-06" form="short">jun.</term>
<term name="month-07" form="short">jul.</term>
<term name="month-08" form="short">ago.</term>
<term name="month-09" form="short">set.</term>
<term name="month-10" form="short">out.</term>
<term name="month-11" form="short">nov.</term>
<term name="month-12" form="short">dez.</term>
<term name="editor" form="short">
<single>ed</single>
<multiple>ed</multiple>
</term>
<term name="editor" form="short">
<single>org</single>
<multiple>org</multiple>
</term>
<term name="collection-editor" form="short">
<single>org</single>
<multiple>org</multiple>
</term>
</terms>
</locale>
<macro name="container-contributors">
<choose>
<if type="chapter" match="all">
<text value="In: "/>
<names variable="container-author" delimiter=", ">
<name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
<name-part name="given" text-case="capitalize-all"/>
</name>
<et-al font-style="italic"/>
<label form="short" prefix=" (" suffix=".). " text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="collection-editor"/>
</substitute>
</names>
<choose>
<if match="any" variable="container-author collection-editor editor"/>
</choose>
</if>
<else>
<text value="In: ______."/>
</else>
</choose>
</macro>
<macro name="secondary-contributors">
<choose>
<if type="chapter" match="none">
<names variable="editor" delimiter=", " prefix=" (" suffix=")">
<name and="symbol" delimiter=", "/>
<label form="short" prefix=", " text-case="capitalize-first" suffix="."/>
</names>
</if>
</choose>
</macro>
<macro name="translator">
<choose>
<if match="any" variable="translator">
<text value="Trad. "/>
<names variable="translator" delimiter=", ">
<name delimiter="; " sort-separator=" " delimiter-precedes-last="always">
<name-part name="given" text-case="capitalize-first"/>
<name-part name="family" text-case="capitalize-first"/>
</name>
<et-al font-style="italic"/>
</names>
</if>
</choose>
</macro>
<macro name="author">
<choose>
<if type="article-newspaper">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
<name-part name="given" text-case="capitalize-first"/>
</name>
<et-al font-style="italic"/>
<label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</if>
<else-if type="entry-dictionary entry-encyclopedia" match="any">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always" prefix=" In: ">
<name-part name="family" text-case="uppercase"/>
<name-part name="given" text-case="capitalize-first"/>
</name>
<et-al font-style="italic"/>
<label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</else-if>
<else>
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
<name-part name="given" text-case="capitalize-first"/>
</name>
<et-al font-style="italic"/>
<label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</else>
</choose>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all">
<name-part name="family" text-case="uppercase"/>
<name-part name="given" text-case="capitalize-first" font-variant="normal"/>
</name>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="book">
<text variable="title" form="short"/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if type="article-magazine article-journal" match="any">
<text variable="URL" prefix=". Disponível em: &lt;" suffix="&gt;"/>
<date variable="accessed" prefix=". Acesso em: ">
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" suffix=" " text-case="lowercase"/>
<date-part name="year"/>
</date>
</if>
<else>
<text variable="URL" prefix="Disponível em: &lt;" suffix="&gt;"/>
<date variable="accessed" prefix=". Acesso em: ">
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" suffix=" " text-case="lowercase"/>
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="title">
<choose>
<if type="bill paper-conference" match="any">
<text variable="title" quotes="false"/>
</if>
<else-if type="book thesis" match="any">
<text variable="title" font-style="italic"/>
</else-if>
<else-if type="entry-dictionary entry-encyclopedia" match="any">
<text variable="title" text-case="uppercase"/>
</else-if>
<else-if type="article-newspaper article-magazine article-journal chapter" match="any">
<text variable="title" quotes="true"/>
</else-if>
<else>
<text variable="title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="container-title">
<choose>
<if type="paper-conference" match="any">
<text variable="event-place" suffix=". "/>
<text value="Anais" font-style="italic"/>
<text value="... "/>
</if>
<else-if type="chapter" match="any">
<text variable="container-title" font-style="italic"/>
</else-if>
<else>
<text variable="container-title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="publisher">
<choose>
<if match="any" variable="publisher-place publisher">
<group delimiter=": ">
<choose>
<if variable="publisher-place">
<text variable="publisher-place"/>
</if>
<else>
<text value="[S.l.]"/>
</else>
</choose>
<choose>
<if variable="publisher">
<text variable="publisher"/>
</if>
<else>
<text value="[s.n.]"/>
</else>
</choose>
</group>
</if>
<else>
<text value="[S.l: s.n.]"/>
</else>
</choose>
</macro>
<macro name="event">
<choose>
<if type="paper-conference" match="any">
<text variable="event" text-case="uppercase" prefix="In: "/>
</if>
<else>
<text variable="event"/>
<text variable="event-place" prefix=", "/>
</else>
</choose>
</macro>
<macro name="issued">
<choose>
<if variable="issued" match="any">
<group>
<choose>
<if type="book chapter" match="none">
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" suffix=" "/>
</date>
</if>
</choose>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</if>
<else>
<text value="[S.d.]"/>
</else>
</choose>
</macro>
<macro name="issued-year">
<choose>
<if variable="issued" match="any">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text value="[S.d.]"/>
</else>
</choose>
</macro>
<macro name="edition">
<choose>
<if type="book chapter entry-dictionary entry-encyclopedia" match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="numeric" suffix="."/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition" suffix=" ed."/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="locators">
<choose>
<if type="bill">
<group prefix=", " delimiter=", ">
<date variable="issued">
<date-part name="day"/>
<date-part prefix=" " name="month" form="short"/>
<date-part prefix=" " name="year"/>
</date>
<text variable="section" prefix="Sec. "/>
<text variable="page" prefix="p. " suffix="."/>
</group>
</if>
<else-if match="any" type="article-journal article-magazine article-newspaper">
<group delimiter=", ">
<group delimiter=", ">
<text variable="volume" prefix="v. "/>
<text variable="issue" prefix="n. "/>
</group>
<text variable="page" prefix="p. "/>
</group>
</else-if>
<else-if match="any" type="book chapter">
<group delimiter=", ">
<group>
<text variable="volume" prefix="v. " suffix=". "/>
<text variable="page" prefix="p. "/>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="citation-locator">
<group>
<label variable="locator" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</macro>
<macro name="genre">
<text variable="genre"/>
</macro>
<macro name="abstract">
<text variable="abstract"/>
</macro>
<macro name="place">
<choose>
<if match="any" variable="publisher-place">
<text variable="publisher-place"/>
</if>
</choose>
</macro>
<macro name="archive">
<group>
<text variable="archive" prefix=" "/>
</group>
</macro>
<macro name="number">
<group>
<text variable="number" suffix=". "/>
</group>
</macro>
<macro name="sort-key1">
<choose>
<if type="entry-dictionary entry-encyclopedia" match="any">
<text variable="title"/>
</if>
<else>
<text macro="author"/>
</else>
</choose>
</macro>
<macro name="sort-key2">
<choose>
<if type="entry-dictionary entry-encyclopedia" match="any">
<text macro="author"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year-suffix" givenname-disambiguation-rule="primary-name" year-suffix-delimiter=", ">
<sort>
<key macro="author"/>
<key macro="issued-year"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group>
<text suffix=", " macro="author-short"/>
<text macro="issued-year"/>
<text prefix=", " macro="citation-locator"/>
</group>
</layout>
</citation>
<bibliography hanging-indent="false" et-al-min="4" et-al-use-first="1" entry-spacing="1">
<sort>
<key macro="sort-key1"/>
<key macro="sort-key2"/>
<key macro="issued"/>
</sort>
<layout>
<choose>
<if type="bill">
<group>
<text macro="author" suffix=". "/>
<text macro="number" suffix=". "/>
<text macro="title" suffix=". "/>
<text variable="references" suffix=", " font-weight="bold"/>
<text variable="note"/>
<text macro="locators" suffix=". "/>
<text macro="access" suffix=". "/>
</group>
</if>
<else-if type="map">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=", "/>
<text macro="issued" suffix=". "/>
<text variable="note" suffix=". "/>
<text macro="access" suffix=". "/>
</group>
</else-if>
<else-if type="book">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="translator" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="publisher" suffix=", "/>
<text macro="issued-year" suffix=". "/>
<text macro="locators"/>
<text macro="access" suffix=". "/>
<group prefix="(" suffix=").">
<text variable="collection-title"/>
<text variable="collection-number" prefix=", "/>
</group>
</group>
</else-if>
<else-if type="chapter">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-contributors" suffix=". "/>
<text macro="secondary-contributors" suffix=". "/>
<text macro="container-title" suffix=". "/>
<text variable="collection-title" suffix=". "/>
<text macro="translator" suffix=". "/>
<text macro="edition" suffix=". "/>
<group suffix=". ">
<text macro="publisher" suffix=", "/>
<text macro="issued" suffix=". "/>
<text macro="locators"/>
</group>
<text macro="access" suffix=". "/>
</group>
</else-if>
<else-if type="article-newspaper" match="any">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="translator" suffix=". "/>
<text macro="container-title" suffix=", "/>
<text variable="collection-title" suffix=". "/>
<text variable="note" suffix=", "/>
<text macro="place" suffix=", "/>
<text macro="edition" suffix=", "/>
<text macro="issued" suffix=". "/>
<text variable="section"/>
<group suffix=".">
<text macro="locators" prefix=", "/>
<text macro="access"/>
</group>
</group>
</else-if>
<else-if type="article-magazine article-journal" match="any">
<group suffix=".">
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-title" suffix=", "/>
<text variable="collection-title" suffix=". "/>
<text variable="note" suffix=", "/>
<text macro="edition" suffix=", "/>
<text macro="locators" suffix=", "/>
<text macro="issued"/>
<text macro="translator" suffix=". "/>
<text macro="access"/>
</group>
</else-if>
<else-if type="thesis">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="issued-year" suffix=". "/>
<text variable="number-of-pages" suffix=" f. "/>
<text variable="genre" suffix=" "/>
<text variable="publisher" suffix=", "/>
<text variable="publisher-place" suffix=", "/>
<text macro="issued-year" suffix=". "/>
<text macro="access" suffix=". "/>
</group>
</else-if>
<else-if type="manuscript">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="abstract" suffix=". "/>
<text macro="place" suffix=", "/>
<text macro="issued" suffix=". "/>
<text macro="access" suffix=". "/>
<text macro="archive" suffix=". "/>
</group>
</else-if>
<else-if type="webpage">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="genre" suffix=". "/>
<text macro="access" suffix=". "/>
</group>
</else-if>
<else-if type="paper-conference">
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="event" suffix=", "/>
<text variable="collection-title" suffix=", "/>
<text macro="issued" suffix=", "/>
<text macro="locators"/>
<text macro="container-title"/>
<group delimiter=". " suffix=". ">
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued"/>
</group>
<text variable="page" prefix="p. "/>
<text macro="access"/>
</group>
</else-if>
<else-if type="report">
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="container-title"/>
<text variable="collection-title" prefix=", " suffix="."/>
<text variable="genre"/>
<text variable="number" prefix=", nº " suffix="."/>
<text macro="locators"/>
<group delimiter=". " prefix=". ">
<text macro="publisher"/>
</group>
<text macro="issued" prefix=", " suffix="."/>
<text macro="access" prefix=" " suffix="."/>
</else-if>
<else-if type="entry-dictionary entry-encyclopedia" match="any">
<text macro="title" suffix=". "/>
<text macro="author" suffix=". "/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="container-title" suffix=". "/>
<text macro="edition" suffix=" "/>
<text variable="collection-title" prefix=", " suffix="."/>
<text macro="locators"/>
<group delimiter=". ">
<text macro="publisher"/>
</group>
<text macro="issued" prefix=", " suffix=". "/>
<text variable="volume" prefix=" v. " suffix=". "/>
<text variable="page" prefix="p. " suffix="."/>
<text macro="access" prefix=" " suffix="."/>
</else-if>
<else>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="container-title"/>
<text variable="collection-title" prefix=", " suffix="."/>
<text macro="locators"/>
<group delimiter=". " prefix=". " suffix=". ">
<text macro="publisher"/>
<text macro="access"/>
</group>
<text macro="issued" prefix=", "/>
</else>
</choose>
</layout>
</bibliography>
</style>

10
abnt-renato-antigo.csl Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="pt-BR">
<info>
<title>ABNT - Renato Antigo</title>
<id>http://mekentosj.com/csl-styles/abnt-renato-antigo</id>
<link href="http://www.zotero.org/styles/associacao-brasileira-de-normas-tecnicas-ufpr" rel="independent-parent"></link>
<category field="generic-base"></category>
<category citation-format="author-date"></category>
</info>
</style>

607
abnt-renato-fdusp.csl Normal file
View File

@@ -0,0 +1,607 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="pt-BR" demote-non-dropping-particle="never">
<info>
<title>ABNT - FDUSP</title>
<id>http://www.zotero.org/styles/abnt-fdusp</id>
<link href="http://www.zotero.org/styles/abnt-fdusp" rel="self"/>
<link href="http://www.zotero.org/styles/associacao-brasileira-de-normas-tecnicas" rel="template"/>
<author>
<name>Renato Rosa</name>
<email>renato@renatorosa.com.br</email>
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
<updated>2012-06-14T22:16:05+00:00</updated>
<summary>The Brazilian standard style</summary>
<rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<locale xml:lang="pt-BR">
<terms>
<term name="month-01" form="short">jan.</term>
<term name="month-02" form="short">fev.</term>
<term name="month-03" form="short">mar.</term>
<term name="month-04" form="short">abr.</term>
<term name="month-05" form="short">maio</term>
<term name="month-06" form="short">jun.</term>
<term name="month-07" form="short">jul.</term>
<term name="month-08" form="short">ago.</term>
<term name="month-09" form="short">set.</term>
<term name="month-10" form="short">out.</term>
<term name="month-11" form="short">nov.</term>
<term name="month-12" form="short">dez.</term>
<term name="editor" form="short">
<single>ed</single>
<multiple>ed</multiple>
</term>
<term name="editor" form="short">
<single>org</single>
<multiple>org</multiple>
</term>
<term name="collection-editor" form="short">
<single>org</single>
<multiple>org</multiple>
</term>
<term name="page">
<single>página</single>
<multiple>páginas</multiple>
</term>
<term name="page" form="short">
<single>p.</single>
<multiple>pp.</multiple>
</term>
<term name="translator">
<single>Tradutor</single>
<multiple>Tradutores</multiple>
</term>
<term name="translator" form="short">
<single>Trad.</single>
<multiple>Trad.</multiple>
</term>
</terms>
</locale>
<macro name="container-contributors">
<choose>
<if type="chapter">
<text value="In: "/>
<names variable="container-author" delimiter=", ">
<name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
<name-part name="given" text-case="capitalize-first"/>
</name>
<et-al prefix=" " font-style="italic"/>
<label form="short" prefix=" (" suffix=".). " text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="collection-editor"/>
</substitute>
</names>
</if>
</choose>
</macro>
<macro name="secondary-contributors">
<choose>
<if type="chapter" match="none">
<names variable="editor" delimiter=", " prefix=" (" suffix=")">
<name and="symbol" delimiter=", "/>
<label form="short" prefix=", " text-case="capitalize-first" suffix="."/>
</names>
</if>
</choose>
</macro>
<macro name="translator">
<names variable="translator" delimiter=", ">
<text value="Traducao de"/>
<label variable="translator" form="short" prefix=", " suffix=". " strip-periods="true"/>
<name delimiter=", " sort-separator=" " and="text" delimiter-precedes-last="contextual">
<name-part name="given" text-case="capitalize-first"/>
<name-part name="family" text-case="capitalize-first"/>
</name>
<et-al prefix=" " font-style="italic"/>
</names>
</macro>
<macro name="author">
<choose>
<if type="article-newspaper">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
<name-part name="given"/>
</name>
<et-al prefix=" " font-style="italic"/>
<label form="short" initialize-with="." prefix=" (" suffix=".)" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</if>
<else-if type="entry-dictionary entry-encyclopedia">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always" prefix=" In: ">
<name-part name="family" text-case="uppercase"/>
<name-part name="given"/>
</name>
<et-al prefix=" " font-style="italic"/>
<label form="short" initialize-with="." prefix=" (" suffix=".)" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</else-if>
<else>
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
<name-part name="given" text-case="capitalize-first"/>
</name>
<et-al prefix=" " font-style="italic"/>
<label form="short" initialize-with="." prefix=" (" suffix=".)" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</else>
</choose>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" initialize-with="." name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
<name-part name="given" text-case="capitalize-first"/>
</name>
<et-al prefix=" " font-style="italic"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="book">
<text variable="title" form="short"/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="access">
<text variable="URL" prefix="Disponível em: &lt;" suffix="&gt;"/>
<date variable="accessed" prefix=". Acesso em: ">
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" suffix=" " text-case="lowercase"/>
<date-part name="year"/>
</date>
</macro>
<macro name="title">
<choose>
<if type="chapter bill paper-conference" match="any">
<text variable="title" quotes="true"/>
</if>
<else-if type="book thesis" match="any">
<text variable="title" font-style="italic"/>
</else-if>
<else-if type="entry-dictionary entry-encyclopedia" match="any">
<text variable="title" text-case="uppercase"/>
</else-if>
<else-if type="article-newspaper article-magazine article-journal" match="any">
<text variable="title"/>
</else-if>
<else>
<text variable="title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="container-title">
<choose>
<if type="paper-conference" match="any">
<text variable="event-place" suffix=". "/>
<text value="Anais" font-style="italic"/>
<text value="... "/>
</if>
<else-if type="chapter" match="any">
<text variable="container-title" font-style="italic"/>
</else-if>
<else>
<text variable="container-title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="publisher">
<choose>
<if match="any" variable="publisher-place publisher">
<group delimiter=": ">
<choose>
<if variable="publisher-place">
<text variable="publisher-place"/>
</if>
<else>
<text value="[S.l.]"/>
</else>
</choose>
<choose>
<if variable="publisher">
<text variable="publisher"/>
</if>
<else>
<text value="[s.n.]"/>
</else>
</choose>
</group>
</if>
<else>
<text value="[S.l: s.n.]"/>
</else>
</choose>
</macro>
<macro name="event">
<choose>
<if type="paper-conference" match="any">
<text variable="event" text-case="uppercase" prefix="In: "/>
</if>
<else>
<text variable="event"/>
<text variable="event-place" prefix=", "/>
</else>
</choose>
</macro>
<macro name="issued">
<choose>
<if variable="issued" match="any">
<group>
<choose>
<if type="book chapter" match="none">
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" suffix=" "/>
</date>
</if>
</choose>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</if>
<else>
<text value="[S.d.]"/>
</else>
</choose>
</macro>
<macro name="issued-year">
<choose>
<if variable="issued" match="any">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text value="[S.d.]"/>
</else>
</choose>
</macro>
<macro name="edition">
<choose>
<if type="book chapter entry-dictionary entry-encyclopedia" match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="numeric" suffix="."/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition" suffix=" ed."/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="locators">
<choose>
<if type="bill">
<group prefix=", " suffix="" delimiter=", ">
<date variable="issued">
<date-part name="day"/>
<date-part prefix=" " name="month" form="short"/>
<date-part prefix=" " name="year"/>
</date>
<text variable="section" prefix="Sec. "/>
<text variable="page" prefix="p. " suffix="."/>
</group>
</if>
<else-if match="any" type="article-journal article-magazine article-newspaper">
<group delimiter=", ">
<group delimiter=", ">
<text variable="volume" prefix="v. "/>
<text variable="issue" prefix="n. " suffix=""/>
</group>
<text variable="page" prefix="p. "/>
</group>
</else-if>
<else-if match="any" type="book chapter">
<group delimiter=", ">
<group>
<text variable="volume" prefix="v. " suffix=". "/>
<text variable="page" prefix="p. "/>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="citation-locator">
<group>
<label variable="locator" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</macro>
<macro name="genre">
<text variable="genre"/>
</macro>
<macro name="abstract">
<text variable="abstract"/>
</macro>
<macro name="place">
<choose>
<if match="any" variable="publisher-place">
<text variable="publisher-place"/>
</if>
</choose>
</macro>
<macro name="archive">
<group>
<text variable="archive" prefix=" "/>
</group>
</macro>
<macro name="ISBN">
<group>
<text variable="ISBN" prefix="ISBN "/>
</group>
</macro>
<macro name="number">
<group>
<text variable="number" suffix=". "/>
</group>
</macro>
<macro name="sort-key1">
<choose>
<if type="entry-dictionary entry-encyclopedia">
<text variable="title"/>
</if>
<else>
<text macro="author"/>
</else>
</choose>
</macro>
<macro name="sort-key2">
<choose>
<if type="entry-dictionary entry-encyclopedia">
<text macro="author"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" et-al-subsequent-min="4" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year-suffix" givenname-disambiguation-rule="primary-name" year-suffix-delimiter=", " subsequent-author-substitute="Idem" >
<sort>
<key macro="author"/>
<key macro="issued-year"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group>
<text suffix=", " macro="author-short"/>
<text macro="issued-year"/>
<text prefix=", " macro="citation-locator"/>
</group>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="4" et-al-use-first="1" entry-spacing="1" subsequent-author-substitute="______" >
<sort>
<key macro="sort-key1"/>
<key macro="sort-key2"/>
<key macro="issued"/>
</sort>
<layout>
<choose>
<if type="bill">
<group>
<text macro="author" suffix=". "/>
<text macro="number" suffix=". "/>
<text macro="title" suffix=". "/>
<!-- use field 'history' to publisher -->
<text variable="references" suffix=", " font-style="italic"/>
<!-- use field 'extra' place -->
<text variable="note"/>
<text macro="locators" suffix=". "/>
<text macro="access" suffix=". "/>
</group>
</if>
<else-if type="map">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=", "/>
<text macro="issued" suffix=". "/>
<text variable="note" suffix=". "/>
<text macro="access" suffix=". "/>
</group>
</else-if>
<else-if type="book">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="translator" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="publisher" suffix=", "/>
<text macro="issued-year" suffix=". "/>
<text macro="locators"/>
<text macro="access" suffix=". "/>
<group prefix="(" suffix=").">
<text variable="collection-title"/>
<text variable="collection-number" prefix=", "/>
</group>
</group>
</else-if>
<else-if type="chapter">
<!-- paper in conference too -->
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-contributors" suffix=". "/>
<text macro="secondary-contributors" suffix=". "/>
<text macro="container-title" suffix=". "/>
<text variable="collection-title" suffix=". "/>
<text macro="translator" suffix=". "/>
<text macro="edition" suffix=". "/>
<group suffix=". ">
<text macro="publisher" suffix=", "/>
<text macro="issued" suffix=". "/>
<text macro="locators"/>
</group>
<text macro="access" suffix=". "/>
</group>
</else-if>
<else-if type="article-newspaper" match="any">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="translator" suffix=". "/>
<text macro="container-title" suffix=", "/>
<text variable="collection-title" suffix=". "/>
<!-- use field 'extra' place -->
<text variable="note" suffix=", "/>
<text macro="place" suffix=", "/>
<text macro="edition" suffix=", "/>
<text macro="issued" suffix=". "/>
<text variable="section"/>
<group suffix=".">
<text macro="locators" prefix=", "/>
<text macro="access"/>
</group>
</group>
</else-if>
<else-if type="article-magazine article-journal" match="any">
<group suffix=".">
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-title" suffix=", "/>
<text variable="collection-title" suffix=". "/>
<!-- use field 'extra' place -->
<text variable="note" suffix=", "/>
<text macro="edition" suffix=", "/>
<text macro="locators" suffix=", "/>
<text macro="issued"/>
<text macro="translator" suffix=". "/>
<text macro="access"/>
</group>
</else-if>
<else-if type="thesis">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="issued-year" suffix=". "/>
<text variable="number-of-pages" suffix=" f. "/>
<text variable="genre" suffix=" "/>
<text variable="publisher" suffix=", "/>
<text variable="publisher-place" suffix=", "/>
<text macro="issued-year" suffix=". "/>
<text macro="access" suffix=". "/>
</group>
</else-if>
<else-if type="manuscript">
<!-- There is no ABNT norm for manuscripts -->
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="abstract" suffix=". "/>
<text macro="place" suffix=", "/>
<text macro="issued" suffix=". "/>
<text macro="access" suffix=". "/>
<text macro="archive" suffix=". "/>
</group>
</else-if>
<else-if type="webpage">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="genre" suffix=". "/>
<text macro="access" suffix=". "/>
</group>
</else-if>
<else-if type="paper-conference">
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="event" suffix=", "/>
<text variable="collection-title" suffix=", "/>
<text macro="issued" suffix=", "/>
<text macro="locators"/>
<text macro="container-title"/>
<group delimiter=". " suffix=". ">
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued"/>
</group>
<text variable="page" prefix="p. "/>
<text macro="access"/>
</group>
</else-if>
<else-if type="report">
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="container-title"/>
<text variable="collection-title" prefix=", " suffix="."/>
<text variable="genre"/>
<text variable="number" prefix=", nº " suffix="."/>
<text macro="locators"/>
<group delimiter=". " prefix=". ">
<text macro="publisher"/>
</group>
<text macro="issued" prefix=", " suffix="."/>
<text macro="access" prefix=" " suffix="."/>
</else-if>
<else-if type="entry-dictionary entry-encyclopedia" match="any">
<text macro="title" suffix=". "/>
<text macro="author" suffix=". "/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="container-title" suffix=". "/>
<text macro="edition" suffix=" "/>
<text variable="collection-title" prefix=", " suffix="."/>
<text macro="locators"/>
<group delimiter=". ">
<text macro="publisher"/>
</group>
<text macro="issued" prefix=", " suffix=". "/>
<text variable="volume" prefix=" v. " suffix=". "/>
<text variable="page" prefix="p. " suffix="."/>
<text macro="access" prefix=" " suffix="."/>
</else-if>
<else>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="container-title"/>
<text variable="collection-title" prefix=", " suffix="."/>
<text macro="locators"/>
<group delimiter=". " prefix=". " suffix=". ">
<text macro="publisher"/>
<text macro="access"/>
</group>
<text macro="issued" prefix=", "/>
</else>
</choose>
</layout>
</bibliography>
</style>

331
abnt-renato.csl Normal file
View File

@@ -0,0 +1,331 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="pt-BR">
<info>
<title>ABNT - Renato 1</title>
<id>http://mekentosj.com/csl-styles/abnt-renato</id>
<link href="http://www.renatorosa.com.br/abnt" rel="independent-parent"></link>
<category field="generic-base"></category>
<category citation-format="author-date"></category>
<author>
<name>Renato Rosa</name>
<email>renato(a)usp.br</email>
</author>
<updated>2012-08-21T03:46:54+00:00</updated>
<summary>The Brazilian standard style as used in the Law School of the University os Sao Paulo</summary>
<rights>This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<macro name="container-contributors">
<choose>
<if type="chapter">
<text value="In:" suffix=" "/>
<names variable="editor translator contributor" delimiter=", " suffix="">
<name name-as-sort-order="all" sort-separator=", " text-case="uppercase"
initialize-with=". " delimiter="; " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=".)" text-case="uppercase"/>
</names>
</if>
</choose>
</macro>
<macro name="secondary-contributors">
<choose>
<if type="chapter" match="none">
<names variable="editor translator" delimiter=", " prefix=" (" suffix=")">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="capitalize-first" suffix="."/>
</names>
</if>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " text-case="capitalize-first"
delimiter="; " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=".)" text-case="uppercase"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" name-as-sort-order="all" sort-separator=", " text-case="uppercase"
initialize-with=". " delimiter="; " delimiter-precedes-last="always"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="book">
<text variable="title" form="short" font-style="italic"/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="access">
<text variable="URL" prefix=" Disponível em: &lt;" suffix="&gt;."/>
<date variable="accessed" prefix=" Acesso em: " >
<date-part name="day" suffix="/"/>
<date-part name="month" form="numeric" suffix="/"/>
<date-part name="year"/>
</date>
</macro>
<macro name="title">
<choose>
<if type="book thesis webpage" match="any">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title" suffix="."/>
</else>
</choose>
</macro>
<macro name="container-title">
<choose>
<if type="paper-conference" match="any">
<text variable="container-title" suffix="."/>
<text value=" Anais... " font-style="italic"/>
</if>
<else>
<text variable="container-title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="publisher">
<text variable="genre" suffix=", "/>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="publisher-thesis">
<text variable="genre" prefix=" " suffix=" "/>
<group delimiter=", " prefix=" " suffix="">
<text variable="publisher"/>
<text variable="publisher-place"/>
<date variable="issued" suffix=".">
<date-part name="year"/>
</date>
</group>
</macro>
<macro name="event">
<text variable="event" text-case="uppercase"/>
<text variable="event-place" text-case="uppercase" prefix=", " />
</macro>
<macro name="issued">
<group prefix=" " suffix="." text-case="lowercase">
<choose>
<if type="book chapter article-journal" match="none">
<date variable="issued">
<date-part prefix="" suffix="." name="day"/>
<date-part prefix=" " suffix=". " name="month" form="short"/>
</date>
</if>
</choose>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</macro>
<macro name="issued-year">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="edition">
<choose>
<if type="book chapter" match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="cardinal" suffix="."/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition" suffix=" ed."/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="locators-article">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<group prefix=", " delimiter=", ">
<group>
<text variable="volume" prefix="v. "/>
<text variable="issue" prefix=", n. " suffix=""/>
</group>
<text variable="page" prefix="p. "/>
</group>
</if>
</choose>
</macro>
<macro name="locators-book">
<choose>
<if type="book chapter" match="any">
<group prefix=". " suffix="" delimiter=", ">
<text macro="edition"/>
<group>
<text variable="volume" prefix="v. " />
</group>
<group>
<text variable="page" prefix="p."/>
</group>
</group>
</if>
</choose>
</macro>
<macro name="citation-locator">
<group>
<label variable="locator" include-period="true" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</macro>
<citation>
<option name="et-al-min" value="4"/>
<option name="et-al-use-first" value="1"/>
<option name="et-al-subsequent-min" value="4"/>
<option name="et-al-subsequent-use-first" value="1"/>
<option name="disambiguate-add-year-suffix" value="true"/>
<option name="disambiguate-add-names" value="true"/>
<option name="disambiguate-add-givenname" value="true"/>
<option name="collapse" value="year"/>
<sort>
<key variable="issued"/>
<key macro="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group>
<text suffix = ", " macro="author-short"/>
<text macro="issued-year"/>
<text prefix =", " macro="citation-locator"/>
</group>
</layout>
</citation>
<bibliography>
<option name="hanging-indent" value="false"/>
<option name="et-al-min" value="6"/>
<option name="et-al-use-first" value="3"/>
<option name="entry-spacing" value="0"/>
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<choose>
<if type="book">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="publisher" suffix=", "/>
<text macro="issued-year"/>
</group>
</if>
<else-if type="paper-conference">
<text macro="author" suffix="."/>
<text macro="title" prefix=" " suffix="." quotes="true" />
<group delimiter=", " suffix="." prefix=" ">
<text variable="event" text-case="uppercase" prefix="In: "/>
<text variable="collection-title" suffix="."/>
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="publisher-place"/>
</group>
<text value=" Anais... " font-style="italic"/>
<group delimiter=": " suffix=".">
<text variable="publisher-place" />
<group delimiter=", ">
<text variable="publisher"/>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</group>
<text macro="access"/>
</else-if>
<else-if type="chapter">
<text macro="author" suffix="."/>
<text macro="title" prefix=" " quotes="true" />
<text macro="container-contributors" prefix=" "/>
<text macro="container-title" prefix=" " suffix="."/>
<text variable="collection-title" prefix=", " suffix="."/>
<text variable="publisher-place" prefix=" " suffix=":"/>
<group delimiter=", " prefix=" " suffix=".">
<text variable="publisher"/>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
<text macro="locators-book" suffix="."/>
<text macro="access"/>
</else-if>
<else-if type="webpage">
<group>
<text macro="author" suffix="."/>
<text macro="title" prefix=" "/>
<text macro="access"/>
</group>
</else-if>
<else-if type="thesis">
<text macro="author" suffix="."/>
<text macro="title" prefix=" " suffix="."/>
<text variable="number-of-pages" prefix=" " suffix=" f."/>
<text macro="container-title" prefix=" " suffix="."/>
<text macro="publisher-thesis"/>
<text macro="access"/>
</else-if>
<else>
<text macro="author" suffix="."/>
<text macro="title" prefix=" "/>
<text macro="container-contributors" prefix=" "/>
<text macro="secondary-contributors" prefix=" "/>
<text macro="container-title" prefix=" "/>
<text variable="collection-title" prefix=", " suffix="."/>
<text macro="locators-article" suffix=","/>
<text macro="issued"/>
<group delimiter=". " prefix=".">
<text macro="publisher"/>
<text macro="locators-book" suffix=""/>
<text macro="access"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>

10
abnt-rxsr-completo-v1.csl Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="pt-BR" demote-non-dropping-particle="never">
<info>
<title>ABNT_RXSR_Completo_v1</title>
<id>http://mekentosj.com/csl-styles/abnt-rxsr-completo-v1</id>
<link href="http://www.zotero.org/styles/associacao-brasileira-de-normas-tecnicas-ufmg-face-full" rel="independent-parent"></link>
<category field="generic-base"></category>
<category citation-format="author-date"></category>
</info>
</style>

236
abnt-ufpr.csl Normal file
View File

@@ -0,0 +1,236 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
<info>
<title>ABNT - UFPR 2</title>
<id>http://www.zotero.org/styles/abnt-ufpr</id>
<link href="http://www.zotero.org/styles/abnt-ufpr" rel="self"/>
<author>
<name>Iuri Gavronski</name>
<email>iuri at ufrgs dot br</email>
</author>
<contributor>
<name>Eduardo Bettoni</name>
<email>webtur @ ufpr dot br</email>
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<updated>2011-05-12T00:16:05+00:00</updated>
<summary>The Brazilian standard style as used in the Universidad de Parana</summary>
<rights>This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<macro name="container-contributors">
<choose>
<if type="chapter paper-conference" match="any">
<text value="In:" suffix=" "/>
<names variable="editor translator" delimiter=", " suffix="; ">
<name initialize-with=". " delimiter="; "/>
<label form="short" prefix=" (" text-case="capitalize-first" suffix=".)" strip-periods="true"/>
</names>
</if>
</choose>
</macro>
<macro name="secondary-contributors">
<choose>
<if type="chapter paper-conference" match="none">
<names variable="editor translator" delimiter=", " prefix=" (" suffix=")">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="capitalize-first" suffix="." strip-periods="true"/>
</names>
</if>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
<name-part name="given" text-case="uppercase"/>
</name>
<label form="short" prefix=" (" suffix=".)" text-case="uppercase" strip-periods="true"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="capitalize-first"/>
<name-part name="given" text-case="capitalize-first"/>
</name>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" form="short" font-weight="bold"/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="access">
<text variable="URL" prefix="Disponível em: &lt;" suffix="&gt;. "/>
<date variable="accessed" prefix="Acesso em: ">
<date-part name="day" suffix="/"/>
<date-part name="month" form="numeric" suffix="/"/>
<date-part name="year"/>
</date>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case motion_picture report song thesis" match="any">
<text variable="title" font-weight="bold"/>
</if>
<else>
<text variable="title" suffix=". "/>
</else>
</choose>
</macro>
<macro name="container-title">
<choose>
<if type="paper-conference" match="any">
<text variable="container-title" suffix=". "/>
<text value=" Anais... " font-weight="bold"/>
</if>
<else>
<text variable="container-title" font-weight="bold"/>
</else>
</choose>
</macro>
<macro name="publisher">
<text variable="genre" suffix=", "/>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="event">
<text variable="event"/>
<text variable="event-place" prefix=", "/>
</macro>
<macro name="issued">
<group prefix=" " suffix=".">
<choose>
<if type="bill book graphic legal_case motion_picture report song article-journal chapter paper-conference" match="none">
<date variable="issued">
<date-part prefix=" " suffix="." name="day"/>
<date-part prefix=" " suffix=". " name="month" form="short" strip-periods="true"/>
</date>
</if>
</choose>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</macro>
<macro name="issued-year">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="edition">
<choose>
<if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="." strip-periods="true"/>
</group>
</if>
<else>
<text variable="edition" suffix=" ed."/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="locators">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<group prefix=", " delimiter=", ">
<group>
<text variable="volume" prefix="v. "/>
<text variable="issue" prefix=", n. " suffix=""/>
</group>
<text variable="page" prefix="p. "/>
</group>
</if>
<else-if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
<group prefix=". " suffix="" delimiter=", ">
<text macro="edition"/>
<group>
<text variable="volume" prefix="v. "/>
</group>
<group>
<text variable="page" prefix="p."/>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="citation-locator">
<group>
<label variable="locator" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year">
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout prefix="" suffix=")" delimiter=" e ">
<group>
<text suffix=" (" macro="author-short"/>
<text macro="issued-year"/>
<text prefix=", " macro="citation-locator"/>
</group>
</layout>
</citation>
<bibliography hanging-indent="false" et-al-min="6" et-al-use-first="3" entry-spacing="0">
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="publisher" suffix=", "/>
<text macro="issued-year"/>
</group>
</if>
<else-if type="webpage">
<group>
<text macro="author" suffix="."/>
<text macro="title" prefix=" "/>
<text macro="access"/>
</group>
</else-if>
<else>
<text macro="author" suffix="."/>
<text macro="title" prefix=" "/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="container-title"/>
<text variable="collection-title" prefix=", " suffix="."/>
<text macro="locators"/>
<text macro="issued" prefix=","/>
<group delimiter=". " prefix=". ">
<text macro="publisher"/>
<text macro="access"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>

463
abnt.csl Normal file
View File

@@ -0,0 +1,463 @@
<?xml version="1.0" encoding="UTF-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="pt-BR">
<info>
<title>ABNT Generico</title>
<id>http://www.zotero.org/styles/abnt</id>
<link href="http://www.zotero.org/styles/abnt" rel="self"/>
<author>
<name>Iuri Gavronski</name>
<email>iuri at ufrgs dot br</email>
</author>
<contributor>
<name>Eduardo Bettoni</name>
<email>webtur @ ufpr dot br</email>
</contributor>
<contributor>
<name>José Antonio Meira da Rocha</name>
<email>joseantoniorocha@gmail.com</email>
<uri>http://meiradarocha.jor.br</uri>
</contributor>
<contributor>
<name>Mario José</name>
<email>gnumario@gmail.com</email>
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<updated>2011-05-23T20:46:01+00:00</updated>
<summary>The Brazilian standard style</summary>
<rights>This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<locale xml:lang="pt-BR">
<terms>
<term name="month-01" form="short">jan.</term>
<term name="month-02" form="short">fev.</term>
<term name="month-03" form="short">mar.</term>
<term name="month-04" form="short">abr.</term>
<term name="month-05" form="short">maio</term>
<term name="month-06" form="short">jun.</term>
<term name="month-07" form="short">jul.</term>
<term name="month-08" form="short">ago.</term>
<term name="month-09" form="short">set.</term>
<term name="month-10" form="short">out.</term>
<term name="month-11" form="short">nov.</term>
<term name="month-12" form="short">dez.</term>
<term name="editor" form="short">
<single>ed</single>
<multiple>eds</multiple>
</term>
<term name="container-author" form="short">
<single>ed</single>
<multiple>eds</multiple>
</term>
<term name="collection-editor" form="short">
<single>ed</single>
<multiple>eds</multiple>
</term>
</terms>
</locale>
<macro name="container-contributors">
<choose>
<if type="chapter">
<text value="In: "/>
<names variable="container-author" delimiter=", ">
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase" />
<name-part name="given" text-case="uppercase" />
</name>
<et-al prefix=" " font-style="italic"/>
<label form="short" prefix=" (" suffix=".). " text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="collection-editor"/>
</substitute>
</names>
</if>
</choose>
</macro>
<macro name="secondary-contributors">
<choose>
<if type="chapter" match="none">
<names variable="editor" delimiter=", " prefix=" (" suffix=")">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="capitalize-first" suffix="."/>
</names>
</if>
</choose>
</macro>
<macro name="translator">
<text value="Tradução "/>
<names variable="translator" delimiter=", ">
<name delimiter="; " sort-separator=" " delimiter-precedes-last="always">
<name-part name="given" text-case="capitalize-first" />
<name-part name="family" text-case="capitalize-first" />
</name>
<et-al prefix=" " font-style="italic"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase" />
<name-part name="given" text-case="uppercase" />
</name>
<et-al prefix=" " font-style="italic"/>
<label form="short" prefix=" (" suffix=".)" text-case="uppercase"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter="; " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase" />
<name-part name="given" text-case="uppercase" />
</name>
<et-al prefix=" " font-style="italic"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="book">
<text variable="title" form="short" />
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="access">
<text variable="URL" prefix="Disponível em: &lt;" suffix="&gt;"/>
<date variable="accessed" prefix=". Acesso em: " >
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" suffix=". " text-case="lowercase" />
<date-part name="year"/>
</date>
</macro>
<macro name="title">
<choose>
<if type="chapter bill" match="any">
<text variable="title" />
</if>
<else-if type="book thesis" match="any">
<text variable="title" font-weight="bold"/>
</else-if>
<else-if type="article-newspaper article-magazine article-journal" match="any">
<text variable="title" />
</else-if>
<else>
<text variable="title" font-weight="bold"/>
</else>
</choose>
</macro>
<macro name="container-title">
<choose>
<if type="paper-conference" match="any">
<text variable="container-title" suffix=". "/>
<text value="Anais" font-weight="bold"/>
<text value="..." />
</if><else>
<text variable="container-title" font-weight="bold"/>
</else>
</choose>
</macro>
<macro name="publisher">
<choose>
<if match="any" variable="publisher-place publisher">
<group delimiter=": ">
<choose>
<if variable="publisher-place">
<text variable="publisher-place"/>
</if>
<else>
<text value="[S.l.]"/>
</else>
</choose>
<choose>
<if variable="publisher">
<text variable="publisher"/>
</if>
<else>
<text value="[s.n.]"/>
</else>
</choose>
</group>
</if>
<else>
<text value="[S.l: s.n.]"/>
</else>
</choose>
</macro>
<macro name="event">
<text variable="event"/>
<text variable="event-place" prefix=", "/>
</macro>
<macro name="issued">
<choose>
<if variable="issued" match="any">
<group>
<choose>
<if type="book chapter" match="none">
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" suffix=" " strip-periods="true" />
</date>
</if>
</choose>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</if>
<else>
<text value="[S.d.]"/>
</else>
</choose>
</macro>
<macro name="issued-year">
<choose>
<if variable="issued" match="any">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text value="[S.d.]"/>
</else>
</choose>
</macro>
<macro name="edition">
<choose>
<if type="book chapter" match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="numeric" suffix="."/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition" suffix=" ed."/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="locators">
<choose>
<if type="bill">
<group prefix=". " suffix="" delimiter=", ">
<date variable="issued">
<date-part name="day"/>
<date-part prefix=" " name="month" form="short"/>
<date-part prefix=" " name="year"/>
</date>
<text variable="section" prefix="Sec. "/>
<text variable="page" prefix="p. " suffix="."/>
</group>
</if>
<else-if match="any" type="article-journal article-magazine article-newspaper">
<group delimiter=", ">
<group delimiter=", ">
<text variable="volume" prefix="v. "/>
<text variable="issue" prefix="n. " suffix=""/>
</group>
<text variable="page" prefix="p. "/>
</group>
</else-if>
<else-if match="any" type="book chapter">
<group delimiter=", ">
<group>
<text variable="volume" prefix="v. " />
<text variable="page" prefix="p. "/>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="citation-locator">
<group>
<label variable="locator" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</macro>
<macro name="genre">
<text variable="genre"/>
</macro>
<macro name="abstract">
<text variable="abstract"/>
</macro>
<macro name="place">
<choose>
<if match="any" variable="publisher-place">
<text variable="publisher-place"/>
</if>
</choose>
</macro>
<macro name="archive">
<group>
<text variable="archive" prefix=" "/>
</group>
</macro>
<macro name="ISBN">
<group>
<text variable="ISBN" prefix="ISBN "/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1"
disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true"
collapse="year">
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group>
<text suffix = ", " macro="author-short"/>
<text macro="issued-year"/>
<text prefix =", " macro="citation-locator"/>
</group>
</layout>
</citation>
<bibliography hanging-indent="false" et-al-min="6" et-al-use-first="3" entry-spacing="0">
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout>
<choose>
<if type="bill">
<group>
<text macro="author" suffix=". "/>
<text variable="number" suffix=". "/>
<text macro="title" suffix=". "/>
<!-- use field 'history' to publisher -->
<text variable="references" suffix=", " font-weight="bold" />
<!-- use field 'extra' place -->
<text variable="note" />
<text macro="locators" suffix=". " />
</group>
</if>
<else-if type="map">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=", "/>
<text macro="issued" suffix=". "/>
<text variable="note" suffix=". "/>
</group>
</else-if>
<else-if type="book">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="translator" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="publisher" suffix=", "/>
<text macro="issued-year" suffix=". "/>
<text macro="locators" />
</group>
</else-if>
<else-if type="chapter"><!-- paper in conference too -->
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-contributors" suffix=". "/>
<text macro="secondary-contributors" suffix=". "/>
<text macro="container-title" suffix=". "/>
<text variable="collection-title" suffix=". "/>
<text macro="translator" suffix=". "/>
<text macro="edition" suffix=". "/>
<group suffix=". ">
<text macro="publisher" suffix=", "/>
<text macro="issued" suffix=". "/>
<text macro="locators" />
</group>
</group>
</else-if>
<else-if type="article-newspaper article-magazine article-journal" match="any">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-title" suffix=", "/>
<text variable="collection-title" suffix=". " />
<text macro="edition" suffix=", "/>
<text macro="locators" suffix=", " />
<text macro="issued" suffix=". "/>
</group>
</else-if>
<else-if type="thesis">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="publisher" suffix=", "/>
<text macro="issued-year" suffix=". "/>
</group>
</else-if>
<else-if type="manuscript">
<!-- There is no ABNT norm for manuscripts -->
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="edition" suffix=". "/>
<text macro="abstract" suffix=". "/>
<text macro="place" suffix=", "/>
<text macro="issued" suffix=". "/>
<text macro="access" suffix=". "/>
<text macro="archive" suffix=". "/>
</group>
</else-if>
<else-if type="webpage">
<group>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="genre" suffix=". "/>
<text macro="access" suffix=". "/>
</group>
</else-if>
<else>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="container-title"/>
<text variable="collection-title" prefix=", " suffix="."/>
<text macro="locators"/>
<group delimiter=". " prefix=". " suffix=". ">
<text macro="publisher"/>
<text macro="access"/>
</group>
<text macro="issued" prefix=", "/>
</else>
</choose>
</layout>
</bibliography>
</style>

2
bin/find-duplicate.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
find $1 -not -empty -type f -printf "%s\n" | sort -rn | uniq -d | xargs -I{} -n1 find -type f -size {}c -print0 | xargs -0 md5sum | sort | uniq -w32 --all-repeated=separate

View File

@@ -3,4 +3,22 @@
ORIGIN=$1 ORIGIN=$1
DEST=${ORIGIN%.*} DEST=${ORIGIN%.*}
pandoc -f markdown -t latex --pdf-engine=xelatex -V papersize=a4 -V documentclass=article -V margin-top=1in -V margin-left=1in -V margin-right=1in -V margin-bottom=1in -V fontfamily=times -V fontsize=12pt -V lang=pt-BR -o $DEST.pdf $ORIGIN; xdg-open $DEST.pdf pandoc \
-f markdown \
-t latex \
--pdf-engine=xelatex \
-V papersize=a4 \
-V documentclass=article \
-V margin-top=1in \
-V margin-left=1in \
-V margin-right=1in \
-V margin-bottom=1in \
-V fontfamily=times \
-V mainfont="Times New Roman" \
-V monofont="Ubuntu Mono" \
-V fontsize=12pt \
-V lang=pt-BR \
-o $DEST.pdf \
$ORIGIN
# xdg-open $DEST.pdf

0
bin/speedtest.sh Normal file → Executable file
View File

0
bin/zshrc-ubuntu-lenovo-yoga500.sh Normal file → Executable file
View File

7
install-bin.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
[ -d ${HOME}/bin ]
mkdir ${HOME}/bin
for f in $(ls bin/* --color=no) ; do ln -s $f ${HOME}/${f%.sh}; done
exit 0

View File

@@ -0,0 +1,18 @@
[Unit]
Description=Dropbox Service
After=network.target
[Service]
ExecStart=/bin/sh -c '/usr/bin/dropbox start'
ExecStop=/bin/sh -c '/usr/bin/dropbox stop'
PIDFile=/home/renato/.dropbox/dropbox.pid
User=renato
Group=renato
Type=forking
Restart=on-failure
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
[Install]
WantedBy=multi-user.target

13
systemd/dropbox@.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=Dropbox Daemon
After=network.target
[Service]
Type=simple
User=%i
ExecStart=/usr/bin/dropbox
ExecStop=/bin/kill -HUP $MAINPID
Restart=always
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Google drive sync (changed files)
[Service]
ExecStart=/usr/local/lib/grive/grive-sync.sh listen "%i"
Type=simple
Restart=always
RestartSec=30
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,6 @@
[Unit]
Description=Google drive sync
After=network-online.target
[Service]
ExecStart=/usr/local/lib/grive/grive-sync.sh sync "%i"

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Google drive sync (fixed intervals)
[Timer]
OnCalendar=*:0/5
OnBootSec=3min
OnUnitActiveSec=5min
Unit=grive-timer@%i.service
[Install]
WantedBy=timers.target

View File

@@ -0,0 +1,19 @@
[Unit]
Description=Mattermost
After=network.target
After=mysql.service
Requires=mysql.service
[Service]
Type=notify
ExecStart=/opt/mattermost/bin/mattermost
TimeoutStartSec=3600
Restart=always
RestartSec=10
WorkingDirectory=/opt/mattermost
User=mattermost
Group=mattermost
LimitNOFILE=49152
[Install]
WantedBy=mysql.service

View File

@@ -0,0 +1,15 @@
[Unit]
Description=pandoc-as-a-service - If you need to convert text from one markup format into another, pandoc-as-a-service is your swiss-army knife.
Documentation=https://github.com/mrded/pandoc-as-a-service
After=network.target
[Service]
Environment="PORT=3001" "PATH=/home/renato/.cabal/bin:/home/renato/.local/bin:/home/renato/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin/:/usr/sbin:/usr/bin:/sbin:/bin:"
Type=simple
User=renato
WorkingDirectory=/home/renato/WebApp/pandoc-as-a-service/
ExecStart=/usr/bin/node index.js $PORT
Restart=on-failure
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Phabricator Aphlict
After=syslog.target network.target mysql.service
[Service]
Type=forking
User=phabricator
Group=phabricator
ExecStart=/var/www/phabricator/phabricator/bin/aphlict start
ExecStop=/var/www/phabricator/phabricator/bin/aphlict stop
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Phabricator Daemons
After=syslog.target network.target mysql.service
[Service]
Type=forking
User=phabricator
Group=phabricator
ExecStart=/var/www/phabricator/phabricator/bin/phd start
ExecStop=/var/www/phabricator/phabricator/bin/phd stop
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Start TightVNC server at startup
After=syslog.target network.target
[Service]
Type=simple
User=renato
PAMName=login
PIDFile=/home/renato/.vnc/%H:%i.pid
ExecStartPre=-/usr/bin/vncserver -kill :%i > /dev/null 2>&1
ExecStart=/usr/bin/vncserver -depth 24 -localhost=no -geometry 800x600 :%i
ExecStop=/usr/bin/vncserver -kill :%i
[Install]
WantedBy=multi-user.target