<?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="'04-28-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>04-28-2026</startdate>
	<enddate>04-28-2026</enddate>
	<date-created>04-28-2026</date-created>
	<formal-start-date>Tuesday, April 28, 2026</formal-start-date>
	<formal-end-date>Tuesday, April 28, 2026</formal-end-date>
	<is-back-issue>0</is-back-issue>
<!-- Generated at Tue, 28 Apr 2026 01:00:03 -0400 -->
<stories><recordcount>20</recordcount><story>
<story_unique_id>8d317821-f234-ed94-1917-f721abdbe6d2</story_unique_id><story_id>127200</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Brady Patton</submitter_name><story_headline>Join Us At Spring Spirit Day, May 4, for Two Baseball Games and More</story_headline><story_body>&#60;p&#62;Come support the Raptors on May 4 for a doubleheader starting at 1 p.m. at the Germantown Campus baseball field. The second game begins around 4 p.m. Festivities begin around 12:30 p.m.&#60;/p&#62;&#13;&#10;&#60;p&#62;The event will include special recognition of sophomores in baseball, and track and field, along with ballpark food, giveaways, prizes, and family-friendly activities. Honorary First Pitch by Senior Vice President for Student Affairs, Dr. Tiffany Ray-Patterson.&#60;/p&#62;&#13;&#10;&#60;p&#62;The first 100 fans will receive a free Italian ice from Carmen&#39;s. This is a great opportunity to show your MC pride while enjoying the energy of Raptors Baseball and celebrating our community together.&#60;/p&#62;</story_body><attached_files><attachmentcount>2</attachmentcount><attached_file><file><rawname>SpringSpiritDay.jpg</rawname><href>attach/8d317821-f234-ed94-1917-f721abdbe6d2/SpringSpiritDay.jpg</href></file><thumbnail><rawname>tn_0.jpg</rawname><href>attach/8d317821-f234-ed94-1917-f721abdbe6d2/tn_0.jpg</href></thumbnail></attached_file><attached_file><file><rawname>SpringSpiritDay.pdf</rawname><href>attach/8d317821-f234-ed94-1917-f721abdbe6d2/SpringSpiritDay.pdf</href></file></attached_file></attached_files><display_image><rawname>di_0.jpg</rawname><href>attach/8d317821-f234-ed94-1917-f721abdbe6d2/di_0.jpg</href></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>1</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127200</emailLink>
	<direct-url>details.php?id=127200&amp;title=Join_Us_At_Spring_Spirit_Day,_May_4,_for_Two_Baseball_Games_and_More</direct-url>
</story>
<story>
<story_unique_id>293bb04a-21a9-efc4-a5fe-ab414d421e59</story_unique_id><story_id>127214</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Debbie Van Camp</submitter_name><story_headline>Submit Feedback on Proposed New P&#38;P item</story_headline><story_body>&#60;p data-ogsb=&#34;white&#34;&#62;There is currently one (1) P&#38;amp;P item available for public comment.  The College community is invited to review the proposal and provide feedback by visiting the &#60;a href=&#34;https://www.montgomerycollege.edu/policies-and-procedures/index.html&#34; target=&#34;_blank&#34; title=&#34;https://www.montgomerycollege.edu/policies-and-procedures/index.html&#34; data-auth=&#34;NotApplicable&#34; data-linkindex=&#34;0&#34; data-ogsc=&#34;&#34;&#62;P&#38;amp;P webpage&#60;/a&#62; (scroll to the bottom). Please submit comments by the dates listed below.&#60;/p&#62;&#13;&#10;&#60;p data-ogsb=&#34;white&#34;&#62;&#60;b&#62;42005: Student Travel&#60;/b&#62; establishes expectations and procedures for College-sponsored student travel beyond College property. It defines the scope of activities covered, identifies roles and responsibilities for trip directors, accompanying College representatives, and students, and establishes requirements for planning, approval, supervision, transportation, accommodations, and incident reporting. The policy also outlines safety expectations, participant conduct standards, liability considerations, and accommodation requirements to help ensure that activities are conducted in a manner that promotes student safety, accessibility, and responsible stewardship of College resources. Issuance of this policy and its procedures will allow for the retirement of 51003: College Out-of-County Instruction, 51004: College Out-of-County Non-Instruction Related Activities, and 51005: Field Trips, which are overly operational, redundant, and include outdated provisions. &#60;b&#62;Feedback must be submitted by the close of business on April 29, 2026.&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Dr. Debbie Van Camp&#60;/p&#62;&#13;&#10;&#60;p&#62;Chief Planning, Policy, and Governance Officer&#60;/p&#62;&#13;&#10;&#60;p&#62;Phone: 240-567-3165&#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>1</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127214</emailLink>
	<direct-url>details.php?id=127214&amp;title=Submit_Feedback_on_Proposed_New_P&#38;P_item</direct-url>
</story>
<story>
<story_unique_id>4b91f8a3-6275-be64-4915-26b592e622de</story_unique_id><story_id>127219</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Debbie Van Camp</submitter_name><story_headline>Policy and Procedures Updates</story_headline><story_body>&#60;p&#62;At their April meeting, the Board of Trustees approved modifications to the following policies: 32100: Allocation, Recruitment, and Appointment of Regular Employees and Temporary with Benefits Employees, 61004: College Investment Program, 85001: Use of Facilities, and 95006: Drone/Unmanned Aerial Vehicle Use   &#60;/p&#62;&#13;&#10;&#60;p&#62;The president has approved the modification of the following procedures: 32100CP: Allocation, Recruitment, and Appointment of Regular Employees and Temporary with Benefits Employees, 61004CP: College Investment Program, 85001CP: Use of Facilities, 38001CP: Recognition Awards, and 21001CP: Sexual Misconduct, and the issuance of procedure 95006CP: Drone/Unmanned Aerial Vehicle Use &#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;The updated P&#38;amp;P documents are now available on the P&#38;amp;P webpage: &#60;a href=&#34;https://www.montgomerycollege.edu/policies-and-procedures/index.html&#34; target=&#34;_blank&#34; title=&#34;https://www.montgomerycollege.edu/policies-and-procedures/index.html&#34; data-auth=&#34;NotApplicable&#34; data-linkindex=&#34;0&#34; data-ogsc=&#34;black&#34;&#62;https://www.montgomerycollege.edu/policies-and-procedures/index.html&#60;/a&#62;. &#60;/p&#62;&#13;&#10;&#60;p&#62;&#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>1</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127219</emailLink>
	<direct-url>details.php?id=127219&amp;title=Policy_and_Procedures_Updates</direct-url>
</story>
<story>
<story_unique_id>ea15de14-4ca8-1e14-5df1-763a4b1c1dfb</story_unique_id><story_id>127223</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Amanda Miller</submitter_name><story_headline>ArtWalk This Week! April 27 - May 1</story_headline><story_body>&#60;p&#62;Join the Art Department for a celebration of student voices! Students engage in contemporary art practices beyond the studio, address timely topics, and explore unconventional materials, all while tackling the challenge of designing for outdoors.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;Rockville Campus&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Look for outdoor installations along the central &#34;crossroads of campus,&#34; extending from Campus Center, through the quad and past Theatre Arts, to the Art Building. &#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;Germantown Campus, on view through May 2&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Look for outdoor installations starting at the bridge to the Paul Peck Academic and Innovation Building, continuing around the Humanities and Social Sciences Building, and then extending toward the High Technology and Science Center.&#60;/p&#62;</story_body><attached_files><attachmentcount>3</attachmentcount><attached_file><file><rawname>ArtWalkSign.jpg</rawname><href>attach/ea15de14-4ca8-1e14-5df1-763a4b1c1dfb/ArtWalkSign.jpg</href></file><thumbnail><rawname>tn_0.jpg</rawname><href>attach/ea15de14-4ca8-1e14-5df1-763a4b1c1dfb/tn_0.jpg</href></thumbnail><caption>ArtWalk, April 27 - May 1</caption></attached_file><attached_file><file><rawname>ArtWalkRVmap2026.pdf</rawname><href>attach/ea15de14-4ca8-1e14-5df1-763a4b1c1dfb/ArtWalkRVmap2026.pdf</href></file><caption>ArtWalk map and list of events for Rockville Campus</caption></attached_file><attached_file><file><rawname>ArtWalkGTmap2026.pdf</rawname><href>attach/ea15de14-4ca8-1e14-5df1-763a4b1c1dfb/ArtWalkGTmap2026.pdf</href></file><caption>ArtWalk map for the Germantown Campus</caption></attached_file></attached_files><display_image><rawname>di_0.jpg</rawname><href>attach/ea15de14-4ca8-1e14-5df1-763a4b1c1dfb/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>1</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127223</emailLink>
	<direct-url>details.php?id=127223&amp;title=ArtWalk_This_Week!_April_27_-_May_1</direct-url>
