';
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 tagsHTML = '
';
}
var locationHTML = '';
if(event.location != "") {
locationHTML = '
Location: ';
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('M j, Y') + ' ' + eventTitle + '' +
'
' + (ddHTML != ''?ddHTML:' ') + '';
htmlBuffer +=
' \';
return htmlBuffer;
}
|
SAGES Meeting
|
 |
-
When:
-
Tue, October 9 2012 04:00 PM - Tue, October 9 2012 05:00 PM
- Building
-
Olin Hall , 376
- Calendars:
-
English
The next SAGES (Society of Akron Graduate English Scholars) meeting will be held on October 9th, 2012 in Olin 376 at 4pm. Topics being discussed include the next Professional Development Workshop in abstract writing, the SAGES trip to AWP (Association of Writers and Writing Programs) convention in Boston, and the possibility of an MMLA carpool.
All graduate English students are welcome to attend.
In addition, SAGES would like to remind everyone that they are collecting children's books to donate to Akron Children's Hospital.
|
Related Events
No Related Events
|
Loading...