';
}
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;
}
Health and Wellness Area Research Day
When:
Wed, October 17 2012 04:30 PM - 08:00 PM
Created by:
Lei Zhu
Where:
Annunciation Center @ 2 Convent Road, Morristown, NJ 07960
Map
Calendars:
Graduate Nutrition
,
Dietetic Internship
,
Graduate Nursing
,
Foods & Nutrition
,
Nursing
,
Academics
,
Home
,
Current Students
,
Faculty & Staff
,
Health and Wellness Studies
,
Fitness
,
Allied Health Studies
,
Health Care Management
Description:
Topic: Reducing Health Disparities in Health Care
Keynote Speaker
Wendy Johnson-Askew, PhD, MPH, RD
Director of Public Policy Nestle Nutrition
Objectives:
The participant will be able to:
Identify the factors contributing to health disparities, including but not limited to the contributions of health care systems and providers.
Develop strategies to eliminate racial and ethnic health disparities in practice.
Schedule
4:30 Registration
5:00 - 6:00 Student Panel:
Molly Crowley, MS
Vanessa Perez, MS
Chinar Rao, MS
Diane Santillo, RN, BSN
6:00 - 6:45 Poster Presentations and Light Refreshments
7:00 - 8:00 Keynote Speaker
For further information, please contact Barbara Arabas at barabas@cse.edu or 973-290-4056
Download Event
Files
Related Events
Third Annual CSE Golf Outing
When: Thu, October 11 2012 12:00 AM - 11:59 PM
Sociology Career Day
When: Thu, October 11 2012 11:30 AM - 12:30 PM
Vatican II Pastoral Conference Day 2012
When: Sat, October 13 2012 08:45 AM - 12:30 PM
Women's College Open House
When: Sun, October 14 2012 09:00 AM - 01:00 PM
Senior Poster Presentation and Exhibit
When: Tue, October 16 2012 12:00 PM - 01:30 PM
Loading...