<?xml-stylesheet type="text/xml" href="#stylesheet"?>
<!DOCTYPE catelog [
	<!ENTITY ldquo "&#8220;"> 
	<!ENTITY rdquo "&#8221;">
	<!ENTITY lsquo "&#8216;">
	<!ENTITY rsquo "&#8217;">
	<!ENTITY copy "&#169;">
	<!ENTITY nbsp "&#160;">
	<!ENTITY middot "&#183;">
	<!ENTITY amp "&#38;">
	<!ENTITY apos "&#39;">
	<!ATTLIST xsl:stylesheet id ID #REQUIRED>
]>
<page-content>
<!-- Note how this XSL is embedded in the XML directly. -->
<xsl:stylesheet id="stylesheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:date="http://exslt.org/dates-and-times"
    exclude-result-prefixes="xs date"
    
    version="1.0">
	<xsl:output method="html" doctype-system="about:legacy-compat" />


	<!-- If this is set to 1, then we use real Inside MC PHP forms in the links, otherwise use the "fake" ones. -->
	<xsl:variable name='in-production' select='1'/>

	<xsl:variable name='submit-news-php-file'>
		<xsl:choose>
			<xsl:when test="$in-production=0">
				<xsl:value-of select="'submitStoryPublic-updated-layout.php'"/>
			</xsl:when>
			<xsl:otherwise>
				<xsl:value-of select="'submitStoryPublic.php'"/>
			</xsl:otherwise>
		</xsl:choose>
	</xsl:variable>
	
	<xsl:variable name='index-php-file'>
		<xsl:choose>
			<xsl:when test="$in-production=0">
				<xsl:value-of select="'index-updated-layout.php'"/>
			</xsl:when>
			<xsl:otherwise>
				<xsl:value-of select="'index.php'"/>
			</xsl:otherwise>
		</xsl:choose>
	</xsl:variable>
	
	<xsl:variable name='backissues-php-file'>
		<xsl:choose>
			<xsl:when test="$in-production=0">
				<xsl:value-of select="'backissues-updated-layout.php'"/>
			</xsl:when>
			<xsl:otherwise>
				<xsl:value-of select="'backissues.php'"/>
			</xsl:otherwise>
		</xsl:choose>
	</xsl:variable>	

	<xsl:variable name='contact-us-php-file'>
		<xsl:choose>
			<xsl:when test="$in-production=0">
				<xsl:value-of select="'contactUs-updated-layout.php'"/>
			</xsl:when>
			<xsl:otherwise>
				<xsl:value-of select="'contactUs.php'"/>
			</xsl:otherwise>
		</xsl:choose>
	</xsl:variable>	

	<xsl:variable name='faq-php-file'>
		<xsl:choose>
			<xsl:when test="$in-production=0">
				<xsl:value-of select="'faq-updated-layout.php'"/>
			</xsl:when>
			<xsl:otherwise>
				<xsl:value-of select="'faq.php'"/>
			</xsl:otherwise>
		</xsl:choose>
	</xsl:variable>	

	<xsl:variable name="lowercase" select="'abcdefghijklmnopqrstuvwxyz'" />
	<xsl:variable name="uppercase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" />
	
<xsl:template match="/">
        <html lang='en'>
			<head>
				<title>InsideMC | FAQ </title>
			<script>
				if (location.protocol != 'https:')
				{
				 location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
				}
			</script>
			<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>


			<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE"/>
			<meta name="viewport" content="width=device-width"/>


			<link rel="stylesheet" href="https://www.montgomerycollege.edu/_resources/css/app.css" media="all"/>

			<!-- Google Tag Manager  -->
			<script>
			//<![CDATA[
			(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
			new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
			j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
			'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
			})(window,document,'script','dataLayer','GTM-N69MNP');
			//]]>
			</script>
			<!-- End Google Tag Manager -->			 

 
			 
			<!-- favicons -->
			<link rel="apple-touch-icon" sizes="57x57" href="//www.montgomerycollege.edu/_images/global/apple-touch-icon-57x57.png"/>
			<link rel="apple-touch-icon" sizes="60x60" href="//www.montgomerycollege.edu/_images/global/apple-touch-icon-60x60.png"/>
			<link rel="apple-touch-icon" sizes="72x72" href="//www.montgomerycollege.edu/_images/global/apple-touch-icon-72x72.png"/>
			<link rel="apple-touch-icon" sizes="76x76" href="//www.montgomerycollege.edu/_images/global/apple-touch-icon-76x76.png"/>
			<link rel="apple-touch-icon" sizes="114x114" href="//www.montgomerycollege.edu/_images/global/apple-touch-icon-114x114.png"/>
			<link rel="apple-touch-icon" sizes="120x120" href="//www.montgomerycollege.edu/_images/global/apple-touch-icon-120x120.png"/>
			<link rel="apple-touch-icon" sizes="144x144" href="//www.montgomerycollege.edu/_images/global/apple-touch-icon-144x144.png"/>
			<link rel="apple-touch-icon" sizes="152x152" href="//www.montgomerycollege.edu/_images/global/apple-touch-icon-152x152.png"/>
			<link rel="apple-touch-icon" sizes="180x180" href="//www.montgomerycollege.edu/_images/global/apple-touch-icon-180x180.png"/>
			<link rel="icon" type="image/png" href="//www.montgomerycollege.edu/_images/global/favicon-32x32.png" sizes="32x32"/>
			<link rel="icon" type="image/png" href="//www.montgomerycollege.edu/_images/global/android-chrome-192x192.png" sizes="192x192"/>
			<link rel="icon" type="image/png" href="//www.montgomerycollege.edu/_images/global/favicon-96x96.png" sizes="96x96"/>
			<link rel="icon" type="image/png" href="//www.montgomerycollege.edu/_images/global/favicon-16x16.png" sizes="16x16"/>
			<!-- favicons  -->

 	 
			
			<script src="https://www.montgomerycollege.edu/_resources/js/modernizr-touch.js"></script> 
				 
			<script src="//use.typekit.net/gmd3opn.js"></script>
			<script>try{Typekit.load({async:true});}catch(e){}</script>
			<script src="https://www.montgomerycollege.edu/_resources/js/activateTypeKit.js"></script>
			<script type="text/javascript" src="https://www.montgomerycollege.edu/_resources/js/jquery-1.12.0.min.js"></script>
			<script type="text/javascript" src="https://www.montgomerycollege.edu/_resources/js/bootstrap.min.js"></script> 
			<script type="text/javascript" src="https://www.montgomerycollege.edu/_resources/js/flickity.pkgd.min.js"></script>  
			<script type="text/javascript" src="https://www.montgomerycollege.edu/_resources/js/jquery.visible.min.js"></script>
			<script type="text/javascript" src="https://www.montgomerycollege.edu/_resources/js/jquery.accordion.source.js"></script>
			<script type="text/javascript" src="https://www.montgomerycollege.edu/_resources/js/behavior-2020.js"></script> 
			<script type="text/javascript" src="https://www.montgomerycollege.edu/_resources/js/base-2020.js"></script>
	 
				
			<!-- Inside MC specific styles  -->
			<link rel="stylesheet" href="css/global-insidemc.css" media="all" />       
			</head>
			<body class='info insidemc'>
<header>
<a class="sr-only sr-only-visible-focus" title="Skip to main content" href="#main-content" id="top">Skip to main content</a>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N69MNP"
height="0" width="0" style="display:none;visibility:hidden" title="Google Tag Manager"></iframe></noscript>
					<closing-message>
					<script type="text/javascript">
//<![CDATA[
						// Note, the code which toggles the display of the closing message presumes that the JS variable
						// closing message is already defined.  The JS include that follows this will assign a non-blank
						// value to this variable if there is a closing message.
						var closingMessage = "";
//]]>
					</script> 

					<!-- Section 2 JS Include - Comes from www -->
					<script type='text/javascript' src='//www.montgomerycollege.edu/_alert-messages/alert-messages.js'></script>

					<!-- Section 3 DIV code - Gets toggled if there is a message. -->
					<div id="closingInfo" style="display: none;">
						<div id="closingInfo-inner">



						<div id="closingMessage"></div>

						</div> <!-- /closingInfo-inner -->
					</div> <!-- /closingInfo -->

					<!-- Section 4 JS toggling if there is a message.  If closing message gets set, the code below will copy it into the above div and set the display to block.  If it is blank it will leave it empty and "none." -->

					<script type="text/javascript">
//<![CDATA[ 
		 var bareMessage = closingMessage.replace("#closingMessage",""); 
		 bareMessage = bareMessage.substr(bareMessage.lastIndexOf("</style>") + 8);
		 
         if ("" != bareMessage.trim())
         {
             document.getElementById('closingMessage').innerHTML = closingMessage;
             document.getElementById('closingInfo').style.display = 'block';
         }
//]]>
</script> 
					</closing-message>

