<?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-07-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-07-2026</startdate>
	<enddate>04-07-2026</enddate>
	<date-created>04-07-2026</date-created>
	<formal-start-date>Tuesday, April 7, 2026</formal-start-date>
	<formal-end-date>Tuesday, April 7, 2026</formal-end-date>
	<is-back-issue>0</is-back-issue>
<!-- Generated at Tue, 07 Apr 2026 17:00:12 -0400 -->
<stories><recordcount>22</recordcount><story>
<story_unique_id>40061220-dfb4-1304-d167-a7f18b2235d4</story_unique_id><story_id>126814</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Michael David Harting</submitter_name><story_headline>Severe Weather Awareness Week April 6-10</story_headline><story_body>&#60;p&#62;The Montgomery College Office of Public Safety would like to declare April 6-10 &#34;Severe Weather Awareness Week.&#34; It&#39;s the perfect time to make sure you know how to stay safe when the unexpected hits. From thunderstorms and tornadoes to flash floods and extreme winds, severe weather can develop quickly -- but being prepared makes all the difference. Please join us as we share severe weather safety tips during this time. By visiting our &#60;a href=&#34;https://www.montgomerycollege.edu/offices/public-safety-health-emergency-management/emergency-management/response.html&#34;&#62;Emergency Management Response page&#60;/a&#62; on the Public Safety website, you will learn all about powerful thunderstorms and damaging winds, tornadoes, flash flooding, and winter storms. Severe weather can strike with little warning. Awareness isn&#39;t just about information, it&#39;s about action. Take a few minutes this week to prepare, talk with friends, and make a plan.&#60;/p&#62;</story_body><attached_files/>
<display_image/>
<category_name>Public Safety</category_name><featured_story>0</featured_story><show_display_picture>1</show_display_picture><display_order_in_category/>
<story_summary/>
<category_rcdid>82</category_rcdid><hide_from_view>0</hide_from_view><read_count>5</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126814</emailLink>
	<direct-url>details.php?id=126814&amp;title=Severe_Weather_Awareness_Week_April_6-10</direct-url>
</story>
<story>
<story_unique_id>1e8a188c-cbde-7134-c111-a7afd0ab20e3</story_unique_id><story_id>126894</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Katherine Goldstein</submitter_name><story_headline>Rockville Campus Mental Health Fair- Join Us!</story_headline><story_body>&#60;p&#62;Wednesday April 22, 10 a.m.-2 p.m. RV Quad (&#39;Green Space&#39;) Rain location: SV Atrium&#60;/p&#62;&#13;&#10;&#60;p&#62;Did you know that mental health conditions affect 1 in 5 U.S. Adults annually? If it impacts one of us, it impacts us all. Let&#39;s learn the facts about Mental Health and identify ways that we can support one another.&#60;/p&#62;&#13;&#10;&#60;p&#62;Let&#39;s join together with community partners for an interactive day of fun and learning about Mental Health.&#60;/p&#62;&#13;&#10;&#60;p&#62;Exhibits include:&#60;/p&#62;&#13;&#10;&#60;p&#62;Graffiti Art, Fact or Fiction, Brain Game &#38;amp; Mental Health, Share -A-Secret, and more!&#60;/p&#62;&#13;&#10;&#60;p&#62;Come for the conversation, free prizes and food!&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>Mental health flyer MC branding.pdf</rawname><href>attach/1e8a188c-cbde-7134-c111-a7afd0ab20e3/Mental health flyer MC branding.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>7</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126894</emailLink>
	<direct-url>details.php?id=126894&amp;title=Rockville_Campus_Mental_Health_Fair-_Join_Us!</direct-url>
</story>
<story>
<story_unique_id>e9ba10df-a1a2-13f4-c598-7c406aee84cc</story_unique_id><story_id>126898</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Katherine Goldstein</submitter_name><story_headline>Rockville Campus Mental Health Fair- Join Us!</story_headline><story_body>&#60;p&#62;Wednesday April 22, 10 a.m.-2 p.m. RV Quad (&#39;Green Space&#39;) Rain location: SV Atrium&#60;/p&#62;&#13;&#10;&#60;p&#62;Did you know that mental health conditions affect 1 in 5 U.S. Adults annually? If it impacts one of us, it impacts us all. Let&#39;s learn the facts about Mental Health and identify ways that we can support one another.&#60;/p&#62;&#13;&#10;&#60;p&#62;Let&#39;s join together with community partners for an interactive day of fun and learning about Mental Health.&#60;/p&#62;&#13;&#10;&#60;p&#62;Exhibits include:&#60;/p&#62;&#13;&#10;&#60;p&#62;Graffiti Art, Fact or Fiction, Brain Game &#38;amp; Mental Health, Share -A-Secret, and more!&#60;/p&#62;&#13;&#10;&#60;p&#62;Come for the conversation, free prizes and food!&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>Mental health flyer MC branding.pdf</rawname><href>attach/e9ba10df-a1a2-13f4-c598-7c406aee84cc/Mental health flyer MC branding.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>4</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126898</emailLink>
	<direct-url>details.php?id=126898&amp;title=Rockville_Campus_Mental_Health_Fair-_Join_Us!</direct-url>
</story>
<story>
<story_unique_id>0ac58aa7-7f12-c224-39c9-4caade99ca0c</story_unique_id><story_id>126906</story_id><status_changed_at>2026-04-07 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>5</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126906</emailLink>
	<direct-url>details.php?id=126906&amp;title=Sligo_Journal_Release_Event_on_Thursday,_April_30</direct-url>
</story>
<story>
<story_unique_id>0c6d191a-c425-9724-9d1a-92176da5d3a4</story_unique_id><story_id>126855</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Kyla Ramavege</submitter_name><story_headline>Rockville Campus Sidewalk Closure Near Campus Center</story_headline><story_body>&#60;p&#62;On Wednesday, April 1, 2026, a contractor will begin work to repair a broken chill water pipe on the Rockville Campus. This work will require the closure of a section of sidewalk between the Campus Center Building and the courtyard &#60;i&#62;(see highlights on the map below)&#60;/i&#62;. Please follow all posted signage and remain vigilant around the fenced area.&#60;/p&#62;&#13;&#10;&#60;p&#62;ADA access will not be impacted along the south end of HU and CC. &#60;i&#62;(See map below&#60;/i&#62;)&#60;/p&#62;&#13;&#10;&#60;p&#62;The Rockville Campus is undergoing significant ongoing improvements. We ask that all students, visitors, staff, and faculty remain aware of active construction zones and follow all posted construction signage.&#60;/p&#62;&#13;&#10;&#60;p&#62;This communication is intended to keep you informed and allow maximum time for preparation. For additional information, please contact the Rockville Facilities Help Desk:&#60;/p&#62;&#13;&#10;&#60;ul&#62;&#13;&#10;&#60;li&#62;&#60;b&#62;Email:&#60;/b&#62; &#60;a href=&#34;mailto:rvfacilitieshelpdesk@montgomerycollege.edu&#34;&#62;rvfacilitieshelpdesk@montgomerycollege.edu&#60;/a&#62;&#60;/li&#62;&#13;&#10;&#60;li&#62;&#60;b&#62;Phone:&#60;/b&#62; 240-567-5073&#60;/li&#62;&#13;&#10;&#60;li&#62;&#60;b&#62;Hours:&#60;/b&#62; Monday-Friday, 8:30 a.m.-5 p.m.&#60;/li&#62;&#13;&#10;&#60;/ul&#62;&#13;&#10;&#60;p&#62;The project team thanks you for your patience and cooperation in helping maintain a safe campus environment while these improvements are completed.&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>SidewalkClosure.jpg</rawname><href>attach/0c6d191a-c425-9724-9d1a-92176da5d3a4/SidewalkClosure.jpg</href></file><thumbnail><rawname>tn_0.jpg</rawname><href>attach/0c6d191a-c425-9724-9d1a-92176da5d3a4/tn_0.jpg</href></thumbnail></attached_file></attached_files><display_image><rawname>di_0.jpg</rawname><href>attach/0c6d191a-c425-9724-9d1a-92176da5d3a4/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>3</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126855</emailLink>
	<direct-url>details.php?id=126855&amp;title=Rockville_Campus_Sidewalk_Closure_Near_Campus_Center</direct-url>
