agrega afiche al sidebar, corrige altura del header en función del parallax, agrega mathjax y pone caracteres de control en los abstracts
This commit is contained in:
parent
a377eb805e
commit
7af2573b37
@ -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/"}
|
||||
},
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 720 KiB |
BIN
public/img/afiche.jpeg
Executable file
BIN
public/img/afiche.jpeg
Executable file
Binary file not shown.
After Width: | Height: | Size: 406 KiB |
Binary file not shown.
Before Width: | Height: | Size: 330 KiB |
@ -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();
|
||||
|
@ -562,3 +562,10 @@ ul.float-shortcuts a{
|
||||
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;
|
||||
}
|
@ -25,7 +25,7 @@
|
||||
{% if charla.speaker.web %}<a target="_blank" rel="noopener noreferrer" href="{{charla.speaker.web}}">{% endif %}
|
||||
<b><span class="glyphicon glyphicon-user" aria-hidden="true"></span>{{" "~charla.speaker.nombre}}{{" - "~charla.speaker.afiliacion|default('')}}</b>
|
||||
{{ charla.speaker.web ? '</a>':"" }}
|
||||
<p style="font-size:14px;color:rgb(67,66,63);margin-top:10px;">{{charla.abstract|default('Resumen')}}</p>
|
||||
<p class="abstract">{{charla.abstract|default('Resumen')}}</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -10,7 +10,11 @@
|
||||
20 al 24 de julio de 2020 <span style="color:#00b1d7">/</span> Montevideo, Uruguay
|
||||
</h2>
|
||||
</div>
|
||||
<nav class="navbar navbar-inverse " id="menubar">
|
||||
|
||||
|
||||
|
||||
</header>
|
||||
<nav class="navbar navbar-inverse " id="menubar">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#menucollapse">
|
||||
@ -37,7 +41,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
</nav>
|
||||
|
@ -40,6 +40,10 @@
|
||||
<!-- google captcha -->
|
||||
<script src="https://www.google.com/recaptcha/api.js?hl=es" async defer></script>
|
||||
|
||||
<!-- MathJax -->
|
||||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
||||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
||||
|
||||
<!-- My App -->
|
||||
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
||||
<script type="text/javascript" src="js/app.js"></script>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="thumbnail">
|
||||
<a href="#" target="_blank">
|
||||
<img id="afiche2" class="img-responsive" src="img/afiche.png" alt="CLAM 2020"/>
|
||||
<a href="img/afiche.jpeg" target="_blank">
|
||||
<img id="afiche2" class="img-responsive" src="img/afiche.jpeg" alt="CLAM 2020"/>
|
||||
</a>
|
||||
<!--<div class="caption text-center">
|
||||
<p> Afiche en alta resolución, para descargar e imprimir</p>
|
||||
|
Loading…
Reference in New Issue
Block a user