<?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="'06-09-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>06-09-2026</startdate>
	<enddate>06-09-2026</enddate>
	<date-created>06-09-2026</date-created>
	<formal-start-date>Tuesday, June 9, 2026</formal-start-date>
	<formal-end-date>Tuesday, June 9, 2026</formal-end-date>
	<is-back-issue>0</is-back-issue>
<!-- Generated at Tue, 09 Jun 2026 19:00:21 -0400 -->
<stories><recordcount>4</recordcount><story>
<story_unique_id>c9989d66-abce-42b4-bd0a-ec1e222364cd</story_unique_id><story_id>127573</story_id><status_changed_at>2026-06-09 00:00:01.000</status_changed_at><submitter_name>Patricia Cooper</submitter_name><story_headline>Assessment &#38; Testing Centers: Half-Day Closure for Unit Meeting, Thursday June 18, 2026</story_headline><story_body>&#60;p&#62;The Assessment &#38;amp; Testing Centers on all three campuses will be closed from 8:30 a.m.-1:30 p.m. for an Academic Support meeting. Testing Services will resume from 1:30-5:00 p.m.&#60;/p&#62;</story_body><attached_files/>
<display_image/>
<category_name>College News</category_name><featured_story>0</featured_story><show_display_picture>1</show_display_picture><display_order_in_category/>
<story_summary/>
<category_rcdid>80</category_rcdid><hide_from_view>0</hide_from_view><read_count>9</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, June 9, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127573</emailLink>
	<direct-url>details.php?id=127573&amp;title=Assessment_&#38;_Testing_Centers:_Half-Day_Closure_for_Unit_Meeting,_Thursday_June_18,_2026</direct-url>
</story>
<story>
<story_unique_id>d50eeb01-6d1c-2c24-09d8-679bdeed756e</story_unique_id><story_id>127527</story_id><status_changed_at>2026-06-09 00:00:01.000</status_changed_at><submitter_name>Nghi Nguyen</submitter_name><story_headline>Author Chats Event with Nghi Nguyen</story_headline><story_body>&#60;p&#62;Our AANHPI Advisory Committee member, Nghi Nguyen (pen name N.N. Nicky), will be hosting an Author Chats event on Saturday, June 13, 1-2 p.m., at the MoCo Pride Center to discuss his latest short story collection, &#60;i&#62;That Missing Piece: A Collection of LGBTQ+ Short Stories&#60;/i&#62;.&#60;/p&#62;&#13;&#10;&#60;p&#62;You are cordially invited to attend and hear Nghi share insights about the stories, his inspiration behind them, and how the ideas for the collection came to life.&#60;/p&#62;&#13;&#10;&#60;p&#62;Information and Registration link: &#60;a href=&#34;https://www.mocopridefamily.org/events/reading-and-qa-with-nn-nicky&#34;&#62;https://www.mocopridefamily.org/events/reading-and-qa-with-nn-nicky&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;AANHPI Heritage Month&#60;/p&#62;</story_body><attached_files><attachmentcount>3</attachmentcount><attached_file><file><rawname>696032688_18081006776303870_5473486591919474729_n.jpg</rawname><href>attach/d50eeb01-6d1c-2c24-09d8-679bdeed756e/696032688_18081006776303870_5473486591919474729_n.jpg</href></file><thumbnail><rawname>tn_0.jpg</rawname><href>attach/d50eeb01-6d1c-2c24-09d8-679bdeed756e/tn_0.jpg</href></thumbnail></attached_file><attached_file><file><rawname>moco-pride-author-chat-nnnicky-flyer.png</rawname><href>attach/d50eeb01-6d1c-2c24-09d8-679bdeed756e/moco-pride-author-chat-nnnicky-flyer.png</href></file><thumbnail><rawname>tn_1.png</rawname><href>attach/d50eeb01-6d1c-2c24-09d8-679bdeed756e/tn_1.png</href></thumbnail></attached_file><attached_file><file><rawname>moco-pride-author-chat-nnnicky-flyer.pdf</rawname><href>attach/d50eeb01-6d1c-2c24-09d8-679bdeed756e/moco-pride-author-chat-nnnicky-flyer.pdf</href></file></attached_file></attached_files><display_image><rawname>di_0.jpg</rawname><href>attach/d50eeb01-6d1c-2c24-09d8-679bdeed756e/di_0.jpg</href></display_image><category_name>College News</category_name><featured_story>0</featured_story><show_display_picture>1</show_display_picture><display_order_in_category/>
<story_summary/>
<category_rcdid>80</category_rcdid><hide_from_view>0</hide_from_view><read_count>9</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, June 9, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127527</emailLink>
	<direct-url>details.php?id=127527&amp;title=Author_Chats_Event_with_Nghi_Nguyen</direct-url>