</story>
<story>
<story_unique_id>5d51e1a1-104d-9cf4-a92c-0e7998fabe3b</story_unique_id><story_id>126859</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Kyla Ramavege</submitter_name><story_headline>Rockville Campus Macklin Tower Building Closure</story_headline><story_body>&#60;p&#62;Please be advised that the Macklin Tower building will be closed beginning Thursday, March 26. During this time, access to the building will be restricted to construction contractors only.&#60;/p&#62;&#13;&#10;&#60;p&#62;We appreciate your understanding as this work is completed, and apologize for any inconvenience this may cause. Further updates will be shared as they become available.&#60;/p&#62;&#13;&#10;&#60;p&#62;If you have any questions or concerns, please feel free to reach out to the Facilities Help Desk at &#60;a href=&#34;mailto:RVFacilitiesHelpDesk@montgomerycollege.edu&#34;&#62;RVFacilitiesHelpDesk@montgomerycollege.edu&#60;/a&#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>4</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126859</emailLink>
	<direct-url>details.php?id=126859&amp;title=Rockville_Campus_Macklin_Tower_Building_Closure</direct-url>
</story>
<story>
<story_unique_id>9aa73106-6201-4cb4-c1aa-d055fb0db0d8</story_unique_id><story_id>126861</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Nghi Nguyen</submitter_name><story_headline>MC Governance 2026 Elections</story_headline><story_body>&#60;p&#62;Your vote is needed. Participatory governance fosters a sense of belonging at Montgomery College. Please vote in the 2026 MC Governance Elections. The voting ends Friday, April 10, 2026 at 5:00 pm. Vote to select who will represent you in governance next year. Your ballot will be customized to you based on your College role (student, faculty, staff, administrator) and location.&#60;/p&#62;&#13;&#10;&#60;p&#62;To vote, please visit: &#60;a href=&#34;https://www.montgomerycollege.edu/vote&#34; target=&#34;_blank&#34;&#62;https://www.montgomerycollege.edu/vote&#60;/a&#62; or &#60;a href=&#34;https://mc.simplyvoting.com/&#34; target=&#34;_blank&#34;&#62;https://mc.simplyvoting.com/&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;To learn more about governance, please visit the governance website: &#60;a href=&#34;https://www.montgomerycollege.edu/about-mc/governance/nominations-and-elections.html&#34; target=&#34;_blank&#34;&#62;https://www.montgomerycollege.edu/about-mc/governance/nominations-and-elections.html&#60;/a&#62;.&#60;/p&#62;&#13;&#10;&#60;p&#62;If you have questions, please contact collegecouncil@montgomerycollege.edu&#60;/p&#62;&#13;&#10;&#60;p&#62;Thank you for your participation. Every vote counts and your vote is very important to us!&#60;/p&#62;&#13;&#10;&#60;p&#62;Regards, Montgomery College Governance&#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>3</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126861</emailLink>
	<direct-url>details.php?id=126861&amp;title=MC_Governance_2026_Elections</direct-url>
</story>
<story>
<story_unique_id>9947119a-2562-79d4-e963-2b62e785ae18</story_unique_id><story_id>126876</story_id><status_changed_at>2026-04-07 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;&#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, and 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>4</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126876</emailLink>
	<direct-url>details.php?id=126876&amp;title=Submit_Feedback_on_Proposed_New_P&#38;P_item</direct-url>
</story>
<story>
<story_unique_id>465d4185-45c5-49f4-290a-f24bb5417842</story_unique_id><story_id>126788</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Angela Dawson</submitter_name><story_headline>SAAM at MC - Week 2: Prevention, Awareness, and Taking Action</story_headline><story_body>&#60;p data-start=&#34;450&#34; data-end=&#34;647&#34;&#62;Sexual Assault Awareness Month (SAAM) at Montgomery College continues this week with events focused on prevention, recognizing warning signs, and supporting one another in real-life situations.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;649&#34; data-end=&#34;865&#34;&#62;Sexual violence often occurs in everyday contexts--within relationships, social settings, and peer interactions. Many students report not knowing when or how to step in, or how to recognize when something isn&#39;t right.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;867&#34; data-end=&#34;924&#34;&#62;This week&#39;s SAAM events are designed to help change that.&#60;/p&#62;&#13;&#10;&#60;p&#62;This Week&#39;s Events (April 6-9)&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;970&#34; data-end=&#34;1076&#34;&#62;When It&#39;s Not Your Business...But It IS&#60;em data-start=&#34;1014&#34; data-end=&#34;1040&#34;&#62;(Bystander Intervention)&#60;/em&#62; Monday, April 6 Virtual&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1078&#34; data-end=&#34;1182&#34;&#62;Learn how to recognize when to step in, what to say, and how to help--without making the situation worse.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1189&#34; data-end=&#34;1323&#34;&#62;Red Flags Don&#39;t Start Red &#60;em data-start=&#34;1221&#34; data-end=&#34;1253&#34;&#62;(One Love Escalation Workshop)&#60;/em&#62; Thursday, April 9 Takoma Park/Silver Spring Campus (TPSS)&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1325&#34; data-end=&#34;1441&#34;&#62;Explore how unhealthy relationships develop over time and how to recognize early warning signs before they escalate.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1448&#34; data-end=&#34;1550&#34;&#62;Sexual Assault Awareness Resource Table Thursday, April 9 Rockville Campus (SV Atrium)&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1552&#34; data-end=&#34;1652&#34;&#62;Stop by to connect with resources, ask questions, and learn how to support yourself or someone else.&#60;/p&#62;&#13;&#10;&#60;p&#62;Why This Matters&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1684&#34; data-end=&#34;1861&#34;&#62;Nationally, 1 in 5 women and 1 in 16 men experience sexual assault during college, and many incidents occur in situations where others are present but unsure how to respond.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1863&#34; data-end=&#34;1948&#34;&#62;Prevention starts with awareness--and small actions can make a significant difference.&#60;/p&#62;&#13;&#10;&#60;p&#62;Get Involved&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1976&#34; data-end=&#34;2052&#34;&#62;All events are free and open to the entire Montgomery College community.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;2054&#34; data-end=&#34;2123&#34;&#62;View full details and register here: &#60;a href=&#34;https://bit.ly/BeSafeatMC&#34; target=&#34;_new&#34; data-start=&#34;2096&#34; data-end=&#34;2121&#34;&#62;https://bit.ly/BeSafeatMC&#60;/a&#62;&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;2125&#34; data-end=&#34;2182&#34;&#62;Let&#39;s continue the conversation--and take action together.&#60;/p&#62;</story_body><attached_files><attachmentcount>3</attachmentcount><attached_file><file><rawname>TPSS_SAAM26.png</rawname><href>attach/465d4185-45c5-49f4-290a-f24bb5417842/TPSS_SAAM26.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/465d4185-45c5-49f4-290a-f24bb5417842/tn_0.png</href></thumbnail><caption>EscalationTPSS</caption></attached_file><attached_file><file><rawname>SAAM26workshop.png</rawname><href>attach/465d4185-45c5-49f4-290a-f24bb5417842/SAAM26workshop.png</href></file><thumbnail><rawname>tn_1.png</rawname><href>attach/465d4185-45c5-49f4-290a-f24bb5417842/tn_1.png</href></thumbnail><caption>ResourceTableSAAM</caption></attached_file><attached_file><file><rawname>BystanderMarApr26.png</rawname><href>attach/465d4185-45c5-49f4-290a-f24bb5417842/BystanderMarApr26.png</href></file><thumbnail><rawname>tn_2.png</rawname><href>attach/465d4185-45c5-49f4-290a-f24bb5417842/tn_2.png</href></thumbnail><caption>bystanderSAAM</caption></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/465d4185-45c5-49f4-290a-f24bb5417842/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>3</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126788</emailLink>
	<direct-url>details.php?id=126788&amp;title=SAAM_at_MC_-_Week_2:_Prevention,_Awareness,_and_Taking_Action</direct-url>
