initial commit
This commit is contained in:
commit
884cc7b9cd
10
.htaccess
Normal file
10
.htaccess
Normal file
@ -0,0 +1,10 @@
|
||||
RewriteEngine On
|
||||
#example.com/page will display the contents of example.com/page.html
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME}.php -f
|
||||
RewriteRule ^(.+)$ $1.php [L,QSA]
|
||||
|
||||
#301 from example.com/page.html to example.com/page
|
||||
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*\.php\ HTTP/
|
||||
RewriteRule ^(.*)\.php$ /$1 [R=301,L]
|
14
contact.php
Normal file
14
contact.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php include_once 'header.php'; ?>
|
||||
<div class="row">
|
||||
<div id="content" class="col-xs-12 col-sm-8">
|
||||
<div class="row">
|
||||
<h1 id="welcome"><strong>Contacto</strong></h1>
|
||||
|
||||
<div class="col-xs-12">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include_once 'sidebar.php' ?>
|
||||
<?php include_once 'footer.php' ?>
|
10
footer.php
Normal file
10
footer.php
Normal file
@ -0,0 +1,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<footer id="footer">
|
||||
<p>Creado por: <a href="wwww.cmat.edu.uy">El Centro de Matemática</a></p>
|
||||
<p style="text-transform:none;">Germán Correa - germanc@cmat.edu.uy</a></p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
45
header.php
Normal file
45
header.php
Normal file
@ -0,0 +1,45 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>MATH Amsud - Sidiham</title>
|
||||
<meta name="description" content="Hamiltonian Dynamical Systems, Celestial Mechanics and Weak KAM Theory" />
|
||||
<meta name="keywords" content="Hamiltonian Dynamical Systems, Celestial Mechanics and Weak KAM Theory" />
|
||||
<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" />
|
||||
<link rel="alternate" href="http://sidiham.cmat.edu.uy" hreflang="es-uy" />
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
||||
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
||||
<script src="https://www.google.com/recaptcha/api.js?hl=es" async defer></script>
|
||||
<script type="text/javascript" src="js/app.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="main">
|
||||
<header id="header">
|
||||
<div class="container">
|
||||
<div id="logo" class="jumbotron">
|
||||
<div id="logo_text">
|
||||
<!-- class="logo_colour", allows you to change the colour of the text -->
|
||||
<h1><a href="/">MATH AmSud - SIDIHAM</a></h1>
|
||||
<p>Hamiltonian Dynamical Systems, Celestial Mechanics and weak KAM theory</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<nav class="navbar navbar-inverse" id="menubar">
|
||||
<div class="container">
|
||||
<ul class="nav navbar-nav" id="menu">
|
||||
<li id="home" class="selected"><a href="/">About</a></li>
|
||||
<li id="research" class="selected"><a href="research">Research Subjects</a></li>
|
||||
<li id="workshop"><a href="workshop">Montevideo Workshop 2017</a></li>
|
||||
<li id="participants"><a href="participants">Participants</a></li>
|
||||
<li id="contact"><a href="contact">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<div id="site_content" class="container">
|
||||
|
56
index.php
Normal file
56
index.php
Normal file
@ -0,0 +1,56 @@
|
||||
<?php include_once 'header.php'; ?>
|
||||
<div class="row">
|
||||
<div id="content" class="col-xs-12 col-sm-12">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h1 id="welcome"><strong>About</strong></h1>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h4>
|
||||
SIDIHAM is an open international project
|
||||
for the scientific cooperation in Hamiltonian Dynamics,
|
||||
Celestial Mechanics and Weak KAM theory.
|
||||
</h4>
|
||||
<h4>
|
||||
Our main goal is to develop collaboration through the exchange
|
||||
of researchers, doctoral students and knowledge
|
||||
between the involved Southern American countries and France.
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-6">
|
||||
<p>
|
||||
SIDIHAM is supported by the MATH AmSud cooperation regional program,
|
||||
in which are participating
|
||||
France, Argentina, Brazil, Chile, Colombia, Ecuador, Paraguay, Peru, Uruguay and Venezuela.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4">
|
||||
<p>
|
||||
SIDIHAM is also the natural continuation of the old SIDIMEC
|
||||
MATH AmSud project, and is currently financed by
|
||||
the national agencies CAPES of Brazil, CONICYT of Chile,
|
||||
CNRS of France, and ANII of Uruguay.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<p>
|
||||
<strong>Scientific coordinators: </strong>
|
||||
Ezequiel Maderna, Anete Soares, Andrea Venturelli, Claudio VIdal.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php //include_once 'sidebar.php' ?>
|
||||
<?php include_once 'footer.php' ?>
|
6
js/bootstrap.min.js
vendored
Normal file
6
js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
4
js/jquery-3.2.1.min.js
vendored
Normal file
4
js/jquery-3.2.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
participants.php
Normal file
11
participants.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php include_once 'header.php'; ?>
|
||||
<div class="row">
|
||||
<div id="content" class="col-xs-12 col-sm-12">
|
||||
<div class="row">
|
||||
<h1 id="welcome"><strong>Participants</strong></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include_once 'sidebar.php' ?>
|
||||
<?php include_once 'footer.php' ?>
|
14
research.php
Normal file
14
research.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php include_once 'header.php'; ?>
|
||||
<div class="row">
|
||||
<div id="content" class="col-xs-12 col-sm-12">
|
||||
<div class="row">
|
||||
<h1 id="welcome"><strong>Research Subjects</strong></h1>
|
||||
|
||||
<div class="col-xs-12">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include_once 'sidebar.php' ?>
|
||||
<?php include_once 'footer.php' ?>
|
6
style/bootstrap.min.css
vendored
Normal file
6
style/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
39
style/style.css
Normal file
39
style/style.css
Normal file
@ -0,0 +1,39 @@
|
||||
body{
|
||||
font-size: 16px;
|
||||
color:#555;
|
||||
}
|
||||
#logo{
|
||||
margin-bottom:0px;
|
||||
}
|
||||
#header{
|
||||
background:#eee;
|
||||
}
|
||||
#footer
|
||||
{ margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-family: 'trebuchet ms', sans-serif;
|
||||
font-size: 90%;
|
||||
padding: 20px 0 5px 0;
|
||||
text-align: center;
|
||||
background: aliceblue;
|
||||
color: black;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.1em;
|
||||
margin-top:50px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
#footer p
|
||||
{ padding: 0;
|
||||
color:black;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#footer a, #footer a:hover
|
||||
{ color: black;
|
||||
text-decoration: none;}
|
||||
|
||||
#footer a:hover
|
||||
{ text-decoration: underline;}
|
||||
|
66
workshop.php
Normal file
66
workshop.php
Normal file
@ -0,0 +1,66 @@
|
||||
<?php include_once 'header.php'; ?>
|
||||
<div class="row">
|
||||
<div id="content" class="col-xs-12 col-sm-12">
|
||||
<div class="row">
|
||||
<h1 id="welcome"><strong>Montevideo Workshop </strong></h1>
|
||||
<h1><strong>on Hamiltonian Dynamics and Celestial Mechanics</strong></h1>
|
||||
<h2>General Information:</h2>
|
||||
<div class="col-xs-12">
|
||||
<p>
|
||||
A workshop organized by the MATH AmSud project SIDIHAM will be held in December 2017
|
||||
at Universidad de la República (Montevideo, Uruguay).
|
||||
It will be mainly focused on Hamiltonian Dynamics,
|
||||
Celestial Mechanics, Weak KAM theory and Symplectic Geometry.
|
||||
</p>
|
||||
<h3> Invited speakers will include:</h3>
|
||||
<ul>
|
||||
<li>Davide Ferrario (Unversità di Milano-Bicocca)</li>
|
||||
<li>Umberto Hryniewicz (Universidade Federal do Rio de Janeiro)</li>
|
||||
<li>Rick Moeckel (University of Minnesota)</li>
|
||||
</ul>
|
||||
<h3><b>Dates: <em> from 17 to 21 December 2017.</em></b></h3>
|
||||
<h3> Accommodation:</h3>
|
||||
<div class="col-xs-12 col-sm-6">
|
||||
<h4> Conferences will be happening at</h4>
|
||||
<address>
|
||||
<p><strong><em>Edificio Polifuncional "José Luis Massera"</em></strong></p>
|
||||
<br/>
|
||||
Senda Nelson Landoni 631, 11200 Montevideo.
|
||||
</address>
|
||||
|
||||
<br/>
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3271.5742234351983!2d-56.16905248467466!3d-34.917133080379514!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x959f81a27b71199f%3A0x4ece30db435561f!2sEdificio+Polifuncional+%22Jose+Luis+Massera%22%2C+Senda+Nelson+Landoni+631%2C+11200+Montevideo!5e0!3m2!1ses!2suy!4v1507922668151" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-6">
|
||||
<h4>A preferred rate with the</h4>
|
||||
<p><b>Intercity Hotel</b>
|
||||
(<a href="http://www.intercityhoteis.com.br/hoteis/montevideo/hotel-intercity-montevideo/">web site</a>)
|
||||
<br>
|
||||
<address>
|
||||
2398 Ibiray (esq. Echeverria) – at Punta Carretas quarter– 11300
|
||||
Montevideo
|
||||
<br>
|
||||
(Phone number +598 2711 6500)
|
||||
</address>
|
||||
|
||||
</p>
|
||||
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3271.589651889352!2d-56.161843999999995!3d-34.916745999999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x959f819f8574ca93%3A0xc7b49804a0598fec!2sHotel+Intercity+Premium+Montevid%C3%A9u!5e0!3m2!1ses!2suy!4v1507922285967" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
|
||||
<blockquote>
|
||||
<p>
|
||||
has been negotiated for the Workshop (69 US dollars per night, including breakfast).
|
||||
Please mention the SIDIHAM Workshop when reserving your room writing to the email address
|
||||
</p>
|
||||
<footer>
|
||||
<a href="mailto:reservas@intercityhoteles.com.uy?Subject=SIDIHAM Workshop"> reservas@intercityhoteles.com.uy</a>
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include_once 'sidebar.php' ?>
|
||||
<?php include_once 'footer.php' ?>
|
Loading…
Reference in New Issue
Block a user