</story>
<story>
<story_unique_id>ac71ca34-615b-5994-55a8-35fcbe326147</story_unique_id><story_id>127553</story_id><status_changed_at>2026-06-09 00:00:01.000</status_changed_at><submitter_name>Michelle Chan</submitter_name><story_headline>Join the AANHPI Book Club - Fall 2026</story_headline><story_body>&#60;p&#62;&#60;strong&#62;AANHPI Book Club - Fall 2026&#60;/strong&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Join the &#60;a href=&#34;https://www.montgomerycollege.edu/events/asian-pacific-heritage/&#34; target=&#34;_blank&#34;&#62;MC Asian American, Native Hawaiian, and Pacific Islander&#60;/a&#62; (AANHPI) Book Club this fall as we dive into Yoko Ogawa&#39;s &#60;em&#62;The Memory Police&#60;/em&#62;, a captivating dystopian novel about the horrors of state surveillance from one of Japan&#39;s most notable writers. Hailed by&#60;em&#62; &#60;a href=&#34;https://www.theguardian.com/books/2019/aug/23/the-memory-police-yoko-ogawa-review&#34; target=&#34;_blank&#34;&#62;The Guardian&#60;/a&#62;&#60;/em&#62; as, &#34;a masterpiece, meditating on totalitarianism and resistance as well as the rhythms of life and death,&#34;&#60;em&#62; The Memory Police&#60;/em&#62; will spark rich discussions on the themes of memory, loss, and individual autonomy.&#60;/p&#62;&#13;&#10;&#60;p&#62;Our first meeting will take place in late September. Those interested in joining the Book Club can e-mail Yvonne Hu-Cotto, Michelle Chan, and/or Nghi Nguyen. The Zoom meeting link will be provided as a calendar invite.&#60;/p&#62;&#13;&#10;&#60;p data-ccp-border-bottom=&#34;1px solid #000000&#34; data-ccp-padding-bottom=&#34;1.3333333333333333px&#34;&#62;We hope you will join us!&#60;/p&#62;&#13;&#10;&#60;p data-ccp-border-top=&#34;0px none &#34; data-ccp-padding-top=&#34;0px&#34;&#62;&#60;strong&#62;Fall 2026 Book Selection&#60;/strong&#62;: &#60;em&#62;The Memory Police &#60;/em&#62;by Yoko Ogawa (translated by Stephen Snyder)&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;strong&#62;Meeting Dates/Times&#60;/strong&#62;: TBD&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;strong&#62;Location&#60;/strong&#62;: Zoom&#60;/p&#62;&#13;&#10;&#60;p data-ccp-border-bottom=&#34;1px solid #000000&#34; data-ccp-padding-bottom=&#34;1.3333333333333333px&#34;&#62;This club is open to MC staff and faculty. We will meet every two weeks, covering about five chapters at each meeting.&#60;/p&#62;&#13;&#10;&#60;p data-ccp-border-top=&#34;0px none &#34; data-ccp-padding-top=&#34;0px&#34;&#62;The &#60;strong&#62;AANHPI Book Club&#60;/strong&#62; reads books written by Asian American, Native Hawaiian, and Pacific Islander (AANHPI) authors. The AANHPI experience is a living, breathing, and evolving culture that deserves its own study. We will learn, understand, and attempt to define the AANHPI experience through the reading and discussions of these books.&#60;/p&#62;&#13;&#10;&#60;p&#62;Previous selections include&#60;em&#62; Pachinko&#60;/em&#62; by Min Jin Lee (FA25) and&#60;em&#62; My Year Abroad&#60;/em&#62; by Chang Rae-Lee (SP26).&#60;/p&#62;&#13;&#10;&#60;p&#62;Learn more about MC AANHPI at &#60;a href=&#34;https://www.montgomerycollege.edu/events/asian-pacific-heritage/&#34; target=&#34;_blank&#34;&#62;https://www.montgomerycollege.edu/events/asian-pacific-heritage/&#60;/a&#62;.&#60;/p&#62;</story_body><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>Tuesday, June 9, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127553</emailLink>
	<direct-url>details.php?id=127553&amp;title=Join_the_AANHPI_Book_Club_-_Fall_2026</direct-url>
