Gender Equity Advisory Committee

Illinois Compiled Statutes

Section: 2.1

Jurisdiction: IL

Bluebook Citation: 105 ILCS 435/2.1

(a) The Superintendent of the State Board of Education shall appoint a Gender Equity Advisory Committee consisting of at least 9 members to advise and consult with the State Board of Education and the State Board of Education's gender equity liaison in all aspects relating to ensuring that all students have equal educational opportunities to pursue high wage, high skill, and in-demand occupations leading to economic self-sufficiency. (b) Membership shall include, without limitation, one regional career and technical education system director with experience in gender equity, 2 State Board of Education employees, an appointee of the Director of Labor, and 5 citizen appointees who have expertise in one or more of the following areas: nontraditional training and placement; service delivery to single parents; service delivery to displaced homemakers; service delivery to female, male, and nonbinary teens; service delivery to students of color; service delivery to members of special populations, including, but not limited to, individuals from economically disadvantaged families, English learners, individuals with disabilities, individuals who are out of the workforce, individuals experiencing homelessness, migrants, individuals in foster care, and military students; business and industry experience; and career and technical education experience. Membership also may include employees from the Department of Commerce and Economic Opportunity, the Department of Human Services, and the Illinois Community College Board who have expertise in one or more of the areas listed in this subsection (b) for the citizen appointees. Appointments shall be made taking into consideration expertise of services provided in secondary, postsecondary, and community-based programs. (c) Members shall initially be appointed to one-year terms commencing in January 1, 1990 and thereafter, until January 1, 2025, to 2-year terms commencing on January 1 of each odd numbered year. Beginning on January 1, 2025, members shall be appointed as follows. The career and technical education system director appointee, one State Board of Education appointee, the appointee of the Director of Labor, and 2 citizen appointees, as determined by the State Superintendent of Education, shall initially be appointed to 3-year terms and thereafter to 2-year terms; the remaining members of the committee shall initially and thereafter be appointed to 2-year terms; and all terms shall commence on January 1. Vacancies shall be filled as prescribed in subsection (b) for the remainder of the unexpired term. (d) At the first meeting following the start of each calendar year, the committee shall elect a Chair and Secretary from its members to serve until the first meeting of the subsequent calendar year. Members shall serve without compensation, but shall be reimbursed for expenses incurred in the performance of their duties. The Committee shall meet at least bi-annually and at other times at the call of the Chair or at the request of the State Board of Education's gender equity liaison. (e) On or before December 15, 2023, the Committee shall submit recommendations to the Governor, General Assembly, and State Board of Education regarding how school districts and the State Board of Education can better support historically disadvantaged males, including African American students and other students of color, to ensure educational equity. (f) On and after December 31, 2023, subsection (e) is inoperative. (Source: P.A. 102-863, eff. 1-1-23; 103-780, eff. 8-2-24.) This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn .fade-out { opacity: 0; transition: opacity 1.0s; /* Adjust the duration as needed */ } .cookies { position: fixed; bottom: 0; margin-bottom: 0; /* Ensure no margin at the bottom */ width: 100%; border-radius: 0; /* Remove rounded borders */ opacity: 0.98; z-index: 100; } @media (max-width: 576px) { .cookies { height: auto; /* Allow the height to adjust based on content */ padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */ } } ILGA.gov is better with cookies. ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies. Read About Cookies Accept & Continue document.getElementById('about-cookies-btn').addEventListener('click', function () { window.location.href = '/Cookies'; }); (function () { var button = document.querySelector("#cookieConsent button[data-cookie-string]"); button.addEventListener("click", function (event) { document.cookie = button.dataset.cookieString; var cookieContainer = document.querySelector("#cookieConsent"); cookieContainer.remove() }, false); })(); enableWordFriendlyCopy({ selector: '#copyable-content', baseUrl: 'https://ilga.gov/' }); (function () { const BASE_WIDTH = 578; const isDev = location.hostname === 'localhost' || location.hostname === 'dev.ilga.gov'; const log = (...args) => { if (isDev) { console.log(...args); } }; function applyBillScale() { log('--- applyBillScale called ---'); const host = document.querySelector('#billtextanchor .billtext-host'); const scaleEl = document.querySelector('#billtextanchor .billtext-scale'); log('host element:', host); log('scaleEl element:', scaleEl); if (!host || !scaleEl) { log('Missing host or scaleEl, exiting'); return; } const available = window.innerWidth; log('available viewport width:', available); let scale = 1; log('initial scale:', scale); if (available < 480) { scale = (available / BASE_WIDTH) - 0.1; log('viewport < 480 (iPhone)'); } else if (available < 850) { scale = (available / BASE_WIDTH) - 0.1; log('viewport < 850 (iPad)'); } else { scale = 1; log('viewport >= 850 (desktop)'); } log('calculated scale:', scale); scaleEl.style.transformOrigin = 'top left'; scaleEl.style.transform = `scale(${scale})`; log('transform:', scaleEl.style.transform); const calculatedWidth = BASE_WIDTH * scale; scaleEl.style.width = `${calculatedWidth}px`; log('calculated width:', calculatedWidth); } log('Bill scaling script loaded. isDev =', isDev); window.addEventListener('orientationchange', () => { log('orientationchange event fired'); applyBillScale(); }); document.addEventListener('DOMContentLoaded', () => { log('DOMContentLoaded event fired'); applyBillScale(); }); })(); (function () { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function () { acsbJS.init({ statementLink: '', footerHtml: '', hideMobile: false, hideTrigger: false, disableBgProcess: false, language: 'en', position: 'left', leadColor: '#070D0D', triggerColor: '#03396c', triggerRadius: '50%', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerIcon: 'people', triggerSize: 'medium', triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: 'small', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerOffsetX: 10, triggerOffsetY: 10, triggerRadius: '50%' } }); }; h.appendChild(s); })(); document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('button[onclick]').forEach(button => { // Extract the href from the inline onclick const onclick = button.getAttribute('onclick'); const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/); if (!match) return; const url = match[1]; // Remove the inline onclick to prevent auto navigation button.removeAttribute('onclick'); // Add our controlled event listener button.addEventListener('click', function (e) { if (e.ctrlKey || e.metaKey) { window.open(url, '_blank'); } else { window.location.href = url; } }); }); });

Chat with this statute using AI

Ask CiteLaw's AI Navigator anything about this statute, verify citations, and research related authorities. Sign up for CiteLaw free today to get started.