diff --git a/data/conferencias.json b/data/conferencias.json index 6ec3bbc..a8d7474 100644 --- a/data/conferencias.json +++ b/data/conferencias.json @@ -63,7 +63,7 @@ "speaker":{"nombre":"Mónica Clapp","afiliacion":"UNAM", "web":"https://www.matem.unam.mx/fsd/mclapp"} }, { "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.", + "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/"} }, @@ -78,7 +78,7 @@ "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.", + "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/"} }, diff --git a/public/img/afiche-orig.png b/public/img/afiche-orig.png deleted file mode 100644 index da86920..0000000 Binary files a/public/img/afiche-orig.png and /dev/null differ diff --git a/public/img/afiche.jpeg b/public/img/afiche.jpeg new file mode 100755 index 0000000..73f87a3 Binary files /dev/null and b/public/img/afiche.jpeg differ diff --git a/public/img/afiche.png b/public/img/afiche.png deleted file mode 100644 index 195fb83..0000000 Binary files a/public/img/afiche.png and /dev/null differ diff --git a/public/js/app.js b/public/js/app.js index 7416107..726ad0c 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -33,7 +33,8 @@ $(document).ready(function(){ routeMenu(); //var margin = $(".container").css("margin-left"); //$("#menu").css("margin-left",margin); - + var parallaxHeight = $(".parallax-mirror").height() + $("#header").height(parallaxHeight) $('#contactform').submit(function(event){ var fail=false; $("#statusmsg").hide(); diff --git a/public/style/style.css b/public/style/style.css index 38f18a8..4f97211 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -561,4 +561,11 @@ ul.float-shortcuts a{ .media .media-body{ text-align: left; color:black; +} +p.abstract{ + font-size:15px; + color:rgb(67,66,63); + margin-top:10px; + max-width:48em; + white-space:pre-wrap; } \ No newline at end of file diff --git a/templates/conferencias.html b/templates/conferencias.html index 4591cb2..677ee34 100644 --- a/templates/conferencias.html +++ b/templates/conferencias.html @@ -25,7 +25,7 @@ {% if charla.speaker.web %}{% endif %} {{" "~charla.speaker.nombre}}{{" - "~charla.speaker.afiliacion|default('')}} {{ charla.speaker.web ? '':"" }} -

{{charla.abstract|default('Resumen')}}

+

{{charla.abstract|default('Resumen')}}

diff --git a/templates/header.html b/templates/header.html index 1301a54..41f4602 100644 --- a/templates/header.html +++ b/templates/header.html @@ -10,34 +10,35 @@ 20 al 24 de julio de 2020 / Montevideo, Uruguay - + + diff --git a/templates/index.html b/templates/index.html index 8d25b75..4f2787a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@

3. Santiago de Chile, Chile, en 2009

4. Córdoba, Argentina, en 2012

5. Barranquilla, Colombia, en 2016

- +

+ + + + diff --git a/templates/sidebar.html b/templates/sidebar.html index fc668d7..d27a565 100644 --- a/templates/sidebar.html +++ b/templates/sidebar.html @@ -1,8 +1,8 @@