-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# posters | ||
Repositorio de Pósters | ||
# Pósters Científicos | ||
|
||
Este repositorio fue creado para el mantenimiento de los trabajos realizados por los estudiantes de la cátedra de "Ingeniería de Software" de la Facultad Regional Córdoba de la Universidad Tecnológica Nacional de Argentina. | ||
|
||
Cada trabajo a subir debe respetar la siguiente regla de nombrado: | ||
|
||
``` | ||
<aaaa>_4K<n>_Grupo<nn>_<Tema_abordado>.pdf | ||
``` | ||
|
||
Done cada etiqueta entre signos < y > debe ser reemplazada por: | ||
|
||
| Etiqueta | Valor | | ||
| ------ | ------ | | ||
| aaaa | Año en formato de 4 dígitos, como 2018 | | ||
| n | Número del curso con 1 dígito, como 1, 2, 3 o 4 | | ||
| nn | Número del Grupo con 2 dígitos, como 02 | | ||
| Tema_abordado | Nombre del tema reemplazando espacios con "\_", como "No_Silver_Bullet" | |