KnowDive Seminar series
|
|
Scope and Schedule |
|
We organize the KnowDive Seminar series.
The seminar is particularly targeted to KnowDive project members and close friends.
This is a place for presenting both preliminary work and complete papers in a very informal and friendly environment. | |
| |
Call for discussion topics | |
Volunteers to give a talk are needed! If you are interested please send email to KnowDive Seminar series . Use this email also if you are interested in becoming a close friend (they receive seminar announcements). | |
| |
| |
Presentations (Wednesdays, 12:30-13:30) |
"; echo " | ";
echo "". ($Row[date_f]) . " at " . ($Row[time_f]) . ". Talk by " . ($Row[NAME]) . " " . ($Row[SURNAME]) . ". | \n";
}
?>
"; echo " | ";
echo "". ($Row[date_f]) . " at " . ($Row[time_f]) . ". Talk by " . ($Row[NAME]) . " " . ($Row[SURNAME]) . ". Abstract | \n";
}
// future seminars
$startdate = strtotime("" . $seminarday);
$enddate = strtotime($lastdate);
for ($date = $startdate; $date <= $enddate; $date = strtotime("next " . $seminarday, $date)) {
$query="SELECT idSeminar, Event.idEvent, DATE_FORMAT(Event.date, \"%M %D, %Y\") as date_f, EventSeminar.title, TIME_FORMAT(EventSeminar.time, \"%l:%i %p\") as time_f, PERSON.NAME, PERSON.SURNAME FROM EventSeminar, Event, DITIS_PD.PERSON WHERE typeSeminar = 1 AND EventSeminar.idEvent = Event.idEvent AND PERSON.PERSON_ID = EventSeminar.speaker AND Event.date = '" . (date("Y-m-d", $date)) . "'";
// echo "
" . $query . " | |
"; echo " | ";
echo "". ($Row[date_f]) . " at " . ($Row[time_f]) . ". Talk by " . ($Row[NAME]) . " " . ($Row[SURNAME]) . ". Abstract |
"; echo " | ";
echo "". (date("F jS, Y", $date)) . ".To be announced later. |