';
}
htmlBuffer += ' ' +
'
';
for(var i = 0; i < dayEvents.length; i++) {
var event = dayEvents[i];
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var eventTime = event.startDate.format('h:i') + event.startDate.format('a').substring(0,1);
htmlBuffer += '
' + eventTime + ' ' +
'' + eventTitle + '
';
htmlBuffer +=
'\';
}
htmlBuffer +=
'
' +
'';
if(nowDate.format('w') == 6) {
htmlBuffer += '';
if(compareDates(nowDate, rangeEnds) < 0) {
htmlBuffer += '
';
}
}
nowDate = nowDate.add(Date.DAY, 1);
}
body.update(htmlBuffer);
hideLoadingCalendar();
$('monthlyView').show({duration: .4});
}
';
}
htmlBuffer += ' ' +
' ';
var lastEventTime = '';
for(var j = 0; j < dayEvents.length; j++, i++) {
var event = dayEvents[j];
var eventTime = event.startDate.format('ga');
//Breaking titles with too long words
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
htmlBuffer += (eventTime != lastEventTime?'
' + eventTime + '
':'') +
'
' + eventTitle + '
';
htmlBuffer +=
'\';
lastEventTime = eventTime;
}
htmlBuffer +=
'
' +
'';
currentDate = new Date(currentDate.getTime()+(1000*60*60*24));
}
htmlBuffer += ' ';
body.update(htmlBuffer);
hideLoadingCalendar();
$('weeklyView').show({duration: .4});
}
';
return htmlBuffer;
}
function getOngoingEventHTML(event) {
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var htmlBuffer = '';
var tagsHTML = '';
if(event.tags != '') {
var tags = event.tags.split(',');
tagsHTML += "Tags: ";
for (var x = 0; x < tags.length; x++) {
var tag = tags[x];
if(x > 0)
tagsHTML += ', ';
tagsHTML += '
' + tag + ' ';
}
}
var locationHTML = '';
if(event.location != "") {
locationHTML = 'Where: ';
locationHTML += event.location + '
';
}
var categoriesHTML = '';
if(event.categories.length > 0) {
var categoriesHTML = 'Calendar: ';
for(var x = 0; x < event.categories.length; x++) {
var category = event.categories[x];
if(x > 0) categoriesHTML += ', ';
categoriesHTML += '
' + category.categoryName + ' '
}
categoriesHTML += '
';
}
var ddHTML = locationHTML + categoriesHTML + tagsHTML;
htmlBuffer +=
'
Through ' + event.endDate.format('F j, Y') + ' ' + eventTitle + ' ' +
'
' + (ddHTML != ''?ddHTML:' ') + ' ';
htmlBuffer +=
' \';
return htmlBuffer;
}
Oxford Institute for Environmental Education - Symposium
When:
Fri, February 26 2010 10:00 AM - Sat, February 27 2010 05:00 PM
Where:
Charlie Elliott Wildlife Center
Link:
http://www.emory.edu/oxford/oiee
Description:
This symposium is a followup to the Summer 2009 Oxford Institute for Environmental Education, an intensive two-week educational seminar, wihch provides an opportunity for science teachers in grades K-12 to collaborate with Oxford College biology faculty, gaining new science teaching methods and investigative techniques. Featured speaker is Dave Wagner, who is an Associate Professor of Ecology and Evolutionary Biology at the University of Connecticut and the author of Caterpillars of Eastern North America: A Guide to Identification and Natural History .
Add to Outlook Calendar
Related Events
Men's Basketball Game
When: Saturday, February 20 2010 02:00 PM - Saturday, February 20 2010 05:00 PM
Men's Basketball Game
When: Monday, February 22 2010 07:00 PM - Monday, February 22 2010 10:00 PM
Leadership Oxford Interest Session
When: Tuesday, February 23 2010 04:30 PM - Tuesday, February 23 2010 08:00 PM
Leadership Oxford Interest Session
When: Tuesday, February 23 2010 04:30 PM - Tuesday, February 23 2010 08:00 PM
Lecture - David L. Wagner, PhD, Entomologist
When: Thursday, February 25 2010 07:00 PM - Thursday, February 25 2010 08:00 PM
Loading...