';
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;
}
|
Deadline for the AGPA's Fifth-Annual Rubber Band Contest For Young Inventors
|
 |
-
When:
-
Fri, April 5 2013 05:00 PM
- Link:
-
http://www.rubberbandcontest.org
- Calendars:
-
College of Polymer Science and Polymer Engineering
The search is on for America's next great inventor. The Rubber Band Contest challenges students in grades 5-8 to design and create a working invention that incorporates at least one (1) rubber band. This contest aligns with national science education standards and gives teachers an opportunity to meet their curriculum requirements, while giving students a fun opportunity to engage in hands-on, minds-on learning! Visit www.rubberbandcontest.org today!
|
Related Events
No Related Events
|
Loading...