</story>
<story>
<story_unique_id>ae688d77-7272-ca14-79f3-124971e77059</story_unique_id><story_id>127229</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Brady Patton</submitter_name><story_headline>Promotional Item Purchases</story_headline><story_body>&#60;p&#62;As part of Montgomery College&#39;s refreshed brand rollout, we are preparing to launch a new online storefront for ordering Montgomery College-branded apparel and promotional items. The new online store will hopefully launch by July 1. We will communicate additional details soon.&#60;/p&#62;&#13;&#10;&#60;p&#62;If you are considering purchasing promotional items before the online store launch or have promo item related questions, please submit a Marketing and Communications request online - &#60;a href=&#34;https://www.montgomerycollege.edu/offices/advancement-and-community-engagement/marketing-and-communications/how-to-submit-service-request.html&#34;&#62;https://www.montgomerycollege.edu/offices/advancement-and-community-engagement/marketing-and-communications/how-to-submit-service-request.html&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Thank you for your partnership and patience as we complete this important step in strengthening our brand presence across the College.&#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>1</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127229</emailLink>
	<direct-url>details.php?id=127229&amp;title=Promotional_Item_Purchases</direct-url>
</story>
<story>
<story_unique_id>3adb6ef4-72a6-5d34-ed5b-d4b456cf1b7c</story_unique_id><story_id>127234</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Chris Cusic</submitter_name><story_headline>MC Foundation Innovation Grants for 2025-2026</story_headline><story_body>&#60;p&#62;This year&#39;s theme is &#34;Innovating Access: Empowering Every Learner, Enriching Every Pathway.&#34; The deadline for submission is May 26, 2026.&#60;/p&#62;&#13;&#10;&#60;p&#62;This theme encapsulates the college&#39;s commitment to equity and inclusion, student-centered Innovation, and community engagement. By focusing on these areas, Montgomery College aims to create a transformative educational environment that meets the evolving needs of its diverse student body and the broader community.&#60;/p&#62;&#13;&#10;&#60;p&#62;Faculty, staff, administrators, and students are encouraged to submit projects. Students desiring to apply are required to partner with a faculty or staff member to submit an application.&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>2025-26 MC Foundation Innovation Grant Flyer.2.pdf</rawname><href>attach/3adb6ef4-72a6-5d34-ed5b-d4b456cf1b7c/2025-26 MC Foundation Innovation Grant Flyer.2.pdf</href></file></attached_file></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>1</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127234</emailLink>
	<direct-url>details.php?id=127234&amp;title=MC_Foundation_Innovation_Grants_for_2025-2026</direct-url>
</story>
<story>
<story_unique_id>ef5ce1bc-97b6-a6a4-915d-4f22840a6712</story_unique_id><story_id>127190</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>David Lott</submitter_name><story_headline>Sligo Journal Release Event on Thursday, April 30</story_headline><story_body>&#60;p&#62;&#60;em&#62;The&#60;/em&#62; &#60;i&#62;Sligo Journal&#60;/i&#62; will be holding its new issue release event on the TP/SS campus, Cultural Arts Center (CAC) at The Lounge (just outside the entrance to the main theater) on Thursday, April 30, from 4-5:30 p.m. Contributors to this year&#39;s journal -- poets, writers, and artists -- will share their work with guests. &#60;a href=&#34;https://www.montgomerycollege.edu/academics/departments/english-reading-tpss/the-sligo-journal.html&#34; target=&#34;_blank&#34; title=&#34;https://www.montgomerycollege.edu/academics/departments/english-reading-tpss/the-sligo-journal.html&#34; data-auth=&#34;NotApplicable&#34; data-linkindex=&#34;2&#34;&#62;For more about The Sligo Journal, including past issues.&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;The event will also showcase new Spring for Poetry posters designed by MC art students and featuring &#60;em&#62;Sligo Journal&#60;/em&#62; poets. &#60;a href=&#34;https://ftpml.org/activities/spring-for-poetry/&#34; target=&#34;_blank&#34; title=&#34;https://ftpml.org/activities/spring-for-poetry/&#34; data-auth=&#34;NotApplicable&#34; data-linkindex=&#34;3&#34;&#62;For the history of Spring for Poetry in Takoma Park.&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Light refreshments will be served at the event, and all are welcome.&#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>1</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127190</emailLink>
	<direct-url>details.php?id=127190&amp;title=Sligo_Journal_Release_Event_on_Thursday,_April_30</direct-url>
</story>
<story>
<story_unique_id>43e96094-805f-d484-711c-f40b3462ca72</story_unique_id><story_id>125754</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Michelle Chan</submitter_name><story_headline>Academic Services Council Meeting - May 6, 2026</story_headline><story_body>&#60;p&#62;The MC Community is invited to attend the next Academic Services Council meeting scheduled for Wednesday, May 6, 2026, beginning at 10 a.m. The meeting will be conducted via Zoom.&#60;/p&#62;&#13;&#10;&#60;p&#62;The agenda will be posted on the Academic Services Council website at least 3 days prior to the meeting at: &#60;a href=&#34;https://www.montgomerycollege.edu/about-mc/governance/councils/academic-services-council/index.html&#34;&#62;https://www.montgomerycollege.edu/about-mc/governance/councils/academic-services-council/index.html&#60;/a&#62;.&#60;/p&#62;&#13;&#10;&#60;p&#62;The Zoom link can be accessed on the Governance Councils Meeting Information website at: &#60;a href=&#34;https://info.montgomerycollege.edu/secured/governance/index.html&#34;&#62;https://info.montgomerycollege.edu/secured/governance/index.html&#60;/a&#62;.&#60;/p&#62;&#13;&#10;&#60;p&#62;For more information, please send an email to &#60;a href=&#34;mailto:academicservicescouncil@montgomerycollege.edu&#34;&#62;academicservicescouncil@montgomerycollege.edu&#60;/a&#62;.&#60;/p&#62;&#13;&#10;&#60;p&#62;The Academic Services Council considers discussions on academic support programs including assessment centers, labs, registration, scheduling, website information, and transfer and articulation agreements. The Council forwards suggestions to the College Council, the Senior Vice Presidents or other councils, as appropriate, for further consideration and/or action.&#60;/p&#62;&#13;&#10;&#60;p&#62;To bring an issue to the attention of the Academic Services Council, please contact Dr. Angela Nissing at Angela.Nissing@montgomerycollege.edu or attend and voice your concerns at the beginning of the meeting.&#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>2</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=125754</emailLink>
	<direct-url>details.php?id=125754&amp;title=Academic_Services_Council_Meeting_-_May_6,_2026</direct-url>
