CINXE.COM
On Campus
<!DOCTYPE html> <!--[if IE 8]> <html class="ie ie8" xmlns="http://www.w3.org/1999/xhtml" prefix="" lang="en-US"> <![endif]--> <!--[if IE 9]> <html class="ie ie9" xmlns="http://www.w3.org/1999/xhtml" prefix="" lang="en-US"> <![endif]--> <!--[if gt IE 9]><!--> <html xmlns="http://www.w3.org/1999/xhtml" prefix="" lang="en-US"> <!--<![endif]--> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://news.fordham.edu:80/inside-fordham-category/on-campus/","20170428104308","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1493376188"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"/> <title> On Campus</title> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="pingback" href="http://news.fordham.edu/xmlrpc.php"/> <link rel="shortcut icon" href="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/01/favicon.png"/> <!-- BEGIN Metadata added by the Add-Meta-Tags WordPress plugin --> <meta name="description" content="Content filed under the On Campus category."/> <meta name="keywords" content="on campus"/> <!-- END Metadata added by the Add-Meta-Tags WordPress plugin --> <link rel="dns-prefetch" href="//web.archive.org/web/20170428104308/http://netdna.bootstrapcdn.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20170428104308/http://fonts.googleapis.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20170428104308/http://s.w.org/"/> <link rel="alternate" type="application/rss+xml" title="Fordham Newsroom » Feed" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/feed/"/> <link rel="alternate" type="application/rss+xml" title="Fordham Newsroom » Comments Feed" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/comments/feed/"/> <link rel="alternate" type="text/calendar" title="Fordham Newsroom » iCal Feed" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/events/?ical=1"/> <link rel="alternate" type="application/rss+xml" title="Fordham Newsroom » On Campus Category Feed" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/feed/"/> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20170428104308\/https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20170428104308\/https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/web.archive.org\/web\/20170428104308\/http:\/\/news.fordham.edu\/wp-includes\/js\/wp-emoji.js?ver=4.7.4","twemoji":"https:\/\/web.archive.org\/web\/20170428104308\/http:\/\/news.fordham.edu\/wp-includes\/js\/twemoji.js?ver=4.7.4"}}; ( function( window, document, settings ) { var src, ready, ii, tests; /* * Create a canvas element for testing native browser support * of emoji. */ var canvas = document.createElement( 'canvas' ); var context = canvas.getContext && canvas.getContext( '2d' ); /** * Detect if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph * made of two characters, so some browsers (notably, Firefox OS X) don't support them. * * @since 4.2.0 * * @param type {String} Whether to test for support of "flag" or "emoji4" emoji. * @return {Boolean} True if the browser can render emoji, false if it cannot. */ function browserSupportsEmoji( type ) { var stringFromCharCode = String.fromCharCode, flag, flag2, technologist, technologist2; if ( ! context || ! context.fillText ) { return false; } // Cleanup from previous test. context.clearRect( 0, 0, canvas.width, canvas.height ); /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesn't work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline = 'top'; context.font = '600 32px Arial'; switch ( type ) { case 'flag': /* * This works because the image will be one of three things: * - Two empty squares, if the browser doesn't render emoji * - Two squares with 'U' and 'N' in them, if the browser doesn't render flag emoji * - The United Nations flag * * The first two will encode to small images (1-2KB data URLs), the third will encode * to a larger image (4-5KB data URL). */ context.fillText( stringFromCharCode( 55356, 56826, 55356, 56819 ), 0, 0 ); if ( canvas.toDataURL().length < 3000 ) { return false; } context.clearRect( 0, 0, canvas.width, canvas.height ); /* * Test for rainbow flag compatibility. As the rainbow flag was added out of sequence with * the usual Unicode release cycle, some browsers support it, and some don't, even if their * Unicode support is up to date. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (white flag emoji + rainbow emoji). */ context.fillText( stringFromCharCode( 55356, 57331, 65039, 8205, 55356, 57096 ), 0, 0 ); flag = canvas.toDataURL(); context.clearRect( 0, 0, canvas.width, canvas.height ); context.fillText( stringFromCharCode( 55356, 57331, 55356, 57096 ), 0, 0 ); flag2 = canvas.toDataURL(); return flag !== flag2; case 'emoji4': /* * Emoji 4 has the best technologists. So does WordPress! * * To test for support, try to render a new emoji (woman technologist: medium skin tone), * then compare it to how it would look if the browser doesn't render it correctly * (woman technologist: medium skin tone + personal computer). */ context.fillText( stringFromCharCode( 55357, 56425, 55356, 57341, 8205, 55357, 56507), 0, 0 ); technologist = canvas.toDataURL(); context.clearRect( 0, 0, canvas.width, canvas.height ); context.fillText( stringFromCharCode( 55357, 56425, 55356, 57341, 55357, 56507), 0, 0 ); technologist2 = canvas.toDataURL(); return technologist !== technologist2; } return false; } function addScript( src ) { var script = document.createElement( 'script' ); script.src = src; script.defer = script.type = 'text/javascript'; document.getElementsByTagName( 'head' )[0].appendChild( script ); } tests = Array( 'flag', 'emoji4' ); settings.supports = { everything: true, everythingExceptFlag: true }; for( ii = 0; ii < tests.length; ii++ ) { settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] ); settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ]; if ( 'flag' !== tests[ ii ] ) { settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ]; } } settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag; settings.DOMReady = false; settings.readyCallback = function() { settings.DOMReady = true; }; if ( ! settings.supports.everything ) { ready = function() { settings.readyCallback(); }; if ( document.addEventListener ) { document.addEventListener( 'DOMContentLoaded', ready, false ); window.addEventListener( 'load', ready, false ); } else { window.attachEvent( 'onload', ready ); document.attachEvent( 'onreadystatechange', function() { if ( 'complete' === document.readyState ) { settings.readyCallback(); } } ); } src = settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } )( window, document, window._wpemojiSettings ); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="widget-calendar-pro-style-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/events-calendar-pro/src/resources/css/widget-calendar-full.css?ver=4.4.6" type="text/css" media="all"/> <link rel="stylesheet" id="tribe_events-widget-calendar-pro-style-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/events-calendar-pro/src/resources/css/widget-calendar-theme.css?ver=4.4.6" type="text/css" media="all"/> <link rel="stylesheet" id="tribe_events--widget-calendar-pro-override-style-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/events-calendar-pro/src/resources/css/widget-calendar-theme.css?ver=4.4.6" type="text/css" media="all"/> <link rel="stylesheet" id="contact-form-7-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.7" type="text/css" media="all"/> <link rel="stylesheet" id="DOPTG_JScrollPaneStyle-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/doptg/libraries/gui/css/jquery.jscrollpane.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="DOPTG_ThumbnailGalleryStyle-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/doptg/assets/gui/css/jquery.dop.ThumbnailGallery.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="sb_instagram_styles-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/instagram-feed-pro/css/sb-instagram.css?7&ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="cff-font-awesome-css" href="//web.archive.org/web/20170428104308cs_/http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css?2&ver=4.2.0" type="text/css" media="all"/> <link rel="stylesheet" id="bwg_frontend-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/photo-gallery/css/bwg_frontend.css?ver=1.3.36" type="text/css" media="all"/> <link rel="stylesheet" id="bwg_font-awesome-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/photo-gallery/css/font-awesome/font-awesome.css?ver=4.6.3" type="text/css" media="all"/> <link rel="stylesheet" id="bwg_mCustomScrollbar-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/photo-gallery/css/jquery.mCustomScrollbar.css?ver=1.3.36" type="text/css" media="all"/> <link rel="stylesheet" id="bwg_sumoselect-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/photo-gallery/css/sumoselect.css?ver=3.0.2" type="text/css" media="all"/> <link rel="stylesheet" id="SearchAutocomplete-theme-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/search-autocomplete/css/redmond/jquery-ui-1.9.2.custom.min.css?ver=1.9.2" type="text/css" media="all"/> <link rel="stylesheet" id="wprssmi_template_styles-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/wp-rss-multi-importer/templates/templates.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="tribe-events-full-pro-calendar-style-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-full.css?ver=4.4.6" type="text/css" media="all"/> <link rel="stylesheet" id="tribe-events-calendar-pro-style-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-theme.css?ver=4.4.6" type="text/css" media="all"/> <link rel="stylesheet" id="tribe-events-calendar-full-pro-mobile-style-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-full-mobile.css?ver=4.4.6" type="text/css" media="only screen and (max-width: 768px)"/> <link rel="stylesheet" id="tribe-events-calendar-pro-mobile-style-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-theme-mobile.css?ver=4.4.6" type="text/css" media="only screen and (max-width: 768px)"/> <link rel="stylesheet" id="tribe-bumpdown-css-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/event-tickets/common/src/resources/css/bumpdown.css?ver=4.4.5" type="text/css" media="all"/> <link rel="stylesheet" id="events-community-tickets-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/the-events-calendar-community-events-tickets/src/resources/css/events-community-tickets.css?ver=4.4" type="text/css" media="all"/> <link rel="stylesheet" id="event-tickets-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/event-tickets/src/resources/css/tickets.css?ver=4.4.6" type="text/css" media="all"/> <link rel="stylesheet" id="buttons-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-includes/css/buttons.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="dashicons-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-includes/css/dashicons.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="mediaelement-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-includes/js/mediaelement/mediaelementplayer.min.css?ver=2.22.0" type="text/css" media="all"/> <link rel="stylesheet" id="wp-mediaelement-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-includes/js/mediaelement/wp-mediaelement.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="media-views-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-includes/css/media-views.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="imgareaselect-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-includes/js/imgareaselect/imgareaselect.css?ver=0.9.8" type="text/css" media="all"/> <link rel="stylesheet" id="smartmag-fonts-css" href="https://web.archive.org/web/20170428104308cs_/http://fonts.googleapis.com/css?family=Open+Sans:400,400Italic,600,700|Roboto+Slab&subset" type="text/css" media="all"/> <link rel="stylesheet" id="smartmag-core-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/themes/fordham/style.css?ver=2.5.2" type="text/css" media="all"/> <link rel="stylesheet" id="smartmag-responsive-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/themes/smart-mag/css/responsive.css?ver=2.5.2" type="text/css" media="all"/> <link rel="stylesheet" id="smartmag-font-awesome-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/themes/smart-mag/css/fontawesome/css/font-awesome.min.css?ver=2.5.2" type="text/css" media="all"/> <link rel="stylesheet" id="smartmag-skin-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/themes/smart-mag/css/skin-light.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="custom-css-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/?bunyad_custom_css=1&ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="wpmu-wpmu-ui-3-min-css-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/css/wpmu-ui.3.min.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="avhec-widget-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/extended-categories-widget/4.2/css/avh-ec.widget.css?ver=3.10.0-dev.1" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/jquery/jquery.js?ver=1.12.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/photo-gallery/js/bwg_frontend.js?ver=1.3.36"></script> <script type="text/javascript"> /* <![CDATA[ */ var bwg_objectsL10n = {"bwg_select_tag":"Select Tag","bwg_search":"Search"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/photo-gallery/js/jquery.sumoselect.min.js?ver=3.0.2"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/photo-gallery/js/jquery.mobile.js?ver=1.3.36"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/photo-gallery/js/jquery.mCustomScrollbar.concat.min.js?ver=1.3.36"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/photo-gallery/js/jquery.fullscreen-0.4.1.js?ver=0.4.1"></script> <script type="text/javascript"> /* <![CDATA[ */ var bwg_objectL10n = {"bwg_field_required":"field is required.","bwg_mail_validation":"This is not a valid email address.","bwg_search_result":"There are no images matching your search."}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/photo-gallery/js/bwg_gallery_box.js?ver=1.3.36"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/wp-retina-2x/js/picturefill.min.js?ver=3.0.2"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4"></script> <script type="text/javascript"> jQuery(document).ready(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});}); </script> <script type="text/javascript"> /* <![CDATA[ */ var TribeTickets = {"add_ticket_nonce":"8189ee6f5c","edit_ticket_nonce":"9d325731b7","remove_ticket_nonce":"db67c547ea","ajaxurl":"https:\/\/web.archive.org\/web\/20170428104308\/http:\/\/news.fordham.edu\/wp-admin\/admin-ajax.php"}; var tribe_ticket_notices = {"confirm_alert":"Are you sure you want to delete this ticket? This cannot be undone."}; var price_format = {"decimal":".","decimal_error":"Please enter in without thousand separators and currency symbols."}; var HeaderImageData = {"title":"Ticket header image","button":"Set as ticket header"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/event-tickets/src/resources/js/tickets.js?ver=4.4.6"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/underscore.min.js?ver=1.8.3"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/hoverIntent.js?ver=1.8.1"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/event-tickets/common/src/resources/js/bumpdown.js?ver=4.4.5"></script> <script type="text/javascript"> /* <![CDATA[ */ var TribeTickets = {"add_ticket_nonce":"8189ee6f5c","edit_ticket_nonce":"9d325731b7","remove_ticket_nonce":"db67c547ea","ajaxurl":"https:\/\/web.archive.org\/web\/20170428104308\/http:\/\/news.fordham.edu\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/the-events-calendar-community-events-tickets/src/resources/js/events-community-tickets.js?ver=4.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var userSettings = {"url":"\/","uid":"0","time":"1493376186","secure":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/utils.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/plupload/plupload.full.min.js?ver=2.1.8"></script> <!--[if lt IE 8]> <script type='text/javascript' src='http://news.fordham.edu/wp-includes/js/json2.js?ver=2015-05-03'></script> <![endif]--> <link rel="https://api.w.org/" href="http://news.fordham.edu/wp-json/"/> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://news.fordham.edu/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://news.fordham.edu/wp-includes/wlwmanifest.xml"/> <!--/ Facebook Thumb Fixer Open Graph /--> <meta property="og:type" content="article"/> <meta property="og:url" content="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/blunt-career-advice-from-moms-and-dads/"/> <meta property="og:title" content="Blunt Career Advice From Moms and Dads"/> <meta property="og:description" content=""/> <meta property="og:site_name" content="Fordham Newsroom"/> <meta property="og:image" content="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/PARENTbg14.jpg"/> <meta itemscope itemtype="article"/> <meta itemprop="description" content=""/> <meta itemprop="image" content="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/PARENTbg14.jpg"/> <style> .postid-30673 .tribe-community-events .my-events, .postid-30673 .tribe-community-events .not-user { float: none; } .postid-30673 .event-custom-fields input { width: auto; } .postid-30673 .organizer-email small { display: block; } </style> <style> .fordham-archives-table { margin-bottom: 15px; } ul.fordham-archive-list { margin-left: 15px; }</style> <style type="text/css" media="screen"> div.printfriendly a, div.printfriendly a:link, div.printfriendly a:hover, div.printfriendly a:visited { text-decoration: none; border: none; } </style> <style type="text/css" media="screen"> div.printfriendly { margin: 12px 12px 12px 12px; position: relative; z-index: 1000; } div.printfriendly a, div.printfriendly a:link, div.printfriendly a:visited { font-size: 14px; color: #900029; vertical-align: bottom; } .printfriendly a { box-shadow:none; } .printfriendly a:hover { cursor: pointer; } .printfriendly a img { border: none; padding:0; margin-right: 6px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; } .printfriendly a span{ vertical-align: bottom; } .pf-alignleft { float: left; } .pf-alignright { float: right; } div.pf-aligncenter { display: block; margin-left: auto; margin-right: auto; text-align: center; } </style> <style type="text/css" media="print"> .printfriendly { display: none; } </style> <!-- Google Webmaster Tools plugin for WordPress --> <meta name="google-site-verification" content="fF4NKO9ovCXsPNko7fU-GSgc8gH2fHKzwFZqIZtpsWY"/> <!-- Google Tag Manager --> <noscript><iframe src="//web.archive.org/web/20170428104308if_/http://www.googletagmanager.com/ns.html?id=GTM-NGK35S" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//web.archive.org/web/20170428104308/http://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGK35S');</script> <!-- End Google Tag Manager --> <!--[if lt IE 9]> <script src="http://news.fordham.edu/wp-content/themes/smart-mag/js/html5.js" type="text/javascript"></script> <![endif]--> </head> <body class="archive category category-on-campus category-224 page-builder do-etfw tribe-no-js tribe-theme-parent-smart-mag tribe-theme-child-fordham right-sidebar full"> <div class="main-wrap"> <div class="top-bar"> <div class="wrap"> <section class="top-bar-content"> <!-- custom subscribe link --> <div class="trending-ticker"> <span class="heading"><a href="https://web.archive.org/web/20170428104308/http://www.fordham.edu/">Return to Fordham University</a></span> <!-- <span class="heading"><a href="#">Subscribe</a></span> --> </div> <!-- /custom subscribe link --> <div class="search"> <form role="search" action="https://web.archive.org/web/20170428104308/http://news.fordham.edu/" method="get"> <input type="text" name="s" class="query live-search-query" value="" placeholder="Search..."/> <button class="search-button" type="submit"><i class="fa fa-search"></i></button> </form> </div> <!-- .search --> <div class="textwidget"><ul class="social-icons"> <li><a href="https://web.archive.org/web/20170428104308/https://twitter.com/fordhamnotes" class="icon fa fa-twitter" title="Twitter"><span class="visuallyhidden">Twitter</span></a></li> <li><a href="https://web.archive.org/web/20170428104308/https://www.facebook.com/FordhamUniversity" class="icon fa fa-facebook" title="Facebook"><span class="visuallyhidden">Facebook</span></a></li> <li><a href="https://web.archive.org/web/20170428104308/https://www.linkedin.com/edu/fordham-university-18956" class="icon fa fa-linkedin" title="LinkedIn"><span class="visuallyhidden">LinkedIn</span></a></li> <li><a href="https://web.archive.org/web/20170428104308/https://www.youtube.com/user/FordhamUniversity" class="icon fa fa-youtube" title="YouTube"><span class="visuallyhidden">YouTube</span></a></li> <li><a href="https://web.archive.org/web/20170428104308/http://instagram.com/fordhamuniversity" class="icon fa fa-instagram" title="Instagram"><span class="visuallyhidden">Instagram</span></a></li> <li><a href="?feed=rss" class="icon fa fa-rss" title="RSS"><span class="visuallyhidden">RSS</span></a></li> </ul> </div> </section> </div> </div> <div id="main-head" class="main-head"> <div class="wrap"> <header> <div class="title"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/" title="Fordham Newsroom" rel="home"> <img src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/01/fordhamNewsLogo-1.png" class="logo-image" alt="Fordham Newsroom"/> </a> </div> <div class="right"> </div> </header> <nav class="navigation cf"> <div class="mobile" data-type="classic" data-search="1"> <a href="#" class="selected"> <span class="text">Navigate</span><span class="current"></span> <i class="hamburger fa fa-bars"></i> </a> </div> <div class="menu-main_nav-container"><ul id="menu-main_nav" class="menu"><li id="menu-item-52" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-has-children menu-item-52"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/">Home</a> <ul class="sub-menu"> <li id="menu-item-32007" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32007"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/archives/">Archives</a></li> </ul> </li> <li id="menu-item-59" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-cat-16 menu-item-59"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/">Fordham Magazine</a> <div class="mega-menu row"> <div class="col-3 sub-cats"> <ol class="sub-nav"> <li id="menu-item-1610" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-248 menu-item-1610"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/magazine-features/">Features</a></li> <li id="menu-item-1612" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-249 menu-item-1612"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/magazine-profiles/">Profiles/Q&As</a></li> <li id="menu-item-1611" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-166 menu-item-1611"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/fordhams-new-york-stories/">Fordham’s New York</a></li> <li id="menu-item-1692" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-266 menu-item-1692"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/alumni-news/">Alumni News</a></li> <li id="menu-item-2235" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-297 menu-item-2235"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/magazine-books/">Books</a></li> <li id="menu-item-2234" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-302 menu-item-2234"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/magazine-featured-image/">Featured Image</a></li> <li id="menu-item-1679" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1679"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/magazine-archive/">Magazine Archive</a></li> <li id="menu-item-67" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/about-the-magazine/">About the Magazine</a></li> </ol> </div> <div class="col-9 extend"> <section class="col-6 featured"> <span class="heading">Featured</span> <div class="highlights"> <article> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/through-local-storytelling-oscar-nominated-moonlight-illuminates-miami-films-co-producer-says/" title="Through Local Storytelling, Oscar-Nominated Moonlight Illuminates Miami, Film’s Co-Producer Says" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/Hevia_Rooftop-Headshot1078-351x185.jpg" class="image wp-post-image" alt="" title="Through Local Storytelling, Oscar-Nominated Moonlight Illuminates Miami, Film’s Co-Producer Says" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/Hevia_Rooftop-Headshot1078-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/Hevia_Rooftop-Headshot1078-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2017-02-24T15:28:09-04:00">February 24, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/through-local-storytelling-oscar-nominated-moonlight-illuminates-miami-films-co-producer-says/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/through-local-storytelling-oscar-nominated-moonlight-illuminates-miami-films-co-producer-says/" title="Through Local Storytelling, Oscar-Nominated Moonlight Illuminates Miami, Film’s Co-Producer Says">Through Local Storytelling, Oscar-Nominated <i>Moonlight</i> Illuminates Miami, Film’s Co-Producer Says</a></h2> </article> </div> </section> <section class="col-6 recent-posts"> <span class="heading">Recent</span> <div class="posts-list"> <div class="post"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/former-lab-partners-reconnect-reflect-on-fordhams-influence/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Magazine_Coruzzi_Proto-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Then and Now (from left): Gloria Coruzzi and Christopher Proto pose for a 1976 yearbook photo in a Fordham lab. Four decades later, they recreated the moment in Coruzzi’s lab at NYU, where Proto teaches part time at the dental school." title="Former Lab Partners Reconnect, Reflect on Fordham’s Influence" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Magazine_Coruzzi_Proto-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Magazine_Coruzzi_Proto-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-26T22:34:01-04:00">April 26, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/former-lab-partners-reconnect-reflect-on-fordhams-influence/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/former-lab-partners-reconnect-reflect-on-fordhams-influence/" title="Former Lab Partners Reconnect, Reflect on Fordham’s Influence"> Former Lab Partners Reconnect, Reflect on Fordham’s Influence</a> </div> </div> <div class="post"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/from-a-moment-of-self-knowledge-a-new-company-emerges/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Cheswick-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="From a Moment of Self-Knowledge, a New Company Emerges" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Cheswick-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Cheswick-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-26T15:14:59-04:00">April 26, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/from-a-moment-of-self-knowledge-a-new-company-emerges/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/from-a-moment-of-self-knowledge-a-new-company-emerges/" title="From a Moment of Self-Knowledge, a New Company Emerges"> From a Moment of Self-Knowledge, a New Company Emerges</a> </div> </div> <div class="post"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/the-beakman-band-is-coming-back-to-fordham-for-jubilee/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Beakman-band-1-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="The Beakman Band Is Coming Back to Fordham for Jubilee" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Beakman-band-1-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Beakman-band-1-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-26T13:52:04-04:00">April 26, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/the-beakman-band-is-coming-back-to-fordham-for-jubilee/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/the-beakman-band-is-coming-back-to-fordham-for-jubilee/" title="The Beakman Band Is Coming Back to Fordham for Jubilee"> The Beakman Band Is Coming Back to Fordham for Jubilee</a> </div> </div> </div> </section> </div> </div> </li> <li id="menu-item-1929" class="menu-item menu-item-type-taxonomy menu-item-object-category current-category-ancestor current-menu-ancestor current-menu-parent current-category-parent menu-item-has-children menu-cat-17 menu-item-1929"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/">Inside Fordham</a> <div class="mega-menu row"> <div class="col-3 sub-cats"> <ol class="sub-nav"> <li id="menu-item-1646" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-195 menu-item-1646"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/faculty-profiles/">Faculty Profiles</a></li> <li id="menu-item-1650" class="menu-item menu-item-type-taxonomy menu-item-object-category current-menu-item menu-cat-224 menu-item-1650"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/">On Campus</a></li> <li id="menu-item-1648" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-225 menu-item-1648"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/featured-photo/">Featured Photo</a></li> <li id="menu-item-1651" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-246 menu-item-1651"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/people-notes/">People Notes</a></li> <li id="menu-item-1647" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-235 menu-item-1647"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/faculty-reads/">Faculty Reads</a></li> <li id="menu-item-1649" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-247 menu-item-1649"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/lectures-and-events/">Lectures and Events</a></li> <li id="menu-item-2438" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2438"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/blogroll/">Blogroll</a></li> <li id="menu-item-5330" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5330"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/contact-inside-fordham/">Contact Us</a></li> </ol> </div> <div class="col-9 extend"> <section class="col-6 featured"> <span class="heading">Featured</span> <div class="highlights"> <article> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/for-scholars-and-their-benefactors-a-chance-to-meet-face-to-face/" title="For Scholars and Their Benefactors, a Chance to Meet Face to Face" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Student-Slider-351x185.jpg" class="image wp-post-image" alt="Caroline Koenig" title="For Scholars and Their Benefactors, a Chance to Meet Face to Face" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Student-Slider-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Student-Slider-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2017-04-27T11:50:38-04:00">April 27, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/for-scholars-and-their-benefactors-a-chance-to-meet-face-to-face/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/for-scholars-and-their-benefactors-a-chance-to-meet-face-to-face/" title="For Scholars and Their Benefactors, a Chance to Meet Face to Face">For Scholars and Their Benefactors, a Chance to Meet Face to Face</a></h2> </article> </div> </section> <section class="col-6 recent-posts"> <span class="heading">Recent</span> <div class="posts-list"> <div class="post"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/for-scholars-and-their-benefactors-a-chance-to-meet-face-to-face/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Student-Slider-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Caroline Koenig" title="For Scholars and Their Benefactors, a Chance to Meet Face to Face" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Student-Slider-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Student-Slider-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-27T11:50:38-04:00">April 27, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/for-scholars-and-their-benefactors-a-chance-to-meet-face-to-face/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/for-scholars-and-their-benefactors-a-chance-to-meet-face-to-face/" title="For Scholars and Their Benefactors, a Chance to Meet Face to Face"> For Scholars and Their Benefactors, a Chance to Meet Face to Face</a> </div> </div> <div class="post"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/fordham-welcomes-reid-writer-robin-coste-lewis/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Coste1078-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="Fordham Welcomes Reid Writer Robin Coste Lewis" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Coste1078-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Coste1078-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-26T19:57:31-04:00">April 26, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/fordham-welcomes-reid-writer-robin-coste-lewis/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/fordham-welcomes-reid-writer-robin-coste-lewis/" title="Fordham Welcomes Reid Writer Robin Coste Lewis"> Fordham Welcomes Reid Writer Robin Coste Lewis</a> </div> </div> <div class="post"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/education-and-social-services/alleviating-poverty-in-new-york-city/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Poverty_DMP_8120-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="Alleviating Poverty in New York City" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Poverty_DMP_8120-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Poverty_DMP_8120-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-26T10:29:53-04:00">April 26, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/education-and-social-services/alleviating-poverty-in-new-york-city/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/education-and-social-services/alleviating-poverty-in-new-york-city/" title="Alleviating Poverty in New York City"> Alleviating Poverty in New York City</a> </div> </div> </div> </section> </div> </div> </li> <li id="menu-item-73" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-cat-38 menu-item-73"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/in-the-news/">In the News</a></li> <li id="menu-item-72" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-72"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/for-the-media/">For the Media</a> <ul class="sub-menu"> <li id="menu-item-18468" class="menu-item menu-item-type-post_type menu-item-object-page current-category-parent menu-item-18468"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/faculty-experts/">Faculty Experts</a></li> <li id="menu-item-49347" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49347"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/faculty-experts-2/">Faculty Video</a></li> <li id="menu-item-28223" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28223"><a href="https://web.archive.org/web/20170428104308/http://www.fordham.edu/info/24705/pope_francis_visits_nyc">Papal Visit Coverage</a></li> </ul> </li> <li id="menu-item-30851" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-30851"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/">News by Topic</a> <ul class="sub-menu"> <li id="menu-item-47090" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47090"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/commencement-2016/">Commencement 2016</a></li> <li id="menu-item-30852" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30852"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/">Arts and Culture</a></li> <li id="menu-item-30853" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30853"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/business-and-economics/">Business and Economics</a></li> <li id="menu-item-30854" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30854"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/law/">Law</a></li> <li id="menu-item-30855" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30855"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/politics-and-society/">Politics and Society</a></li> <li id="menu-item-30856" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30856"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/science/">Science</a></li> <li id="menu-item-30857" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30857"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/faith-and-service/">Faith and Service</a></li> <li id="menu-item-30858" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30858"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/">University News</a></li> <li id="menu-item-30859" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30859"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/athletics/">Athletics</a></li> </ul> </li> </ul></div> </nav> </div> </div> <div class="wrap"> <div class="breadcrumbs"><span class="location">You are at:</span><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/"><span itemprop="title">Home</span></a></span><span class="delim">»</span><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/"><span itemprop="title">Inside Fordham</span></a></span><span class="delim">»</span><span class="current">Category: "On Campus"</span></div> </div> <div class="main wrap cf"> <div class="row"> <div class="col-8 main-content"> <h2 class="main-heading">Browsing: <strong>On Campus</strong></h2> <div class="row listing"> <div class="column half"> <article class="highlights post-64194 post type-post status-publish format-standard has-post-thumbnail category-lectures-and-events category-on-campus tag-adobe tag-advice tag-careers tag-cbs tag-jones-day tag-llp tag-maier-neustadt tag-mcclelland tag-oblon tag-parents-leadership-council tag-terrace-creek-captial tag-ubs tag-undergraduate" itemscope itemtype="http://schema.org/Article"> <span class="cat-title cat-247"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/lectures-and-events/">Lectures and Events</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/blunt-career-advice-from-moms-and-dads/" title="Blunt Career Advice From Moms and Dads" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/PARENTbg14-351x185.jpg" class="image wp-post-image" alt="PLC Parent Donna Morris" title="Blunt Career Advice From Moms and Dads" itemprop="image" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/PARENTbg14-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/PARENTbg14-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2017-02-07T14:00:00-04:00" itemprop="datePublished">February 7, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/blunt-career-advice-from-moms-and-dads/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2 itemprop="name"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/blunt-career-advice-from-moms-and-dads/" title="Blunt Career Advice From Moms and Dads" itemprop="url">Blunt Career Advice From Moms and Dads</a></h2> <div class="excerpt"><p>On Feb. 2, a group of highly skilled professionals from Fordham’s Parents’ Leadership Council sat…</p> </div> </article> </div> <div class="column half"> <article class="highlights post-44794 post type-post status-publish format-standard has-post-thumbnail category-inside-fordham-category category-on-campus tag-college-at-lincoln-center tag-lawrence-kramer tag-poets-out-loud" itemscope itemtype="http://schema.org/Article"> <span class="cat-title cat-14"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/">University News</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/voices-up-2016/" title="Voices Up! 2016" class="image-link"> <img width="284" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/04/Screen-Shot-2016-04-21-at-11.31.05-AM-284x185.png" class="image wp-post-image" alt="" title="Voices Up! 2016" itemprop="image" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/04/Screen-Shot-2016-04-21-at-11.31.05-AM-284x185.png 284w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/04/Screen-Shot-2016-04-21-at-11.31.05-AM-214x140.png 214w" sizes="(max-width: 284px) 100vw, 284px"/> </a> <div class="meta"> <time datetime="2016-04-21T10:00:00-04:00" itemprop="datePublished">April 21, 2016 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/voices-up-2016/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2 itemprop="name"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/voices-up-2016/" title="Voices Up! 2016" itemprop="url">Voices Up! 2016</a></h2> <div class="excerpt"><p>On April 12, Fordham hosted its annual Voices Up! concert, an event that combines new…</p> </div> </article> </div> <div class="column half"> <article class="highlights post-43639 post type-post status-publish format-standard has-post-thumbnail category-in-the-news category-inside-fordham-category category-on-campus category-politics-and-society tag-brussels tag-capital-punishment tag-celia-fisher tag-center-for-ethics-education tag-center-on-religion-and-culture tag-death-penalty tag-faculty tag-genocide tag-human-rights tag-instagram tag-terrorism tag-united-nations" itemscope itemtype="http://schema.org/Article"> <span class="cat-title cat-10"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/politics-and-society/">Politics and Society</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/politics-and-society/two-weeks-after-brussels-panel-discusses-human-rights-in-the-age-of-terrorism/" title="Two Weeks After Brussels Panel Discusses Human Rights in the Age of Terrorism" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/04/CRC-Conscience-SLIDER-351x185.jpg" class="image wp-post-image" alt="Center on Religion and Culture" title="Two Weeks After Brussels Panel Discusses Human Rights in the Age of Terrorism" itemprop="image" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/04/CRC-Conscience-SLIDER-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/04/CRC-Conscience-SLIDER-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2016-04-07T12:00:00-04:00" itemprop="datePublished">April 7, 2016 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/politics-and-society/two-weeks-after-brussels-panel-discusses-human-rights-in-the-age-of-terrorism/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2 itemprop="name"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/politics-and-society/two-weeks-after-brussels-panel-discusses-human-rights-in-the-age-of-terrorism/" title="Two Weeks After Brussels Panel Discusses Human Rights in the Age of Terrorism" itemprop="url">Two Weeks After Brussels Panel Discusses Human Rights in the Age of Terrorism</a></h2> <div class="excerpt"><p>The recent terrorist attacks in Paris and Brussels have put the world on edge, a…</p> </div> </article> </div> <div class="column half"> <article class="highlights post-44651 post type-post status-publish format-standard has-post-thumbnail category-on-campus category-university-news tag-faculty tag-jonathan-crystal tag-middle-states-commission-on-higher-education" itemscope itemtype="http://schema.org/Article"> <span class="cat-title cat-14"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/">University News</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/with-reaccreditation-visit-a-chance-to-reflect-and-improve/" title="With Reaccreditation Visit, a Chance to Reflect and Improve" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/03/Accreditors1078-351x185.jpg" class="image wp-post-image" alt="" title="With Reaccreditation Visit, a Chance to Reflect and Improve" itemprop="image" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/03/Accreditors1078-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/03/Accreditors1078-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2016-03-31T13:15:24-04:00" itemprop="datePublished">March 31, 2016 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/with-reaccreditation-visit-a-chance-to-reflect-and-improve/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2 itemprop="name"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/with-reaccreditation-visit-a-chance-to-reflect-and-improve/" title="With Reaccreditation Visit, a Chance to Reflect and Improve" itemprop="url">With Reaccreditation Visit, a Chance to Reflect and Improve</a></h2> <div class="excerpt"><p>An eight-person reaccreditation team comes to Fordham on April 3 – 6 for a series…</p> </div> </article> </div> <div class="column half"> <article class="highlights post-43192 post type-post status-publish format-standard has-post-thumbnail category-on-campus tag-fordham-facebook" itemscope itemtype="http://schema.org/Article"> <span class="cat-title cat-14"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/">University News</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/fordham-facebook-rise-of-the-fans/" title="Fordham Facebook, Rise of the 50,000 Fans" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/02/Facebook1078-351x185.jpg" class="image wp-post-image" alt="" title="Fordham Facebook, Rise of the 50,000 Fans" itemprop="image" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/02/Facebook1078-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/02/Facebook1078-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2016-02-26T11:40:12-04:00" itemprop="datePublished">February 26, 2016 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/fordham-facebook-rise-of-the-fans/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2 itemprop="name"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/fordham-facebook-rise-of-the-fans/" title="Fordham Facebook, Rise of the 50,000 Fans" itemprop="url">Fordham Facebook, Rise of the 50,000 Fans</a></h2> <div class="excerpt"><p>Hey, we want to thank the 49,446 followers on our official Fordham University Facebook page. (Without…</p> </div> </article> </div> <div class="column half"> <article class="highlights post-31873 post type-post status-publish format-standard has-post-thumbnail category-arts-and-culture category-fordham-college-at-lincoln-center category-on-campus category-university-news tag-department-of-theatre-and-visual-arts tag-homepage tag-ildiko-butler-gallery tag-ladislav-sutnar" itemscope itemtype="http://schema.org/Article"> <span class="cat-title cat-6"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/">Arts and Culture</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/sutnar-exhibit-from-constructivism-to-smart-phones/" title="Sutnar Exhibit: From Constructivism to Smart Phones" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/12/interior_maxitorq-351x185.jpg" class="image wp-post-image" alt="Ladislav Sutnar: Pioneer of Information Design" title="Sutnar Exhibit: From Constructivism to Smart Phones" itemprop="image" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/12/interior_maxitorq-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/12/interior_maxitorq-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2015-12-02T12:00:00-04:00" itemprop="datePublished">December 2, 2015 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/sutnar-exhibit-from-constructivism-to-smart-phones/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2 itemprop="name"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/sutnar-exhibit-from-constructivism-to-smart-phones/" title="Sutnar Exhibit: From Constructivism to Smart Phones" itemprop="url">Sutnar Exhibit: From Constructivism to Smart Phones</a></h2> <div class="excerpt"><p>Over the last decade, responsive design has transformed websites to adapt to smartphones, tablets, and…</p> </div> </article> </div> <div class="column half"> <article class="highlights post-32990 post type-post status-publish format-standard category-on-campus tag-henry-schwalbenberg tag-international-political-economy-and-development tag-joseph-m-mcshane-sj tag-vatican" itemscope itemtype="http://schema.org/Article"> <span class="cat-title cat-224"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/">On Campus</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/vaticans-new-lay-economist-visits-fordham/" title="Vatican’s New Lay Economist Visits Fordham" class="image-link"> </a> <div class="meta"> <time datetime="2015-11-10T13:00:33-04:00" itemprop="datePublished">November 10, 2015 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/vaticans-new-lay-economist-visits-fordham/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2 itemprop="name"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/vaticans-new-lay-economist-visits-fordham/" title="Vatican’s New Lay Economist Visits Fordham" itemprop="url">Vatican’s New Lay Economist Visits Fordham</a></h2> <div class="excerpt"><p>The Vatican is successfully modernizing its finances. That was the message of Joseph F.X. Zahra,…</p> </div> </article> </div> <div class="column half"> <article class="highlights post-29269 post type-post status-publish format-standard has-post-thumbnail category-arts-and-culture category-inside-fordham-category category-on-campus tag-business-ethics tag-faculty tag-gabelli-school-of-business tag-kevin-jackson" itemscope itemtype="http://schema.org/Article"> <span class="cat-title cat-6"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/">Arts and Culture</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/other-passions-ethicist-applies-a-musicians-mindset-to-business/" title="Other Passions: Ethicist Applies a Musician’s Mindset to Business" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/10/DocJ1078-351x185.jpg" class="image wp-post-image" alt="" title="Other Passions: Ethicist Applies a Musician’s Mindset to Business" itemprop="image" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/10/DocJ1078-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/10/DocJ1078-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2015-10-25T20:49:54-04:00" itemprop="datePublished">October 25, 2015 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/other-passions-ethicist-applies-a-musicians-mindset-to-business/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2 itemprop="name"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/other-passions-ethicist-applies-a-musicians-mindset-to-business/" title="Other Passions: Ethicist Applies a Musician’s Mindset to Business" itemprop="url"><em>Other Passions:</em> Ethicist Applies a Musician’s Mindset to Business</a></h2> <div class="excerpt"><p>(In an occasional series, Inside Fordham looks at the passions that drive some of Fordham’s…</p> </div> </article> </div> <div class="column half"> <article class="highlights post-28530 post type-post status-publish format-standard has-post-thumbnail category-inside-fordham-category category-on-campus tag-african-and-african-american-studies tag-faculty tag-fordham-theatre-program tag-latin-american-and-latino-studies-institute tag-school-of-professional-and-continuing-studies tag-slavery tag-united-nations tag-yuko-miki" itemscope itemtype="http://schema.org/Article"> <span class="cat-title cat-247"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/lectures-and-events/">Lectures and Events</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/lives-of-enslaved-women-honored-in-un-symposium/" title="Lives of Enslaved Women Honored in UN Symposium" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/10/Yolanda-Pizarro1078-351x185.jpg" class="image wp-post-image" alt="" title="Lives of Enslaved Women Honored in UN Symposium" itemprop="image" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/10/Yolanda-Pizarro1078-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/10/Yolanda-Pizarro1078-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2015-10-12T08:00:00-04:00" itemprop="datePublished">October 12, 2015 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/lives-of-enslaved-women-honored-in-un-symposium/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2 itemprop="name"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/lives-of-enslaved-women-honored-in-un-symposium/" title="Lives of Enslaved Women Honored in UN Symposium" itemprop="url">Lives of Enslaved Women Honored in UN Symposium</a></h2> <div class="excerpt"><p>Though countless African women and their descendants were enslaved, exploited, and oppressed in the United…</p> </div> </article> </div> <div class="column half"> <article class="highlights post-25900 post type-post status-publish format-standard has-post-thumbnail category-on-campus category-university-news tag-fordham-college-at-lincoln-center tag-fordham-college-at-rose-hill tag-global-transitions-program tag-parents-leadership-council tag-school-of-professional-continuing-studies" itemscope itemtype="http://schema.org/Article"> <span class="cat-title cat-224"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/">On Campus</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/international-parents-find-camaraderie-through-new-program/" title="International Parents Find Camaraderie Through New Program" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/08/parents-351x185.jpg" class="image wp-post-image" alt="" title="International Parents Find Camaraderie Through New Program" itemprop="image" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/08/parents-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2015/08/parents-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2015-08-27T12:00:00-04:00" itemprop="datePublished">August 27, 2015 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/international-parents-find-camaraderie-through-new-program/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2 itemprop="name"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/international-parents-find-camaraderie-through-new-program/" title="International Parents Find Camaraderie Through New Program" itemprop="url">International Parents Find Camaraderie Through New Program</a></h2> <div class="excerpt"><p>In a lounge overlooking the Lincoln Center for the Performing Arts, Robert Grimes, SJ, dean…</p> </div> </article> </div> </div> <div class="main-pagination"> <span class="page-numbers current">1</span> <a class="page-numbers" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/page/2/">2</a> <a class="page-numbers" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/page/3/">3</a> <span class="page-numbers dots">…</span> <a class="page-numbers" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/page/12/">12</a> <a class="next page-numbers" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/page/2/"><span class="visuallyhidden">Next</span><i class="fa fa-angle-right"></i></a> </div> </div> <aside class="col-4 sidebar"> <ul> <li id="text-17" class="widget widget_text"><h3 class="widgettitle">Sign Up for Our Newsletter</h3> <div class="textwidget"><form action="https://web.archive.org/web/20170428104308/http://app.bronto.com/public/webform/process/" method="post"> <input type="hidden" name="fid" value="h52tfx23t4nszyf88r8ioi5x4hz2e"> <input type="hidden" name="sid" value="e6a0da112d861b0e3bed55f8980708cd"> <input type="hidden" name="delid" value=""> <input type="hidden" name="subid" value=""> <input type="hidden" name="td" value=""> <input type="hidden" name="formtype" value="addcontact"> <script type="text/javascript"> var fieldMaps = {}; </script> <div class="section" id="row_25470"> <div class="container" id="column_33238"> <div class="email field_block"> <div class="caption">Email Address <span class="required">*</span></div> <div class="field"> <span> <input type="text" class="text field fb-email" size="35" name="79468" value=""> </span> <div class="field_error"> </div> </div> </div> <input type="hidden" name="79469[652565]" value="true"/> </div> </div> <div class="section" id="row_25469"> <div class="container" id="column_33237"> <div class="field_block"> <div class="field"> <span> <input type="submit" value="Subscribe" class="subscribe-button"> </span> </div> </div> </div> </div> </form></div> </li> <li id="tribe-events-adv-list-widget-2" class="widget tribe-events-adv-list-widget"><h3 class="widgettitle">Upcoming Events</h3> <!-- Event --> <div class="type-tribe_events post-56241 tribe-clearfix tribe-events-venue-41377 tribe-events-organizer-42343"> <div class="tribe-mini-calendar-event event--1 "> <div class="list-date"> <span class="list-dayname"> Fri </span> <span class="list-daynumber">28</span> </div> <div class="list-info"> <h2 class="tribe-events-title"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/event/the-future-of-the-catholic-literary-imagination/" rel="bookmark">The Future of the Catholic Literary Imagination</a> </h2> <div class="tribe-events-duration"> <span class="tribe-event-date-start">April 27 @ 9:00 am</span> - <span class="tribe-event-date-end">April 29 @ 5:00 pm</span> </div> <!-- // Price, Venue Name, Address, City, State or Province, Postal Code, Country, Venue Phone, Organizer Name--> </div> </div> <!-- .list-info --> </div> <!-- Event --> <div class="type-tribe_events post-66825 tribe-clearfix tribe-events-venue-66826 tribe-events-organizer-66827"> <div class="tribe-mini-calendar-event event--1 "> <div class="list-date"> <span class="list-dayname"> Sun </span> <span class="list-daynumber">30</span> </div> <div class="list-info"> <h2 class="tribe-events-title"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/event/fordham-medieval-dramatists-present-antichrist-a-play/" rel="bookmark">Fordham Medieval Dramatists Present: Antichrist, A Play</a> </h2> <div class="tribe-events-duration"> <span class="tribe-event-date-start">April 30 @ 6:00 pm</span> - <span class="tribe-event-time">7:30 pm</span> </div> <!-- // Price, Venue Name, Address, City, State or Province, Postal Code, Country, Venue Phone, Organizer Name--> </div> </div> <!-- .list-info --> </div> <!-- Event --> <div class="type-tribe_events post-58979 tribe-clearfix tribe-events-venue-43442 tribe-events-organizer-55787"> <div class="tribe-mini-calendar-event event--1 "> <div class="list-date"> <span class="list-dayname"> May </span> <span class="list-daynumber">01</span> </div> <div class="list-info"> <h2 class="tribe-events-title"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/event/arvo-part-sounding-the-sacred/" rel="bookmark">Arvo Pärt: Sounding the Sacred</a> </h2> <div class="tribe-events-duration"> <span class="tribe-event-date-start">May 1</span> - <span class="tribe-event-date-end">May 4</span> </div> <!-- // Price, Venue Name, Address, City, State or Province, Postal Code, Country, Venue Phone, Organizer Name--> </div> </div> <!-- .list-info --> </div> <p class="tribe-events-widget-link"> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/events/" rel="bookmark"> View Full Events Calendar </a> </p> </li> <script type="application/ld+json"> [{"@context":"https://web.archive.org/web/20170428104308/http://schema.org","@type":"Event","name":"The Future of the Catholic Literary Imagination","description":"<p>A major conference sponsored by Curran Center for American Catholic Studies.</p>\\n","url":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/event/the-future-of-the-catholic-literary-imagination/","startDate":"2017-04-27T13:00:00+00:00","endDate":"2017-04-29T21:00:00+00:00","location":{"@type":"Place","name":"Pope Auditorium","description":"","url":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/venue/pope-auditorium/","address":{"streetAddress":"113 West 60th Street","addressLocality":"New York","addressRegion":"NY","postalCode":"10023","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":40.7708109,"longitude":-73.9851512},"telephone":"","sameAs":""},"organizer":{"@type":"Person","name":"The Francis and Ann Curran Center for American Catholic Studies","description":"","url":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/organizer/the-francis-and-ann-curran-center-for-american-catholic-studies/","telephone":"","email":"cacs@fordham.edu","sameAs":""}},{"@context":"https://web.archive.org/web/20170428104308/http://schema.org","@type":"Event","name":"Fordham Medieval Dramatists Present: Antichrist, A Play","description":"<p>A comedic exploration of temporal power, miraculous spectacle, and discerning truth in a world of competing claims to authority. Featuring: Magical trees! Zombies! Angels! Flyting! A boastful megalomaniac who thinks he\\'s God\\'s gift to the world! FREE ADMISSION, AS ALWAYS! Come early, bring blankets, food, drink, etc! https://fordhammedievaldramatists.wordpress.com</p>\\n","image":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/wp-content/uploads/2017/04/antichrist-sketch.jpg","url":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/event/fordham-medieval-dramatists-present-antichrist-a-play/","startDate":"2017-04-30T22:00:00+00:00","endDate":"2017-04-30T23:30:00+00:00","location":{"@type":"Place","name":"East Lawn, Plaza Courtyard, Lincoln Center Campus","description":"","url":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/venue/east-lawn-plaza-courtyard-lincoln-center-campus/","address":{"streetAddress":"113 W 60th Street ","addressLocality":"New York, NY ","addressRegion":"NY","postalCode":"10023","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":40.7702955,"longitude":-73.9846324},"telephone":"","sameAs":""},"organizer":{"@type":"Person","name":"Andrew Albin","description":"","url":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/organizer/andrew-albin/","telephone":"","email":"aalbin@fordham.edu","sameAs":""}},{"@context":"https://web.archive.org/web/20170428104308/http://schema.org","@type":"Event","name":"Arvo P\u00e4rt: Sounding the Sacred","description":"<p>A conference of the Sacred Arts Initiative and the Arvo P\u00e4rt Project at St. Vladimir\u2019s Seminary, in collaboration with the Orthodox Christian Studies Center of Fordham University. This event will bring together scholars from diverse fields (music, theology, sacred acoustics/sound studies, architecture, religious studies, philosophy, et al.), as well as artists experienced in the performance<a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/on-campus/blunt-career-advice-from-moms-and-dads/">Read More</a></p>\\n","image":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/wp-content/uploads/2016/11/Part.png","url":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/event/arvo-part-sounding-the-sacred/","startDate":"2017-05-01T04:00:00+00:00","endDate":"2017-05-05T03:59:59+00:00","location":{"@type":"Place","name":"Lincoln Center Campus","description":"","url":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/venue/lincoln-center-campus/","address":{"streetAddress":"113 West 60th Street","addressLocality":"New York","addressRegion":"NY","postalCode":"10023","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":40.7708109,"longitude":-73.9851512},"telephone":"","sameAs":""},"organizer":{"@type":"Person","name":"Orthodox Christian Studies Center","description":"","url":"https://web.archive.org/web/20170428104308/http://news.fordham.edu/organizer/orthodox-christian-studies-center/","telephone":"","email":"orthodoxy@fordham.edu","sameAs":""}}] </script><li id="text-27" class="widget widget_text"> <div class="textwidget"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/events/community/add" class="subscribe-button">Submit an Event</a></div> </li> <li id="bunyad-tabbed-recent-widget-2" class="widget tabbed"> <ul class="tabs-list"> <li class="active"> <a href="#" data-tab="1">Editor's Picks</a> </li> <li class=""> <a href="#" data-tab="2">Recent</a> </li> </ul> <div class="tabs-data"> <ul class="tab-posts active posts-list" id="recent-tab-1"> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/fordham-tops-giving-day-goal/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/1800HighFive-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Fordham University celebrated its first-ever Giving Day on April 5, 2017." title="Fordham Tops Giving Day Goal" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/1800HighFive-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/1800HighFive-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-07T12:58:45-04:00">April 7, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/fordham-tops-giving-day-goal/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/inside-fordham-category/fordham-tops-giving-day-goal/" title="Fordham Tops Giving Day Goal"> Fordham Tops Giving Day Goal</a> </div> </li> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/founders-dinner-raises-2-4-million-marks-launch-of-financial-aid-campaign/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/03/Scholars_honorees_selfie_DSC_0083-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Selfie of Founder's honorees, scholars, Father McShane, and Bob Daleo" title="Founder’s Dinner Raises $2.4 Million, Marks Launch of Financial Aid Campaign" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/03/Scholars_honorees_selfie_DSC_0083-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/03/Scholars_honorees_selfie_DSC_0083-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-03-27T22:55:08-04:00">March 27, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/founders-dinner-raises-2-4-million-marks-launch-of-financial-aid-campaign/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/founders-dinner-raises-2-4-million-marks-launch-of-financial-aid-campaign/" title="Founder’s Dinner Raises $2.4 Million, Marks Launch of Financial Aid Campaign"> Founder’s Dinner Raises $2.4 Million, Marks Launch of Financial Aid Campaign</a> </div> </li> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/on-st-patricks-day-university-honors-its-immigrant-heritage/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/03/DSC_5986A-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Fordham on Fifth for St. Pats" title="On St. Patrick’s Day, University Honors Its Immigrant Heritage" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/03/DSC_5986A-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/03/DSC_5986A-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-03-19T15:02:04-04:00">March 19, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/on-st-patricks-day-university-honors-its-immigrant-heritage/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/on-st-patricks-day-university-honors-its-immigrant-heritage/" title="On St. Patrick’s Day, University Honors Its Immigrant Heritage"> On St. Patrick’s Day, University Honors Its Immigrant Heritage</a> </div> </li> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/through-local-storytelling-oscar-nominated-moonlight-illuminates-miami-films-co-producer-says/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/Hevia_Rooftop-Headshot1078-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="Through Local Storytelling, Oscar-Nominated Moonlight Illuminates Miami, Film’s Co-Producer Says" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/Hevia_Rooftop-Headshot1078-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/02/Hevia_Rooftop-Headshot1078-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-02-24T15:28:09-04:00">February 24, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/through-local-storytelling-oscar-nominated-moonlight-illuminates-miami-films-co-producer-says/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/fordham-magazine/through-local-storytelling-oscar-nominated-moonlight-illuminates-miami-films-co-producer-says/" title="Through Local Storytelling, Oscar-Nominated <i>Moonlight</i> Illuminates Miami, Film’s Co-Producer Says"> Through Local Storytelling, Oscar-Nominated <i>Moonlight</i> Illuminates Miami, Film’s Co-Producer Says</a> </div> </li> </ul> <ul class="tab-posts posts-list" id="recent-tab-2"> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/for-scholars-and-their-benefactors-a-chance-to-meet-face-to-face/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Student-Slider-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Caroline Koenig" title="For Scholars and Their Benefactors, a Chance to Meet Face to Face" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Student-Slider-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/Student-Slider-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-27T11:50:38-04:00">April 27, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/for-scholars-and-their-benefactors-a-chance-to-meet-face-to-face/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/for-scholars-and-their-benefactors-a-chance-to-meet-face-to-face/" title="For Scholars and Their Benefactors, a Chance to Meet Face to Face"> For Scholars and Their Benefactors, a Chance to Meet Face to Face</a> </div> </li> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/athletics/mens-tennis-falls-to-saint-louis-at-a-10s/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/67330-thumb-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="Men’s Tennis Falls to Saint Louis at A-10’s" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/67330-thumb-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/67330-thumb-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-27T11:44:00-04:00">April 27, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/athletics/mens-tennis-falls-to-saint-louis-at-a-10s/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/athletics/mens-tennis-falls-to-saint-louis-at-a-10s/" title="Men’s Tennis Falls to Saint Louis at A-10’s"> Men’s Tennis Falls to Saint Louis at A-10’s</a> </div> </li> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/athletics/baseball-travels-to-rhode-island-for-atlantic-10-series-this-weekend/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/67332-thumb-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="Baseball Travels to Rhode Island for Atlantic 10 Series This Weekend" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/67332-thumb-110x96.jpg 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/67332-thumb-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-27T10:51:00-04:00">April 27, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/athletics/baseball-travels-to-rhode-island-for-atlantic-10-series-this-weekend/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/athletics/baseball-travels-to-rhode-island-for-atlantic-10-series-this-weekend/" title="Baseball Travels to Rhode Island for Atlantic 10 Series This Weekend"> Baseball Travels to Rhode Island for Atlantic 10 Series This Weekend</a> </div> </li> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/athletics/womens-basketball-holds-end-of-season-awards-dinner/"><img width="110" height="96" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/67334-thumb-110x96.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="Women's Basketball Holds End of Season Awards Dinner" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/67334-thumb-110x96.png 110w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/67334-thumb-110x96@2x.png 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-04-27T09:34:00-04:00">April 27, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/athletics/womens-basketball-holds-end-of-season-awards-dinner/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/athletics/womens-basketball-holds-end-of-season-awards-dinner/" title="Women's Basketball Holds End of Season Awards Dinner"> Women's Basketball Holds End of Season Awards Dinner</a> </div> </li> </ul> </div> </li> <li id="text-21" class="widget widget_text"> <div class="textwidget"><a class="subscribe-button fordham-archives-link" href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/archives/">Archives</a> </div> </li> <li id="extended-categories-2" class="widget widget_extended-categories"><!-- AVH Extended Categories version 3.10.0-dev.1 | http://blog.avirtualhome.com/wordpress-plugins/ --><h3 class="widgettitle">News by Topic</h3><select name="extended-categories-select-2" id="extended-categories-select-2" class="postform"> <option value="-1">Select Category</option> <option class="level-0" value="6">Arts and Culture</option> <option class="level-0" value="7">Business and Economics</option> <option class="level-0" value="9">Law</option> <option class="level-0" value="10">Politics and Society</option> <option class="level-0" value="11">Science</option> <option class="level-0" value="12">Faith and Service</option> <option class="level-0" value="13">Campus Life</option> <option class="level-0" value="14">University News</option> <option class="level-0" value="15">Athletics</option> </select> <script type="text/javascript"> /* <![CDATA[ */ var ec_dropdown_2 = document.getElementById("extended-categories-select-2"); function ec_onCatChange_2() { if (ec_dropdown_2.options[ec_dropdown_2.selectedIndex].value > 0) { location.href = "https://web.archive.org/web/20170428104308/http://news.fordham.edu/?cat="+ec_dropdown_2.options[ec_dropdown_2.selectedIndex].value; } } ec_dropdown_2.onchange = ec_onCatChange_2; /* ]]> */ </script> </li> <li id="extended-categories-3" class="widget widget_extended-categories"><!-- AVH Extended Categories version 3.10.0-dev.1 | http://blog.avirtualhome.com/wordpress-plugins/ --><h3 class="widgettitle">Fordham Publications</h3><select name="extended-categories-select-3" id="extended-categories-select-3" class="postform"> <option value="-1">Select Category</option> <option class="level-0" value="16">Fordham Magazine</option> <option class="level-0" value="17">Inside Fordham</option> </select> <script type="text/javascript"> /* <![CDATA[ */ var ec_dropdown_3 = document.getElementById("extended-categories-select-3"); function ec_onCatChange_3() { if (ec_dropdown_3.options[ec_dropdown_3.selectedIndex].value > 0) { location.href = "https://web.archive.org/web/20170428104308/http://news.fordham.edu/?cat="+ec_dropdown_3.options[ec_dropdown_3.selectedIndex].value; } } ec_dropdown_3.onchange = ec_onCatChange_3; /* ]]> */ </script> </li> <li id="text-8" class="widget widget_text"><h3 class="widgettitle">Latest Galleries</h3> <div class="textwidget"> <section class="gallery-block"> <div class="flexslider slider"> <ul class="slides"> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/celebrating-bronx-pride/" title="Celebrating Bronx Pride" class="image-link"> <span class="image"><img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/bxday230-351x185.jpg" class="attachment-main-block size-main-block wp-post-image" alt="" title="" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/bxday230-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/04/bxday230-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </span> </a> <p class="title"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/celebrating-bronx-pride/" title="Celebrating Bronx Pride">Celebrating Bronx Pride</a></p> </li> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/founders-dinner-raises-2-4-million-marks-launch-of-financial-aid-campaign/" title="Founder’s Dinner Raises $2.4 Million, Marks Launch of Financial Aid Campaign" class="image-link"> <span class="image"><img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/03/Scholars_honorees_selfie_DSC_0083-351x185.jpg" class="attachment-main-block size-main-block wp-post-image" alt="" title="" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/03/Scholars_honorees_selfie_DSC_0083-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2017/03/Scholars_honorees_selfie_DSC_0083-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </span> </a> <p class="title"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/founders-dinner-raises-2-4-million-marks-launch-of-financial-aid-campaign/" title="Founder’s Dinner Raises $2.4 Million, Marks Launch of Financial Aid Campaign">Founder’s Dinner Raises $2.4 Million, Marks Launch of Financial Aid Campaign</a></p> </li> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/photos-from-lessons-and-carols-2016/" title="Lessons and Carols 2016" class="image-link"> <span class="image"><img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/12/Lessons4-1-351x185.jpg" class="attachment-main-block size-main-block wp-post-image" alt="" title="" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/12/Lessons4-1-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/12/Lessons4-1-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </span> </a> <p class="title"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/arts-and-culture/photos-from-lessons-and-carols-2016/" title="Lessons and Carols 2016">Lessons and Carols 2016</a></p> </li> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/campus-locations/rose-hill/rose-hill-alumni-reconnect-celebrate-and-reminisce/" title="Rose Hill Alumni Reconnect and Reminisce" class="image-link"> <span class="image"><img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/06/Jubilee2-351x185.jpg" class="attachment-main-block size-main-block wp-post-image" alt="" title="" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/06/Jubilee2-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/06/Jubilee2-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </span> </a> <p class="title"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/campus-locations/rose-hill/rose-hill-alumni-reconnect-celebrate-and-reminisce/" title="Rose Hill Alumni Reconnect and Reminisce">Rose Hill Alumni Reconnect and Reminisce</a></p> </li> <li> <a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/founders-awards-dinner-raises-2-6-million-for-scholarships/" title="Founder’s Awards Dinner Raises $2.6 Million for Scholarships" class="image-link"> <span class="image"><img width="351" height="185" src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/03/Founders-Ayers-351x185.jpg" class="attachment-main-block size-main-block wp-post-image" alt="" title="" srcset="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/03/Founders-Ayers-351x185.jpg 351w, https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2016/03/Founders-Ayers-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </span> </a> <p class="title"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/university-news/founders-awards-dinner-raises-2-6-million-for-scholarships/" title="Founder’s Awards Dinner Raises $2.6 Million for Scholarships">Founder’s Awards Dinner Raises $2.6 Million for Scholarships</a></p> </li> </ul> <div class="title-bar"></div> </div> </section></div> </li> </ul> </aside> </div> <!-- .row --> </div> <!-- .main --> <footer class="main-footer"> <div class="wrap"> <ul class="widgets row cf"> <li class="widget col-4 bunyad-about"> <h3 class="widgettitle">About</h3> <div class="about-widget"> <img src="https://web.archive.org/web/20170428104308im_/http://news.fordham.edu/wp-content/uploads/2014/10/logo-footer.jpg"/> <p>Founded in 1841, Fordham is the Jesuit University of New York, offering exceptional education distinguished by the Jesuit tradition to more than 15,100 students in its four undergraduate colleges and its six graduate and professional schools. </p> </div> </li> <li class="widget col-4 widget_text"><h3 class="widgettitle">Instagram</h3> <div class="textwidget"><div id="sb_instagram" class="sbi sbi_col_3" style="width:100%; padding-bottom: 10px; " data-id="377152067" data-num="9" data-res="thumb" data-cols="3" data-options="{"showcaption": "1", "captionlength": "50", "captioncolor": "", "captionsize": "13", "showlikes": "1", "likescolor": "", "likessize": "13", "sortby": "none", "hashtag": "", "type": "user", "hovercolor": "0,0,0", "hovertextcolor": "0,0,0", "headercolor": "", "disablelightbox": "false"}"><div class="sb_instagram_header" style="padding: 10px; padding-bottom: 0;"></div><div id="sbi_images" style="padding: 5px;"><div class="sbi_loader fa-spin"></div></div><div id="sbi_load"><a class="sbi_load_btn" href="javascript:void(0);" style="">Load More...</a><div class="sbi_follow_btn"><a href="https://web.archive.org/web/20170428104308/http://instagram.com/" style="" target="_blank"><i class="fa fa-instagram"></i>Follow on Instagram</a></div></div></div></div> </li><li class="widget col-4 widget_text"><h3 class="widgettitle">Connect with Fordham</h3> <div class="textwidget"><div style="font-size:28pt"><a href="https://web.archive.org/web/20170428104308/https://twitter.com/fordhamnotes" style="color:#d7d7d7"><i class="fa fa-twitter"></i></a> <a href="https://web.archive.org/web/20170428104308/https://www.facebook.com/FordhamUniversity" style="color:#d7d7d7"><i class="fa fa-facebook"></i> </a> <a href="https://web.archive.org/web/20170428104308/https://www.linkedin.com/edu/fordham-university-18956" style="color:#d7d7d7"><i class="fa fa-linkedin"></i></a> <a href="https://web.archive.org/web/20170428104308/https://www.youtube.com/user/FordhamUniversity" style="color:#d7d7d7"><i class="fa fa-youtube"></i></a> <a href="https://web.archive.org/web/20170428104308/http://instagram.com/fordhamuniversity" style="color:#d7d7d7"><i class="fa fa-instagram"></i></a></div></div> </li> </ul> </div> <div class="lower-foot"> <div class="wrap"> <div class="widgets"> <div class="textwidget">Copyright © 2016 Fordham University. </div> <div class="menu-footer_nav-container"><ul id="menu-footer_nav" class="menu"><li id="menu-item-130" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-130"><a href="https://web.archive.org/web/20170428104308/http://www.fordham.edu/">Fordham Website</a></li> <li id="menu-item-145" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-145"><a href="https://web.archive.org/web/20170428104308/http://news.fordham.edu/media-relations-contacts/">Contact</a></li> </ul></div> </div> </div> </div> </footer> </div> <!-- .main-wrap --> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <script type="text/javascript"> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done"}};/* ]]> */ </script><script type="text/javascript">jQuery(document).ready(function(){ jQuery('a.colorbox').colorbox({iframe:true, width:'80%', height:'80%'});jQuery('a.rssmi_youtube').colorbox({iframe:true, innerWidth:425, innerHeight:344})});</script> <!--[if lte IE 8]> <style> .attachment:focus { outline: #1e8cbe solid; } .selected.attachment { outline: #1e8cbe solid; } </style> <![endif]--> <script type="text/html" id="tmpl-media-frame"> <div class="media-frame-menu"></div> <div class="media-frame-title"></div> <div class="media-frame-router"></div> <div class="media-frame-content"></div> <div class="media-frame-toolbar"></div> <div class="media-frame-uploader"></div> </script> <script type="text/html" id="tmpl-media-modal"> <div class="media-modal wp-core-ui"> <button type="button" class="media-modal-close"><span class="media-modal-icon"><span class="screen-reader-text">Close media panel</span></span></button> <div class="media-modal-content"></div> </div> <div class="media-modal-backdrop"></div> </script> <script type="text/html" id="tmpl-uploader-window"> <div class="uploader-window-content"> <h1>Drop files to upload</h1> </div> </script> <script type="text/html" id="tmpl-uploader-editor"> <div class="uploader-editor-content"> <div class="uploader-editor-title">Drop files to upload</div> </div> </script> <script type="text/html" id="tmpl-uploader-inline"> <# var messageClass = data.message ? 'has-upload-message' : 'no-upload-message'; #> <# if ( data.canClose ) { #> <button class="close dashicons dashicons-no"><span class="screen-reader-text">Close uploader</span></button> <# } #> <div class="uploader-inline-content {{ messageClass }}"> <# if ( data.message ) { #> <h2 class="upload-message">{{ data.message }}</h2> <# } #> <div class="upload-ui"> <h2 class="upload-instructions drop-instructions">Drop files anywhere to upload</h2> <p class="upload-instructions drop-instructions">or</p> <button type="button" class="browser button button-hero">Select Files</button> </div> <div class="upload-inline-status"></div> <div class="post-upload-ui"> <p class="max-upload-size">Maximum upload file size: 2 MB.</p> <# if ( data.suggestedWidth && data.suggestedHeight ) { #> <p class="suggested-dimensions"> Suggested image dimensions: {{data.suggestedWidth}} × {{data.suggestedHeight}} </p> <# } #> </div> </div> </script> <script type="text/html" id="tmpl-media-library-view-switcher"> <a href="/inside-fordham-category/on-campus/?mode=list" class="view-list"> <span class="screen-reader-text">List View</span> </a> <a href="/inside-fordham-category/on-campus/?mode=grid" class="view-grid current"> <span class="screen-reader-text">Grid View</span> </a> </script> <script type="text/html" id="tmpl-uploader-status"> <h2>Uploading</h2> <button type="button" class="button-link upload-dismiss-errors"><span class="screen-reader-text">Dismiss Errors</span></button> <div class="media-progress-bar"><div></div></div> <div class="upload-details"> <span class="upload-count"> <span class="upload-index"></span> / <span class="upload-total"></span> </span> <span class="upload-detail-separator">–</span> <span class="upload-filename"></span> </div> <div class="upload-errors"></div> </script> <script type="text/html" id="tmpl-uploader-status-error"> <span class="upload-error-filename">{{{ data.filename }}}</span> <span class="upload-error-message">{{ data.message }}</span> </script> <script type="text/html" id="tmpl-edit-attachment-frame"> <div class="edit-media-header"> <button class="left dashicons <# if ( ! data.hasPrevious ) { #> disabled <# } #>"><span class="screen-reader-text">Edit previous media item</span></button> <button class="right dashicons <# if ( ! data.hasNext ) { #> disabled <# } #>"><span class="screen-reader-text">Edit next media item</span></button> </div> <div class="media-frame-title"></div> <div class="media-frame-content"></div> </script> <script type="text/html" id="tmpl-attachment-details-two-column"> <div class="attachment-media-view {{ data.orientation }}"> <div class="thumbnail thumbnail-{{ data.type }}"> <# if ( data.uploading ) { #> <div class="media-progress-bar"><div></div></div> <# } else if ( data.sizes && data.sizes.large ) { #> <img class="details-image" src="{{ data.sizes.large.url }}" draggable="false" alt="" /> <# } else if ( data.sizes && data.sizes.full ) { #> <img class="details-image" src="{{ data.sizes.full.url }}" draggable="false" alt="" /> <# } else if ( -1 === jQuery.inArray( data.type, [ 'audio', 'video' ] ) ) { #> <img class="details-image icon" src="{{ data.icon }}" draggable="false" alt="" /> <# } #> <# if ( 'audio' === data.type ) { #> <div class="wp-media-wrapper"> <audio style="visibility: hidden" controls class="wp-audio-shortcode" width="100%" preload="none"> <source type="{{ data.mime }}" src="{{ data.url }}"/> </audio> </div> <# } else if ( 'video' === data.type ) { var w_rule = ''; if ( data.width ) { w_rule = 'width: ' + data.width + 'px;'; } else if ( wp.media.view.settings.contentWidth ) { w_rule = 'width: ' + wp.media.view.settings.contentWidth + 'px;'; } #> <div style="{{ w_rule }}" class="wp-media-wrapper wp-video"> <video controls="controls" class="wp-video-shortcode" preload="metadata" <# if ( data.width ) { #>width="{{ data.width }}"<# } #> <# if ( data.height ) { #>height="{{ data.height }}"<# } #> <# if ( data.image && data.image.src !== data.icon ) { #>poster="{{ data.image.src }}"<# } #>> <source type="{{ data.mime }}" src="{{ data.url }}"/> </video> </div> <# } #> <div class="attachment-actions"> <# if ( 'image' === data.type && ! data.uploading && data.sizes && data.can.save ) { #> <button type="button" class="button edit-attachment">Edit Image</button> <# } else if ( 'pdf' === data.subtype && data.sizes ) { #> Document Preview <# } #> </div> </div> </div> <div class="attachment-info"> <span class="settings-save-status"> <span class="spinner"></span> <span class="saved">Saved.</span> </span> <div class="details"> <div class="filename"><strong>File name:</strong> {{ data.filename }}</div> <div class="filename"><strong>File type:</strong> {{ data.mime }}</div> <div class="uploaded"><strong>Uploaded on:</strong> {{ data.dateFormatted }}</div> <div class="file-size"><strong>File size:</strong> {{ data.filesizeHumanReadable }}</div> <# if ( 'image' === data.type && ! data.uploading ) { #> <# if ( data.width && data.height ) { #> <div class="dimensions"><strong>Dimensions:</strong> {{ data.width }} × {{ data.height }}</div> <# } #> <# } #> <# if ( data.fileLength ) { #> <div class="file-length"><strong>Length:</strong> {{ data.fileLength }}</div> <# } #> <# if ( 'audio' === data.type && data.meta.bitrate ) { #> <div class="bitrate"> <strong>Bitrate:</strong> {{ Math.round( data.meta.bitrate / 1000 ) }}kb/s <# if ( data.meta.bitrate_mode ) { #> {{ ' ' + data.meta.bitrate_mode.toUpperCase() }} <# } #> </div> <# } #> <div class="compat-meta"> <# if ( data.compat && data.compat.meta ) { #> {{{ data.compat.meta }}} <# } #> </div> </div> <div class="settings"> <label class="setting" data-setting="url"> <span class="name">URL</span> <input type="text" value="{{ data.url }}" readonly /> </label> <# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #> <label class="setting" data-setting="title"> <span class="name">Title</span> <input type="text" value="{{ data.title }}" {{ maybeReadOnly }} /> </label> <# if ( 'audio' === data.type ) { #> <label class="setting" data-setting="artist"> <span class="name">Artist</span> <input type="text" value="{{ data.artist || data.meta.artist || '' }}" /> </label> <label class="setting" data-setting="album"> <span class="name">Album</span> <input type="text" value="{{ data.album || data.meta.album || '' }}" /> </label> <# } #> <label class="setting" data-setting="caption"> <span class="name">Caption</span> <textarea {{ maybeReadOnly }}>{{ data.caption }}</textarea> </label> <# if ( 'image' === data.type ) { #> <label class="setting" data-setting="alt"> <span class="name">Alt Text</span> <input type="text" value="{{ data.alt }}" {{ maybeReadOnly }} /> </label> <# } #> <label class="setting" data-setting="description"> <span class="name">Description</span> <textarea {{ maybeReadOnly }}>{{ data.description }}</textarea> </label> <label class="setting"> <span class="name">Uploaded By</span> <span class="value">{{ data.authorName }}</span> </label> <# if ( data.uploadedToTitle ) { #> <label class="setting"> <span class="name">Uploaded To</span> <# if ( data.uploadedToLink ) { #> <span class="value"><a href="{{ data.uploadedToLink }}">{{ data.uploadedToTitle }}</a></span> <# } else { #> <span class="value">{{ data.uploadedToTitle }}</span> <# } #> </label> <# } #> <div class="attachment-compat"></div> </div> <div class="actions"> <a class="view-attachment" href="{{ data.link }}">View attachment page</a> <# if ( data.can.save ) { #> | <a href="post.php?post={{ data.id }}&action=edit">Edit more details</a> <# } #> <# if ( ! data.uploading && data.can.remove ) { #> | <button type="button" class="button-link delete-attachment">Delete Permanently</button> <# } #> </div> </div> </script> <script type="text/html" id="tmpl-attachment"> <div class="attachment-preview js--select-attachment type-{{ data.type }} subtype-{{ data.subtype }} {{ data.orientation }}"> <div class="thumbnail"> <# if ( data.uploading ) { #> <div class="media-progress-bar"><div style="width: {{ data.percent }}%"></div></div> <# } else if ( 'image' === data.type && data.sizes ) { #> <div class="centered"> <img src="{{ data.size.url }}" draggable="false" alt="" /> </div> <# } else { #> <div class="centered"> <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #> <img src="{{ data.image.src }}" class="thumbnail" draggable="false" alt="" /> <# } else if ( data.sizes && data.sizes.medium ) { #> <img src="{{ data.sizes.medium.url }}" class="thumbnail" draggable="false" alt="" /> <# } else { #> <img src="{{ data.icon }}" class="icon" draggable="false" alt="" /> <# } #> </div> <div class="filename"> <div>{{ data.filename }}</div> </div> <# } #> </div> <# if ( data.buttons.close ) { #> <button type="button" class="button-link attachment-close media-modal-icon"><span class="screen-reader-text">Remove</span></button> <# } #> </div> <# if ( data.buttons.check ) { #> <button type="button" class="button-link check" tabindex="-1"><span class="media-modal-icon"></span><span class="screen-reader-text">Deselect</span></button> <# } #> <# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; if ( data.describe ) { if ( 'image' === data.type ) { #> <input type="text" value="{{ data.caption }}" class="describe" data-setting="caption" placeholder="Caption this image…" {{ maybeReadOnly }} /> <# } else { #> <input type="text" value="{{ data.title }}" class="describe" data-setting="title" <# if ( 'video' === data.type ) { #> placeholder="Describe this video…" <# } else if ( 'audio' === data.type ) { #> placeholder="Describe this audio file…" <# } else { #> placeholder="Describe this media file…" <# } #> {{ maybeReadOnly }} /> <# } } #> </script> <script type="text/html" id="tmpl-attachment-details"> <h2> Attachment Details <span class="settings-save-status"> <span class="spinner"></span> <span class="saved">Saved.</span> </span> </h2> <div class="attachment-info"> <div class="thumbnail thumbnail-{{ data.type }}"> <# if ( data.uploading ) { #> <div class="media-progress-bar"><div></div></div> <# } else if ( 'image' === data.type && data.sizes ) { #> <img src="{{ data.size.url }}" draggable="false" alt="" /> <# } else { #> <img src="{{ data.icon }}" class="icon" draggable="false" alt="" /> <# } #> </div> <div class="details"> <div class="filename">{{ data.filename }}</div> <div class="uploaded">{{ data.dateFormatted }}</div> <div class="file-size">{{ data.filesizeHumanReadable }}</div> <# if ( 'image' === data.type && ! data.uploading ) { #> <# if ( data.width && data.height ) { #> <div class="dimensions">{{ data.width }} × {{ data.height }}</div> <# } #> <# if ( data.can.save && data.sizes ) { #> <a class="edit-attachment" href="{{ data.editLink }}&image-editor" target="_blank">Edit Image</a> <# } #> <# } #> <# if ( data.fileLength ) { #> <div class="file-length">Length: {{ data.fileLength }}</div> <# } #> <# if ( ! data.uploading && data.can.remove ) { #> <button type="button" class="button-link delete-attachment">Delete Permanently</button> <# } #> <div class="compat-meta"> <# if ( data.compat && data.compat.meta ) { #> {{{ data.compat.meta }}} <# } #> </div> </div> </div> <label class="setting" data-setting="url"> <span class="name">URL</span> <input type="text" value="{{ data.url }}" readonly /> </label> <# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #> <label class="setting" data-setting="title"> <span class="name">Title</span> <input type="text" value="{{ data.title }}" {{ maybeReadOnly }} /> </label> <# if ( 'audio' === data.type ) { #> <label class="setting" data-setting="artist"> <span class="name">Artist</span> <input type="text" value="{{ data.artist || data.meta.artist || '' }}" /> </label> <label class="setting" data-setting="album"> <span class="name">Album</span> <input type="text" value="{{ data.album || data.meta.album || '' }}" /> </label> <# } #> <label class="setting" data-setting="caption"> <span class="name">Caption</span> <textarea {{ maybeReadOnly }}>{{ data.caption }}</textarea> </label> <# if ( 'image' === data.type ) { #> <label class="setting" data-setting="alt"> <span class="name">Alt Text</span> <input type="text" value="{{ data.alt }}" {{ maybeReadOnly }} /> </label> <# } #> <label class="setting" data-setting="description"> <span class="name">Description</span> <textarea {{ maybeReadOnly }}>{{ data.description }}</textarea> </label> </script> <script type="text/html" id="tmpl-media-selection"> <div class="selection-info"> <span class="count"></span> <# if ( data.editable ) { #> <button type="button" class="button-link edit-selection">Edit Selection</button> <# } #> <# if ( data.clearable ) { #> <button type="button" class="button-link clear-selection">Clear</button> <# } #> </div> <div class="selection-view"></div> </script> <script type="text/html" id="tmpl-attachment-display-settings"> <h2>Attachment Display Settings</h2> <# if ( 'image' === data.type ) { #> <label class="setting"> <span>Alignment</span> <select class="alignment" data-setting="align" <# if ( data.userSettings ) { #> data-user-setting="align" <# } #>> <option value="left"> Left </option> <option value="center"> Center </option> <option value="right"> Right </option> <option value="none" selected> None </option> </select> </label> <# } #> <div class="setting"> <label> <# if ( data.model.canEmbed ) { #> <span>Embed or Link</span> <# } else { #> <span>Link To</span> <# } #> <select class="link-to" data-setting="link" <# if ( data.userSettings && ! data.model.canEmbed ) { #> data-user-setting="urlbutton" <# } #>> <# if ( data.model.canEmbed ) { #> <option value="embed" selected> Embed Media Player </option> <option value="file"> <# } else { #> <option value="none" selected> None </option> <option value="file"> <# } #> <# if ( data.model.canEmbed ) { #> Link to Media File <# } else { #> Media File <# } #> </option> <option value="post"> <# if ( data.model.canEmbed ) { #> Link to Attachment Page <# } else { #> Attachment Page <# } #> </option> <# if ( 'image' === data.type ) { #> <option value="custom"> Custom URL </option> <# } #> </select> </label> <input type="text" class="link-to-custom" data-setting="linkUrl" /> </div> <# if ( 'undefined' !== typeof data.sizes ) { #> <label class="setting"> <span>Size</span> <select class="size" name="size" data-setting="size" <# if ( data.userSettings ) { #> data-user-setting="imgsize" <# } #>> <# var size = data.sizes['thumbnail']; if ( size ) { #> <option value="thumbnail" > Thumbnail – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['medium']; if ( size ) { #> <option value="medium" > Medium – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['large']; if ( size ) { #> <option value="large" > Large – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['full']; if ( size ) { #> <option value="full" selected='selected'> Full Size – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['main-full']; if ( size ) { #> <option value="main-full" > Theme - Main Full – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['main-slider']; if ( size ) { #> <option value="main-slider" > Theme - Main Slider – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['main-block']; if ( size ) { #> <option value="main-block" > Theme - Main Block – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['gallery-block']; if ( size ) { #> <option value="gallery-block" > Theme - Gallery Block – {{ size.width }} × {{ size.height }} </option> <# } #> </select> </label> <# } #> </script> <script type="text/html" id="tmpl-gallery-settings"> <h2>Gallery Settings</h2> <label class="setting"> <span>Link To</span> <select class="link-to" data-setting="link" <# if ( data.userSettings ) { #> data-user-setting="urlbutton" <# } #>> <option value="post" <# if ( ! wp.media.galleryDefaults.link || 'post' == wp.media.galleryDefaults.link ) { #>selected="selected"<# } #>> Attachment Page </option> <option value="file" <# if ( 'file' == wp.media.galleryDefaults.link ) { #>selected="selected"<# } #>> Media File </option> <option value="none" <# if ( 'none' == wp.media.galleryDefaults.link ) { #>selected="selected"<# } #>> None </option> </select> </label> <label class="setting"> <span>Columns</span> <select class="columns" name="columns" data-setting="columns"> <option value="1" <# if ( 1 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# } #>> 1 </option> <option value="2" <# if ( 2 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# } #>> 2 </option> <option value="3" <# if ( 3 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# } #>> 3 </option> <option value="4" <# if ( 4 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# } #>> 4 </option> <option value="5" <# if ( 5 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# } #>> 5 </option> <option value="6" <# if ( 6 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# } #>> 6 </option> <option value="7" <# if ( 7 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# } #>> 7 </option> <option value="8" <# if ( 8 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# } #>> 8 </option> <option value="9" <# if ( 9 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# } #>> 9 </option> </select> </label> <label class="setting"> <span>Random Order</span> <input type="checkbox" data-setting="_orderbyRandom" /> </label> <label class="setting size"> <span>Size</span> <select class="size" name="size" data-setting="size" <# if ( data.userSettings ) { #> data-user-setting="imgsize" <# } #> > <option value="thumbnail"> Thumbnail </option> <option value="medium"> Medium </option> <option value="large"> Large </option> <option value="full"> Full Size </option> <option value="main-full"> Theme - Main Full </option> <option value="main-slider"> Theme - Main Slider </option> <option value="main-block"> Theme - Main Block </option> <option value="gallery-block"> Theme - Gallery Block </option> </select> </label> </script> <script type="text/html" id="tmpl-playlist-settings"> <h2>Playlist Settings</h2> <# var emptyModel = _.isEmpty( data.model ), isVideo = 'video' === data.controller.get('library').props.get('type'); #> <label class="setting"> <input type="checkbox" data-setting="tracklist" <# if ( emptyModel ) { #> checked="checked" <# } #> /> <# if ( isVideo ) { #> <span>Show Video List</span> <# } else { #> <span>Show Tracklist</span> <# } #> </label> <# if ( ! isVideo ) { #> <label class="setting"> <input type="checkbox" data-setting="artists" <# if ( emptyModel ) { #> checked="checked" <# } #> /> <span>Show Artist Name in Tracklist</span> </label> <# } #> <label class="setting"> <input type="checkbox" data-setting="images" <# if ( emptyModel ) { #> checked="checked" <# } #> /> <span>Show Images</span> </label> </script> <script type="text/html" id="tmpl-embed-link-settings"> <label class="setting link-text"> <span>Link Text</span> <input type="text" class="alignment" data-setting="linkText" /> </label> <div class="embed-container" style="display: none;"> <div class="embed-preview"></div> </div> </script> <script type="text/html" id="tmpl-embed-image-settings"> <div class="thumbnail"> <img src="{{ data.model.url }}" draggable="false" alt="" /> </div> <label class="setting caption"> <span>Caption</span> <textarea data-setting="caption" /> </label> <label class="setting alt-text"> <span>Alt Text</span> <input type="text" data-setting="alt" /> </label> <div class="setting align"> <span>Align</span> <div class="button-group button-large" data-setting="align"> <button class="button" value="left"> Left </button> <button class="button" value="center"> Center </button> <button class="button" value="right"> Right </button> <button class="button active" value="none"> None </button> </div> </div> <div class="setting link-to"> <span>Link To</span> <div class="button-group button-large" data-setting="link"> <button class="button" value="file"> Image URL </button> <button class="button" value="custom"> Custom URL </button> <button class="button active" value="none"> None </button> </div> <input type="text" class="link-to-custom" data-setting="linkUrl" /> </div> </script> <script type="text/html" id="tmpl-image-details"> <div class="media-embed"> <div class="embed-media-settings"> <div class="column-image"> <div class="image"> <img src="{{ data.model.url }}" draggable="false" alt="" /> <# if ( data.attachment && window.imageEdit ) { #> <div class="actions"> <input type="button" class="edit-attachment button" value="Edit Original" /> <input type="button" class="replace-attachment button" value="Replace" /> </div> <# } #> </div> </div> <div class="column-settings"> <label class="setting caption"> <span>Caption</span> <textarea data-setting="caption">{{ data.model.caption }}</textarea> </label> <label class="setting alt-text"> <span>Alternative Text</span> <input type="text" data-setting="alt" value="{{ data.model.alt }}" /> </label> <h2>Display Settings</h2> <div class="setting align"> <span>Align</span> <div class="button-group button-large" data-setting="align"> <button class="button" value="left"> Left </button> <button class="button" value="center"> Center </button> <button class="button" value="right"> Right </button> <button class="button active" value="none"> None </button> </div> </div> <# if ( data.attachment ) { #> <# if ( 'undefined' !== typeof data.attachment.sizes ) { #> <label class="setting size"> <span>Size</span> <select class="size" name="size" data-setting="size" <# if ( data.userSettings ) { #> data-user-setting="imgsize" <# } #>> <# var size = data.sizes['thumbnail']; if ( size ) { #> <option value="thumbnail"> Thumbnail – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['medium']; if ( size ) { #> <option value="medium"> Medium – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['large']; if ( size ) { #> <option value="large"> Large – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['full']; if ( size ) { #> <option value="full"> Full Size – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['main-full']; if ( size ) { #> <option value="main-full"> Theme - Main Full – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['main-slider']; if ( size ) { #> <option value="main-slider"> Theme - Main Slider – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['main-block']; if ( size ) { #> <option value="main-block"> Theme - Main Block – {{ size.width }} × {{ size.height }} </option> <# } #> <# var size = data.sizes['gallery-block']; if ( size ) { #> <option value="gallery-block"> Theme - Gallery Block – {{ size.width }} × {{ size.height }} </option> <# } #> <option value="custom"> Custom Size </option> </select> </label> <# } #> <div class="custom-size<# if ( data.model.size !== 'custom' ) { #> hidden<# } #>"> <label><span>Width <small>(px)</small></span> <input data-setting="customWidth" type="number" step="1" value="{{ data.model.customWidth }}" /></label><span class="sep">×</span><label><span>Height <small>(px)</small></span><input data-setting="customHeight" type="number" step="1" value="{{ data.model.customHeight }}" /></label> </div> <# } #> <div class="setting link-to"> <span>Link To</span> <select data-setting="link"> <# if ( data.attachment ) { #> <option value="file"> Media File </option> <option value="post"> Attachment Page </option> <# } else { #> <option value="file"> Image URL </option> <# } #> <option value="custom"> Custom URL </option> <option value="none"> None </option> </select> <input type="text" class="link-to-custom" data-setting="linkUrl" /> </div> <div class="advanced-section"> <h2><button type="button" class="button-link advanced-toggle">Advanced Options</button></h2> <div class="advanced-settings hidden"> <div class="advanced-image"> <label class="setting title-text"> <span>Image Title Attribute</span> <input type="text" data-setting="title" value="{{ data.model.title }}" /> </label> <label class="setting extra-classes"> <span>Image CSS Class</span> <input type="text" data-setting="extraClasses" value="{{ data.model.extraClasses }}" /> </label> </div> <div class="advanced-link"> <div class="setting link-target"> <label><input type="checkbox" data-setting="linkTargetBlank" value="_blank" <# if ( data.model.linkTargetBlank ) { #>checked="checked"<# } #>>Open link in a new tab</label> </div> <label class="setting link-rel"> <span>Link Rel</span> <input type="text" data-setting="linkRel" value="{{ data.model.linkClassName }}" /> </label> <label class="setting link-class-name"> <span>Link CSS Class</span> <input type="text" data-setting="linkClassName" value="{{ data.model.linkClassName }}" /> </label> </div> </div> </div> </div> </div> </div> </script> <script type="text/html" id="tmpl-image-editor"> <div id="media-head-{{ data.id }}"></div> <div id="image-editor-{{ data.id }}"></div> </script> <script type="text/html" id="tmpl-audio-details"> <# var ext, html5types = { mp3: wp.media.view.settings.embedMimes.mp3, ogg: wp.media.view.settings.embedMimes.ogg }; #> <div class="media-embed media-embed-details"> <div class="embed-media-settings embed-audio-settings"> <audio style="visibility: hidden" controls class="wp-audio-shortcode" width="{{ _.isUndefined( data.model.width ) ? 400 : data.model.width }}" preload="{{ _.isUndefined( data.model.preload ) ? 'none' : data.model.preload }}" <# if ( ! _.isUndefined( data.model.autoplay ) && data.model.autoplay ) { #> autoplay<# } if ( ! _.isUndefined( data.model.loop ) && data.model.loop ) { #> loop<# } #> > <# if ( ! _.isEmpty( data.model.src ) ) { #> <source src="{{ data.model.src }}" type="{{ wp.media.view.settings.embedMimes[ data.model.src.split('.').pop() ] }}" /> <# } #> <# if ( ! _.isEmpty( data.model.mp3 ) ) { #> <source src="{{ data.model.mp3 }}" type="{{ wp.media.view.settings.embedMimes[ 'mp3' ] }}" /> <# } #> <# if ( ! _.isEmpty( data.model.ogg ) ) { #> <source src="{{ data.model.ogg }}" type="{{ wp.media.view.settings.embedMimes[ 'ogg' ] }}" /> <# } #> <# if ( ! _.isEmpty( data.model.wma ) ) { #> <source src="{{ data.model.wma }}" type="{{ wp.media.view.settings.embedMimes[ 'wma' ] }}" /> <# } #> <# if ( ! _.isEmpty( data.model.m4a ) ) { #> <source src="{{ data.model.m4a }}" type="{{ wp.media.view.settings.embedMimes[ 'm4a' ] }}" /> <# } #> <# if ( ! _.isEmpty( data.model.wav ) ) { #> <source src="{{ data.model.wav }}" type="{{ wp.media.view.settings.embedMimes[ 'wav' ] }}" /> <# } #> </audio> <# if ( ! _.isEmpty( data.model.src ) ) { ext = data.model.src.split('.').pop(); if ( html5types[ ext ] ) { delete html5types[ ext ]; } #> <label class="setting"> <span>SRC</span> <input type="text" disabled="disabled" data-setting="src" value="{{ data.model.src }}" /> <button type="button" class="button-link remove-setting">Remove audio source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.mp3 ) ) { if ( ! _.isUndefined( html5types.mp3 ) ) { delete html5types.mp3; } #> <label class="setting"> <span>MP3</span> <input type="text" disabled="disabled" data-setting="mp3" value="{{ data.model.mp3 }}" /> <button type="button" class="button-link remove-setting">Remove audio source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.ogg ) ) { if ( ! _.isUndefined( html5types.ogg ) ) { delete html5types.ogg; } #> <label class="setting"> <span>OGG</span> <input type="text" disabled="disabled" data-setting="ogg" value="{{ data.model.ogg }}" /> <button type="button" class="button-link remove-setting">Remove audio source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.wma ) ) { if ( ! _.isUndefined( html5types.wma ) ) { delete html5types.wma; } #> <label class="setting"> <span>WMA</span> <input type="text" disabled="disabled" data-setting="wma" value="{{ data.model.wma }}" /> <button type="button" class="button-link remove-setting">Remove audio source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.m4a ) ) { if ( ! _.isUndefined( html5types.m4a ) ) { delete html5types.m4a; } #> <label class="setting"> <span>M4A</span> <input type="text" disabled="disabled" data-setting="m4a" value="{{ data.model.m4a }}" /> <button type="button" class="button-link remove-setting">Remove audio source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.wav ) ) { if ( ! _.isUndefined( html5types.wav ) ) { delete html5types.wav; } #> <label class="setting"> <span>WAV</span> <input type="text" disabled="disabled" data-setting="wav" value="{{ data.model.wav }}" /> <button type="button" class="button-link remove-setting">Remove audio source</button> </label> <# } #> <# if ( ! _.isEmpty( html5types ) ) { #> <div class="setting"> <span>Add alternate sources for maximum HTML5 playback:</span> <div class="button-large"> <# _.each( html5types, function (mime, type) { #> <button class="button add-media-source" data-mime="{{ mime }}">{{ type }}</button> <# } ) #> </div> </div> <# } #> <div class="setting preload"> <span>Preload</span> <div class="button-group button-large" data-setting="preload"> <button class="button" value="auto">Auto</button> <button class="button" value="metadata">Metadata</button> <button class="button active" value="none">None</button> </div> </div> <label class="setting checkbox-setting"> <input type="checkbox" data-setting="autoplay" /> <span>Autoplay</span> </label> <label class="setting checkbox-setting"> <input type="checkbox" data-setting="loop" /> <span>Loop</span> </label> </div> </div> </script> <script type="text/html" id="tmpl-video-details"> <# var ext, html5types = { mp4: wp.media.view.settings.embedMimes.mp4, ogv: wp.media.view.settings.embedMimes.ogv, webm: wp.media.view.settings.embedMimes.webm }; #> <div class="media-embed media-embed-details"> <div class="embed-media-settings embed-video-settings"> <div class="wp-video-holder"> <# var w = ! data.model.width || data.model.width > 640 ? 640 : data.model.width, h = ! data.model.height ? 360 : data.model.height; if ( data.model.width && w !== data.model.width ) { h = Math.ceil( ( h * w ) / data.model.width ); } #> <# var w_rule = '', classes = [], w, h, settings = wp.media.view.settings, isYouTube = isVimeo = false; if ( ! _.isEmpty( data.model.src ) ) { isYouTube = data.model.src.match(/youtube|youtu\.be/); isVimeo = -1 !== data.model.src.indexOf('vimeo'); } if ( settings.contentWidth && data.model.width >= settings.contentWidth ) { w = settings.contentWidth; } else { w = data.model.width; } if ( w !== data.model.width ) { h = Math.ceil( ( data.model.height * w ) / data.model.width ); } else { h = data.model.height; } if ( w ) { w_rule = 'width: ' + w + 'px; '; } if ( isYouTube ) { classes.push( 'youtube-video' ); } if ( isVimeo ) { classes.push( 'vimeo-video' ); } #> <div style="{{ w_rule }}" class="wp-video"> <video controls class="wp-video-shortcode {{ classes.join( ' ' ) }}" <# if ( w ) { #>width="{{ w }}"<# } #> <# if ( h ) { #>height="{{ h }}"<# } #> <# if ( ! _.isUndefined( data.model.poster ) && data.model.poster ) { #> poster="{{ data.model.poster }}"<# } #> preload="{{ _.isUndefined( data.model.preload ) ? 'metadata' : data.model.preload }}"<# if ( ! _.isUndefined( data.model.autoplay ) && data.model.autoplay ) { #> autoplay<# } if ( ! _.isUndefined( data.model.loop ) && data.model.loop ) { #> loop<# } #> > <# if ( ! _.isEmpty( data.model.src ) ) { if ( isYouTube ) { #> <source src="{{ data.model.src }}" type="video/youtube" /> <# } else if ( isVimeo ) { #> <source src="{{ data.model.src }}" type="video/vimeo" /> <# } else { #> <source src="{{ data.model.src }}" type="{{ settings.embedMimes[ data.model.src.split('.').pop() ] }}" /> <# } } #> <# if ( data.model.mp4 ) { #> <source src="{{ data.model.mp4 }}" type="{{ settings.embedMimes[ 'mp4' ] }}" /> <# } #> <# if ( data.model.m4v ) { #> <source src="{{ data.model.m4v }}" type="{{ settings.embedMimes[ 'm4v' ] }}" /> <# } #> <# if ( data.model.webm ) { #> <source src="{{ data.model.webm }}" type="{{ settings.embedMimes[ 'webm' ] }}" /> <# } #> <# if ( data.model.ogv ) { #> <source src="{{ data.model.ogv }}" type="{{ settings.embedMimes[ 'ogv' ] }}" /> <# } #> <# if ( data.model.wmv ) { #> <source src="{{ data.model.wmv }}" type="{{ settings.embedMimes[ 'wmv' ] }}" /> <# } #> <# if ( data.model.flv ) { #> <source src="{{ data.model.flv }}" type="{{ settings.embedMimes[ 'flv' ] }}" /> <# } #> {{{ data.model.content }}} </video> </div> <# if ( ! _.isEmpty( data.model.src ) ) { ext = data.model.src.split('.').pop(); if ( html5types[ ext ] ) { delete html5types[ ext ]; } #> <label class="setting"> <span>SRC</span> <input type="text" disabled="disabled" data-setting="src" value="{{ data.model.src }}" /> <button type="button" class="button-link remove-setting">Remove video source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.mp4 ) ) { if ( ! _.isUndefined( html5types.mp4 ) ) { delete html5types.mp4; } #> <label class="setting"> <span>MP4</span> <input type="text" disabled="disabled" data-setting="mp4" value="{{ data.model.mp4 }}" /> <button type="button" class="button-link remove-setting">Remove video source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.m4v ) ) { if ( ! _.isUndefined( html5types.m4v ) ) { delete html5types.m4v; } #> <label class="setting"> <span>M4V</span> <input type="text" disabled="disabled" data-setting="m4v" value="{{ data.model.m4v }}" /> <button type="button" class="button-link remove-setting">Remove video source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.webm ) ) { if ( ! _.isUndefined( html5types.webm ) ) { delete html5types.webm; } #> <label class="setting"> <span>WEBM</span> <input type="text" disabled="disabled" data-setting="webm" value="{{ data.model.webm }}" /> <button type="button" class="button-link remove-setting">Remove video source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.ogv ) ) { if ( ! _.isUndefined( html5types.ogv ) ) { delete html5types.ogv; } #> <label class="setting"> <span>OGV</span> <input type="text" disabled="disabled" data-setting="ogv" value="{{ data.model.ogv }}" /> <button type="button" class="button-link remove-setting">Remove video source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.wmv ) ) { if ( ! _.isUndefined( html5types.wmv ) ) { delete html5types.wmv; } #> <label class="setting"> <span>WMV</span> <input type="text" disabled="disabled" data-setting="wmv" value="{{ data.model.wmv }}" /> <button type="button" class="button-link remove-setting">Remove video source</button> </label> <# } #> <# if ( ! _.isEmpty( data.model.flv ) ) { if ( ! _.isUndefined( html5types.flv ) ) { delete html5types.flv; } #> <label class="setting"> <span>FLV</span> <input type="text" disabled="disabled" data-setting="flv" value="{{ data.model.flv }}" /> <button type="button" class="button-link remove-setting">Remove video source</button> </label> <# } #> </div> <# if ( ! _.isEmpty( html5types ) ) { #> <div class="setting"> <span>Add alternate sources for maximum HTML5 playback:</span> <div class="button-large"> <# _.each( html5types, function (mime, type) { #> <button class="button add-media-source" data-mime="{{ mime }}">{{ type }}</button> <# } ) #> </div> </div> <# } #> <# if ( ! _.isEmpty( data.model.poster ) ) { #> <label class="setting"> <span>Poster Image</span> <input type="text" disabled="disabled" data-setting="poster" value="{{ data.model.poster }}" /> <button type="button" class="button-link remove-setting">Remove poster image</button> </label> <# } #> <div class="setting preload"> <span>Preload</span> <div class="button-group button-large" data-setting="preload"> <button class="button" value="auto">Auto</button> <button class="button" value="metadata">Metadata</button> <button class="button active" value="none">None</button> </div> </div> <label class="setting checkbox-setting"> <input type="checkbox" data-setting="autoplay" /> <span>Autoplay</span> </label> <label class="setting checkbox-setting"> <input type="checkbox" data-setting="loop" /> <span>Loop</span> </label> <label class="setting" data-setting="content"> <span>Tracks (subtitles, captions, descriptions, chapters, or metadata)</span> <# var content = ''; if ( ! _.isEmpty( data.model.content ) ) { var tracks = jQuery( data.model.content ).filter( 'track' ); _.each( tracks.toArray(), function (track) { content += track.outerHTML; #> <p> <input class="content-track" type="text" value="{{ track.outerHTML }}" /> <button type="button" class="button-link remove-setting remove-track">Remove video track</button> </p> <# } ); #> <# } else { #> <em>There are no associated subtitles.</em> <# } #> <textarea class="hidden content-setting">{{ content }}</textarea> </label> </div> </div> </script> <script type="text/html" id="tmpl-editor-gallery"> <# if ( data.attachments.length ) { #> <div class="gallery gallery-columns-{{ data.columns }}"> <# _.each( data.attachments, function( attachment, index ) { #> <dl class="gallery-item"> <dt class="gallery-icon"> <# if ( attachment.thumbnail ) { #> <img src="{{ attachment.thumbnail.url }}" width="{{ attachment.thumbnail.width }}" height="{{ attachment.thumbnail.height }}" alt="" /> <# } else { #> <img src="{{ attachment.url }}" alt="" /> <# } #> </dt> <# if ( attachment.caption ) { #> <dd class="wp-caption-text gallery-caption"> {{{ data.verifyHTML( attachment.caption ) }}} </dd> <# } #> </dl> <# if ( index % data.columns === data.columns - 1 ) { #> <br style="clear: both;"> <# } #> <# } ); #> </div> <# } else { #> <div class="wpview-error"> <div class="dashicons dashicons-format-gallery"></div><p>No items found.</p> </div> <# } #> </script> <script type="text/html" id="tmpl-crop-content"> <img class="crop-image" src="{{ data.url }}" alt="Image crop area preview. Requires mouse interaction."> <div class="upload-errors"></div> </script> <script type="text/html" id="tmpl-site-icon-preview"> <h2>Preview</h2> <strong aria-hidden="true">As a browser icon</strong> <div class="favicon-preview"> <img src="https://web.archive.org/web/20170428104308/http://news.fordham.edu/wp-admin/images/browser.png" class="browser-preview" width="182" height="" alt="" /> <div class="favicon"> <img id="preview-favicon" src="{{ data.url }}" alt="Preview as a browser icon"/> </div> <span class="browser-title" aria-hidden="true">Fordham Newsroom</span> </div> <strong aria-hidden="true">As an app icon</strong> <div class="app-icon-preview"> <img id="preview-app-icon" src="{{ data.url }}" alt="Preview as an app icon"/> </div> </script> <link rel="stylesheet" id="wprssmi_colorbox-css" href="https://web.archive.org/web/20170428104308cs_/http://news.fordham.edu/wp-content/plugins/wp-rss-multi-importer/css/colorbox.css?ver=4.7.4" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20"></script> <script type="text/javascript"> /* <![CDATA[ */ var _wpcf7 = {"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.7"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/doptg/libraries/js/jquery.mousewheel.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/doptg/libraries/js/jquery.jscrollpane.min.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/doptg/assets/js/jquery.dop.ThumbnailGallery.js?ver=4.7.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var sb_instagram_js_options = {"sb_instagram_at":"377152067.1654d0c.f8c3d015479140aa814630de8f7e7024"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/instagram-feed-pro/js/sb-instagram.js?9&ver=1.8"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/jquery/ui/menu.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/wp-a11y.js?ver=4.7.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var uiAutocompleteL10n = {"noResults":"No results found.","oneResult":"1 result found. Use up and down arrow keys to navigate.","manyResults":"%d results found. Use up and down arrow keys to navigate.","itemSelected":"Item selected."}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.11.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var SearchAutocomplete = {"ajaxurl":"https:\/\/web.archive.org\/web\/20170428104308\/http:\/\/news.fordham.edu\/wp-admin\/admin-ajax.php","fieldName":".faculty-expert-search","minLength":"3","delay":"500","autoFocus":"false"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/search-autocomplete/js/search-autocomplete.dev.js?ver=1.0.0"></script> <script type="text/javascript"> /* <![CDATA[ */ var zerospam = {"key":"53$SdaQ!JJ95LBS4qdRu#5z9iHn*M6#wrTaUREALQv4E0A&%#EzN0afg8uTH)YbP"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/zero-spam/js/zerospam.js?ver=3.0.6"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/shortcode.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/backbone.min.js?ver=1.2.3"></script> <script type="text/javascript"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/wp-util.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/wp-backbone.js?ver=4.7.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var _wpMediaModelsL10n = {"settings":{"ajaxurl":"\/wp-admin\/admin-ajax.php","post":{"id":0}}}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/media-models.js?ver=4.7.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var pluploadL10n = {"queue_limit_exceeded":"You have attempted to queue too many files.","file_exceeds_size_limit":"%s exceeds the maximum upload size for this site.","zero_byte_file":"This file is empty. Please try another.","invalid_filetype":"This file type is not allowed. Please try another.","not_an_image":"This file is not an image. Please try another.","image_memory_exceeded":"Memory exceeded. Please try another smaller file.","image_dimensions_exceeded":"This is larger than the maximum size. Please try another.","default_error":"An error occurred in the upload. Please try again later.","missing_upload_url":"There was a configuration error. Please contact the server administrator.","upload_limit_exceeded":"You may only upload 1 file.","http_error":"HTTP error.","upload_failed":"Upload failed.","big_upload_failed":"Please try uploading this file with the %1$sbrowser uploader%2$s.","big_upload_queued":"%s exceeds the maximum upload size for the multi-file uploader when used in your browser.","io_error":"IO error.","security_error":"Security error.","file_cancelled":"File canceled.","upload_stopped":"Upload stopped.","dismiss":"Dismiss","crunching":"Crunching\u2026","deleted":"moved to the trash.","error_uploading":"\u201c%s\u201d has failed to upload."}; var _wpPluploadSettings = {"defaults":{"runtimes":"html5,flash,silverlight,html4","file_data_name":"async-upload","url":"\/wp-admin\/async-upload.php","flash_swf_url":"https:\/\/web.archive.org\/web\/20170428104308\/http:\/\/news.fordham.edu\/wp-includes\/js\/plupload\/plupload.flash.swf","silverlight_xap_url":"https:\/\/web.archive.org\/web\/20170428104308\/http:\/\/news.fordham.edu\/wp-includes\/js\/plupload\/plupload.silverlight.xap","filters":{"max_file_size":"2097152b","mime_types":[{"extensions":"jpg,jpeg,jpe,gif,png,bmp,tiff,tif,ico,asf,asx,wmv,wmx,wm,avi,divx,flv,mov,qt,mpeg,mpg,mpe,mp4,m4v,ogv,webm,mkv,3gp,3gpp,3g2,3gp2,txt,asc,c,cc,h,srt,csv,tsv,ics,rtx,css,vtt,dfxp,mp3,m4a,m4b,ra,ram,wav,ogg,oga,mid,midi,wma,wax,mka,rtf,js,pdf,class,tar,zip,gz,gzip,rar,7z,psd,xcf,doc,pot,pps,ppt,wri,xla,xls,xlt,xlw,mdb,mpp,docx,docm,dotx,dotm,xlsx,xlsm,xlsb,xltx,xltm,xlam,pptx,pptm,ppsx,ppsm,potx,potm,ppam,sldx,sldm,onetoc,onetoc2,onetmp,onepkg,oxps,xps,odt,odp,ods,odg,odc,odb,odf,wp,wpd,key,numbers,pages,woff"}]},"multipart_params":{"action":"upload-attachment","_wpnonce":"1e15f3e4d5"}},"browser":{"mobile":false,"supported":true},"limitExceeded":false}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/plupload/wp-plupload.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/jquery/ui/sortable.min.js?ver=1.11.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var mejsL10n = {"language":"en-US","strings":{"Close":"Close","Fullscreen":"Fullscreen","Turn off Fullscreen":"Turn off Fullscreen","Go Fullscreen":"Go Fullscreen","Download File":"Download File","Download Video":"Download Video","Play":"Play","Pause":"Pause","Captions\/Subtitles":"Captions\/Subtitles","None":"None","Time Slider":"Time Slider","Skip back %1 seconds":"Skip back %1 seconds","Video Player":"Video Player","Audio Player":"Audio Player","Volume Slider":"Volume Slider","Mute Toggle":"Mute Toggle","Unmute":"Unmute","Mute":"Mute","Use Up\/Down Arrow keys to increase or decrease volume.":"Use Up\/Down Arrow keys to increase or decrease volume.","Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds."}}; var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=2.22.0"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/mediaelement/wp-mediaelement.js?ver=4.7.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var _wpMediaViewsL10n = {"url":"URL","addMedia":"Add Media","search":"Search","select":"Select","cancel":"Cancel","update":"Update","replace":"Replace","remove":"Remove","back":"Back","selected":"%d selected","dragInfo":"Drag and drop to reorder media files.","uploadFilesTitle":"Upload Files","uploadImagesTitle":"Upload Images","mediaLibraryTitle":"Media Library","insertMediaTitle":"Insert Media","createNewGallery":"Create a new gallery","createNewPlaylist":"Create a new playlist","createNewVideoPlaylist":"Create a new video playlist","returnToLibrary":"\u2190 Return to library","allMediaItems":"All media items","allDates":"All dates","noItemsFound":"No items found.","insertIntoPost":"Insert into post","unattached":"Unattached","trash":"Trash","uploadedToThisPost":"Uploaded to this post","warnDelete":"You are about to permanently delete this item.\n 'Cancel' to stop, 'OK' to delete.","warnBulkDelete":"You are about to permanently delete these items.\n 'Cancel' to stop, 'OK' to delete.","warnBulkTrash":"You are about to trash these items.\n 'Cancel' to stop, 'OK' to delete.","bulkSelect":"Bulk Select","cancelSelection":"Cancel Selection","trashSelected":"Trash Selected","untrashSelected":"Untrash Selected","deleteSelected":"Delete Selected","deletePermanently":"Delete Permanently","apply":"Apply","filterByDate":"Filter by date","filterByType":"Filter by type","searchMediaLabel":"Search Media","searchMediaPlaceholder":"Search media items...","noMedia":"No media files found.","attachmentDetails":"Attachment Details","insertFromUrlTitle":"Insert from URL","setFeaturedImageTitle":"Featured Image","setFeaturedImage":"Set featured image","createGalleryTitle":"Create Gallery","editGalleryTitle":"Edit Gallery","cancelGalleryTitle":"\u2190 Cancel Gallery","insertGallery":"Insert gallery","updateGallery":"Update gallery","addToGallery":"Add to gallery","addToGalleryTitle":"Add to Gallery","reverseOrder":"Reverse order","imageDetailsTitle":"Image Details","imageReplaceTitle":"Replace Image","imageDetailsCancel":"Cancel Edit","editImage":"Edit Image","chooseImage":"Choose Image","selectAndCrop":"Select and Crop","skipCropping":"Skip Cropping","cropImage":"Crop Image","cropYourImage":"Crop your image","cropping":"Cropping\u2026","suggestedDimensions":"Suggested image dimensions:","cropError":"There has been an error cropping your image.","audioDetailsTitle":"Audio Details","audioReplaceTitle":"Replace Audio","audioAddSourceTitle":"Add Audio Source","audioDetailsCancel":"Cancel Edit","videoDetailsTitle":"Video Details","videoReplaceTitle":"Replace Video","videoAddSourceTitle":"Add Video Source","videoDetailsCancel":"Cancel Edit","videoSelectPosterImageTitle":"Select Poster Image","videoAddTrackTitle":"Add Subtitles","playlistDragInfo":"Drag and drop to reorder tracks.","createPlaylistTitle":"Create Audio Playlist","editPlaylistTitle":"Edit Audio Playlist","cancelPlaylistTitle":"\u2190 Cancel Audio Playlist","insertPlaylist":"Insert audio playlist","updatePlaylist":"Update audio playlist","addToPlaylist":"Add to audio playlist","addToPlaylistTitle":"Add to Audio Playlist","videoPlaylistDragInfo":"Drag and drop to reorder videos.","createVideoPlaylistTitle":"Create Video Playlist","editVideoPlaylistTitle":"Edit Video Playlist","cancelVideoPlaylistTitle":"\u2190 Cancel Video Playlist","insertVideoPlaylist":"Insert video playlist","updateVideoPlaylist":"Update video playlist","addToVideoPlaylist":"Add to video playlist","addToVideoPlaylistTitle":"Add to Video Playlist","settings":{"tabs":[],"tabUrl":"https:\/\/web.archive.org\/web\/20170428104308\/http:\/\/news.fordham.edu\/wp-admin\/media-upload.php?chromeless=1","mimeTypes":{"image":"Images","audio":"Audio","video":"Video"},"captions":true,"nonce":{"sendToEditor":"ceb0509fa5"},"post":{"id":0},"defaultProps":{"link":"file","align":"","size":""},"attachmentCounts":{"audio":1,"video":1},"embedExts":["mp3","ogg","wma","m4a","wav","mp4","m4v","webm","ogv","wmv","flv"],"embedMimes":{"mp3":"audio\/mpeg","ogg":"audio\/ogg","wma":"audio\/x-ms-wma","m4a":"audio\/mpeg","wav":"audio\/wav","mp4":"video\/mp4","m4v":"video\/mp4","webm":"video\/webm","ogv":"video\/ogg","wmv":"video\/x-ms-wmv","flv":"video\/x-flv"},"contentWidth":702,"months":[{"year":"2017","month":"4","text":"April 2017"},{"year":"2017","month":"3","text":"March 2017"},{"year":"2017","month":"2","text":"February 2017"},{"year":"2017","month":"1","text":"January 2017"},{"year":"2016","month":"12","text":"December 2016"},{"year":"2016","month":"11","text":"November 2016"},{"year":"2016","month":"10","text":"October 2016"},{"year":"2016","month":"9","text":"September 2016"},{"year":"2016","month":"8","text":"August 2016"},{"year":"2016","month":"7","text":"July 2016"},{"year":"2016","month":"6","text":"June 2016"},{"year":"2016","month":"5","text":"May 2016"},{"year":"2016","month":"4","text":"April 2016"},{"year":"2016","month":"3","text":"March 2016"},{"year":"2016","month":"2","text":"February 2016"},{"year":"2016","month":"1","text":"January 2016"},{"year":"2015","month":"12","text":"December 2015"},{"year":"2015","month":"11","text":"November 2015"},{"year":"2015","month":"10","text":"October 2015"},{"year":"2015","month":"9","text":"September 2015"},{"year":"2015","month":"8","text":"August 2015"},{"year":"2015","month":"7","text":"July 2015"},{"year":"2015","month":"6","text":"June 2015"},{"year":"2015","month":"5","text":"May 2015"},{"year":"2015","month":"4","text":"April 2015"},{"year":"2015","month":"3","text":"March 2015"},{"year":"2015","month":"2","text":"February 2015"},{"year":"2015","month":"1","text":"January 2015"},{"year":"2014","month":"12","text":"December 2014"},{"year":"2014","month":"11","text":"November 2014"},{"year":"2014","month":"10","text":"October 2014"}],"mediaTrash":0}}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/media-views.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/media-editor.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/media-audiovideo.js?ver=4.7.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var Bunyad = {"ajaxurl":"https:\/\/web.archive.org\/web\/20170428104308\/http:\/\/news.fordham.edu\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/themes/smart-mag/js/bunyad-theme.js?ver=2.5.2"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/themes/smart-mag/js/jquery.flexslider-min.js?ver=2.5.2"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/themes/smart-mag/js/jquery.sticky-sidebar.min.js?ver=2.5.2"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/js/wpmu-ui.3.min.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-includes/js/wp-embed.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/wp-rss-multi-importer/scripts/jquery.colorbox-min.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170428104308js_/http://news.fordham.edu/wp-content/plugins/wp-rss-multi-importer/scripts/detect-mobile.js?ver=4.7.4"></script> <script type="text/css" id="tmpl-tribe_customizer_css">.tribe-events-list .tribe-events-loop .tribe-event-featured, .tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover { background-color: #0ea0d7; } #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured { background-color: #0ea0d7; } .tribe-events-list-widget .tribe-event-featured, .tribe-events-venue-widget .tribe-event-featured, .tribe-mini-calendar-list-wrapper .tribe-event-featured, .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event { background-color: #0ea0d7; } .tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single { background-color: rgba(14,160,215, .7 ); border-color: #0ea0d7; } .tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single:hover { background-color: #0ea0d7; }</script><style type="text/css" id="tribe_customizer_css">.tribe-events-list .tribe-events-loop .tribe-event-featured, .tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover { background-color: #0ea0d7; } #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured { background-color: #0ea0d7; } .tribe-events-list-widget .tribe-event-featured, .tribe-events-venue-widget .tribe-event-featured, .tribe-mini-calendar-list-wrapper .tribe-event-featured, .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event { background-color: #0ea0d7; } .tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single { background-color: rgba(14,160,215, .7 ); border-color: #0ea0d7; } .tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single:hover { background-color: #0ea0d7; }</style> </body> </html><!-- FILE ARCHIVED ON 10:43:08 Apr 28, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 00:40:02 Feb 18, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.525 exclusion.robots: 0.02 exclusion.robots.policy: 0.011 esindex: 0.009 cdx.remote: 4.493 LoadShardBlock: 311.118 (3) PetaboxLoader3.datanode: 305.929 (5) PetaboxLoader3.resolve: 335.853 (3) load_resource: 390.273 (2) -->