<div class="global-header global-header-redesign">

 
<p id="ie-banner" class="browserupgrade" style="display: none;">IE is not supported for Inside MC. Please use <a href="https://www.google.com/chrome/">Chrome</a>, <a href="https://www.apple.com/safari/">Safari</a>, <a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a>, or <a href="https://www.microsoft.com/en-us/edge">the latest version of Microsoft Edge</a>.</p>
<p id="old-edge-banner" class="browserupgrade" style="display: none;">This version of Microsoft Edge is not supported for Inside MC. Please use <a href="https://www.google.com/chrome/">Chrome</a>, <a href="https://www.apple.com/safari/">Safari</a>, <a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a>, or <a href="https://www.microsoft.com/en-us/edge">the latest version of Microsoft Edge</a>.</p>
<script>
   //<![CDATA[
    function isOldIE(userAgent) {
      var msie = userAgent.indexOf('msie') + userAgent.indexOf('trident') ;
      if (msie > 0) {
        // IE 10 or older
        return true;
      }
      // other browser, IE 11, or Current Edge
      return false;
    }
	
    function isOldEdge(userAgent) {
      var msie = userAgent.indexOf('edge') ;
      if (msie > 0) {
        // Old Edge
        return true;
      }
      // other browser, IE 11, or Current Edge
      return false;
    }
	
	
	
	
    if (isOldIE(navigator.userAgent.toLowerCase())) {
      var ieWarning = document.getElementById('ie-banner');
      ieWarning.setAttribute('style', 'display: block;');
    }
	
    if (isOldEdge(navigator.userAgent.toLowerCase())) {
      var ieWarning = document.getElementById('old-edge-banner');
      ieWarning.setAttribute('style', 'display: block;');
    }
	
    //]]>
</script>


 
<div class="global-header-inner">

 

<nav class="top-nav navbar navbar-default" aria-label="Top Utility Navigation">
   
    
      <ul class="top-nav-inner nav navbar-nav navbar-right">
       
        
          
          <li><a href="https://www.montgomerycollege.edu/">Montgomery College Homepage</a></li>
          
          
         
        
        <li class="global-header__primary__blue-items">
        
         

		<div class="global-header__primary__blue-item">
			<a href="https://mymc.glb.montgomerycollege.edu">
				Access MyMC
				<div class="global-header__primary__blue-item__icon">
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10">
						<path class="a" d="M11,7.75A1.25,1.25,0,0,1,9.75,9H7.188a0.2,0.2,0,0,0-.2.2V9.79a0.2,0.2,0,0,0,.2.2L9.853,10A2.147,2.147,0,0,0,12,7.853V2.147A2.147,2.147,0,0,0,9.853,0l-2.665.01a0.2,0.2,0,0,0-.2.2V0.8a0.2,0.2,0,0,0,.2.2H9.75A1.25,1.25,0,0,1,11,2.25v5.5Z"></path>
						<path class="a" d="M9.1,4.648L4.852,0.4A0.473,0.473,0,0,0,4,.75V3H0.465A0.465,0.465,0,0,0,0,3.465v3.07A0.465,0.465,0,0,0,.465,7H4V9.25a0.473,0.473,0,0,0,.852.352L9.1,5.352A0.491,0.491,0,0,0,9.1,4.648Z"></path>
					</svg>

				</div>
			</a>
		</div>

	 </li> 
        
        
        
        
        
        
      </ul><!-- END navbar-nav-inner -->
     
     
     
   
</nav> <!-- END top-nav -->






<div class="global-header__cta-area global-header-brand">
  <div class="global-header__cta-area__logo">
    <!--  <a href="/">Montgomery College</a> --> 
	  <a href="{$index-php-file}"><img src="https://www.montgomerycollege.edu/_images/logo-apps/insidemc-logo.svg" alt="Montgomery College News - Inside MC" /></a>
  </div>
  
  
  <div class="utility-nav"> 
    
    <ul class="utility-nav-inner nav navbar-nav navbar-left">
       
         
       
          <li class="navbar-nav-li"><a href="{$submit-news-php-file}">Submit Your News</a></li>
           
           
      </ul><!-- END utility-nav-inner --> 


 


      <form class="searchSite__form navbar-form navbar-right" name="searchForm" id="searchForm" method="get" action="search.php" autocomplete="off" onsubmit="return ValidateSearchTerm();">
				<div class="form-group">
				
				 
				<label for="search"><span class="hide">Search</span>
				<!-- <input type="hidden" name="placeholder" value=""> -->
				<input type="text" name="q" id="search" value="" placeholder="Search Our Site" class="" aria-label="Search" required="required" />
				<button type="submit" class="relative hide-text icon-search">
					<span class="sr-only">Search</span>

				</button>
				</label>
				</div>
				 
			</form>

			 

 
			 

<!-- IF we're displaying a single story on the details page, then we can't use the dates or backissues nodes under /newsletter to determine if we're in a back issue or not. -->
<xsl:variable name='current-display-date' select="'05-20-2026'"/>
<xsl:variable name='displaying-story-details' select='0'/>
<xsl:variable name='story-publish-date' select="''"/>
<xsl:variable name='backissues-select-page' select="0"/>
<xsl:variable name='contact-us-select-page' select="0"/>
<xsl:variable name='faq-select-page' select="1"/>
<!--
Current display date is [<xsl:value-of select='$current-display-date'/>]<br/>
Displaying story details is [<xsl:value-of select='$displaying-story-details'/>]<br/>
Story Publish Date is [<xsl:value-of select='$story-publish-date'/>]
-->
<div class="navbar-header">

    <a href="#" class="mobile-link"><span class="sr-only">Contact Us </span> <img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-envelope.svg" alt="contact us" /></a>
    
     <button type="button" class="navbar-toggle collapsed toggle-search" data-toggle="collapse" data-target="#collapse-search" aria-expanded="false"  onclick="focusMethod()">
        <span class="sr-only">Toggle navigation</span>
        
         <img src="https://www.montgomerycollege.edu/_images/global/searchpanel_blackicon.svg" alt="search our site" />  
        <!--  <span class="hamburger-menu"><span></span></span> -->
        
        
      </button> 
      
        <button type="button" class="navbar-toggle collapsed toggle-main-nav" data-toggle="collapse" data-target="#collapse-main-nav" aria-expanded="false">
        <span class="sr-only">Toggle navigation</span>  
        <span class="hamburger-menu"><span></span></span>
        
        
      </button> 
      
      
      
      
    </div>
       
      
      
  </div>
</div> 
</div>


<nav class="main-nav navbar navbar-default" aria-label="Main Navigation">
 
     
    <div class="collapse navbar-collapse collapse-search" id="collapse-search">
     
       <form class="searchSite__form navbar-form navbar-right" name="searchForm" id="searchForm-mobile" method="get" action="search.php" autocomplete="off" onsubmit="return ValidateSearchTerm();">
				<div class="form-group">
				
					
			  <label for="search-mobile" class="sr-only">Search</label>
				<input type="hidden" name="placeholder" value="" />
				<input type="text" name="q" id="search-mobile" value="" placeholder="Search Our Site" class="" aria-label="Search" required="required" />
				<button type="submit" class="relative hide-text icon-search">
					<span class="sr-only">Search</span>

				</button> 
				</div>
				 
			</form>
 
     
    </div><!-- /.navbar-collapse -->
    
    
      <div class="collapse navbar-collapse collapse-main-nav" id="collapse-main-nav"> 
    
       
       
       
    <div class="main-buttons">
    
    
    <div class="global-header__primary__blue-items">  
		<div class="global-header__primary__blue-item">
			<a href="https://mymc.glb.montgomerycollege.edu" >
				Access MyMC
				<div class="global-header__primary__blue-item__icon">
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10">
						<path class="a" d="M11,7.75A1.25,1.25,0,0,1,9.75,9H7.188a0.2,0.2,0,0,0-.2.2V9.79a0.2,0.2,0,0,0,.2.2L9.853,10A2.147,2.147,0,0,0,12,7.853V2.147A2.147,2.147,0,0,0,9.853,0l-2.665.01a0.2,0.2,0,0,0-.2.2V0.8a0.2,0.2,0,0,0,.2.2H9.75A1.25,1.25,0,0,1,11,2.25v5.5Z"></path>
						<path class="a" d="M9.1,4.648L4.852,0.4A0.473,0.473,0,0,0,4,.75V3H0.465A0.465,0.465,0,0,0,0,3.465v3.07A0.465,0.465,0,0,0,.465,7H4V9.25a0.473,0.473,0,0,0,.852.352L9.1,5.352A0.491,0.491,0,0,0,9.1,4.648Z"></path>
					</svg>

				</div>
			</a>
		</div>  
	 </div>
    	 
    	
    </div>
    
    
     <ul class="main-nav-inner nav navbar-nav">
						
						<li>
<!-- need to make these work <xsl:attribute name='class'>
	<xsl:choose>
		<xsl:when test="$displaying-story-details = 0 and is-back-issue and is-back-issue = 0">  
			<xsl:value-of select="'dropdown-menu__first-level-list__item selected'"/>
		</xsl:when>
		<xsl:when test="$displaying-story-details = 1 and ($current-display-date = $story-publish-date)">
			<xsl:value-of select="'dropdown-menu__first-level-list__item selected'"/>
		</xsl:when>
		<xsl:otherwise>
			<xsl:value-of select="'dropdown-menu__first-level-list__item'"/>
		</xsl:otherwise>
	</xsl:choose>
</xsl:attribute> -->

 	<a href="{$index-php-file}" >Today's Stories</a>
	  

	<!--
	<xsl:attribute name='class'>

	<xsl:choose>
		<xsl:when test="$displaying-story-details = 0 and is-back-issue and is-back-issue = 0">  
			<xsl:value-of select="'menu-selected'"/>
		</xsl:when>
		<xsl:when test="$displaying-story-details = 1 and ($current-display-date = $story-publish-date)">
			<xsl:value-of select="'menu-selected'"/>
		</xsl:when>
		<xsl:otherwise>
			<xsl:value-of select="''"/>
		</xsl:otherwise>
	</xsl:choose>
</xsl:attribute>						
 -->
						</li>
				
						<li>

