AUSPICIADORES











Ron Añejo Pampero

ACCESIBILIDAD
CAi Open 2007



caiopen@caiuc.cl


Deprecated: Assigning the return value of new by reference is deprecated in /home/caiuc/public_html/web/inc/adodb/adodb.inc.php on line 921

Deprecated: Assigning the return value of new by reference is deprecated in /home/caiuc/public_html/web/inc/adodb/adodb.inc.php on line 1996

Deprecated: Assigning the return value of new by reference is deprecated in /home/caiuc/public_html/web/inc/adodb/adodb.inc.php on line 2068
Mañana martes se jugarán las dos semifinales del campeonato, a las 3 de la tarde. Estas son

Rodriguez - Manterola (Cancha 1)
Delgado - Molina (Cancha 2)

Staff CaiOpen
Diego Maturana @ 12-11-2007 14:53
 
Los dos primeros partidos de 4tos son los siguientes:
Borquez vs Manterola, Viernes 28 a las 4:30 en la cancha 3
Letelier vs Delgado, Viernes 28 a las 4:30 en la cancha 4

Staff CaiOpen
Diego Maturana @ 26-09-2007 17:22
 
Se ha actualizado el archivo excel con los últimos resultados

Staff CaiOpen
Diego Maturana @ 26-09-2007 17:17
 
Se les recuerda que todos los que han jugado partidos (dentro y fuera de la universidad) deben informar el resultado en las hojas de la Chika (que ese es el medio legal), y no se les puede olvidar devolver las pelotas y firmar al termino del partido.
Diego Maturana @ 18-08-2007 13:34
 
Los partidos de hoy martes 14 se suspenden. Lamentamos esta situación, pero la universidad no facilitó las canchas para hoy. Estos partidos pueden ser recuperados en los horarios libres o en canchas ajenas a la universidad, previo aviso a la organización.

Staff CaiOpen
Diego Maturana @ 14-08-2007 11:29
 

>> NOTICIAS ANTERIORES  
¿Por qué enseñar Ingeniería en 5 años?
¿Por qué enseñar Ingeniería en 5 años?
Te invitamos a empezar la reflexión del Encuentro Interno asistiendo al foro : ¿Por qué enseñar Ingeniería en 5 años?. Arnlodo Hax, Eduardo Bitrán y Juan Carlos de la Llera nos darán sus puntos de vista. Te invitamos a informarte sobre este tema, este jueves en la sala A7 a las 13:00.

¡No te puedes perder estos invitados!

Más info en www.cai.cl/ei

>> NOTICIAS MULTIMEDIA ANTERIORES


Debug mode is on.

";} $days_before = 0; $show_days = 30; $show_months = 0; $show_years = 0; $max_results = 15; $show_year_on_date = false; if (!empty($query_string)) $query = "&q=" . urlencode($query_string); else $query = ""; $calendar_xml_address = "http://www.google.com/calendar/feeds/" . $gmail . "/public/basic?orderby=starttime&sortorder=a&start-min=" . date("Y-m-d",mktime(0, 0, 0, date("m"), date("d")-$days_before, date("Y"))) . "&start-max=" . date("Y-m-d",mktime(0, 0, 0, date("m")+$show_months, date("d")+$show_days, date("Y")+$show_years)) . "&max-results=" . $max_results . $query; //echo $calendar_xml_address; if ($debug_mode) {echo "

Getting XML feed

