<!DOCTYPE HTML><html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Employee Directory</title> <link rel="canonical" href="https://www.gcccd.edu/employee-directory/index.txt"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="Description" content="Use our public directory to find any faculty or staff member at Grossmont-Cuyamaca Community College District."><script type="text/javascript"> var OUC = OUC || {}; OUC.globalProps = OUC.globalProps || {}; OUC.pageProps = OUC.pageProps || {}; OUC.props = OUC.props || {}; OUC.globalProps['path'] = "/employee-directory/index.txt"; OUC.globalProps['domain'] = "https://www.gcccd.edu"; OUC.globalProps['index-file'] = "index"; OUC.globalProps['extension'] = "php"; OUC.pageProps['dsn'] = "employee"; OUC.pageProps['heading'] = "Employee Directory"; OUC.pageProps['breadcrumb'] = "Employee Directory"; OUC.pageProps['page-bg-color'] = ""; var key; for (key in OUC.globalProps) { OUC.props[key] = OUC.globalProps[key]; } for (key in OUC.pageProps) { OUC.props[key] = OUC.pageProps[key]; } </script> <!-- OU Search Ignore Start Here --><?php include($_SERVER['DOCUMENT_ROOT'] . "/_resources/includes/headcode.inc"); ?><!-- OU Search Ignore End Here --><link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.22/css/dataTables.bootstrap4.min.css"> <style> .pagination li.active > a { color: black !important; background: #e6e6e6 !important; } </style> <title>Employee Directory</title> <style> #b2t_btn { background: url(/_resources/images/employee-directory/b2t-btn-ds.png); display: none; position: fixed; width: 40px; height: 40px; bottom: 7.3rem; right: .7rem; z-index: 99; border: none; outline: none; cursor: pointer; border-radius: 50%; box-shadow: 0 2px 20px 0 rgb(41 42 48 / 50%); } </style> <meta property="og:title" content="Employee Directory"> <meta property="og:url" content="https://www.gcccd.edu/employee-directory/index.txt"> <meta property="og:description" content="Use our public directory to find any faculty or staff member at Grossmont-Cuyamaca Community College District."> <meta property="og:type" content=""> <meta property="og:updated_time" content="2024-02-22T13:52:21.647379565-08:00"> <meta name="twitter:card" content=""> <meta name="twitter:url" content="https://www.gcccd.edu/employee-directory/index.txt"> <meta name="twitter:title" content="Employee Directory"> <meta name="twitter:description" content="Use our public directory to find any faculty or staff member at Grossmont-Cuyamaca Community College District."><script type="text/javascript"> var COMMENT_PAGE_URL ="https://www.gcccd.edu/employee-directory/index.txt"; var COMMENT_PAGE_IDENTIFIER ="fbbaa1e0-4d13-4259-9ef6-8842c8077fd0"; </script></head> <body class="default-bg"><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KXRSBFB" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P6N38RN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><noscript><img height="1" alt="" src="https://www.facebook.com/tr?id=199690067372557&ev=PageView&noscript=1" width="1"></noscript> <!-- OU Search Ignore Start Here --><?php include($_SERVER['DOCUMENT_ROOT'] . "/_resources/includes/bodycode.inc"); ?><!-- OU Search Ignore End Here --> <button aria-label="Back to Top" onclick="window.scrollTo({top: 0, behavior: "smooth"});" id="b2t_btn" title="Back to Top"></button> <!-- OU Search Ignore Start Here --><?php include($_SERVER['DOCUMENT_ROOT'] . "/_resources/includes/header.html"); ?><!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --><?php include($_SERVER['DOCUMENT_ROOT'] . "/_resources/includes/analytics.inc"); ?><!-- OU Search Ignore End Here --> <div class="site-content basic-page-template"> <div class="page-content"> <ul class="breadcrumb col-md-12"> <li><a href="https://www.gcccd.edu/" title="Visit Home">Home</a></li> <li><a href="https://www.gcccd.edu/employee-directory/" title="Visit Employee Directory">Employee Directory</a></li> <li class="current">Employee Directory</li> </ul><br><h1>Employee Directory</h1><br><div class="row"> <div class="col-md-5"> <h2 class="sr-only">Filter Results</h2> <div id="site-filter"></div> </div> <div class="col-md-5"> <div id="department-filter"></div> </div> <div class="col-md-2"><button id="reset-filters"><span class="fas fa-times"></span> Reset Filters</button></div> </div> <?php include_once($_SERVER['DOCUMENT_ROOT'] . "/_resources/dmc/php/employee.php"); $options = array(); $options["datasource"] = "employee"; $options["xpath"] = "item[@href='' or starts-with(@href,'/employee-directory/')]"; $options["type"] = "listing"; get_employee_dmc_output($options); ?> </div> </div> <!-- OU Search Ignore Start Here --><?php include($_SERVER['DOCUMENT_ROOT'] . "/_resources/includes/footer.html"); ?><!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --><?php include($_SERVER['DOCUMENT_ROOT'] . "/_resources/includes/footcode.inc"); ?><!-- OU Search Ignore End Here --> <div id="ou-hidden" style="display:none;"><!-- com.omniupdate.ob --><!-- /com.omniupdate.ob --></div><script> if(document.getElementById("de") != null && document.getElementById("directedit")) { var link = document.getElementById("de").parentNode.innerHTML; document.getElementById("de").parentNode.innerHTML = ""; document.getElementById("directedit").innerHTML = link.replace(/^\s+|\s+$/gm,''); } </script><script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script><script src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js"></script><script src="https://cdn.datatables.net/1.10.22/js/dataTables.bootstrap4.min.js"></script><script src="/_resources/js/employee-listing.js"></script> <script> // Back to Top Function // Get button var backToTopButton = document.getElementById("b2t_btn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { backToTopButton.style.display = "block"; } else { backToTopButton.style.display = "none"; } } </script> </body> </html>