<!-- need to make these work <xsl:attribute name='class'>
	<xsl:choose>
		<xsl:when test="$displaying-story-details = 0 and is-back-issue and is-back-issue = 1 ">  
			<xsl:value-of select="'dropdown-menu__first-level-list__item selected'"/>
		</xsl:when>
		<xsl:when test="$displaying-story-details = 1 and not ($current-display-date = $story-publish-date)">
			<xsl:value-of select="'dropdown-menu__first-level-list__item selected'"/>
		</xsl:when>
		<xsl:when test="$backissues-select-page = 1">
			<xsl:value-of select="'dropdown-menu__first-level-list__item selected'"/>
		</xsl:when>
		<xsl:otherwise>
			<xsl:value-of select="'dropdown-menu__first-level-list__item'"/>
		</xsl:otherwise>
	</xsl:choose>
</xsl:attribute> -->
							<a href="{$backissues-php-file}">Back Issues</a>

						</li>
						<li>
<!-- need to make these work <xsl:attribute name='class'>
	<xsl:choose>
		<xsl:when test="$contact-us-select-page = 1">
			<xsl:value-of select="'dropdown-menu__first-level-list__item selected'"/>
		</xsl:when>
		<xsl:otherwise>
			<xsl:value-of select="'dropdown-menu__first-level-list__item'"/>
		</xsl:otherwise>
	</xsl:choose>
</xsl:attribute> -->
							<a href="{$contact-us-php-file}">Contact Us</a>

						</li>  
						<li>
<!-- need to make these work <xsl:attribute name='class'>
	<xsl:choose>
		<xsl:when test="$faq-select-page = 1">
			<xsl:value-of select="'dropdown-menu__first-level-list__item selected'"/>
		</xsl:when>
		<xsl:otherwise>
			<xsl:value-of select="'dropdown-menu__first-level-list__item'"/>
		</xsl:otherwise>
	</xsl:choose>
</xsl:attribute> -->
							<a href="{$faq-php-file}">FAQ</a>

						</li> 

					



						 
					 </ul><!-- END navbar-nav-inner -->
					 
					 
					   <ul class="top-nav-inner nav navbar-nav navbar-right">
       
          
          <li><a href="{$submit-news-php-file}">Submit Your News</a></li>  
          <li><a href="https://www.montgomerycollege.edu/">Montgomery College Homepage</a></li>
          
       
      </ul><!-- END navbar-nav-inner -->
      
      
     
    			</div><!-- END navbar-collapse --> 
    		</nav>
		</div><!-- END global-header -->  
	
</header> <!-- End Header-->


<script type='text/javascript'> 
 $(document).ready(function() { 
 var url = window.location.href; 
 url = url.substring(0, (url.indexOf("#") == -1) ? url.length : url.indexOf("#")); 
 url = url.substring(0, (url.indexOf("?") == -1) ? url.length : url.indexOf("?")); 
 url = url.substr(url.lastIndexOf("/") + 1);
  
 if(url == ''){
 // url = 'index.php';
  // url = 'index.php', 'details.php';
 // var urlList=['index.php', 'details.php'];
  // url = 'details.php';
  url = 'index.php';
 }
  
 $('.nav li').each(function(){ 
  var href = $(this).find('a').attr('href'); 
  if(url == href){

  	// to highlight current menu item in the top audience nav 
	$('.top-nav-inner').find('a[href="'+url+'"]').addClass('menu-selected').attr('aria-current', 'page');
	
	// to highlight current menu item in the utility nav 
	$('.utility-nav-inner').find('a[href="'+url+'"]').addClass('menu-selected').attr('aria-current', 'page');
	
	// to highlight current menu item in the main nav
	$('.main-nav-inner').find('a[href="'+url+'"]').addClass('menu-selected').attr('aria-current', 'page');
	
	// to highlight current menu item in the main nav dropdowns
	$('.main-nav-inner').find('a[href="'+url+'"]').closest('ul').prev('a').addClass('menu-selected').attr('aria-current', 'page');
  }
 });
});
 
</script><script type='text/javascript' src='common.js'></script>
<script type='text/javascript'>
	//<![CDATA[
	//]]>
</script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/>
<script src="//code.jquery.com/ui/1.12.1/jquery-ui.js"></script>

<!-- Probably should vary this based on the number of stories being displayed. -->
									<section aria-label="breadcrumb section">
									<div class="breadcrumbs">
										<ul class="breadcrumbs__list">
											<li><a href="{$index-php-file}" class="breadcrumbs_crumb-link">Home</a></li>
											<!--<li><a href="#" class="breadcrumbs_crumb-link">FAQ</a></li>-->
											<li><span class="breadcrumbs__current-crumb">Frequently Asked Questions</span></li>
										</ul>
									</div>
									</section>

				<main class="detail-page-container details" id="main-content">
					<form name='mainForm' action="/faq.php" method='post' enctype="multipart/form-data">
					<input type='hidden' name='Submitting' value='Yes' />
					<div class="universal-page-container">
						<div class="universal-page-container__top layout-container layout-container--with-sidebar page-container--has-sidebar">
							<div class="layout-container__block">
								<div class="layout-container__block__wrapper">
									
									
									
									 <div class="page-headline">
                        <h1 class="hero-banner__headline page-headline-alt h1">Frequently Asked Questions</h1>
                        <!-- <div class="page-headline__sub-header">
                           <p>We always appreciate any comments you might have regarding Inside MC Online.</p> 
                        </div> -->
                     </div>   
									
									
									
									<div class="section-padding-horizontal">
            
                
 
<h2 class="h6">How to Submit a Story for Inside MC</h2>
<p><strong>Step 1:</strong> Submit story through the link Submit Your News</p>

<p><strong>Step 2:</strong> Enter your contact information.</p>

<p><strong>Step 3:</strong> Choose a category for your story that best fits the overall theme of your submission. If your story is about an award or honor, the best category may be Accolades. If you would like to announce a change in College policy, then Need to Know may be appropriate. </p>
<p>Inside MC Online editors from the Office of Communications may need to reassign your story to a different category upon editing.</p>

<p><strong>Step 4:</strong> Give your story an informative, short headline. Use words to hook the reader into reading your story, giving prominence to the subject of the story. All words within the headline should be capitalized, with the exception of articles and prepositions.</p>


<p><strong>Step 5:</strong> In the Story Text window, paste the text of your article. Include everything that is important in terms of what, who, when, where, how, and why. Please keep in mind that online newsletter stories should be kept as concise as possible. The shorter, the better. Stories cannot be any longer than 5,000 characters. </p>
<p>If you wish to submit a detailed article that requires great length, please type it as a Word document or PDF and attach it to the story. Write a teaser in the body to direct viewers to read the attachment for the full story. <strong><em>This process should be used sparingly</em></strong>. </p>





        </div><!-- END seciton-padding-horizontal -->
									
									
									
									
								</div> <!-- div class="layout-container__block__wrapper" -->
							</div> <!-- div class="layout-container__block"-->
							<div class="layout-container__block">
								<div class="layout-container__block__wrapper sidebar-wrapper">
									<!-- <div class="sidebarA"> -->
										<a class="sr-only sr-only-visible-focus" title="Skip sidebar" href="#end-sidebarA">Skip sidebar</a>
									<!-- <div class="sidebarA"> -->
									<aside aria-label="Primary Sidebar Content" class="sidebarA sidebar-breadcrumb">
										<!-- <a class="sr-only" title="Skip section" href="#end-sidebarA">Skip section</a> -->
										<!--  <div class="accordion-menu-section">
											<div class="accordion-menu nav-include-temp">
												The accordion menu is empty but it's needed to do a space.
											</div>
										</div>  -->
										<div class="category-list">
											<xsl:apply-templates select='/page-content/newsletter'/>
										</div>

     <div class="join-conversation-section section-padding-vertical" style="margin-top: 0px; padding-top: 60px; padding-bottom: 30px;"> 


											<div class="join-conversation">

												<div class="join-conversation__title h3">Join the Conversation</div>

												<p class="join-conversation__description">
													Want to keep up to date on all things Montgomery College? Engage with us on social
													media.

												</p>

												<div class="join-conversation__social-icons">
													<a href="http://www.facebook.com/montgomerycollege" class="join-conversation__social-icon-link">
															<img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-facebook.svg" alt="facebook" style="width: 30px;" class="join-conversation__social-icon" /> 
													</a>
													<a href="http://x.com/montgomerycoll">
														<img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-x.svg" alt="x" style="width: 29px;" class="join-conversation__social-icon" />
														 
													</a>
													<a href="https://www.instagram.com/montgomerycollege/">
<img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-instagram.svg" alt="instagram" style="width: 30px;" class="join-conversation__social-icon" />
														 
													</a>
													<a href="https://www.linkedin.com/edu/school?id=20112">
<img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-linkedin.svg" alt="linkedin" style="width: 30px;" class="join-conversation__social-icon" /> 
													</a>
													
													<a href="https://www.youtube.com/user/montgomerycollege">
<img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-youtube.svg" alt="youtube" style="width: 43px;" class="join-conversation__social-icon" />
													</a>
													
													<a href="https://www.tiktok.com/@montgomerycollegemd">
                                    <img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-tiktok-icon.svg" alt="TikTok" style="width: 30px;" class="join-conversation__social-icon" />
                                    													</a>
 


												</div>

											</div>


