{"id":16,"date":"2022-06-02T11:08:37","date_gmt":"2022-06-02T15:08:37","guid":{"rendered":"https:\/\/test-www.middlesexcc.edu\/student-life\/?page_id=16"},"modified":"2023-09-29T12:04:56","modified_gmt":"2023-09-29T16:04:56","slug":"clubs-and-organizations","status":"publish","type":"page","link":"https:\/\/middlesexcollege.edu\/student-life\/clubs-and-organizations\/","title":{"rendered":"Clubs and Organizations"},"content":{"rendered":"\n<div style=\"height:2em\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\r\n<div class=\"section__card section__card--alt\">\r\n  <div class=\"section__card-inner\">\r\n    <div class=\"section__card-image\" style=\"background-image: url('https:\/\/middlesexcollege.edu\/student-life\/wp-content\/uploads\/sites\/9\/2022\/06\/shanice-pearson.jpg');\"><\/div>\r\n\r\n    <div class=\"section__card-content\">\r\n      <blockquote class=\"quote-large\">\r\n        <i>\u201cIt was only after I decided to get involved in clubs and activities that things really changed for me. I did so much in my two years at Middlesex College, things I continue to do, such as volunteering with nonprofit organizations and hosting workshops for teens.\u201d<\/i>\r\n      <\/blockquote>\r\n\r\n            <cite>\r\n        <strong>\r\n          Shanice Pearson                    <i>\u201921, Criminal Justice major<\/i>\r\n                  <\/strong>\r\n      <\/cite>\r\n          <\/div>\r\n  <\/div>\r\n<\/div>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Campus engagement through sports, student clubs, student government, honor societies, drama productions and community service builds confidence, leads to personal growth, and paves the way for meaningful relationships with teammates, peers, mentors and other members of Middlesex College community.<\/p>\n\n\n\n<p>Getting involved starts with finding a club or affinity group that is right for you. We have more than 30 clubs and organizations, providing ample opportunity to grow and learn leadership and communication skills, time management, event planning, and more. Plus, you\u2019ll meet new people and have fun.<\/p>\n\n\n\n<div style=\"height:1em\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading bb-primary-1\">Contact Information for Clubs and Organizations<\/h2>\n\n\n\n\n    <iframe\n      id=\"JotFormIFrame-222416255514046\"\n      title=\"Student Organizations\"\n      onload=\"window.parent.scrollTo(0,0)\"\n      allowtransparency=\"true\"\n      allowfullscreen=\"true\"\n      allow=\"geolocation; microphone; camera\"\n      src=\"https:\/\/middlesexcc.jotform.com\/222416255514046\"\n      frameborder=\"0\"\n      style=\"min-width:100%;max-width:100%;height:539px;border:none;\"\n      scrolling=\"no\"\n    >\n    <\/iframe>\n    <script type=\"text\/javascript\">\n    var ifr = document.getElementById(\"JotFormIFrame-222416255514046\");\n    if (ifr) {\n      var src = ifr.src;\n      var iframeParams = [];\n      if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\n      }\n      if (src && src.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\n        src = src.substr(0, src.indexOf(\"?\"))\n      }\n      iframeParams.push(\"isIframeEmbed=1\");\n      ifr.src = src + \"?\" + iframeParams.join('&');\n    }\n    window.handleIFrameMessage = function(e) {\n      if (typeof e.data === 'object') { return; }\n      var args = e.data.split(\":\");\n      if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\n      if (!iframe) { return; }\n      switch (args[0]) {\n        case \"scrollIntoView\":\n          iframe.scrollIntoView();\n          break;\n        case \"setHeight\":\n          iframe.style.height = args[1] + \"px\";\n          if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {\n            iframe.style.minHeight = args[1] + \"px\";\n          }\n          break;\n        case \"collapseErrorPage\":\n          if (iframe.clientHeight > window.innerHeight) {\n            iframe.style.height = window.innerHeight + \"px\";\n          }\n          break;\n        case \"reloadPage\":\n          window.location.reload();\n          break;\n        case \"loadScript\":\n          if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\n          var src = args[1];\n          if (args.length > 3) {\n              src = args[1] + ':' + args[2];\n          }\n          var script = document.createElement('script');\n          script.src = src;\n          script.type = 'text\/javascript';\n          document.body.appendChild(script);\n          break;\n        case \"exitFullscreen\":\n          if      (window.document.exitFullscreen)        window.document.exitFullscreen();\n          else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\n          else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\n          else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\n          else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\n          break;\n      }\n      var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\n      if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\n        var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\n        iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\n      }\n    };\n    window.isPermitted = function(originUrl, whitelisted_domains) {\n      var url = document.createElement('a');\n      url.href = originUrl;\n      var hostname = url.hostname;\n      var result = false;\n      if( typeof hostname !== 'undefined' ) {\n        whitelisted_domains.forEach(function(element) {\n            if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\n                result = true;\n            }\n        });\n        return result;\n      }\n    };\n    if (window.addEventListener) {\n      window.addEventListener(\"message\", handleIFrameMessage, false);\n    } else if (window.attachEvent) {\n      window.attachEvent(\"onmessage\", handleIFrameMessage);\n    }\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>We know that not all learning takes place in the classroom. Students tell us over and over again that their college experience became a transformative one after engaging with one another through shared interests, academic pursuits, heritage, professional goals, and more.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Clubs and Organizations | Middlesex College<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/middlesexcollege.edu\/student-life\/clubs-and-organizations\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Clubs and Organizations | Middlesex College\" \/>\n<meta property=\"og:description\" content=\"We know that not all learning takes place in the classroom. Students tell us over and over again that their college experience became a transformative one after engaging with one another through shared interests, academic pursuits, heritage, professional goals, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/middlesexcollege.edu\/student-life\/clubs-and-organizations\/\" \/>\n<meta property=\"og:site_name\" content=\"Student Life\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-29T16:04:56+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/middlesexcollege.edu\\\/student-life\\\/clubs-and-organizations\\\/\",\"url\":\"https:\\\/\\\/middlesexcollege.edu\\\/student-life\\\/clubs-and-organizations\\\/\",\"name\":\"Clubs and Organizations | Middlesex College\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/middlesexcollege.edu\\\/student-life\\\/#website\"},\"datePublished\":\"2022-06-02T15:08:37+00:00\",\"dateModified\":\"2023-09-29T16:04:56+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/middlesexcollege.edu\\\/student-life\\\/clubs-and-organizations\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/middlesexcollege.edu\\\/student-life\\\/#website\",\"url\":\"https:\\\/\\\/middlesexcollege.edu\\\/student-life\\\/\",\"name\":\"Student Life\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/middlesexcollege.edu\\\/student-life\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Clubs and Organizations | Middlesex College","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/middlesexcollege.edu\/student-life\/clubs-and-organizations\/","og_locale":"en_US","og_type":"article","og_title":"Clubs and Organizations | Middlesex College","og_description":"We know that not all learning takes place in the classroom. Students tell us over and over again that their college experience became a transformative one after engaging with one another through shared interests, academic pursuits, heritage, professional goals, and more.","og_url":"https:\/\/middlesexcollege.edu\/student-life\/clubs-and-organizations\/","og_site_name":"Student Life","article_modified_time":"2023-09-29T16:04:56+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/middlesexcollege.edu\/student-life\/clubs-and-organizations\/","url":"https:\/\/middlesexcollege.edu\/student-life\/clubs-and-organizations\/","name":"Clubs and Organizations | Middlesex College","isPartOf":{"@id":"https:\/\/middlesexcollege.edu\/student-life\/#website"},"datePublished":"2022-06-02T15:08:37+00:00","dateModified":"2023-09-29T16:04:56+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/middlesexcollege.edu\/student-life\/clubs-and-organizations\/"]}]},{"@type":"WebSite","@id":"https:\/\/middlesexcollege.edu\/student-life\/#website","url":"https:\/\/middlesexcollege.edu\/student-life\/","name":"Student Life","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/middlesexcollege.edu\/student-life\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/middlesexcollege.edu\/student-life\/wp-json\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/middlesexcollege.edu\/student-life\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/middlesexcollege.edu\/student-life\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/middlesexcollege.edu\/student-life\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/middlesexcollege.edu\/student-life\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":44,"href":"https:\/\/middlesexcollege.edu\/student-life\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":442,"href":"https:\/\/middlesexcollege.edu\/student-life\/wp-json\/wp\/v2\/pages\/16\/revisions\/442"}],"wp:attachment":[{"href":"https:\/\/middlesexcollege.edu\/student-life\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}