</story>
<story>
<story_unique_id>1ee4a040-b312-3704-6de3-a4ceab7b8923</story_unique_id><story_id>126689</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Nichole Land</submitter_name><story_headline>Coming Soon: AAWCC-MC Spring Conference April 24, 2026 - Register Today!</story_headline><story_body>&#60;p&#62;Join us for the American Association for Women in Community Colleges-MC Chapter (AAWCC-MC) 3rd Annual Conference - Spring 2026 on Friday April 24, Bioscience Education Center (BE) 151/152, Germantown Campus, 8 a.m.-3 p.m. This year&#39;s theme, &#34;&#60;i&#62;Rise and Move: Women Advancing with Purpose,&#60;/i&#62;&#34; is designed to equip individuals with strategies for career acceleration, power moves for promotion, and pathway/positioning decisions. Be a part of a great network of professionals from MC and local community colleges. Registrants have the opportunity to participate in workshops, panel discussions, and an opening session sure to inspire as we lean into competency development.&#60;/p&#62;&#13;&#10;&#60;p&#62;In addition to all other offerings, you do not want to miss the keynote speaker, Dr. Daria Willis, President of Howard Community College who will speak about &#60;i&#62;Resilience and Reinvention: Succeeding and Leading in Times of Rapid Change&#60;/i&#62;. Get ready to learn about tools to anticipate workforce trends, influence institutional culture, and navigate career transitions through inclusive leadership and strategic skill-building, for career agility.&#60;/p&#62;&#13;&#10;&#60;p&#62;All are welcome to attend. Registration is open through April 17! Register&#60;b&#62;&#60;a href=&#34;https://info.montgomerycollege.edu/offices/aawcc/annual-conference.html#registration&#34; title=&#34;https://info.montgomerycollege.edu/offices/aawcc/annual-conference.html#registration&#34; data-auth=&#34;NotApplicable&#34;&#62; &#60;/a&#62;&#60;a href=&#34;https://bit.ly/AAWCCMCSpring2026conference&#34; title=&#34;https://bit.ly/AAWCCMCSpring2026conference&#34;&#62;today&#60;/a&#62;&#60;/b&#62;&#60;a href=&#34;https://bit.ly/AAWCCMCSpring2026conference&#34; title=&#34;https://bit.ly/AAWCCMCSpring2026conference&#34;&#62; &#60;/a&#62;&#60;b&#62;&#60;a href=&#34;https://bit.ly/AAWCCMCSpring2026conference&#34; title=&#34;https://bit.ly/AAWCCMCSpring2026conference&#34; data-auth=&#34;NotApplicable&#34;&#62; &#60;/a&#62;&#60;/b&#62;to secure your seat! Conference fees are EAP eligible. &#60;i&#62;Student registration is now closed. &#60;/i&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Please see the flyer for more information and registration perks.&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>AAWCC-MC Conference 2026 Final.pdf</rawname><href>attach/1ee4a040-b312-3704-6de3-a4ceab7b8923/AAWCC-MC Conference 2026 Final.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>4</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126689</emailLink>
	<direct-url>details.php?id=126689&amp;title=Coming_Soon:_AAWCC-MC_Spring_Conference_April_24,_2026_-_Register_Today!</direct-url>
</story>
<story>
<story_unique_id>fcbaf405-5279-7a84-ed3c-995e7058c345</story_unique_id><story_id>125750</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Michelle Chan</submitter_name><story_headline>Academic Services Council Meeting - April 15, 2026</story_headline><story_body>&#60;p&#62;The MC Community is invited to attend the next Academic Services Council meeting scheduled for Wednesday, April 15, 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>5</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=125750</emailLink>
	<direct-url>details.php?id=125750&amp;title=Academic_Services_Council_Meeting_-_April_15,_2026</direct-url>