</story>
<story>
<story_unique_id>9acdb0f7-3e48-1164-b1d9-7052bd4959cc</story_unique_id><story_id>127173</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Nghi Nguyen</submitter_name><story_headline>May AANHPI Heritage Month Events</story_headline><story_body>&#60;p&#62;Join us for a month-long celebration of AANHPI Heritage Month with a variety of events at Montgomery College and Montgomery County.&#60;/p&#62;&#13;&#10;&#60;p&#62;You can view the full May AANHPI Event flyer or visit our website - https://www.montgomerycollege.edu/_documents/events/asian-pacific-heritage/aanhpi-event-may-schedule.pdf&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;strong&#62;Montgomery County AANHPI Heritage Month Celebration Event&#60;/strong&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Sunday, May 3, 11 a.m.-4 p.m., Seneca Valley High School, 19401 Crystal Rock Dr., Germantown MD 20874&#60;/p&#62;&#13;&#10;&#60;p&#62;As a part of Asian American, Native Hawaiian, and Pacific Islander (AANHPI) Heritage Month, celebrated in May, the Asian American Health Initiative (AAHI) and Office of Community Partnerships (OCP) invites you and your whole family to our fifth-annual AANHPI Heritage Month Celebration!&#60;/p&#62;&#13;&#10;&#60;p&#62;This year, on Sunday, May 3, 11 a.m.-4 p.m., join us for captivating cultural performances, discover resources in the AAPI community, participate in our health fair, kid-friendly activities, and explore the rich cultures of our diverse community! We hope to see you there!&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;Origami: AANHPI Heritage Month and Mother&#39;s Day Celebrations&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Monday, May 4, 1-3 p.m., Rockville Campus, Long Nguyen and Kimmy Duong Student Services Center (SV) Lobby&#60;/p&#62;&#13;&#10;&#60;p&#62;Join us for a fun and relaxing creative experience as we celebrate AANHPI Heritage Month and Mother&#39;s Day. Learn how to fold beautiful paper flowers to share with your loved ones!&#60;/p&#62;&#13;&#10;&#60;p&#62;View Event Flyer - &#60;a href=&#34;https://www.montgomerycollege.edu/_documents/events/asian-pacific-heritage/aanhpi-origami-flyer.pdf&#34;&#62;https://www.montgomerycollege.edu/_documents/events/asian-pacific-heritage/aanhpi-origami-flyer.pdf&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;MC AANHPI Heritage Month Kick-Off Event&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Wednesday, May 6, 11:30 a.m.-2 p.m., Rockville Campus, Long Nguyen and Kimmy Duong Student Services Center (SV) Lobby&#60;/p&#62;&#13;&#10;&#60;p&#62;Join us as we kick off AANHPI Heritage Month this May with a festive celebration! Enjoy cultural performances, delicious food, and fun activities for all ages. Come celebrate the rich diversity and vibrant traditions of the Asian American, Native Hawaiian, and Pacific Islander communities.&#60;/p&#62;&#13;&#10;&#60;p&#62;View Event Flyer - &#60;a href=&#34;https://www.montgomerycollege.edu/_documents/events/asian-pacific-heritage/aanapi-heritage-event-flyer.pdf&#34;&#62;https://www.montgomerycollege.edu/_documents/events/asian-pacific-heritage/aanapi-heritage-event-flyer.pdf&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;Career Explorations in Corporate Sustainability (Students Only)&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Thursday, May 7, 12-1:30 p.m., Rockville Campus, Ignite Hub, Mannakee Building 105&#60;/p&#62;&#13;&#10;&#60;p&#62;A collaborative event between the IgnITe Hub and the Center for Sustainable Business, this student-led panel reflects Montgomery College&#39;s commitment to connecting academic learning with real-world professional insight. Organized and facilitated by MC students, the conversation features Mai Toyofuku, MC Environment Safety Manager, Brian Baick, Accounting Ethics professor, Jocelyn Park, Northern Virginia Chamber of Commerce Investor Relations Manager, and an EPA representative.&#60;/p&#62;&#13;&#10;&#60;p&#62;Each guest brings a distinct perspective on what it means to build a career centered around environmental responsibility and corporate accountability. From regulatory frameworks to investor relations to ethical business practice, the panel covers the full landscape of sustainability as a professional field. Attendees will have the opportunity to engage directly with the panelists, ask questions, and walk away with a broader understanding of the diverse pathways available in corporate sustainability.&#60;/p&#62;&#13;&#10;&#60;p&#62;View Event Flyer - &#60;a href=&#34;https://www.montgomerycollege.edu/_documents/events/asian-pacific-heritage/aanhpi-career-exploration.pdf&#34;&#62;https://www.montgomerycollege.edu/_documents/events/asian-pacific-heritage/aanhpi-career-exploration.pdf&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Register for Event - &#60;a href=&#34;https://www.signupgenius.com/go/904094AADA72AA6FC1-63654872-career&#34;&#62;https://www.signupgenius.com/go/904094AADA72AA6FC1-63654872-career&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;Author Chats with Nghi Nguyen&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Wednesday, May 13, 12-1 p.m., via Zoom&#60;/p&#62;&#13;&#10;&#60;p&#62;Join author Nghi Nguyen as he discusses his second short story collection novel, That Missing Piece: A Collection of LGBTQ+ Short Stories new window.&#60;/p&#62;&#13;&#10;&#60;p&#62;This collection of LGBTQ+ short stories explores the emotional tapestry of life, woven with tears and laughter, family and friendship, love and loss. Each story captures the complexity of romance and the universal longing for connection and acceptance. The characters reveal both the beauty and the flaws of being human as they navigate the spaces between family, identity, and love, each one searching for that missing piece in their lives.&#60;/p&#62;&#13;&#10;&#60;p&#62;View Event Flyer - &#60;a href=&#34;https://www.montgomerycollege.edu/_documents/events/asian-pacific-heritage/aanhpi-author-chat-nghi-nguyen-flyer.pdf&#34;&#62;https://www.montgomerycollege.edu/_documents/events/asian-pacific-heritage/aanhpi-author-chat-nghi-nguyen-f</story_body><attached_files><attachmentcount>3</attachmentcount><attached_file><file><rawname>2026 AANHPI Heritage Month Events.pdf</rawname><href>attach/9acdb0f7-3e48-1164-b1d9-7052bd4959cc/2026 AANHPI Heritage Month Events.pdf</href></file></attached_file><attached_file><file><rawname>aanapi-heritage-event-flyer-2.pdf</rawname><href>attach/9acdb0f7-3e48-1164-b1d9-7052bd4959cc/aanapi-heritage-event-flyer-2.pdf</href></file></attached_file><attached_file><file><rawname>aanapi-heritage-event-flyer-2.png</rawname><href>attach/9acdb0f7-3e48-1164-b1d9-7052bd4959cc/aanapi-heritage-event-flyer-2.png</href></file><thumbnail><rawname>tn_2.png</rawname><href>attach/9acdb0f7-3e48-1164-b1d9-7052bd4959cc/tn_2.png</href></thumbnail></attached_file></attached_files><display_image><rawname>di_2.png</rawname><href>attach/9acdb0f7-3e48-1164-b1d9-7052bd4959cc/di_2.png</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>1</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127173</emailLink>
	<direct-url>details.php?id=127173&amp;title=May_AANHPI_Heritage_Month_Events</direct-url>
</story>
<story>
<story_unique_id>2324e832-b6c3-eef4-192d-ee0492fc712d</story_unique_id><story_id>127181</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Tanisha Ullah</submitter_name><story_headline>3D Printing For All Competition</story_headline><story_body>&#60;p&#62;The 3D Printing Competition deadline is arriving quickly! Enter this competition for the chance of winning a FREE 3D-PRINTER! The rubric and expectations are listed below. Scan the QR code on the flyer or click the link to submit your submission! &#60;a href=&#34;https://forms.office.com/Pages/ResponsePage.aspx?id=Cx5ATVJlCE69OKjRXKDd2VeRbDkaKGhNpGXWIZvuJfBUMk9XTUM0WDhSVk00TjFZTUhPTFRYWkc5OC4u&#34;&#62;3D Printing for All Competition - Fill out form&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Rubric: Have a completed 3D Printed project that either addresses a problem or an interest. It must be meaningful to the creator and if possible, make the project meaningful to their community (It can be a specific community you are trying to address). The project will be evaluated based on the following criterias:&#60;/p&#62;&#13;&#10;&#60;ol&#62;&#13;&#10;&#60;li&#62;Creativity&#60;/li&#62;&#13;&#10;&#60;li&#62;Execution Level (How well is the print - is it function or does it fully address the prompt you choose for yourself? Essentially does the completed project achieve the goal the student set for themself)&#60;/li&#62;&#13;&#10;&#60;li&#62;Meaning (Does the project have a meaningful purpose?)&#60;/li&#62;&#13;&#10;&#60;li&#62;Create a document that explains you must explain your purpose/intent of your project, why it is meaningful to you, a robust explanation of the design, the steps you took to accomplish your design, and any difficulties you had during the process.&#60;/li&#62;&#13;&#10;&#60;li&#62;You must be at the banquet to present your final product. It will be held during the week of May 4th. Judges will walk around and you will be expected to explain your project to those that approach you.&#60;/li&#62;&#13;&#10;&#60;/ol&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>3D_comp.png</rawname><href>attach/2324e832-b6c3-eef4-192d-ee0492fc712d/3D_comp.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/2324e832-b6c3-eef4-192d-ee0492fc712d/tn_0.png</href></thumbnail></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/2324e832-b6c3-eef4-192d-ee0492fc712d/di_0.png</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>1</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127181</emailLink>
	<direct-url>details.php?id=127181&amp;title=3D_Printing_For_All_Competition</direct-url>
</story>
<story>
<story_unique_id>5538a0fa-13b9-b7d4-252e-efc0f0276ade</story_unique_id><story_id>126778</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Angela Dawson</submitter_name><story_headline>SAAM at Montgomery College: Events That Spark Conversation, Awareness, and Support</story_headline><story_body>&#60;p data-start=&#34;458&#34; data-end=&#34;672&#34;&#62;As Sexual Assault Awareness Month (SAAM) at Montgomery College continues, this week&#39;s events focus on understanding boundaries, recognizing sexual harassment, and knowing your rights and options under Title IX.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;674&#34; data-end=&#34;817&#34;&#62;These conversations help ensure that students, faculty, and staff feel informed, confident, and supported when navigating real-life situations.&#60;/p&#62;&#13;&#10;&#60;p&#62;This Week&#39;s Events (April 21-29)&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;865&#34; data-end=&#34;970&#34;&#62;When Attention Crosses a Line&#60;em data-start=&#34;901&#34; data-end=&#34;932&#34;&#62;(Sexual Harassment Awareness)&#60;/em&#62; Tuesday, April 21 Virtual&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;972&#34; data-end=&#34;1088&#34;&#62;Learn how to recognize when behaviors cross the line into harassment and what you can do in the moment or afterward.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1095&#34; data-end=&#34;1196&#34;&#62;Title IX: Rights, Responsibilities, &#38;amp; Reporting Monday, April 27 10:30 a.m. Virtual&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1198&#34; data-end=&#34;1310&#34;&#62;This session will cover: What happens after a report Understanding your options How to get support&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1312&#34; data-end=&#34;1389&#34;&#62;Includes an anonymous Q&#38;amp;A to ask questions in a safe, confidential space.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1396&#34; data-end=&#34;1535&#34;&#62;Red Flags Don&#39;t Start Red&#60;em data-start=&#34;1428&#34; data-end=&#34;1460&#34;&#62;(One Love Escalation Workshop)&#60;/em&#62; Wednesday, April 29 Rockville Campus (Student Wellness Center)&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1537&#34; data-end=&#34;1640&#34;&#62;Explore how unhealthy relationship patterns develop over time and how to recognize warning signs early.&#60;/p&#62;&#13;&#10;&#60;p&#62;Why This Matters&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1672&#34; data-end=&#34;1880&#34;&#62;Many individuals are unsure whether something &#34;counts&#34; as harassment or what their rights are under Title IX. Understanding these boundaries--and knowing where to go for support--can make a critical difference.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1882&#34; data-end=&#34;1973&#34;&#62;Education empowers individuals to recognize, respond, and seek support with confidence.&#60;/p&#62;&#13;&#10;&#60;p&#62;Get Involved&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;2001&#34; data-end=&#34;2132&#34;&#62;All events are free and open to the entire Montgomery College community, with both virtual and in-person options available.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;2134&#34; data-end=&#34;2203&#34;&#62;View full details and register here: &#60;a href=&#34;https://bit.ly/BeSafeatMC&#34; target=&#34;_new&#34; data-start=&#34;2176&#34; data-end=&#34;2201&#34;&#62;https://bit.ly/BeSafeatMC&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;2205&#34; data-end=&#34;2325&#34;&#62;Let&#39;s close out SAAM by continuing the conversation and strengthening our shared commitment to a safer campus community.&#60;/p&#62;</story_body><attached_files><attachmentcount>2</attachmentcount><attached_file><file><rawname>TitleIXSp26.png</rawname><href>attach/5538a0fa-13b9-b7d4-252e-efc0f0276ade/TitleIXSp26.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/5538a0fa-13b9-b7d4-252e-efc0f0276ade/tn_0.png</href></thumbnail><caption>TitleIXSAAMflyer</caption></attached_file><attached_file><file><rawname>EscalationRV2026.jpg</rawname><href>attach/5538a0fa-13b9-b7d4-252e-efc0f0276ade/EscalationRV2026.jpg</href></file><thumbnail><rawname>tn_1.jpg</rawname><href>attach/5538a0fa-13b9-b7d4-252e-efc0f0276ade/tn_1.jpg</href></thumbnail><caption>EscalationRVflyer</caption></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/5538a0fa-13b9-b7d4-252e-efc0f0276ade/di_0.png</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>4</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126778</emailLink>
	<direct-url>details.php?id=126778&amp;title=SAAM_at_Montgomery_College:_Events_That_Spark_Conversation,_Awareness,_and_Support</direct-url>
