Goals

Click the boxes below to learn more about each goal

Critical Examination of the Impacts of Racism and Trauma

To provide an interdisciplinary, intellectual space in which faculty, masters level students, undergraduate students, doctoral students, and postdocs can critically examine racism, violence, and trauma and their impact on the听well-being of emerging adult populations.

Conduct Quantitative and Qualitative Research

Conduct quantitative and qualitative research and contribute to manuscript development and submission for publication.听

Conduit of Racism, Violence, and Trauma Research

To become the leading conduit for the identification, dissemination, and institutionalization of racism, violence, and trauma issues that impact emerging adults.

Produce Knolwedge to Inform Polices and Practices

Produce evidence-based knowledge that informs the development of culturally relevant preventive and intervention practices and policies that combat racism, violence, and trauma for emerging adult populations.

and change the keyframes to use dynamic height var style = document.head.appendChild(document.createElement("style")), rule1 = " expand {\ from {height: 0; }\ to {height:" + contentHeight + "px;}\ }"; rule2 = " collapse {\ from {height:" + contentHeight + "px;}\ to {height: 0; }\ }"; if (CSSRule.KEYFRAMES_RULE) { // W3C style.sheet.insertRule("@keyframes" + rule1, 0); } else if (CSSRule.WEBKIT_KEYFRAMES_RULE) { // WebKit style.sheet.insertRule("@-webkit-keyframes" + rule1, 0); } if (CSSRule.KEYFRAMES_RULE) { // W3C style.sheet.insertRule("@keyframes" + rule2, 0); } else if (CSSRule.WEBKIT_KEYFRAMES_RULE) { // WebKit style.sheet.insertRule("@-webkit-keyframes" + rule2, 0); } if(!$thisBreakRow.hasClass('active')) { if($prevBreakRow) { $prevBreakRow.removeClass('active'); $prevBreakRow.addClass('inactive'); } if($prevBreakRowTablet) { $prevBreakRowTablet.removeClass('active'); $prevBreakRowTablet.addClass('inactive'); } if($prevBreakRowMobile) { $prevBreakRowMobile.removeClass('active'); $prevBreakRowMobile.addClass('inactive'); } $thisBreakRow.removeClass('inactive'); $thisBreakRow.addClass('active'); $thisBreakRowTablet.removeClass('inactive'); $thisBreakRowTablet.addClass('active'); $thisBreakRowMobile.removeClass('inactive'); $thisBreakRowMobile.addClass('active'); } //content fade in $('div.inactive .info-inner.fadeIn').removeClass('fadeIn'); item.find('.info-inner').addClass('fadeIn'); } $( window ).load(function() { var $appSquare = $('.application .app-square'); var $appInfo = $('.application .app-info'); $appSquare.height($appSquare.width()); //override position based on app square height var $topPosition = $appSquare.innerHeight() + 20; $appInfo.css('top', $topPosition + 'px'); //get height of deadlines dropdown var $dropdownList = $('.application .deadlines dl'); var $dropdownHeight = $dropdownList.outerHeight(true); }); //resize app boxes height on window resize $( window ).resize(function() { var $appSquare = $('.application .app-square'); var $appInfo = $('.application .app-info'); $appSquare.height($appSquare.width()); //override position based on app square height var $topPosition = $appSquare.innerHeight() + 20; $appInfo.css('top', $topPosition + 'px'); }); //print only the application information $('.application .icon-print').click( function() { $thisAppInfo = $(this).closest('.application'); $thisAppInfo.printThis(); }); //add video player var bcLoadVid = true; $(document).ready(function () { if ($('.item-video').length != 0 && $('#videoModal').length === 0){ addModal(); var trigger = $("body").find('[data-intent="initiate-video"]'); trigger.click(function (){ videoModal($(this)); }); } }); // add fragments if(typeof pageContainsContentFragment !== 'undefined' && pageContainsContentFragment ){ var bcContentFragmentsLoaded = false; $(document).ready( function() { if(!bcContentFragmentsLoaded){ bcContentFragmentsLoaded = true; doFragments(); } }); }