</story>
<story>
<story_unique_id>424c7061-60b0-5c34-9172-14b42ddef52b</story_unique_id><story_id>126587</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Nat Gorman</submitter_name><story_headline>DATA ROCKS! - Campus Safety Data: Transparency, Trust, and Prevention</story_headline><story_body>&#60;p&#62;Join Vice President of Public Safety, Health and Emergency Management/Chief of Campus Police, Mr. Adam Reid, for a dynamic, data-driven discussion about campus safety. Montgomery College&#39;s Office of Public Safety, Health and Emergency Management is where transparency builds trust and insight drives prevention. This session will explore how clear, accessible safety data empowers the College to better understand trends, strengthen accountability, and foster shared responsibility. By highlighting how data is collected, reported, and used, our commitment to openness and data-informed decision-making is demonstrated. Mr. Reid will examine how meaningful analysis moves his unit from reactive responses to proactive prevention. Come and discover how trends, patterns, and community feedback shape targeted strategies that enhance safety, improve communication, and create a more secure and supportive environment across all MC campuses and locations. Join this discussion and learn how MC turns information into action and reinforces our collective commitment to safety and trust.&#60;/p&#62;&#13;&#10;&#60;p&#62;This Zoom session will review Montgomery College&#39;s Annual Security Report (2025) and covers how data informs prevention strategies, resource allocation, and communication. Topics include, but is not limited to:&#60;/p&#62;&#13;&#10;&#60;ul&#62;&#13;&#10;&#60;li&#62;How federal reporting requirements like the Clery Act shape institutional reporting&#60;/li&#62;&#13;&#10;&#60;li&#62;How incident data is collected and validated&#60;/li&#62;&#13;&#10;&#60;li&#62;The difference between perception and reported data&#60;/li&#62;&#13;&#10;&#60;li&#62;How safety trends influence staffing and patrol decisions&#60;/li&#62;&#13;&#10;&#60;li&#62;Why transparency builds trust&#60;/li&#62;&#13;&#10;&#60;/ul&#62;&#13;&#10;&#60;p&#62;&#60;i&#62;At Montgomery College, data uncovers hidden patterns that guides better decisions, strengthens campus safety, and protects every member of the MC Community.&#60;/i&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;a href=&#34;https://www.myworkday.com/mc/learning/course/08f69664ea401001ad4cc74c0ebb0001?type=9882927d138b100019b6a2df1a46018b&#34;&#62;Register Here&#60;/a&#62;&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>Campus Safety Data.pdf</rawname><href>attach/424c7061-60b0-5c34-9172-14b42ddef52b/Campus Safety Data.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>3</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126587</emailLink>
	<direct-url>details.php?id=126587&amp;title=DATA_ROCKS!_-_Campus_Safety_Data:_Transparency,_Trust,_and_Prevention</direct-url>
</story>
<story>
<story_unique_id>56b8897c-0616-2e84-6972-c767f5a08aa3</story_unique_id><story_id>126610</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Nghi Nguyen</submitter_name><story_headline>AANHPI Heritage Month Kickoff Festival Event Opportunity!</story_headline><story_body>&#60;p&#62;&#60;b&#62;Asian American, Native Hawaiian, and Pacific Islander Heritage Month (AANHPI) Kick-off Festival&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;&#60;b&#62;Wednesday, May 6, Rockville Campus, Long Nguyen and Kimmy Duong Student Services Center (SV), 11:30 a.m.-2 p.m.&#60;/b&#62;&#60;/p&#62;&#13;&#10;&#60;p&#62;Each year, we host a kick-off event to mark the beginning of the AANHPI May Celebration at the College. The event includes exhibits, presentations, entertainment, and food for students, faculty, and staff. We are seeking interest for the following activities:&#60;/p&#62;&#13;&#10;&#60;ul&#62;&#13;&#10;&#60;li&#62;Host a table representing an AANHPI culture&#60;/li&#62;&#13;&#10;&#60;li&#62;Provide a performance (fashion show, dance, etc.), presentation, or showcase something from your AANHPI culture&#60;/li&#62;&#13;&#10;&#60;li&#62;General volunteer for the event (or prep work for the event)&#60;/li&#62;&#13;&#10;&#60;/ul&#62;&#13;&#10;&#60;p&#62;We are looking for table representatives, presenters, and performances from all AANHPI cultural heritage. All are welcome. If you have lived, studied, and/or have knowledge of an AANHPI cultural heritage, you are welcome to be part of this event. The AANHPI Heritage Month Planning Committee reserves the right to make the final decision on selection and arrangement of the participants, activities, and festival program. Please let us know how you would like to support the event. This form will close on April 17.&#60;/p&#62;&#13;&#10;&#60;p&#62;Complete an &#60;a href=&#34;https://forms.office.com/r/JMkb1jkDGR&#34; title=&#34;https://forms.office.com/r/5tmrDEYNjP&#34;&#62;interest form&#60;/a&#62; now to participate in this exciting event!!!&#60;/p&#62;&#13;&#10;&#60;p&#62;Please feel free to share this with any external AANHPI groups that might be interested in performing and/or having a cultural table at the event!&#60;/p&#62;&#13;&#10;&#60;p&#62;You can go the &#60;a href=&#34;https://www.montgomerycollege.edu/events/asian-pacific-heritage/index.html&#34; title=&#34;https://www.montgomerycollege.edu/events/asian-pacific-heritage/index.html&#34;&#62;website&#60;/a&#62; or email us at : &#60;a href=&#34;mailto:APAHPlanningCommittee@montgomerycollege.edu&#34;&#62;APAHPlanningCommittee@montgomerycollege.edu&#60;/a&#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>3</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126610</emailLink>
	<direct-url>details.php?id=126610&amp;title=AANHPI_Heritage_Month_Kickoff_Festival_Event_Opportunity!</direct-url>
</story>
<story>
<story_unique_id>21cf45f7-0e3f-3494-21f0-4fcb3d09cc41</story_unique_id><story_id>126625</story_id><status_changed_at>2026-04-07 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/21cf45f7-0e3f-3494-21f0-4fcb3d09cc41/HealthInsuranceFlyer.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/21cf45f7-0e3f-3494-21f0-4fcb3d09cc41/tn_0.png</href></thumbnail><caption>HealthInsurance flyer</caption></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/21cf45f7-0e3f-3494-21f0-4fcb3d09cc41/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 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126625</emailLink>
	<direct-url>details.php?id=126625&amp;title=Need_Health_Insurance?_Start_Here</direct-url>
</story>
<story>
<story_unique_id>54a43aeb-d906-9694-7d01-b417321579ad</story_unique_id><story_id>126666</story_id><status_changed_at>2026-04-07 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/54a43aeb-d906-9694-7d01-b417321579ad/MobileHealthApr2026.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/54a43aeb-d906-9694-7d01-b417321579ad/tn_0.png</href></thumbnail><caption>AprMobileHealth</caption></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/54a43aeb-d906-9694-7d01-b417321579ad/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>3</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126666</emailLink>
	<direct-url>details.php?id=126666&amp;title=Mobile_Health_Center_Returns_to_Rockville_Campus_in_April</direct-url>
</story>
<story>
<story_unique_id>c3c00989-96aa-6024-950e-6012bdb8f93e</story_unique_id><story_id>126740</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Angela Dawson</submitter_name><story_headline>Students: Share Your Experience with Contraception Access at MC + Win a Gift Card</story_headline><story_body>&#60;p data-start=&#34;1389&#34; data-end=&#34;1478&#34;&#62;Have you received free contraception through Montgomery College (kits, Plan B, or Opill)?&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1480&#34; data-end=&#34;1625&#34;&#62;We&#39;re inviting students to join short, &#60;strong data-start=&#34;1519&#34; data-end=&#34;1562&#34;&#62;30-45 minute virtual listening sessions&#60;/strong&#62; to share their experiences and help improve access for others.&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1627&#34; data-end=&#34;1721&#34;&#62;No camera required Anonymous participation (nickname OK) Sessions are not recorded&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1723&#34; data-end=&#34;1811&#34;&#62;&#60;strong data-start=&#34;1726&#34; data-end=&#34;1740&#34;&#62;Incentive:&#60;/strong&#62; a raffle for &#60;strong data-start=&#34;1778&#34; data-end=&#34;1811&#34;&#62;two $20 Mastercard gift cards&#60;/strong&#62;&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1813&#34; data-end=&#34;1878&#34;&#62;Sessions begin March 30 and run through April 27 (all at 3 p.m.)&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1880&#34; data-end=&#34;1910&#34;&#62;Sign up: bit.ly/MCOTCListen&#60;/p&#62;&#13;&#10;&#60;p data-start=&#34;1912&#34; data-end=&#34;1971&#34;&#62;Your voice helps shape how students access resources at MC.&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>mc_listening_session_flyer_v2_1.png</rawname><href>attach/c3c00989-96aa-6024-950e-6012bdb8f93e/mc_listening_session_flyer_v2_1.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/c3c00989-96aa-6024-950e-6012bdb8f93e/tn_0.png</href></thumbnail><caption>ListeningFlyer</caption></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/c3c00989-96aa-6024-950e-6012bdb8f93e/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>5</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126740</emailLink>
	<direct-url>details.php?id=126740&amp;title=Students:_Share_Your_Experience_with_Contraception_Access_at_MC_+_Win_a_Gift_Card</direct-url>