</story>
<story>
<story_unique_id>1aa3a705-2c04-b6d4-ddc3-67a5764b4e44</story_unique_id><story_id>127562</story_id><status_changed_at>2026-06-09 00:00:01.000</status_changed_at><submitter_name>Yvonne Hu-Cotto</submitter_name><story_headline>Faculty, Wondering How to Handle In-Person Exams? Discover How MC&#39;s Assessment Centers Can Help You.</story_headline><story_body>&#60;p&#62;The Assessment and Testing Centers, in collaboration with Center for Teaching and Learning, is offering an online workshop on using the testing services at Montgomery College. Faculty members who expect to use the Assessment and Testing Centers for in-person testing are invited to attend. The workshop will focus on RegisterBlast, the platform faculty will use to submit, edit, and retrieve their tests and students will use to make their testing appointments. Tips will be shared to facilitate a seamless testing process and a positive experience for faculty and students. Staff will be ready to answer questions from individual faculty members. We will also share resources on using HonorLock, the third-party service for online proctoring. We hope to see you!&#60;/p&#62;&#13;&#10;&#60;p&#62;When: Wednesday, June 10&#60;/p&#62;&#13;&#10;&#60;p&#62;Time: 2:30-3:30 p.m.&#60;/p&#62;&#13;&#10;&#60;p&#62;Where: Zoom, Reserve your seat through Learning in Workday&#60;/p&#62;</story_body><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>Tuesday, June 9, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127562</emailLink>
	<direct-url>details.php?id=127562&amp;title=Faculty,_Wondering_How_to_Handle_In-Person_Exams?_Discover_How_MC&#39;s_Assessment_Centers_Can_Help_You.</direct-url>
