79 lines
2.8 KiB
PHP
79 lines
2.8 KiB
PHP
<?php
|
|
|
|
/* committess.html */
|
|
class __TwigTemplate_909f7eb425ce9a274d25de08c06f5de07b8cba640b1a31ad89ad68093cd4cfd1 extends Twig_Template
|
|
{
|
|
public function __construct(Twig_Environment $env)
|
|
{
|
|
parent::__construct($env);
|
|
|
|
// line 1
|
|
$this->parent = $this->loadTemplate("layout.html", "committess.html", 1);
|
|
$this->blocks = array(
|
|
'content' => array($this, 'block_content'),
|
|
);
|
|
}
|
|
|
|
protected function doGetParent(array $context)
|
|
{
|
|
return "layout.html";
|
|
}
|
|
|
|
protected function doDisplay(array $context, array $blocks = array())
|
|
{
|
|
$this->parent->display($context, array_merge($this->blocks, $blocks));
|
|
}
|
|
|
|
// line 3
|
|
public function block_content($context, array $blocks = array())
|
|
{
|
|
// line 4
|
|
echo "<div class=\"row\">
|
|
<div class=\"col-xs-12\">
|
|
|
|
<h1><strong>Committees</strong></h1>
|
|
<h2>Scientific Committee</h2>
|
|
<ul class=\"comite\">
|
|
<li><a href=\"http://www.math.lsa.umich.edu/~canary/\" data-linktype=\"external\" data-val=\"http://www.math.lsa.umich.edu/~canary/\">Dick Canary - University of Michigan</a></li>
|
|
<li><a href=\"https://www.math.u-psud.fr/~crovisie/\" data-linktype=\"external\" data-val=\"https://www.math.u-psud.fr/~crovisie/\">Sylvain Crovisier - Université Paris-Sud</a></li>
|
|
<li><a href=\"https://www.ihes.fr/en/professeur/3403-2/\" data-linktype=\"external\" data-val=\"https://www.ihes.fr/en/professeur/3403-2/\">Fanny Kassel - IHES</a></li>
|
|
<li><a href=\"http://cayley.kr/wiki/Sang-hyun_Kim\" data-linktype=\"external\" data-val=\"http://cayley.kr/wiki/Sang-hyun_Kim\">Sang-hyun Kim - Seoul National University</a></li>
|
|
<li><a href=\"https://www.dpmms.cam.ac.uk/~gpp24/\" data-linktype=\"external\" data-val=\"https://www.dpmms.cam.ac.uk/~gpp24/\">Gabriel Paternain - University of Cambridge</a></li>
|
|
<li><a href=\"http://w3.impa.br/~enrique/\" data-linktype=\"external\" data-val=\"http://w3.impa.br/~enrique/\">Enrique Pujals - IMPA</a></li>
|
|
<li><a data-val=\"http://www.cmat.edu.uy/~rpotrie/\" href=\"http://www.cmat.edu.uy/~rpotrie/\" data-linktype=\"external\">Rafael Potrie - CMAT</a></li>
|
|
</ul>
|
|
|
|
<h2>Organizing Committee</h2>
|
|
<ul class=\"comite\">
|
|
<li>Juan Alonso</li>
|
|
<li>Joaquín Brum</li>
|
|
<li>Andrés Sambarino</li>
|
|
<li>Martín Sambarino</li>
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
";
|
|
}
|
|
|
|
public function getTemplateName()
|
|
{
|
|
return "committess.html";
|
|
}
|
|
|
|
public function isTraitable()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
public function getDebugInfo()
|
|
{
|
|
return array ( 31 => 4, 28 => 3, 11 => 1,);
|
|
}
|
|
|
|
public function getSourceContext()
|
|
{
|
|
return new Twig_Source("", "committess.html", "/home/germanc/dev/composer/ggdworkshop/templates/committess.html");
|
|
}
|
|
}
|