</story>
<story>
<story_unique_id>58f142df-4c0d-c744-3db0-52ae3dd4fa5e</story_unique_id><story_id>126823</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Dafany Molina</submitter_name><story_headline>ECEC Grocery Bingo</story_headline><story_body>&#60;p&#62;Join us for GROCERY BINGO at ECEC!!! Enjoy a fun game of bingo and the chance to win grocery prizes while connecting with other MC students. We&#39;ll be in the ECEC Main Lobby from &#60;strong&#62;10 a.m.-12 p.m. on Wednesday, April 8&#60;/strong&#62;. We look forward to seeing you there!&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>ECECGroceryBingo.png</rawname><href>attach/58f142df-4c0d-c744-3db0-52ae3dd4fa5e/ECECGroceryBingo.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/58f142df-4c0d-c744-3db0-52ae3dd4fa5e/tn_0.png</href></thumbnail></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/58f142df-4c0d-c744-3db0-52ae3dd4fa5e/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>7</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126823</emailLink>
	<direct-url>details.php?id=126823&amp;title=ECEC_Grocery_Bingo</direct-url>
</story>
<story>
<story_unique_id>4d7f9d77-9a8d-2ba4-3930-f7adf46c5f9b</story_unique_id><story_id>126832</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Libby McClayton</submitter_name><story_headline>Join Impact MC for a Book Drive &#38; Bookmark Workshop , Benefitting Small Things Matter</story_headline><story_body>&#60;p&#62;Join Impact MC for a book drive &#38;amp; bookmark workshop benefitting Small Things Matter. Make a positive impact in the life of an elementary schooler!&#60;/p&#62;&#13;&#10;&#60;p&#62;Book Drive: April 13-22 SV Atrium&#60;/p&#62;&#13;&#10;&#60;p&#62;Bookmark Workshop: Tuesday, April 14 from 12-3 in SV Atrium&#60;/p&#62;&#13;&#10;&#60;p&#62;Pizza available while supplies last for completion of a bookmark!&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>BookDonationFlyer.png</rawname><href>attach/4d7f9d77-9a8d-2ba4-3930-f7adf46c5f9b/BookDonationFlyer.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/4d7f9d77-9a8d-2ba4-3930-f7adf46c5f9b/tn_0.png</href></thumbnail></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/4d7f9d77-9a8d-2ba4-3930-f7adf46c5f9b/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>3</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126832</emailLink>
	<direct-url>details.php?id=126832&amp;title=Join_Impact_MC_for_a_Book_Drive_&#38;_Bookmark_Workshop_,_Benefitting_Small_Things_Matter</direct-url>
</story>
<story>
<story_unique_id>9b89001b-23df-4174-95cb-73b593ba5ee2</story_unique_id><story_id>126836</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Libby McClayton</submitter_name><story_headline>Neighbors, Not Strangers: Educate, Inform, Inspire- A Forum and Resource Fair , April 15 12:30 PM-3</story_headline><story_body>&#60;p&#62;Join in Impact MC for Neighbors Not Strangers: Educate, Inform, Inspire.This two part event will include a forum and resource fair. Participants will learn about immigrant rights, foster connections, and stregthen community.&#60;/p&#62;&#13;&#10;&#60;p&#62;Wednesday, April 15 from 12:30 to 3 p.m.&#60;/p&#62;&#13;&#10;&#60;p&#62;SV 104A Lower Level - Forum- 12:30-2 p.m.&#60;/p&#62;&#13;&#10;&#60;p&#62;SV Atrium: Resource Fair, 2-3 p.m.&#60;/p&#62;&#13;&#10;&#60;p&#62;Pizza, refreshments and goodie bags provided (while supplies last)!&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>NeighborsNotstrangerseducateinforminspire.png</rawname><href>attach/9b89001b-23df-4174-95cb-73b593ba5ee2/NeighborsNotstrangerseducateinforminspire.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/9b89001b-23df-4174-95cb-73b593ba5ee2/tn_0.png</href></thumbnail></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/9b89001b-23df-4174-95cb-73b593ba5ee2/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>3</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126836</emailLink>
	<direct-url>details.php?id=126836&amp;title=Neighbors,_Not_Strangers:_Educate,_Inform,_Inspire-_A_Forum_and_Resource_Fair_,_April_15_12:30_PM-3</direct-url>
</story>
<story>
<story_unique_id>d5fb9db9-8169-d344-d19a-2b7eace0aabe</story_unique_id><story_id>126840</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Libby McClayton</submitter_name><story_headline>Comfort Cases Spirit of Service Day on April 27 - Make a difference in the life of a Foster Child!</story_headline><story_body>&#60;p&#62;Make a difference in the life of a foster child at our next Spirit of Service Day at Comfort Cases National Center in Gaithersburg.Help count inventory, organize, and/or pack backpacks/dufflebags to support youth in foster care!&#60;/p&#62;&#13;&#10;&#60;p&#62;Monday, April 27, 9:45 a.m.-12 p.m.&#60;/p&#62;&#13;&#10;&#60;p&#62;Comfort Cases National Center in GaithersburgA&#60;/p&#62;&#13;&#10;&#60;p&#62;Advance sign up required no later than Tuesday, April 21. Scan the QR code to complete interest form to get the sign up started.&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>ComfortCasesSpiritofServiceDay.png</rawname><href>attach/d5fb9db9-8169-d344-d19a-2b7eace0aabe/ComfortCasesSpiritofServiceDay.png</href></file><thumbnail><rawname>tn_0.png</rawname><href>attach/d5fb9db9-8169-d344-d19a-2b7eace0aabe/tn_0.png</href></thumbnail></attached_file></attached_files><display_image><rawname>di_0.png</rawname><href>attach/d5fb9db9-8169-d344-d19a-2b7eace0aabe/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>4</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126840</emailLink>
	<direct-url>details.php?id=126840&amp;title=Comfort_Cases_Spirit_of_Service_Day_on_April_27_-_Make_a_difference_in_the_life_of_a_Foster_Child!</direct-url>
