usa yml en vez de json para los datos.
This commit is contained in:
parent
0c288ce328
commit
8b92888481
@ -19,7 +19,8 @@
|
|||||||
"google/recaptcha": "^1.1",
|
"google/recaptcha": "^1.1",
|
||||||
"kanellov/slim-twig-flash": "^0.2.0",
|
"kanellov/slim-twig-flash": "^0.2.0",
|
||||||
"phpmailer/phpmailer": "~6.0",
|
"phpmailer/phpmailer": "~6.0",
|
||||||
"tuupola/slim-basic-auth": "^3.2"
|
"tuupola/slim-basic-auth": "^3.2",
|
||||||
|
"symfony/yaml": "^5.0"
|
||||||
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
@ -1,130 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"titulo":"Comité Científico",
|
|
||||||
"integrantes":[
|
|
||||||
{
|
|
||||||
"nombre":"Andrés Navas",
|
|
||||||
"afiliacion":"USACH, Chile, UNAM México",
|
|
||||||
"rol":"Presidente"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "María Julia Redondo",
|
|
||||||
"afiliacion": "Universidad Nacional del Sur, Argentina",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Liliana Forzani",
|
|
||||||
"afiliacion": "UNL, Argentina",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Carolina Araujo",
|
|
||||||
"afiliacion": "IMPA, Brasil",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Felipe Linares",
|
|
||||||
"afiliacion": "IMPA, Brasil",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Nicolas Libedinsky",
|
|
||||||
"afiliacion": "Universidad de Chile",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Alexander Berenstein",
|
|
||||||
"afiliacion": "Universidad de los Andes, Colombia",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Angélica Osorno",
|
|
||||||
"afiliacion": "Reed College, USA",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Maria Emilia Caballero",
|
|
||||||
"afiliacion": "UNAM, México",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Alejandro Femat",
|
|
||||||
"afiliacion": "IPICYT, México",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Ricardo Fraiman",
|
|
||||||
"afiliacion": "UdeLaR, Uruguay",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Enrique Pujals",
|
|
||||||
"afiliacion": "CUNY, USA",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Olga Gil Medrano",
|
|
||||||
"afiliacion": "UV, España",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Eva Miranda",
|
|
||||||
"afiliacion": "UPC, España",
|
|
||||||
"rol": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Wilfredo Urbina Romero",
|
|
||||||
"afiliacion": "Roosvelt U., USA",
|
|
||||||
"rol": ""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Comité Organizador",
|
|
||||||
"integrantes":[
|
|
||||||
{
|
|
||||||
"nombre": "Diego Armentano",
|
|
||||||
"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",
|
|
||||||
"afiliacion": "UdeLaR",
|
|
||||||
"rol": "Coordinador",
|
|
||||||
"web": "https://www.fing.edu.uy/imerl/grupos/ssd/integrantes/gente/Roberto.htm"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nombre": "Gonzalo Tornaría",
|
|
||||||
"afiliacion": "UdeLaR",
|
|
||||||
"rol": "",
|
|
||||||
"web": "http://www.cmat.edu.uy/~tornaria"
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
78
data/comites.yml
Normal file
78
data/comites.yml
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
---
|
||||||
|
- titulo: Comité Científico
|
||||||
|
integrantes:
|
||||||
|
- nombre: Andrés Navas
|
||||||
|
afiliacion: USACH, Chile, UNAM México
|
||||||
|
rol: Presidente
|
||||||
|
- nombre: María Julia Redondo
|
||||||
|
afiliacion: Universidad Nacional del Sur, Argentina
|
||||||
|
rol: ''
|
||||||
|
- nombre: Liliana Forzani
|
||||||
|
afiliacion: UNL, Argentina
|
||||||
|
rol: ''
|
||||||
|
- nombre: Carolina Araujo
|
||||||
|
afiliacion: IMPA, Brasil
|
||||||
|
rol: ''
|
||||||
|
- nombre: Felipe Linares
|
||||||
|
afiliacion: IMPA, Brasil
|
||||||
|
rol: ''
|
||||||
|
- nombre: Nicolas Libedinsky
|
||||||
|
afiliacion: Universidad de Chile
|
||||||
|
rol: ''
|
||||||
|
- nombre: Alexander Berenstein
|
||||||
|
afiliacion: Universidad de los Andes, Colombia
|
||||||
|
rol: ''
|
||||||
|
- nombre: Angélica Osorno
|
||||||
|
afiliacion: Reed College, USA
|
||||||
|
rol: ''
|
||||||
|
- nombre: Maria Emilia Caballero
|
||||||
|
afiliacion: UNAM, México
|
||||||
|
rol: ''
|
||||||
|
- nombre: Alejandro Femat
|
||||||
|
afiliacion: IPICYT, México
|
||||||
|
rol: ''
|
||||||
|
- nombre: Ricardo Fraiman
|
||||||
|
afiliacion: UdeLaR, Uruguay
|
||||||
|
rol: ''
|
||||||
|
- nombre: Enrique Pujals
|
||||||
|
afiliacion: CUNY, USA
|
||||||
|
rol: ''
|
||||||
|
- nombre: Olga Gil Medrano
|
||||||
|
afiliacion: UV, España
|
||||||
|
rol: ''
|
||||||
|
- nombre: Eva Miranda
|
||||||
|
afiliacion: UPC, España
|
||||||
|
rol: ''
|
||||||
|
- nombre: Wilfredo Urbina Romero
|
||||||
|
afiliacion: Roosvelt U., USA
|
||||||
|
rol: ''
|
||||||
|
- titulo: Comité Organizador
|
||||||
|
integrantes:
|
||||||
|
- nombre: Diego Armentano
|
||||||
|
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
|
||||||
|
afiliacion: UdeLaR
|
||||||
|
rol: Coordinador
|
||||||
|
web: https://www.fing.edu.uy/imerl/grupos/ssd/integrantes/gente/Roberto.htm
|
||||||
|
- nombre: Gonzalo Tornaría
|
||||||
|
afiliacion: UdeLaR
|
||||||
|
rol: ''
|
||||||
|
web: http://www.cmat.edu.uy/~tornaria
|
@ -1,119 +0,0 @@
|
|||||||
[
|
|
||||||
{ "categoria":"Plenarias",
|
|
||||||
"charlas":
|
|
||||||
[
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Jairo Bochi","afiliacion":"Universidad Católica de Chile","web":"http://www.mat.uc.cl/~jairo.bochi/"}
|
|
||||||
},
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Mónica Clapp","afiliacion":"UNAM", "web":"https://www.matem.unam.mx/fsd/mclapp"}
|
|
||||||
},
|
|
||||||
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Alicia Dickenstein", "afiliacion":"Universidad de Buenos Aires", "web":"http://mate.dm.uba.ar/~alidick/"}
|
|
||||||
},
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Milton Jara", "afiliacion":"Instituto de Matemática Pura e Aplicada", "web":"https://impa.br/page-pessoas/milton-jara/" }
|
|
||||||
},
|
|
||||||
{ "titulo":"A Robuster Scott Rank",
|
|
||||||
"abstract":"Abstract: The Scott rank was introduced in the 60's as a measure of complexity for algebraic structures. There are various other ways to measure the complexity of structures that give ordinals that are close to each other, but are not necessarily equal. We will introduce a new definition of Scott rank where all these different ways of measuring complexity always match, obtaining what the author believes it the correct definition of Scott Rank. We won't assume any background in logic, and the talk will consist mostly of an introduction to these topics.",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Antonio Montalbán", "afiliacion":"University of California, Berkeley","web":"https://math.berkeley.edu/~antonio/"}
|
|
||||||
},
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Tatiana Toro","afiliacion":"University of Washington","web":"https://sites.math.washington.edu/~toro/"}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{ "categoria":"Semiplenarias",
|
|
||||||
"charlas":
|
|
||||||
[
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Eduardo Friedman","afiliacion":"Universidad de Chile","web":"http://www.uchile.cl/portafolio-academico/impresion.jsf?username=friedman"}
|
|
||||||
},
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Mauricio Velasco","afiliacion":"Universidad de los Andes", "web":"http://wwwprof.uniandes.edu.co/~mvelasco/Velasco.html"}
|
|
||||||
},
|
|
||||||
{ "titulo":"Weyl groupoids",
|
|
||||||
"abstract":"The structure of the finite-dimensional semisimple complex Lie algebras and groups is governed by the rich combinatorial notion of root systems. Root systems had then a large number of applications in very dissimilar areas like finite groups and singularities that through them show unexpected connections. Some decades ago root systems appeared again in the study of a large class of Hopf algebras named quantum groups. In the search of understanding the role of these Hopf algebras in the general picture, it was proposed to study some objects called Nichols algebras of diagonal type. The classification of those with finite dimension was obtained by Heckenberger with a generalization of the notion of root system as the primary tool. This notion, axiomatized later by Heckenberger, Yamane and Cuntz, turned to be ubiquitous, appearing naturally in the contexts of Lie superalgebras and modular Lie algebras. The richness and beauty of these generalized root systems with their corresponding Weyl groupoids is just starting to be unveiled. The purpose of the talk is to introduce generalized root systems and Weyl groupoids explaining the relations with Lie algebras and superalgebras, and quantum groups.",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Nicolás Andruskiewitsch","afiliacion":"Universidad Nacional de Córdoba","web":"https://www.famaf.unc.edu.ar/~andrus/"}
|
|
||||||
},
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Andrea Rotnizky","afiliacion":"School of Public Health Harvard T.H. CHAN","web":"https://www.hsph.harvard.edu/andrea-rotnitzky/"}
|
|
||||||
},
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Helena Nussensveig","afiliacion":"Universidad Federal de Rio de Janeiro","web":"http://www.im.ufrj.br/hlopes/"}
|
|
||||||
},
|
|
||||||
{ "titulo":"Breathers solutions and the generalized Korteweg-de Vries equation",
|
|
||||||
"abstract":"This talk is centered in the generalized Korteweg-de Vries (KdV) equation (1) \\(∂_tu + ∂_x^3u + ∂_xf(u)=0, x, t ∈ R\\). The case \\(f(u) = u^2\\) corresponds to the famous KdV eq., and \\(f(u) = u^3\\) to the modified KdV eq. We shall review some results concerning the initial value problem associated to the equation (1). These include local and global well-posedness, existence and stability of traveling waves, and the existence and non-existence of “breathers” solutions. The aim is to understand how the non-linearity \\(f(u)\\) induces these results.",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Gustavo Ponce","afiliacion":"University of California", "web":"http://web.math.ucsb.edu/~ponce/"}
|
|
||||||
},
|
|
||||||
{ "titulo":"Transfer operators and atomic decomposition",
|
|
||||||
"abstract":"Since the groundbreaking contributions of Ruelle, the study of transfer operators has been one of the main tools to understand the ergodic theory of expanding maps, that is, discrete dynamical systems that locally expand distances. Questions on the existence of interesting invariant measures, as well the statistical properties of such dynamics system, as exponential decay of correlations and Central Limit Theorem, can be answered studying the spectral properties of the action of these operators on suitable spaces of functions. Using the method of atomic decomposition, we consider new Banach spaces of functions (that in some cases coincides with Besov spaces) that have a remarkably simple definition and allows us to obtain very general results on the quasi-compactness of the transfer operator acting in these spaces, even when the underlying phase space and expanding map are very irregular. Joint work with Alexander Arbieto (UFRJ-Brazil).",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Daniel Smania","afiliacion":"Universidade de São Paulo", "web":"http://conteudo.icmc.usp.br/pessoas/smania/"}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{ "categoria":"Cursos",
|
|
||||||
"charlas":
|
|
||||||
[
|
|
||||||
{ "titulo":"Algorithmic graph theory",
|
|
||||||
"abstract":"Intersection graphs: interval graphs, chordal graphs, circular-arc graphs, circle graphs, permutation graphs.\n Characterizations and algorithms for combinatorial optimization problems on these classes. Graph decompositions: modular decomposition, cliquewidth, treewidth, pathwidth, thinness, clique-cutsets, claw-free graphs decompositions. \nAlgorithms based on decompositions. Graph classes defined by forbidden induced subgraphs: structural properties and algorithmical applications. \n Bibliography: \n Brandstadt A., Bang Le V. and Spinrad J., Graph classes: A survey, SIAM, 1999. \n Golumbic M.C., Algorithmic graph theory and perfect graphs, Annals of Discrete Mathematics, Vol 57, 2004. \n McKee T. and McMorris F., Topics in intersection graph theory, SIAM, 1999. \n Recent and classical papers.",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Flavia Bonomo","afiliacion":"Universidad de Buenos Aires","web":"https://staff.dc.uba.ar/fbonomo/"}
|
|
||||||
},
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Sebastian Hurtado","afiliacion":"University of Chicago","web":"https://math.uchicago.edu/~shurtados/" }
|
|
||||||
},
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Isabel Hubard","afiliacion":"UNAM","web":"https://www.matem.unam.mx/fsd/hubard"}
|
|
||||||
},
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Yaiza Canzani","afiliacion":"University of North Carolina","web":"http://canzani.web.unc.edu/"}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{ "categoria":"Públicas",
|
|
||||||
"charlas":
|
|
||||||
[
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Eduardo Saez de Cabezón","afiliacion":"Universidad de la Rioja","web":"https://belenus.unirioja.es/~esaenz-d/"}
|
|
||||||
},
|
|
||||||
{ "titulo":"",
|
|
||||||
"abstract":"",
|
|
||||||
"pdf":"",
|
|
||||||
"speaker":{"nombre":"Ingrid Daubechis","afiliacion":"DUKE University","web":"https://ece.duke.edu/faculty/ingrid-daubechies" }
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
194
data/conferencias.yml
Normal file
194
data/conferencias.yml
Normal file
@ -0,0 +1,194 @@
|
|||||||
|
---
|
||||||
|
- categoria: Plenarias
|
||||||
|
charlas:
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Jairo Bochi
|
||||||
|
afiliacion: Universidad Católica de Chile
|
||||||
|
web: http://www.mat.uc.cl/~jairo.bochi/
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Mónica Clapp
|
||||||
|
afiliacion: UNAM
|
||||||
|
web: https://www.matem.unam.mx/fsd/mclapp
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Alicia Dickenstein
|
||||||
|
afiliacion: Universidad de Buenos Aires
|
||||||
|
web: http://mate.dm.uba.ar/~alidick/
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Milton Jara
|
||||||
|
afiliacion: Instituto de Matemática Pura e Aplicada
|
||||||
|
web: https://impa.br/page-pessoas/milton-jara/
|
||||||
|
- titulo: A Robuster Scott Rank
|
||||||
|
abstract: |
|
||||||
|
Abstract: The Scott rank was introduced in the 60''s as a measure of
|
||||||
|
complexity for algebraic structures. There are various other ways to measure
|
||||||
|
the complexity of structures that give ordinals that are close to each other,
|
||||||
|
but are not necessarily equal. We will introduce a new definition of Scott rank
|
||||||
|
where all these different ways of measuring complexity always match, obtaining
|
||||||
|
what the author believes it the correct definition of Scott Rank. We won''t
|
||||||
|
assume any background in logic, and the talk will consist mostly of an introduction
|
||||||
|
to these topics.
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Antonio Montalbán
|
||||||
|
afiliacion: University of California, Berkeley
|
||||||
|
web: https://math.berkeley.edu/~antonio/
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Tatiana Toro
|
||||||
|
afiliacion: University of Washington
|
||||||
|
web: https://sites.math.washington.edu/~toro/
|
||||||
|
- categoria: Semiplenarias
|
||||||
|
charlas:
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Eduardo Friedman
|
||||||
|
afiliacion: Universidad de Chile
|
||||||
|
web: http://www.uchile.cl/portafolio-academico/impresion.jsf?username=friedman
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Mauricio Velasco
|
||||||
|
afiliacion: Universidad de los Andes
|
||||||
|
web: http://wwwprof.uniandes.edu.co/~mvelasco/Velasco.html
|
||||||
|
- titulo: Weyl groupoids
|
||||||
|
abstract: |
|
||||||
|
The structure of the finite-dimensional semisimple complex Lie algebras
|
||||||
|
and groups is governed by the rich combinatorial notion of root systems. Root
|
||||||
|
systems had then a large number of applications in very dissimilar areas like
|
||||||
|
finite groups and singularities that through them show unexpected connections.
|
||||||
|
Some decades ago root systems appeared again in the study of a large class of
|
||||||
|
Hopf algebras named quantum groups. In the search of understanding the role
|
||||||
|
of these Hopf algebras in the general picture, it was proposed to study some
|
||||||
|
objects called Nichols algebras of diagonal type. The classification of those
|
||||||
|
with finite dimension was obtained by Heckenberger with a generalization of
|
||||||
|
the notion of root system as the primary tool. This notion, axiomatized later
|
||||||
|
by Heckenberger, Yamane and Cuntz, turned to be ubiquitous, appearing naturally
|
||||||
|
in the contexts of Lie superalgebras and modular Lie algebras. The richness
|
||||||
|
and beauty of these generalized root systems with their corresponding Weyl groupoids
|
||||||
|
is just starting to be unveiled. The purpose of the talk is to introduce generalized
|
||||||
|
root systems and Weyl groupoids explaining the relations with Lie algebras and
|
||||||
|
superalgebras, and quantum groups.
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Nicolás Andruskiewitsch
|
||||||
|
afiliacion: Universidad Nacional de Córdoba
|
||||||
|
web: https://www.famaf.unc.edu.ar/~andrus/
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Andrea Rotnizky
|
||||||
|
afiliacion: School of Public Health Harvard T.H. CHAN
|
||||||
|
web: https://www.hsph.harvard.edu/andrea-rotnitzky/
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Helena Nussensveig
|
||||||
|
afiliacion: Universidad Federal de Rio de Janeiro
|
||||||
|
web: http://www.im.ufrj.br/hlopes/
|
||||||
|
- titulo: Breathers solutions and the generalized Korteweg-de Vries equation
|
||||||
|
abstract: |
|
||||||
|
This talk is centered in the generalized Korteweg-de Vries (KdV) equation
|
||||||
|
(1) \(∂_tu + ∂_x^3u + ∂_xf(u)=0, x, t ∈ R\). The case \(f(u) = u^2\) corresponds
|
||||||
|
to the famous KdV eq., and \(f(u) = u^3\) to the modified KdV eq. We shall review
|
||||||
|
some results concerning the initial value problem associated to the equation
|
||||||
|
(1). These include local and global well-posedness, existence and stability
|
||||||
|
of traveling waves, and the existence and non-existence of “breathers” solutions.
|
||||||
|
The aim is to understand how the non-linearity \(f(u)\) induces these results.
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Gustavo Ponce
|
||||||
|
afiliacion: University of California
|
||||||
|
web: http://web.math.ucsb.edu/~ponce/
|
||||||
|
- titulo: Transfer operators and atomic decomposition
|
||||||
|
abstract: Since the groundbreaking contributions of Ruelle, the study of transfer
|
||||||
|
operators has been one of the main tools to understand the ergodic theory of
|
||||||
|
expanding maps, that is, discrete dynamical systems that locally expand distances. Questions
|
||||||
|
on the existence of interesting invariant measures, as well the statistical
|
||||||
|
properties of such dynamics system, as exponential decay of correlations and
|
||||||
|
Central Limit Theorem, can be answered studying the spectral properties of the
|
||||||
|
action of these operators on suitable spaces of functions. Using the method
|
||||||
|
of atomic decomposition, we consider new Banach spaces of functions (that in
|
||||||
|
some cases coincides with Besov spaces) that have a remarkably simple definition
|
||||||
|
and allows us to obtain very general results on the quasi-compactness of the
|
||||||
|
transfer operator acting in these spaces, even when the underlying phase space
|
||||||
|
and expanding map are very irregular. Joint work with Alexander Arbieto (UFRJ-Brazil).
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Daniel Smania
|
||||||
|
afiliacion: Universidade de São Paulo
|
||||||
|
web: http://conteudo.icmc.usp.br/pessoas/smania/
|
||||||
|
- categoria: Cursos
|
||||||
|
charlas:
|
||||||
|
- titulo: Algorithmic graph theory
|
||||||
|
abstract: |
|
||||||
|
Intersection graphs: interval graphs, chordal graphs, circular-arc graphs, circle graphs, permutation graphs.
|
||||||
|
Characterizations and algorithms for combinatorial optimization problems on these classes.
|
||||||
|
Graph decompositions: modular decomposition, cliquewidth, treewidth, pathwidth, thinness, clique-cutsets, claw-free graphs decompositions.
|
||||||
|
Algorithms based on decompositions.
|
||||||
|
Graph classes defined by forbidden induced subgraphs: structural properties and algorithmical applications.
|
||||||
|
Bibliography:
|
||||||
|
- Brandstadt A., Bang Le V. and Spinrad J., Graph classes: A survey, SIAM, 1999.
|
||||||
|
- Golumbic M.C., Algorithmic graph theory and perfect graphs, Annals of Discrete Mathematics, Vol 57, 2004.
|
||||||
|
- McKee T. and McMorris F., Topics in intersection graph theory, SIAM, 1999.
|
||||||
|
Recent and classical papers.
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Flavia Bonomo
|
||||||
|
afiliacion: Universidad de Buenos Aires
|
||||||
|
web: https://staff.dc.uba.ar/fbonomo/
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Sebastian Hurtado
|
||||||
|
afiliacion: University of Chicago
|
||||||
|
web: https://math.uchicago.edu/~shurtados/
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Isabel Hubard
|
||||||
|
afiliacion: UNAM
|
||||||
|
web: https://www.matem.unam.mx/fsd/hubard
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Yaiza Canzani
|
||||||
|
afiliacion: University of North Carolina
|
||||||
|
web: http://canzani.web.unc.edu/
|
||||||
|
- categoria: Públicas
|
||||||
|
charlas:
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Eduardo Saez de Cabezón
|
||||||
|
afiliacion: Universidad de la Rioja
|
||||||
|
web: https://belenus.unirioja.es/~esaenz-d/
|
||||||
|
- titulo: ''
|
||||||
|
abstract: ''
|
||||||
|
pdf: ''
|
||||||
|
speaker:
|
||||||
|
nombre: Ingrid Daubechis
|
||||||
|
afiliacion: DUKE University
|
||||||
|
web: https://ece.duke.edu/faculty/ingrid-daubechies
|
@ -1,164 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"titulo":"Set Theory and its Interactions",
|
|
||||||
"speakers":["Carlos Di Prisco", "Christina Brech"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Combinatoria algebraica de funciones simétricas, cuasisimétricas y sus generalizaciones",
|
|
||||||
"speakers":["Rafael S. González D'León", "Yannic Vargas Lozada"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Lógica y Computación",
|
|
||||||
"speakers":["Alexandre Miquel", "Martin Hyland"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Algebraic and categorical structures in geometry and topology",
|
|
||||||
"speakers":["Manuel Rivera", "Camilo Arias Abad"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Problemas inversos: desde la teoría a las aplicaciones",
|
|
||||||
"speakers":["Adriano Dr Cezaro", "Alberto Mercado", "Juan Pablo Agnelli"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Estadística Matemática",
|
|
||||||
"speakers":["Florencia Leonardi", "Pamela Llop", "Daniela Rodriguez"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Teorı́a de bordismo y acciones de grupos finitos",
|
|
||||||
"speakers":["Andrés Ángel", "Ana González de los Santos", "Rita Jiménez Rolland", "Carlos Segovia"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Ecuaciones de evolución no-lineales y su Dinámica",
|
|
||||||
"speakers":["Jaime Angulo Pava", "Diego Chamorro", "Claudio Muñoz"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Combinatoria",
|
|
||||||
"speakers":["Celina Miraglia Herrera de Figueiredo", "Flavia Bonomo", "Lucia Moura"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Análisis Numérico",
|
|
||||||
"speakers":["Gabriel Acosta", "Pedro Morin", "Rodolfo Rodríguez"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Análisis Funcional y Geometría",
|
|
||||||
"speakers":["Esteban Andruchow", "Pedro Massey", "Lázaro Recht"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Geometría, Mecánica, Control y sus interconexiones",
|
|
||||||
"speakers":["Viviana Alejandra Díaz","Edith Padrón Fernandez"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Cuerpos finitos y aplicaciones",
|
|
||||||
"speakers":["Daniel Panario","Luciane Quoos"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Teoría de códigos y temas afines",
|
|
||||||
"speakers":["Ricardo Podestá", "Claudio Qureshi"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Análisis no lineal en espacios de Banach",
|
|
||||||
"speakers":["Gerardo Botelho","Daniel Carando","Maite Fenández Unzueta"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Ecuaciones diferenciales y estructuras geométricas",
|
|
||||||
"speakers":["John Alexander Arredondo García","Ronaldo Alves García","Mikhail Malakhaltsev","Jesús Muciño Raymundo"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Análisis Armónico y Teoría geométrica de la medida",
|
|
||||||
"speakers":["Carlos Cabrelli","Jean Carlos Moraes"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Quantum symmetries",
|
|
||||||
"speakers":["César Galindo", "Julia Plavnik", "Leandro Vendramin"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Sistemas Dinámicos y Teoría Ergódica",
|
|
||||||
"speakers":["Jairo Bochi", "Katrin Gelfert", "Rafael Potrie"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Funciones especiales, polinomios ortogonales y teoría de aproximación",
|
|
||||||
"speakers":["Manuel Domínguez de la Iglesia", "Pablo Manuel Román"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Teoría algebraica de formas cuadráticas sobre anillos",
|
|
||||||
"speakers":["Hugo L. Mariano", "Alejandro Petrovich"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Lógica matemática",
|
|
||||||
"speakers":["Manuela Busaniche", "Marcelo Esteban Coniglio"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Operator Algebras",
|
|
||||||
"speakers":["Fernando Abadie", "Alcides Buss", "Damián Ferraro"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Teoría de Números",
|
|
||||||
"speakers":["María de los Ángeles Chara", "Guillermo Mantilla", "Amalia Pizarro"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Dinámica de grupos",
|
|
||||||
"speakers":["Juan Alonso", "Nancy Guelman", "Sebastián Hurtado","Cristóbal Rivas"]
|
|
||||||
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Estructuras Geométricas",
|
|
||||||
"speakers":["Martin Bridgeman", "Richard Canary", "Matilde Martínez","Andrés Sambarino"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Educación matemática en la enseñanza superior",
|
|
||||||
"speakers":["Omar Gil", "Mario Ponce"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Functional Differential Equations and its Applications",
|
|
||||||
"speakers":["Pablo Amster", "Gonzalo Robledo"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Educación matemática",
|
|
||||||
"speakers":["Elizabeth Montoya Delgadillo", "Miguel Ribeiro"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Problemas Variacionales y Ecuaciones Diferenciales Parciales",
|
|
||||||
"speakers":["Judith Campos Cordero", "Duvan Henao Manrique", "Dora Cecilia Salazar Lozano"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Stochastic processes and applications",
|
|
||||||
"speakers":["Joaquín Fontbona", "Juan Carlos Pardo", "Daniel Remenik", "Víctor Rivero"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Large Stochastic systems",
|
|
||||||
"speakers":["Claudio Landim", "Pablo Ferrari"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Geometría Algebraica computacional",
|
|
||||||
"speakers":["Gregorio Malajovich", "Diego Armentano"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Análisis Wavelete y aplicaciones",
|
|
||||||
"speakers":["Victoria Vampa","Liliam Alvarez Díaz","María Teresa Martín"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Geometría Algebraica",
|
|
||||||
"speakers":["Álvaro Rittatore","Pedro Luis del Ángel R."]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"K-teoría",
|
|
||||||
"speakers":["Noé Bárcenas","Eugenia Ellis", "Emanuel Rodríguez Cirone"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Stochastic analysis and stochastic processes",
|
|
||||||
"speakers":["Paavo Salminen","Antoine Lejay", "Ernesto Mordecki"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Control and Stabilization for Partial Differential Equations",
|
|
||||||
"speakers":["Fágner D. Araruna","Eduardo Cerpa", "Luz de Teresa"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Geometría Diferencial",
|
|
||||||
"speakers":["Romina Arroyo","Vivial del Barco", "Silvio Reggiani"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"titulo":"Comunicación de las matemáticas en América Latina",
|
|
||||||
"speakers":["Javier Elizondo","Eduardo Sáenz de Cabezón"]
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
188
data/sesiones.yml
Normal file
188
data/sesiones.yml
Normal file
@ -0,0 +1,188 @@
|
|||||||
|
---
|
||||||
|
- titulo: Set Theory and its Interactions
|
||||||
|
speakers:
|
||||||
|
- Carlos Di Prisco
|
||||||
|
- Christina Brech
|
||||||
|
- titulo: Combinatoria algebraica de funciones simétricas, cuasisimétricas y sus generalizaciones
|
||||||
|
speakers:
|
||||||
|
- Rafael S. González D'León
|
||||||
|
- Yannic Vargas Lozada
|
||||||
|
- titulo: Lógica y Computación
|
||||||
|
speakers:
|
||||||
|
- Alexandre Miquel
|
||||||
|
- Martin Hyland
|
||||||
|
- titulo: Algebraic and categorical structures in geometry and topology
|
||||||
|
speakers:
|
||||||
|
- Manuel Rivera
|
||||||
|
- Camilo Arias Abad
|
||||||
|
- titulo: 'Problemas inversos: desde la teoría a las aplicaciones'
|
||||||
|
speakers:
|
||||||
|
- Adriano Dr Cezaro
|
||||||
|
- Alberto Mercado
|
||||||
|
- Juan Pablo Agnelli
|
||||||
|
- titulo: Estadística Matemática
|
||||||
|
speakers:
|
||||||
|
- Florencia Leonardi
|
||||||
|
- Pamela Llop
|
||||||
|
- Daniela Rodriguez
|
||||||
|
- titulo: Teorı́a de bordismo y acciones de grupos finitos
|
||||||
|
speakers:
|
||||||
|
- Andrés Ángel
|
||||||
|
- Ana González de los Santos
|
||||||
|
- Rita Jiménez Rolland
|
||||||
|
- Carlos Segovia
|
||||||
|
- titulo: Ecuaciones de evolución no-lineales y su Dinámica
|
||||||
|
speakers:
|
||||||
|
- Jaime Angulo Pava
|
||||||
|
- Diego Chamorro
|
||||||
|
- Claudio Muñoz
|
||||||
|
- titulo: Combinatoria
|
||||||
|
speakers:
|
||||||
|
- Celina Miraglia Herrera de Figueiredo
|
||||||
|
- Flavia Bonomo
|
||||||
|
- Lucia Moura
|
||||||
|
- titulo: Análisis Numérico
|
||||||
|
speakers:
|
||||||
|
- Gabriel Acosta
|
||||||
|
- Pedro Morin
|
||||||
|
- Rodolfo Rodríguez
|
||||||
|
- titulo: Análisis Funcional y Geometría
|
||||||
|
speakers:
|
||||||
|
- Esteban Andruchow
|
||||||
|
- Pedro Massey
|
||||||
|
- Lázaro Recht
|
||||||
|
- titulo: Geometría, Mecánica, Control y sus interconexiones
|
||||||
|
speakers:
|
||||||
|
- Viviana Alejandra Díaz
|
||||||
|
- Edith Padrón Fernandez
|
||||||
|
- titulo: Cuerpos finitos y aplicaciones
|
||||||
|
speakers:
|
||||||
|
- Daniel Panario
|
||||||
|
- Luciane Quoos
|
||||||
|
- titulo: Teoría de códigos y temas afines
|
||||||
|
speakers:
|
||||||
|
- Ricardo Podestá
|
||||||
|
- Claudio Qureshi
|
||||||
|
- titulo: Análisis no lineal en espacios de Banach
|
||||||
|
speakers:
|
||||||
|
- Gerardo Botelho
|
||||||
|
- Daniel Carando
|
||||||
|
- Maite Fenández Unzueta
|
||||||
|
- titulo: Ecuaciones diferenciales y estructuras geométricas
|
||||||
|
speakers:
|
||||||
|
- John Alexander Arredondo García
|
||||||
|
- Ronaldo Alves García
|
||||||
|
- Mikhail Malakhaltsev
|
||||||
|
- Jesús Muciño Raymundo
|
||||||
|
- titulo: Análisis Armónico y Teoría geométrica de la medida
|
||||||
|
speakers:
|
||||||
|
- Carlos Cabrelli
|
||||||
|
- Jean Carlos Moraes
|
||||||
|
- titulo: Quantum symmetries
|
||||||
|
speakers:
|
||||||
|
- César Galindo
|
||||||
|
- Julia Plavnik
|
||||||
|
- Leandro Vendramin
|
||||||
|
- titulo: Sistemas Dinámicos y Teoría Ergódica
|
||||||
|
speakers:
|
||||||
|
- Jairo Bochi
|
||||||
|
- Katrin Gelfert
|
||||||
|
- Rafael Potrie
|
||||||
|
- titulo: Funciones especiales, polinomios ortogonales y teoría de aproximación
|
||||||
|
speakers:
|
||||||
|
- Manuel Domínguez de la Iglesia
|
||||||
|
- Pablo Manuel Román
|
||||||
|
- titulo: Teoría algebraica de formas cuadráticas sobre anillos
|
||||||
|
speakers:
|
||||||
|
- Hugo L. Mariano
|
||||||
|
- Alejandro Petrovich
|
||||||
|
- titulo: Lógica matemática
|
||||||
|
speakers:
|
||||||
|
- Manuela Busaniche
|
||||||
|
- Marcelo Esteban Coniglio
|
||||||
|
- titulo: Operator Algebras
|
||||||
|
speakers:
|
||||||
|
- Fernando Abadie
|
||||||
|
- Alcides Buss
|
||||||
|
- Damián Ferraro
|
||||||
|
- titulo: Teoría de Números
|
||||||
|
speakers:
|
||||||
|
- María de los Ángeles Chara
|
||||||
|
- Guillermo Mantilla
|
||||||
|
- Amalia Pizarro
|
||||||
|
- titulo: Dinámica de grupos
|
||||||
|
speakers:
|
||||||
|
- Juan Alonso
|
||||||
|
- Nancy Guelman
|
||||||
|
- Sebastián Hurtado
|
||||||
|
- Cristóbal Rivas
|
||||||
|
- titulo: Estructuras Geométricas
|
||||||
|
speakers:
|
||||||
|
- Martin Bridgeman
|
||||||
|
- Richard Canary
|
||||||
|
- Matilde Martínez
|
||||||
|
- Andrés Sambarino
|
||||||
|
- titulo: Educación matemática en la enseñanza superior
|
||||||
|
speakers:
|
||||||
|
- Omar Gil
|
||||||
|
- Mario Ponce
|
||||||
|
- titulo: Functional Differential Equations and its Applications
|
||||||
|
speakers:
|
||||||
|
- Pablo Amster
|
||||||
|
- Gonzalo Robledo
|
||||||
|
- titulo: Educación matemática
|
||||||
|
speakers:
|
||||||
|
- Elizabeth Montoya Delgadillo
|
||||||
|
- Miguel Ribeiro
|
||||||
|
- titulo: Problemas Variacionales y Ecuaciones Diferenciales Parciales
|
||||||
|
speakers:
|
||||||
|
- Judith Campos Cordero
|
||||||
|
- Duvan Henao Manrique
|
||||||
|
- Dora Cecilia Salazar Lozano
|
||||||
|
- titulo: Stochastic processes and applications
|
||||||
|
speakers:
|
||||||
|
- Joaquín Fontbona
|
||||||
|
- Juan Carlos Pardo
|
||||||
|
- Daniel Remenik
|
||||||
|
- Víctor Rivero
|
||||||
|
- titulo: Large Stochastic systems
|
||||||
|
speakers:
|
||||||
|
- Claudio Landim
|
||||||
|
- Pablo Ferrari
|
||||||
|
- titulo: Geometría Algebraica computacional
|
||||||
|
speakers:
|
||||||
|
- Gregorio Malajovich
|
||||||
|
- Diego Armentano
|
||||||
|
- titulo: Análisis Wavelete y aplicaciones
|
||||||
|
speakers:
|
||||||
|
- Victoria Vampa
|
||||||
|
- Liliam Alvarez Díaz
|
||||||
|
- María Teresa Martín
|
||||||
|
- titulo: Geometría Algebraica
|
||||||
|
speakers:
|
||||||
|
- Álvaro Rittatore
|
||||||
|
- Pedro Luis del Ángel R.
|
||||||
|
- titulo: K-teoría
|
||||||
|
speakers:
|
||||||
|
- Noé Bárcenas
|
||||||
|
- Eugenia Ellis
|
||||||
|
- Emanuel Rodríguez Cirone
|
||||||
|
- titulo: Stochastic analysis and stochastic processes
|
||||||
|
speakers:
|
||||||
|
- Paavo Salminen
|
||||||
|
- Antoine Lejay
|
||||||
|
- Ernesto Mordecki
|
||||||
|
- titulo: Control and Stabilization for Partial Differential Equations
|
||||||
|
speakers:
|
||||||
|
- Fágner D. Araruna
|
||||||
|
- Eduardo Cerpa
|
||||||
|
- Luz de Teresa
|
||||||
|
- titulo: Geometría Diferencial
|
||||||
|
speakers:
|
||||||
|
- Romina Arroyo
|
||||||
|
- Vivial del Barco
|
||||||
|
- Silvio Reggiani
|
||||||
|
- titulo: Comunicación de las matemáticas en América Latina
|
||||||
|
speakers:
|
||||||
|
- Javier Elizondo
|
||||||
|
- Eduardo Sáenz de Cabezón
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
use Slim\Http\Request;
|
use Slim\Http\Request;
|
||||||
use Slim\Http\Response;
|
use Slim\Http\Response;
|
||||||
|
use Symfony\Component\Yaml\Yaml;
|
||||||
|
|
||||||
// Routes
|
// Routes
|
||||||
$app->add(new Tuupola\Middleware\HttpBasicAuthentication([
|
$app->add(new Tuupola\Middleware\HttpBasicAuthentication([
|
||||||
@ -42,8 +43,9 @@ $app->get('/participantes', function (Request $request, Response $response, arra
|
|||||||
|
|
||||||
$app->get('/comites', function (Request $request, Response $response, array $args) {
|
$app->get('/comites', function (Request $request, Response $response, array $args) {
|
||||||
$this->logger->info("GDDWorkshop '/committess' route");
|
$this->logger->info("GDDWorkshop '/committess' route");
|
||||||
$strcomites = file_get_contents(__DIR__."/../data/comites.json");
|
$comites = Yaml::parseFile(__DIR__."/../data/comites.yml");
|
||||||
$comites = json_decode($strcomites,true);
|
//$strcomites = file_get_contents(__DIR__."/../data/comites.json");
|
||||||
|
//$comites = json_decode($strcomites,true);
|
||||||
//echo "<pre>".var_export($comites,true)."</pre>";
|
//echo "<pre>".var_export($comites,true)."</pre>";
|
||||||
return $this->renderer->render($response, 'committess.html',['comites' => $comites]);
|
return $this->renderer->render($response, 'committess.html',['comites' => $comites]);
|
||||||
});
|
});
|
||||||
@ -55,8 +57,11 @@ $app->get('/informacion-practica', function (Request $request, Response $respons
|
|||||||
|
|
||||||
$app->get('/conferencias', function (Request $request, Response $response, array $args) {
|
$app->get('/conferencias', function (Request $request, Response $response, array $args) {
|
||||||
$this->logger->info("GDDWorkshop '/charlas' route");
|
$this->logger->info("GDDWorkshop '/charlas' route");
|
||||||
$strcharlas = file_get_contents(__DIR__."/../data/conferencias.json");
|
//$strcharlas = file_get_contents(__DIR__."/../data/conferencias.json");
|
||||||
$charlas = json_decode($strcharlas,true);
|
|
||||||
|
$charlas = Yaml::parseFile(__DIR__."/../data/conferencias.yml");
|
||||||
|
//echo "<pre>".var_export($charlasyml,true)."</pre>";
|
||||||
|
//$charlas = json_decode($strcharlas,true);
|
||||||
/*function cmp($a, $b){
|
/*function cmp($a, $b){
|
||||||
$aArray = explode(" ", $a.no);
|
$aArray = explode(" ", $a.no);
|
||||||
$bArray = explode(" ", $b);
|
$bArray = explode(" ", $b);
|
||||||
@ -72,8 +77,9 @@ $app->get('/conferencias', function (Request $request, Response $response, array
|
|||||||
|
|
||||||
$app->get('/sesiones', function (Request $request, Response $response, array $args) {
|
$app->get('/sesiones', function (Request $request, Response $response, array $args) {
|
||||||
$this->logger->info("GDDWorkshop '/sesiones' route");
|
$this->logger->info("GDDWorkshop '/sesiones' route");
|
||||||
$strsesiones = file_get_contents(__DIR__."/../data/sesiones.json");
|
$sesiones = Yaml::parseFile(__DIR__."/../data/sesiones.yml");
|
||||||
$sesiones = json_decode($strsesiones,true);
|
//$strsesiones = file_get_contents(__DIR__."/../data/sesiones.json");
|
||||||
|
//$sesiones = json_decode($strsesiones,true);
|
||||||
|
|
||||||
function removeAccents($string) {
|
function removeAccents($string) {
|
||||||
return strtolower(trim(preg_replace('~[^0-9a-z]+~i', '-', preg_replace('~&([a-z]{1,2})(acute|cedil|circ|grave|lig|orn|ring|slash|th|tilde|uml);~i', '$1', htmlentities($string, ENT_QUOTES, 'UTF-8'))), ' '));
|
return strtolower(trim(preg_replace('~[^0-9a-z]+~i', '-', preg_replace('~&([a-z]{1,2})(acute|cedil|circ|grave|lig|orn|ring|slash|th|tilde|uml);~i', '$1', htmlentities($string, ENT_QUOTES, 'UTF-8'))), ' '));
|
||||||
|
Loading…
Reference in New Issue
Block a user