';
}
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('g') + 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 != null && 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;
}
Award-Winning Poet Michael Collier to Conduct Class and Reading at CSE
When:
Tue, April 16 2013 03:00 PM - 07:00 PM
Created by:
Lei Zhu
Where:
Annunciation Center, Dolan Performance Hall @ 2 Convent Road, Morristown, NJ 07960
Map
Calendars:
English
,
Current Students
,
Faculty & Staff
,
Academics
,
Parents & Family
,
Home
,
Culture and Humanities
Description:
Award-winning poet Michael Collier will present a master class (3 p.m.) and a reading (7 p.m.) on April 16 in Dolan Performance Hall. He is the director of the renowned Bread Loaf Writers' Conference, and the author of numerous books of poetry and essays
Download Event
Files
Related Events
Survivor Testimony: Stella Rabner
When: Tue, April 9 2013 12:30 PM - 01:45 PM
Open House Graduate and Adult Undergraduate Programs
When: Tue, April 9 2013 06:00 PM - 08:00 PM
EEA Conference
When: Thu, April 11 2013 08:30 AM - 01:30 PM
12th Annual College of Saint Elizabeth Scholarship Benefit
When: Thu, April 11 2013 06:00 PM
CSE Film Studies Festival: "Rosenstrasse"
When: Thu, April 11 2013 07:00 PM - 09:30 PM
Loading...