<?php
	session_start();
	$_SESSION["page"] = "../en/partners.php";
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
        <title>MODEVRA - en</title>
        <link rel="stylesheet" type="text/css" href="../theme.css"/>
    </head>
    <body>
        <div id="titlu">
            <span id="prescurtare">MODEVRA</span>
            - MODELS FOR CRUSTAL DEFORMATIONS DETECTION FROM GPS AND SATELLITE
			REMOTE SENSING DATA FOR SEISMIC RISK ASSESSMENT IN VRANCEA AREA
        </div>
        
		<div id="meniu">
            <?php
				if (empty($_SESSION["user"])) {
					echo "<a href='../actiuni/login.php'>LOGIN</a>";
				} else {
					echo "<a href='../actiuni/logout.php'>LOGOUT - </a>" . $_SESSION["user"];
				}
			?>
            | <a href="modevra.php">project information</a>
            | <span id="selectat">partners</span>
            | <a href="objectives.php">objectives</a>
            | <a href="theoretical.php">theoretical background and infrastructure</a>
            | <a href="preliminary.php">preliminary results</a>
            | <a href="scientific.php">scientific papers</a>
			| <a href="../ro/modevra.php">.ro</a>
			<?php
				if (!empty($_SESSION["user"])) {
					echo "<hr />";
					echo "<a href='../actiuni/upload.php'>Upload files</a>";
					echo " | <a href='../actiuni/download.php'>Download files</a>";
				}
			?>
			<hr />
			<a href="http://inoe.inoe.ro">INOE</a>
			| <a href="mailto:mzoran@inoe.inoe.ro">contact: mzoran@inoe.inoe.ro</a>
        </div>
		
        <div id="corp">
        	<span class="subtitlu">
            		Partners
			</span>
			<br />
			
            <ul>
				<li>
					National Institute of R&D for Optoelectronics - Environmental Remote
					Sensing Department
					<br />
					Responsible: Prof. Dr. Maria Zoran
				</li>
				<li>
					National Institute of R&D for Earth Physics
					<br />
					Responsible: Dr. Ing. Doru Narvic Mateciuc
				</li>
				<li>
					Technical University Bucharest, Geodesy Faculty
					<br />
					Responsible: Prof.Dr. Ing. Johan Neuner
				</li>
				<li>
					University of Bucharest - Faculty of Physics - Environmental Physics
					Department
					<br />
					Responsible: Conf. Dr. Cristian Ciucu
				</li>
			</ul>
        </div>
		
		<div class="imagine">
			<img src="../imagini/data.jpg"/>
		</div>
    </body>
</html>
