Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions index.pt.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@

<a href="https://doi.org/10.5281/zenodo.2553043"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.2553043.svg?branch=master" alt="DOI"></a>

<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/us/"><img alt="Licença Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/us/88x31.png" /></a><br /> Este trabalho está licenciado com uma licença [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License](https://creativecommons.org/licenses/by-nc-sa/3.0/us/). Utilize o [Zenodo DOI](https://doi.org/10.5281/zenodo.2553043) para citar esta obra.

```{r}
#| echo: false
#| results: 'asis'
#| warning: false
source(file.path("scripts", "zenodo.R"), local = knitr::knit_global())
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/us/"><img alt="Licença Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/us/88x31.png" /></a><br /> Este trabalho está licenciado com uma licença [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License](https://creativecommons.org/licenses/by-nc-sa/3.0/us/).Consulte [o DOI do Zenodo](https://doi.org/10.5281/zenodo.2553043) da versão original e [o DOI da tradução](https://zenodo.org/doi/10.5281/zenodo.10797248) para saber como citá-las.
Exemplo:
```
Equipe editorial da rOpenSci (2024). Pacotes rOpenSci: Desenvolvimento, manutenção e revisão por pares [rOpenSci Packages: Development, Maintenance, and Peer Review] (Tradução para o português: Pedro Faria, Francesca Palmeira, Beatriz Milz, Samuel Carleial Fernandes, Rafael Fontenelle, Ariana Moura Cabral, Ildeberto Vasconcelos, Daniel Vartanian, Marcelo Perlin, João Granja-Correia, António Pedro) Zenodo. https://zenodo.org/doi/10.5281/zenodo.10797248 (Trabalho original publicado em 2024)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The DOI points to the Spanish Version, is that correct?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#966

Thanks!!

```

Você também pode ler a [versão em PDF](/ropensci-dev-guide.pdf) deste livro.
Loading