</story>
<story>
<story_unique_id>713f5dbb-8e85-6ac4-e5de-78024a336c66</story_unique_id><story_id>126890</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>Katherine Goldstein</submitter_name><story_headline>Rockville Campus Mental Health Fair- Join Us!</story_headline><story_body>&#60;p&#62;Wednesday April 22, 10 a.m.-2 p.m. RV Quad (&#39;Green Space&#39;) Rain location: SV Atrium&#60;/p&#62;&#13;&#10;&#60;p&#62;Did you know that mental health conditions affect 1 in 5 U.S. Adults annually? If it impacts one of us, it impacts us all. Let&#39;s learn the facts about Mental Health and identify ways that we can support one another.&#60;/p&#62;&#13;&#10;&#60;p&#62;Let&#39;s join together with community partners for an interactive day of fun and learning about Mental Health.&#60;/p&#62;&#13;&#10;&#60;p&#62;Exhibits include:&#60;/p&#62;&#13;&#10;&#60;p&#62;Graffiti Art, Fact or Fiction, Brain Game &#38;amp; Mental Health, Share -A-Secret, and more!&#60;/p&#62;&#13;&#10;&#60;p&#62;Come for the conversation, free prizes and food!&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>Mental health flyer MC branding.pdf</rawname><href>attach/713f5dbb-8e85-6ac4-e5de-78024a336c66/Mental health flyer MC branding.pdf</href></file></attached_file></attached_files><display_image/>
<category_name>Student News</category_name><featured_story>0</featured_story><show_display_picture>1</show_display_picture><display_order_in_category/>
<story_summary/>
<category_rcdid>78</category_rcdid><hide_from_view>0</hide_from_view><read_count>3</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126890</emailLink>
	<direct-url>details.php?id=126890&amp;title=Rockville_Campus_Mental_Health_Fair-_Join_Us!</direct-url>
</story>
<story>
<story_unique_id>7827a124-ca4f-a4b4-998e-3da7bafe4b68</story_unique_id><story_id>126910</story_id><status_changed_at>2026-04-07 00:00:01.000</status_changed_at><submitter_name>James Furgol</submitter_name><story_headline>U.S./Israel-Iran Relations and Conflict</story_headline><story_body>&#60;p&#62;Come join us on April 9, from 2:30-3:30 p.m. at Germantown Campus (BE 151) to discuss the recent U.S./Israel-Iran War with professors Sadegh Foghani, Matthew Walker, and James Furgol. This event is meant to provide some context for the war as well as provide a safe space for students to voice their views, opinions, and ideas on this subject.&#60;/p&#62;&#13;&#10;&#60;p&#62;If you are interested in attending, please complete the following survey: https://www.surveymonkey.com/r/YNBSQC2.&#60;/p&#62;&#13;&#10;&#60;p&#62;We hope you are able to attend this event!&#60;/p&#62;</story_body><attached_files><attachmentcount>1</attachmentcount><attached_file><file><rawname>US_Israel_Iran_Discussion.pdf</rawname><href>attach/7827a124-ca4f-a4b4-998e-3da7bafe4b68/US_Israel_Iran_Discussion.pdf</href></file><caption>Event Flyer</caption></attached_file></attached_files><display_image/>
<category_name>Student News</category_name><featured_story>0</featured_story><show_display_picture>1</show_display_picture><display_order_in_category/>
<story_summary/>
<category_rcdid>78</category_rcdid><hide_from_view>0</hide_from_view><read_count>5</read_count><share_count>0</share_count>	<nice-publish-date>Tuesday, April 7, 2026</nice-publish-date>
	<emailLink>emailArticle.php?articleToEmail=126910</emailLink>
	<direct-url>details.php?id=126910&amp;title=U.S./Israel-Iran_Relations_and_Conflict</direct-url>
