{"id":4198,"date":"2025-10-29T14:11:22","date_gmt":"2025-10-29T18:11:22","guid":{"rendered":"https:\/\/giving.georgetown.edu\/give\/?page_id=4198"},"modified":"2025-11-21T10:35:29","modified_gmt":"2025-11-21T15:35:29","slug":"dec2025","status":"publish","type":"page","link":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/","title":{"rendered":"Make a Gift to Georgetown University Medical Center | 202512"},"content":{"rendered":"\n<body id=\"iiqu\">\n  <div id=\"iguh\" draggable=\"true\" class=\"gjs-row\">\n  <\/div>\n  <section id=\"i1vf\" draggable=\"true\" class=\"text-gray-600 body-font\">\n  <\/section>\n  <div id=\"iao1ox\" draggable=\"true\" class=\"gjs-row\">\n    <div id=\"iw72an\" draggable=\"true\" class=\"gjs-cell\">\n      <div id=\"ieh4iu\" draggable=\"true\" class=\"gjs-row\">\n        <div id=\"ilai77\" draggable=\"true\" class=\"gjs-cell\">\n          <div id=\"ilmjwx-3\" draggable=\"true\">\n          <\/div>\n        <\/div>\n        <!--StartFragment-->\n        <!--EndFragment-->\n        <div id=\"ilohs\" draggable=\"true\" class=\"gjs-cell\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div id=\"iao1ox-3\" draggable=\"true\" class=\"gjs-row\">\n    <div id=\"iw72an-3\" draggable=\"true\" class=\"gjs-cell\">\n      <div id=\"ieh4iu-3\" draggable=\"true\" class=\"gjs-row\">\n        <div id=\"ilai77-3\" draggable=\"true\" class=\"gjs-cell\">\n          <div id=\"ilmjwx-4\" draggable=\"true\">\n          <\/div>\n          <img decoding=\"async\" id=\"iq53rh\" draggable=\"true\" src=\"https:\/\/i.countdownmail.com\/4ku5r9.gif\"\/>\n          <p id=\"i4gizx-4-3\" draggable=\"true\">Make a Gift Before the Year Ends!\n          <\/p>\n        <\/div>\n        <div id=\"ilai77-3-3\" draggable=\"true\" class=\"gjs-cell\">\n          <div id=\"ilmjwx-4-3\" draggable=\"true\">\n            <b id=\"i4gizx-4-3-2\" draggable=\"true\">2025 Year-End Research Fund Drive\n              <br\/>\n            <\/b>\n          <\/div>\n          <div id=\"idfmtc-4\" draggable=\"true\">This holiday season, many people facing serious illness are looking to Georgetown University Medical Center for answers\u2026for solutions\u2026for hope. Fuel groundbreaking research and innovations that transform how we prevent, diagnose, and treat life-threatening conditions. Please make your tax-deductible, year-end gift today!\n          <\/div>\n        <\/div>\n        <div id=\"ilai77-3-2\" draggable=\"true\" class=\"gjs-cell\">\n          <div id=\"ilmjwx-4-2\" draggable=\"true\">\n            <b id=\"i4gizx-4-2\" draggable=\"true\">Here\u2019s my gift of:\n            <\/b>\n          <\/div>\n          <div id=\"give-form\" draggable=\"true\" class=\"gjs-row\">\n            <div id=\"in74ph-2\" draggable=\"true\" class=\"gjs-cell\">\n              <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 3.1 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_68' >\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_68'  action='\/give\/wp-json\/wp\/v2\/pages\/4198' data-formid='68' novalidate>\n                        <div class='gform-body gform_body'><ul id='gform_fields_68' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_68_2\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio dollar-amount-radio-button field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Amount<\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_68_2'>\n\t\t\t<li class='gchoice gchoice_68_2_0'>\n\t\t\t\t<input name='input_2' type='radio' value='250'  id='choice_68_2_0'    \/>\n\t\t\t\t<label for='choice_68_2_0' id='label_68_2_0' class='gform-field-label gform-field-label--type-inline'>$250<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_68_2_1'>\n\t\t\t\t<input name='input_2' type='radio' value='100' checked='checked' id='choice_68_2_1'    \/>\n\t\t\t\t<label for='choice_68_2_1' id='label_68_2_1' class='gform-field-label gform-field-label--type-inline'>$100<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_68_2_2'>\n\t\t\t\t<input name='input_2' type='radio' value='50'  id='choice_68_2_2'    \/>\n\t\t\t\t<label for='choice_68_2_2' id='label_68_2_2' class='gform-field-label gform-field-label--type-inline'>$50<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_68_2_3'>\n\t\t\t\t<input name='input_2' type='radio' value='gf_other_choice'  id='choice_68_2_3'   onfocus=\"jQuery(this).next('input').focus();\" \/>\n\t\t\t\t<input class='small' id='input_68_2_other' name='input_2_other' type='text' value='Other' aria-label='Other' onfocus='jQuery(this).prev(\"input\")[0].click(); if(jQuery(this).val() == \"Other\") { jQuery(this).val(\"\"); }' onblur='if(jQuery(this).val().replace(\" \", \"\") == \"\") { jQuery(this).val(\"Other\"); }'   \/>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_68_4\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_4' id='input_68_4' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='26WW010515' \/><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_68' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Continue'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_68' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_68' id='gform_theme_68' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_68' id='gform_style_settings_68' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_68' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='68' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_68' value='WyJbXSIsIjhhNzk4MjY1NmFiNTU3M2JmYmNjZTQzY2IwMmY4ZGEwIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_68' id='gform_target_page_number_68' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_68' id='gform_source_page_number_68' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 68, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery('#gform_ajax_frame_68').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_68');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_68').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_68').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_68').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_68').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_68').val();gformInitSpinner( 68, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery(document).trigger('gform_page_loaded', [68, current_page]);window['gf_submitting_68'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_68').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [68]);window['gf_submitting_68'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_68').text());}else{jQuery('#gform_68').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"68\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_68\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_68\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_68\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 68, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div id=\"igzma-2-3-3-2\" draggable=\"true\" class=\"gjs-row\">\n    <div id=\"injhk-3-3-3\" draggable=\"true\" class=\"gjs-cell\">\n      <div id=\"i9yvax-2-3-3\" draggable=\"true\" class=\"gjs-row\">\n        <div id=\"idz3wb-2-3-3\" draggable=\"true\" class=\"gjs-cell\">\n          <div id=\"i55erp-2-2-2-3\" draggable=\"true\">\n            <img decoding=\"async\" id=\"ibf0nn-2-3-3\" draggable=\"true\" src=\"https:\/\/georgetown-university-medical-center.s3.us-east-1.amazonaws.com\/lp\/2025.11\/bdff9d92-08ff-4074-b821-2b9b93a2f1d7.png\"\/>\n            <b id=\"i2kpi8-2-3-3-3\" draggable=\"true\">Carlo Tornatore, M.D., Georgetown Professor and \n              <br id=\"iiavk\" draggable=\"true\"\/>Regional Chief of Neurology for MedStar Health\n            <\/b>\n          <\/div>\n        <\/div>\n        <div id=\"idz3wb-2-4-2-3\" draggable=\"true\" class=\"gjs-cell\">\n          <div id=\"i55erp-2-2-4-3-3\" draggable=\"true\">\n            <p id=\"i2kpi8-2-3-2-2-3\" draggable=\"true\">Your Support Fuels Breakthroughs.\n            <\/p>\n          <\/div>\n          <div id=\"i55erp-2-2-4-3-3-2\" draggable=\"true\">\n            <p id=\"i2kpi8-2-3-2-2-3-2-2\" draggable=\"true\">\n            <\/p>\n          <\/div>\n          <div id=\"i55erp-2-2-2-3-4-3\" draggable=\"true\">\n            <p id=\"idfmtc-2-2-3-3-3\" draggable=\"true\">Every year, stroke impacts nearly 800,000 Americans, changing their lives in an instant. Right now, here at Georgetown University Medical Center, an elite team of researchers and clinicians are conducting stroke research that is uncovering critical insights into how the brain heals and adapts after injury. \n              <br id=\"indz6\" draggable=\"true\"\/>\n            <\/p>\n            <p id=\"idfmtc-2-2-3-3-3-2\" draggable=\"true\">When you support the 2025 Year-End Research Fund Drive, you accelerate groundbreaking research and innovations for the treatment of neurological diseases, like stroke, cancer, mental health, and other series conditions.\n            <\/p>\n            <p id=\"idfmtc-2-2-3-3-3-2-2\" draggable=\"true\">Every gift\u2014no matter the size\u2014brings us closer to discoveries that improve and save lives. Make your tax-deductible, year-end gift today!\n            <\/p>\n          <\/div>\n          <div id=\"i55erp-2-2-2-3-2-4-3\" draggable=\"true\">\n            <img decoding=\"async\" id=\"i3u3nj-2-2\" draggable=\"true\" src=\"https:\/\/georgetown-university-medical-center.s3.us-east-1.amazonaws.com\/lp\/2025.12\/quote-gumc.png\"\/>\n          <\/div>\n          <div id=\"i55erp-2-2-2-3-2-3-2-3-2\" draggable=\"true\">\n            <p id=\"idfmtc-2-2-3-3-3\" draggable=\"true\">Dr. Tornatore\u2019s research explores the broader neurological mechanisms that enable recovery. His team is using vagus nerve stimulation to help patients recover hand and arm function.<\/p>\n          <\/div>\n          <div id=\"i55erp-2-2-2-3-3-2-3\" draggable=\"true\">\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div id=\"i9yvax-2-2\" draggable=\"true\" class=\"gjs-row\">\n    <div id=\"i9yvax-2-2-2\" draggable=\"true\" class=\"gjs-row\">\n      <div id=\"idz3wb-2-2-2-3\" draggable=\"true\" class=\"gjs-cell\">\n        <div id=\"i55erp-2-2-3-3-4\" draggable=\"true\">\n          <div id=\"i55erp-2-2-3-3-2-4\" draggable=\"true\">\n            <p id=\"i2kpi8-2-2-4-2-3\" draggable=\"true\">About Georgetown University Medical Center\n            <\/p>\n          <\/div>\n          <div id=\"i55erp-2-2-3-3-2-2-4\" draggable=\"true\">\n            <div id=\"ia288a-3\" draggable=\"true\">Georgetown University Medical Center seeks to prevent, treat, and cure cancers by linking scientific discovery, expert and compassionate patient care, quality education, and partnership with the community \u2014 guided by the principle of cura personalis, \u201ccare for the whole person.\u201d Georgetown University Medical Center is the research engine driving clinical cancer research at MedStar Health in the Washington D.C. metro area. #EndingCancerStartsHere\n            <\/div>\n          <\/div>\n          <div id=\"i55erp-2-2-3-3-2-2-2-3\" draggable=\"true\">\n          <\/div>\n        <\/div>\n      <\/div>\n      <div id=\"idz3wb-2-2-2-3-2\" draggable=\"true\" class=\"gjs-cell\">\n        <div id=\"i55erp-2-2-3-3-4-3\" draggable=\"true\">\n          <div id=\"i55erp-2-2-3-3-2-4-3\" draggable=\"true\">\n            <p id=\"i2kpi8-2-2-4-2-3-3\" draggable=\"true\">Additional Ways to Give\n            <\/p>\n          <\/div>\n          <div id=\"i55erp-2-2-3-3-2-2-4-3\" draggable=\"true\">\n            <div id=\"ia288a-3-3\" draggable=\"true\">\n              <ul id=\"ia288a-3-3-2\" draggable=\"true\">\n                <li id=\"i177na\" draggable=\"true\">\n                  <strong id=\"i86wrm-2\" draggable=\"true\">Make a gift by phone at <u id=\"\" draggable=\"true\">\n                    <a id=\"ijsmii\" draggable=\"true\" href=\"tel:2026871690\">(202) 687-1690<\/a>\n                    <\/u><\/strong>.\n                <\/li>\n                <li id=\"i04ykj\" draggable=\"true\">\n                  <strong id=\"i86wrm-2-2\" draggable=\"true\">If you have questions about giving, email us at\n                    <u id=\"\" draggable=\"true\">\n                      <a id=\"ijsmii-2\" draggable=\"true\" href=\"mailto:giving@georgetown.edu\" target=\"_blank\" __p=\"undefined\">giving@georgetown.edu<\/a>\n                    <\/u><\/strong>.\n                <\/li>\n                <li id=\"iqiw6n\" draggable=\"true\">\n                  <b id=\"i86wrm-3\" draggable=\"true\">To learn more about giving through a Donor-Advised Fund or other ways to support Georgetown University Medical Center, visit our \n                    <u id=\"i7xgyd\" draggable=\"true\">\n                      <a id=\"ir6j0i\" draggable=\"true\" href=\"https:\/\/giving.georgetown.edu\/how-to-give\/gift-instructions\/\" target=\"_blank\">How to Give<\/a><\/u> page.\n                  <\/b>\n                <\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/body>\n\n\n\n<link rel=\"stylesheet\" href=\"https:\/\/georgetown-lombardi.s3.amazonaws.com\/lp\/gravity-dwi.min.css\">\n<link rel=\"stylesheet\" href=\"https:\/\/georgetown-university-medical-center.s3.amazonaws.com\/lp\/2025.12\/index.min.css\">\n\n\n\n<style>*{\n\n    line-height: 1.25em;\n}\n#ic7zn img {\nwidth:auto!important;\n}\n\n\n#ilai77-3-3{\nmax-width:initial;\n}\n\n.cc--oa-simple-header .header-top .right-nav{\ndisplay:none!important;\n}\n\n.desktop-logo img,.mobile-logo img{max-width:450px;}\n\n\n#give-form input[type=radio]+label{\n  background-color:transparent;\n  color:#ffffff;\n  width:100% !important;\n  font-weight:700;\n  border:1px solid #fff !important;\n}\n\n\n\n#give-form ul.gfield_radio li[class*=gchoice]{\n  width:25% !important;\n  padding:0 6px !important;\n}\n\n#give-form .ginput_container_text{\n  border:none;\n}\n#give-form ul.gfield_radio li label::before{\n  display:none !important;\n}\n.gfield_radio li{\n  width:30%;\n  margin-bottom:10px;\n}\n.gfield_radio input[type=radio]{\n  display:none;\n}\n.gfield_radio li label, .gform_body .ginput_container input[type=text], .gform_body .ginput_container_select{\n  display:block !important;\n  padding:7px 0 !important;\n  border:1px solid #001931 !important;\n  border-radius:1px !important;\n  cursor:pointer !important;\n  font-size:1.25rem !important;\n  text-align:center !important;\n  transition:all .3s ease !important;\n  background-color:#fff;\n  color:#fff;\n  width:100% !important;\n  -webkit-border-radius:1px !important;\n  -moz-border-radius:1px !important;\n  -ms-border-radius:1px !important;\n  -o-border-radius:1px !important;\n  -webkit-transition:all .3s ease !important;\n  -moz-transition:all .3s ease !important;\n  -ms-transition:all .3s ease !important;\n  -o-transition:all .3s ease !important;\n}\n.gform_body .ginput_container input[type=text]{\n  color:#001931 !important;\n  font-weight:700 !important;\n}\n.gform_body .ginput_container_select{\n  padding:initial !important;\n}\n.gfield_radio input[type=radio]:checked+label{\n  border-color:#ccc;\n  background-color:green;\n  color:#fff;\n}\n.gfield_radio li label:hover{\n  border-color:green;\n  background-color:#e5e5e5;\n}\n.dollar-amount-radio-buttons .gfield_label:nth-of-type(1){\n  display:none !important;\n}\ninput[name*=other]{\n  max-height:48px;\n  border-radius:4px;\n}\n\n\n\n#site-title a{\ncolor:white!important;\n}\n\n\n#i9yvax-2-3-3 {\n    gap: 50px;\n}\n\n#idz3wb-2-3-3 {\n    max-width: 465px;\n}\n\n\n@media (max-width: 480px) {\n    #iao1ox {\n        height: 158px;\n    }\n\n    #ieh4iu {\n        height: 158px;\n        background-size: contain;\n        background-repeat: no-repeat;\n    }\n}\n\n\n#i55erp-2-2-2-3-2-4-3{\nmargin-left:-15px;\n}\n#idfmtc-2-2-3-3-3,#idfmtc-2-2-3-3-3-2,#idfmtc-2-2-3-3-3-2-2{\n\nfont-size:1.25rem;\n}\n\n<\/style>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  const logoImg = document.querySelector('.desktop-logo img');\n  const logoContainer = document.querySelector('.desktop-logo');\n  const navLinks = document.querySelectorAll('nav .menu-item a');\n\n  if (logoImg) {\n    logoImg.src = 'https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/georgetown-abbr-2x.png';\n    logoImg.alt = 'Georgetown University';\n  }\n\n  if (logoContainer) {\n    logoContainer.insertAdjacentHTML(\n      'beforeend',\n      `<span id=\"site-title\">\n         <a href=\"https:\/\/gumc.georgetown.edu\" class=\"site-name\">Georgetown University Medical Center<\/a>\n       <\/span>`\n    );\n  }\n\n  if (navLinks[1]) {\n    navLinks[1].style.display = 'none';\n  }\n});\n<\/script>\n\n\n\n<script>\n(function() {\n  var FORM_ID  = 68; \/\/ your form id\n  var FIELD_ID = 2;  \/\/ radio field with \"Enable Other\"\n\n  function sanitize(val) {\n    if (!val) return '';\n    \/\/ Keep digits and a single decimal\n    val = val.replace(\/[^0-9.]\/g, '');\n    const parts = val.split('.');\n    if (parts.length > 2) val = parts.shift() + '.' + parts.join('');\n    return val;\n  }\n\n  function wireUp(form) {\n    if (!form) return;\n\n    const otherInputId = 'input_' + FORM_ID + '_' + FIELD_ID + '_other';\n    const otherText = document.getElementById(otherInputId);\n    const otherRadio = document.getElementById('choice_' + FORM_ID + '_' + FIELD_ID + '_other');\n\n    \/\/ This hidden input is what actually gets POSTed for the radio field when \"Other\" is used.\n    const hiddenPosted = form.querySelector('input[name=\"input_' + FIELD_ID + '\"][type=\"hidden\"]');\n\n    if (!otherText) return;\n\n    \/\/ When user types, sanitize live and keep GF in \"Other\" mode\n    otherText.addEventListener('input', function() {\n      const cleaned = sanitize(otherText.value);\n      if (cleaned !== otherText.value) otherText.value = cleaned;\n      if (otherRadio && !otherRadio.checked) otherRadio.checked = true;\n      if (hiddenPosted) hiddenPosted.value = cleaned; \/\/ keep hidden in sync\n    });\n\n    \/\/ Final guard: sanitize right before submit (covers pasted values and odd flows)\n    form.addEventListener('submit', function() {\n      const cleaned = sanitize(otherText.value);\n      otherText.value = cleaned;\n      if (hiddenPosted) hiddenPosted.value = cleaned;\n    }, true);\n  }\n\n  \/\/ Initial bind on DOM ready\n  document.addEventListener('DOMContentLoaded', function() {\n    var form = document.getElementById('gform_' + FORM_ID);\n    wireUp(form);\n  });\n\n  \/\/ Also bind after GF AJAX renders pages\/confirmations (Gravity Forms fires a jQuery event;\n  \/\/ we can listen at the document level since it's bubbled)\n  document.addEventListener('gform_post_render', function(e) {\n    \/\/ Some setups pass formId as detail; fall back to lookup\n    var form = document.getElementById('gform_' + FORM_ID);\n    wireUp(form);\n  });\n\n  \/\/ Safety net for AJAX\/multi-step when the form is injected later\n  new MutationObserver(function(muts, obs) {\n    var form = document.getElementById('gform_' + FORM_ID);\n    if (form) { wireUp(form); \/*obs.disconnect();*\/ }\n  }).observe(document.documentElement, { childList: true, subtree: true });\n\n})();\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Make a Gift Before the Year Ends! 2025 Year-End Research Fund Drive This holiday season, many people facing serious illness are looking to Georgetown University Medical Center for answers\u2026for solutions\u2026for [&hellip;]<\/p>\n","protected":false},"author":885,"featured_media":0,"parent":3232,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page_landing-page.php","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-4198","page","type-page","status-publish","hentry"],"acf":{"share_link":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/?utm_source=do&utm_medium=email&utm_campaign=dw899_outreach","activate_citymap":false,"chart_embed":false,"contact_button_text":"","contact_email":"","mapbox_embed":false,"override_nav_logo":true,"page_header_appearance":"header-default","unit_nav_desktop_logo_override":{"ID":3915,"id":3915,"title":"GUMC_White","filename":"GUMC_White.png","filesize":545944,"url":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White.png","link":"https:\/\/giving.georgetown.edu\/give\/gumc\/givingtuesday1\/gumc_white\/","alt":"","author":"885","description":"","caption":"","name":"gumc_white","status":"inherit","uploaded_to":3849,"date":"2024-10-04 15:33:09","modified":"2024-10-04 15:33:09","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/giving.georgetown.edu\/give\/wp-includes\/images\/media\/default.png","width":5100,"height":2100,"sizes":{"thumbnail":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-150x150.png","thumbnail-width":150,"thumbnail-height":150,"medium":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-300x124.png","medium-width":300,"medium-height":124,"medium_large":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-768x316.png","medium_large-width":768,"medium_large-height":316,"large":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1024x422.png","large-width":1024,"large-height":422,"1536x1536":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1536x632.png","1536x1536-width":1536,"1536x1536-height":632,"2048x2048":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-2048x843.png","2048x2048-width":2048,"2048x2048-height":843,"gform-image-choice-sm":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White.png","gform-image-choice-sm-width":300,"gform-image-choice-sm-height":124,"gform-image-choice-md":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White.png","gform-image-choice-md-width":400,"gform-image-choice-md-height":165,"gform-image-choice-lg":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White.png","gform-image-choice-lg-width":600,"gform-image-choice-lg-height":247,"16_9_background_light":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1600x900.png","16_9_background_light-width":1600,"16_9_background_light-height":900,"16_9_background_dark":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1600x900.png","16_9_background_dark-width":1600,"16_9_background_dark-height":900,"post-thumbnail":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1200x1200.png","post-thumbnail-width":1200,"post-thumbnail-height":1200,"size_1800_1800":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1800x1800.png","size_1800_1800-width":1800,"size_1800_1800-height":1800,"size_1050_1050":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1050x1050.png","size_1050_1050-width":1050,"size_1050_1050-height":1050,"size_2000_1125":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-2000x1125.png","size_2000_1125-width":2000,"size_2000_1125-height":1125,"size_1050_591":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1050x591.png","size_1050_591-width":1050,"size_1050_591-height":591,"size_1600_900":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1600x900.png","size_1600_900-width":1600,"size_1600_900-height":900,"size_1200_450":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1200x450.png","size_1200_450-width":1200,"size_1200_450-height":450}},"unit_nav_mobile_logo_override":{"ID":3915,"id":3915,"title":"GUMC_White","filename":"GUMC_White.png","filesize":545944,"url":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White.png","link":"https:\/\/giving.georgetown.edu\/give\/gumc\/givingtuesday1\/gumc_white\/","alt":"","author":"885","description":"","caption":"","name":"gumc_white","status":"inherit","uploaded_to":3849,"date":"2024-10-04 15:33:09","modified":"2024-10-04 15:33:09","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/giving.georgetown.edu\/give\/wp-includes\/images\/media\/default.png","width":5100,"height":2100,"sizes":{"thumbnail":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-150x150.png","thumbnail-width":150,"thumbnail-height":150,"medium":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-300x124.png","medium-width":300,"medium-height":124,"medium_large":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-768x316.png","medium_large-width":768,"medium_large-height":316,"large":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1024x422.png","large-width":1024,"large-height":422,"1536x1536":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1536x632.png","1536x1536-width":1536,"1536x1536-height":632,"2048x2048":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-2048x843.png","2048x2048-width":2048,"2048x2048-height":843,"gform-image-choice-sm":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White.png","gform-image-choice-sm-width":300,"gform-image-choice-sm-height":124,"gform-image-choice-md":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White.png","gform-image-choice-md-width":400,"gform-image-choice-md-height":165,"gform-image-choice-lg":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White.png","gform-image-choice-lg-width":600,"gform-image-choice-lg-height":247,"16_9_background_light":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1600x900.png","16_9_background_light-width":1600,"16_9_background_light-height":900,"16_9_background_dark":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1600x900.png","16_9_background_dark-width":1600,"16_9_background_dark-height":900,"post-thumbnail":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1200x1200.png","post-thumbnail-width":1200,"post-thumbnail-height":1200,"size_1800_1800":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1800x1800.png","size_1800_1800-width":1800,"size_1800_1800-height":1800,"size_1050_1050":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1050x1050.png","size_1050_1050-width":1050,"size_1050_1050-height":1050,"size_2000_1125":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-2000x1125.png","size_2000_1125-width":2000,"size_2000_1125-height":1125,"size_1050_591":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1050x591.png","size_1050_591-width":1050,"size_1050_591-height":591,"size_1600_900":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1600x900.png","size_1600_900-width":1600,"size_1600_900-height":900,"size_1200_450":"https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/GUMC_White-1200x450.png","size_1200_450-width":1200,"size_1200_450-height":450}},"unit_nav_collapsed_logo_override":false},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Make a Gift to Georgetown University Medical Center | 202512 - Give<\/title>\n<meta name=\"description\" content=\"Make a Gift Before the Year Ends! 2025 Year-End Research Fund Drive This holiday season, many people facing serious illness are looking to Georgetown University Medical Center for answers\u2026for solutions\u2026for [&hellip;]\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Make a Gift to Georgetown University Medical Center | 202512 - Give\" \/>\n<meta property=\"og:description\" content=\"Make a Gift Before the Year Ends! 2025 Year-End Research Fund Drive This holiday season, many people facing serious illness are looking to Georgetown University Medical Center for answers\u2026for solutions\u2026for [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/\" \/>\n<meta property=\"og:site_name\" content=\"Give\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-21T15:35:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.countdownmail.com\/4ku5r9.gif\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/\",\"url\":\"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/\",\"name\":\"Make a Gift to Georgetown University Medical Center | 202512 - Give\",\"isPartOf\":{\"@id\":\"https:\/\/giving.georgetown.edu\/give\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i.countdownmail.com\/4ku5r9.gif\",\"datePublished\":\"2025-10-29T18:11:22+00:00\",\"dateModified\":\"2025-11-21T15:35:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/#primaryimage\",\"url\":\"https:\/\/i.countdownmail.com\/4ku5r9.gif\",\"contentUrl\":\"https:\/\/i.countdownmail.com\/4ku5r9.gif\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/my.giving.georgetown.edu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"2023 October GUMC Evergreen TSM_Landing Page\",\"item\":\"https:\/\/giving.georgetown.edu\/give\/gumc\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Make a Gift to Georgetown University Medical Center | 202512\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/giving.georgetown.edu\/give\/#website\",\"url\":\"https:\/\/giving.georgetown.edu\/give\/\",\"name\":\"Give\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/giving.georgetown.edu\/give\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Make a Gift to Georgetown University Medical Center | 202512 - Give","description":"Make a Gift Before the Year Ends! 2025 Year-End Research Fund Drive This holiday season, many people facing serious illness are looking to Georgetown University Medical Center for answers\u2026for solutions\u2026for [&hellip;]","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/","og_locale":"en_US","og_type":"article","og_title":"Make a Gift to Georgetown University Medical Center | 202512 - Give","og_description":"Make a Gift Before the Year Ends! 2025 Year-End Research Fund Drive This holiday season, many people facing serious illness are looking to Georgetown University Medical Center for answers\u2026for solutions\u2026for [&hellip;]","og_url":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/","og_site_name":"Give","article_modified_time":"2025-11-21T15:35:29+00:00","og_image":[{"url":"https:\/\/i.countdownmail.com\/4ku5r9.gif","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/","url":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/","name":"Make a Gift to Georgetown University Medical Center | 202512 - Give","isPartOf":{"@id":"https:\/\/giving.georgetown.edu\/give\/#website"},"primaryImageOfPage":{"@id":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/#primaryimage"},"image":{"@id":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/#primaryimage"},"thumbnailUrl":"https:\/\/i.countdownmail.com\/4ku5r9.gif","datePublished":"2025-10-29T18:11:22+00:00","dateModified":"2025-11-21T15:35:29+00:00","breadcrumb":{"@id":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/#primaryimage","url":"https:\/\/i.countdownmail.com\/4ku5r9.gif","contentUrl":"https:\/\/i.countdownmail.com\/4ku5r9.gif"},{"@type":"BreadcrumbList","@id":"https:\/\/giving.georgetown.edu\/give\/gumc\/dec2025\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/my.giving.georgetown.edu\/"},{"@type":"ListItem","position":2,"name":"2023 October GUMC Evergreen TSM_Landing Page","item":"https:\/\/giving.georgetown.edu\/give\/gumc\/"},{"@type":"ListItem","position":3,"name":"Make a Gift to Georgetown University Medical Center | 202512"}]},{"@type":"WebSite","@id":"https:\/\/giving.georgetown.edu\/give\/#website","url":"https:\/\/giving.georgetown.edu\/give\/","name":"Give","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/giving.georgetown.edu\/give\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/pages\/4198","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/users\/885"}],"replies":[{"embeddable":true,"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/comments?post=4198"}],"version-history":[{"count":36,"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/pages\/4198\/revisions"}],"predecessor-version":[{"id":4309,"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/pages\/4198\/revisions\/4309"}],"up":[{"embeddable":true,"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/pages\/3232"}],"wp:attachment":[{"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/media?parent=4198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}