$dep="exp";
$cod_dep=86;
$logo_nombre = "imagenes/logos/logo.gif";
$foto_portada = "imagenes/portadas/piramide.jpg";
$foto_enlace = 1;
$foto_destino = "http://nisu.org";
$nombrelink1 = "e-UJIer";
$link1 = "http://www.uji.es/private/eujier/index.html";
$nombrelink1v = "e-UJIer";
$link1v = "http://www.uji.es/private/eujier/index.html";
$nombrelink1i = "e-UJIer";
$link1i = "http://www.uji.es/private/eujier/index.html";
$nombrelink2 = "Biblioteca";
$link2 = "http://www.uji.es/cd/";
$nombrelink2v = "Biblioteca";
$link2v = "http://www.uji.es/cd/";
$nombrelink2i = "Library";
$link2i = "http://www.uji.es/cd/";
$nombrelink3 = "Agenda";
$link3 = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3v = "Agenda";
$link3v = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3i = "Dates";
$link3i = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink4 = "Información";
$link4 = "http://www.uji.es/";
$nombrelink4v = "Informació";
$link4v = "http://www.uji.es/";
$nombrelink4i = "Information";
$link4i = "http://www.uji.es/";
$dnom = "Ciencias experimentales";
$dnomv = "Cičncies experimentals";
$dnomi = "Experimental science";
$dtnom = "Departamento de Ciencias experimentales";
$dtnomv = "Departament de Cičncies experimentals";
$dtnomi = "Departament of Experimental science";
include_once "HTTP/Client.php";
if (!function_exists('mi_include')) {
function mi_include($url) {
$http = new HTTP_Client();
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$url2 = $datos['proto'].'://'.$datos['host'].$datos['request']. "?" . $trozos["query"];
if ( $http->get($url2) == 200 )
{
$a = $http->currentResponse();
print $a['body'];
} else {
$a = $http->currentResponse();
print "";
}
}
}
/*
if (!function_exists('mi_include')) {
function mi_include ($url) {
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$host = $datos['host'];
$port = $datos['port'];
$request = $datos['request'];
$ds = fsockopen($host, $port, $errno, $errstr, 30);
if (!$ds) {
echo "$errstr ($errno) \n";
} else {
$salida = "GET $request HTTP/1.1\r\n";
$salida .= "Host: $host\r\n";
$salida .= "Connection: Close\r\n\r\n";
fwrite($ds, $salida);
while (!feof($ds)) {
$linea = trim(fgets($ds));
if ( eregi("^<.*",$linea) ) {
echo $linea;
}
}
fclose($ds);
}
}
}
*/
?>
|
|
$dep="exp";
$cod_dep=86;
$logo_nombre = "imagenes/logos/logo.gif";
$foto_portada = "imagenes/portadas/piramide.jpg";
$foto_enlace = 1;
$foto_destino = "http://nisu.org";
$nombrelink1 = "e-UJIer";
$link1 = "http://www.uji.es/private/eujier/index.html";
$nombrelink1v = "e-UJIer";
$link1v = "http://www.uji.es/private/eujier/index.html";
$nombrelink1i = "e-UJIer";
$link1i = "http://www.uji.es/private/eujier/index.html";
$nombrelink2 = "Biblioteca";
$link2 = "http://www.uji.es/cd/";
$nombrelink2v = "Biblioteca";
$link2v = "http://www.uji.es/cd/";
$nombrelink2i = "Library";
$link2i = "http://www.uji.es/cd/";
$nombrelink3 = "Agenda";
$link3 = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3v = "Agenda";
$link3v = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3i = "Dates";
$link3i = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink4 = "Información";
$link4 = "http://www.uji.es/";
$nombrelink4v = "Informació";
$link4v = "http://www.uji.es/";
$nombrelink4i = "Information";
$link4i = "http://www.uji.es/";
$dnom = "Ciencias experimentales";
$dnomv = "Cičncies experimentals";
$dnomi = "Experimental science";
$dtnom = "Departamento de Ciencias experimentales";
$dtnomv = "Departament de Cičncies experimentals";
$dtnomi = "Departament of Experimental science";
include_once "HTTP/Client.php";
if (!function_exists('mi_include')) {
function mi_include($url) {
$http = new HTTP_Client();
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$url2 = $datos['proto'].'://'.$datos['host'].$datos['request']. "?" . $trozos["query"];
if ( $http->get($url2) == 200 )
{
$a = $http->currentResponse();
print $a['body'];
} else {
$a = $http->currentResponse();
print "";
}
}
}
/*
if (!function_exists('mi_include')) {
function mi_include ($url) {
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$host = $datos['host'];
$port = $datos['port'];
$request = $datos['request'];
$ds = fsockopen($host, $port, $errno, $errstr, 30);
if (!$ds) {
echo "$errstr ($errno) \n";
} else {
$salida = "GET $request HTTP/1.1\r\n";
$salida .= "Host: $host\r\n";
$salida .= "Connection: Close\r\n\r\n";
fwrite($ds, $salida);
while (!feof($ds)) {
$linea = trim(fgets($ds));
if ( eregi("^<.*",$linea) ) {
echo $linea;
}
}
fclose($ds);
}
}
}
*/
?>
|
Departamentos
|
UJI
|
$dep="exp";
$cod_dep=86;
$logo_nombre = "imagenes/logos/logo.gif";
$foto_portada = "imagenes/portadas/piramide.jpg";
$foto_enlace = 1;
$foto_destino = "http://nisu.org";
$nombrelink1 = "e-UJIer";
$link1 = "http://www.uji.es/private/eujier/index.html";
$nombrelink1v = "e-UJIer";
$link1v = "http://www.uji.es/private/eujier/index.html";
$nombrelink1i = "e-UJIer";
$link1i = "http://www.uji.es/private/eujier/index.html";
$nombrelink2 = "Biblioteca";
$link2 = "http://www.uji.es/cd/";
$nombrelink2v = "Biblioteca";
$link2v = "http://www.uji.es/cd/";
$nombrelink2i = "Library";
$link2i = "http://www.uji.es/cd/";
$nombrelink3 = "Agenda";
$link3 = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3v = "Agenda";
$link3v = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3i = "Dates";
$link3i = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink4 = "Información";
$link4 = "http://www.uji.es/";
$nombrelink4v = "Informació";
$link4v = "http://www.uji.es/";
$nombrelink4i = "Information";
$link4i = "http://www.uji.es/";
$dnom = "Ciencias experimentales";
$dnomv = "Cičncies experimentals";
$dnomi = "Experimental science";
$dtnom = "Departamento de Ciencias experimentales";
$dtnomv = "Departament de Cičncies experimentals";
$dtnomi = "Departament of Experimental science";
include_once "HTTP/Client.php";
if (!function_exists('mi_include')) {
function mi_include($url) {
$http = new HTTP_Client();
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$url2 = $datos['proto'].'://'.$datos['host'].$datos['request']. "?" . $trozos["query"];
if ( $http->get($url2) == 200 )
{
$a = $http->currentResponse();
print $a['body'];
} else {
$a = $http->currentResponse();
print "";
}
}
}
/*
if (!function_exists('mi_include')) {
function mi_include ($url) {
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$host = $datos['host'];
$port = $datos['port'];
$request = $datos['request'];
$ds = fsockopen($host, $port, $errno, $errstr, 30);
if (!$ds) {
echo "$errstr ($errno) \n";
} else {
$salida = "GET $request HTTP/1.1\r\n";
$salida .= "Host: $host\r\n";
$salida .= "Connection: Close\r\n\r\n";
fwrite($ds, $salida);
while (!feof($ds)) {
$linea = trim(fgets($ds));
if ( eregi("^<.*",$linea) ) {
echo $linea;
}
}
fclose($ds);
}
}
}
*/
?>
$dep="exp";
$cod_dep=86;
$logo_nombre = "imagenes/logos/logo.gif";
$foto_portada = "imagenes/portadas/piramide.jpg";
$foto_enlace = 1;
$foto_destino = "http://nisu.org";
$nombrelink1 = "e-UJIer";
$link1 = "http://www.uji.es/private/eujier/index.html";
$nombrelink1v = "e-UJIer";
$link1v = "http://www.uji.es/private/eujier/index.html";
$nombrelink1i = "e-UJIer";
$link1i = "http://www.uji.es/private/eujier/index.html";
$nombrelink2 = "Biblioteca";
$link2 = "http://www.uji.es/cd/";
$nombrelink2v = "Biblioteca";
$link2v = "http://www.uji.es/cd/";
$nombrelink2i = "Library";
$link2i = "http://www.uji.es/cd/";
$nombrelink3 = "Agenda";
$link3 = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3v = "Agenda";
$link3v = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3i = "Dates";
$link3i = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink4 = "Información";
$link4 = "http://www.uji.es/";
$nombrelink4v = "Informació";
$link4v = "http://www.uji.es/";
$nombrelink4i = "Information";
$link4i = "http://www.uji.es/";
$dnom = "Ciencias experimentales";
$dnomv = "Cičncies experimentals";
$dnomi = "Experimental science";
$dtnom = "Departamento de Ciencias experimentales";
$dtnomv = "Departament de Cičncies experimentals";
$dtnomi = "Departament of Experimental science";
include_once "HTTP/Client.php";
if (!function_exists('mi_include')) {
function mi_include($url) {
$http = new HTTP_Client();
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$url2 = $datos['proto'].'://'.$datos['host'].$datos['request']. "?" . $trozos["query"];
if ( $http->get($url2) == 200 )
{
$a = $http->currentResponse();
print $a['body'];
} else {
$a = $http->currentResponse();
print "";
}
}
}
/*
if (!function_exists('mi_include')) {
function mi_include ($url) {
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$host = $datos['host'];
$port = $datos['port'];
$request = $datos['request'];
$ds = fsockopen($host, $port, $errno, $errstr, 30);
if (!$ds) {
echo "$errstr ($errno) \n";
} else {
$salida = "GET $request HTTP/1.1\r\n";
$salida .= "Host: $host\r\n";
$salida .= "Connection: Close\r\n\r\n";
fwrite($ds, $salida);
while (!feof($ds)) {
$linea = trim(fgets($ds));
if ( eregi("^<.*",$linea) ) {
echo $linea;
}
}
fclose($ds);
}
}
}
*/
?>
|
| 
$dep="exp";
$cod_dep=86;
$logo_nombre = "imagenes/logos/logo.gif";
$foto_portada = "imagenes/portadas/piramide.jpg";
$foto_enlace = 1;
$foto_destino = "http://nisu.org";
$nombrelink1 = "e-UJIer";
$link1 = "http://www.uji.es/private/eujier/index.html";
$nombrelink1v = "e-UJIer";
$link1v = "http://www.uji.es/private/eujier/index.html";
$nombrelink1i = "e-UJIer";
$link1i = "http://www.uji.es/private/eujier/index.html";
$nombrelink2 = "Biblioteca";
$link2 = "http://www.uji.es/cd/";
$nombrelink2v = "Biblioteca";
$link2v = "http://www.uji.es/cd/";
$nombrelink2i = "Library";
$link2i = "http://www.uji.es/cd/";
$nombrelink3 = "Agenda";
$link3 = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3v = "Agenda";
$link3v = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3i = "Dates";
$link3i = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink4 = "Información";
$link4 = "http://www.uji.es/";
$nombrelink4v = "Informació";
$link4v = "http://www.uji.es/";
$nombrelink4i = "Information";
$link4i = "http://www.uji.es/";
$dnom = "Ciencias experimentales";
$dnomv = "Cičncies experimentals";
$dnomi = "Experimental science";
$dtnom = "Departamento de Ciencias experimentales";
$dtnomv = "Departament de Cičncies experimentals";
$dtnomi = "Departament of Experimental science";
include_once "HTTP/Client.php";
if (!function_exists('mi_include')) {
function mi_include($url) {
$http = new HTTP_Client();
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$url2 = $datos['proto'].'://'.$datos['host'].$datos['request']. "?" . $trozos["query"];
if ( $http->get($url2) == 200 )
{
$a = $http->currentResponse();
print $a['body'];
} else {
$a = $http->currentResponse();
print "";
}
}
}
/*
if (!function_exists('mi_include')) {
function mi_include ($url) {
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$host = $datos['host'];
$port = $datos['port'];
$request = $datos['request'];
$ds = fsockopen($host, $port, $errno, $errstr, 30);
if (!$ds) {
echo "$errstr ($errno) \n";
} else {
$salida = "GET $request HTTP/1.1\r\n";
$salida .= "Host: $host\r\n";
$salida .= "Connection: Close\r\n\r\n";
fwrite($ds, $salida);
while (!feof($ds)) {
$linea = trim(fgets($ds));
if ( eregi("^<.*",$linea) ) {
echo $linea;
}
}
fclose($ds);
}
}
}
*/
?>
|
|
$dep="exp";
$cod_dep=86;
$logo_nombre = "imagenes/logos/logo.gif";
$foto_portada = "imagenes/portadas/piramide.jpg";
$foto_enlace = 1;
$foto_destino = "http://nisu.org";
$nombrelink1 = "e-UJIer";
$link1 = "http://www.uji.es/private/eujier/index.html";
$nombrelink1v = "e-UJIer";
$link1v = "http://www.uji.es/private/eujier/index.html";
$nombrelink1i = "e-UJIer";
$link1i = "http://www.uji.es/private/eujier/index.html";
$nombrelink2 = "Biblioteca";
$link2 = "http://www.uji.es/cd/";
$nombrelink2v = "Biblioteca";
$link2v = "http://www.uji.es/cd/";
$nombrelink2i = "Library";
$link2i = "http://www.uji.es/cd/";
$nombrelink3 = "Agenda";
$link3 = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3v = "Agenda";
$link3v = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3i = "Dates";
$link3i = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink4 = "Información";
$link4 = "http://www.uji.es/";
$nombrelink4v = "Informació";
$link4v = "http://www.uji.es/";
$nombrelink4i = "Information";
$link4i = "http://www.uji.es/";
$dnom = "Ciencias experimentales";
$dnomv = "Cičncies experimentals";
$dnomi = "Experimental science";
$dtnom = "Departamento de Ciencias experimentales";
$dtnomv = "Departament de Cičncies experimentals";
$dtnomi = "Departament of Experimental science";
include_once "HTTP/Client.php";
if (!function_exists('mi_include')) {
function mi_include($url) {
$http = new HTTP_Client();
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$url2 = $datos['proto'].'://'.$datos['host'].$datos['request']. "?" . $trozos["query"];
if ( $http->get($url2) == 200 )
{
$a = $http->currentResponse();
print $a['body'];
} else {
$a = $http->currentResponse();
print "";
}
}
}
/*
if (!function_exists('mi_include')) {
function mi_include ($url) {
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$host = $datos['host'];
$port = $datos['port'];
$request = $datos['request'];
$ds = fsockopen($host, $port, $errno, $errstr, 30);
if (!$ds) {
echo "$errstr ($errno) \n";
} else {
$salida = "GET $request HTTP/1.1\r\n";
$salida .= "Host: $host\r\n";
$salida .= "Connection: Close\r\n\r\n";
fwrite($ds, $salida);
while (!feof($ds)) {
$linea = trim(fgets($ds));
if ( eregi("^<.*",$linea) ) {
echo $linea;
}
}
fclose($ds);
}
}
}
*/
?>
|
|
|
|
|
| ACTUALIDAD |
| (03-03-2004) Actualmente no hay ninguna noticia del departamento |
|
|
Contacto:
|
Departamento de Ciencias Experimentales Universitat Jaume I Campus Riu Sec E-12080 Castelló de la Plana Espanya (Spain) Tel. +34 964 728067/728068 Fax. +34 964 728066
Dirección electrónica:
mcampos@sg.uji.es;abernat@sg.uji.es
|
|
|
·
|
 |
 |
 |
