$room[$i]"; } ?> ".$dep:$org; $acca[$schedule] = "$title
$author ($org)"; } } //end if fclose($handle); //creating normal Oral Presentations array $row = 1; $dis=0; if (($handle = fopen("abstracts/oral_v5.csv", "r")) !== FALSE) { while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) { //$num = count($data); //echo "

$num fields in line $row:

\n"; /* for ($c=0; $c < $num; $c++) { echo $data[$c] . "
\n"; }*/ $idGP = $data[2]; $schedule = $data[4]; $title = $data[5]; $author = $data[6]; $org = $data[7]; $dep = $data[8]; $org=($dep)?$org."
".$dep:$org; $pres[$schedule] = "$title
$author ($org)"; } //end if fclose($handle); //add special sessions and breaks $pres[7150] = "Opening Session (auditori room)"; $pres[8090] = "Plenary Session (auditori room)"; $pres[9170] = "Closing Session (auditori room)"; $pres[7180] = "OSGeo Annual General Meeting - AGM (auditori room)"; $pres[8200] = "Gala Dinner"; $pres[7160] = $pres[8103] = $pres[8160] = $pres[9103] = $pres[9153] = "break"; $pres[8133] = $pres[9130] = "lunch"; $groupSession = array(7150,8090,9170,7160,8103,8160,9103,9153,8133,9130,7180,8200); //add tutorials $pres[812061] = "T-01: gvSIG Mobile and Mini tutorial
J. Carrasco, A. Romeu (PRODEVELOP)"; $pres[716371] = "T-02: PyWPS a tutorial for beginners and developers
J. Cepicky (Help Service - Remote Sensing ltd. )"; $pres[814361] = "T-03: Building web based GIS applications with GeoExt
P. Giraud (1), A. Hocevar (2), Y. Jacolin (3) ((1) camptocamp, (2) OpenGeo, (3) Camptocamp)"; $pres[816371] = "T-04: Mastering advanced GeoNetwork
J. Ticheler, J. Garcia, H. Doeleman (GeoCat)"; $pres[909061] = "T-05: Hands-on Introduction to MapGuide Open Source.
G. Luckett (Arrow Geomatics Inc )"; $pres[911061] = "T-06: First steps with MapFish
P. Mauduit, A. Abt. (Camptocamp France SAS )"; $pres[914061] = "T-07: A hands-on introduction to Spatial ETL with GeoKettle
T. Badard (Spatialytics)"; $pres[812071] = "T-08: How to generate billions of tiles using distributed cloud-computing
O. Christen, C. Moullet, F. Van Der Biest (Camptocamp SA )"; //$pres[814371] = "T-09: Implementation of Open Source Software for the development of Interactive Social and Environmental Atlas
K. Gill, N. Hussain, U. Saeed, I. Ashraf, R. Nawaz (WWF Pakistan )"; $pres[909071] = "T-10: SDI Best Practices with GeoNode
S. Benthall (1), S. Gill (2) ((1) OpenGeo, (2) World Bank)"; $pres[814371] = "T-11: Standardized Geoprocessing with 52°North Open Source Software
B. Schaeffer (52°North )";//was 911071 $pres[911071] = "T-13: Conquering complex application schemas (INSPIRE Data Themes, GeoSciML, ...) with deegree 3 web services
M. Schneider (lat/lon GmbH )"; $pres[914071] = "T-12: Sensor Web Enablement - Integrating Sensor Data into Spatial Data Infrastructures
S. Jirka (1), A. Bröring (2), E. H. Jürrens (1) ((1) 52° North GmbH, (2) University of Münster - Institute für Geoinformatics)"; $pres[716361] = "OSGeo Live Lightening Overview
"; $pres[816361] = "WMS Shootout (Benchmarking)
"; $pres[818031] = "Foro Ibérico y Latinoamericano de OGC (OGC ILAF)
Joan Capdevila (IGN) y Joan Masó (CREAF)"; $pres[818011] = $pres[818021] = $pres[818041] = $pres[818051] = $pres[818061] = $pres[818071] = "Breakout Sessions"; } //create the table for($i=7;$i<10;$i++){ foreach($sched[$i] as $hour) { $row++; if($dis){ $tdClass = "class='disp'"; $dis = 0; } else { $tdClass = "class='par'"; $dis = 1; } print""; $h = substr(str_replace(':','',$hour), 0, -1); $gSess = $i.$h; print ""; if(in_array($gSess,$groupSession)){ print ""; } else { for($j=1;$j<(count($room)+1);$j++){//loop of the rooms print ""; } } print''; }//end foearch(sched) }//end for $sched ?>
date/time
Sept 0".$i."th
$hour
$pres[$gSess]"; //print "d: $i, h:$h, r:$j
"; for($z=1;$z<7;$z++){//scheduling loop $code = $i.$h.$j.$z; //print"
code: $code
"; if(isset($pres[$code])) { print $pres[$code]."

"; } else if(isset($acca[$code])){ print $acca[$code]."

"; } //else print"
code: $code"; } print "