change header-pic, empty databases, invited speakers
This commit is contained in:
parent
48cfa83737
commit
4f158e1c0c
@ -28,46 +28,32 @@ CREATE TABLE IF NOT EXISTS Speakers
|
||||
web VARCHAR(200),
|
||||
confirmado BOOLEAN
|
||||
);
|
||||
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Jairo','Bochi','Universidad Católica de Chile','img/speakers/jariobochi.jpg','http://www.mat.uc.cl/~jairo.bochi/',1);
|
||||
VALUES('Luis','Hernández Corbato','Universidad Politécnica de Madrid','img/speakers/lcorbato.jpg','https://sites.google.com/site/luishcorbato/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Christian','Bonatti','Université de Bourgogne','img/speakers/cbonatti.jpg','http://bonatti.perso.math.cnrs.fr/',1);
|
||||
VALUES('Marie-Claude','Arnaud','Université d’Avignon','img/speakers/marnaud.jpg','https://mcarnaudblog.wordpress.com/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Keith','Burns','Northwestern University','img/speakers/kburns.jpg','http://www.math.northwestern.edu/~burns/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Yaiza','Canzani','University of North Carolina at Chapel Hill','img/speakers/ycanzani.jpg','http://canzani.web.unc.edu/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Gonzalo','Contreras','CIMAT, Guanajuato','img/speakers/gcontreras.jpg','http://www.cimat.mx/~gonzalo/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Adriana','da Luz','Universidad de la República','img/speakers/adaluz.jpg','',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Colin','Guillarmou','Université Paris-Sud','img/speakers/cguillarmou.jpg','https://www.math.u-psud.fr/~guillarmou/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Ursula','Hamenstädt' ,'Universität Bonn','img/speakers/uhamenstadt.jpg','http://www.math.uni-bonn.de/people/ursula/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Thomas','Koberda','University of Virginia','img/speakers/tkoberda.jpg','http://faculty.virginia.edu/Koberda/',1);
|
||||
VALUES('François','Béguin','Université Paris 13 Nord','img/speakers/fbeguin.jpg','https://www.math.univ-paris13.fr/~beguin/Accueil.html',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Andrés','Koropecki','Universidade Federal Fluminense','img/speakers/akoropecki.jpg','http://www.professores.uff.br/koro/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('François', 'Ledrappier','University of Notre Dame','img/speakers/fledrappier.jpg','http://math.nd.edu/people/faculty/francois-ledrappier/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Yash','Lodha','Cornell University','img/speakers/ylodha.jpg','http://www.math.cornell.edu/m/People/bynetid/yl763',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Leonardo','Macarini','Universidade Federal do Rio de Janeiro','img/speakers/lmacarini.jpg','http://www.im.ufrj.br/visualizarDocente.php?idDepartamento=3&idDocente=28',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Kathryn','Mann','Brown University','img/speakers/kmann.jpg','http://www.math.brown.edu/~mann/index.html',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Andrés', 'Navas','Universidad de Santiago de Chile','img/speakers/anavas.jpg','http://www.mat.usach.cl/index.php/2012-12-19-12-50-19/academicos/75-andres-navas-flores',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Jean-François','Quint','Université Bordeaux I','img/speakers/jfquint.jpg','https://www.math.u-bordeaux.fr/~jquint/',1);
|
||||
VALUES('John', 'Franks','Northwestern University','img/speakers/jfranks.jpg','https://www.math.northwestern.edu/people/faculty/john-franks.html',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Andrés','Sambarino','Université Paris VI','img/speakers/asambarino.jpg','https://webusers.imj-prg.fr/~andres.sambarino/',1);
|
||||
VALUES('Mario', 'Ponce','Pontífica Universidad Católica de Chile','img/speakers/mponce.jpg','http://www.mat.uc.cl/~mponcea/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Pablo','Shmerkin','Universidad Torcuato Di Tella','img/speakers/pshmerkin.jpg','http://www.utdt.edu/profesores/pshmerkin',1);
|
||||
VALUES('Javier', 'Ribón Herguedas','Universidade Federal Fluminense','img/speakers/jribon.jpg','#',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Maxime','Wolff','Université Paris VI','img/speakers/mwolff.jpg','https://webusers.imj-prg.fr/~maxime.wolff/',1);
|
||||
VALUES('Frédéric', 'Le Roux','Université Paris VI','img/speakers/fleroux.jpg','https://webusers.imj-prg.fr/~frederic.le-roux/',1);
|
||||
INSERT INTO Speakers(nombre,apellido,afiliacion,foto,web,confirmado)
|
||||
VALUES('Salvador', 'Zanata','Universidade de São Paulo','img/speakers/szanata.jpg','https://www.ime.usp.br/~sazanata/',1);
|
||||
|
||||
INSERT INTO Registro(nombre,apellido,titulo,afiliacion,ciudad,pais,email,fechaLlegada,fechaPartida,financiacion,invitado,cartaInvitacion,roomingPref,roommate,fechaRegistro)
|
||||
|
||||
|
||||
|
||||
/*INSERT INTO Registro(nombre,apellido,titulo,afiliacion,ciudad,pais,email,fechaLlegada,fechaPartida,financiacion,invitado,cartaInvitacion,roomingPref,roommate,fechaRegistro)
|
||||
VALUES('Juan','Alonso','Professor','Universidad de la República','Montevideo','Uruguay','juan@cmat.edu.uy','23072018','27072018',0,0,0,'','','17072018');
|
||||
INSERT INTO Registro(nombre,apellido,titulo,afiliacion,ciudad,pais,email,fechaLlegada,fechaPartida,financiacion,invitado,cartaInvitacion,roomingPref,roommate,fechaRegistro)
|
||||
VALUES('Gonzalo','Contreras','Professor','CIMAT, Guanajuato','Guanajuato','México','gonzalo@cimat.mx','23072018','27072018',0,0,0,'','','17072018');
|
||||
@ -87,3 +73,4 @@ INSERT INTO Registro(nombre,apellido,titulo,afiliacion,ciudad,pais,email,fechaLl
|
||||
VALUES('Zbigniew','Nitecki','Professor','Tufts Univesity','Somerville','United States','zbigniew.nitecki@tufts.edu','23072018','27072018',0,0,0,'','','17072018');
|
||||
INSERT INTO Registro(nombre,apellido,titulo,afiliacion,ciudad,pais,email,fechaLlegada,fechaPartida,financiacion,invitado,cartaInvitacion,roomingPref,roommate,fechaRegistro)
|
||||
VALUES('Maxime','Wolff','Professor','Universirté Paris VI','Paris','France','maxime.wolff@imj-prg.fr','23072018','27072018',0,0,0,'','','17072018');
|
||||
*/
|
BIN
db/surfaces2018.db
Normal file
BIN
db/surfaces2018.db
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 488 KiB After Width: | Height: | Size: 456 KiB |
@ -120,6 +120,7 @@ hr.separador{
|
||||
}
|
||||
#logo_text{
|
||||
margin-top:20px;
|
||||
margin-bottom:20px;
|
||||
/*text-shadow: #444 0 1px 1px;*/
|
||||
}
|
||||
#logo_text h1.title{
|
||||
@ -139,6 +140,7 @@ h2#where{
|
||||
#logo_text h1
|
||||
{
|
||||
font-size: 150%;
|
||||
|
||||
}
|
||||
#logo_text h2{
|
||||
font-size: 300%;
|
||||
@ -158,6 +160,7 @@ h2#where{
|
||||
{ padding: 22px 0 0 0;
|
||||
color: #FFF;
|
||||
text-decoration: none;
|
||||
text-shadow: #333 1px 1px 10px;
|
||||
|
||||
/*font-size: 60px;*/
|
||||
border: 0;
|
||||
@ -165,7 +168,7 @@ h2#where{
|
||||
}
|
||||
|
||||
#logo_text h1 a .logo_colour
|
||||
{ color: black;}
|
||||
{ color: white;}
|
||||
|
||||
#logo_text a:hover .logo_colour
|
||||
{ color: #FFF;}
|
||||
|
@ -22,7 +22,7 @@ return [
|
||||
'level' => \Monolog\Logger::DEBUG,
|
||||
],
|
||||
'db' => [
|
||||
'path' => __DIR__."/../db/ggdworkshop.db",
|
||||
'path' => __DIR__."/../db/surfaces2018.db",
|
||||
'schema' => __DIR__."/../db/schema.sql",
|
||||
'load_schema' => __DIR__."/../db/.schema.lock"
|
||||
],
|
||||
|
@ -5,14 +5,14 @@
|
||||
<div id="logo_text">
|
||||
|
||||
<!-- class="logo_colour", allows you to change the colour of the text -->
|
||||
<h1 class="title"><a href="/"><span class="logo_colour"> Workshop on<br/> Groups, Geometry and Dynamics</span></a></h1>
|
||||
<h1 class="title"><a href="/"><span class="logo_colour"> Workshop on Surfaces</span></a></h1>
|
||||
|
||||
<h2 class="subtitle">
|
||||
<strong>With a homage to Ricardo Mañé</strong><br>
|
||||
<strong>Celebrating Patrice Le Calvez 60<sup>th</sup> birthday</strong><br>
|
||||
</h2>
|
||||
|
||||
<h2 id="when" class="subtitle">
|
||||
<strong>23 – 27, July 2018</strong>
|
||||
<strong>10 – 14, December 2018</strong>
|
||||
</h2>
|
||||
<h2 id="where" class="subtitle">
|
||||
<strong>Montevideo, Uruguay</strong>
|
||||
@ -28,7 +28,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand visible-xs" href="#">GGDWorkshop</a>
|
||||
<a class="navbar-brand visible-xs" href="#">SurfacesWorkshop2018</a>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse" id="menucollapse">
|
||||
<div class="container">
|
||||
|
@ -18,14 +18,6 @@
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<h3 style="margin-left:20px;">Homage to Ricardo Mañé:</h3>
|
||||
<ul class="comite">
|
||||
|
||||
<li><a href="https://www.dpmms.cam.ac.uk/~gpp24/" target="_blank">Gabriel Paternain - University of Cambridge</a></li>
|
||||
<li><a href="http://w3.impa.br/~enrique/" target="_blank">Enrique Pujals - Instituto de Matematica Pura e Aplicada (IMPA)</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
@ -2,9 +2,9 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>GGD Workshop</title>
|
||||
<meta name="description" content="Workshop on Groups Geometry and Dynamics" />
|
||||
<meta name="keywords" content="Workshop ICM2018 Groups Geometry Dynamics" />
|
||||
<title>Surfaces Workshop</title>
|
||||
<meta name="description" content="Workshop on Surfaces" />
|
||||
<meta name="keywords" content="Workshop Surfaces Patrice Le Calvez" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
@ -71,20 +71,8 @@
|
||||
<div id="logos">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-3"><h1><b>sponsored by:</b></h1></div>
|
||||
<div class="col-xs-3 col-md-2 vcenter">
|
||||
<div class="thumbnail">
|
||||
<a href="http://www.nrf.re.kr/eng/main" target="_blank">
|
||||
<img src="img/logos/logo-nrf-trans.png" alt="National Research Foundation of Korea" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-3 col-md-2 vcenter">
|
||||
<div class="thumbnail">
|
||||
<a href="http://www.samsung.com/global/university/eng/researchPartnership.html" target="_blank">
|
||||
<img src="img/logos/logo-sstf-trans.png" alt="Samsung Resear Partnership" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-xs-3 col-md-2 vcenter">
|
||||
<div class="thumbnail">
|
||||
<a href="https://www.nsf.gov" target="_blank">
|
||||
|
@ -4,9 +4,9 @@
|
||||
<div class="row">
|
||||
<h1><strong>Program</strong> </h1>
|
||||
<div class="col-xs-12">
|
||||
<h2>To be announced</h2>
|
||||
|
||||
|
||||
<div class="media">
|
||||
<!--<div class="media">
|
||||
<a style="display:block;" href="program-files/program.pdf" target="_blank">
|
||||
<div class="media-left media-top">
|
||||
<h1><span style="font-size:60px;" class="glyphicon glyphicon-list"></span></h1>
|
||||
@ -18,9 +18,9 @@
|
||||
<p>GGDWorkshop Program Abstracts</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<div class="media">
|
||||
<!--<div class="media">
|
||||
<a style="display:block;" href="program-files/schedule.pdf" target="_blank">
|
||||
<div class="media-left media-top">
|
||||
|
||||
@ -36,13 +36,13 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
<div class="row">
|
||||
<!--<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2><strong>Homage to Mañé</strong></h2>
|
||||
<ul class="comite">
|
||||
@ -50,9 +50,9 @@
|
||||
<li>Enrique Pujals (IMPA): 'The stability conjecture: One of Mañé's journeys'</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<hr/>
|
||||
<!-- <hr/>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2><strong>Welcome Cocktail:</strong></h2>
|
||||
@ -62,9 +62,9 @@
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m28!1m12!1m3!1d6543.4343573044!2d-56.16574802393598!3d-34.913546371521306!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m13!3e2!4m5!1s0x959f819f8574ca93%3A0xc7b49804a0598fec!2sHotel+Intercity+Montevid%C3%A9u!3m2!1d-34.916745999999996!2d-56.161843999999995!4m5!1s0x959f81a727844593%3A0xc5aa552286fe5dce!2sLa+Commedia!3m2!1d-34.910416!2d-56.161625!5e0!3m2!1ses!2suy!4v1531860351456" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<hr/>
|
||||
<!--<hr/>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2><strong>Dinner/Farewell party</strong></h2>
|
||||
@ -74,9 +74,9 @@
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m28!1m12!1m3!1d3271.627469811168!2d-56.16622273476202!3d-34.91579718037986!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m13!3e2!4m5!1s0x959f819f8574ca93%3A0xc7b49804a0598fec!2sHotel+Intercity+Montevid%C3%A9u!3m2!1d-34.916745999999996!2d-56.161843999999995!4m5!1s0x959f81a245cb1853%3A0xf798041fb7b47ec4!2sDefensor+Sporting+Club+-+Complejo+Deportivo+de+Verano!3m2!1d-34.9157735!2d-56.1661108!5e0!3m2!1ses!2suy!4v1531860499068" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
<hr/>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
@ -12,13 +12,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<img style="margin:auto;max-width:200px;" id="satellite-logo" class="img-responsive" src="img/logos/icm_satellite.png" alt="ICM Satellite logo"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!--<div class="caption text-center">
|
||||
<p> Afiche en alta resolución, para descargar e imprimir</p>
|
||||
<p ><a target="_blank" href="img/afiche-final.jpg" class="btn btn-sm btn-primary" role="button">Descargar</a></p>
|
||||
|
Loading…
Reference in New Issue
Block a user