From 47d60ced37b87260a4fad4d4c428d304025fcbb9 Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmes@ufpr.br> Date: Sat, 13 Aug 2016 21:29:51 -0300 Subject: [PATCH] Adiciona arquivo bib e cls para fazer bibliografia. --- vignettes/config/ABNT_UFPR_2011-Mendeley.csl | 235 +++++++++++++++++++ vignettes/config/_style.css | 4 - vignettes/config/bibliography.bib | 158 +++++++++++++ 3 files changed, 393 insertions(+), 4 deletions(-) create mode 100644 vignettes/config/ABNT_UFPR_2011-Mendeley.csl create mode 100644 vignettes/config/bibliography.bib diff --git a/vignettes/config/ABNT_UFPR_2011-Mendeley.csl b/vignettes/config/ABNT_UFPR_2011-Mendeley.csl new file mode 100644 index 00000000..746a0cde --- /dev/null +++ b/vignettes/config/ABNT_UFPR_2011-Mendeley.csl @@ -0,0 +1,235 @@ +<?xml version="1.0" encoding="utf-8"?> +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0"> + <info> + <title>ABNT (UFPR)</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> + <category citation-format="author-date"/> + <category field="generic-base"/> + <updated>2010-11-15T12:42:52+00:00</updated> + <summary>The Brazilian standard style</summary> + </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="uppercase"/> + <name-part name="given" text-case="uppercase"/> + </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: <" suffix=">. "/> + <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="." text-case="lowercase"> + <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 variable="issued"/> + <key macro="author"/> + </sort> + <layout prefix="(" suffix=")" delimiter="; "> + <group delimiter=", "> + <text suffix="" macro="author-short"/> + <text macro="issued-year"/> + <text 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> diff --git a/vignettes/config/_style.css b/vignettes/config/_style.css index f6bea56d..6d51c09b 100644 --- a/vignettes/config/_style.css +++ b/vignettes/config/_style.css @@ -18,10 +18,6 @@ pre code { font-size: 14px; } -code { - font-size: 16px; -} - /* R input */ pre, code { border-radius: 3px; diff --git a/vignettes/config/bibliography.bib b/vignettes/config/bibliography.bib new file mode 100644 index 00000000..0cc52bda --- /dev/null +++ b/vignettes/config/bibliography.bib @@ -0,0 +1,158 @@ +% This file was created with JabRef 2.10b2. +% Encoding: UTF-8 + +@Book{banzatto, + Title = {Experimentação Agrícola}, + Author = {Banzatto, D. A. and Kronka, S. D.}, + Publisher = {Funep}, + Year = {2013}, + Address = {Jaboticabal, SP}, + Edition = {4}, +} + +@Book{barbin, + Title = {Planejamento e Análise Estatística de Experimentos Agronômicos}, + Author = {Barbin, D.}, + Publisher = {Mecenas}, + Year = {2013}, + Address = {Londrina, PR}, + Edition = {2}, +} + +@Book{dias, + Title = {Biometria Experimental}, + Author = {Barros, W. S. and Dias, L. A. S.}, + Publisher = {Editora UFV}, + Year = {2009}, + Address = {Viçosa, MG}, +} + +@Book{charnet, + Title = {Análise de Modelos de Regressão Linear com Aplicações}, + Author = {Charnet, R. and de Luna Freire, C.A. and Charnet, E.M.R. and Bonvino, H.}, + Publisher = {Editora Unicamp}, + Year = {2008}, + Address = {Campinas, SP}, + Edition = {2}, +} + +@Book{epprecht, + Title = {Controle Estatístico de Qualidade}, + Author = {Costa, A. F. B. and Epprecht, E. K. and Carpinetti, L.}, + Publisher = {Atlas}, + Year = {2010}, + Address = {São Paulo, SP}, + Edition = {2}, +} + +@Misc{costa, + Title = {Técnicas Experimentais aplicadas às Ciências Agrárias}, + Author = {Costa, J. R.}, + HowPublished = {Seropédica, RJ: Embrapa Agrobiologia (Documentos 163)}, + Year = {2003}, + Url = {http://www.ica.ufmg.br/mestrado_doutorado/images/stories/arquivos_mestrado/experimentao%20agrcola.pdf} +} + +@Misc{demetrio, + Title = {Modelos de Regressão}, + Author = {Demétrio, C. G. B. and Zocchi, S. S.}, + HowPublished = {Piracicaba, SP. ESALQ (apostila)}, + Year = {2011}, + Url = {http://www.lce.esalq.usp.br/arquivos/aulas/2011/LCE5801/Apostila.pdf} +} + +@Misc{faria, + Title = {Notas de aulas expandidas: Metodologia e Estatística Experimental}, + Author = {Faria, J. C.}, + HowPublished = {Ilhéus, BA. UESC (apostila)}, + Year = {2009}, + Url = {http://nbcgib.uesc.br/lec/download/faria/apostilas/CET076_12ed_1pf.pdf} +} + +@Book{ferreira, + Title = {Estatística Multivariada}, + Author = {Ferreira, D. F.}, + Publisher = {Editora UFLA}, + Year = {2011}, + Address = {Lavras, MG}, + Edition = {2}, +} + +@Book{manly, + Title = {Métodos Estatísticos Multivariados: uma introdução}, + Author = {Manly, B. F.}, + Publisher = {Bookman}, + Year = {2005}, + Address = {Porto Alegre}, +} + +@Book{mingoti, + Title = {Análise de dados através de métodos de estatística multivariada: uma abordagem aplicada}, + Author = {Mingoti, S. A.}, + Publisher = {Editora UFMG}, + Year = {2005}, + Address = {Belo Horizonte, MG}, +} + +@Misc{paula, + Title = {Modelos de regressão: com apoio computacional}, + Author = {Paula, G. A.}, + HowPublished = {São Paulo, SP. IME-USP (apostila)}, + Year = {2004}, + Url = {https://www.ime.usp.br/~giapaula/texto_2013.pdf} +} + +@Book{pimentel, + Title = {Curso de Estatística Experimental}, + Author = {{Pimentel-Gomes}, F.}, + Publisher = {FEALQ}, + Year = {2009}, + Address = {Piracicaba, SP}, + Edition = {15}, + +} + +@Book{ramalho, + Title = {Experimentação em Genética e Melhoramento de Plantas}, + Author = {Ramalho, M. A. P. and Ferreira, D. F. and Oliveira, A. C.}, + Publisher = {Editora UFLA}, + Year = {2005}, + Address = {Lavras, MG}, + Edition = {2}, +} + +@Book{ramos, + Title = {Controle Estatístico da Qualidade}, + Author = {Ramos, E. M. L. S. and Almeida, S. S, and Araújo, A. R.}, + Publisher = {Bookman}, + Year = {2013}, + Address = {Porto Alegre, RS}, + Edition = {1}, +} + +@Book{storck, + Title = {Experimentação Vegetal}, + Author = {Storck, L. and Garcia, B. C. and Lopes, S. J. and Estefanel, V.}, + Publisher = {Editora UFSM}, + Year = {2011}, + Address = {Santa Maria, RS}, + Edition = {3}, +} + +@Book{vieira, + Title = {Estatística Experimental}, + Author = {Vieira, S.}, + Publisher = {Atlas}, + Year = {1999}, + Address = {São Paulo, SP}, + Edition = {2}, +} + +@Book{zimmermann, + Title = {Estatística Aplicada à Pesquisa Agrícola}, + Author = {Zimmermann, F. J.}, + Publisher = {Embrapa Arroz e Feijão}, + Year = {2004}, + Address = {Santo Antônio de Goiás, GO}, + Edition = {1}, +} -- GitLab