CINXE.COM
The Universities at Shady Grove (USG) | USG Student Blog
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title> The Universities at Shady Grove (USG) | USG Student Blog</title> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="stylesheet" type="text/css" media="all" href="https://s2.wp.com/wp-content/themes/pub/twentyten/style.css?ver=20190507" /> <link rel="pingback" href="https://uatshadygrove.org/xmlrpc.php"> <script type="text/javascript"> WebFontConfig = {"google":{"families":["Arvo:r:latin,latin-ext"]},"api_url":"https:\/\/fonts-api.wp.com\/css"}; (function() { var wf = document.createElement('script'); wf.src = 'https://s0.wp.com/wp-content/plugins/custom-fonts/js/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script><style id="jetpack-custom-fonts-css">.wf-active #site-title{font-family:"Arvo",serif;font-style:normal;font-weight:400}.wf-active #site-title{font-style:normal;font-weight:400}.wf-active #site-title a{font-weight:400;font-style:normal}.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6{font-weight:400;font-family:"Arvo",serif;font-style:normal}.wf-active .page-title span{font-family:"Arvo",serif;font-style:normal;font-weight:400}.wf-active #access .menu, .wf-active #access div.menu ul, .wf-active #respond label, .wf-active .entry-title, .wf-active .navigation, .wf-active .page-title, .wf-active .widget-title, .wf-active h3#comments-title, .wf-active h3#reply-title{font-family:"Arvo",serif;font-style:normal;font-weight:400}.wf-active #access .menu-header, .wf-active div.menu{font-style:normal;font-weight:400}.wf-active .page-title{font-weight:400;font-style:normal}.wf-active .page-title span{font-style:normal;font-weight:400}.wf-active #content .entry-title{font-weight:400;font-style:normal}.wf-active .navigation{font-style:normal;font-weight:400}.wf-active h3#comments-title, .wf-active h3#reply-title{font-weight:400;font-style:normal}.wf-active #respond label{font-style:normal;font-weight:400}.wf-active .widget-title{font-weight:400;font-style:normal}</style> <meta name='robots' content='max-image-preview:large' /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=525' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly91YXRzaGFkeWdyb3ZlLm9yZw%3D%3D" + "&wpcomid=24336098" + "&time=1733972262"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel="alternate" type="application/rss+xml" title="The Universities at Shady Grove (USG) » Feed" href="https://uatshadygrove.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Universities at Shady Grove (USG) » Comments Feed" href="https://uatshadygrove.org/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.8-alpha-59438"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s2.wp.com/wp-content/mu-plugins/jetpack-plugin/moon/modules/infinite-scroll/infinity.css?m=1685131895i&cssminify=yes' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s1.wp.com/_static/??-eJyljssOwiAQRX/IMrY+0IXxW4BOkEqBzAwa/t7qxsRVE5c3J+fkwrN0LifBJFBi9SEx+LpMi+QXQgiP/qy02oKtIY5gY3b3LgZLhhqwtIjKMW/gv5DccF4T+lgME0oxb920XKXzFMbVX34SZCQkz1/9Ol96vRsOen86DtMLiD1qaA==&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s2.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/coblocks-style.css?m=1681832297i&cssminify=yes' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s1.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--blue: #0066cc;--wp--preset--color--medium-gray: #666;--wp--preset--color--light-gray: #f1f1f1;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s0.wp.com/_static/??-eJyFy00OQDAQQOELqSFBWIi7GIPSv5hpGrdHLC1sX74HKSj0TsgJyEqWGEIcQdIdzrvCaDzunCNzBn+W5TSkUkBvP4ONKpi4aMeQ9LSQMMxG43681+MH25dNWVR1V7fddgHXWjlD&cssminify=yes' type='text/css' media='all' /> <style id='jetpack_facebook_likebox-inline-css'> .widget_facebook_likebox { overflow: hidden; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s1.wp.com/_static/??-eJx9jMEKAjEMRH/IGoqsrAfxW2rN1qxpUrYpi39vFzwoiJdh3sA8WIuLKoZikJsr3BJJhQWvrKnXBLF+4r7jDn6fEqpjjcFI5QvcxIGWf9cZrYT4eDNk1S1ujbECyURChq7GRZnB7pj7bGt3PLto817y2R/HwR/8eBrmF+FCT78=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-14-1' href='https://s2.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"24336098","postID":"0","siteURL":"https:\/\/uatshadygrove.org","xhrURL":"https:\/\/uatshadygrove.org\/wp-admin\/admin-ajax.php","nonce":"84fa38f420","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before"> /* <![CDATA[ */ var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s1.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/moon\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s1.wp.com/wp-content/js/rlt-proxy.js?m=1720530689i'></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://uatshadygrove.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <link rel='shortlink' href='https://wp.me/1E6VI' /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="The Universities at Shady Grove (USG)" /> <meta property="og:description" content="USG Student Blog" /> <meta property="og:url" content="https://uatshadygrove.org/" /> <meta property="og:site_name" content="The Universities at Shady Grove (USG)" /> <meta property="og:image" content="https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=200" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:creator" content="@uatshadygrove" /> <meta name="twitter:site" content="@uatshadygrove" /> <!-- End Jetpack Open Graph Tags --> <link rel='openid.server' href='https://uatshadygrove.org/?openidserver=1' /> <link rel='openid.delegate' href='https://uatshadygrove.org/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://uatshadygrove.org/osd.xml" title="The Universities at Shady Grove (USG)" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <meta name="theme-color" content="#a5c82b" /> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="application-name" content="The Universities at Shady Grove (USG)" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="USG Student Blog" /><meta name="description" content="USG Student Blog" /> <style type="text/css" id="twentyten-header-css"> #header { padding: 20px 0 0; } #site-title, #site-description { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); } </style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #a5c82b; } </style> <style type="text/css" id="custom-colors-css">#access ul li.current_page_item > a, #access ul li.current_page_parent > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a { color: #FFFFFF;} #access li:hover > a, #access ul ul *:hover > a { fg2: #ffffff;} #access a { color: #DBDBDB;} .entry-meta a:link, .entry-utility a:link { color: #888888;} body { background-color: #a5c82b;} #access, #access ul ul a { background-color: #4e4d4a;} #access li:hover > a, #access ul ul *:hover > a { background-color: #353432;} a:link, a:visited, .jetpack_widget_social_icons a:visited, .widget_wpcom_social_media_icons_widget a:visited { color: #597532;} .home .sticky { background-color: #94ba65;} .home .sticky { background-color: rgba( 148, 186, 101, 0.05 );} .home .sticky .page-link a { background-color: #94ba65;} .home .sticky .page-link a { background-color: rgba( 148, 186, 101, 0.2 );} a:hover, a:focus, a:active { color: #2B4E72;} .entry-title a:active, .entry-title a:hover { color: #2B4E72;} .page-title a:active, .page-title a:hover { color: #2B4E72;} .entry-meta a:hover, .entry-utility a:hover { color: #2B4E72;} .navigation a:active, .navigation a:hover { color: #2B4E72;} .comment-meta a:active, .comment-meta a:hover { color: #2B4E72;} .reply a:hover, a.comment-edit-link:hover { color: #2B4E72;} .page-link a:active, .page-link a:hover { color: #2B4E72;} </style> <link rel="icon" href="https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=32" sizes="32x32" /> <link rel="icon" href="https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=180" /> <meta name="msapplication-TileImage" content="https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=270" /> <link rel="stylesheet" id="custom-css-css" type="text/css" href="https://s1.wp.com/?custom-css=1&csblog=1E6VI&cscache=6&csrev=88" /> </head> <body class="home blog custom-background wp-custom-logo customizer-styles-applied jetpack-reblog-enabled custom-colors"> <div id="wrapper" class="hfeed"> <div id="header"> <div id="masthead"> <div id="branding" role="banner"> <h1 id="site-title"> <span> <a href="https://uatshadygrove.org/" title="The Universities at Shady Grove (USG)" rel="home">The Universities at Shady Grove (USG)</a> </span> </h1> <div id="site-description">USG Student Blog</div> <a class="home-link" href="https://uatshadygrove.org/" title="The Universities at Shady Grove (USG)" rel="home"> <img src="https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-aroundthegrove-largerglobelogo.png" width="940" height="198" alt="" /> </a> </div><!-- #branding --> <div id="access" role="navigation"> <div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div> <div class="menu-header"><ul id="menu-main-menu" class="menu"><li id="menu-item-6735" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-6735"><a href="https://uatshadygrove.org/" aria-current="page">Home</a></li> <li id="menu-item-6733" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6733"><a href="https://uatshadygrove.org/blog/">About</a></li> <li id="menu-item-6734" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6734"><a href="https://uatshadygrove.org/meet-the-bloggers/">Meet the Bloggers!</a></li> </ul></div> </div><!-- #access --> </div><!-- #masthead --> </div><!-- #header --> <div id="main"> <div id="container"> <div id="content" role="main"> <div id="nav-above" class="navigation"> <div class="nav-previous"><a href="https://uatshadygrove.org/page/2/" ><span class="meta-nav">←</span> Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-above --> <div id="post-525" class="post-525 post type-post status-publish format-standard sticky hentry category-uncategorized"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2014/10/20/welcome/" rel="bookmark">Welcome</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2014/10/20/welcome/" title="10:55 am" rel="bookmark"><span class="entry-date">October 20, 2014</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/uatshadygrove/" title="View all posts by USG">USG</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p><a title="Student Blogs" href="https://blog.feedspot.com/student_blogs/"><img class=" alignright" src="https://blog.feedspot.com/wp-content/uploads/2018/02/student_216px.png?x84366" alt="Student Blogs" width="141" height="128" /></a>Welcome to <strong>Around the Grove</strong>, the official student blog of <a title="USG Home Page" href="http://www.shadygrove.umd.edu/" target="_blank" rel="noopener">The Universities at Shady Grove</a>! Students are able to blog about their college experiences, both inside and outside of the classroom. Read about their triumphs, trials and everyday lives that makes being a college student so uniquely life changing — and challenging. Feel free to connect with them by leaving a comment or asking them questions.</p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2014/10/20/welcome/#comments">2 Comments</a></span> </div><!-- .entry-utility --> </div><!-- #post-525 --> <div id="post-23545" class="post-23545 post type-post status-publish format-standard hentry category-uncategorized"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2024/12/06/ace-college-life-with-these-5-must-have-organization-apps/" rel="bookmark">Ace College Life with These 5 Must-Have Organization Apps</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2024/12/06/ace-college-life-with-these-5-must-have-organization-apps/" title="10:17 am" rel="bookmark"><span class="entry-date">December 6, 2024</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/tsaha12/" title="View all posts by Tina Saha">Tina Saha</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>As a college student, staying organized can be daunting with the constant demands of coursework, extracurricular activities, and social obligations. However, with the aid of technology, students can leverage various applications to streamline their academic lives. Here are 5 must-have apps that can help you stay organized and focused in college.</p> <p></p> <div class="wp-block-image"> <figure class="alignright size-large is-resized"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/i-will-make-it.jpg"><img data-attachment-id="23547" data-permalink="https://uatshadygrove.org/2024/12/06/ace-college-life-with-these-5-must-have-organization-apps/i-will-make-it/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/i-will-make-it.jpg" data-orig-size="540,634" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="I will make it" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/i-will-make-it.jpg?w=256" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/i-will-make-it.jpg?w=540" width="540" height="634" src="https://uatshadygrove.org/wp-content/uploads/2024/12/i-will-make-it.jpg?w=540" alt="" class="wp-image-23547" style="width:471px;height:auto" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/i-will-make-it.jpg 540w, https://uatshadygrove.org/wp-content/uploads/2024/12/i-will-make-it.jpg?w=128 128w, https://uatshadygrove.org/wp-content/uploads/2024/12/i-will-make-it.jpg?w=256 256w" sizes="(max-width: 540px) 100vw, 540px" /></a></figure></div> <ol class="wp-block-list"> <li><strong>Notion</strong></li> </ol> <p>Best for: Note-taking, project management, and task organization.</p> <p>Notion is a versatile and powerful all-in-one workspace that allows you to take notes, create to-do lists, manage projects, and more. It offers a highly customizable user interface, enabling you to tailor the app to your specific needs and preferences. I personally like to use Notion to organize my class notes, schedule assignments, and track my progress on various projects.</p> <p>2.<strong> Google Calendar</strong></p> <p>Best for: Scheduling and time management.</p> <p>Google Calendar is a classic time management tool that helps you keep track of your schedule, set reminders, and visualize your day, week, or month at a glance. I like to use Google Calendar to block off time for classes, study sessions, extracurricular activities, and personal commitments.</p> <p>3. <strong>Study Fetch</strong></p> <p>Best for: Taking notes, creating flashcards, and quizzing yourself.</p> <p>Study Fetch is designed specifically for students, offering features such as note-taking, flashcard creation, and self-quizzing. I like to use Study Fetch to supplement my in-class note-taking and to prepare for exams by creating custom flashcards.</p> <p>4. <strong>Ever Note</strong></p> <p>Best for: Storing and organizing research materials.</p> <p>Evernote is a powerful note-taking and research management tool that allows you to clip web pages, upload documents, and store all of your research materials in one place. I find Evernote particularly useful for compiling sources for research papers.</p> <p>5. <strong>Grammarly</strong></p> <p>Best for: Improving your writing.</p> <p>Grammarly is a writing assistant that helps you identify and correct grammar, spelling, and punctuation errors in your work. As a student I find Grammarly to be an invaluable tool that helps me to refine and polish my written assignments, ensuring that my work is clear, concise, and free of errors.</p> <p class="has-text-align-center"></p> <p class="has-text-align-left">These are some of the tools I like to use to stay organized and productive as a college student. They help me manage my time, and reduce the stress of keeping track of all my academic responsibilities. There are countless apps and tools out there designed for students, each catering to different needs and preferences. The key is to explore and find the ones that work best for you. Take the time to try out different options, and don’t be afraid to mix and match. After all, staying organized is not about perfection but finding a system that supports your unique goals and lifestyle.</p> <p></p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2024/12/06/ace-college-life-with-these-5-must-have-organization-apps/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-23545 --> <div id="post-23525" class="post-23525 post type-post status-publish format-standard hentry category-uncategorized"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2024/12/05/dine-in-d-c-le-diplomate/" rel="bookmark">Dine in D.C. : Le Diplomate</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2024/12/05/dine-in-d-c-le-diplomate/" title="2:46 pm" rel="bookmark"><span class="entry-date">December 5, 2024</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/lillybiology/" title="View all posts by Lilly">Lilly</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>A couple weeks ago, I had the pleasure of dining at one of Washington D.C.’s many french cuisine restaurants, Le Diplomate. Established in 2013, the establishment has garnered many great reviews and culinary awards. They offer a full menu of brunch, lunch, cafe, and dinner. I went there for brunch and I did not leave hungry.</p> <figure data-carousel-extra='{"blog_id":24336098,"permalink":"https:\/\/uatshadygrove.org\/2024\/12\/05\/dine-in-d-c-le-diplomate\/"}' class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"> <figure class="wp-block-image size-large"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/menu-1.png"><img data-attachment-id="23541" data-permalink="https://uatshadygrove.org/2024/12/05/dine-in-d-c-le-diplomate/menu-2/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/menu-1.png" data-orig-size="822,900" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="menu" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/menu-1.png?w=274" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/menu-1.png?w=640" width="822" height="900" data-id="23541" src="https://uatshadygrove.org/wp-content/uploads/2024/12/menu-1.png?w=822" alt="" class="wp-image-23541" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/menu-1.png 822w, https://uatshadygrove.org/wp-content/uploads/2024/12/menu-1.png?w=137 137w, https://uatshadygrove.org/wp-content/uploads/2024/12/menu-1.png?w=274 274w, https://uatshadygrove.org/wp-content/uploads/2024/12/menu-1.png?w=768 768w" sizes="(max-width: 822px) 100vw, 822px" /></a><figcaption class="wp-element-caption">brunch menu</figcaption></figure> <figure class="wp-block-image size-large"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1571-1.jpg"><img data-attachment-id="23538" data-permalink="https://uatshadygrove.org/2024/12/05/dine-in-d-c-le-diplomate/img_1571-2/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1571-1.jpg" data-orig-size="3024,4032" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="IMG_1571" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1571-1.jpg?w=225" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1571-1.jpg?w=640" width="768" height="1024" data-id="23538" src="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1571-1.jpg?w=768" alt="" class="wp-image-23538" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1571-1.jpg?w=768 768w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1571-1.jpg?w=1536 1536w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1571-1.jpg?w=113 113w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1571-1.jpg?w=225 225w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption class="wp-element-caption">bread basket</figcaption></figure> <figure class="wp-block-image size-large"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1572-1.jpg"><img data-attachment-id="23537" data-permalink="https://uatshadygrove.org/2024/12/05/dine-in-d-c-le-diplomate/img_1572-2/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1572-1.jpg" data-orig-size="3024,4032" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="IMG_1572" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1572-1.jpg?w=225" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1572-1.jpg?w=640" loading="lazy" width="768" height="1024" data-id="23537" src="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1572-1.jpg?w=768" alt="" class="wp-image-23537" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1572-1.jpg?w=768 768w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1572-1.jpg?w=1536 1536w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1572-1.jpg?w=113 113w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1572-1.jpg?w=225 225w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption class="wp-element-caption">cafe vietnamese</figcaption></figure> <figure class="wp-block-image size-large"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1577-1.jpg"><img data-attachment-id="23540" data-permalink="https://uatshadygrove.org/2024/12/05/dine-in-d-c-le-diplomate/img_1577-2/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1577-1.jpg" data-orig-size="4284,5712" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="IMG_1577" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1577-1.jpg?w=225" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1577-1.jpg?w=640" loading="lazy" width="768" height="1024" data-id="23540" src="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1577-1.jpg?w=768" alt="" class="wp-image-23540" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1577-1.jpg?w=768 768w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1577-1.jpg?w=1536 1536w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1577-1.jpg?w=113 113w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1577-1.jpg?w=225 225w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption class="wp-element-caption">french onion soup & salmon carpaccio</figcaption></figure> <figure class="wp-block-image size-large"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1579-1.jpg"><img data-attachment-id="23539" data-permalink="https://uatshadygrove.org/2024/12/05/dine-in-d-c-le-diplomate/img_1579-2/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1579-1.jpg" data-orig-size="5712,4284" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="IMG_1579" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1579-1.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1579-1.jpg?w=640" loading="lazy" width="1024" height="768" data-id="23539" src="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1579-1.jpg?w=1024" alt="" class="wp-image-23539" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1579-1.jpg?w=1024 1024w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1579-1.jpg?w=2048 2048w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1579-1.jpg?w=150 150w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1579-1.jpg?w=300 300w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1579-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">duck saladaise</figcaption></figure> <figure class="wp-block-image size-large"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1578-1.jpg"><img data-attachment-id="23536" data-permalink="https://uatshadygrove.org/2024/12/05/dine-in-d-c-le-diplomate/img_1578-2/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1578-1.jpg" data-orig-size="3024,4032" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="IMG_1578" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1578-1.jpg?w=225" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1578-1.jpg?w=640" loading="lazy" width="768" height="1024" data-id="23536" src="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1578-1.jpg?w=768" alt="" class="wp-image-23536" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/img_1578-1.jpg?w=768 768w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1578-1.jpg?w=1536 1536w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1578-1.jpg?w=113 113w, https://uatshadygrove.org/wp-content/uploads/2024/12/img_1578-1.jpg?w=225 225w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption class="wp-element-caption">poached eggs basquaise</figcaption></figure> </figure> <div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex"> <p>Beginning, we were offered a <strong>bread basket</strong> filled with three types of breads – baguette, wheat, and a nut-filled rye. All of them were delicious, paired with house-made butter. We also ordered some coffees – a cafe Vietnamese for me and a cafe Americano for my dining partner. The cafe Vietnamese has been quietly gaining popularity as a sweeter treat, replacing the regular with condensed milk.</p> </div> <p>Afterwards, we asked for the <strong>french onion soup</strong> and split it. Our server kindly split it in half, and it was the best french onion soup I’ve ever had. The cheese was melty, gooey; the onions soft and sweet; and the broth rich and piping hot. We knew we had to make the one-mile walk from Dupont Metro worth it. So, we also ordered the <strong>salmon carpaccio</strong>. Topped with capers, creme fraiche, and eggs. It was delicious, and beautifully plated.</p> <p>For our entrees, we got the <strong>duck saladaise</strong> and the <strong>poached eggs basquaise</strong>. The duck saladaise was like a duck hash topped with eggs. It was very filling, with thick cut potatoes. The potatoes seemed to taste of duck confit in every bite. The poached eggs basquaise was a smaller portion, perfect for me. When I read “proscuitto” on the menu, I didn’t realize it was going to be crispy. That was a pleasant surprise. The poached eggs alonside the creamy polenta was slightly too “gooey”, but this was exactly what I ordered.</p> <p>Le Diplomate also has an extensive desert menu, but we truly had no room for it. Overall, it was a really unique experience to try French cuisine in D.C. The menu itself has many classic dishes such as Escargots (snails!), Steak Tartare, and Beef Bourguignon. </p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2024/12/05/dine-in-d-c-le-diplomate/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-23525 --> <div id="post-23515" class="post-23515 post type-post status-publish format-standard hentry category-uncategorized tag-usg"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2024/12/04/my-favorite-study-hacks-that-actually-work/" rel="bookmark">My Favorite Study Hacks That Actually Work</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2024/12/04/my-favorite-study-hacks-that-actually-work/" title="10:10 am" rel="bookmark"><span class="entry-date">December 4, 2024</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/trisasaha55/" title="View all posts by Trisa Saha">Trisa Saha</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>Hi, guys. I hope everyone has an amazing Thanksgiving week! As the semester ends, I wanted to share some of my favorite study hacks that have helped me stay focused and productive.</p> <ol class="wp-block-list"> <li>Planning Study Sessions</li> </ol> <figure class="wp-block-image size-large"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/image-1.png"><img data-attachment-id="23517" data-permalink="https://uatshadygrove.org/2024/12/04/my-favorite-study-hacks-that-actually-work/image-80/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/image-1.png" data-orig-size="640,784" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/image-1.png?w=245" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/image-1.png?w=640" loading="lazy" width="640" height="784" src="https://uatshadygrove.org/wp-content/uploads/2024/12/image-1.png?w=640" alt="" class="wp-image-23517" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/image-1.png 640w, https://uatshadygrove.org/wp-content/uploads/2024/12/image-1.png?w=122 122w, https://uatshadygrove.org/wp-content/uploads/2024/12/image-1.png?w=245 245w" sizes="(max-width: 640px) 100vw, 640px" /></a></figure> <p>Image: Pinterest</p> <p>One of the most effective techniques I’ve found is to plan my study sessions. This involves setting specific times and durations for studying and ensuring I have all the necessary materials. Having a plan helps me stay on track and ensures I’m making the most of my study time. Cramming and studying in isolation can be counterproductive, so I try to break my study sessions into manageable chunks with breaks in between.</p> <ol start="2" class="wp-block-list"> <li>Pomodoro Technique</li> </ol> <figure class="wp-block-image size-large"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/image-2.png"><img data-attachment-id="23520" data-permalink="https://uatshadygrove.org/2024/12/04/my-favorite-study-hacks-that-actually-work/image-81/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/image-2.png" data-orig-size="736,552" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/image-2.png?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/image-2.png?w=640" loading="lazy" width="736" height="552" src="https://uatshadygrove.org/wp-content/uploads/2024/12/image-2.png?w=736" alt="" class="wp-image-23520" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/image-2.png 736w, https://uatshadygrove.org/wp-content/uploads/2024/12/image-2.png?w=150 150w, https://uatshadygrove.org/wp-content/uploads/2024/12/image-2.png?w=300 300w" sizes="(max-width: 736px) 100vw, 736px" /></a></figure> <p>Image: Pinterest</p> <p>The Pomodoro technique is a time management method that involves working in 25-minute intervals followed by short breaks. This has been a game-changer for me, as it helps me stay focused and productive while allowing me to take breaks and recharge. I use the Pomodoro technique for most of my study sessions and find that it helps me get things done.</p> <ol start="3" class="wp-block-list"> <li>Finding Your Study Groove</li> </ol> <p>Everyone has different preferences when it comes to how they study best. I’ve found that I’m most productive when I study in a quiet, distraction-free environment, with soft music playing in the background. But I know others who prefer to study in more lively environments, like a café or library. Experimenting to find what works best for you is key.</p> <p>So those are some of my favorite study hacks that have helped me a lot. I hope you find them useful as well. Happy studying, everyone!</p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://uatshadygrove.org/tag/usg/" rel="tag">USG</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2024/12/04/my-favorite-study-hacks-that-actually-work/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-23515 --> <div id="post-23408" class="post-23408 post type-post status-publish format-standard hentry category-faculty-staff category-fitness-wellness category-students category-uncategorized tag-life"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2024/12/03/holidays-mental-health-and-finals/" rel="bookmark">Holidays, Stressful times, and Finals</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2024/12/03/holidays-mental-health-and-finals/" title="9:32 am" rel="bookmark"><span class="entry-date">December 3, 2024</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/wa55856/" title="View all posts by Daniela Garcia-Rojas">Daniela Garcia-Rojas</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>Hello everyone,</p> <p><br>We made it to December and have reached the last stretch of the semester. </p> <p>We have also gone through Thanksgiving, entering the holiday season. </p> <p>The holiday season seems joyful and cheerful, but it can be hectic. The holiday season is also a stressful time for college and university students. During the holidays, a balancing act is emphasized between things that try to disrupt the usual routine for college or university students compared to the times outside of the season. During the holiday season, travel often comes up for gatherings to celebrate these occasions with family and friends, and packing has to be planned; however, students must hold off on the process if they want to dedicate their time to studying and completing assignments and projects; the same delay goes for other gift shopping and deliveries, organizing, decorating the house and similar activities such as baking gingerbread cookies with loved ones.<br>For many of us, Thanksgiving was a stressful time. The combination of coursework, travel arrangements, cooking, and family planning can be overwhelming. As we move into the rest of the holiday season, it’s important to recognize that these stressors may continue and proactively manage them.<br>We can all use a break and, sometimes, a friendly family reminder is needed that we, as university students, need to slow down and breathe so that we can focus on finishing off the semester by handling our overconsumption of final exams, projects, last-minute or extra credit assignments and regulate the emotions of stress, and anxiety that arises when trying to tackle them while attempting to balance the to-dos and fun activities of the holiday season. The holiday season opens a time of gratitude and is an opportunity to show compassion for other student family members, friends, and ourselves; we tend to want to do it all around this time and get too hard on ourselves. The holidays differ for everyone, so we must cut each other some slack.<br>Instead of overwhelming to-dos, here is a reformed holiday to-do list that is sympathetic and helpful for the university student and everyone around also feeling overstimulated or anxious with the time of tacking various tasks</p> <figure class="wp-block-image size-large"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/image.png"><img data-attachment-id="23491" data-permalink="https://uatshadygrove.org/2024/12/03/holidays-mental-health-and-finals/image-79/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/image.png" data-orig-size="938,793" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/image.png?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/image.png?w=640" loading="lazy" width="938" height="793" src="https://uatshadygrove.org/wp-content/uploads/2024/12/image.png?w=938" alt="" class="wp-image-23491" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/image.png 938w, https://uatshadygrove.org/wp-content/uploads/2024/12/image.png?w=150 150w, https://uatshadygrove.org/wp-content/uploads/2024/12/image.png?w=300 300w, https://uatshadygrove.org/wp-content/uploads/2024/12/image.png?w=768 768w" sizes="(max-width: 938px) 100vw, 938px" /></a><figcaption class="wp-element-caption">Source: Google images <a href="https://images.app.goo.gl/gouPtyUQQf8YggEz7">https://images.app.goo.gl/gouPtyUQQf8YggEz7</a></figcaption></figure> <p>For number four, you do not have to donate food if you do not have the means or wish not to. You could donate other things too, such as clothing, books, or toys; you can also make food, like bake cookies or make some crafts, to give to people as appreciation gifts</p> <p>I wish you all luck in these finals.</p> <p>Happy Holidays everyone, and I hope you can all enjoy a relaxing time filled with love and warmth.</p> <p></p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/faculty-staff/" rel="category tag">Faculty & Staff</a>, <a href="https://uatshadygrove.org/category/fitness-wellness/" rel="category tag">Fitness & Wellness</a>, <a href="https://uatshadygrove.org/category/students/" rel="category tag">students</a>, <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://uatshadygrove.org/tag/life/" rel="tag">life</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2024/12/03/holidays-mental-health-and-finals/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-23408 --> <div id="post-23432" class="post-23432 post type-post status-publish format-standard hentry category-uncategorized"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/" rel="bookmark">Jellycat: A Perfect Gift for the Holidays 🎁</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/" title="11:18 am" rel="bookmark"><span class="entry-date">December 2, 2024</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/mtung18/" title="View all posts by mtung18">mtung18</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <div class="wp-block-image"> <figure class="aligncenter size-large is-resized"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/jellycat-logo-250x100_1713397226__60866.webp"><img data-attachment-id="23436" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/jellycat-logo-250x100_1713397226__60866/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/jellycat-logo-250x100_1713397226__60866.webp" data-orig-size="250,100" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="jellycat-logo-250x100_1713397226__60866" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/jellycat-logo-250x100_1713397226__60866.webp?w=250" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/jellycat-logo-250x100_1713397226__60866.webp?w=250" loading="lazy" width="250" height="100" src="https://uatshadygrove.org/wp-content/uploads/2024/12/jellycat-logo-250x100_1713397226__60866.webp?w=250" alt="" class="wp-image-23436" style="width:302px;height:auto" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/jellycat-logo-250x100_1713397226__60866.webp 250w, https://uatshadygrove.org/wp-content/uploads/2024/12/jellycat-logo-250x100_1713397226__60866.webp?w=150 150w" sizes="(max-width: 250px) 100vw, 250px" /></a><figcaption class="wp-element-caption">Source: Jellycat</figcaption></figure></div> <p>As the holiday season approaches, finding the perfect gift can be both exciting and challenging. <a href="https://us.jellycat.com/">Jellycat</a> is known for its incredibly soft and cuddly stuffed plushies. They offer a wide range of unique, high-quality plush toys that make the perfect gift for any occasion which become a favorite for both children and adults alike.</p> <p>Jellycat offers a wonderful range of plush toys to choose from. With varieties ranging from animals to Amuseable objects, each Jellycat plush is made with care to provide comfort, making them perfect gifts for anyone who might need a bit of warmth and joy this season.</p> <div data-carousel-extra='{"blog_id":24336098,"permalink":"https:\/\/uatshadygrove.org\/2024\/12\/02\/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:66.76798%"><figure class="tiled-gallery__item"><img data-attachment-id="23478" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/a2gho_1__19234-4/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2gho_1__19234-3.jpg" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="A2GHO_1__19234" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2gho_1__19234-3.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2gho_1__19234-3.jpg?w=640" data-attachment-id="23478" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/a2gho_1__19234-4/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2gho_1__19234-3.jpg" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="A2GHO_1__19234" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2gho_1__19234-3.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2gho_1__19234-3.jpg?w=640" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/a2gho_1__19234-3.jpg?strip=info&w=600 600w,https://uatshadygrove.org/wp-content/uploads/2024/12/a2gho_1__19234-3.jpg?strip=info&w=640 640w" alt="" data-height="640" data-id="23478" data-link="https://uatshadygrove.org/?attachment_id=23478" data-url="https://uatshadygrove.org/wp-content/uploads/2024/12/a2gho_1__19234-3.jpg?w=640" data-width="640" src="https://uatshadygrove.org/wp-content/uploads/2024/12/a2gho_1__19234-3.jpg" aria-label="Open image 1 of 5 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:33.23202%"><figure class="tiled-gallery__item"><img data-attachment-id="23479" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/jelc3m_1__74681-4/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/jelc3m_1__74681-3.jpg" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="JELC3M_1__74681" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/jelc3m_1__74681-3.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/jelc3m_1__74681-3.jpg?w=640" data-attachment-id="23479" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/jelc3m_1__74681-4/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/jelc3m_1__74681-3.jpg" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="JELC3M_1__74681" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/jelc3m_1__74681-3.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/jelc3m_1__74681-3.jpg?w=640" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/jelc3m_1__74681-3.jpg?strip=info&w=600 600w,https://uatshadygrove.org/wp-content/uploads/2024/12/jelc3m_1__74681-3.jpg?strip=info&w=640 640w" alt="" data-height="640" data-id="23479" data-link="https://uatshadygrove.org/?attachment_id=23479" data-url="https://uatshadygrove.org/wp-content/uploads/2024/12/jelc3m_1__74681-3.jpg?w=640" data-width="640" src="https://uatshadygrove.org/wp-content/uploads/2024/12/jelc3m_1__74681-3.jpg" aria-label="Open image 2 of 5 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="23480" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/a2baget_1__58010-7/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2baget_1__58010-6.jpg" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="A2BAGET_1__58010" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2baget_1__58010-6.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2baget_1__58010-6.jpg?w=640" data-attachment-id="23480" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/a2baget_1__58010-7/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2baget_1__58010-6.jpg" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="A2BAGET_1__58010" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2baget_1__58010-6.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/a2baget_1__58010-6.jpg?w=640" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/a2baget_1__58010-6.jpg?strip=info&w=600 600w,https://uatshadygrove.org/wp-content/uploads/2024/12/a2baget_1__58010-6.jpg?strip=info&w=640 640w" alt="" data-height="640" data-id="23480" data-link="https://uatshadygrove.org/?attachment_id=23480" data-url="https://uatshadygrove.org/wp-content/uploads/2024/12/a2baget_1__58010-6.jpg?w=640" data-width="640" src="https://uatshadygrove.org/wp-content/uploads/2024/12/a2baget_1__58010-6.jpg" aria-label="Open image 3 of 5 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="23482" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/bas3uc_1__55718-9/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/bas3uc_1__55718-8.jpg" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="BAS3UC_1__55718" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/bas3uc_1__55718-8.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/bas3uc_1__55718-8.jpg?w=640" data-attachment-id="23482" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/bas3uc_1__55718-9/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/bas3uc_1__55718-8.jpg" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="BAS3UC_1__55718" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/bas3uc_1__55718-8.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/bas3uc_1__55718-8.jpg?w=640" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/bas3uc_1__55718-8.jpg?strip=info&w=600 600w,https://uatshadygrove.org/wp-content/uploads/2024/12/bas3uc_1__55718-8.jpg?strip=info&w=640 640w" alt="" data-height="640" data-id="23482" data-link="https://uatshadygrove.org/?attachment_id=23482" data-url="https://uatshadygrove.org/wp-content/uploads/2024/12/bas3uc_1__55718-8.jpg?w=640" data-width="640" src="https://uatshadygrove.org/wp-content/uploads/2024/12/bas3uc_1__55718-8.jpg" aria-label="Open image 4 of 5 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="23484" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/od2oc_2__29178/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/od2oc_2__29178.jpg" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="OD2OC_2__29178" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/od2oc_2__29178.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/od2oc_2__29178.jpg?w=640" data-attachment-id="23484" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/od2oc_2__29178/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/od2oc_2__29178.jpg" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="OD2OC_2__29178" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/od2oc_2__29178.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/od2oc_2__29178.jpg?w=640" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/od2oc_2__29178.jpg?strip=info&w=600 600w,https://uatshadygrove.org/wp-content/uploads/2024/12/od2oc_2__29178.jpg?strip=info&w=640 640w" alt="" data-height="640" data-id="23484" data-link="https://uatshadygrove.org/?attachment_id=23484" data-url="https://uatshadygrove.org/wp-content/uploads/2024/12/od2oc_2__29178.jpg?w=640" data-width="640" src="https://uatshadygrove.org/wp-content/uploads/2024/12/od2oc_2__29178.jpg" aria-label="Open image 5 of 5 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>As a Jellycat collector myself, every time I add a new Jellycat to my collection, it feels like I’m welcoming a soft, adorable friend into my home! This holiday season, you could share this joyful experience with others by gifting a Jellycat plush to those who haven’t yet had the pleasure of having them. If you’re unsure where to begin, I highly recommend starting with the <a href="https://us.jellycat.com/collections/bashful-bunnies">Bashful Bunny</a>; it’s a favorite among everyone who owns one!</p> <div class="wp-block-image"> <figure class="aligncenter size-large is-resized"><a href="https://uatshadygrove.org/wp-content/uploads/2024/12/fxn-2024-12-01-165016.334.jpg"><img data-attachment-id="23438" data-permalink="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/fxn-2024-12-01-165016-334/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/12/fxn-2024-12-01-165016.334.jpg" data-orig-size="4032,3024" data-comments-opened="1" data-image-meta="{"aperture":"1.6","credit":"","camera":"iPhone 13 mini","caption":"","created_timestamp":"1733071815","copyright":"","focal_length":"5.1","iso":"400","shutter_speed":"0.016666666666667","title":"","orientation":"1"}" data-image-title="fxn 2024-12-01 165016.334" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/12/fxn-2024-12-01-165016.334.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/12/fxn-2024-12-01-165016.334.jpg?w=640" loading="lazy" width="1024" height="768" src="https://uatshadygrove.org/wp-content/uploads/2024/12/fxn-2024-12-01-165016.334.jpg?w=1024" alt="" class="wp-image-23438" style="width:356px;height:auto" srcset="https://uatshadygrove.org/wp-content/uploads/2024/12/fxn-2024-12-01-165016.334.jpg?w=1024 1024w, https://uatshadygrove.org/wp-content/uploads/2024/12/fxn-2024-12-01-165016.334.jpg?w=2048 2048w, https://uatshadygrove.org/wp-content/uploads/2024/12/fxn-2024-12-01-165016.334.jpg?w=150 150w, https://uatshadygrove.org/wp-content/uploads/2024/12/fxn-2024-12-01-165016.334.jpg?w=300 300w, https://uatshadygrove.org/wp-content/uploads/2024/12/fxn-2024-12-01-165016.334.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div> <p></p> <p>With so many different characters and styles, it’s easy to find one that matches the personality or interests of the recipient. If they enjoy food, you can look into the <a href="https://us.jellycat.com/amuseables">Ameusables</a> collection; if they like mythical creatures, there are dragons and unicorns to consider. No matter which Jellycat you choose, it will bring both comfort and joy to its new owner! Or even yourself!</p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2024/12/02/jellycat-a-perfect-gift-for-the-holidays-%f0%9f%8e%81/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-23432 --> <div id="post-23411" class="post-23411 post type-post status-publish format-standard hentry category-uncategorized tag-advice tag-food tag-fun tag-inspiration tag-life tag-real-world tag-school tag-student-life tag-the-universities-at-shady-grove tag-usg"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2024/11/26/a-day-in-my-life/" rel="bookmark">A Day in My Life</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2024/11/26/a-day-in-my-life/" title="12:30 pm" rel="bookmark"><span class="entry-date">November 26, 2024</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/karenc1218/" title="View all posts by Karen C">Karen C</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>Everybody organizes their days differently, and I think it’s amazing to observe how various routines can motivate or speak to other people. Today, I’d like to give you a peek into one of my days, which is spent mostly on the USG campus.<br><br><strong>the night before</strong>: I prefer to have things ready the night before since I believe that preparation is essential. This means selecting my outfit and preparing my food for the following day. I feel less rushed in the mornings when I start with a plan.<br></p> <div class="wp-block-image"> <figure class="aligncenter size-large is-resized"><a href="https://uatshadygrove.org/wp-content/uploads/2024/11/first.jpg"><img data-attachment-id="23416" data-permalink="https://uatshadygrove.org/2024/11/26/a-day-in-my-life/first-2/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/11/first.jpg" data-orig-size="669,715" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="first" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/11/first.jpg?w=281" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/11/first.jpg?w=640" loading="lazy" width="669" height="715" src="https://uatshadygrove.org/wp-content/uploads/2024/11/first.jpg?w=669" alt="" class="wp-image-23416" style="width:217px;height:auto" srcset="https://uatshadygrove.org/wp-content/uploads/2024/11/first.jpg 669w, https://uatshadygrove.org/wp-content/uploads/2024/11/first.jpg?w=140 140w, https://uatshadygrove.org/wp-content/uploads/2024/11/first.jpg?w=281 281w" sizes="(max-width: 669px) 100vw, 669px" /></a><figcaption class="wp-element-caption">Pinterest</figcaption></figure></div> <p><strong>morning, refreshing start</strong>: I start my day at the gym. In addition to keeping me functioning, working out well also helps me start the day off on something positive. I then leave for my morning shift at work.</p> <div class="wp-block-image"> <figure class="aligncenter size-large is-resized"><a href="https://uatshadygrove.org/wp-content/uploads/2024/11/gym.jpg"><img data-attachment-id="23424" data-permalink="https://uatshadygrove.org/gym-2/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/11/gym-edited.jpg" data-orig-size="591,1050" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="gym" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/11/gym-edited.jpg?w=169" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/11/gym-edited.jpg?w=576" loading="lazy" width="591" height="1050" src="https://uatshadygrove.org/wp-content/uploads/2024/11/gym-edited.jpg" alt="" class="wp-image-23424" style="width:190px;height:auto" srcset="https://uatshadygrove.org/wp-content/uploads/2024/11/gym-edited.jpg 591w, https://uatshadygrove.org/wp-content/uploads/2024/11/gym-edited.jpg?w=84&h=150 84w, https://uatshadygrove.org/wp-content/uploads/2024/11/gym-edited.jpg?w=169&h=300 169w" sizes="(max-width: 591px) 100vw, 591px" /></a><figcaption class="wp-element-caption">Pinterest</figcaption></figure></div> <p><strong>afternoon, classes and connections</strong>: After, I had a fast lunch. I go to my class, PSYC 382: Child and Adolescent Psychopathology, from 1:00 PM to 2:15 PM. One of my favorite classes, it provides insightful information related to my interests in mental health and child development.</p> <div class="wp-block-image"> <figure class="aligncenter size-large is-resized"><a href="https://uatshadygrove.org/wp-content/uploads/2024/11/pinterest1-5.jpg"><img data-attachment-id="23422" data-permalink="https://uatshadygrove.org/2024/11/26/a-day-in-my-life/pinterest1-5/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/11/pinterest1-5.jpg" data-orig-size="450,450" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="pinterest1" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/11/pinterest1-5.jpg?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/11/pinterest1-5.jpg?w=450" loading="lazy" width="450" height="450" src="https://uatshadygrove.org/wp-content/uploads/2024/11/pinterest1-5.jpg?w=450" alt="" class="wp-image-23422" style="width:230px;height:auto" srcset="https://uatshadygrove.org/wp-content/uploads/2024/11/pinterest1-5.jpg 450w, https://uatshadygrove.org/wp-content/uploads/2024/11/pinterest1-5.jpg?w=150 150w, https://uatshadygrove.org/wp-content/uploads/2024/11/pinterest1-5.jpg?w=300 300w" sizes="(max-width: 450px) 100vw, 450px" /></a><figcaption class="wp-element-caption">Pinterest</figcaption></figure></div> <p>I go into my duties as a <strong>USG Ambassador</strong> after class. Working with a fantastic team in the lobby of the “Center for Scholarships” is one of the joys of my job. I really like getting to know my fellow ambassadors, whether it’s during a fast snack or during activities on campus. I set an extra personal touch to my hectic schedule by sometimes stopping by the OIT office to say hello to buddies. </p> <div class="wp-block-jetpack-slideshow aligncenter" data-effect="slide"><div class="wp-block-jetpack-slideshow_container swiper-container"><ul class="wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper"><li class="wp-block-jetpack-slideshow_slide swiper-slide"><figure><img loading="lazy" width="768" height="1024" alt="" class="wp-block-jetpack-slideshow_image wp-image-23425" data-id="23425" src="https://uatshadygrove.org/wp-content/uploads/2024/11/img_2176.jpg?w=768" srcset="https://uatshadygrove.org/wp-content/uploads/2024/11/img_2176.jpg?w=768 768w, https://uatshadygrove.org/wp-content/uploads/2024/11/img_2176.jpg?w=1536 1536w, https://uatshadygrove.org/wp-content/uploads/2024/11/img_2176.jpg?w=113 113w, https://uatshadygrove.org/wp-content/uploads/2024/11/img_2176.jpg?w=225 225w" sizes="(max-width: 768px) 100vw, 768px" /></figure></li><li class="wp-block-jetpack-slideshow_slide swiper-slide"><figure><img loading="lazy" width="3024" height="4032" alt="" class="wp-block-jetpack-slideshow_image wp-image-23427" data-id="23427" src="https://uatshadygrove.org/wp-content/uploads/2024/11/img_2168.jpg" srcset="https://uatshadygrove.org/wp-content/uploads/2024/11/img_2168.jpg 3024w, https://uatshadygrove.org/wp-content/uploads/2024/11/img_2168.jpg?w=113&h=150 113w, https://uatshadygrove.org/wp-content/uploads/2024/11/img_2168.jpg?w=225&h=300 225w, https://uatshadygrove.org/wp-content/uploads/2024/11/img_2168.jpg?w=768&h=1024 768w" sizes="(max-width: 3024px) 100vw, 3024px" /></figure></li></ul><a class="wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white" role="button"></a><a class="wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white" role="button"></a><a aria-label="Pause Slideshow" class="wp-block-jetpack-slideshow_button-pause" role="button"></a><div class="wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white"></div></div></div> <p><strong>evening, productivity, and wind down</strong>: I spend at least 2.5 hours on my schoolwork after my ambassador duty is over. I can maintain my academic responsibilities because of this focused duration of time. At last, I go home to relax, think back on the day, and get ready for the next round.</p> <p>This is a routine that keeps me inspired, productive, and connected to the opportunities and people around me, even though it’s just part of one of my days. <strong>Everybody</strong> has a unique schedule, and the best part is figuring out what suits you the best. By sharing my day, I hope to encourage you to think about <strong>your own life</strong> and perhaps try <strong>something</strong> different. I appreciate you joining me on this brief journey! :))</p> <div class="wp-block-image"> <figure class="aligncenter size-large is-resized"><a href="https://uatshadygrove.org/wp-content/uploads/2024/11/anotherrr.jpg"><img data-attachment-id="23429" data-permalink="https://uatshadygrove.org/2024/11/26/a-day-in-my-life/anotherrr/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/11/anotherrr.jpg" data-orig-size="736,920" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="anotherrr" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/11/anotherrr.jpg?w=240" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/11/anotherrr.jpg?w=640" loading="lazy" width="736" height="920" src="https://uatshadygrove.org/wp-content/uploads/2024/11/anotherrr.jpg?w=736" alt="" class="wp-image-23429" style="width:251px;height:auto" srcset="https://uatshadygrove.org/wp-content/uploads/2024/11/anotherrr.jpg 736w, https://uatshadygrove.org/wp-content/uploads/2024/11/anotherrr.jpg?w=120 120w, https://uatshadygrove.org/wp-content/uploads/2024/11/anotherrr.jpg?w=240 240w" sizes="(max-width: 736px) 100vw, 736px" /></a><figcaption class="wp-element-caption">Pinterest</figcaption></figure></div> <p></p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://uatshadygrove.org/tag/advice/" rel="tag">advice</a>, <a href="https://uatshadygrove.org/tag/food/" rel="tag">Food</a>, <a href="https://uatshadygrove.org/tag/fun/" rel="tag">fun</a>, <a href="https://uatshadygrove.org/tag/inspiration/" rel="tag">inspiration</a>, <a href="https://uatshadygrove.org/tag/life/" rel="tag">life</a>, <a href="https://uatshadygrove.org/tag/real-world/" rel="tag">real world</a>, <a href="https://uatshadygrove.org/tag/school/" rel="tag">school</a>, <a href="https://uatshadygrove.org/tag/student-life/" rel="tag">Student Life</a>, <a href="https://uatshadygrove.org/tag/the-universities-at-shady-grove/" rel="tag">the Universities at Shady Grove</a>, <a href="https://uatshadygrove.org/tag/usg/" rel="tag">USG</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2024/11/26/a-day-in-my-life/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-23411 --> <div id="post-23403" class="post-23403 post type-post status-publish format-standard hentry category-uncategorized tag-student-life tag-usg"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2024/11/21/embrace-the-change-not-the-comfort/" rel="bookmark">Embrace the Change, Not the Comfort</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2024/11/21/embrace-the-change-not-the-comfort/" title="9:24 am" rel="bookmark"><span class="entry-date">November 21, 2024</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/lamyeadiyea/" title="View all posts by Lamyea Diyea">Lamyea Diyea</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p><em>“Change begins at the end of your comfort zone”</em> a quote I had to remind myself often as I was transitioning from one academic institute to another. As someone who finds change difficult and emotionally overwhelming, this shift was both challenging and necessary. It pushed me to confront my fears and step outside of my comfort zone. In doing so, I’ve learned so much about myself and experienced significant personal growth—truly “blooming” this fall semester.</p> <p>At my previous college, the class sizes were small, but the students varied with each class since most courses were general education. While this diversity in classmates had its own advantages, I’ve come to appreciate the cohort system at USG. Being in class with the same group of people throughout the academic year has given me a sense of stability and comfort—something I always seek in new places. Knowing we’re all on the same track not only boosts my confidence but also fosters a sense of camaraderie. The frequent group projects further encourage collaboration, helping us get comfortable with each other and making it easier to form friendships.</p> <div class="wp-block-image"> <figure class="alignright size-large is-resized"><a href="https://uatshadygrove.org/wp-content/uploads/2024/11/whatsapp-image-2024-11-21-at-09.14.46_6f950c85.jpg"><img data-attachment-id="23405" data-permalink="https://uatshadygrove.org/2024/11/21/embrace-the-change-not-the-comfort/whatsapp-image-2024-11-21-at-09-14-46_6f950c85/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/11/whatsapp-image-2024-11-21-at-09.14.46_6f950c85.jpg" data-orig-size="1200,1600" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="WhatsApp Image 2024-11-21 at 09.14.46_6f950c85" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/11/whatsapp-image-2024-11-21-at-09.14.46_6f950c85.jpg?w=225" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/11/whatsapp-image-2024-11-21-at-09.14.46_6f950c85.jpg?w=640" loading="lazy" width="768" height="1024" src="https://uatshadygrove.org/wp-content/uploads/2024/11/whatsapp-image-2024-11-21-at-09.14.46_6f950c85.jpg?w=768" alt="" class="wp-image-23405" style="width:316px;height:auto" srcset="https://uatshadygrove.org/wp-content/uploads/2024/11/whatsapp-image-2024-11-21-at-09.14.46_6f950c85.jpg?w=768 768w, https://uatshadygrove.org/wp-content/uploads/2024/11/whatsapp-image-2024-11-21-at-09.14.46_6f950c85.jpg?w=113 113w, https://uatshadygrove.org/wp-content/uploads/2024/11/whatsapp-image-2024-11-21-at-09.14.46_6f950c85.jpg?w=225 225w, https://uatshadygrove.org/wp-content/uploads/2024/11/whatsapp-image-2024-11-21-at-09.14.46_6f950c85.jpg 1200w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption class="wp-element-caption">USG also comes with pretty colorful trees in Fall</figcaption></figure></div> <p>Another significant difference is the way coursework is structured. At my previous college, I often felt overwhelmed by assignments and exams, with limited support from professors. At USG, the workload feels more manageable while the expectations are higher. The semester schedules are thoughtfully designed, giving us enough time to balance assignments without becoming overburdened. This balance has made a world of difference in how I approach my studies and has helped me maintain a sense of calm and focus.</p> <p>USG stands out for its extensive support and resources, including networking, career advising, health and wellness services, and academic assistance. These services create a positive, supportive environment that has made my transition smoother. Combined with vibrant student events and opportunities for involvement, USG has truly enriched my experience and helped me feel connected.</p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://uatshadygrove.org/tag/student-life/" rel="tag">Student Life</a>, <a href="https://uatshadygrove.org/tag/usg/" rel="tag">USG</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2024/11/21/embrace-the-change-not-the-comfort/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-23403 --> <div id="post-23389" class="post-23389 post type-post status-publish format-standard hentry category-uncategorized"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2024/11/19/college-presentations-made-easy-how-to-prepare-and-deliver-like-a-pro/" rel="bookmark">College Presentations Made Easy: How to Prepare and Deliver Like a Pro</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2024/11/19/college-presentations-made-easy-how-to-prepare-and-deliver-like-a-pro/" title="9:15 am" rel="bookmark"><span class="entry-date">November 19, 2024</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/tsaha12/" title="View all posts by Tina Saha">Tina Saha</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>As the final few weeks of class approach, we all know that the dreaded oral presentation is looming. Whether it’s a group project, a solo presentation, or a final exam, speaking in front of an audience can be one of the most nerve-wracking aspects. Personally, I’ve never been too fond of presentations. The thought of standing in front of a crowd, all eyes on me, made my heart race and my palms sweat. But over time, I’ve learned to embrace public speaking and even become more confident in it, thanks to a program I was part of called the <strong>Macklin Public Speaking Program</strong>.</p> <figure data-carousel-extra='{"blog_id":24336098,"permalink":"https:\/\/uatshadygrove.org\/2024\/11\/19\/college-presentations-made-easy-how-to-prepare-and-deliver-like-a-pro\/"}' class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex"> <figure class="wp-block-image size-large"><a href="https://uatshadygrove.org/wp-content/uploads/2024/11/macklinprogram-1.png"><img data-attachment-id="23399" data-permalink="https://uatshadygrove.org/2024/11/19/college-presentations-made-easy-how-to-prepare-and-deliver-like-a-pro/macklinprogram-1/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/11/macklinprogram-1.png" data-orig-size="1431,1036" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="MacklinProgram (1)" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/11/macklinprogram-1.png?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/11/macklinprogram-1.png?w=640" loading="lazy" width="1024" height="741" data-id="23399" src="https://uatshadygrove.org/wp-content/uploads/2024/11/macklinprogram-1.png?w=1024" alt="" class="wp-image-23399" srcset="https://uatshadygrove.org/wp-content/uploads/2024/11/macklinprogram-1.png?w=1024 1024w, https://uatshadygrove.org/wp-content/uploads/2024/11/macklinprogram-1.png?w=150 150w, https://uatshadygrove.org/wp-content/uploads/2024/11/macklinprogram-1.png?w=300 300w, https://uatshadygrove.org/wp-content/uploads/2024/11/macklinprogram-1.png?w=768 768w, https://uatshadygrove.org/wp-content/uploads/2024/11/macklinprogram-1.png 1431w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure> </figure> <h6 class="wp-block-heading">Photo Credit: Naz Beyranvand</h6> <p>This program helped me overcome my fear of public speaking by offering practical tools and tips to manage anxiety and improve my delivery. If you, too, find presentations intimidating, don’t worry—you’re not alone. In this blog, I’ll share some of the strategies I’ve learned, and tips to help you confidently prepare and deliver your next college presentation.</p> <h3 class="wp-block-heading" id="9c7cc404-5e0c-47ac-9c69-7eb7226a3618"><strong>1. Start Early and Plan Ahead</strong></h3> <p>Procrastination is one of the biggest mistakes students make when preparing for a presentation. Waiting until the night before can leave you scrambling to assemble your thoughts and visuals. To avoid this, start early! Give yourself time to research, organize ideas, and create visual aids. Ideally, start working on your presentation at least a week before the due date. This way, you’ll have time to refine your content and practice your delivery without feeling rushed.</p> <h3 class="wp-block-heading"><strong>2. Structure Your Presentation Effectively</strong></h3> <p>A well-structured presentation keeps your audience engaged and helps you stay organized. A simple structure to follow is:</p> <ul class="wp-block-list"> <li><strong>Introduction:</strong> Briefly introduce yourself, your topic, and why it’s important. Grab your audience’s attention with a compelling hook or a relevant question.</li> <li><strong>Body:</strong> Break down your main points into digestible sections. Use examples, statistics, or stories to make your points clear and relatable.</li> <li><strong>Conclusion:</strong> Recap your key points and end with a strong closing statement. If appropriate, include a call to action or open up for questions.</li> </ul> <h3 class="wp-block-heading"><strong>3. Design Clear and Engaging Visuals</strong></h3> <p>Good visuals can significantly enhance your presentation, but it’s important not to overload your slides with text or images. Keep your slides clean, simple, and visually appealing. Focus on key points, and use images, graphs, or charts to emphasize your message. Aim for a balance between text and visuals that supports your speaking points without distracting your audience.</p> <h3 class="wp-block-heading"><strong>4. Manage Your Nerves and Present with Confidence</strong></h3> <p>It’s completely normal to feel nervous before a presentation. The good news is that with preparation and practice, you can manage that anxiety. Here are a few tips to stay calm and confident:</p> <ul class="wp-block-list"> <li><strong>Breathe deeply:</strong> Deep breathing helps reduce anxiety and keeps your mind clear.</li> <li><strong>Visualize success:</strong> Imagine yourself delivering a successful presentation and receiving positive feedback.</li> <li><strong>Focus on the message, not yourself:</strong> Instead of worrying about how you’re being perceived, focus on delivering value to your audience.</li> <li><strong>Engage with the audience:</strong> Make eye contact, smile, and use open body language. This will help you connect with your audience and make you feel more confident.</li> </ul> <h3 class="wp-block-heading"><strong>5. Practice, Practice, Practice</strong></h3> <p>Even if you’re confident in your material, practicing your delivery is essential. Rehearse your presentation several times, either in front of a mirror, recording yourself, or with friends or family. The more you practice, the more natural and confident you’ll feel when it’s time to present. Practice helps you refine your pacing, voice modulation, and body language. You’ll also be able to identify areas where you might need to clarify your points or adjust your slides for better flow.</p> <p>Presentations can be daunting, but with the right approach, you can turn them into an opportunity to showcase your knowledge and communication skills. By starting early, structuring your presentation effectively, designing engaging visuals, managing your nerves, and practicing diligently, you’ll be well on your way to delivering a successful presentation. Good luck with your next presentation—you’ve got this! </p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2024/11/19/college-presentations-made-easy-how-to-prepare-and-deliver-like-a-pro/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-23389 --> <div id="post-23381" class="post-23381 post type-post status-publish format-standard hentry category-uncategorized"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2024/11/18/holidays-in-old-town-alexandria-what-to-see-and-where-to-eat/" rel="bookmark">Holidays in Old Town Alexandria: What to See and Where to Eat</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2024/11/18/holidays-in-old-town-alexandria-what-to-see-and-where-to-eat/" title="11:23 am" rel="bookmark"><span class="entry-date">November 18, 2024</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/lillybiology/" title="View all posts by Lilly">Lilly</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>Old Town Alexandria boasts a beautiful waterfront, gorgeous al fresco dining spots, whimsical gift shops, and rich historical landmarks. As the holiday’s approach, it’s famous King Street fills with festival lighting and a town Christmas Tree. While it’s getting colder, Old Town’s streets are a great way to spend a day sightseeing and wandering.</p> <p>Starting in Rockville, it’s either a 45-minute drive via the highway or an approx. 1-hour metro ride along the Red and Yellow lines. Park or get off at King Street. There’s plenty of parking and it’s free on Sunday. If you’re taking the metro, it’s only $2.50 one-way! </p> <p>Most of the main shopping and dining is along King Street. The sidewalks are cobblestone, giving the town a very quaint feel. Be wary of the streetlights, as vehicle drivers do speed through the supposed 25-mph street. As you make your way to the waterfront, here are some of the worthwhile stops I made along the way.</p> <p>First, I made a stop at <strong>Shop Made in VA</strong>. This gift shop specialized in local, small-batch home goods and artisan pantry items. Additionally, they host group events for painting and other crafts. Something super unique about this store is that the individual makers have little plaques depicting their “story”. It was such a charming space! Despite not getting one of the “Crush the Patriarchy” candles (haha!), I was eye-ing some of the humorous holiday cards. </p> <p>From there, I walked into <strong>Lily’s Chocolate & Coffee. </strong>I love stopping by here – it’s instagram-able and the hot chocolate is. so. good. You can try lockmas here – deep-fried dough balls covered in chocolate. Lily’s has different types of chocolates, include a black-and-white so you can really indulge.</p> <p>With my Lily’s hot chocolate in hand, I continued walking down the main street. Then, I took a turn into the small shopping square across from the Farmers Market. Inside, was the<strong> Spice & Tea Exchange of Alexandria</strong>. While there <em>are</em> other locations, the Alexandria location feels like it’s meant to be there. Sampling teas and getting a little bag of specialty salt was very fun! Right next to it, was the <strong>Stabler-Leadbeater Apothecary Museum</strong>. Running short on time, I did not partake in the 30-minute tour. However, I did glance at the botanicals on display.</p> <p>The last shop I entered before hitting the waterfront was the iconic <strong>Paper Source</strong> store. While it’s a chain, it was a beautiful store filled with holiday gifts, cards, wrapping paper, and everything stationary. I really wanted to buy these christmas-themed window gels, but decided against it last-minute.</p> <p>The waterfront was serene as always. The hustle and bustle of King Street died down as the streets opened up. I went into the free-to-enter <strong>Torpedo Factory</strong>. It is no longer a torpedo factory. It is now an art collective where artists rent out studio space. People can wander along the three-story building and look at over a hundred artists creating, displaying, and selling their artwork. All styles welcome, from detailed landscapes of mountains to pop-art 3-D eggs. I even saw a paper-mache T-Rex!</p> <p>I decided I was getting hungry afterwards. Thankfully, I had agreed to meet up with some friends at <strong>Augie’s Mussel House and Beer Garden</strong>. This place had plenty of Belgian and American-style pubgrub alongside 11-distinct flavors of mussels. Augie’s is a great place to catch up with friends (large parties can be accommodated!) as well as watch a sports game. I’d 100% recommend the Green Curry Mussels.</p> <p>If you’re looking for somewhere to spend an afternoon, Old Town Alexandria is a great spot! I’ll be returning next weekend as the Christmas Tree becomes lit. Hopefully I’ll have enough room in my stomach to some ice cream at one of the many creameries.</p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2024/11/18/holidays-in-old-town-alexandria-what-to-see-and-where-to-eat/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-23381 --> <div id="post-23375" class="post-23375 post type-post status-publish format-standard hentry category-uncategorized"> <h2 class="entry-title"><a href="https://uatshadygrove.org/2024/11/14/my-journey-to-finding-the-perfect-summer-internship/" rel="bookmark">My Journey to Finding the Perfect Summer Internship</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://uatshadygrove.org/2024/11/14/my-journey-to-finding-the-perfect-summer-internship/" title="7:47 pm" rel="bookmark"><span class="entry-date">November 14, 2024</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="https://uatshadygrove.org/author/trisasaha55/" title="View all posts by Trisa Saha">Trisa Saha</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <figure class="wp-block-image size-large is-resized"><a href="https://uatshadygrove.org/wp-content/uploads/2024/11/image-1.png"><img data-attachment-id="23378" data-permalink="https://uatshadygrove.org/2024/11/14/my-journey-to-finding-the-perfect-summer-internship/image-78/" data-orig-file="https://uatshadygrove.org/wp-content/uploads/2024/11/image-1.png" data-orig-size="870,500" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://uatshadygrove.org/wp-content/uploads/2024/11/image-1.png?w=300" data-large-file="https://uatshadygrove.org/wp-content/uploads/2024/11/image-1.png?w=640" loading="lazy" width="870" height="500" src="https://uatshadygrove.org/wp-content/uploads/2024/11/image-1.png?w=870" alt="" class="wp-image-23378" style="width:414px;height:auto" srcset="https://uatshadygrove.org/wp-content/uploads/2024/11/image-1.png 870w, https://uatshadygrove.org/wp-content/uploads/2024/11/image-1.png?w=150 150w, https://uatshadygrove.org/wp-content/uploads/2024/11/image-1.png?w=300 300w, https://uatshadygrove.org/wp-content/uploads/2024/11/image-1.png?w=768 768w" sizes="(max-width: 870px) 100vw, 870px" /></a></figure> <p> Google Image</p> <p>Hi everyone,</p> <p><br>Today I am going to share my strategies for finding a summer internship. As I am finishing up the fall semester and looking ahead to the summer, I am planning to take various steps during winter break and the Spring semester to find a summer internship.</p> <p><br>Ideally, I want to find an internship that aligns with my career goals and allows me to gain valuable hands-on experience.</p> <p><br>One of the first things I intend to do is research potential organizations and positions that interest me. This will involve exploring the websites and social media profiles of different companies to learn more about their culture, values, and the types of internships they offer.</p> <p><br>Once I have identified some promising opportunities, I will work on crafting a strong resume and cover letter tailored to each position. I also plan to practice my interview skills so that I feel confident and prepared when it comes time to meet with potential employers.</p> <p><br>Networking will be another key part of my internship search strategy. I will reach out to professors, alumni, and other contacts in my professional network to see if they have any leads on summer internships. Attending career fairs and information sessions on campus will also be a great way for me to connect with employers and learn about available opportunities.</p> <p><br>Finally, I will make sure to stay organized and on top of deadlines for internship applications. Many programs have early deadlines, so I will work to submit my materials well in advance.</p> <p><br>By taking a proactive and strategic approach, I am confident that I will be able to find a summer internship that is a great fit for me. So, please bookmark this blog and check back for updates on my progress!</p> <p><br>Wishing you all the best with finals and a Happy Thanksgiving.</p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://uatshadygrove.org/category/uncategorized/" rel="category tag">Uncategorized</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://uatshadygrove.org/2024/11/14/my-journey-to-finding-the-perfect-summer-internship/#respond">Leave a comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-23375 --> <div id="nav-below" class="navigation"> <div class="nav-previous"><a href="https://uatshadygrove.org/page/2/" ><span class="meta-nav">←</span> Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-below --> </div><!-- #content --> </div><!-- #container --> <div id="primary" class="widget-area" role="complementary"> <ul class="xoxo"> <li id="categories-7" class="widget-container widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-7847"><a href="https://uatshadygrove.org/category/academics/">Academics</a> </li> <li class="cat-item cat-item-577117"><a href="https://uatshadygrove.org/category/campus-activities/">Campus Activities</a> </li> <li class="cat-item cat-item-30352"><a href="https://uatshadygrove.org/category/faculty-staff/">Faculty & Staff</a> </li> <li class="cat-item cat-item-148917"><a href="https://uatshadygrove.org/category/fitness-wellness/">Fitness & Wellness</a> </li> <li class="cat-item cat-item-290320323"><a href="https://uatshadygrove.org/category/life-at-usg/">Life at USG</a> </li> <li class="cat-item cat-item-6985809"><a href="https://uatshadygrove.org/category/life-at-usg/student-event/">Student Event</a> </li> <li class="cat-item cat-item-1052"><a href="https://uatshadygrove.org/category/students/">students</a> </li> <li class="cat-item cat-item-1"><a href="https://uatshadygrove.org/category/uncategorized/">Uncategorized</a> </li> <li class="cat-item cat-item-38692"><a href="https://uatshadygrove.org/category/work-experience/">Work Experience</a> </li> </ul> </li><li id="authors-11" class="widget-container widget_authors"><h3 class="widget-title">Authors</h3><ul><li><a href="https://uatshadygrove.org/author/claudiabbatista/"> <img alt='' src='https://0.gravatar.com/avatar/39d7edd49ffdad77b516e46381afb1e7cdcad4b51559201f43972ee40dbe7caf?s=48&d=identicon&r=G' srcset='https://0.gravatar.com/avatar/39d7edd49ffdad77b516e46381afb1e7cdcad4b51559201f43972ee40dbe7caf?s=48&d=identicon&r=G 1x, https://0.gravatar.com/avatar/39d7edd49ffdad77b516e46381afb1e7cdcad4b51559201f43972ee40dbe7caf?s=72&d=identicon&r=G 1.5x, https://0.gravatar.com/avatar/39d7edd49ffdad77b516e46381afb1e7cdcad4b51559201f43972ee40dbe7caf?s=96&d=identicon&r=G 2x, https://0.gravatar.com/avatar/39d7edd49ffdad77b516e46381afb1e7cdcad4b51559201f43972ee40dbe7caf?s=144&d=identicon&r=G 3x, https://0.gravatar.com/avatar/39d7edd49ffdad77b516e46381afb1e7cdcad4b51559201f43972ee40dbe7caf?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>Claudia Batista</strong></a></li><li><a href="https://uatshadygrove.org/author/karenc1218/"> <img alt='' src='https://1.gravatar.com/avatar/aedc138e34ac85da90e57450199d7bfc6468db03f916eaad97eeb6c7826386c9?s=48&d=identicon&r=G' srcset='https://1.gravatar.com/avatar/aedc138e34ac85da90e57450199d7bfc6468db03f916eaad97eeb6c7826386c9?s=48&d=identicon&r=G 1x, https://1.gravatar.com/avatar/aedc138e34ac85da90e57450199d7bfc6468db03f916eaad97eeb6c7826386c9?s=72&d=identicon&r=G 1.5x, https://1.gravatar.com/avatar/aedc138e34ac85da90e57450199d7bfc6468db03f916eaad97eeb6c7826386c9?s=96&d=identicon&r=G 2x, https://1.gravatar.com/avatar/aedc138e34ac85da90e57450199d7bfc6468db03f916eaad97eeb6c7826386c9?s=144&d=identicon&r=G 3x, https://1.gravatar.com/avatar/aedc138e34ac85da90e57450199d7bfc6468db03f916eaad97eeb6c7826386c9?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>Karen C</strong></a></li><li><img alt='' src='https://0.gravatar.com/avatar/90d35a465183817a1b77729e3a3c7d67701df74e13a6c9fef759ee7cb414d2d2?s=48&d=identicon&r=G' srcset='https://0.gravatar.com/avatar/90d35a465183817a1b77729e3a3c7d67701df74e13a6c9fef759ee7cb414d2d2?s=48&d=identicon&r=G 1x, https://0.gravatar.com/avatar/90d35a465183817a1b77729e3a3c7d67701df74e13a6c9fef759ee7cb414d2d2?s=72&d=identicon&r=G 1.5x, https://0.gravatar.com/avatar/90d35a465183817a1b77729e3a3c7d67701df74e13a6c9fef759ee7cb414d2d2?s=96&d=identicon&r=G 2x, https://0.gravatar.com/avatar/90d35a465183817a1b77729e3a3c7d67701df74e13a6c9fef759ee7cb414d2d2?s=144&d=identicon&r=G 3x, https://0.gravatar.com/avatar/90d35a465183817a1b77729e3a3c7d67701df74e13a6c9fef759ee7cb414d2d2?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>kodonne4</strong></li><li><a href="https://uatshadygrove.org/author/lamyeadiyea/"> <img alt='' src='https://0.gravatar.com/avatar/f741ccacab757ee52e65e735d491e577e2d654fd420d549fabbd3eec1f0a131e?s=48&d=identicon&r=G' srcset='https://0.gravatar.com/avatar/f741ccacab757ee52e65e735d491e577e2d654fd420d549fabbd3eec1f0a131e?s=48&d=identicon&r=G 1x, https://0.gravatar.com/avatar/f741ccacab757ee52e65e735d491e577e2d654fd420d549fabbd3eec1f0a131e?s=72&d=identicon&r=G 1.5x, https://0.gravatar.com/avatar/f741ccacab757ee52e65e735d491e577e2d654fd420d549fabbd3eec1f0a131e?s=96&d=identicon&r=G 2x, https://0.gravatar.com/avatar/f741ccacab757ee52e65e735d491e577e2d654fd420d549fabbd3eec1f0a131e?s=144&d=identicon&r=G 3x, https://0.gravatar.com/avatar/f741ccacab757ee52e65e735d491e577e2d654fd420d549fabbd3eec1f0a131e?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>Lamyea Diyea</strong></a></li><li><a href="https://uatshadygrove.org/author/lillybiology/"> <img alt='' src='https://1.gravatar.com/avatar/49172cbd5494241ee4d04bd0e3178e94ed8ff99b04daf82c387b20e3d1dddc61?s=48&d=identicon&r=G' srcset='https://1.gravatar.com/avatar/49172cbd5494241ee4d04bd0e3178e94ed8ff99b04daf82c387b20e3d1dddc61?s=48&d=identicon&r=G 1x, https://1.gravatar.com/avatar/49172cbd5494241ee4d04bd0e3178e94ed8ff99b04daf82c387b20e3d1dddc61?s=72&d=identicon&r=G 1.5x, https://1.gravatar.com/avatar/49172cbd5494241ee4d04bd0e3178e94ed8ff99b04daf82c387b20e3d1dddc61?s=96&d=identicon&r=G 2x, https://1.gravatar.com/avatar/49172cbd5494241ee4d04bd0e3178e94ed8ff99b04daf82c387b20e3d1dddc61?s=144&d=identicon&r=G 3x, https://1.gravatar.com/avatar/49172cbd5494241ee4d04bd0e3178e94ed8ff99b04daf82c387b20e3d1dddc61?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>Lilly</strong></a></li><li><a href="https://uatshadygrove.org/author/mtung18/"> <img alt='' src='https://0.gravatar.com/avatar/90d3f29968985d483d542a87af0c5f6009bc0a6872174c86af8b70749f0868e4?s=48&d=identicon&r=G' srcset='https://0.gravatar.com/avatar/90d3f29968985d483d542a87af0c5f6009bc0a6872174c86af8b70749f0868e4?s=48&d=identicon&r=G 1x, https://0.gravatar.com/avatar/90d3f29968985d483d542a87af0c5f6009bc0a6872174c86af8b70749f0868e4?s=72&d=identicon&r=G 1.5x, https://0.gravatar.com/avatar/90d3f29968985d483d542a87af0c5f6009bc0a6872174c86af8b70749f0868e4?s=96&d=identicon&r=G 2x, https://0.gravatar.com/avatar/90d3f29968985d483d542a87af0c5f6009bc0a6872174c86af8b70749f0868e4?s=144&d=identicon&r=G 3x, https://0.gravatar.com/avatar/90d3f29968985d483d542a87af0c5f6009bc0a6872174c86af8b70749f0868e4?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>mtung18</strong></a></li><li><a href="https://uatshadygrove.org/author/swechchhas/"> <img alt='' src='https://1.gravatar.com/avatar/7a4df20505be34e85e2282b968365671bfa00395eb8a6489184804d20e0ce452?s=48&d=identicon&r=G' srcset='https://1.gravatar.com/avatar/7a4df20505be34e85e2282b968365671bfa00395eb8a6489184804d20e0ce452?s=48&d=identicon&r=G 1x, https://1.gravatar.com/avatar/7a4df20505be34e85e2282b968365671bfa00395eb8a6489184804d20e0ce452?s=72&d=identicon&r=G 1.5x, https://1.gravatar.com/avatar/7a4df20505be34e85e2282b968365671bfa00395eb8a6489184804d20e0ce452?s=96&d=identicon&r=G 2x, https://1.gravatar.com/avatar/7a4df20505be34e85e2282b968365671bfa00395eb8a6489184804d20e0ce452?s=144&d=identicon&r=G 3x, https://1.gravatar.com/avatar/7a4df20505be34e85e2282b968365671bfa00395eb8a6489184804d20e0ce452?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>swechchhas</strong></a></li><li><a href="https://uatshadygrove.org/author/trisasaha55/"> <img alt='' src='https://0.gravatar.com/avatar/31b8dc0bfa60a76f6050e65218e32d3d37d7e5f3546f2b72244e1ce104c2132c?s=48&d=identicon&r=G' srcset='https://0.gravatar.com/avatar/31b8dc0bfa60a76f6050e65218e32d3d37d7e5f3546f2b72244e1ce104c2132c?s=48&d=identicon&r=G 1x, https://0.gravatar.com/avatar/31b8dc0bfa60a76f6050e65218e32d3d37d7e5f3546f2b72244e1ce104c2132c?s=72&d=identicon&r=G 1.5x, https://0.gravatar.com/avatar/31b8dc0bfa60a76f6050e65218e32d3d37d7e5f3546f2b72244e1ce104c2132c?s=96&d=identicon&r=G 2x, https://0.gravatar.com/avatar/31b8dc0bfa60a76f6050e65218e32d3d37d7e5f3546f2b72244e1ce104c2132c?s=144&d=identicon&r=G 3x, https://0.gravatar.com/avatar/31b8dc0bfa60a76f6050e65218e32d3d37d7e5f3546f2b72244e1ce104c2132c?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>Trisa Saha</strong></a></li><li><a href="https://uatshadygrove.org/author/tsaha12/"> <img alt='' src='https://2.gravatar.com/avatar/5691a1786e71ee2e48eae3b9d9d1f7951e802831c5155c8fa6295f601e295a9e?s=48&d=identicon&r=G' srcset='https://2.gravatar.com/avatar/5691a1786e71ee2e48eae3b9d9d1f7951e802831c5155c8fa6295f601e295a9e?s=48&d=identicon&r=G 1x, https://2.gravatar.com/avatar/5691a1786e71ee2e48eae3b9d9d1f7951e802831c5155c8fa6295f601e295a9e?s=72&d=identicon&r=G 1.5x, https://2.gravatar.com/avatar/5691a1786e71ee2e48eae3b9d9d1f7951e802831c5155c8fa6295f601e295a9e?s=96&d=identicon&r=G 2x, https://2.gravatar.com/avatar/5691a1786e71ee2e48eae3b9d9d1f7951e802831c5155c8fa6295f601e295a9e?s=144&d=identicon&r=G 3x, https://2.gravatar.com/avatar/5691a1786e71ee2e48eae3b9d9d1f7951e802831c5155c8fa6295f601e295a9e?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>Tina Saha</strong></a></li><li><a href="https://uatshadygrove.org/author/uatshadygrove/"> <img alt='' src='https://2.gravatar.com/avatar/2c889bd33ebe8b47d90be62de424cb5412a11cc5be7ca19b9353eac365132378?s=48&d=identicon&r=G' srcset='https://2.gravatar.com/avatar/2c889bd33ebe8b47d90be62de424cb5412a11cc5be7ca19b9353eac365132378?s=48&d=identicon&r=G 1x, https://2.gravatar.com/avatar/2c889bd33ebe8b47d90be62de424cb5412a11cc5be7ca19b9353eac365132378?s=72&d=identicon&r=G 1.5x, https://2.gravatar.com/avatar/2c889bd33ebe8b47d90be62de424cb5412a11cc5be7ca19b9353eac365132378?s=96&d=identicon&r=G 2x, https://2.gravatar.com/avatar/2c889bd33ebe8b47d90be62de424cb5412a11cc5be7ca19b9353eac365132378?s=144&d=identicon&r=G 3x, https://2.gravatar.com/avatar/2c889bd33ebe8b47d90be62de424cb5412a11cc5be7ca19b9353eac365132378?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>USG</strong></a></li><li><a href="https://uatshadygrove.org/author/wa55856/"> <img alt='' src='https://2.gravatar.com/avatar/8c84333361a01791075bf1221002c03b09aabc9b97793596cd2a1635ad0e715c?s=48&d=identicon&r=G' srcset='https://2.gravatar.com/avatar/8c84333361a01791075bf1221002c03b09aabc9b97793596cd2a1635ad0e715c?s=48&d=identicon&r=G 1x, https://2.gravatar.com/avatar/8c84333361a01791075bf1221002c03b09aabc9b97793596cd2a1635ad0e715c?s=72&d=identicon&r=G 1.5x, https://2.gravatar.com/avatar/8c84333361a01791075bf1221002c03b09aabc9b97793596cd2a1635ad0e715c?s=96&d=identicon&r=G 2x, https://2.gravatar.com/avatar/8c84333361a01791075bf1221002c03b09aabc9b97793596cd2a1635ad0e715c?s=144&d=identicon&r=G 3x, https://2.gravatar.com/avatar/8c84333361a01791075bf1221002c03b09aabc9b97793596cd2a1635ad0e715c?s=192&d=identicon&r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /> <strong>Daniela Garcia-Rojas</strong></a></li></ul></li><li id="archives-6" class="widget-container widget_archive"><h3 class="widget-title">Archives</h3> <label class="screen-reader-text" for="archives-dropdown-6">Archives</label> <select id="archives-dropdown-6" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://uatshadygrove.org/2024/12/'> December 2024 </option> <option value='https://uatshadygrove.org/2024/11/'> November 2024 </option> <option value='https://uatshadygrove.org/2024/10/'> October 2024 </option> <option value='https://uatshadygrove.org/2024/08/'> August 2024 </option> <option value='https://uatshadygrove.org/2024/07/'> July 2024 </option> <option value='https://uatshadygrove.org/2024/06/'> June 2024 </option> <option value='https://uatshadygrove.org/2024/05/'> May 2024 </option> <option value='https://uatshadygrove.org/2024/04/'> April 2024 </option> <option value='https://uatshadygrove.org/2024/03/'> March 2024 </option> <option value='https://uatshadygrove.org/2024/02/'> February 2024 </option> <option value='https://uatshadygrove.org/2024/01/'> January 2024 </option> <option value='https://uatshadygrove.org/2023/12/'> December 2023 </option> <option value='https://uatshadygrove.org/2023/11/'> November 2023 </option> <option value='https://uatshadygrove.org/2023/10/'> October 2023 </option> <option value='https://uatshadygrove.org/2023/08/'> August 2023 </option> <option value='https://uatshadygrove.org/2023/07/'> July 2023 </option> <option value='https://uatshadygrove.org/2023/06/'> June 2023 </option> <option value='https://uatshadygrove.org/2023/05/'> May 2023 </option> <option value='https://uatshadygrove.org/2023/04/'> April 2023 </option> <option value='https://uatshadygrove.org/2023/03/'> March 2023 </option> <option value='https://uatshadygrove.org/2023/02/'> February 2023 </option> <option value='https://uatshadygrove.org/2023/01/'> January 2023 </option> <option value='https://uatshadygrove.org/2022/12/'> December 2022 </option> <option value='https://uatshadygrove.org/2022/11/'> November 2022 </option> <option value='https://uatshadygrove.org/2022/10/'> October 2022 </option> <option value='https://uatshadygrove.org/2022/09/'> September 2022 </option> <option value='https://uatshadygrove.org/2022/08/'> August 2022 </option> <option value='https://uatshadygrove.org/2022/07/'> July 2022 </option> <option value='https://uatshadygrove.org/2022/06/'> June 2022 </option> <option value='https://uatshadygrove.org/2022/05/'> May 2022 </option> <option value='https://uatshadygrove.org/2022/04/'> April 2022 </option> <option value='https://uatshadygrove.org/2022/03/'> March 2022 </option> <option value='https://uatshadygrove.org/2022/02/'> February 2022 </option> <option value='https://uatshadygrove.org/2022/01/'> January 2022 </option> <option value='https://uatshadygrove.org/2021/12/'> December 2021 </option> <option value='https://uatshadygrove.org/2021/11/'> November 2021 </option> <option value='https://uatshadygrove.org/2021/10/'> October 2021 </option> <option value='https://uatshadygrove.org/2021/09/'> September 2021 </option> <option value='https://uatshadygrove.org/2021/08/'> August 2021 </option> <option value='https://uatshadygrove.org/2021/07/'> July 2021 </option> <option value='https://uatshadygrove.org/2021/06/'> June 2021 </option> <option value='https://uatshadygrove.org/2021/05/'> May 2021 </option> <option value='https://uatshadygrove.org/2021/04/'> April 2021 </option> <option value='https://uatshadygrove.org/2021/03/'> March 2021 </option> <option value='https://uatshadygrove.org/2021/02/'> February 2021 </option> <option value='https://uatshadygrove.org/2021/01/'> January 2021 </option> <option value='https://uatshadygrove.org/2020/12/'> December 2020 </option> <option value='https://uatshadygrove.org/2020/11/'> November 2020 </option> <option value='https://uatshadygrove.org/2020/10/'> October 2020 </option> <option value='https://uatshadygrove.org/2020/09/'> September 2020 </option> <option value='https://uatshadygrove.org/2020/08/'> August 2020 </option> <option value='https://uatshadygrove.org/2020/07/'> July 2020 </option> <option value='https://uatshadygrove.org/2020/06/'> June 2020 </option> <option value='https://uatshadygrove.org/2020/05/'> May 2020 </option> <option value='https://uatshadygrove.org/2020/04/'> April 2020 </option> <option value='https://uatshadygrove.org/2020/03/'> March 2020 </option> <option value='https://uatshadygrove.org/2020/02/'> February 2020 </option> <option value='https://uatshadygrove.org/2020/01/'> January 2020 </option> <option value='https://uatshadygrove.org/2019/12/'> December 2019 </option> <option value='https://uatshadygrove.org/2019/11/'> November 2019 </option> <option value='https://uatshadygrove.org/2019/10/'> October 2019 </option> <option value='https://uatshadygrove.org/2019/09/'> September 2019 </option> <option value='https://uatshadygrove.org/2019/08/'> August 2019 </option> <option value='https://uatshadygrove.org/2019/07/'> July 2019 </option> <option value='https://uatshadygrove.org/2019/06/'> June 2019 </option> <option value='https://uatshadygrove.org/2019/05/'> May 2019 </option> <option value='https://uatshadygrove.org/2019/04/'> April 2019 </option> <option value='https://uatshadygrove.org/2019/03/'> March 2019 </option> <option value='https://uatshadygrove.org/2019/02/'> February 2019 </option> <option value='https://uatshadygrove.org/2019/01/'> January 2019 </option> <option value='https://uatshadygrove.org/2018/12/'> December 2018 </option> <option value='https://uatshadygrove.org/2018/11/'> November 2018 </option> <option value='https://uatshadygrove.org/2018/10/'> October 2018 </option> <option value='https://uatshadygrove.org/2018/09/'> September 2018 </option> <option value='https://uatshadygrove.org/2018/08/'> August 2018 </option> <option value='https://uatshadygrove.org/2018/07/'> July 2018 </option> <option value='https://uatshadygrove.org/2018/06/'> June 2018 </option> <option value='https://uatshadygrove.org/2018/05/'> May 2018 </option> <option value='https://uatshadygrove.org/2018/04/'> April 2018 </option> <option value='https://uatshadygrove.org/2018/03/'> March 2018 </option> <option value='https://uatshadygrove.org/2018/02/'> February 2018 </option> <option value='https://uatshadygrove.org/2018/01/'> January 2018 </option> <option value='https://uatshadygrove.org/2017/12/'> December 2017 </option> <option value='https://uatshadygrove.org/2017/11/'> November 2017 </option> <option value='https://uatshadygrove.org/2017/10/'> October 2017 </option> <option value='https://uatshadygrove.org/2017/09/'> September 2017 </option> <option value='https://uatshadygrove.org/2017/08/'> August 2017 </option> <option value='https://uatshadygrove.org/2017/07/'> July 2017 </option> <option value='https://uatshadygrove.org/2017/06/'> June 2017 </option> <option value='https://uatshadygrove.org/2017/05/'> May 2017 </option> <option value='https://uatshadygrove.org/2017/04/'> April 2017 </option> <option value='https://uatshadygrove.org/2017/03/'> March 2017 </option> <option value='https://uatshadygrove.org/2017/02/'> February 2017 </option> <option value='https://uatshadygrove.org/2017/01/'> January 2017 </option> <option value='https://uatshadygrove.org/2016/12/'> December 2016 </option> <option value='https://uatshadygrove.org/2016/11/'> November 2016 </option> <option value='https://uatshadygrove.org/2016/10/'> October 2016 </option> <option value='https://uatshadygrove.org/2016/09/'> September 2016 </option> <option value='https://uatshadygrove.org/2016/05/'> May 2016 </option> <option value='https://uatshadygrove.org/2016/04/'> April 2016 </option> <option value='https://uatshadygrove.org/2016/03/'> March 2016 </option> <option value='https://uatshadygrove.org/2016/02/'> February 2016 </option> <option value='https://uatshadygrove.org/2016/01/'> January 2016 </option> <option value='https://uatshadygrove.org/2015/12/'> December 2015 </option> <option value='https://uatshadygrove.org/2015/11/'> November 2015 </option> <option value='https://uatshadygrove.org/2015/10/'> October 2015 </option> <option value='https://uatshadygrove.org/2015/09/'> September 2015 </option> <option value='https://uatshadygrove.org/2015/05/'> May 2015 </option> <option value='https://uatshadygrove.org/2015/04/'> April 2015 </option> <option value='https://uatshadygrove.org/2015/03/'> March 2015 </option> <option value='https://uatshadygrove.org/2015/02/'> February 2015 </option> <option value='https://uatshadygrove.org/2015/01/'> January 2015 </option> <option value='https://uatshadygrove.org/2014/12/'> December 2014 </option> <option value='https://uatshadygrove.org/2014/11/'> November 2014 </option> <option value='https://uatshadygrove.org/2014/10/'> October 2014 </option> </select> <script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-6" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </li><li id="search-3" class="widget-container widget_search"><form role="search" method="get" id="searchform" class="searchform" action="https://uatshadygrove.org/"> <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form></li> </ul> </div><!-- #primary .widget-area --> <div id="secondary" class="widget-area" role="complementary"> <ul class="xoxo"> <li id="twitter_timeline-4" class="widget-container widget_twitter_timeline"><h3 class="widget-title">Follow USG on Twitter</h3><a class="twitter-timeline" data-theme="light" data-border-color="#e8e8e8" data-tweet-limit="1" data-lang="EN" data-partner="jetpack" data-chrome="nofooter" href="https://twitter.com/uatshadygrove" href="https://twitter.com/uatshadygrove">My Tweets</a></li><li id="facebook-likebox-6" class="widget-container widget_facebook_likebox"> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/uatshadygrove" data-width="200" data-height="400" data-hide-cover="false" data-show-facepile="true" data-tabs="false" data-hide-cta="false" data-small-header="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/uatshadygrove"><a href="https://www.facebook.com/uatshadygrove"></a></blockquote></div> </div> </li><li id="flickr-3" class="widget-container widget_flickr"><h3 class="widget-title">USG on Flickr</h3><!-- Start of Flickr Widget --> <div class="flickr-wrapper flickr-size-thumbnail"> <div class="flickr-images"> <a href="https://www.flickr.com/photos/uatshadygrove/54193956068/"><img src="https://live.staticflickr.com/65535/54193956068_06b6b2d21a_s.jpg" alt="UMSONPosterDay202400053" title="UMSONPosterDay202400053" /></a> </div> <a class="flickr-more" href="https://www.flickr.com/photos/uatshadygrove/"> More Photos </a> </div> <!-- End of Flickr Widget --> </li><li id="meta-4" class="widget-container widget_meta"><h3 class="widget-title">Meta</h3> <ul> <li><a href="https://wordpress.com/start?ref=wplogin">Register</a></li> <li><a href="https://uatshadygrove.wordpress.com/wp-login.php">Log in</a></li> <li><a href="https://uatshadygrove.org/feed/">Entries feed</a></li> <li><a href="https://uatshadygrove.org/comments/feed/">Comments feed</a></li> <li><a href="https://wordpress.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.com</a></li> </ul> </li> </ul> </div><!-- #secondary .widget-area --> </div><!-- #main --> <div id="footer" role="contentinfo"> <div id="colophon"> <div id="site-info"> <a href="https://uatshadygrove.org/" title="The Universities at Shady Grove (USG)" rel="home"> The Universities at Shady Grove (USG) </a> </div><!-- #site-info --> <div id="site-generator"> <a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a> </div><!-- #site-generator --> </div><!-- #colophon --> </div><!-- #footer --> </div><!-- #wrapper --> <script type="text/javascript"> var infiniteScroll = {"settings":{"id":"content","ajaxurl":"https:\/\/uatshadygrove.org\/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":"wrapper","click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"14.11.24","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"uatshadygrove.org","path":"\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2024-12-11 21:57:43","last_post_date":"2024-11-14 19:47:25","body_class":"infinite-scroll","loading_text":"Loading new page","stats":"blog=24336098&v=wpcom&tz=-4&user_id=0&subd=uatshadygrove&x_pagetype=infinite-click"}}; </script> <!-- --> <script type="text/javascript" src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=202450b213a1cbb4e3271ca470eb7790af362ac2e18ce468f8945952c7bd3456d2132e" id="grofiles-cards-js"></script> <script type="text/javascript" id="wpgroho-js-extra"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script> <script> // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar === 'undefined' ) { return; } if ( typeof Gravatar.init !== 'function' ) { return; } Gravatar.profile_cb = function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account', { i18n: { 'Edit your profile →': 'Edit your profile →', 'View profile →': 'View profile →', 'Contact': 'Contact', 'Send money': 'Send money', 'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.', 'Profile not found.': 'Profile not found.', 'Too Many Requests.': 'Too Many Requests.', 'Internal Server Error.': 'Internal Server Error.', }, } ); } if ( document.readyState !== 'loading' ) { init(); } else { document.addEventListener( 'DOMContentLoaded', init ); } } )(); </script> <div style="display:none"> </div> <div id="actionbar" style="display: none;" class="actnbr-pub-twentyten actnbr-has-follow"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://uatshadygrove.org"> <img loading='lazy' alt='' src='https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=50' srcset='https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=50 1x, https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=75 1.5x, https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=100 2x, https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=150 3x, https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> The Universities at Shady Grove (USG) </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 354 other subscribers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="24336098" /> <input type="hidden" name="source" value="https://uatshadygrove.org/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="725a7c99b7" /> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fuatshadygrove.org%252F2014%252F10%252F20%252Fwelcome%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://uatshadygrove.org"> <img loading='lazy' alt='' src='https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=50' srcset='https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=50 1x, https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=75 1.5x, https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=100 2x, https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=150 3x, https://uatshadygrove.org/wp-content/uploads/2020/08/cropped-whitebg.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> The Universities at Shady Grove (USG) </a> </li> <li class="actnbr-folded-customize"> <a href="https://uatshadygrove.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fuatshadygrove.wordpress.com%2F"> <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customize</span> </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fuatshadygrove.org%252F2014%252F10%252F20%252Fwelcome%252F">Log in</a></li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://uatshadygrove.org" target="_blank" rel="noopener noreferrer"> Report this content </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/read/feeds/34915389"> View site in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20241015"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20231122"; script.defer = true; document.body.appendChild( script ); } ); </script> <div id="jp-carousel-loading-overlay"> <div id="jp-carousel-loading-wrapper"> <span id="jp-carousel-library-loading"> </span> </div> </div> <div class="jp-carousel-overlay" style="display: none;"> <div class="jp-carousel-container"> <!-- The Carousel Swiper --> <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery"> <div class="jp-carousel swiper-wrapper"></div> <div class="jp-swiper-button-prev swiper-button-prev"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12"> <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/> </mask> <g mask="url(#maskPrev)"> <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <div class="jp-swiper-button-next swiper-button-next"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12"> <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/> </mask> <g mask="url(#maskNext)"> <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/> </g> </svg> </div> </div> <!-- The main close buton --> <div class="jp-carousel-close-hint"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14"> <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/> </mask> <g mask="url(#maskClose)"> <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <!-- Image info, comments and meta --> <div class="jp-carousel-info"> <div class="jp-carousel-info-footer"> <div class="jp-carousel-pagination-container"> <div class="jp-swiper-pagination swiper-pagination"></div> <div class="jp-carousel-pagination"></div> </div> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-caption"></h2> </div> <div class="jp-carousel-photo-icons-container"> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/> </mask> <g mask="url(#maskInfo)"> <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </span> </a> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/> </mask> <g mask="url(#maskComments)"> <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span> </span> </a> </div> </div> <div class="jp-carousel-info-extra"> <div class="jp-carousel-info-content-wrapper"> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-title"></h2> </div> <div class="jp-carousel-comments-wrapper"> <div id="jp-carousel-comments-loading"> <span>Loading Comments...</span> </div> <div class="jp-carousel-comments"></div> <div id="jp-carousel-comment-form-container"> <span id="jp-carousel-comment-form-spinner"> </span> <div id="jp-carousel-comment-post-results"></div> <form id="jp-carousel-comment-form"> <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label> <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..." ></textarea> <div id="jp-carousel-comment-form-submit-and-info-wrapper"> <div id="jp-carousel-comment-form-commenting-as"> <fieldset> <label for="jp-carousel-comment-form-email-field">Email (Required)</label> <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-author-field">Name (Required)</label> <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-url-field">Website</label> <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" /> </fieldset> </div> <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment" /> </div> </form> </div> </div> <div class="jp-carousel-image-meta"> <div class="jp-carousel-title-and-caption"> <div class="jp-carousel-photo-info"> <h3 class="jp-carousel-caption" itemprop="caption description"></h3> </div> <div class="jp-carousel-photo-description"></div> </div> <ul class="jp-carousel-image-exif" style="display: none;"></ul> <a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/> </mask> <g mask="url(#mask0)"> <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-download-text"></span> </a> <div class="jp-carousel-image-map" style="display: none;"></div> </div> </div> </div> </div> </div> </div> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-2' href='https://s1.wp.com/_static/??-eJylzFEKwjAQBNALGdeIVPohHkXSzVLSbrIhmxi8vRTaA4g/AzMMD3o2KKlSqhCbydzmkBQWqtnhuneIIlv4xqSArkhTYtAeMhUzteSZzqh6gj+043QMv4KvkBAmFlwVamDyZnbMVD7wDtQ37Rkf9m7H62DHy235AgLzXeU=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-block-slideshow-inline-css'> .wp-block-jetpack-slideshow{margin-bottom:1.5em;min-width:0;position:relative}.wp-block-jetpack-slideshow [tabindex="-1"]:focus{outline:0}.wp-block-jetpack-slideshow.wp-amp-block>.wp-block-jetpack-slideshow_container{opacity:1}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow.wp-amp-block.wp-block-jetpack-slideshow__autoplay.wp-block-jetpack-slideshow__autoplay-playing .wp-block-jetpack-slideshow_button-play{display:none}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{opacity:0;overflow:hidden;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.wp-swiper-initialized{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container.swiper-container{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_swiper-wrapper{line-height:normal;margin:0;padding:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper{display:flex}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:flex;height:100%;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{align-items:center;display:flex;height:100%;justify-content:center;margin:0;position:relative;width:100%}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image{pointer-events:none;-webkit-user-select:none;user-select:none}.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image,.wp-block-jetpack-slideshow.alignwide .wp-block-jetpack-slideshow_image{max-width:unset;object-fit:cover;width:100vw}.wp-block-jetpack-slideshow .swiper-container-fade .wp-block-jetpack-slideshow_slide:not(.swiper-slide-active){opacity:0!important}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.wp-block-jetpack-slideshow .amp-carousel-button,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:none;height:30px;margin:-14px 0 0;opacity:.5;padding:0;transition:opacity .5s ease-out;width:28px}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .amp-carousel-button:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover{background-color:#fff;opacity:1}.wp-block-jetpack-slideshow .amp-carousel-button:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus{outline:thin dotted #fff;outline-offset:-4px}.wp-block-jetpack-slideshow .amp-carousel-button{margin:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:none}.wp-block-jetpack-slideshow .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-button-prev:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-next:after,.wp-block-jetpack-slideshow .swiper-container-rtl .swiper-button-prev:after{content:""}.wp-block-jetpack-slideshow .amp-carousel-button-next,.wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOC41OTggMTYuNTkgMTMuMTU2IDEyIDguNTk4IDcuNDEgMTAuMDAxIDZsNS45NyA2LTUuOTcgNnoiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS4zNDQgMGgyMy44ODJ2MjRILjM0NHoiLz48L2c+PC9zdmc+)}.wp-block-jetpack-slideshow .amp-carousel-button-prev,.wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,.wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-next.swiper-button-white,.wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB4PSI4IiB5PSI2IiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYuMjA3IDE2LjU5IDExLjY1IDEybDQuNTU3LTQuNTlMMTQuODA0IDZsLTUuOTcgNiA1Ljk3IDZ6Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0uNTc5IDBoMjMuODgydjI0SC41Nzl6Ii8+PC9nPjwvc3ZnPg==)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 19h4V5H6zm8-14v14h4V5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");display:none;inset-inline-end:10px;margin-top:0;position:absolute;top:10px;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_autoplay-paused .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E")}.wp-block-jetpack-slideshow:has(>div[data-autoplay=true]) .wp-block-jetpack-slideshow_button-pause,.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{display:block}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#00000080;bottom:0;box-sizing:border-box;color:#fff;cursor:text;left:0;margin:0!important;max-height:100%;opacity:1;padding:.75em;position:absolute;right:0;text-align:initial;z-index:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption a{color:inherit}.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_caption.gallery-caption{max-height:calc(100% - 68px)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{bottom:0;display:flex;gap:8px;justify-content:flex-start;line-height:24px;padding:10px 0 2px;position:relative}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet{background:currentColor;color:currentColor;height:8px;opacity:.5;transform:scale(.75);transition:opacity .25s,transform .25s;vertical-align:top;width:8px}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:hover{opacity:1}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet:focus{outline:thin dotted;outline-offset:0}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected],.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet-active,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet[selected]{background-color:currentColor;opacity:1;transform:scale(1)}.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-simple,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-simple{font-size:14px;line-height:16px;text-align:start;width:100%}.wp-block-jetpack-slideshow_pagination.amp-pagination{text-align:center}.wp-block-jetpack-slideshow_pagination.amp-pagination .swiper-pagination-bullet{border:0;border-radius:100%;display:inline-block;margin:0 4px;padding:0}@media(min-width:600px){.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev{display:block}}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container{height:auto;opacity:1;overflow:visible;width:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure{display:block;margin-bottom:12px}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper,.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{list-style:none;margin-left:auto;margin-right:auto}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide{display:inline-block;height:auto;margin-left:2%!important;margin-right:2%!important;vertical-align:top;width:42%}.is-email .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption{background-color:#0000;bottom:auto;color:inherit;inset-inline-end:auto;padding-top:0;position:relative} </style> <style id='core-block-supports-inline-css'> .wp-block-gallery.wp-block-gallery-1{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-container-core-group-is-layout-1{flex-wrap:nowrap;}.wp-block-gallery.wp-block-gallery-2{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-2' href='https://s1.wp.com/wp-content/mu-plugins/jetpack-plugin/moon/modules/tiled-gallery/tiled-gallery/tiled-gallery.css?m=1692903566i&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="jetpack-facebook-embed-js-extra"> /* <![CDATA[ */ var jpfbembed = {"appid":"249643311490","locale":"en_US"}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-carousel-js-extra"> /* <![CDATA[ */ var jetpackSwiperLibraryPath = {"url":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/moon\/_inc\/build\/carousel\/swiper-bundle.min.js"}; var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/uatshadygrove.org\/wp-admin\/admin-ajax.php","nonce":"ed3c0b524d","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","image_label":"Open image in full-screen.","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/uatshadygrove.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fuatshadygrove.org%2F2024%2F12%2F06%2Face-college-life-with-these-5-must-have-organization-apps%2F","blog_id":"24336098","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=24336098&v=wpcom&tz=-4&user_id=0&subd=uatshadygrove","is_public":"1"}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-blocks-assets-base-url-js-before"> /* <![CDATA[ */ var Jetpack_Block_Assets_Base_Url="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/"; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJydkMEOwjAMQ3+IEsFA7IL4FNR22ZSuTaY21cTf08OGOO9oy8+SDetivLAiK4QCSRxFNLVgtlPzDPEo51BO8JdL1SyxTsQFAupi/bzphgvDm9iDqxQHaDQxKZris8S46885ER9pHa1HJzIbTA6HIw26kipmo5QwEuPxbd5maT/FX243tnGv9Lw8uq6/d7drH74coIa2'></script> <script type="text/javascript" crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v19.7.0/build/dom-ready/index.min.js?m=1732574862i&ver=222ad38e3e5e302c8bbf" id="wp-dom-ready-js"></script> <script type="text/javascript" id="wp-dom-ready-js-after"> /* <![CDATA[ */ wp.galleryBlockV2Enabled = true /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/_static/??/wp-includes/js/dist/vendor/wp-polyfill.min.js,/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/tiled-gallery/view.js?m=1727178113j'></script> <script type="text/javascript" crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v19.7.0/build/escape-html/index.min.js?m=1732574862i&ver=fbad781820bda8333f76" id="wp-escape-html-js"></script> <script type="text/javascript" crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v19.7.0/build/hooks/index.min.js?m=1732574862i&ver=84e753e2b66eb7028d38" id="wp-hooks-js"></script> <script type="text/javascript" crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v19.7.0/build/i18n/index.min.js?m=1732574862i&ver=bd5a2533e717a1043151" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/_static/??-eJyVzTEOwjAMheELkVoQEF0QR0HFsYpTx46ahIjbw8DEUInxG/73oGeHppW0QmouS5tZC0SqecLla0hmCjdWhLsYLgWKcKDysA5Ppj7EsoN/hxpLgMpCwc2TCK2vLQ2JdeMGp9VaIXE9o6UffrpruuzP3o8nfzyM8Q2+aFtw'></script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script> <script type="text/javascript"> (function() { var extend = function(out) { out = out || {}; for (var i = 1; i < arguments.length; i++) { if (!arguments[i]) continue; for (var key in arguments[i]) { if (arguments[i].hasOwnProperty(key)) out[key] = arguments[i][key]; } } return out; }; extend( window.infiniteScroll.settings.scripts, ["jetpack-mu-wpcom-settings","rlt-proxy","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","mobile-useragent-info","the-neverending-homepage","jetpack-facebook-embed","jetpack-twitter-timeline","jetpack-carousel","jetpack-blocks-assets-base-url","wp-dom-ready","wp-polyfill","jetpack-block-tiled-gallery","wp-escape-html","wp-hooks","wp-i18n","jetpack-block-slideshow","tiled-gallery","carousel-wpcom"] ); extend( window.infiniteScroll.settings.styles, ["the-neverending-homepage","wp-block-library","wp-block-library-theme","jetpack-layout-grid","jetpack-ratings","mediaelement","wp-mediaelement","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-bbpress2-staff-css","twentyten-block-style","twentyten-wpcom-style","flickr-widget-style","reblogging","geo-location-flair","infinity-twentyten","h4-global","wp-emoji-styles","videopress-video-style","jetpack-sharing-buttons-style","classic-theme-styles","global-styles","jetpack_facebook_likebox","jetpack-global-styles-frontend-style","jetpack-carousel-swiper-css","jetpack-carousel","jetpack-block-tiled-gallery","tiled-gallery","jetpack-block-slideshow","core-block-supports","core-block-supports-duotone"] ); })(); </script> <span id="infinite-aria" aria-live="assertive"></span> <script src="//stats.wp.com/w.js?67" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'24336098','blog_tz':'-4','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'24336098','v':'wpcom','tz':'-4','user_id':'0','subd':'uatshadygrove'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1mNzc2NTVTamdsRWFxcEV3XUtMXVR5aWlmMVNIcUxBaFstUWRrZVpWQ2tORExSfEpUVm05SlpEZzZWOEtlbW5nZHV0dkhDNjhwP35JbkdHLyZqSUh8WkZWbVl3Qll2LkguSkRJZGEtZV9DRDIwUGZ5XTdFRkNjSkxHdDMuY3w2WnlmdzNCa08rRnZ5dCsreDg9Zk9dbU0ySEx6eTEsQX5VT1UwQi5TN0M5NTVaLHVTa1txc2g0LG1xbmpWV2czc0k2P0xBd0Y3fGdRXzNscFtobUZ2c35neDZkPz1qOC96aldMOUErYyZwPzZpdEFFYiZORyVubHNzNCs1RENYT2c1RXw3RGRnV2VjdkU4TG1RZkIybEJ3eElON3BVL252SmY4aEV1aE1TRmVRRlJpYkomUVlNQmVWZ3F2OWRZWlF4WHRuL0dFXw=='}]); _stq.push([ 'clickTrackerInit', '24336098', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script></body> </html>