</story>
<story>
<story_unique_id>b83cb87c-b0de-63b4-6d4d-57bc32cdf164</story_unique_id><story_id>127042</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Tanisha Ullah</submitter_name><story_headline>3D Printing For All Competition</story_headline><story_body>&#60;p&#62;The 3D Printing for All program is wrapping up its 3D Printing classes for the semester. This semester, 3D Printing for All is presenting a 3D Printing competition, which gives anyone in MC the opportunity to win a FREE 3D-Printer. The competition asks participants to develop a design that either solves a problem or addresses an interest that is meaningful to the participant. Please scan the QR Code of the flyer or click the link below to find more details and to submit your submissions. The due date is May 1. The prizes for 2nd and 3rd place will be announced soon. Participants are required to present their final product (the 3D Printed output of their design) at a banquet, where the judges will walk around, evaluating their product. More information regarding the banquet&#39;s date and time to come soon! Your product will be judged based on creativity, meaning, and execution. We hope to see you all there! Link to form: &#60;a href=&#34;https://forms.office.com/Pages/ResponsePage.aspx?id=Cx5ATVJlCE69OKjRXKDd2VeRbDkaKGhNpGXWIZvuJfBUMk9XTUM0WDhSVk00TjFZTUhPTFRYWkc5OC4u&#34;&#62;3D Printing for All Competition - Fill out form&#60;/a&#62;&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>3D_comp.png</rawname><href>attach/b83cb87c-b0de-63b4-6d4d-57bc32cdf164/3D_comp.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/b83cb87c-b0de-63b4-6d4d-57bc32cdf164/tn_0.png</href></thumbnail></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/b83cb87c-b0de-63b4-6d4d-57bc32cdf164/di_0.png</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>1</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127042</emailLink>
	<direct-url>details.php?id=127042&amp;title=3D_Printing_For_All_Competition</direct-url>
</story>
<story>
<story_unique_id>6f56ce38-d119-8114-e5e7-40cb3cfbef44</story_unique_id><story_id>127082</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>YVETTE TAYLOR</submitter_name><story_headline>Governance Announcement</story_headline><story_body>&#60;p&#62;&#60;b&#62;Governance Announcement&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;Make Your Voice Count in &#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;Participatory Governance&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Stay Connected with Governance&#60;/p&#62;&#13;&#10;&#60;p&#62;Stay connected to College decisions by joining this week&#39;s Governance meetings. It&#39;s a chance to learn about initiatives and contribute your perspective. Visit the Governance website for all Zoom links and meeting times.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;Council meeting for week of Apirl 20 - April 28&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Germantown Campus Council: April 21, 1-3 p.m.&#60;/p&#62;&#13;&#10;&#60;p&#62;Administrator Council: April 22, 1-3 p.m.&#60;/p&#62;&#13;&#10;&#60;p&#62;College Council: April 28, 1-3 p.m.&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;Please use the link below to access the zoom meeting links:&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;a href=&#34;https://info.montgomerycollege.edu/secured/governance/index.html&#34;&#62;&#60;b&#62;https://info.montgomerycollege.edu/secured/governance/index.html&#60;/b&#62;&#60;/a&#62;&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>Governance Announcement Inside MC April 20th-April 28th 2026.docx</rawname><href>attach/6f56ce38-d119-8114-e5e7-40cb3cfbef44/Governance Announcement Inside MC April 20th-April 28th 2026.docx</href></file><caption>Governance Announcement</caption></attached_file></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>2</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127082</emailLink>
	<direct-url>details.php?id=127082&amp;title=Governance_Announcement</direct-url>
</story>
<story>
<story_unique_id>abad0690-2066-13f4-957a-e0d573e0e81a</story_unique_id><story_id>127184</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Nafeesa Azizi</submitter_name><story_headline>3D Printing for All Competition By STEM Ambassadors</story_headline><story_body>&#60;p&#62;The 3D Printing for All Competition&#39;s deadline is arriving soon! Don&#39;t miss out the chance to win a FREE 3D-Printer! Either scan the QR code on the flyer or click the link to submitted your creations! &#60;a href=&#34;https://forms.office.com/Pages/ResponsePage.aspx?id=Cx5ATVJlCE69OKjRXKDd2VeRbDkaKGhNpGXWIZvuJfBUMk9XTUM0WDhSVk00TjFZTUhPTFRYWkc5OC4u&#34; target=&#34;_blank&#34; title=&#34;https://forms.office.com/Pages/ResponsePage.aspx?id=Cx5ATVJlCE69OKjRXKDd2VeRbDkaKGhNpGXWIZvuJfBUMk9XTUM0WDhSVk00TjFZTUhPTFRYWkc5OC4u&#34;&#62;https://forms.office.com/Pages/ResponsePage.aspx?id=Cx5ATVJlCE69OKjRXKDd2VeRbDkaKGhNpGXWIZvuJfBUMk9XTUM0WDhSVk00TjFZTUhPTFRYWkc5OC4u&#60;/a&#62; Rubric: Have a completed 3D Printed project that either addresses a problem or an interest. It must be meaningful to the creator and if possible, how is the project meaningful to their community (It can be a specific community you are trying to address). The project will be evaluated based on the following criterias:&#60;/p&#62;&#13;&#10;&#60;ol&#62;&#13;&#10;&#60;li&#62;Creativity&#60;/li&#62;&#13;&#10;&#60;li&#62;Execution Level (How well is the print - is it function or does it fully address the prompt you choose for yourself? Essentially does the completed project achieve the goal the student set for themself)&#60;/li&#62;&#13;&#10;&#60;li&#62;Meaning (Does the project have a meaningful purpose?)&#60;/li&#62;&#13;&#10;&#60;li&#62;Create a document that explains you must explain your purpose/intent of your project, why it is meaningful to you, a robust explanation of the design, the steps you took to accomplish your design, and any difficulties you had during the process.&#60;/li&#62;&#13;&#10;&#60;li&#62;You must be at the banquet to present your final product. It will be held during the week of May 4th. Judges will walk around and you will be expected to explain your project to those that approach you. Please see attached flyer for more information. &#60;/li&#62;&#13;&#10;&#60;/ol&#62;</story_body><attached_files><attachmentcount>2</attachmentcount><attached_file><file><rawname>3D_comp.png</rawname><href>attach/abad0690-2066-13f4-957a-e0d573e0e81a/3D_comp.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/abad0690-2066-13f4-957a-e0d573e0e81a/tn_0.png</href></thumbnail></attached_file><attached_file><file><rawname>comp_flyer_2.pdf</rawname><href>attach/abad0690-2066-13f4-957a-e0d573e0e81a/comp_flyer_2.pdf</href></file></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/abad0690-2066-13f4-957a-e0d573e0e81a/di_0.png</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>0</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127184</emailLink>
	<direct-url>details.php?id=127184&amp;title=3D_Printing_for_All_Competition_By_STEM_Ambassadors</direct-url>
</story>
<story>
<story_unique_id>94687e04-108f-1054-e9a9-6f8a838bf756</story_unique_id><story_id>126416</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Karlyvette Acevedo</submitter_name><story_headline>Drop the Docs Tuesday Event</story_headline><story_body>&#60;p&#62;Hi Raptors! Did you complete your 2026-2027 FAFSA for the upcoming academic year? If so, remember that the FAFSA or MHEC ONE-APP is your first step! Second step is submitting your financial aid forms. If you need assistance with your forms, come to Drop the Docs Tuesday on April 28, from 10 a.m.-1 p.m. on all campuses including ECEC at the Raptor Central Lobby. You can join our online session that same day from 4-6 p.m. (See flyer for details), registration is required for the online session. You can also join us if you still need assistance completing or making corrections to your FAFSA or MHEC ONE-APP, want to learn about the fiancial aid process, state aid and scholarship questions, or any general financial aid questions you may have. We look forward to seeing you there!&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>DroptheDocsTuesdaySpring2026.jpg</rawname><href>attach/94687e04-108f-1054-e9a9-6f8a838bf756/DroptheDocsTuesdaySpring2026.jpg</href></file><thumbnail><rawname>tn_0.jpg</rawname><href>attach/94687e04-108f-1054-e9a9-6f8a838bf756/tn_0.jpg</href></thumbnail><caption>Drop the Docs Tuesday Event</caption></attached_file></attached_files><display_image><rawname>di_0.jpg</rawname><href>attach/94687e04-108f-1054-e9a9-6f8a838bf756/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>2</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126416</emailLink>
	<direct-url>details.php?id=126416&amp;title=Drop_the_Docs_Tuesday_Event</direct-url>
