CINXE.COM
Young Alumni Serve through the Jesuit Volunteer Corps
<!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="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_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="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://news.fordham.edu:80/fordham-magazine/young-alumni-serve-through-the-jesuit-volunteer-corps/","20170509103749","https://web.archive.org/","web","/_static/", "1494326269"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"/> <title> Young Alumni Serve through the Jesuit Volunteer Corps</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/20170509103749im_/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="St. Ignatius Loyola said that love ought to manifest itself in deeds and not words. This year, 19 recent Fordham graduates took his words to heart and joined the Jesuit Volunteer Corps (JVC) and JVC Northwest."/> <meta name="keywords" content="st. ignatius loyola, emily mendez, service, jvc, jvc northwest"/> <!-- END Metadata added by the Add-Meta-Tags WordPress plugin --> <link rel="dns-prefetch" href="//web.archive.org/web/20170509103749/http://netdna.bootstrapcdn.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20170509103749/http://fonts.googleapis.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20170509103749/http://s.w.org/"/> <link rel="alternate" type="application/rss+xml" title="Fordham Newsroom » Feed" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/feed/"/> <link rel="alternate" type="application/rss+xml" title="Fordham Newsroom » Comments Feed" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/comments/feed/"/> <link rel="alternate" type="text/calendar" title="Fordham Newsroom » iCal Feed" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/events/?ical=1"/> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20170509103749\/https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20170509103749\/https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/web.archive.org\/web\/20170509103749\/http:\/\/news.fordham.edu\/wp-includes\/js\/wp-emoji.js?ver=4.7.4","twemoji":"https:\/\/web.archive.org\/web\/20170509103749\/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/http://news.fordham.edu/wp-content/plugins/photo-gallery/css/bwg_frontend.css?ver=1.3.38" type="text/css" media="all"/> <link rel="stylesheet" id="bwg_font-awesome-css" href="https://web.archive.org/web/20170509103749cs_/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/20170509103749cs_/http://news.fordham.edu/wp-content/plugins/photo-gallery/css/jquery.mCustomScrollbar.css?ver=1.3.38" type="text/css" media="all"/> <link rel="stylesheet" id="bwg_sumoselect-css" href="https://web.archive.org/web/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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="dashicons-css" href="https://web.archive.org/web/20170509103749cs_/http://news.fordham.edu/wp-includes/css/dashicons.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="event-tickets-plus-tickets-css" href="https://web.archive.org/web/20170509103749cs_/http://news.fordham.edu/wp-content/plugins/event-tickets-plus/src/resources/css/tickets.css?ver=4.4.6" type="text/css" media="all"/> <link rel="stylesheet" id="tribe-events-full-pro-calendar-style-css" href="https://web.archive.org/web/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/http://news.fordham.edu/wp-includes/css/buttons.css?ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="mediaelement-css" href="https://web.archive.org/web/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/http://fonts.googleapis.com/css?family=Open+Sans:400,400Italic,600,700|Roboto+Slab|Merriweather:300italic&subset" type="text/css" media="all"/> <link rel="stylesheet" id="smartmag-core-css" href="https://web.archive.org/web/20170509103749cs_/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/20170509103749cs_/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="pretty-photo-css" href="https://web.archive.org/web/20170509103749cs_/http://news.fordham.edu/wp-content/themes/smart-mag/css/prettyPhoto.css?ver=2.5.2" type="text/css" media="all"/> <link rel="stylesheet" id="smartmag-font-awesome-css" href="https://web.archive.org/web/20170509103749cs_/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/20170509103749cs_/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/20170509103749cs_/http://news.fordham.edu/?bunyad_custom_css=1&ver=4.7.4" type="text/css" media="all"/> <link rel="stylesheet" id="avhec-widget-css" href="https://web.archive.org/web/20170509103749cs_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/http://news.fordham.edu/wp-content/plugins/photo-gallery/js/bwg_frontend.js?ver=1.3.38"></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/20170509103749js_/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/20170509103749js_/http://news.fordham.edu/wp-content/plugins/photo-gallery/js/jquery.mobile.js?ver=1.3.38"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/http://news.fordham.edu/wp-content/plugins/photo-gallery/js/jquery.mCustomScrollbar.concat.min.js?ver=1.3.38"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/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/20170509103749js_/http://news.fordham.edu/wp-content/plugins/photo-gallery/js/bwg_gallery_box.js?ver=1.3.38"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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":"dab24656fa","edit_ticket_nonce":"579258c14e","remove_ticket_nonce":"14171a939e","ajaxurl":"https:\/\/web.archive.org\/web\/20170509103749\/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/http://news.fordham.edu/wp-includes/js/hoverIntent.js?ver=1.8.1"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/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":"dab24656fa","edit_ticket_nonce":"579258c14e","remove_ticket_nonce":"14171a939e","ajaxurl":"https:\/\/web.archive.org\/web\/20170509103749\/http:\/\/news.fordham.edu\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/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":"1494326267","secure":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/http://news.fordham.edu/wp-includes/js/utils.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/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]--> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/http://news.fordham.edu/wp-content/themes/smart-mag/js/jquery.prettyPhoto.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/http://news.fordham.edu/wp-content/plugins/event-tickets-plus/vendor/jquery.deparam/jquery.deparam.js?ver=4.4.6"></script> <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"/> <link rel="prev" title="NYC Health Commissioner Says Systemic Racism Affects Health" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/politics-and-society/nyc-health-commissioner-says-systemic-racism-affects-health/"/> <link rel="next" title="Three Alumni Appointed to Prestigious State Fellowship" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/three-fordham-alumni-appointed-to-prestigious-state-fellowship/"/> <link rel="canonical" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/young-alumni-serve-through-the-jesuit-volunteer-corps/"/> <link rel="shortlink" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/?p=59113"/> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fnews.fordham.edu%2Ffordham-magazine%2Fyoung-alumni-serve-through-the-jesuit-volunteer-corps%2F"/> <link rel="alternate" type="text/xml+oembed" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fnews.fordham.edu%2Ffordham-magazine%2Fyoung-alumni-serve-through-the-jesuit-volunteer-corps%2F&format=xml"/> <!--/ Facebook Thumb Fixer Open Graph /--> <meta property="og:type" content="article"/> <meta property="og:url" content="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/young-alumni-serve-through-the-jesuit-volunteer-corps/"/> <meta property="og:title" content="Young Alumni Serve through the Jesuit Volunteer Corps"/> <meta property="og:description" content=""/> <meta property="og:site_name" content="Fordham Newsroom"/> <meta property="og:image" content="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Orientation_CollegePhotos_Fordham.jpg"/> <meta itemscope itemtype="article"/> <meta itemprop="description" content=""/> <meta itemprop="image" content="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Orientation_CollegePhotos_Fordham.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/20170509103749if_/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/20170509103749/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="post-template-default single single-post postid-59113 single-format-standard 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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/http://news.fordham.edu/" title="Fordham Newsroom" rel="home"> <img src="https://web.archive.org/web/20170509103749im_/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/20170509103749/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/20170509103749/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 current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-cat-16 menu-item-59"><a href="https://web.archive.org/web/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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 current-post-ancestor current-menu-parent current-post-parent menu-cat-266 menu-item-1692"><a href="https://web.archive.org/web/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749im_/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/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/02/Hevia_Rooftop-Headshot1078-351x185.jpg 351w, https://web.archive.org/web/20170509103749im_/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/20170509103749/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/20170509103749/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/20170509103749/http://news.fordham.edu/fordham-magazine/carlisdania-mendoza-finding-a-path-of-service-in-medicine/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Magazine_Carli_Mendoza_IMG_0758-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Carli Mendoza in front of Parkland Hospital, part of the UT Southwestern system where she is completing her residency" title="Carlisdania Mendoza: Finding a Path of Service in Medicine" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Magazine_Carli_Mendoza_IMG_0758-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Magazine_Carli_Mendoza_IMG_0758-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-05-03T13:49:05-04:00">May 3, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/carlisdania-mendoza-finding-a-path-of-service-in-medicine/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/carlisdania-mendoza-finding-a-path-of-service-in-medicine/" title="Carlisdania Mendoza: Finding a Path of Service in Medicine"> Carlisdania Mendoza: Finding a Path of Service in Medicine</a> </div> </div> <div class="post"> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/twin-perspectives/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Twins-Story-Web-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Twins Maria (left) and Arianna Mirones" title="Twin Perspectives" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Twins-Story-Web-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Twins-Story-Web-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-05-01T17:31:31-04:00">May 1, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/twin-perspectives/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/twin-perspectives/" title="Twin Perspectives"> Twin Perspectives</a> </div> </div> <div class="post"> <a href="https://web.archive.org/web/20170509103749/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/20170509103749im_/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/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/04/Magazine_Coruzzi_Proto-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/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/20170509103749/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/20170509103749/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> </section> </div> </div> </li> <li id="menu-item-1929" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-cat-17 menu-item-1929"><a href="https://web.archive.org/web/20170509103749/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/20170509103749/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 menu-cat-224 menu-item-1650"><a href="https://web.archive.org/web/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/http://news.fordham.edu/athletics/drafted-by-canadian-pro-fooball-senior-follows-fathers-footsteps/" title="Drafted by Canadian Pro Fooball, Senior Follows Father’s Footsteps" class="image-link"> <img width="351" height="185" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078Vaughn-351x185.jpg" class="image wp-post-image" alt="Justin Vaughn of Fordham" title="Drafted by Canadian Pro Fooball, Senior Follows Father’s Footsteps" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078Vaughn-351x185.jpg 351w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078Vaughn-351x185@2x.jpg 702w" sizes="(max-width: 351px) 100vw, 351px"/> </a> <div class="meta"> <time datetime="2017-05-08T15:06:32-04:00">May 8, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/drafted-by-canadian-pro-fooball-senior-follows-fathers-footsteps/#respond"><i class="fa fa-comments-o"></i> 0</a></span> </div> <h2><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/drafted-by-canadian-pro-fooball-senior-follows-fathers-footsteps/" title="Drafted by Canadian Pro Fooball, Senior Follows Father’s Footsteps">Drafted by Canadian Pro Fooball, Senior Follows Father’s Footsteps</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/20170509103749/http://news.fordham.edu/athletics/drafted-by-canadian-pro-fooball-senior-follows-fathers-footsteps/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078Vaughn-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Justin Vaughn of Fordham" title="Drafted by Canadian Pro Fooball, Senior Follows Father’s Footsteps" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078Vaughn-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078Vaughn-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-05-08T15:06:32-04:00">May 8, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/drafted-by-canadian-pro-fooball-senior-follows-fathers-footsteps/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/drafted-by-canadian-pro-fooball-senior-follows-fathers-footsteps/" title="Drafted by Canadian Pro Fooball, Senior Follows Father’s Footsteps"> Drafted by Canadian Pro Fooball, Senior Follows Father’s Footsteps</a> </div> </div> <div class="post"> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/colleges-and-schools/fordham-college-at-rose-hill/fordham-hosts-color-run/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/ColorRunBG13_feat-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Fordham hosted a Color Run at the Rose Hill campus on April 28. Photo by Bruce Gilbert" title="Fordham Hosts Color Run" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/ColorRunBG13_feat-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/ColorRunBG13_feat-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-05-08T11:40:14-04:00">May 8, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/colleges-and-schools/fordham-college-at-rose-hill/fordham-hosts-color-run/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/colleges-and-schools/fordham-college-at-rose-hill/fordham-hosts-color-run/" title="Fordham Hosts Color Run"> Fordham Hosts Color Run</a> </div> </div> <div class="post"> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/arts-and-culture/emotions-from-personal-and-private-to-cultural-and-public/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078DoyleMcCarthyChoice-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="E. Doyle McCarthy" title="Emotions, From Personal and Private to Cultural and Public" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078DoyleMcCarthyChoice-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078DoyleMcCarthyChoice-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-05-07T05:38:25-04:00">May 7, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/arts-and-culture/emotions-from-personal-and-private-to-cultural-and-public/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/arts-and-culture/emotions-from-personal-and-private-to-cultural-and-public/" title="Emotions, From Personal and Private to Cultural and Public"> Emotions, From Personal and Private to Cultural and Public</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/20170509103749/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/20170509103749/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 menu-item-18468"><a href="https://web.archive.org/web/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/http://news.fordham.edu/fordham-magazine/young-alumni-serve-through-the-jesuit-volunteer-corps">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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749/http://news.fordham.edu/fordham-magazine/"><span itemprop="title">Fordham Magazine</span></a></span><span class="delim">»</span><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/alumni-news/"><span itemprop="title">Alumni News</span></a></span><span class="delim">»</span><span class="current">Young Alumni Serve through the Jesuit Volunteer Corps</span></div> </div> <div class="main wrap cf"> <div class="row"> <div class="col-8 main-content"> <article id="post-59113" class="post-59113 post type-post status-publish format-standard has-post-thumbnail category-alumni-news category-fordham-magazine tag-emily-mendez tag-jvc tag-jvc-northwest tag-service tag-st-ignatius-loyola" itemscope itemtype="http://schema.org/Article"> <header class="post-header cf"> <div class="featured"> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Orientation_CollegePhotos_Fordham.jpg" title="Young Alumni Serve through the Jesuit Volunteer Corps" itemprop="image"> <img width="702" height="336" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Orientation_CollegePhotos_Fordham-702x336.jpg" class="attachment-main-slider size-main-slider wp-post-image" alt="Fordham graduates and new members of JVC Northwest" title="Young Alumni Serve through the Jesuit Volunteer Corps" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Orientation_CollegePhotos_Fordham-702x336.jpg 702w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Orientation_CollegePhotos_Fordham-300x144.jpg 300w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Orientation_CollegePhotos_Fordham-768x369.jpg 768w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Orientation_CollegePhotos_Fordham-1024x492.jpg 1024w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Orientation_CollegePhotos_Fordham.jpg 1078w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Orientation_CollegePhotos_Fordham-300x144@2x.jpg 600w" sizes="(max-width: 702px) 100vw, 702px"/> </a> </div> <div class="heading cf"> <h1 class="post-title item fn" itemprop="name"> Young Alumni Serve through the Jesuit Volunteer Corps </h1> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/young-alumni-serve-through-the-jesuit-volunteer-corps/#respond" class="comments"><i class="fa fa-comments-o"></i> 0</a> </div> <div class="post-meta cf"> <span class="posted-by">By <span class="reviewer" itemprop="author"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/author/banwilliams/" title="Posts by Fordham News" rel="author">Fordham News</a></span> </span> <span class="posted-on">on <span class="dtreviewed"> <time class="value-title" datetime="2016-11-18T16:34:28-04:00" title="2016-11-18" itemprop="datePublished">November 18, 2016</time> </span> </span> <span class="cats"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/alumni-news/" rel="category tag">Alumni News</a>, <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/" rel="category tag">Fordham Magazine</a></span> </div> </header><!-- .post-header --> <div class="post-container cf"> <div class="post-content-right"> <div class="post-content description " itemprop="articleBody"> <div class="pf-content"><aside class="pullquote alignright"><span style="font-weight: 400; color: #800000;">Above (from left): Alyssa Melendez, Elaine Danielczyk, Cara McClane, Mark Espina, Emily Tormey, and Carolyn Ambrosich joined JVC Northwest this year.</span></aside>St. Ignatius Loyola, the 16th-century founder of the Jeuits, once wrote that “love ought to manifest itself in deeds and not words.” This year, 19 recent Fordham graduates have taken his words to heart and joined the Jesuit Volunteer Corps (JVC) and JVC Northwest.</p> <p>Through the two organizations, these alumni have been placed in one- to two-year positions in nonprofit and community resource organizations like schools, faith-based centers, food banks, and homeless shelters, where they work directly with the local population to address myriad social, educational, and environmental concerns. It’s this immediacy that <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/the-social-justice-path-recent-graduates-work-to-reduce-poverty-and-improve-mental-health-as-jesuit-volunteers/" target="_blank">past Fordham volunteers</a> say creates such a strong bond between Jesuit Volunteers (JVs) and the local community.</p> <p>“Our JVs are fully committed to living intentionally and authentically in relationship with those on the margins of society,” says Tim Shriver, president of JVC.</p> <p>Each year, members of the Fordham community complete more than 1 million hours of volunteer work in New York City and throughout the world—a commitment recognized earlier this year by <em>Washington Monthly</em>, which ranked the University No. 28 in the country in service, educating students who give back to society. Besides JVC, <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/university-news/rams-make-list-of-top-peace-corps-volunteers/" target="_blank">Fordham alumni are also strongly represented in the Peace Corps</a>, with 15 alumni currently serving worldwide and a total of 446 having served in the Corps since it was founded in 1961.</p> <div id="attachment_59121" style="width: 310px" class="wp-caption alignright"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Fordham-JVC-2.jpg"><img class="wp-image-59121 size-medium" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Fordham-JVC-2-300x214.jpg" alt="Sarah Champlin and Gianna Sciangula, new Jesuit Volunteers" width="300" height="214" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Fordham-JVC-2-300x214.jpg 300w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Fordham-JVC-2.jpg 640w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2016/11/Magazine_Fordham-JVC-2-300x214@2x.jpg 600w" sizes="(max-width: 300px) 100vw, 300px"/></a><p class="wp-caption-text">From left: Sarah Champlin and Gianna Sciangula, new volunteers with JVC</p></div> <p>The alumni now serving as Jesuit Volunteers majored in various subjects at Fordham, including mathematics, English, psychology, environmental policy, philosophy, and humanitarian studies. But despite their diverse interests, they all share the same drive for creating positive change.</p> <p> </p> <p>Since 1977, 220 Fordham alumni have served with JVC. Here is a complete list of Fordham graduates who are beginning their service as Jesuit Volunteers this year:</p> <p><strong>Jesuit Volunteer Corps<br/> </strong>Deborah Adewale, FCLC ’15, St. Francis Mission, St. Francis, South Dakota<br/> Anna Teresa (Tessa) Bloechl, FCRH ’16, St. Peter Claver High School, Dodoma, Tanzania<br/> Chris Boland, FCRH ’16, St. Matthew Catholic School, Phoenix, Arizona<br/> Julia Casey, FCRH ’16, South Bay Community Services, San Diego, California<br/> Sarah Champlin, FCRH ’16, Cristo Rey Philadelphia High School, Camden, New Jersey<br/> Clare Deck, FCRH ’16, Casa Marianella, Austin, Texas<br/> Katelyn (Kate) Dooley, FCRH ’16, Catholic Charities Community Services, Phoenix, Arizona<br/> Anthony (AJ) Golio, FCRH ’16, Harry Tompson Center, New Orleans, Louisiana<br/> Kathryn (Grace) Hulseman, FCRH ’16, Hand in Hand Ministries, Belize City, Belize<br/> Shannon Marcoux, FCRH ’16, Xavier High School, Chuuk-Xavier, Micronesia<br/> Madeline Ping, FCRH ’16, St. John the Evangelist Catholic School, Tucson, Arizona<br/> Matt Rogacki, FCRH ’16, My Friend’s Place, Los Angeles, California<br/> Gianna Sciangula, FCLC ’15, Link Community Charter School, Newark, New Jersey</p> <p><strong>Jesuit Volunteer Corps Northwest<br/> </strong>Carolyn Ambrosich, FCRH ’16, Second Harvest, Spokane, Washington<br/> Elaine (Laney) Danielczyk, FCRH ’16, Low Income Housing Institute/Urban Rest Stop, Seattle, Washington<br/> Mark Espina, FCRH ’16, Catholic Charities of Spokane, Spokane, Washington<br/> Cara McClane, FCRH ’16, Catholic Community Services, Tacoma, Washington<br/> Alyssa Melendez, FCRH ’16, Gorge Grown Food Network, Hood River, Oregon<br/> Emily Tormey, FCRH ’16, Recovery Café, Seattle, Washington</p> <p><em>—Emily Mendez</em></p> <div class="printfriendly pf-alignleft"><a href="#" rel="nofollow" onclick="window.print();if(typeof(_gaq) != 'undefined') { _gaq.push(['_trackEvent','PRINTFRIENDLY', 'print', 'NULL']); }else if(typeof(ga) != 'undefined') { ga('send', 'event','PRINTFRIENDLY', 'print', 'NULL'); } return false;" class="noslimstat"><img style="border:none;-webkit-box-shadow:none; box-shadow:none;" src="https://web.archive.org/web/20170509103749im_/https://cdn.printfriendly.com/button-print-gry20.png" alt="Print Friendly"/></a></div></div> <div class="tagcloud"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/tag/emily-mendez/" rel="tag">Emily Mendez</a> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/tag/jvc/" rel="tag">JVC</a> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/tag/jvc-northwest/" rel="tag">JVC Northwest</a> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/tag/service/" rel="tag">Service</a> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/tag/st-ignatius-loyola/" rel="tag">St. Ignatius Loyola</a></div> </div><!-- .post-content --> </div> </div> <div class="post-share"> <span class="text">Share.</span> <span class="share-links"> <a target="_blank" href="https://web.archive.org/web/20170509103749/http://twitter.com/home?status=Young Alumni Serve through the Jesuit Volunteer Corps http%3A%2F%2Fnews.fordham.edu%2Ffordham-magazine%2Fyoung-alumni-serve-through-the-jesuit-volunteer-corps%2F" class="fa fa-twitter" title="Tweet It"> <span class="visuallyhidden">Twitter</span></a> <a target="_blank" href="https://web.archive.org/web/20170509103749/http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnews.fordham.edu%2Ffordham-magazine%2Fyoung-alumni-serve-through-the-jesuit-volunteer-corps%2F" class="fa fa-facebook" title="Share on Facebook"> <span class="visuallyhidden">Facebook</span></a> <a target="_blank" href="https://web.archive.org/web/20170509103749/http://plus.google.com/share?url=http%3A%2F%2Fnews.fordham.edu%2Ffordham-magazine%2Fyoung-alumni-serve-through-the-jesuit-volunteer-corps%2F" class="fa fa-google-plus" title="Share on Google+"> <span class="visuallyhidden">Google+</span></a> <a target="_blank" href="https://web.archive.org/web/20170509103749/http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fnews.fordham.edu%2Ffordham-magazine%2Fyoung-alumni-serve-through-the-jesuit-volunteer-corps%2F&media=http%3A%2F%2Fnews.fordham.edu%2Fwp-content%2Fuploads%2F2016%2F11%2FMagazine_Orientation_CollegePhotos_Fordham.jpg" class="fa fa-pinterest" title="Share on Pinterest"> <span class="visuallyhidden">Pinterest</span></a> <a target="_blank" href="https://web.archive.org/web/20170509103749/http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fnews.fordham.edu%2Ffordham-magazine%2Fyoung-alumni-serve-through-the-jesuit-volunteer-corps%2F" class="fa fa-linkedin" title="Share on LinkedIn"> <span class="visuallyhidden">LinkedIn</span></a> <a target="_blank" href="https://web.archive.org/web/20170509103749/http://www.tumblr.com/share/link?url=http%3A%2F%2Fnews.fordham.edu%2Ffordham-magazine%2Fyoung-alumni-serve-through-the-jesuit-volunteer-corps%2F&name=Young+Alumni+Serve+through+the+Jesuit+Volunteer+Corps" class="fa fa-tumblr" title="Share on Tumblr"> <span class="visuallyhidden">Tumblr</span></a> <a target="_blank" href="https://web.archive.org/web/20170509103749/mailto:/?subject=Young%20Alumni%20Serve%20through%20the%20Jesuit%20Volunteer%20Corps&body=http%3A%2F%2Fnews.fordham.edu%2Ffordham-magazine%2Fyoung-alumni-serve-through-the-jesuit-volunteer-corps%2F" class="fa fa-envelope-o" title="Share via Email"> <span class="visuallyhidden">Email</span></a> </span> </div> </article> <section class="related-posts"> <h3 class="section-head">Related Posts</h3> <ul class="highlights-box three-col related-posts"> <li class="highlights column one-third"> <article> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/carlisdania-mendoza-finding-a-path-of-service-in-medicine/" title="Carlisdania Mendoza: Finding a Path of Service in Medicine" class="image-link"> <img width="214" height="140" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Magazine_Carli_Mendoza_IMG_0758-214x140.jpg" class="image wp-post-image" alt="Carli Mendoza in front of Parkland Hospital, part of the UT Southwestern system where she is completing her residency" title="Carlisdania Mendoza: Finding a Path of Service in Medicine" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Magazine_Carli_Mendoza_IMG_0758-214x140.jpg 214w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Magazine_Carli_Mendoza_IMG_0758-214x140@2x.jpg 428w" sizes="(max-width: 214px) 100vw, 214px"/> </a> <div class="meta"> <time datetime="2017-05-03T13:49:05-04:00">May 3, 2017 </time> <span class="comments"><i class="fa fa-comments-o"></i> 0</span> </div> <h2><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/carlisdania-mendoza-finding-a-path-of-service-in-medicine/" title="Carlisdania Mendoza: Finding a Path of Service in Medicine">Carlisdania Mendoza: Finding a Path of Service in Medicine</a></h2> </article> </li> <li class="highlights column one-third"> <article> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/twin-perspectives/" title="Twin Perspectives" class="image-link"> <img width="214" height="140" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Twins-Story-Web-214x140.jpg" class="image wp-post-image" alt="Twins Maria (left) and Arianna Mirones" title="Twin Perspectives" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Twins-Story-Web-214x140.jpg 214w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/Twins-Story-Web-214x140@2x.jpg 428w" sizes="(max-width: 214px) 100vw, 214px"/> </a> <div class="meta"> <time datetime="2017-05-01T17:31:31-04:00">May 1, 2017 </time> <span class="comments"><i class="fa fa-comments-o"></i> 0</span> </div> <h2><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/twin-perspectives/" title="Twin Perspectives">Twin Perspectives</a></h2> </article> </li> <li class="highlights column one-third"> <article> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/former-lab-partners-reconnect-reflect-on-fordhams-influence/" title="Former Lab Partners Reconnect, Reflect on Fordham’s Influence" class="image-link"> <img width="214" height="140" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/04/Magazine_Coruzzi_Proto-214x140.jpg" class="image 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/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/04/Magazine_Coruzzi_Proto-214x140.jpg 214w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/04/Magazine_Coruzzi_Proto-214x140@2x.jpg 428w" sizes="(max-width: 214px) 100vw, 214px"/> </a> <div class="meta"> <time datetime="2017-04-26T22:34:01-04:00">April 26, 2017 </time> <span class="comments"><i class="fa fa-comments-o"></i> 0</span> </div> <h2><a href="https://web.archive.org/web/20170509103749/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></h2> </article> </li> </ul> </section> <div class="comments"> <div id="comments"> <p class="nocomments">Comments are closed.</p> </div><!-- #comments --> </div> </div> <aside class="col-4 sidebar"> <ul> <li id="tribe-events-adv-list-widget-4" class="widget tribe-events-adv-list-widget"><h3 class="widgettitle">Upcoming Events</h3> <!-- Event --> <div class="type-tribe_events post-67651 tribe-clearfix tribe-events-venue-44068 tribe-events-organizer-30278"> <div class="tribe-mini-calendar-event event--1 "> <div class="list-date"> <span class="list-dayname"> Wed </span> <span class="list-daynumber">10</span> </div> <div class="list-info"> <h2 class="tribe-events-title"> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/event/domenic-balestra-memorial-service/" rel="bookmark">Domenic Balestra Memorial Service</a> </h2> <div class="tribe-events-duration"> <span class="tribe-event-date-start">May 10 @ 5:00 pm</span> - <span class="tribe-event-time">6: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-67248 tribe-clearfix tribe-events-category-conferences-and-symposia tribe-events-category-lifelong-learning tribe-events-venue-40419 tribe-events-organizer-67249"> <div class="tribe-mini-calendar-event event--1 "> <div class="list-date"> <span class="list-dayname"> Wed </span> <span class="list-daynumber">10</span> </div> <div class="list-info"> <h2 class="tribe-events-title"> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/event/celebration-of-interdisciplinary-research-at-the-graduate-school-of-education/" rel="bookmark">Celebration of Interdisciplinary Research at the Graduate School of Education</a> </h2> <div class="tribe-events-duration"> <span class="tribe-event-date-start">May 10 @ 6:00 pm</span> - <span class="tribe-event-time">8: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-67665 tribe-clearfix tribe-events-venue-67670 tribe-events-organizer-30278"> <div class="tribe-mini-calendar-event event--1 "> <div class="list-date"> <span class="list-dayname"> Fri </span> <span class="list-daynumber">12</span> </div> <div class="list-info"> <h2 class="tribe-events-title"> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/event/fr-currie-memorial-service/" rel="bookmark">Fr. Currie Memorial Service</a> </h2> <div class="tribe-events-duration"> <span class="tribe-event-date-start">May 12 @ 5:30 pm</span> - <span class="tribe-event-time">7:00 pm</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/20170509103749/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/20170509103749/http://schema.org","@type":"Event","name":"Domenic Balestra Memorial Service","description":"<p>There will be a memorial mass and service for Dominic Balestra on\u00a0Wednesday, May 10, at\u00a05 pm\u00a0in the University Church. The\u00a0professor of philosophy, former chair of the department, and former dean of the faculty of arts and sciences, who died on\u00a0November 8, was a devoted servant of Fordham for\u00a041 years. All are invited to attend. A<a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/young-alumni-serve-through-the-jesuit-volunteer-corps/">Read More</a></p>\\n","url":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/event/domenic-balestra-memorial-service/","startDate":"2017-05-10T21:00:00+00:00","endDate":"2017-05-10T22:30:00+00:00","location":{"@type":"Place","name":"University Church","description":"","url":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/venue/university-church/","address":{"streetAddress":"441 East Fordham Road","addressLocality":"Bronx","addressRegion":"NY","postalCode":"10458","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":40.8612275,"longitude":-73.8892354},"telephone":"","sameAs":""},"organizer":{"@type":"Person","name":"Campus Ministry","description":"","url":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/organizer/campus-ministry/","telephone":"","email":"","sameAs":"https://web.archive.org/web/20170509103749/http://fordham.edu/cm"}},{"@context":"https://web.archive.org/web/20170509103749/http://schema.org","@type":"Event","name":"Celebration of Interdisciplinary Research at the Graduate School of Education","description":"<p>Join students and faculty from the Graduate School of Education\\'s Contemporary Learning and Interdisciplinary Research doctoral program for an evening of presentations and discussions on their work in the field of education.</p>\\n","image":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/wp-content/uploads/2017/04/RBrenizer-041216-0228-small.jpg","url":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/event/celebration-of-interdisciplinary-research-at-the-graduate-school-of-education/","startDate":"2017-05-10T22:00:00+00:00","endDate":"2017-05-11T00:00:00+00:00","location":{"@type":"Place","name":"12th-floor Lounge/Corrigan Conference Center","description":"","url":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/venue/12th-floor-loungecorrigan-conference-center/","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":"Kelly Milnes","description":"","url":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/organizer/kelly-milnes/","telephone":"212-636-6558","email":"kmilnes@fordham.edu","sameAs":""},"offers":{"@type":"Offer","price":"0","url":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/event/celebration-of-interdisciplinary-research-at-the-graduate-school-of-education/"}},{"@context":"https://web.archive.org/web/20170509103749/http://schema.org","@type":"Event","name":"Fr. Currie Memorial Service","description":"<p>Remembering "Papa Joe" Please join Campus Ministry as we gather in gratitude on Friday, May 12 in Our Lady\\'s Chapel (University Church basement) to remember and celebrate the good life and ministry of Fr. Joseph A. Currie, S.J., Fordham Ram, long-time director of Campus Ministry, priest, colleague, and friend to all. There will be an<a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/fordham-magazine/young-alumni-serve-through-the-jesuit-volunteer-corps/">Read More</a></p>\\n","url":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/event/fr-currie-memorial-service/","startDate":"2017-05-12T21:30:00+00:00","endDate":"2017-05-12T23:00:00+00:00","location":{"@type":"Place","name":"Our Lady’s Chapel","description":"","url":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/venue/our-ladys-chapel/","address":{"streetAddress":"441 East Fordham Road","addressLocality":"Bronx","addressRegion":"NY","postalCode":"10458","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":40.861203,"longitude":-73.8892181},"telephone":"","sameAs":""},"organizer":{"@type":"Person","name":"Campus Ministry","description":"","url":"https://web.archive.org/web/20170509103749/http://news.fordham.edu/organizer/campus-ministry/","telephone":"","email":"","sameAs":"https://web.archive.org/web/20170509103749/http://fordham.edu/cm"}}] </script><li id="text-19" class="widget widget_text"><h3 class="widgettitle">Sign Up for Our Newsletter</h3> <div class="textwidget"><form action="https://web.archive.org/web/20170509103749/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="bunyad-tabbed-recent-widget-4" 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/20170509103749/http://news.fordham.edu/university-news/honduran-cardinal-to-deliver-keynote-address-at-fordhams-2017-commencement/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078CARDINALM-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="Honduran Cardinal, a Key Papal Adviser, to Deliver 2017 Commencement Address" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078CARDINALM-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078CARDINALM-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-05-02T11:59:39-04:00">May 2, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/university-news/honduran-cardinal-to-deliver-keynote-address-at-fordhams-2017-commencement/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/university-news/honduran-cardinal-to-deliver-keynote-address-at-fordhams-2017-commencement/" title="Honduran Cardinal, a Key Papal Adviser, to Deliver 2017 Commencement Address"> Honduran Cardinal, a Key Papal Adviser, to Deliver 2017 Commencement Address</a> </div> </li> <li> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/inside-fordham-category/fordham-tops-giving-day-goal/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/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/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/04/1800HighFive-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749im_/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/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/03/Scholars_honorees_selfie_DSC_0083-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/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/20170509103749/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/20170509103749/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/20170509103749/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/20170509103749im_/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/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/03/DSC_5986A-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/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/20170509103749/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/20170509103749/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> </ul> <ul class="tab-posts posts-list" id="recent-tab-2"> <li> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/drafted-by-canadian-pro-fooball-senior-follows-fathers-footsteps/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078Vaughn-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Justin Vaughn of Fordham" title="Drafted by Canadian Pro Fooball, Senior Follows Father’s Footsteps" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078Vaughn-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/1078Vaughn-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-05-08T15:06:32-04:00">May 8, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/drafted-by-canadian-pro-fooball-senior-follows-fathers-footsteps/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/drafted-by-canadian-pro-fooball-senior-follows-fathers-footsteps/" title="Drafted by Canadian Pro Fooball, Senior Follows Father’s Footsteps"> Drafted by Canadian Pro Fooball, Senior Follows Father’s Footsteps</a> </div> </li> <li> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/quense-named-pitcher-of-the-week/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/67674-thumb-110x96.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="Quense Named Pitcher of the Week" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/67674-thumb-110x96.png 110w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/67674-thumb-110x96@2x.png 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-05-08T13:44:00-04:00">May 8, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/quense-named-pitcher-of-the-week/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/quense-named-pitcher-of-the-week/" title="Quense Named Pitcher of the Week"> Quense Named Pitcher of the Week</a> </div> </li> <li> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/colleges-and-schools/fordham-college-at-rose-hill/fordham-hosts-color-run/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/ColorRunBG13_feat-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Fordham hosted a Color Run at the Rose Hill campus on April 28. Photo by Bruce Gilbert" title="Fordham Hosts Color Run" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/ColorRunBG13_feat-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/ColorRunBG13_feat-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-05-08T11:40:14-04:00">May 8, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/colleges-and-schools/fordham-college-at-rose-hill/fordham-hosts-color-run/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/colleges-and-schools/fordham-college-at-rose-hill/fordham-hosts-color-run/" title="Fordham Hosts Color Run"> Fordham Hosts Color Run</a> </div> </li> <li> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/fordhams-justin-vaughn-selected-in-cfl-draft/"><img width="110" height="96" src="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/67659-thumb-110x96.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" title="Fordham’s Justin Vaughn Selected in CFL Draft" srcset="https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/67659-thumb-110x96.jpg 110w, https://web.archive.org/web/20170509103749im_/http://news.fordham.edu/wp-content/uploads/2017/05/67659-thumb-110x96@2x.jpg 220w" sizes="(max-width: 110px) 100vw, 110px"/> </a> <div class="content"> <time datetime="2017-05-08T09:34:00-04:00">May 8, 2017 </time> <span class="comments"><a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/fordhams-justin-vaughn-selected-in-cfl-draft/#respond"><i class="fa fa-comments-o"></i> 0</a></span> <a href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/athletics/fordhams-justin-vaughn-selected-in-cfl-draft/" title="Fordham’s Justin Vaughn Selected in CFL Draft"> Fordham’s Justin Vaughn Selected in CFL Draft</a> </div> </li> </ul> </div> </li> <li id="text-22" class="widget widget_text"> <div class="textwidget"><a class="subscribe-button fordham-archives-link" href="https://web.archive.org/web/20170509103749/http://news.fordham.edu/archives/">Archives</a></div> </li> <li id="extended-categories-4" 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-4" id="extended-categories-select-4" 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_4 = document.getElementById("extended-categories-select-4"); function ec_onCatChange_4() { if (ec_dropdown_4.options[ec_dropdown_4.selectedIndex].value > 0) { location.href = "https://web.archive.org/web/20170509103749/http://news.fordham.edu/?cat="+ec_dropdown_4.options[ec_dropdown_4.selectedIndex].value; } } ec_dropdown_4.onchange = ec_onCatChange_4; /* ]]> */ </script> </li> <li id="extended-categories-5" 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-5" id="extended-categories-select-5" 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_5 = document.getElementById("extended-categories-select-5"); function ec_onCatChange_5() { if (ec_dropdown_5.options[ec_dropdown_5.selectedIndex].value > 0) { location.href = "https://web.archive.org/web/20170509103749/http://news.fordham.edu/?cat="+ec_dropdown_5.options[ec_dropdown_5.selectedIndex].value; } } ec_dropdown_5.onchange = ec_onCatChange_5; /* ]]> */ </script> </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/20170509103749im_/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/20170509103749/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/20170509103749/https://twitter.com/fordhamnotes" style="color:#d7d7d7"><i class="fa fa-twitter"></i></a> <a href="https://web.archive.org/web/20170509103749/https://www.facebook.com/FordhamUniversity" style="color:#d7d7d7"><i class="fa fa-facebook"></i> </a> <a href="https://web.archive.org/web/20170509103749/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/20170509103749/https://www.youtube.com/user/FordhamUniversity" style="color:#d7d7d7"><i class="fa fa-youtube"></i></a> <a href="https://web.archive.org/web/20170509103749/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/20170509103749/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/20170509103749/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="/fordham-magazine/young-alumni-serve-through-the-jesuit-volunteer-corps/?mode=list" class="view-list"> <span class="screen-reader-text">List View</span> </a> <a href="/fordham-magazine/young-alumni-serve-through-the-jesuit-volunteer-corps/?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/20170509103749/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> <script type="text/javascript"> var pfHeaderImgUrl = ''; var pfHeaderTagline = ''; var pfdisableClickToDel = '0'; var pfHideImages = '0'; var pfImageDisplayStyle = 'right'; var pfDisableEmail = '0'; var pfDisablePDF = '0'; var pfDisablePrint = '0'; var pfCustomCSS = ''; (function() { var e = document.createElement('script'); e.type="text/javascript"; e.src = 'https://web.archive.org/web/20170509103749/https://cdn.printfriendly.com/printfriendly.js'; document.getElementsByTagName('head')[0].appendChild(e); })(); </script> <link rel="stylesheet" id="wprssmi_colorbox-css" href="https://web.archive.org/web/20170509103749cs_/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/20170509103749js_/http://news.fordham.edu/wp-includes/js/comment-reply.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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\/20170509103749\/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/http://news.fordham.edu/wp-content/plugins/event-tickets-plus/src/resources/js/attendees-list.js?ver=4.4.6"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/http://news.fordham.edu/wp-includes/js/shortcode.js?ver=4.7.4"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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\/20170509103749\/http:\/\/news.fordham.edu\/wp-includes\/js\/plupload\/plupload.flash.swf","silverlight_xap_url":"https:\/\/web.archive.org\/web\/20170509103749\/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":"aa304f7b19"}},"browser":{"mobile":false,"supported":true},"limitExceeded":false}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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\/20170509103749\/http:\/\/news.fordham.edu\/wp-admin\/media-upload.php?chromeless=1","mimeTypes":{"image":"Images","audio":"Audio","video":"Video"},"captions":true,"nonce":{"sendToEditor":"e76c11f8bd"},"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":"5","text":"May 2017"},{"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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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\/20170509103749\/http:\/\/news.fordham.edu\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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/20170509103749js_/http://news.fordham.edu/wp-content/plugins/event-tickets-plus/vendor/jquery.cookie/jquery.cookie.js?ver=4.4.6"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/http://news.fordham.edu/wp-content/plugins/event-tickets-plus/src/resources/js/meta.js?ver=4.4.6"></script> <script type="text/javascript" src="https://web.archive.org/web/20170509103749js_/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/20170509103749js_/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/20170509103749js_/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:37:49 May 09, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 14:51:38 Nov 28, 2024. 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.534 exclusion.robots: 0.027 exclusion.robots.policy: 0.016 esindex: 0.012 cdx.remote: 5.164 LoadShardBlock: 268.968 (3) PetaboxLoader3.datanode: 256.079 (5) PetaboxLoader3.resolve: 74.175 (2) load_resource: 118.753 (2) -->