aboutcode-org / aboutcode-org/scancode-toolkit

Add "How to cite" to readme

Abierto
#57 13 comentarios 0 reacciones 1 asignado Reclamado por @AyanSinhaMahapatra Ver en GitHub
documentation installation and packaging Priority: low
Lenguaje dominante
Python
Estrellas
2.6k
Forks
791
Merge medio
1 d 12 h
PR fusionados (30 d)
5

Descripción

from https://github.com/nexB/scancode-toolkit/issues/54#issuecomment-130385056
by @retrography:

We can't include that kind of disclaimer in an academic paper. An academic citation follows a very specific format. I give you an example from the `statnet` package that I use regularly for my analysis:

> Handcock M, Hunter D, Butts C, Goodreau S, Krivitsky P, Bender-deMoll S and Morris M (2015). _statnet: Software Tools for the Statistical Analysis of Network Data_. [The Statnet Project](http://www.statnet.org).

You can also provide the bibliographic entry, so that the users can format the citation according to the outlet they publish in:

```
@Misc{,
author = {Mark S. Handcock and David R. Hunter and Carter T. Butts and Steven M. Goodreau and Pavel N. Krivitsky and Skye Bender-deMoll and Martina Morris},
title = {statnet: Software Tools for the Statistical Analysis of Network Data},
organization = {The Statnet Project (\url{http://www.statnet.org})},
year = {2015},
note = {R package version 2015.6.2},
url = {CRAN.R-project.org/package=statnet},
}
```

Have a look at here: https://en.wikipedia.org/wiki/BibTeX

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.