</div><!-- END join the conversation -->
                        										</aside> <!-- div class="sidebarA" -->
											<div class="sr-only" title="End of section" id="end-sidebarA">End of section</div>
									 
								</div> <!-- div class="layout-container__block__wrapper sidebar-wrapper" -->
							</div> <!-- div class="layout-container__block" -->
						</div> <!-- div class="universal-page-container__top layout-container layout-container- -with-sidebar page-container- -has-sidebar" -->
					</div> <!-- div class="universal-page-container" id="main-content" -->
					</form>
				</main>
<!--	<search-piece>
	 

	<script type="text/javascript">
			//<![CDATA[
			
			function ValidateSearchTerm ()
		{
			var searchTerm = document.searchForm.search.value.trim();

			//alert ("Search Term is [" + searchTerm + "]");

			if ("" == searchTerm)
			{
				alert ("Please enter a search term.");
				return false;
			}
			return true;
		}
		
		//]]>	
	</script>

	<section class="searchSite fixed left-0 col-12 z3 fill" aria-label="site search">
		<div class="searchSite__wrapper">
			<form class="searchSite__form relative" name="searchForm" id="searchForm" method="get" action="search.php" autocomplete="off" onsubmit="return ValidateSearchTerm();">
		 
				<label for="search"><span class="hide">Search</span></label>
				<input type="hidden" name="placeholder" value="" />
				<input type="text" name="q" id="search" value="" placeholder="Search Our Site" class="col-12" aria-label="Search" dir="ltr" autocomplete="off" spellcheck="false" style="outline: none;" />
				<button type="submit" class="relative hide-text icon-search_white">
					Search

				</button> 
			</form>


 


			<div class="searchSite__suggestions md-table col-12" id="topKeywords"> 
				
			</div> 
			
			
			<a href="#top" id="xToClose" class="searchSite__close close-search hide-text">Jump to Navigation</a> 
			<script type="text/javascript" src="js/search-focus.js"></script>
			

		</div>
	</section> 
</search-piece> -->




<footer class="footer-wrapper footer-wrapper-redesign animatedParent">

	<div class="footer-title">
	<div class="footer-title-inner animated fadeIn">
		<a class="sr-only sr-only-visible-focus" href="#top">Skip footer and go back to top</a>  


		<div class="callout-row footer-logo1">
			<div class="callout-row__wrapper">
				<div class="callout-row__callout">
					<div class="callout-row__callout__wrapper">

						<a href="https://www.montgomerycollege.edu/index.html"><img style="height: 65px; width:296px; padding-top: 10px;" src="https://www.montgomerycollege.edu/_images/global/mc-logo-horizontal-white.svg" alt="Montgomery College — Montgomery County, Maryland"   /></a>

					</div>
				</div>
				<div class="callout-row__callout">
					<div class="callout-row__callout__wrapper">
						<img class="tagline " src="https://www.montgomerycollege.edu/_images/global/mc-tagline-horizontal-duo.svg" alt="EXCEPTIONAL EDUCATION EXTRAORDINARY OUTCOMES" style="width: 350px;"   />
					</div>
				</div> 
			</div>
		</div>

		<div class="footer-logo2">
			<a href="https://www.montgomerycollege.edu/index.html"><img style="height:85px; width:316px; margin-left: auto; margin-right: auto;" class="footer-logo2" src="https://www.montgomerycollege.edu/_images/global/mc-logo-horizontal-tagline-white.svg" alt="Montgomery College — Montgomery County, Maryland"   /></a>
		</div>
		
	</div>
	<!-- END footer-title-inner -->
	</div>
	<!-- END footer-title -->	




	<div class="globalFooter">

		<div class="globalFooter__wrapper mx-auto clearfix">


			<div class="globalFooter__socialMedia table mx-auto">


				<a href="https://www.facebook.com/montgomerycollege" target="_blank" class="table-cell align-middle"><span class="icon icon-3 align-middle"><img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-facebook-white.svg" alt="Facebook" class="social-icon" /></span></a>

				<a href="https://x.com/montgomerycoll" target="_blank" class="table-cell align-middle"> <span class="icon icon-3 align-middle"><img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-x-white.svg" alt="x" class="social-icon" /> </span></a>

				<a href="https://www.instagram.com/montgomerycollege/" target="_blank" class="table-cell align-middle"> <span class="icon icon-3 align-middle"><img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-instagram-white.svg" alt="Instagram" class="social-icon" /></span></a>

				<a href="https://www.linkedin.com/edu/school?id=20112" target="_blank" class="table-cell align-middle"> <span class="icon icon-3 align-middle"><img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-linkedin-white.svg" alt="LinkedIn" class="social-icon"  /></span> </a>

				<a href="https://www.youtube.com/user/montgomerycollege" target="_blank" class="table-cell align-middle"> <span class="icon icon-3 align-middle"><img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-youtube-white.svg" alt="YouTube" class="social-icon"  /></span></a>
	
	 <a href="https://www.tiktok.com/@montgomerycollegemd" target="_blank" class="table-cell align-middle" title="opens new window"> <span class="icon icon-3 align-middle"><img src="https://www.montgomerycollege.edu/_images/_icon-library/icon-tiktok-icon-white.svg" alt="TikTok social icon" class="social-icon" /></span><span class="sr-only">opens new window</span></a> 
			</div>

			<div class="globalFooter__links">


				<ul>
					<li> <a href="https://www.montgomerycollege.edu/admissions-registration/application.html"> <span class="icon icon-footer_arrow"></span>Apply Now</a> </li>

					<li><a href="https://www.montgomerycollege.edu/alumni-friends-donors/foundation/donate.html"> <span class="icon icon-footer_arrow"></span>Donate</a></li>
					<li> <a href="https://www.montgomerycollege.edu/contact-us/index.html"> <span class="icon icon-footer_arrow"></span>Contact Us</a> </li> 
				</ul>



			</div>


			<p class="footer-text">Call Us: <a href="tel://240-567-5000">240-567-5000</a>. <a href="https://www.montgomerycollege.edu/contact-us/index.html#interpreter">Interpreters available</a>.</p>



			<div class="sub-footer">  
				<ul class="list-reset"> 
					<li><a href="https://www.montgomerycollege.edu/about-mc/index.html">About MC</a></li> 
					<li>&nbsp;<a href="https://www.bkstr.com/montgomerycollegestore/home">Bookstores</a>  </li>
					<li>&nbsp;<a href="https://www.montgomerycollege.edu/about-mc/careers/index.html">Careers at MC</a>  </li>
					<li>&nbsp;<a href="https://www.montgomerycollege.edu/directory/index.php">Directories</a>  </li>
					<li>&nbsp;<a href="https://library.montgomerycollege.edu/">Library</a>  </li>
					<li>&nbsp;<a href="https://www.montgomerycollege.edu/about-mc/campuses-and-locations/index.html">Locations, Maps &amp; Parking</a>  </li>
					<li>&nbsp;<a href="https://www.montgomerycollege.edu/admissions-registration/register.html">Register</a>  </li>
					<li>&nbsp;<a class="virtual-tour-link" href="https://www.youvisit.com/#/vte/?data-platform=v&amp;data-inst=62368&amp;">Virtual Tour</a>  </li> 
				</ul>
			</div> <!-- END sub-footer -->

		</div><!-- END globalFooter__wrapper -->		 
 
	</div>
 		



<div class="sub-footer sub-footer-copyright">  
			<ul class="list-reset">
			 <li>&nbsp;<a href="https://www.montgomerycollege.edu/about-mc/accessibility/index.html">Accessibility</a>  </li>
			 <li>&nbsp;<a href="https://www.montgomerycollege.edu/offices/public-safety-health-emergency-management/public-safety/index.html#clery">Annual Security Report (Clery Act)</a>  </li>
			 <!-- <li> <a href="https://www.montgomerycollege.edu/policies-and-procedures/online-policies/cookie-notice.html">Cookie Notice</a> </li>
			 <li> <a href="https://www.montgomerycollege.edu/policies-and-procedures/online-policies/disclaimer.html">Disclaimer</a> </li>
			 <li> <a href="https://www.montgomerycollege.edu/policies-and-procedures/online-policies/gdpr-interim-statement.html">GDPR Interim Plan </a> </li> -->
			<li>&nbsp;<a href="https://www.montgomerycollege.edu/offices/advancement-and-community-engagement/office-of-grants-and-sponsored-programs/heerf-grants.html">HEERF Grants Reporting</a> </li> 
			 <li>&nbsp;<a href="https://www.montgomerycollege.edu/offices/compliance-risk-ethics/notice-of-non-discrimination.html">Non-Discrimination</a> </li> 
			 <li>&nbsp;<a href="https://www.montgomerycollege.edu/policies-and-procedures/index.html">Policies &amp; Procedures</a> </li>	
			 <li>&nbsp;<a href="https://www.montgomerycollege.edu/policies-and-procedures/online-policies/index.html">Privacy Statement</a> </li>		
			 <li>&nbsp;<a href="https://www.montgomerycollege.edu/offices/public-safety-health-emergency-management/index.html">Public Safety, Health, and Emergency Management</a>  </li>	
			 <li>&nbsp;<a href="https://info.montgomerycollege.edu/offices/general-counsel/index.html#public-info">Public Record Requests</a> </li> 
			<li>&nbsp;<a href="https://www.montgomerycollege.edu/policies-and-procedures/title-ix/index.html">Title IX</a> </li> 
		</ul>
	 
		<div class="copyright small">  © 2025 Montgomery College. All Rights Reserved. </div>



		<!-- Back to top button -->
		<button id="back-to-top" class="show"><span class="sr-only">Back to top</span></button>   
		<script>var btn=$('#back-to-top');$(window).scroll(function(){if($(window).scrollTop()>300){btn.addClass('show');}else{btn.removeClass('show');}});btn.on('click',function(e){e.preventDefault();$('html, body').animate({scrollTop:0},'300');});</script> 

	</div> 

 
 
	

