Citas

Overview

Enseñando: 2 min
Prácticas: 0 min
Preguntas
  • ¿Cómo puedo hacer que mi trabajo sea más fácil de citar?

Objetivos
  • Haz que tu trabajo sea más fácil de citar

Puedes incluir un archivo llamado CITATION o CITATION.txt que describa cómo referenciar tu proyecto; el siguiente es el de Software Carpentry:

To reference Software Carpentry in publications, please cite both of the following:

Greg Wilson: "Software Carpentry: Getting Scientists to Write Better
Code by Making Them More Productive".  Computing in Science &
Engineering, Nov-Dec 2006.

Greg Wilson: "Software Carpentry: Lessons Learned". arXiv:1307.5448,
July 2013.

@article{wilson-software-carpentry-2006,
    author =  {Greg Wilson},
    title =   {Software Carpentry: Getting Scientists to Write Better Code by Making Them More Productive},
    journal = {Computing in Science \& Engineering},
    month =   {November--December},
    year =    {2006},
}

@online{wilson-software-carpentry-2013,
  author      = {Greg Wilson},
  title       = {Software Carpentry: Lessons Learned},
  version     = {1},
  date        = {2013-07-20},
  eprinttype  = {arxiv},
  eprint      = {1307.5448}
}

Puntos Clave

  • Agrega un archivo CITATION a el repositorio y explica cómo quieres que tu trabajo sea citado.