</story>
<story>
<story_unique_id>2e272398-cf36-8d04-611b-ebc5b0eb3825</story_unique_id><story_id>126637</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Angela Dawson</submitter_name><story_headline>Need Health Insurance? Start Here</story_headline><story_body>&#60;p data-start=&#34;1354&#34; data-end=&#34;1391&#34;&#62;Not sure how to get health insurance?&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1393&#34; data-end=&#34;1500&#34;&#62;Montgomery College does not offer student health insurance plans, but you can explore your options through:&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1502&#34; data-end=&#34;1572&#34;&#62;&#60;strong data-start=&#34;1505&#34; data-end=&#34;1535&#34;&#62;&#60;a href=&#34;http://insidemcprod.montgomerycollege.edu/www.marylandhealthconnection.gov&#34;&#62;Maryland Health Connection&#60;/a&#62;&#60;/strong&#62;&#60;a target=&#34;_new&#34; data-start=&#34;1538&#34; data-end=&#34;1570&#34;&#62;&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1574&#34; data-end=&#34;1628&#34;&#62;This is Maryland&#39;s official marketplace where you can:&#60;/p&#62;&#13;&#10;&#60;ul data-start=&#34;1629&#34; data-end=&#34;1719&#34;&#62;&#13;&#10;&#60;li data-section-id=&#34;olcmbz&#34; data-start=&#34;1629&#34; data-end=&#34;1646&#34;&#62;Compare plans&#60;/li&#62;&#13;&#10;&#60;li data-section-id=&#34;6u2821&#34; data-start=&#34;1647&#34; data-end=&#34;1696&#34;&#62;Check if you qualify for financial assistance&#60;/li&#62;&#13;&#10;&#60;li data-section-id=&#34;1vk6tdj&#34; data-start=&#34;1697&#34; data-end=&#34;1719&#34;&#62;Enroll in coverage&#60;/li&#62;&#13;&#10;&#60;/ul&#62;&#13;&#10;&#60;p data-start=&#34;1721&#34; data-end=&#34;1776&#34;&#62;Many students qualify for &#60;strong data-start=&#34;1747&#34; data-end=&#34;1775&#34;&#62;low-cost or free options&#60;/strong&#62;.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1778&#34; data-end=&#34;1867&#34;&#62;Need help? You can connect with a trained navigator who can walk you through the process:&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1869&#34; data-end=&#34;1910&#34;&#62;&#60;a target=&#34;_new&#34; data-start=&#34;1872&#34; data-end=&#34;1910&#34;&#62;www.marylandhealthconnection.gov/help/&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1917&#34; data-end=&#34;1978&#34;&#62;&#60;strong data-start=&#34;1917&#34; data-end=&#34;1978&#34;&#62;Start here first to find the coverage that works for you.&#60;/strong&#62;&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>HealthInsuranceFlyer.png</rawname><href>attach/2e272398-cf36-8d04-611b-ebc5b0eb3825/HealthInsuranceFlyer.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/2e272398-cf36-8d04-611b-ebc5b0eb3825/tn_0.png</href></thumbnail><caption>HealthInsurance flyer</caption></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/2e272398-cf36-8d04-611b-ebc5b0eb3825/di_0.png</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>2</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126637</emailLink>
	<direct-url>details.php?id=126637&amp;title=Need_Health_Insurance?_Start_Here</direct-url>
</story>
<story>
<story_unique_id>104a596f-f0dc-7304-3d0a-873ac031b847</story_unique_id><story_id>126655</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Angela Dawson</submitter_name><story_headline>Mobile Health Center Returns to Rockville Campus in April</story_headline><story_body>&#60;p data-start=&#34;4271&#34; data-end=&#34;4412&#34;&#62;The Carol Whitehill Moses Mobile Health Center will be on the Rockville Campus on April 2 and April 30 from 10 a.m. to 3:30 p.m.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;4414&#34; data-end=&#34;4661&#34;&#62;This service provides Montgomery College students with access to confidential, high-quality reproductive and sexual health care, including STI and HIV testing, birth control and emergency contraception, pregnancy testing, and health consultations.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;4663&#34; data-end=&#34;4807&#34;&#62;Services are open to all currently enrolled MC students, including both credit and WDCE students. No one is turned away due to inability to pay.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;4809&#34; data-end=&#34;4894&#34;&#62;Students can call 202-347-8512 to make an appointment or visit: bit.ly/MobileHealthMC&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>MobileHealthApr2026.png</rawname><href>attach/104a596f-f0dc-7304-3d0a-873ac031b847/MobileHealthApr2026.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/104a596f-f0dc-7304-3d0a-873ac031b847/tn_0.png</href></thumbnail><caption>AprMobileHealth</caption></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/104a596f-f0dc-7304-3d0a-873ac031b847/di_0.png</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>2</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126655</emailLink>
	<direct-url>details.php?id=126655&amp;title=Mobile_Health_Center_Returns_to_Rockville_Campus_in_April</direct-url>
</story>
<story>
<story_unique_id>1b761258-c1ff-5cc4-bd91-df7c3a5f0127</story_unique_id><story_id>127166</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Dafany Molina</submitter_name><story_headline>Wellness Workshop - Nursing Club</story_headline><story_body>&#60;p&#62;Join the Nursing Club for a relaxing wellness workshop designed to help you manage stress and recharge before finals. Enjoy hands-on self-care activities, connect with campus wellness resources, and take time to focus on your mental health and well-being.&#60;/p&#62;&#13;&#10;&#60;p&#62;Thursday, April 30 11 a.m.-12 p.m. HC 201, 2nd Floor (Student Lounge)&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>Nursingclubeventflyer.jpeg</rawname><href>attach/1b761258-c1ff-5cc4-bd91-df7c3a5f0127/Nursingclubeventflyer.jpeg</href></file><thumbnail><rawname>tn_0.jpeg</rawname><href>attach/1b761258-c1ff-5cc4-bd91-df7c3a5f0127/tn_0.jpeg</href></thumbnail></attached_file></attached_files><display_image><rawname>di_0.jpeg</rawname><href>attach/1b761258-c1ff-5cc4-bd91-df7c3a5f0127/di_0.jpeg</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>0</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127166</emailLink>
	<direct-url>details.php?id=127166&amp;title=Wellness_Workshop_-_Nursing_Club</direct-url>
</story>
<story>
<story_unique_id>cba9ff48-8701-6464-c16d-f3f174618a49</story_unique_id><story_id>127169</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Dafany Molina</submitter_name><story_headline>Forensic Science Club - Mock Crime Scenes</story_headline><story_body>&#60;p data-start=&#34;0&#34; data-end=&#34;192&#34;&#62;&#60;strong data-start=&#34;0&#34; data-end=&#34;42&#34;&#62;Put your detective skills to the test!&#60;/strong&#62; Join the Forensic Science Club for an interactive mock crime scene experience where you&#39;ll gather clues, analyze evidence, and solve the case.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;194&#34; data-end=&#34;400&#34; data-is-last-node=&#34;&#34; data-is-only-node=&#34;&#34;&#62;&#60;strong data-start=&#34;194&#34; data-end=&#34;206&#34;&#62;Details:&#60;/strong&#62;&#60;/p&#62;&#13;&#10;&#60;ul&#62;&#13;&#10;&#60;li&#62;Date: Tuesday, April 28&#60;/li&#62;&#13;&#10;&#60;li&#62;Time: 2-3:30 p.m.&#60;/li&#62;&#13;&#10;&#60;li&#62;Location: CM 216/218 (Takoma Park/Silver Spring)&#60;/li&#62;&#13;&#10;&#60;/ul&#62;&#13;&#10;&#60;p data-start=&#34;194&#34; data-end=&#34;400&#34; data-is-last-node=&#34;&#34; data-is-only-node=&#34;&#34;&#62;Interest Form: bit.ly/3QzB99u&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>MockCrimeSceneFlyer.jpg</rawname><href>attach/cba9ff48-8701-6464-c16d-f3f174618a49/MockCrimeSceneFlyer.jpg</href></file><thumbnail><rawname>tn_0.jpg</rawname><href>attach/cba9ff48-8701-6464-c16d-f3f174618a49/tn_0.jpg</href></thumbnail></attached_file></attached_files><display_image><rawname>di_0.jpg</rawname><href>attach/cba9ff48-8701-6464-c16d-f3f174618a49/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>0</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127169</emailLink>
	<direct-url>details.php?id=127169&amp;title=Forensic_Science_Club_-_Mock_Crime_Scenes</direct-url>