<!-- Uploaded directly by Phil. -->

<script type="text/javascript">function ValidateSearchTerm()
{var searchTerm=document.searchForm.search.value.trim();if(""==searchTerm)
{alert("Please enter a search term.");return false;}
return true;}</script>

 

<!-- Fancybox image gallery custom script
<script>var imgOpts=$.extend(true,{},$.fancybox.defaults,{caption:function(instance,item){return $(this).next('figcaption').html();}});function applyImgOpts(){$('[data-fancybox="gallery-1"]').fancybox(imgOpts);$('[data-fancybox="gallery-2"]').fancybox(imgOpts);$('[data-fancybox="gallery-3"]').fancybox(imgOpts);$('[data-fancybox="gallery-4"]').fancybox(imgOpts);$('[data-fancybox="gallery-5"]').fancybox(imgOpts);$('[data-fancybox="gallery-6"]').fancybox(imgOpts);$('[data-fancybox="gallery-7"]').fancybox(imgOpts);$('[data-fancybox="gallery-8"]').fancybox(imgOpts);$('[data-fancybox="gallery-9"]').fancybox(imgOpts);$('[data-fancybox="gallery-10"]').fancybox(imgOpts);}
applyImgOpts();</script> -->


<!-- bootstrap tabcollapse script for tabs and accordion functionality and anchoring -->
<script type="text/javascript" src="https://www.montgomerycollege.edu/_resources/js/bootstrap-tabcollapse.js"></script>

<!-- https://jackonthe.net/css3animateit page animations -->
<script type="text/javascript" src="https://www.montgomerycollege.edu/_resources/js/css3-animate-it-min.js"></script>  




<!-- Script to add a class to support force wrap email addresses in the sidebar contact us component 20200526 --> 
<script>$('.location-list.multiple-contacts .location-list__item--email a span').html(function(){return $(this).html().replace('@','<span aria-hidden="true" class="wrap-word"></span>@');});</script> 



<!-- Acalog Widget Script  
<script src="https://catalog.montgomerycollege.edu/widget-api/widget-api.min.js"></script>
<script>$(function(){$('.acalog').acalogWidgetize({gateway:'https://catalog.montgomerycollege.edu'});});</script>  -->

