Actualizar repositorio de publicaciones

Actualizar información de publicaciones

Se ha creado un repositorio para registrar las publicaciones realizadas por profesores del departamento. El repositorio tiene formato de BibTeX, normalmente usado para describir bibliografía en documentos generados por LaTeX.

El repositorio fue creado en el servidor cic.puj.edu.co y está bajo el control de versiones de subversion. (En Windows hay que instalar Putty y TortoiseSVN)

Para modificar el repositorio se requiere hacer un check-out del mismo desde el servidor, usando el siguiente comando:

svn co svn+ssh://<usuario>@cic.puj.edu.co/var/svn-repos/decc/bibtex

donde ”<usuario>” es el login usado para entrar al servidor de CIC. En caso de no contar con una cuenta en el servidor CIC, contactar a Alexander Valencia <alexvalencia@javerianacali.edu.co>.

El anterior comando crea un directorio llamado ”bibtex” en el directorio donde se ejecutó el commando en donde se incluye el archivo ”decc-publications.bib”

Una vez realizada las modificaciones al archivo ”decc-publications.bib” se debe registrar de nuevo al servidor usando el comando:

svn commit -m "Mensaje de lo que cambio en el archivo"

Para obtener la versión actualizada del archivo (modificaciones hechas por otros profesores), se puede utilizar el siguiente comando dentro del directorio ”bibtex”:

svn update

Como se mencionó anteriormente, la información de las publicaciones está almacenada usando BibTeX. Algunos editores de texto (ejemplo, Emacs) entienden el formato y proveen ayudas para la creación de las entradas en BibTeX.

En caso de no contar con estas ayudas, a continuación se encuentran las plantillas de las entradas (los campos que inician con el prefijo ”OPT” son opcionales. Si se desean usar se debe remover elprefijo):

Article in Journal

@Article{,
author =       {},
title =        {},
journal =      {},
year =         {},
OPTkey =       {},
OPTvolume =    {},
OPTnumber =    {},
OPTpages =     {},
OPTmonth =     {},
OPTnote =      {},
OPTannote =    {}
}

Article in Conference Proceedings


@InProceedings{,
author =       {},
title =        {},
OPTcrossref =  {},
OPTkey =       {},
OPTbooktitle = {},
OPTyear =      {},
OPTeditor =    {},
OPTvolume =    {},
OPTnumber =    {},
OPTseries =    {},
OPTpages =     {},
OPTmonth =     {},
OPTaddress =   {},
OPTorganization = {},
OPTpublisher = {},
OPTnote =      {},
OPTannote =    {}
}

Article in Collection


@InCollection{,
author =       {},
title =        {},
booktitle =    {},
OPTcrossref =  {},
OPTkey =       {},
OPTpublisher = {},
OPTyear =      {},
OPTeditor =    {},
OPTvolume =    {},
OPTnumber =    {},
OPTseries =    {},
OPTtype =      {},
OPTchapter =   {},
OPTpages =     {},
OPTedition =   {},
OPTmonth =     {},
OPTaddress =   {},
OPTnote =      {},
OPTannote =    {}
}

Chapter or pages in a Book


@InBook{,
ALTauthor =    {},
ALTeditor =    {},
title =        {},
chapter =      {},
publisher =    {},
year =         {},
OPTkey =       {},
OPTvolume =    {},
OPTnumber =    {},
OPTseries =    {},
OPTtype =      {},
OPTaddress =   {},
OPTedition =   {},
OPTmonth =     {},
OPTpages =     {},
OPTnote =      {},
OPTannote =    {}
}

Conference Proceedings


@Proceedings{,
title =        {},
year =         {},
OPTkey =       {},
OPTbooktitle = {},
OPTeditor =    {},
OPTvolume =    {},
OPTnumber =    {},
OPTseries =    {},
OPTaddress =   {},
OPTmonth =     {},
OPTorganization = {},
OPTpublisher = {},
OPTnote =      {},
OPTannote =    {}
}

Book


@Book{,
ALTauthor =    {},
ALTeditor =    {},
title =        {},
publisher =    {},
year =         {},
OPTkey =       {},
OPTvolume =    {},
OPTnumber =    {},
OPTseries =    {},
OPTaddress =   {},
OPTedition =   {},
OPTmonth =     {},
OPTnote =      {},
OPTannote =    {}
}

=== Booklet (bound, but not published) ===

@Booklet{,
title =        {},
OPTkey =       {},
OPTauthor =    {},
OPThowpublished = {},
OPTaddress =   {},
OPTmonth =     {},
OPTyear =      {},
OPTnote =      {},
OPTannote =    {}
}

=== PhD. Thesis ===

@PhdThesis{,
author =       {},
title =        {},
school =       {},
year =         {},
OPTkey =       {},
OPTtype =      {},
OPTaddress =   {},
OPTmonth =     {},
OPTnote =      {},
OPTannote =    {}
}

=== Master’s Thesis ===

@MastersThesis{,
author =       {},
title =        {},
school =       {},
year =         {},
OPTkey =       {},
OPTtype =      {},
OPTaddress =   {},
OPTmonth =     {},
OPTnote =      {},
OPTannote =    {}
}

=== Technical Report ===

@TechReport{,
author =       {},
title =        {},
institution =  {},
year =         {},
OPTkey =       {},
OPTtype =      {},
OPTnumber =    {},
OPTaddress =   {},
OPTmonth =     {},
OPTnote =      {},
OPTannote =    {}
}

=== Technical Manual ===

@Manual{,
title =        {},
OPTkey =       {},
OPTauthor =    {},
OPTorganization = {},
OPTaddress =   {},
OPTedition =   {},
OPTmonth =     {},
OPTyear =      {},
OPTnote =      {},
OPTannote =    {}
}

=== Unpublished ===

@Unpublished{,
author =       {},
title =        {},
note =         {},
OPTkey =       {},
OPTmonth =     {},
OPTyear =      {},
OPTannote =    {}
}

=== Miscellaneous ===

@Misc{,
OPTkey =       {},
OPTauthor =    {},
OPTtitle =     {},
OPThowpublished = {},
OPTmonth =     {},
OPTyear =      {},
OPTnote =      {},
OPTannote =    {}
}