</story>
<story>
<story_unique_id>492ac5bb-27b3-fe54-8181-84e50ed7aa47</story_unique_id><story_id>127205</story_id><status_changed_at>2026-04-28 00:00:01.000</status_changed_at><submitter_name>Betsy Leonard</submitter_name><story_headline>CCC Agenda: May 1, 2026</story_headline><story_body>&#60;p&#62;The &#60;b&#62;Collegewide Curriculum Committee (CCC)&#60;/b&#62;  &#60;a href=&#34;https://montgomerycollege.curriculog.com/agenda:396/form&#34;&#62;May 1, 2026&#60;/a&#62; meeting agenda is ready for review! The agenda contains pending curriculum actions for review and other curriculum matters for discussion.&#60;/p&#62;&#13;&#10;&#60;p&#62;Curriculum actions are tracked in &#60;a href=&#34;https://montgomerycollege.curriculog.com/&#34;&#62;Curriculog&#60;/a&#62;, the College&#39;s curriculum management application. To view the proposals, log into &#60;a href=&#34;https://montgomerycollege.curriculog.com/&#34;&#62;Curriculog&#60;/a&#62; using your MyMC credentials, then click on the above agenda link. You can also click on the Agendas tab and search for &#60;a href=&#34;https://montgomerycollege.curriculog.com/agenda:396/form&#34;&#62;CCC Agenda: May 1, 2026&#60;/a&#62;. Once in the agenda, click on the course or program links to view the proposals.&#60;/p&#62;&#13;&#10;&#60;p&#62;The &#60;b&#62;CCC&#60;/b&#62; meetings are open to the college community. The meetings occur during the academic year on the first and third Fridays, 2-4 p.m. The May 1 CCC meeting will be held at Rockville&#39;s SC 152. Hope to see you there!&#60;/p&#62;&#13;&#10;&#60;p&#62;The &#60;b&#62;CCC&#60;/b&#62; guides the curriculum action process and makes recommendations on curriculum matters to the Office of the Senior Vice President for Academic Affairs. For more information about the CCC&#39;s work, visit the &#60;a href=&#34;https://info.montgomerycollege.edu/secured-fas/academic-affairs/curriculum/index.html&#34;&#62;CCC webpage&#60;/a&#62; using your MyMC credentials. If you have questions or need assistance with curriculum matters, please contact the &#60;b&#62;CCC&#60;/b&#62; at &#60;a href=&#34;mailto:CCC@montgomerycollege.edu&#34;&#62;CCC@montgomerycollege.edu&#60;/a&#62;.&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>mc-ccc-1.jpg</rawname><href>attach/492ac5bb-27b3-fe54-8181-84e50ed7aa47/mc-ccc-1.jpg</href></file><thumbnail><rawname>tn_0.jpg</rawname><href>attach/492ac5bb-27b3-fe54-8181-84e50ed7aa47/tn_0.jpg</href></thumbnail><caption>MC CCC</caption></attached_file></attached_files><display_image><rawname>di_0.jpg</rawname><href>attach/492ac5bb-27b3-fe54-8181-84e50ed7aa47/di_0.jpg</href></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>0</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 28, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=127205</emailLink>
	<direct-url>details.php?id=127205&amp;title=CCC_Agenda:_May_1,_2026</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>College News</category_name><export_class>collegenews</export_class></category_info><category_info><display_order>2</display_order><category_name>Student News</category_name><export_class>studentnews</export_class></category_info><category_info><display_order>3</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>Drop the Docs Tuesday</title><description>Students can get assistance with submitting their financial aid forms and learn about what to do after completing their FAFSA or MHEC ONE-APP, including institutional scholarship information, state aid, the financial aid process, and more!</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/drop-the-docs-tuesday/</link><guid isPermaLink="false">0598ae7f-371a-4a8e-ba31-369238818008</guid><pubDate>Tue, 28 Apr 2026 14:00:00 GMT</pubDate></item><item><title>Drop the Docs Tuesday</title><description>Students can get assistance with submitting their financial aid forms and learn about what to do after completing their FAFSA or MHEC ONE-APP, including institutional scholarship information, state aid, the financial aid process, and more!</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/drop-the-docs-tuesday/</link><guid isPermaLink="false">fa21ad80-1730-4070-9c24-92f3e7ab805a</guid><pubDate>Tue, 28 Apr 2026 14:00:00 GMT</pubDate></item><item><title>Drop the Docs Tuesday</title><description>Students can get assistance with submitting their financial aid forms and learn about what to do after completing their FAFSA or MHEC ONE-APP, including institutional scholarship information, state aid, the financial aid process, and more!</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/drop-the-docs-tuesday/</link><guid isPermaLink="false">b4d4eb1b-4f32-4dd6-805d-bbc3b18b5217</guid><pubDate>Tue, 28 Apr 2026 14:00:00 GMT</pubDate></item><item><title>FREE, Rapid HIV Testing @ Montgomery College</title><description>FREE, Rapid HIV Testing @ Montgomery College. This service is open to all Montgomery College students, and all are welcome, as we strive to educate and provide prevention to improve HIV infection rates and outcomes in Montgomery County!</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/free-rapid-hiv-testing--montgomery-college-2/</link><guid isPermaLink="false">c0b4abf2-619b-4492-b0af-7627736b86fa</guid><pubDate>Tue, 28 Apr 2026 14:00:00 GMT</pubDate></item><item><title>Forensic Science Club - Mock Crime Scenes </title><description>Put your detective skills to the test! Join the Forensic Science Club for an interactive mock crime scene experience where you’ll gather clues, analyze evidence, and solve the case.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/forensic-science-club---mock-crime-scenes/</link><guid isPermaLink="false">f63c177f-7aea-40df-9c64-d4fb556a027c</guid><pubDate>Tue, 28 Apr 2026 18:00:00 GMT</pubDate></item><item><title>100% Triumph Christian Club Meeting </title><description>The mission of 100% Triumph Christian Club is to promote genuine fellowship among students on campus, creating a welcoming space to grow in faith, build community, and live out Christian values through encouragement, service, and spiritual connection.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/100-triumph-christian-club-meeting-27/</link><guid isPermaLink="false">bf13eb8f-4991-4350-b032-6229a995e0d1</guid><pubDate>Tue, 28 Apr 2026 19:30:00 GMT</pubDate></item><item><title>Creative Writing Club Meeting</title><description>Join the Creative Writing Club at Montgomery College Student Life for a relaxed, supportive space where writers of all backgrounds can connect, create, and find inspiration. Whether you enjoy poetry, storytelling, journaling, or simply expressing yourself through words, this is your time to write.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/creative-writing-club-16/</link><guid isPermaLink="false">a38df96e-1a95-4f03-bdbf-c8f0871b8a4d</guid><pubDate>Tue, 28 Apr 2026 20:00:00 GMT</pubDate></item><item><title>Drop the Docs Tuesday</title><description>Students can get assistance with submitting their financial aid forms and learn about what to do after completing their FAFSA or MHEC ONE-APP, including institutional scholarship information, state aid, the financial aid process, and more!</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/drop-the-docs-tuesday/</link><guid isPermaLink="false">e31b9059-462c-4ebc-a227-64728059ace3</guid><pubDate>Tue, 28 Apr 2026 20: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-13/</link><guid isPermaLink="false">484bcc47-cb2d-413d-abb2-caf99a13a4b3</guid><pubDate>Tue, 28 Apr 2026 22:30:00 GMT</pubDate></item><item><title>Spring Job Fairs </title><description>Student Employment Services (SES) hosts its annual Spring Job Fairs! Meet and connect with multiple employers across various industries. No registration required for job seekers. This event is open to the public—both students and alumni are strongly encouraged to attend.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/spring-job-fairs-1/</link><guid isPermaLink="false">c14d5e3b-e950-4099-8715-d524907d2de1</guid><pubDate>Wed, 29 Apr 2026 14:00:00 GMT</pubDate></item><item><title>Bloom and Balance : Wellness Together Club Meeting</title><description>Join us as we practice mindfulness, movement, and community building. Enjoy Yoga, gratitude journaling, and self care workshops.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/bloom-and-balance--wellness-together-club-meeting-8/</link><guid isPermaLink="false">86cdf6bb-ad46-4337-b19c-f4e93e72c262</guid><pubDate>Wed, 29 Apr 2026 16:00:00 GMT</pubDate></item><item><title>MC Foundation Innovation Grant Informational Session</title><description>MC Foundation Innovation Grant Informational Session Time: Apr 29, 12 p.m. Join Zoom Meeting https://montgomerycollege.zoom.us/j/99139748564?pwd=twRolawIyaQSTlbwpEM9vT6iacwbje.1 Meeting ID: 991 3974 8564 Passcode: 120798</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/mc-foundation-innovation-grant-informational-session/</link><guid isPermaLink="false">2044b8d4-f4a5-4594-962c-3a20276a3fd9</guid><pubDate>Wed, 29 Apr 2026 16:00:00 GMT</pubDate></item><item><title>Red Flags Don’t Start Red (Escalation Workshop)</title><description>This workshop highlights the warning signs of relationship abuse and domestic violence, helping participants recognize how unhealthy behaviors can escalate into dangerous situations. While not solely focused on sexual violence, Escalation addresses the broader dynamics of abusive relationships—where</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/red-flags-dont-start-red-escalation-workshop/</link><guid isPermaLink="false">018ef10e-36b7-43da-ba7d-5edd8ed8101b</guid><pubDate>Wed, 29 Apr 2026 17:00:00 GMT</pubDate></item><item><title>It's Not Too Late (In-Person Information Session)</title><description>Join staff from the TRIO Educational Opportunity Center for a free virtual information session covering postsecondary topics. During this workshop, staff will provide a brief overview of EOC services, how to apply to college or training programs, FAFSA and financial aid processes, and more!</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/its-not-too-late-in-person-information-session/</link><guid isPermaLink="false">209993bb-c0a5-4c3e-93a3-2c040332c2c2</guid><pubDate>Wed, 29 Apr 2026 22:00:00 GMT</pubDate></item><item><title>Carol Whitehill Moses Mobile Health Center – Rockville Campus</title><description>The Carol Whitehill Moses Mobile Health Center will be on the Rockville Campus, providing confidential reproductive and sexual health services for Montgomery College students. April 2 and 30</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/carol-whitehill-moses-mobile-health-center--rockville-campus-3/</link><guid isPermaLink="false">30470db4-464f-4681-9ad7-8bae8a69e848</guid><pubDate>Thu, 30 Apr 2026 14:00:00 GMT</pubDate></item><item><title>Wellness Workshop - Nursing Club </title><description>Join the Nursing Club for a relaxing wellness workshop designed to help you manage stress and recharge before finals. Enjoy hands-on self-care activities, connect with campus wellness resources, and take time to focus on your mental health and well-being.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/wellness-workshop---nursing-club/</link><guid isPermaLink="false">654bcda7-9495-4cb3-bb42-584fb983198d</guid><pubDate>Thu, 30 Apr 2026 15:00:00 GMT</pubDate></item><item><title>Muslim Student Association Club Meeting </title><description>MSA offers a welcoming space for students to connect, grow in faith, and build community through discussions, group prayers, social activities, and service opportunities. Meetings are held weekly on Thursdays from 1:30–3 p.m. in ST 302 at the Takoma Park/Silver Spring Campus. Open to all MC students</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/muslim-student-association-club-meeting-9/</link><guid isPermaLink="false">1e549e06-d8d0-407d-bd7c-49b5b536667f</guid><pubDate>Thu, 30 Apr 2026 17:30:00 GMT</pubDate></item><item><title>Patesi Foundation and MC Student life  - Male Allyship Workshop</title><description>Join the Male Allyship Workshop: Men Supporting Menstrual Equity</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/patesi-foundation-and-mc-student-life----male-allyship-workshop-2/</link><guid isPermaLink="false">ed35aa6c-2c36-4cc5-ae44-d64afcf180df</guid><pubDate>Thu, 30 Apr 2026 18:00:00 GMT</pubDate></item><item><title>C.A.M.P Club Meeting </title><description>Join the Chemistry–Advanced Math–Physics (C.A.M.P.) Club to explore science through research, projects, and collaborative learning. Connect with other students interested in chemistry, math, and physics while working on innovative ideas and environmental science initiatives.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/camp-club-meeting-8/</link><guid isPermaLink="false">50e08536-97f2-4fae-8583-0620e835b5db</guid><pubDate>Thu, 30 Apr 2026 20: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-14/</link><guid isPermaLink="false">0af99704-3b50-4e29-938c-026278f42267</guid><pubDate>Thu, 30 Apr 2026 22:30:00 GMT</pubDate></item><item><title>Excalibur Newspaper meeting</title><description>The Excalibur Newspaper is currently welcoming students interested in writing, photography, graphic design, and creative work. Joining offers opportunities to share meaningful stories, build leadership and communication skills, strengthen your résumé, represent your school’s voice.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/excalibur-newspaper-meeting-18/</link><guid isPermaLink="false">74d7965a-7f2b-4551-a5d0-c7dcfd730c3b</guid><pubDate>Fri, 01 May 2026 15:00:00 GMT</pubDate></item><item><title>Queer Club Meeting </title><description>The Queer Club welcomes all students to an inclusive and supportive community on campus. The club is currently seeking a Treasurer and meets every Friday from 2–3 PM in P3 217.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/queer-club-meeting-10/</link><guid isPermaLink="false">218b2311-337f-4ce1-8a17-716348979b47</guid><pubDate>Fri, 01 May 2026 18:00:00 GMT</pubDate></item><item><title>Movies and Media Club Meeting</title><description>Join the Movies &amp;amp; Media Club for a fun and relaxed space to watch and discuss movies, anime, and TV shows with fellow students. Meetings take place every Friday at 2:30 PM in P4-201. Scan the QR code to join and become part of the community. Hosted by Montgomery College Student Life.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/movies-and-media-club-meeting-19/</link><guid isPermaLink="false">21e3a6c8-7d70-40e0-8072-0439c2d2486f</guid><pubDate>Fri, 01 May 2026 18:30:00 GMT</pubDate></item><item><title>Treat Yourself</title><description>Treat yourself before finals week and enjoy delicious sweets.</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/treat-yourself/</link><guid isPermaLink="false">d574e1c5-592d-4a72-a74f-4f7bf6500b1c</guid><pubDate>Mon, 04 May 2026 15:00:00 GMT</pubDate></item><item><title>Resource Cafe</title><description>Free snacks + good vibes + resources you actually need? Say less ☕ Pull up to the Student Unity &amp;amp; Inclusion Resource Café and treat yourself while getting connected on campus!</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/resource-cafe-2/</link><guid isPermaLink="false">2fb63bc2-a231-480d-8d99-8e1d9cba05c8</guid><pubDate>Mon, 04 May 2026 16:00:00 GMT</pubDate></item><item><title>Raptors Spring Spirit Day/Fun at the Ballpark 2026</title><description>Join us for the Raptors Spring Spirit Day/Annual "Fun at the Ballpark" Germantown Campus baseball game and picnic with the first pitch thrown at 1 p.m.! Join us for a fun afternoon of baseball, picnic food, giveaways, and games as we celebrate our excellent Raptors baseball team.</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/fun-at-the-ballpark/</link><guid isPermaLink="false">7bc6168d-facd-4936-89cc-b4e2bbf37b3d</guid><pubDate>Mon, 04 May 2026 16:30:00 GMT</pubDate></item><item><title>Next Move Board Game Club Meeting</title><description>Level up your Mondays with the Next Move Board Game Club! Relax, recharge, and connect with fellow students while enjoying a variety of classic board and card games in a fun, low-pressure environment. Enjoy snacks, music, friendly competition, and climb the leaderboard. Details: Every Monday · 3 PM</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/next-move-board-game-club-meeting-9/</link><guid isPermaLink="false">03a02ee5-1361-4e72-8223-b7b7e55356cb</guid><pubDate>Mon, 04 May 2026 19:00:00 GMT</pubDate></item><item><title>Fireside Chat Career Series (Hybrid)</title><description>The ignITe Hub hosts a monthly Fireside Chat Career Series. Each month, we will host a trailblazing guest speaker to explore their unique tech career path.</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/fireside-chat-career-series-hybrid-3/</link><guid isPermaLink="false">2011783c-6bfe-453b-8978-7e5b699daf4a</guid><pubDate>Mon, 04 May 2026 22:00:00 GMT</pubDate></item><item><title>Join us for MC’s Paying for College Series!- Understanding My Costs &amp; Bill</title><description>Learn how to read your college bill and what your financial aid covers.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/join-us-for-mcs-paying-for-college-series--understanding-my-costs--bill/</link><guid isPermaLink="false">c22dd56c-76b2-43e1-8cf8-bf3f71db3ba4</guid><pubDate>Mon, 04 May 2026 22: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-2/</link><guid isPermaLink="false">27cc4cd9-0b57-4a40-b23f-83a38dbb619a</guid><pubDate>Mon, 04 May 2026 22:00:00 GMT</pubDate></item><item><title>Dogfishing for MC Scholarships</title><description>The Montgomery College Alumni Association is excited to invite you to the 13th annual Dogfishing for MC Scholarships fundraiser! The event will take place on Tuesday, May 5 from 11 a.m. – 9 p.m.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/dogfishing-for-mc-scholarships-2/</link><guid isPermaLink="false">82c7bb08-ab6c-4db6-bbb7-2afd1df03cba</guid><pubDate>Tue, 05 May 2026 15:00:00 GMT</pubDate></item><item><title>Poppin' by to Say Good Luck</title><description>Stop by to grab some popcorn and a little extra luck for your exams.</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/poppin-by-to-say-good-luck/</link><guid isPermaLink="false">72023a14-1977-449d-b148-671858b093fc</guid><pubDate>Tue, 05 May 2026 15:00:00 GMT</pubDate></item><item><title>Germantown Campus Academic Honors and Awards Convocation</title><description>Annual event to recognize students' academic achievements</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/germantown-campus-academic-honors-and-awards-convocation/</link><guid isPermaLink="false">6031d347-400a-4af7-9d3b-e52c0d10c9bd</guid><pubDate>Tue, 05 May 2026 18:00:00 GMT</pubDate></item><item><title>100% Triumph Christian Club Meeting </title><description>The mission of 100% Triumph Christian Club is to promote genuine fellowship among students on campus, creating a welcoming space to grow in faith, build community, and live out Christian values through encouragement, service, and spiritual connection.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/100-triumph-christian-club-meeting-28/</link><guid isPermaLink="false">4c9bd302-b5c1-4cf2-887d-a2c7bf5a8faa</guid><pubDate>Tue, 05 May 2026 19:30:00 GMT</pubDate></item><item><title>Creative Writing Club Meeting</title><description>Join the Creative Writing Club at Montgomery College Student Life for a relaxed, supportive space where writers of all backgrounds can connect, create, and find inspiration. Whether you enjoy poetry, storytelling, journaling, or simply expressing yourself through words, this is your time to write.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/creative-writing-club-17/</link><guid isPermaLink="false">4676a730-e070-4cd6-a33a-8c7e15c073c3</guid><pubDate>Tue, 05 May 2026 20:00:00 GMT</pubDate></item><item><title>Welcome Day 2026</title><description>You and your family are invited to an event dedicated to the achievements of first-generation college students and your road to higher education.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/welcome-day-2026/</link><guid isPermaLink="false">c5d643d3-d0cc-4025-a834-4c0bf0be16f8</guid><pubDate>Tue, 05 May 2026 21: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-15/</link><guid isPermaLink="false">8a80ee4e-eda4-49bb-9801-6bef351c19b4</guid><pubDate>Tue, 05 May 2026 22:30:00 GMT</pubDate></item><item><title>Free Coffee &amp; Breakfast in Backpacks!</title><description>Montgomery College Student Life is offering Free Coffee &amp;amp; Breakfast in Backpacks to support students and help them start their day energized. This initiative creates a welcoming space where students can grab a quick meal, connect with others, and feel supported across campus locations.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/free-coffee--breakfast-in-backpacks-4/</link><guid isPermaLink="false">e9e795fa-d17b-46bc-8947-c6a38210532c</guid><pubDate>Wed, 06 May 2026 13:00:00 GMT</pubDate></item><item><title>Dog Destress</title><description>Join the SGA Student Wellness Committee and Student Life for a mental break. Relax and spend time with friendly dogs.</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/dog-destress/</link><guid isPermaLink="false">ac609734-84ec-4ada-92cf-ef1406d27e92</guid><pubDate>Wed, 06 May 2026 15:00:00 GMT</pubDate></item><item><title>Bloom and Balance : Wellness Together Club Meeting</title><description>Join us as we practice mindfulness, movement, and community building. Enjoy Yoga, gratitude journaling, and self care workshops.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/bloom-and-balance--wellness-together-club-meeting-9/</link><guid isPermaLink="false">9135176f-34d1-435c-9e30-59f50a80ca71</guid><pubDate>Wed, 06 May 2026 16:00:00 GMT</pubDate></item><item><title>Join us for Cafecito on May 6!</title><description>May brings information on “Celebrating the Journey to College: Our Achievements and New Goals” / “Celebrando El Camino Hacia La Universidad: Nuestros Logros, ¡y Nuevas Metas!”.</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/join-us-for-cafecito-on-may-6th/</link><guid isPermaLink="false">3916a7d7-4b68-4450-9c85-da503ceb8bca</guid><pubDate>Wed, 06 May 2026 22:00:00 GMT</pubDate></item><item><title>Vision Boards &amp; Movie</title><description>Come make vision boards and watch teen beach movie</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/vision-boards--movie/</link><guid isPermaLink="false">6a6e4b4d-bc2d-4214-8555-05f3375ca5bd</guid><pubDate>Thu, 07 May 2026 15:00:00 GMT</pubDate></item><item><title>Muslim Student Association Club Meeting </title><description>MSA offers a welcoming space for students to connect, grow in faith, and build community through discussions, group prayers, social activities, and service opportunities. Meetings are held weekly on Thursdays from 1:30–3 p.m. in ST 302 at the Takoma Park/Silver Spring Campus. Open to all MC students</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/muslim-student-association-club-meeting-10/</link><guid isPermaLink="false">2ff5ed46-6d0f-41e6-8383-4d169e3df8e9</guid><pubDate>Thu, 07 May 2026 17:30:00 GMT</pubDate></item><item><title>Service Squad Club Meeting </title><description>Join the Service Squad and make a difference while building valuable leadership and problem-solving skills. Earn volunteer hours, support local communities, meet new people, and explore new interests.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/service-squad-club-meeting-11/</link><guid isPermaLink="false">8ee2c45c-4ccb-4175-a158-dbbf8ce82ea6</guid><pubDate>Thu, 07 May 2026 19:30:00 GMT</pubDate></item><item><title>Biology Club Meeting</title><description>The Biology Club at Montgomery College TPSS offers students an engaging space to explore science through hands-on activities, discussions, and community-building events. Members can participate in experiences like bacteria plating, movie nights, and guest speaker sessions.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/biology-club-meeting-7/</link><guid isPermaLink="false">b244cf87-c232-4ee1-9b28-4edd1214a173</guid><pubDate>Thu, 07 May 2026 20:00:00 GMT</pubDate></item><item><title>C.A.M.P Club Meeting </title><description>Join the Chemistry–Advanced Math–Physics (C.A.M.P.) Club to explore science through research, projects, and collaborative learning. Connect with other students interested in chemistry, math, and physics while working on innovative ideas and environmental science initiatives.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/camp-club-meeting-9/</link><guid isPermaLink="false">ab022e91-4441-416e-8dc5-0843d1fe23a1</guid><pubDate>Thu, 07 May 2026 20: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-16/</link><guid isPermaLink="false">31f9ff3d-a2bd-48a5-ad5e-0ad4d4c2d0f0</guid><pubDate>Thu, 07 May 2026 22:30:00 GMT</pubDate></item><item><title>Excalibur Newspaper meeting</title><description>The Excalibur Newspaper is currently welcoming students interested in writing, photography, graphic design, and creative work. Joining offers opportunities to share meaningful stories, build leadership and communication skills, strengthen your résumé, represent your school’s voice.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/excalibur-newspaper-meeting-19/</link><guid isPermaLink="false">56870aab-8d4f-4ad4-97e5-7eabc3053d66</guid><pubDate>Fri, 08 May 2026 15:00: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 OfficialGED® READY Practice Test at no cost twice a month at the Rockville and Takoma Park/Silver Spring Campus. Those interested must register at bit.ly/trio-eoc-intake.</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/free-ged-ready-practice-test-registration-required-3/</link><guid isPermaLink="false">09f2ccdf-2b37-4419-b65e-784e1d0c7cf0</guid><pubDate>Fri, 08 May 2026 16:30:00 GMT</pubDate></item><item><title>Queer Club Meeting </title><description>The Queer Club welcomes all students to an inclusive and supportive community on campus. The club is currently seeking a Treasurer and meets every Friday from 2–3 PM in P3 217.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/queer-club-meeting-11/</link><guid isPermaLink="false">51e8d6e8-6908-4fa2-b10c-d17fc1621e76</guid><pubDate>Fri, 08 May 2026 18:00:00 GMT</pubDate></item><item><title>Movies and Media Club Meeting</title><description>Join the Movies &amp;amp; Media Club for a fun and relaxed space to watch and discuss movies, anime, and TV shows with fellow students. Meetings take place every Friday at 2:30 PM in P4-201. Scan the QR code to join and become part of the community. Hosted by Montgomery College Student Life.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/movies-and-media-club-meeting-20/</link><guid isPermaLink="false">e5ee4783-14cf-4ed9-a1e4-95a79d4f7522</guid><pubDate>Fri, 08 May 2026 18:30: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-3/</link><guid isPermaLink="false">1e5d458a-2556-4c7a-96fd-08bec0e08ef0</guid><pubDate>Tue, 12 May 2026 16: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-17/</link><guid isPermaLink="false">c9cf720b-0e5d-4a48-9533-35b326993445</guid><pubDate>Tue, 12 May 2026 22:30:00 GMT</pubDate></item><item><title>Future of Technology Series (Hybrid)</title><description>The ignITe Hub hosts a monthly Future of Tech Lunch &amp;amp; Learn Series. Each month, we will have a cutting-edge guest speaker to explore an innovative area in the world of technology.</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/future-of-technology-series-hybrid-4/</link><guid isPermaLink="false">a47662cd-451f-45ee-ab4f-013617f87e03</guid><pubDate>Thu, 14 May 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-3/</link><guid isPermaLink="false">5d7f7846-05e0-40e7-9173-b4bab77978a9</guid><pubDate>Thu, 14 May 2026 16: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-18/</link><guid isPermaLink="false">5425b268-9efa-4b12-80d2-9a2893207b16</guid><pubDate>Thu, 14 May 2026 22:30: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-2/</link><guid isPermaLink="false">0a637684-0142-45fd-9186-7bb41da7a5fc</guid><pubDate>Tue, 19 May 2026 19:30:00 GMT</pubDate></item><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>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>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>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>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>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>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 (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>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 4/28/2026 12:50:04 AM-->
			<li class='last'><a href="//www.mcinfonet.org/it/itreport/summerenrollmentreport-2024-07-15-08-46-43.pdf" target="_blank">Summer</a></li>
			<li class='first'><a href="//www.mcinfonet.org/it/itreport/fallenrollmentreport-2025-09-19-09-30-13.pdf" target="_blank">Fall</a></li>
			<li ><a href="//www.mcinfonet.org/it/itreport/springenrollmentreport-2024-02-27-10-22-22.pdf" target="_blank">Spring</a></li>
</enrollment-reports></newsletter></page-content>