<?php
include_once("./include.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $neg; ?>">
<head>
	<title>Eduardo Rodr&iacute;guez Gutiez</title>
	<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
	<meta name="description" content="Doctorando en Informatica, Universidad de Valladolid"/>
	<meta name="keywords" content="Eduardo Rodriguez Gutiez, Eduardo Rodriguez-Gutiez, E.Rodriguez-Gutiez, parallel, linux"/>
	<link rel="stylesheet" href="hector-screen.css" type="text/css" media="screen,projection"/>
</head>

<body>
<div id="container">

<!-- Header -->

<?php
//header.php uses $ego
$alter_ego = 'home_en.html';
include("header.php");
?>

<!-- Menu -->
<?php 
//menu.php uses $lang
include("menu.php");
?>

<div id="main-copy">

<h1><?php echo $Welcome; ?></h1>
	<!--<img style="margin: 0 6em" src="images/Hector.Ortega.jpg" width="9%" height="9%">-->
	<p style="margin: 0 6em"> <strong><?php echo $full_name; ?></strong> es un investigador/colaborador en el 
	<a href="http://www.infor.uva.es/">Departamento de Inform&aacute;tica</a> de la 
	<a href="http://www.uva.es/">Universidad de Valladolid</a>.
	</p>

<h1><?php echo $ContactInformation; ?></h1>
	<p style="margin:0 6em">
	Laboratorio ATC 2L015<br>
	Departamento de Inform&aacute;tica<br>
	Edificio de Tecnolog&iacute;as de la Informaci&oacute;n<br>
	Campus Miguel Delibes<br>
	47011 Valladolid, <?php echo $work_country; ?><br>
	<br>
	Tel&eacute;fono y fax:<br>
	- Edificio Tecn. Informaci&oacute;n : (+34) 983 423 000 extensi&oacute;n 5604<br>
	- Fax: (+34) 983 423671 <br>
	<br>
	<!--Correo electr&oacute;nico: <a href="mailto:hector@infor.uva.es">hector@infor.uva.es</a>-->
	</p>

<!-- <h1>Novedades y anuncios</h1>
-->
</div>
</div></div></body></html>