";} $feed = new SimplePie(); $feed->feed_url($calendar_xml_address); $feed->cache_max_minutes($cache_max_minutes); $feed->cache_location($cache_location); $feed->order_by_date(false); $feed->init(); $mesesCompletos = array ( 'ene' => 'Enero', 'feb' => 'Febrero', 'mar' => 'Marzo', 'abr' => 'Abril', 'may' => 'Mayo', 'jun' => 'Junio', 'jul' => 'Julio', 'ago' => 'Agosto', 'sep' => 'Septiembre', 'oct' => 'Octubre', 'nov' => 'Noviembre', 'dec' => 'Diciembre' ); $diasCompletos = array ( 'lun' => 'Lunes', 'mar' => 'Martes', 'mié' => 'Miércoles', 'jue' => 'Jueves', 'vie' => 'Viernes', 'sáb' => 'Sábado', 'dom' => 'Domingo', ); $mesesPorNumero = array ( 1 => 'Enero', 2 => 'Febrero', 3 => 'Marzo', 4 => 'Abril', 5 => 'Mayo', 6 => 'Junio', 7 => 'Julio', 8 => 'Agosto', 9 => 'Septiembre', 10 => 'Octubre', 11 => 'Noviembre', 12 => 'Diciembre' ); /* $meses = array ( 'ene' => 'Jan', 'feb' => 'Feb', 'mar' => 'Mar', 'abr' => 'Apr', 'may' => 'May', 'jun' => 'Jun', 'jul' => 'Jul', 'ago' => 'Aug', 'sep' => 'Sep', 'oct' => 'Oct', 'nov' => 'Nov', 'dec' => 'Dec' ); */ if((($items = $feed->get_items()) !== FALSE) && is_array($items)) { foreach($items as $item) { if ($debug_mode) { echo "

Item found

"; } // Extract the 'when' information from the item summary, and ignore everything else //$from = mb_convert_encoding( utf8_decode( $item->get_description() ), 'ISO-8859-1'); //si ESTE archivo no está en Unicode $from = $item->get_description(); //echo '
DEBUG - $fom: begin-'.$from.'-end

'; /* $fecha = substr($from, strpos($from, 'Cu ndo: ') + strlen('Cundo: ')); $fecha = substr($fecha, 0, strpos($fecha, '<br>')); $fecha = str_replace(array('de ', 'del '), '', $fecha); if(strpos($fecha, ' al ') !== FALSE) $fecha = substr($fecha, 0, strpos($fecha, ' al ') - strlen(' 00:00')); $day_of_week = substr($fecha, 0, 3); $year = substr($fecha, -4); $fecha = substr($fecha, 4, -5); $month = substr($fecha, -3); $day = substr($fecha, 0, strpos($fecha, $month)-1); $month = $meses[$month]; //$time = strtotime(trim(substr($from,0,20))); $time = strtotime("$day $month $year"); */ if(strpos($from, 'Cuándo: ') !== FALSE) { $fecha = substr($from, strpos($from, 'Cuándo: ') + strlen('Cuándo: ')); //$fecha = substr($fecha, 0, strpos($fecha, '<br>')); $fecha = str_replace(array('&nbsp; '), '', $fecha); $fecha = substr($fecha, 0, strpos($fecha, 'get_description(); $where = substr($where,strpos($where,"Dónde: ")+6); $where = trim(substr($where,0,strpos($where,"<"))); if (substr($where,0,2)=="20") {$where = "";} // If there's no location, just ignore it */ // Extract the link for Google Calendar $url = $item->get_links(); //$title = ssm_encoding(mb_convert_encoding( utf8_decode( $item->get_title() ), 'ISO-8859-1')); //si ESTE archivo no está en Unicode $title = $item->get_title(); // Stick into a nice array $bookings[] = array('time'=>$time, 'where'=>$where, 'title'=>$title, 'url'=>$url[0]); } // Sort the bookings into time order //sort($bookings); if(isset($bookings) && is_array($bookings)) { foreach($bookings as $booking) { printHTML (' '. $booking['title'] .'
'. ''. $booking['time']. ''. '

' ); // if ($booking['where']) {echo "
".$booking['where'];} } } } //if(get_items() !== FALSE) ?>
MULTILOGIN
Usuario:
Clave:

BUSCAR

ÚLTIMAS NOTICIAS CAi

NOTICIAS FEUC

ÚLTIMOS MENSAJES BLOG CAi

ÚLTIMOS MENSAJES FORO CAi

NOTICIAS NACIONALES

Generado por souFrag Site Manager. Acerca de este Sitio Web.
©1904-2007 Centro de Alumnos de Ingeniería, Pontificia Universidad Católica de Chile. Todos los derechos reservados.
Vicuña Mackena N°4860, Campus San Joaquín, Edificio José Luis del Río Rondanelli. Macul, Santiago - Chile.
Fono: 354 4759 | Fono-fax: 354 4731 | E-mail: cai@caiuc.cl