diff --git a/data/comites.yml b/data/comites.yml index 905d75e..1d54ba8 100644 --- a/data/comites.yml +++ b/data/comites.yml @@ -48,31 +48,20 @@ rol: '' - titulo: Comité Organizador integrantes: - - nombre: Diego Armentano + + - nombre: Juan Pablo Borthagaray afiliacion: UdeLaR rol: '' - web: http://www.cmat.edu.uy/~diego - - nombre: Paola Bermolen - afiliacion: UdeLaR - rol: '' - web: https://www.fing.edu.uy/imerl/institucional/docentes/paola - - nombre: Eugenia Ellis - afiliacion: UdeLaR - rol: '' - web: https://www.fing.edu.uy/~eellis - - nombre: Marcelo Fiori - afiliacion: UdeLaR - rol: '' - web: https://www.fing.edu.uy/~mfiori - - nombre: José Rafael León - afiliacion: UdeLaR - rol: '' - web: '' - - nombre: Roberto Markarian + web: '' + - nombre: Ana Gonzalez afiliacion: UdeLaR rol: Coordinador - web: https://www.fing.edu.uy/imerl/grupos/ssd/integrantes/gente/Roberto.htm - - nombre: Gonzalo Tornaría + web: '' + - nombre: Ignacio Lopez Franco afiliacion: UdeLaR rol: '' - web: http://www.cmat.edu.uy/~tornaria \ No newline at end of file + web: '' + - nombre: Martín Reiris + afiliacion: UdeLaR + rol: '' + web: http://www.cmat.edu.uy/docentes/reiris-ithurralde-martin/ \ No newline at end of file diff --git a/data/noticias.yml b/data/noticias.yml index 65f21dd..556965d 100644 --- a/data/noticias.yml +++ b/data/noticias.yml @@ -2,7 +2,7 @@ - titulo: Postergación CLAM2020 descripcion: Por las razones sanitarias conocidas, se posterga la realización en julio del CLAM2020 imagen: img/warning.png - activa: true + activa: false link: '#aviso' - titulo: Apoyo Económico para participar en el CLAM2020 descripcion: Llamado extraoridinario del Programa de Ayuda Económica orientado específicamente a apoyar a los participantes del CLAM2020 diff --git a/public/style/style.css b/public/style/style.css index 92a8b5a..595744f 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -575,7 +575,7 @@ p.abstract{ padding-bottom:15px; } -#menu > li > a {text-decoration:line-through dotted;} +/*#menu > li > a {text-decoration:line-through dotted;}*/ #menu > li#home > a {text-decoration:none;} table#cronograma tr {padding:10px;} table#cronograma td { diff --git a/src/routes.php b/src/routes.php index 9fd4f8a..0646a7c 100644 --- a/src/routes.php +++ b/src/routes.php @@ -99,7 +99,7 @@ $app->get('/sesiones', function (Request $request, Response $response, array $ar return $this->renderer->render($response, 'sesiones.html', ["sesiones"=>array_chunk($sesiones,8,true)]); }); -$app->get('/programa', function (Request $request, Response $response, array $args) { +$app->get('/calendario', function (Request $request, Response $response, array $args) { $this->logger->info("GDDWorkshop '/program' route"); return $this->renderer->render($response, 'program.html', $args); }); diff --git a/templates/head.html b/templates/head.html index 1db80ea..9f136ae 100644 --- a/templates/head.html +++ b/templates/head.html @@ -1,11 +1,11 @@
-