</story>
</stories><exported_categories><category_info><display_order>0</display_order><category_name>College News</category_name><export_class>collegenews</export_class></category_info><category_info><display_order>1</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>Guided Placement Help Days! </title><description>Are you a future student who needs access to or help with MC’s guided placement process? Then join us on campus! Your success at MC is important to us, and the guided placement process will help us make sure you are prepared. Guided Placement Help Days (all events are 10 a.m. – 1 p.m.)</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/guided-placement-help-days/</link><guid isPermaLink="false">9b132bd4-9f67-4718-b603-4fb3c4f957a6</guid><pubDate>Tue, 09 Jun 2026 14: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>Guided Placement Help Days! </title><description>Are you a future student who needs access to or help with MC’s guided placement process? Then join us on campus! Your success at MC is important to us, and the guided placement process will help us make sure you are prepared. Guided Placement Help Days (all events are 10 a.m. – 1 p.m.)</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/guided-placement-help-days/</link><guid isPermaLink="false">6fd9e180-d81b-4ec2-94fc-8407f62cb291</guid><pubDate>Wed, 10 Jun 2026 14: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>Guided Placement Help Days! at Germantown Campus</title><description>Are you a future student who needs access to or help with MC’s guided placement process? Then join us on campus! Your success at MC is important to us, and the guided placement process will help us make sure you are prepared. Guided Placement Help Days (all events are 10 a.m. – 1 p.m.)</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/guided-placement-help-days-at-germantown-campus-1/</link><guid isPermaLink="false">504a11ca-5d83-46ad-83fd-b783a1de0d12</guid><pubDate>Mon, 15 Jun 2026 14:00:00 GMT</pubDate></item><item><title>Summer Open House- Germantown </title><description>Ready to begin your journey at Montgomery College? Join our Open House Series, where each event is designed to guide you step-by-step through the enrollment process—from placement to registration and beyond. Attend one or all to get the support you need to start strong this fall!</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/summer-open-house--germantown/</link><guid isPermaLink="false">13039e21-0ce1-4e24-a061-2cc1acfba3bd</guid><pubDate>Mon, 15 Jun 2026 14: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>Into the Woods - MC's Summer Musical w/Dinner Theatre Optinon</title><description>When classic stories collide, the real adventure begins! MC presents 6 performances of the classic musical "Into the Woods".</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/into-the-woods---mcs-summer-musical-wdinner-theatre-optinon/</link><guid isPermaLink="false">dd245d99-a8b3-4fd4-8e6d-95903784476d</guid><pubDate>Sun, 21 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Into the Woods - MC's Summer Musical w/Dinner Theatre Optinon</title><description>When classic stories collide, the real adventure begins! MC presents 6 performances of the classic musical "Into the Woods".</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/into-the-woods---mcs-summer-musical-wdinner-theatre-optinon-1/</link><guid isPermaLink="false">44038a6a-bf65-403b-8439-8946635d353e</guid><pubDate>Sun, 21 Jun 2026 18:00:00 GMT</pubDate></item><item><title>Plant Sale - Environmental Horticulture Program</title><description>Plant Sale: Location: Germantown Greenhouse Time: 2:30-5:30 p.m.</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/plant-sale---environmental-horticulture-program-1/</link><guid isPermaLink="false">0a3bff17-43ac-4aed-9172-f830d46c1eda</guid><pubDate>Wed, 24 Jun 2026 18: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-1/</link><guid isPermaLink="false">d7887351-8e1d-4b93-b249-f6e103ae68a7</guid><pubDate>Thu, 25 Jun 2026 17:00:00 GMT</pubDate></item><item><title>Into the Woods - MC's Summer Musical w/Dinner Theatre Optinon</title><description>When classic stories collide, the real adventure begins! MC presents 6 performances of the classic musical "Into the Woods".</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/into-the-woods---mcs-summer-musical-wdinner-theatre-optinon-2/</link><guid isPermaLink="false">a81c52aa-a733-4dce-a032-b71c1305260e</guid><pubDate>Sat, 27 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Into the Woods - MC's Summer Musical w/Dinner Theatre Optinon</title><description>When classic stories collide, the real adventure begins! MC presents 6 performances of the classic musical "Into the Woods".</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/into-the-woods---mcs-summer-musical-wdinner-theatre-optinon-3/</link><guid isPermaLink="false">d79949a1-3af1-4dad-8861-f6047476af13</guid><pubDate>Sat, 27 Jun 2026 18:00:00 GMT</pubDate></item><item><title>Into the Woods - MC's Summer Musical w/Dinner Theatre Optinon</title><description>When classic stories collide, the real adventure begins! MC presents 6 performances of the classic musical "Into the Woods".</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/into-the-woods---mcs-summer-musical-wdinner-theatre-optinon-4/</link><guid isPermaLink="false">be526de6-3e36-415f-84fe-f955ff72599c</guid><pubDate>Sun, 28 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Into the Woods - MC's Summer Musical w/Dinner Theatre Optinon</title><description>When classic stories collide, the real adventure begins! MC presents 6 performances of the classic musical "Into the Woods".</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/into-the-woods---mcs-summer-musical-wdinner-theatre-optinon-5/</link><guid isPermaLink="false">c2798608-3c97-42c4-ad4c-9c9ad5a6082c</guid><pubDate>Sun, 28 Jun 2026 18: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>Summer Open House-Rockville </title><description>Ready to begin your journey at Montgomery College? Join our Open House Series, where each event is designed to guide you step-by-step through the enrollment process—from placement to registration and beyond. Attend one or all to get the support you need to start strong this fall!</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/summer-open-house-rockville/</link><guid isPermaLink="false">6a6a2d6e-25e9-40cc-8d3c-e0f9212d74a4</guid><pubDate>Wed, 15 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>Plant Sale - Environmental Horticulture Program</title><description>Plant Sale: Location: Germantown Greenhouse Time: 2:30-5:30 p.m.</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/plant-sale---environmental-horticulture-program-2/</link><guid isPermaLink="false">31853b77-f5a2-4058-aa61-c84a7e203987</guid><pubDate>Wed, 29 Jul 2026 18: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>Summer Open House- Takoma Park/Silver Spring </title><description>Ready to begin your journey at Montgomery College? Join our Open House Series, where each event is designed to guide you step-by-step through the enrollment process—from placement to registration and beyond. Attend one or all to get the support you need to start strong this fall!</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/summer-open-house--takoma-parksilver-spring/</link><guid isPermaLink="false">d5e77b19-c328-4985-89c0-ed6100c82d3a</guid><pubDate>Thu, 06 Aug 2026 14:00:00 GMT</pubDate></item><item><title>Summer Open House-Virtual </title><description>Ready to begin your journey at Montgomery College? Join our Open House Series, where each event is designed to guide you step-by-step through the enrollment process—from placement to registration and beyond. Attend one or all to get the support you need to start strong this fall!</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/summer-open-house-virtual/</link><guid isPermaLink="false">bd49d297-9c70-4a44-8c26-547135c485a5</guid><pubDate>Tue, 11 Aug 2026 20: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>Plant Sale - Environmental Horticulture Program</title><description>Plant Sale: Location: Germantown Greenhouse Time: 2:30-5:30 p.m.</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/plant-sale---environmental-horticulture-program-3/</link><guid isPermaLink="false">bd7aa1c6-df0b-46b5-bc28-9a9b0f2f5fe8</guid><pubDate>Wed, 26 Aug 2026 18:30: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 6/9/2026 7:00:14 PM-->
			<li class='last'><a href="//www.mcinfonet.org/it/itreport/summerenrollmentreport-2026-06-09-08-30-04.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>