</story>
</stories><exported_categories><category_info><display_order>0</display_order><category_name>Public Safety</category_name><export_class>publicsafety</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></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>Clothing Swap</title><description>Closet feeling crowded? Bring your gently used clothes and swap them for something new at our Clothing Swap! Donate items March 23 – April 3 at the Student Life Office. Free snacks for MC students while supplies last!</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/clothing-swap/</link><guid isPermaLink="false">7a8de082-72f9-4884-a099-c77fab884d95</guid><pubDate>Tue, 07 Apr 2026 15:30: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-24/</link><guid isPermaLink="false">f4bf0d4a-d960-4392-b5bb-b5737fff5117</guid><pubDate>Tue, 07 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-13/</link><guid isPermaLink="false">ed987296-43dc-4fea-9142-b204f8f197ab</guid><pubDate>Tue, 07 Apr 2026 20:00: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/germantown/event/spring-job-fairs-1/</link><guid isPermaLink="false">16e4c554-e02c-43d5-9028-1c306f1774f3</guid><pubDate>Wed, 08 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-5/</link><guid isPermaLink="false">9f6cb874-e8e0-405d-90ec-43812f700038</guid><pubDate>Wed, 08 Apr 2026 16:00:00 GMT</pubDate></item><item><title>Sexual Assault Awareness Month Resource Table</title><description>Stop by our Sexual Assault Awareness Month (SAAM) Resource Table to learn more about prevention, support, and available resources. Trauma Services will be on-site, sharing information, resources, and giveaways as part of our SAAM campaign.</description><link>https://go.activecalendar.com/montgomerycollege/site/rockville/event/sexual-assault-awareness-month-resource-table/</link><guid isPermaLink="false">29ce20cf-6e00-4a90-aa7f-da132cc7dee4</guid><pubDate>Thu, 09 Apr 2026 15: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-2/</link><guid isPermaLink="false">942feddf-4fcd-492e-9cf1-10e45e9a36b8</guid><pubDate>Thu, 09 Apr 2026 16: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-6/</link><guid isPermaLink="false">47cefa22-1521-4dfc-86a4-4715d35a3382</guid><pubDate>Thu, 09 Apr 2026 17:30:00 GMT</pubDate></item><item><title>Red Flags Don’t Start Red (Escalation Workshop)</title><description>This workshop is the One Love Escalation Workshop, and it highlights the warning signs of relationship abuse and domestic violence, helping participants recognize how unhealthy behaviors can escalate into dangerous situations.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/red-flags-dont-start-red-escalation-workshop/</link><guid isPermaLink="false">bd2d21e0-9b77-4e35-b5f7-06fccbc20614</guid><pubDate>Thu, 09 Apr 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-9/</link><guid isPermaLink="false">49eba243-7cb7-49e8-bc00-53f668b2ce6b</guid><pubDate>Thu, 09 Apr 2026 19:30: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-5/</link><guid isPermaLink="false">bf65e17c-f013-40ce-af65-11785c9b0e52</guid><pubDate>Thu, 09 Apr 2026 20:00: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-15/</link><guid isPermaLink="false">15dd87af-208d-42e2-a5d6-29e3240ca213</guid><pubDate>Fri, 10 Apr 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-2/</link><guid isPermaLink="false">f82c3d1f-08d1-4a0b-bcbd-e7c8e6ebd9a8</guid><pubDate>Fri, 10 Apr 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-7/</link><guid isPermaLink="false">b8bb1951-15ee-4899-85b6-212b032f34ae</guid><pubDate>Fri, 10 Apr 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-16/</link><guid isPermaLink="false">b23cd47f-9e8a-44a7-bc32-298d9b32ba03</guid><pubDate>Fri, 10 Apr 2026 18:30:00 GMT</pubDate></item><item><title>Having a Plan for You or Someone You Care About (Safety Planning)</title><description>Domestic violence is the leading cause of injury to women—more than car accidents, muggings, and rapes combined. A safety plan is a personalized, practical plan to improve your safety while experiencing abuse, preparing to leave an abusive situation, or after you leave.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/having-a-plan-for-you-or-someone-you-care-about-safety-planning-1/</link><guid isPermaLink="false">d57d286d-365c-4ff6-9946-40e023254ecd</guid><pubDate>Mon, 13 Apr 2026 17:00:00 GMT</pubDate></item><item><title>TP/SS Book Club Meeting </title><description>Connect with fellow readers, share ideas, and enjoy engaging discussions in a relaxed, friendly space. Meetings begin at the end of March and are held bi-weekly on Mondays from 2:00–3:00 PM in Room 217, Pavilion 3. Open to all MC students.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/tpss-book-club-meeting-3/</link><guid isPermaLink="false">c76ac2c2-ebf0-417c-bfb8-cb26128d5e23</guid><pubDate>Mon, 13 Apr 2026 18:00: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-6/</link><guid isPermaLink="false">fbe7df4b-38a6-4c43-a11b-11fe80216429</guid><pubDate>Mon, 13 Apr 2026 19:00:00 GMT</pubDate></item><item><title>Used MC’s Free Birth Control? Tell Us How It Really Was</title><description>Have you used contraception services at Montgomery College—such as Stay Smart Kits, Plan B, or Opill? Join a Student Listening Session to share your experience. These small-group, virtual sessions are designed to better understand your experience.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/used-mcs-free-birth-control-tell-us-how-it-really-was-2/</link><guid isPermaLink="false">b70e30bb-c5a1-41ec-aa6e-6278e6f2b445</guid><pubDate>Mon, 13 Apr 2026 19:00:00 GMT</pubDate></item><item><title>Graduation Cap Decorating Party</title><description>Students are asked to bring their cap with you to this event. Free cap decorating supplies provided but feel free to bring personal photos and design accessories from home.</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/graduation-cap-decorating/</link><guid isPermaLink="false">ff7f72d1-6d25-4e33-b4b0-3439d78287c3</guid><pubDate>Tue, 14 Apr 2026 15:00:00 GMT</pubDate></item><item><title>Understanding Trauma &amp; Healing (Virtual Workshop)</title><description>Join a Trauma Services clinician to learn how trauma affects the body and mind, along with practical strategies for healing and supporting others. All are welcome: faculty, staff, and students. Register at https://bit.ly/MCHealing</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/understanding-trauma--healing-virtual-workshop/</link><guid isPermaLink="false">901b3cd5-7e0f-4554-b0c8-09512110ddf6</guid><pubDate>Tue, 14 Apr 2026 15: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-2/</link><guid isPermaLink="false">58b55a6c-ffac-4b56-9bdb-6476f0cce885</guid><pubDate>Tue, 14 Apr 2026 16: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-25/</link><guid isPermaLink="false">2ef943a2-78e2-4dcd-a91c-5649c665fac0</guid><pubDate>Tue, 14 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-14/</link><guid isPermaLink="false">d7b479a1-bc6c-4b60-bb4f-a4a9b5e040e1</guid><pubDate>Tue, 14 Apr 2026 20:00: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/rockville/event/spring-job-fairs-1/</link><guid isPermaLink="false">6be3ba6e-5db0-435f-9e2d-645504f785fe</guid><pubDate>Wed, 15 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-6/</link><guid isPermaLink="false">3e0bcf71-b182-4559-93e8-a141c2d9a203</guid><pubDate>Wed, 15 Apr 2026 16: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-1/</link><guid isPermaLink="false">971ab0ee-0020-4bad-94ec-efa10ebfa345</guid><pubDate>Wed, 15 Apr 2026 16:00:00 GMT</pubDate></item><item><title>TRIO EOC Virtual Information Session (Amharic)</title><description>TRIO EOC virtual information sessions are free and open to the public. Sessions in Amharic are held on the 3rd Wednesday of every month. Register for a session here: https://bit.ly/eoc-information-session</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/trio-eoc-virtual-information-session-amharic-1/</link><guid isPermaLink="false">3f2df276-f08e-4350-8a67-41be50a906b4</guid><pubDate>Wed, 15 Apr 2026 22:00: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-2/</link><guid isPermaLink="false">cea79d62-5824-4f06-9f91-fe4e8400df9f</guid><pubDate>Thu, 16 Apr 2026 16: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-3/</link><guid isPermaLink="false">7db10f95-8652-40f7-944e-9c29bd0700a1</guid><pubDate>Thu, 16 Apr 2026 17: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-7/</link><guid isPermaLink="false">d9c3a4e8-0f60-4fa4-8c63-5ada0c0b971f</guid><pubDate>Thu, 16 Apr 2026 17:30: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-6/</link><guid isPermaLink="false">cc8adb32-1bae-4196-8190-6db9bdfc27c7</guid><pubDate>Thu, 16 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-21/</link><guid isPermaLink="false">e1ec6003-d990-4b6e-9361-90435a854fc2</guid><pubDate>Thu, 16 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-16/</link><guid isPermaLink="false">f2ada32a-9e39-4f50-8301-c6874f74ee89</guid><pubDate>Fri, 17 Apr 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-8/</link><guid isPermaLink="false">aa678937-2b01-49b3-b448-e4cfc9b28272</guid><pubDate>Fri, 17 Apr 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-17/</link><guid isPermaLink="false">d6f8aac3-746d-430b-b4f5-bd7141001965</guid><pubDate>Fri, 17 Apr 2026 18: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-7/</link><guid isPermaLink="false">99c5d3a8-f2da-4297-9cca-c484c79038f5</guid><pubDate>Mon, 20 Apr 2026 19:00:00 GMT</pubDate></item><item><title>Used MC’s Free Birth Control? Tell Us How It Really Was</title><description>Have you used contraception services at Montgomery College—such as Stay Smart Kits, Plan B, or Opill? Join a Student Listening Session to share your experience. These small-group, virtual sessions are designed to better understand your experience.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/used-mcs-free-birth-control-tell-us-how-it-really-was-3/</link><guid isPermaLink="false">9a2eacfa-3e44-48a5-bb13-c9a59645b913</guid><pubDate>Mon, 20 Apr 2026 19:00:00 GMT</pubDate></item><item><title>Life, Liberty, and Pursuit of Happiness </title><description>Life, Liberty, and Pursuit of Happiness</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/life-liberty-and-pursuit-of-happiness/</link><guid isPermaLink="false">026ca25c-7f6b-4a32-b6aa-13778e10598e</guid><pubDate>Mon, 20 Apr 2026 19:30: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/takoma-silver/event/free-rapid-hiv-testing--montgomery-college-2/</link><guid isPermaLink="false">53bea640-8ee4-4688-a1ff-ec975c1f9dcb</guid><pubDate>Tue, 21 Apr 2026 14:00:00 GMT</pubDate></item><item><title>When Attention Crosses a Line (Sexual Harassment event)</title><description>Sexual harassment is a prominent problem, and it is a large complaint for many MC students. No one deserves to be sexually harassed! Sexual harassment interferes with those targeted from learning, working, and living peacefully.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/when-attention-crosses-a-line-sexual-harassment-event/</link><guid isPermaLink="false">7cb04663-f192-4b19-b0ad-2053e082cc64</guid><pubDate>Tue, 21 Apr 2026 17: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-26/</link><guid isPermaLink="false">579aad42-5593-412a-8d77-1aa527c6e9aa</guid><pubDate>Tue, 21 Apr 2026 19: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-1/</link><guid isPermaLink="false">ada2c37a-fb73-4454-8a73-500acc8a1c0c</guid><pubDate>Tue, 21 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-15/</link><guid isPermaLink="false">4dfb7495-97d5-4b2b-8f7b-4a55c6fe8adb</guid><pubDate>Tue, 21 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-22/</link><guid isPermaLink="false">089446e2-50c7-41e3-bda6-44d2b88c353d</guid><pubDate>Tue, 21 Apr 2026 22:30: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-7/</link><guid isPermaLink="false">32efdcdf-2166-4d05-825c-4ecead322652</guid><pubDate>Wed, 22 Apr 2026 16:00:00 GMT</pubDate></item><item><title>Spring Fest </title><description>Spring Fest is here! Join Student Life for a fun-filled Spring Fest featuring a reptile exhibit, DIY flower pots, Build-A-Bear, BBQ, and more. Come enjoy great activities, food, and community vibes!</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/spring-fest/</link><guid isPermaLink="false">a847b175-4aef-4b97-a3f3-c77ab6a44a9b</guid><pubDate>Wed, 22 Apr 2026 16:00:00 GMT</pubDate></item><item><title>Take A Child to Work Day at the Germantown Campus</title><description>The event includes an opening session followed by hands on and interactive activities. These activities help parents and children talk about careers and the world of work. Activities are designed for children ages 8 to 13. A pizza lunch will be provided and each child will receive Montgomery College</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/take-a-child-to-work-day-at-the-germantown-campus/</link><guid isPermaLink="false">82a2ca29-7149-4257-b2ec-e11b5db37d30</guid><pubDate>Thu, 23 Apr 2026 12:30: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-8/</link><guid isPermaLink="false">944ff57c-0bc3-4ed5-b113-e8d6ccd99a91</guid><pubDate>Thu, 23 Apr 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-10/</link><guid isPermaLink="false">ae81993c-50cb-4d13-a99e-ada8f506648c</guid><pubDate>Thu, 23 Apr 2026 19:30: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-7/</link><guid isPermaLink="false">f4bff569-1be6-477d-b355-199addbea099</guid><pubDate>Thu, 23 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-23/</link><guid isPermaLink="false">ec676dcd-7b26-476d-b2f9-a58ca7bf4daf</guid><pubDate>Thu, 23 Apr 2026 22:30:00 GMT</pubDate></item><item><title>3rd Annual AAWCC-MC Conference Spring</title><description>American Association for Women in Community Colleges-MC Chapter 3rd Annual Spring Conference - April 24, Bioscience Education Center (BE), 151/152, Germantown Campus, 8-3 p.m.</description><link>https://go.activecalendar.com/montgomerycollege/site/germantown/event/3rd-annual-aawcc-mc-conference-spring/</link><guid isPermaLink="false">da69be6d-7930-45af-9767-a54c96c631b2</guid><pubDate>Fri, 24 Apr 2026 12:00: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-17/</link><guid isPermaLink="false">66f41e1d-7aa4-46af-96df-455cb3928725</guid><pubDate>Fri, 24 Apr 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 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-4/</link><guid isPermaLink="false">ddc26721-12ee-439d-83cb-f3654c884051</guid><pubDate>Fri, 24 Apr 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-9/</link><guid isPermaLink="false">81fad232-1bae-4423-b5de-a4bfc6d683a4</guid><pubDate>Fri, 24 Apr 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-18/</link><guid isPermaLink="false">37cbd2b5-11c5-4434-a470-bc2bfcd33522</guid><pubDate>Fri, 24 Apr 2026 18:30:00 GMT</pubDate></item><item><title>Title IX: Rights, Responsibilities, &amp; Reporting</title><description>What actually happens after a Title IX report is made? What are your options—and how do you decide what to do? This interactive virtual session breaks down Title IX in a real, student-centered way. I</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/title-ix-rights-responsibilities--reporting/</link><guid isPermaLink="false">d1a25495-ecce-4dbe-bbc7-2d9fa27e68c7</guid><pubDate>Mon, 27 Apr 2026 14:30:00 GMT</pubDate></item><item><title>TP/SS Book Club Meeting </title><description>Connect with fellow readers, share ideas, and enjoy engaging discussions in a relaxed, friendly space. Meetings begin at the end of March and are held bi-weekly on Mondays from 2:00–3:00 PM in Room 217, Pavilion 3. Open to all MC students.</description><link>https://go.activecalendar.com/montgomerycollege/site/takoma-silver/event/tpss-book-club-meeting-4/</link><guid isPermaLink="false">624d44f1-2bdd-40c8-97fa-4bcc00d5b9c3</guid><pubDate>Mon, 27 Apr 2026 18:00: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-8/</link><guid isPermaLink="false">302d224d-7b25-4795-b706-1b1fb6b8ae5b</guid><pubDate>Mon, 27 Apr 2026 19:00:00 GMT</pubDate></item><item><title>Used MC’s Free Birth Control? Tell Us How It Really Was</title><description>Have you used contraception services at Montgomery College—such as Stay Smart Kits, Plan B, or Opill? Join a Student Listening Session to share your experience. These small-group, virtual sessions are designed to better understand your experience.</description><link>https://go.activecalendar.com/montgomerycollege/site/other/event/used-mcs-free-birth-control-tell-us-how-it-really-was-4/</link><guid isPermaLink="false">c3bfaea1-f8b7-444a-ad23-974c2f1647eb</guid><pubDate>Mon, 27 Apr 2026 19: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/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>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>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>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>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>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>Fun at the Ballpark</title><description>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>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>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>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>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>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>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>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-3/</link><guid isPermaLink="false">33784549-46e3-496a-a903-53090eb753df</guid><pubDate>Thu, 21 May 2026 16: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>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/7/2026 4:50:15 PM-->
			<li class='last'><a href="//www.mcinfonet.org/it/itreport/summerenrollmentreport-2025-07-16-07-30-39.pdf" target="_blank">Summer</a></li>
			<li class='first'><a href="//www.mcinfonet.org/it/itreport/fallenrollmentreport-2025-09-25-09-30-32.pdf" target="_blank">Fall</a></li>
			<li ><a href="//www.mcinfonet.org/it/itreport/winterenrollmentreport-2020-01-16-11-33-04.pdf" target="_blank">Winter</a></li>
			<li ><a href="//www.mcinfonet.org/it/itreport/springenrollmentreport-2026-02-18-08-32-52.pdf" target="_blank">Spring</a></li>
</enrollment-reports></newsletter></page-content>