|
include "phplib/db_mysql.inc";
// Declaración de la clase extendida
// de la base de datos de secciones
class DB_sec extends DB_Sql {
var $classname = "DB_sec";
var $Host = "localhost";
var $Database = "depts";
var $User = "depts";
var $Password = "mcgnl541";
function haltmsg($msg) {
printf(" | Database error: %s \n", $msg);
printf("MySQL Error: %s (%s) \n",
$this->Errno, $this->Error);
printf("Please contact dcastell@nuvol.uji.es and report the ");
printf("exact error message. \n");
}
}
?>
$dep="exp";
$cod_dep=86;
$logo_nombre = "imagenes/logos/logo.gif";
$foto_portada = "imagenes/portadas/piramide.jpg";
$foto_enlace = 1;
$foto_destino = "http://nisu.org";
$nombrelink1 = "e-UJIer";
$link1 = "http://www.uji.es/private/eujier/index.html";
$nombrelink1v = "e-UJIer";
$link1v = "http://www.uji.es/private/eujier/index.html";
$nombrelink1i = "e-UJIer";
$link1i = "http://www.uji.es/private/eujier/index.html";
$nombrelink2 = "Biblioteca";
$link2 = "http://www.uji.es/cd/";
$nombrelink2v = "Biblioteca";
$link2v = "http://www.uji.es/cd/";
$nombrelink2i = "Library";
$link2i = "http://www.uji.es/cd/";
$nombrelink3 = "Agenda";
$link3 = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3v = "Agenda";
$link3v = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink3i = "Dates";
$link3i = "http://www.uji.es/CA/noticies/agenda/";
$nombrelink4 = "Información";
$link4 = "http://www.uji.es/";
$nombrelink4v = "Informació";
$link4v = "http://www.uji.es/";
$nombrelink4i = "Information";
$link4i = "http://www.uji.es/";
$dnom = "Ciencias experimentales";
$dnomv = "Cičncies experimentals";
$dnomi = "Experimental science";
$dtnom = "Departamento de Ciencias experimentales";
$dtnomv = "Departament de Cičncies experimentals";
$dtnomi = "Departament of Experimental science";
include_once "HTTP/Client.php";
if (!function_exists('mi_include')) {
function mi_include($url) {
$http = new HTTP_Client();
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$url2 = $datos['proto'].'://'.$datos['host'].$datos['request']. "?" . $trozos["query"];
if ( $http->get($url2) == 200 )
{
$a = $http->currentResponse();
print $a['body'];
} else {
$a = $http->currentResponse();
print "";
}
}
}
/*
if (!function_exists('mi_include')) {
function mi_include ($url) {
$trozos = parse_url($url);
$datos = array("proto" => $trozos['scheme'],
"host" => $trozos['host'],
"port" => $trozos['port'],
"request" => $trozos['path']);
$host = $datos['host'];
$port = $datos['port'];
$request = $datos['request'];
$ds = fsockopen($host, $port, $errno, $errstr, 30);
if (!$ds) {
echo "$errstr ($errno) \n";
} else {
$salida = "GET $request HTTP/1.1\r\n";
$salida .= "Host: $host\r\n";
$salida .= "Connection: Close\r\n\r\n";
fwrite($ds, $salida);
while (!feof($ds)) {
$linea = trim(fgets($ds));
if ( eregi("^<.*",$linea) ) {
echo $linea;
}
}
fclose($ds);
}
}
}
*/
?>
|