<!-- Site Improve Analytics Script 
<script type="text/javascript">//<![CDATA[
(function(){var sz=document.createElement('script');sz.type='text/javascript';sz.async=true;sz.src='//siteimproveanalytics.com/js/siteanalyze_66356591.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(sz,s);})();
//]]></script> -->
	
</footer>

  
 
				
				
				
				
				
						</body>
		</html>
	</xsl:template>

	<!-- For pages which aren't the details page, which effectively is a special case, I am encapsulating all that XML under the "page-content" main node, so I don't need to keep adding cases to the match below. -->
	<xsl:template match='/newsletter/todays-inside-mc/newsletter|/page-content/newsletter|/globalResults/todays-inside-mc/newsletter'>
		<xsl:variable name='date-without-weekday'>
			<xsl:choose>
				<xsl:when test="contains(formal-start-date, 'Sunday, ')">
					<xsl:call-template name='string-replace-all'>
						<xsl:with-param name='text' select='formal-start-date'/>
						<xsl:with-param name='replace' select="'Sunday, '"/>
						<xsl:with-param name='by' select="''"/>
					</xsl:call-template>
				</xsl:when>
				<xsl:when test="contains(formal-start-date, 'Monday, ')">
					<xsl:call-template name='string-replace-all'>
						<xsl:with-param name='text' select='formal-start-date'/>
						<xsl:with-param name='replace' select="'Monday, '"/>
						<xsl:with-param name='by' select="''"/>
					</xsl:call-template>
				</xsl:when>
				<xsl:when test="contains(formal-start-date, 'Tuesday, ')">
					<xsl:call-template name='string-replace-all'>
						<xsl:with-param name='text' select='formal-start-date'/>
						<xsl:with-param name='replace' select="'Tuesday, '"/>
						<xsl:with-param name='by' select="''"/>
					</xsl:call-template>
				</xsl:when>
				<xsl:when test="contains(formal-start-date, 'Wednesday, ')">
					<xsl:call-template name='string-replace-all'>
						<xsl:with-param name='text' select='formal-start-date'/>
						<xsl:with-param name='replace' select="'Wednesday, '"/>
						<xsl:with-param name='by' select="''"/>
					</xsl:call-template>
				</xsl:when>
				<xsl:when test="contains(formal-start-date, 'Thursday, ')">
					<xsl:call-template name='string-replace-all'>
						<xsl:with-param name='text' select='formal-start-date'/>
						<xsl:with-param name='replace' select="'Thursday, '"/>
						<xsl:with-param name='by' select="''"/>
					</xsl:call-template>
				</xsl:when>
				<xsl:when test="contains(formal-start-date, 'Friday, ')">
					<xsl:call-template name='string-replace-all'>
						<xsl:with-param name='text' select='formal-start-date'/>
						<xsl:with-param name='replace' select="'Friday, '"/>
						<xsl:with-param name='by' select="''"/>
					</xsl:call-template>
				</xsl:when>
				<xsl:when test="contains(formal-start-date, 'Saturday, ')">
					<xsl:call-template name='string-replace-all'>
						<xsl:with-param name='text' select='formal-start-date'/>
						<xsl:with-param name='replace' select="'Saturday, '"/>
						<xsl:with-param name='by' select="''"/>
					</xsl:call-template>
				</xsl:when>
			</xsl:choose>
		</xsl:variable>
		<p class="hero-banner__headline page-headline-alt h1"><span><xsl:value-of select="$date-without-weekday"/></span></p>
		<xsl:choose>
			<xsl:when test="./stories/recordcount = 0">
				<div class="category-wrapper">
					<h2 class="category-title"><span>There are no stories for today.</span></h2>
				</div>
			</xsl:when>
			<xsl:otherwise>
				<xsl:for-each select="./exported_categories/category_info">
					<xsl:variable name='current-category' select="./category_name"/>
					<div class="category-wrapper"> 
						<h2 class="category-title"><span><xsl:value-of select="$current-category"/></span></h2>
						<xsl:for-each select="../../stories/story">
							<xsl:if test="category_name=$current-category">
								<div class="profile-list-wrapper"> 
									<b class="caret-grey"></b>
									<xsl:variable name='direct-url-link'>
										<xsl:choose>
											<xsl:when test="$in-production=0">
												<xsl:call-template name='string-replace-all'>
													<xsl:with-param name="text" select="direct-url" />
													<xsl:with-param name="replace" select="'details.php'" />
													<xsl:with-param name="by" select="'details-updated-layout.php'" />
												</xsl:call-template>
											</xsl:when>
											<xsl:otherwise>
												<xsl:value-of select="direct-url"/>
											</xsl:otherwise>
										</xsl:choose>
									</xsl:variable>
									<a href="{$direct-url-link}">
										<div class="profile-list-wrapper-inner">
											<xsl:if test='display-image'>
											<div class="category-images">
												<img src="{display_image/href}" alt="{display_image/rawname}"/>
											</div> 
											</xsl:if>
											<p><xsl:value-of select="story_headline"/></p>
										</div>
									</a>
								</div> 
							</xsl:if>
						</xsl:for-each>
					</div>
				</xsl:for-each>
			</xsl:otherwise>
		</xsl:choose>

	</xsl:template>

	<xsl:template name="string-replace-all">
		<xsl:param name="text" />
		<xsl:param name="replace" />
		<xsl:param name="by" />
		<xsl:choose>
			<xsl:when test="$text = '' or $replace = ''or not($replace)" >
				<!-- Prevent this routine from hanging -->
				<xsl:value-of select="$text" />
			</xsl:when>
			<xsl:when test="contains($text, $replace)">
				<xsl:value-of select="substring-before($text,$replace)" />
				<xsl:value-of select="$by" />
				<xsl:call-template name="string-replace-all">
					<xsl:with-param name="text" select="substring-after($text,$replace)" />
					<xsl:with-param name="replace" select="$replace" />
					<xsl:with-param name="by" select="$by" />
				</xsl:call-template>
			</xsl:when>
			<xsl:otherwise>
				<xsl:value-of select="$text" />
			</xsl:otherwise>
		</xsl:choose>
	</xsl:template>

</xsl:stylesheet>


<newsletter>	<basehref>https://insidemc.montgomerycollege.edu</basehref>
<!-- The dates below are only useful for issues of InsideMC.  They don't refer to individual stories. -->
	<startdate>05-20-2026</startdate>
	<enddate>05-20-2026</enddate>
	<date-created>05-20-2026</date-created>
	<formal-start-date>Wednesday, May 20, 2026</formal-start-date>
	<formal-end-date>Wednesday, May 20, 2026</formal-end-date>
	<is-back-issue>0</is-back-issue>
<!-- Generated at Wed, 20 May 2026 17:00:05 -0400 -->
<stories><recordcount>4</recordcount><story>
<story_unique_id>4b296ea2-10a6-0f74-8d30-bea7c63d67a7</story_unique_id><story_id>127355</story_id><status_changed_at>2026-05-20 00:00:01.000</status_changed_at><submitter_name>GEORGE RICE</submitter_name><story_headline>Mentor A Presidential Scholar For The 2026-27 Academic Year!</story_headline><story_body>&#60;p&#62;Become a Mentor. Change a Life. Strengthen a Legacy.&#60;/p&#62;&#13;&#10;&#60;p&#62;The Presidential Scholars Program at Montgomery College is seeking dedicated professionals, alumni, faculty, staff, and community leaders to serve as mentors for a dynamic group of men who are preparing to become the next generation of leaders. The Presidential Scholars Program is designed to increase the representation of underrepresented men in high-wage, high-demand careers by supporting students academically, professionally, and personally. Many of our scholars are first-generation college students who benefit tremendously from guidance, encouragement, and access to individuals who can help them navigate college, careers, and life. As a mentor, you have the opportunity to make a lasting difference by:&#60;/p&#62;&#13;&#10;&#60;ul&#62;&#13;&#10;&#60;li&#62;Sharing your professional and personal experiences&#60;/li&#62;&#13;&#10;&#60;li&#62;Helping scholars build confidence, goals, and direction&#60;/li&#62;&#13;&#10;&#60;li&#62;Providing encouragement and accountability&#60;/li&#62;&#13;&#10;&#60;li&#62;Introducing students to career pathways and professional networks&#60;/li&#62;&#13;&#10;&#60;li&#62;Supporting the development of leadership, communication, and life skills&#60;/li&#62;&#13;&#10;&#60;/ul&#62;&#13;&#10;&#60;p&#62;Mentors are asked to commit to meeting with their scholar at least once per month during the academic year and to participate in occasional program events and check-ins.&#60;/p&#62;&#13;&#10;&#60;p&#62;If you are interested in becoming a mentor, please complete the questionnaire below.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;a href=&#34;https://bit.ly/PSPMENTOR2627&#34;&#62;https://bit.ly/PSPMENTOR2627&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Applications are due by or before Tuesday, June 30, at 11:59 p.m.&#60;/p&#62;&#13;&#10;&#60;p&#62;If you know a current or prospective male Montgomery College student who would benefit from being a part of our brotherhood, please have them complete the interest form by using the link below.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;a href=&#34;https://bit.ly/PSPINTERESTFORM&#34;&#62;https://bit.ly/PSPINTERESTFORM&#60;/a&#62;&#60;/p&#62;</story_body><attached_files/>
<display_image/>
<category_name>Need to Know</category_name><featured_story>0</featured_story><show_display_picture>1</show_display_picture><display_order_in_category/>
<story_summary/>
<category_rcdid>15</category_rcdid><hide_from_view>0</hide_from_view><read_count>9</read_count><share_count>0</share_count>	<nice-publish-date>Wednesday, May 20, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127355</emailLink>
	<direct-url>details.php?id=127355&amp;title=Mentor_A_Presidential_Scholar_For_The_2026-27_Academic_Year!</direct-url>
</story>
<story>
<story_unique_id>ee787d1f-4368-2724-4535-bce4dc1347db</story_unique_id><story_id>127463</story_id><status_changed_at>2026-05-20 12:32:49.507</status_changed_at><submitter_name>Kimberly McNair</submitter_name><story_headline>New Way to Register for Classes!</story_headline><story_body>&#60;p&#62;Have you heard about the new way to register for classes?&#60;/p&#62;&#13;&#10;&#60;p&#62;Beginning with the summer 2026 session, there is a new, easier way for students to register for classes. To register for summer 2026 classes, follow the instructions below:&#60;/p&#62;&#13;&#10;&#60;ol&#62;&#13;&#10;&#60;li&#62;Register for classes by logging in to MyMC, and navigating to the Register and Pay for Classes card. Click the Register Now link.&#60;/li&#62;&#13;&#10;&#60;li&#62;From the Registration menu, click Register for Classes.&#60;/li&#62;&#13;&#10;&#60;li&#62;On the Select a Term page,&#60;strong&#62; choose the Summer 2026 term&#60;/strong&#62;, then click Continue.&#60;/li&#62;&#13;&#10;&#60;li&#62;On the Register for Classes page, enter your search criteria and click Search or Advanced Search to view available classes.&#60;/li&#62;&#13;&#10;&#60;/ol&#62;&#13;&#10;&#60;p&#62;Tip: Once the search results appear, click the course title, which is a hyperlink that opens the course details. The pop up window displays information such as the course/section notes, instructor/meeting times, corequisites, required textbooks &#38;amp; materials, attributes, enrollment/waitlist and fees.&#60;/p&#62;&#13;&#10;&#60;ol&#62;&#13;&#10;&#60;li&#62;Add classes by selecting the sections you want. If a class is full, you may have the option to join a waitlist.&#60;/li&#62;&#13;&#10;&#60;li&#62;Review and submit your selections in the Summary area to complete registration. If there is a registration error that you do not understand, check registration error help.&#60;/li&#62;&#13;&#10;&#60;/ol&#62;&#13;&#10;&#60;p&#62;For detailed, step by step instructions, see How to Find and Add Classes: &#60;a href=&#34;https://www.montgomerycollege.edu/_documents/admissions-registration/course-registration-guide-navigation.pdf&#34;&#62;https://www.montgomerycollege.edu/_documents/admissions-registration/course-registration-guide-navigation.pdf&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Need more help with registering for classes? Check out the &#34;Registering for Classes&#34; video on this How to Register page. https://www.montgomerycollege.edu/admissions-registration/register.html#find&#60;/p&#62;</story_body><attached_files/>
<display_image/>
<category_name>Student News</category_name><featured_story>0</featured_story><show_display_picture>1</show_display_picture><display_order_in_category/>
<story_summary/>
<category_rcdid>78</category_rcdid><hide_from_view>0</hide_from_view><read_count>5</read_count><share_count>0</share_count>	<nice-publish-date>Wednesday, May 20, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127463</emailLink>
	<direct-url>details.php?id=127463&amp;title=New_Way_to_Register_for_Classes!</direct-url>
</story>
<story>
<story_unique_id>b68e5767-1554-afc4-89b9-b36ff2108c5c</story_unique_id><story_id>127304</story_id><status_changed_at>2026-05-20 00:00:01.000</status_changed_at><submitter_name>Danielle</submitter_name><story_headline>How to Transfer from a Community College to a Four-Year University</story_headline><story_body>&#60;p&#62;Nicole Anyanah almost picked a four-year university. Now she&#39;s a sophomore managing more than $5,000 in weekly revenue and planning her transfer to the University of Maryland or George Washington University.&#60;/p&#62;&#13;&#10;&#60;p&#62;She chose Montgomery College&#39;s Macklin Business Institute for the hands-on experience and she says, &#34;It&#39;s amazing. It&#39;s better than I expected.&#34;&#60;/p&#62;&#13;&#10;&#60;p&#62;At MC, students like Nicole build real skills while preparing to transfer to four-year universities.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;strong&#62;Hands-On Experience from the Start&#60;/strong&#62;&#60;b&#62;&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;In the Macklin Business Institute, students gain hands-on experience early.&#60;/p&#62;&#13;&#10;&#60;p&#62;Nicole started working at the student-run MBI Caf&#38;eacute; as a freshman. By her sophomore year, she became Accounting Lead -- tracking expenses, leading a team, and making real-time pricing decisions that affect Caf&#38;eacute; customers.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#34;We&#39;re doing our best not to raise prices to the point where nobody can afford it,&#34; she said.&#60;/p&#62;&#13;&#10;&#60;p&#62;At the MBI Caf&#38;eacute;, the experience is real business decision-making, not a classroom simulation.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;strong&#62;A Clear Path to Transfer&#60;/strong&#62;&#60;b&#62;&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Nicole has applied to the University of Maryland and George Washington University and is waiting to hear back on scholarships before making her final decision. With support from advisors and faculty mentors, she is building a clear path forward.&#60;/p&#62;&#13;&#10;&#60;p&#62;For students looking for an affordable path to a bachelor&#39;s degree, Montgomery College&#39;s transfer pathway is a concrete start.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;strong&#62;A Community That Supports Students&#60;/strong&#62;&#60;b&#62;&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Students in the Macklin Business Institute build strong connections and alumni regularly return to mentor current students.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#34;I still reach out to students who&#39;ve graduated, and they&#39;re always happy to help&#34;, she said.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;strong&#62;Learn More&#60;/strong&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Want the full story? Nicole is featured in &#60;a href=&#34;https://www.youtube.com/playlist?list=PL32wEiPova8I6u6_wfzFRV0Ql2sOlWrcV&#34; target=&#34;_self&#34; title=&#34;Honors at MC: Inside the MBI Experience&#34;&#62;Episode 1 of Beyond the Classroom&#60;/a&#62;, Montgomery College&#39;s new podcast. Available wherever you get your podcasts.&#60;/p&#62;&#13;&#10;&#60;p&#62;Explore Montgomery College&#39;s &#60;a href=&#34;https://www.montgomerycollege.edu/academics/honors/macklin-business-institute/index.html&#34;&#62;Macklin Business Institute Honors Program&#60;/a&#62; and start your transfer pathway today.&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>Nicole.jpg</rawname><href>attach/b68e5767-1554-afc4-89b9-b36ff2108c5c/Nicole.jpg</href></file><thumbnail><rawname>tn_0.jpg</rawname><href>attach/b68e5767-1554-afc4-89b9-b36ff2108c5c/tn_0.jpg</href></thumbnail><caption>Nicole Anyanah, Accounting Lead at the MBI Caf&#195;&#131;&#198;&#146;&#195;&#130;&#194;&#169; and Montgomery College sophomore, displays bu</caption></attached_file></attached_files><display_image><rawname>di_0.jpg</rawname><href>attach/b68e5767-1554-afc4-89b9-b36ff2108c5c/di_0.jpg</href></display_image><category_name>Student News</category_name><featured_story>0</featured_story><show_display_picture>1</show_display_picture><display_order_in_category/>
<story_summary/>
<category_rcdid>78</category_rcdid><hide_from_view>0</hide_from_view><read_count>10</read_count><share_count>0</share_count>	<nice-publish-date>Wednesday, May 20, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127304</emailLink>
	<direct-url>details.php?id=127304&amp;title=How_to_Transfer_from_a_Community_College_to_a_Four-Year_University</direct-url>
</story>
<story>
<story_unique_id>46db16c9-b77c-7ca4-55d3-45437e81f751</story_unique_id><story_id>127105</story_id><status_changed_at>2026-05-20 00:00:01.000</status_changed_at><submitter_name>Stacey Miller</submitter_name><story_headline>Discounted Hershey Park Tickets</story_headline><story_body>&#60;p&#62;Save 55% On Hershey Park 1-day Admission!&#60;/p&#62;&#13;&#10;&#60;p&#62;Prepay And Save:&#60;/p&#62;&#13;&#10;&#60;ul&#62;&#13;&#10;&#60;li&#62;Tickets Are Emailed To You!&#60;/li&#62;&#13;&#10;&#60;li&#62;Discounted Prepaid Parking&#60;/li&#62;&#13;&#10;&#60;li&#62;Food &#38;amp; Beverage Add-ons&#60;/li&#62;&#13;&#10;&#60;/ul&#62;&#13;&#10;&#60;p&#62;Visit Hersheypark.com For Hours&#60;/p&#62;&#13;&#10;&#60;ul&#62;&#13;&#10;&#60;li&#62;DATED Admissions (Ages 3+) Price Range $39.99 - $42.99, VALID ONLY on the day you select!&#60;/li&#62;&#13;&#10;&#60;li&#62;1-Day Any Day Ticket - Valid Through 9/7/26 (Ages 3+) Price $44.99, Valid any public operating day through September 7, 2026.&#60;/li&#62;&#13;&#10;&#60;/ul&#62;&#13;&#10;&#60;p&#62;https://www.hersheypark.com/qr/N6ESUFYI9M/&#60;/p&#62;&#13;&#10;&#60;p&#62;Attached is a flyer with the QR code and promo code to enter the store.&#60;/p&#62;&#13;&#10;&#60;p&#62;Promo Code:HPPartner&#60;/p&#62;&#13;&#10;&#60;p&#62;A $2.99 per-item processing fee and an $0.85 amusement tax per admission ticket are added at checkout.&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>2026HersheyparkPartnerOffer.pdf</rawname><href>attach/46db16c9-b77c-7ca4-55d3-45437e81f751/2026HersheyparkPartnerOffer.pdf</href></file></attached_file></attached_files><display_image/>
<category_name>Employee News</category_name><featured_story>0</featured_story><show_display_picture>1</show_display_picture><display_order_in_category/>
<story_summary/>
<category_rcdid>79</category_rcdid><hide_from_view>0</hide_from_view><read_count>7</read_count><share_count>0</share_count>	<nice-publish-date>Wednesday, May 20, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127105</emailLink>
	<direct-url>details.php?id=127105&amp;title=Discounted_Hershey_Park_Tickets</direct-url>
</story>
</stories><exported_categories><category_info><display_order>0</display_order><category_name>Need to Know</category_name><export_class>needtoknow</export_class></category_info><category_info><display_order>1</display_order><category_name>Student News</category_name><export_class>studentnews</export_class></category_info><category_info><display_order>2</display_order><category_name>Employee News</category_name><export_class>employeenews</export_class></category_info></exported_categories><calendar-feed>
<!-- Calendar XML copied from [https://go.activecalendar.com/montgomerycollege/page/rss/] -->
<item-limit>7</item-limit><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Montgomery College</title><link>https://go.activecalendar.com/montgomerycollege/</link><description>Montgomery College</description><atom:link href="https://go.activecalendar.com/montgomerycollege/page/rss/" rel="self" type="application/rss+xml" /><item><title>PIC MC Community Connect Networking Event </title><description>Launches a platform for informal dialogue and community-building, as well as casual networking. Learn more: https://www.eventbrite.com/o/110276270921</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/pic-mc-community-connect-networking-event-5/</link><guid isPermaLink="false">fe324d93-d17f-4733-9685-baf7301927ae</guid><pubDate>Wed, 20 May 2026 12:30:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (Amharic)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in Amharic are held on the 3rd Wednesday of every month. Register for a session here: https://bit.ly/eoc-information-session</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-amharic-2/</link><guid isPermaLink="false">914d75bd-7501-47e5-879f-1392532e1b7c</guid><pubDate>Wed, 20 May 2026 22:00:00 GMT</pubDate></item><item><title>Commencement</title><description>Exceptional Education demands an extraordinary celebration. To honor your incredible achievement and provide the best possible experience for you and your loved ones, we are adding a second ceremony day. This means more personalized recognition, better seating for guests, and a truly memorable event</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/commencement-5/</link><guid isPermaLink="false">ab4b406d-742c-4ac9-a830-29eea0c510a2</guid><pubDate>Thu, 21 May 2026 14:00:00 GMT</pubDate></item><item><title>PIC MC Presents: The Tour (Group A)</title><description>Bi-monthly facility tours. Sign-up here: https://luma.com/home</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/pic-mc-presents-the-tour-group-a-4/</link><guid isPermaLink="false">90e91ad4-e8cb-4b63-b635-2e27f10a2df1</guid><pubDate>Thu, 21 May 2026 17:00:00 GMT</pubDate></item><item><title>Commencement</title><description>Exceptional Education demands an extraordinary celebration. To honor your incredible achievement and provide the best possible experience for you and your loved ones, we are adding a second ceremony day. This means more personalized recognition, better seating for guests, and a truly memorable event</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/commencement-6/</link><guid isPermaLink="false">0699dd1d-3dbe-4b4e-b67b-eee26f16dee4</guid><pubDate>Fri, 22 May 2026 14:00:00 GMT</pubDate></item><item><title>Cancelled - The Brand Accelerator: Your Business Reimagined for Success</title><description>A free, 6-week intensive digital marketing course for entrepreneurs of the Arts and Humanities at the ignITe Hub! Join the instructor, Lateasa Polito, Owner and Creative Curator, Polito &amp;amp; Co, for an exciting HYBRID learning experience.</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/the-brand-accelerator-your-business-reimagined-for-success-19/</link><guid isPermaLink="false">238a2310-ed6c-4d96-b903-5871e96b3f72</guid><pubDate>Tue, 26 May 2026 22:30:00 GMT</pubDate></item><item><title>Free GED Prep and Pathways Workshop at Wheaton Library</title><description>Get help preparing for the GED through free workshops offered in both English and Spanish. These sessions are designed to support adult learners in building the skills and confidence needed to succeed on the GED exam.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/free-ged-prep-and-pathways-workshop-at-wheaton-library/</link><guid isPermaLink="false">26dd61e4-ea88-4e04-96e6-4361b59bd9dd</guid><pubDate>Thu, 28 May 2026 17:00:00 GMT</pubDate></item><item><title>Cancelled - The Brand Accelerator: Your Business Reimagined for Success</title><description>A free, 6-week intensive digital marketing course for entrepreneurs of the Arts and Humanities at the ignITe Hub! Join the instructor, Lateasa Polito, Owner and Creative Curator, Polito &amp;amp; Co, for an exciting HYBRID learning experience.</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/the-brand-accelerator-your-business-reimagined-for-success-20/</link><guid isPermaLink="false">33508c96-c081-4702-acf4-0e6c0cc4290c</guid><pubDate>Thu, 28 May 2026 22:30:00 GMT</pubDate></item><item><title>Free GED Ready Practice Test (Registration Required)</title><description>The TRIO Educational Opportunity Center (EOC) at Montgomery College provides the Free Official GED® READY Practice Test at no cost twice a month at the Rockville and Takoma Park/Silver Spring Campus.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/free-ged-ready-practice-test-registration-required-6/</link><guid isPermaLink="false">79caef67-a20e-4333-b30e-572622ea71ae</guid><pubDate>Fri, 29 May 2026 16:30:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (Spanish)</title><description>TRIO Educational Opportunity Center (EOC) organiza sesiones informativas virtuales mensuales gratuitas en inglés, español y amárico. Las sesiones informativas virtuales de TRIO EOC son gratuitas y abiertas al público. Las sesiones en español se celebran el primer lunes de cada mes.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-spanish-3/</link><guid isPermaLink="false">2482f699-0245-4d65-82a0-f0f562930bb2</guid><pubDate>Mon, 01 Jun 2026 22:00:00 GMT</pubDate></item><item><title>Hybrid Career Workshops</title><description>The ignITe Hub in partnership with Career Catchers, Inc. will provide individualized career coaching and monthly career workshops. Each month a hybrid workshop will be presented with a different job readiness topic or skill. These services are free and open to the general public.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/hybrid-career-workshops-future-proof-mastering-your-transferable-skills-4/</link><guid isPermaLink="false">ed5f06fb-e933-4622-9c64-452979a8f1d0</guid><pubDate>Tue, 09 Jun 2026 16:00:00 GMT</pubDate></item><item><title>Join us for MC’s Paying for College Series!- How to Avoid Having Your Courses Deleted for Nonpayment</title><description>Get practical advice on staying enrolled and managing payment deadlines.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/join-us-for-mcs-paying-for-college-series--how-to-avoid-having-your-courses-deleted-for-nonpayment/</link><guid isPermaLink="false">ed397b06-9859-48bb-9665-d85cc47a67db</guid><pubDate>Wed, 10 Jun 2026 22:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (English)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in English are held on the 2nd Thursday of every month. Register for a session here: https://bit.ly/eoc-information-session-english</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-english-4/</link><guid isPermaLink="false">feda0df0-820d-4064-a62f-0633942ca4eb</guid><pubDate>Thu, 11 Jun 2026 16:00:00 GMT</pubDate></item><item><title>Free Paying for Education &amp; Training Workshop</title><description>The TRIO Educational Opportunity Center (EOC) offers in-person Paying for Education &amp;amp; Training workshops at WorkSource Montgomery (Wheaton) on the third Tuesday of every month. All workshops are free and open to the public.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/free-paying-for-education--training-workshop-3/</link><guid isPermaLink="false">9649570f-0160-4db7-abcc-88930d4efd45</guid><pubDate>Tue, 16 Jun 2026 19:30:00 GMT</pubDate></item><item><title>Author Talk and  Book Signing with Lisa See. Sponsored by the English and Reading Department, Women's and Gender Studies Program and People's Book. </title><description>Montgomery college welcomes New York Times bestselling author Lisa See. Her new book draws on the vibrancy and turmoil of post-Civil War Los Angeles to tell the story of three Chinese women who managed to survive and eventually, thrive, despite all odds.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/author-talk-and--book-signing-with-lisa-see-sponsored-by-the-english-and-reading-department-womens-and-gender-studies-program-and-peoples-book/</link><guid isPermaLink="false">2b0b5d85-9f42-4a84-9067-f3ede48f118a</guid><pubDate>Tue, 16 Jun 2026 23:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (Amharic)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in Amharic are held on the 3rd Wednesday of every month. Register for a session here: https://bit.ly/eoc-information-session</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-amharic-3/</link><guid isPermaLink="false">fa7c952a-1ee2-4e95-8a96-a649275087c3</guid><pubDate>Wed, 17 Jun 2026 22:00:00 GMT</pubDate></item><item><title>PIC MC Presents: The Tour (Group B)</title><description>Regular and predictable tours enhance used to create institutional awareness. Sign up here: https://luma.com/home</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/pic-mc-group-b-tours-4/</link><guid isPermaLink="false">26ea8bf6-58f2-45f8-923d-143cae5cf28c</guid><pubDate>Thu, 18 Jun 2026 17:00:00 GMT</pubDate></item><item><title>Montgomery College Alumni Networking Event</title><description>Join us for a relaxed networking event designed specifically for recent MC alumni! Don’t miss out on this special event, offered specifically for Montgomery College alumni who graduated or last took classes since 2016. At Pinstripes in North Bethesda, on Thursday, Jun 18 from 5-9 p.m.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/montgomery-college-alumni-networking-event/</link><guid isPermaLink="false">ca4c583d-0efa-470b-babf-669346bc2951</guid><pubDate>Thu, 18 Jun 2026 21:00:00 GMT</pubDate></item><item><title>Free GED Prep and Pathways Workshop at Wheaton Library</title><description>Get help preparing for the GED through free workshops offered in both English and Spanish. These sessions are designed to support adult learners in building the skills and confidence needed to succeed on the GED exam.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/free-ged-prep-and-pathways-workshop-at-wheaton-library-1/</link><guid isPermaLink="false">d7887351-8e1d-4b93-b249-f6e103ae68a7</guid><pubDate>Thu, 25 Jun 2026 17:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (Spanish)</title><description>TRIO Educational Opportunity Center (EOC) organiza sesiones informativas virtuales mensuales gratuitas en inglés, español y amárico. Las sesiones informativas virtuales de TRIO EOC son gratuitas y abiertas al público. Las sesiones en español se celebran el primer lunes de cada mes.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-spanish-4/</link><guid isPermaLink="false">ac04f004-b61f-4140-b353-09ce63e53d45</guid><pubDate>Mon, 06 Jul 2026 22:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (English)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in English are held on the 2nd Thursday of every month. Register for a session here: https://bit.ly/eoc-information-session-english</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-english-5/</link><guid isPermaLink="false">5608288e-0906-4227-ae9d-d445cb1e34c1</guid><pubDate>Thu, 09 Jul 2026 16:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (Amharic)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in Amharic are held on the 3rd Wednesday of every month. Register for a session here: https://bit.ly/eoc-information-session</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-amharic-4/</link><guid isPermaLink="false">ec052720-6511-4caf-9073-bb81f7a10269</guid><pubDate>Wed, 15 Jul 2026 22:00:00 GMT</pubDate></item><item><title>Free Paying for Education &amp; Training Workshop</title><description>The TRIO Educational Opportunity Center (EOC) offers in-person Paying for Education &amp;amp; Training workshops at WorkSource Montgomery (Wheaton) on the third Tuesday of every month. All workshops are free and open to the public.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/free-paying-for-education--training-workshop-4/</link><guid isPermaLink="false">c3fa076b-5b66-4915-83fa-54dd9901808e</guid><pubDate>Tue, 21 Jul 2026 19:30:00 GMT</pubDate></item><item><title>Raptor Ready Scholarship Deadline</title><description>Montgomery College is providing a $1,000 tuition scholarship to Montgomery County residents who are spring 2026 graduates from a Montgomery County high school, and who register for and attend six credit hours in the fall 2026 semester at MC or fall courses in one of the selected WDCE programs.</description><link>https://go.activecalendar.com/montgomerycollege/site/academic/event/raptor-ready-scholarship-deadline/</link><guid isPermaLink="false">879f589d-a24f-488a-8c5b-2ffca765a7a3</guid><pubDate>Mon, 03 Aug 2026 04:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (Spanish)</title><description>TRIO Educational Opportunity Center (EOC) organiza sesiones informativas virtuales mensuales gratuitas en inglés, español y amárico. Las sesiones informativas virtuales de TRIO EOC son gratuitas y abiertas al público. Las sesiones en español se celebran el primer lunes de cada mes.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-spanish-5/</link><guid isPermaLink="false">6996df7e-4259-4dd0-aae4-a8c4d6fdf5fe</guid><pubDate>Mon, 03 Aug 2026 22:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (English)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in English are held on the 2nd Thursday of every month. Register for a session here: https://bit.ly/eoc-information-session-english</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-english-6/</link><guid isPermaLink="false">5f9a8b9a-a564-48b2-91a6-48220cffa8db</guid><pubDate>Thu, 13 Aug 2026 16:00:00 GMT</pubDate></item><item><title>Free Paying for Education &amp; Training Workshop</title><description>The TRIO Educational Opportunity Center (EOC) offers in-person Paying for Education &amp;amp; Training workshops at WorkSource Montgomery (Wheaton) on the third Tuesday of every month. All workshops are free and open to the public.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/free-paying-for-education--training-workshop-5/</link><guid isPermaLink="false">e1136d8c-7e3e-4f07-affe-1e08ee442e40</guid><pubDate>Tue, 18 Aug 2026 19:30:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (Amharic)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in Amharic are held on the 3rd Wednesday of every month. Register for a session here: https://bit.ly/eoc-information-session</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-amharic-5/</link><guid isPermaLink="false">cd2503a9-a74d-4c18-8064-ce8e9e8c7038</guid><pubDate>Wed, 19 Aug 2026 22:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (English)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in English are held on the 2nd Thursday of every month. Register for a session here: https://bit.ly/eoc-information-session-english</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-english-7/</link><guid isPermaLink="false">f478eafb-efa2-4279-a798-ac69a3484d28</guid><pubDate>Thu, 10 Sep 2026 16:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (English)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in English are held on the 2nd Thursday of every month. Register for a session here: https://bit.ly/eoc-information-session-english</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-english-8/</link><guid isPermaLink="false">159e1567-8644-413f-83a0-e100c91a3b86</guid><pubDate>Thu, 08 Oct 2026 16:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (English)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in English are held on the 2nd Thursday of every month. Register for a session here: https://bit.ly/eoc-information-session-english</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-english-9/</link><guid isPermaLink="false">00e8874c-2c04-44e9-87ae-7876f80cd3ac</guid><pubDate>Thu, 12 Nov 2026 17:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (English)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in English are held on the 2nd Thursday of every month. Register for a session here: https://bit.ly/eoc-information-session-english</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-english-10/</link><guid isPermaLink="false">e2764842-ebec-49c1-9378-ec124d435c72</guid><pubDate>Thu, 10 Dec 2026 17:00:00 GMT</pubDate></item></channel></rss></calendar-feed>
<enrollment-reports>
<!-- Enrollment Report Generated at 5/20/2026 4:50:16 PM-->
			<li class='last'><a href="//www.mcinfonet.org/it/itreport/summerenrollmentreport-2026-05-20-08-30-25.pdf" target="_blank">Summer</a></li>
			<li class='first'><a href="//www.mcinfonet.org/it/itreport/fallenrollmentreport-2025-09-25-09-30-32.pdf" target="_blank">Fall</a></li>
			<li ><a href="//www.mcinfonet.org/it/itreport/winterenrollmentreport-2020-01-16-11-33-04.pdf" target="_blank">Winter</a></li>
			<li ><a href="//www.mcinfonet.org/it/itreport/springenrollmentreport-2026-02-18-08-32-52.pdf" target="_blank">Spring</a></li>
</enrollment-reports></newsletter></page-content>