(a) Beginning July 1, 2026, the Authority shall study and compile and, by September 1, 2026 and every 4 months thereafter, publish on the Authority's public website, in a form determined by the Authority, the information submitted by the Illinois State Police under Section 5-10 of the Uniform Crime Reporting Act. (b) The Authority shall publish the following information for each relevant law enforcement agency: (1) the number of homicides; (2) the number of aggravated assaults with a firearm; (3) the number of aggravated assaults with a firearm and homicides for which an alleged perpetrator has been cleared by arrest; (4) the number of aggravated assaults with a firearm and homicides that are considered clear or closed for a reason other than an arrest; and (5) the number of cases described in paragraph (4) that were cleared or closed because: (i) the alleged perpetrator is deceased; (ii) the case was declined by prosecution; (iii) the suspect is in custody of another jurisdiction; or (iv) there are other exceptional means outside of law enforcement's control. (Source: P.A. 104-197, eff. 1-1-26.) (Text of Section from P.A. 104-300) (This Section will be renumbered as Section 14.2 in a revisory bill.) (This Section may contain text from a Public Act with a delayed effective date ) Sec. 16. Public defense performance metrics, data collection, analysis and public reporting. (a) The State Public Defender Commission shall identify and implement a system of performance metrics to assess the provision of indigent defense services in this State relative to the standards established by the Commission under Section 45 of the State Public Defender Act and national standards and benchmarks to ensure the State of Illinois complies with its obligations under the Sixth Amendment of the United States Constitution. (b) The Commission has the authority and the duty to: (1) establish procedures for the mandatory collection of data concerning the operation of the Office of the State Public Defender, the Commission, each indigent criminal defense system, and the overall operation of indigent criminal defense services in the State, including provision of resources to facilitate integration of State data collection with existing county and State-based data reporting and case management systems and requirements; and (2) collect and receive from any department, division, board, bureau, commission or other agency of the State, or any political subdivision of the State or any public authority, including but not limited to agencies of the judicial branch, information and data including but not limited to: (A) the types of and numbers of matters in which public defense services have been provided on an annual basis in categories to be determined by the Commission and in alignment with existing circuit court data guidelines established by the Administrative Office of the Illinois Courts; (B) for each public defender agency and State's Attorney's office: (i) the number of administrators, attorneys, and other staff who work at each agency, including whether they are full-time or part-time and whether they are employed or contracted; and the salaries and other compensation paid to individual administrators, attorneys and staff; (ii) the funds and in-kind resources spent on an annual basis for expert witnesses, investigators, and other litigation costs; (iii) the funds and in-kind resources spent on an annual basis for office space, technology, equipment and other fixed expenses; (iv) the total numbers of matters, by category, opened, disposed, and pending within each annual period for each attorney and for the agency in total; (C) the criteria and procedures used to determine whether a person is eligible to receive public defender services, the number of persons considered for and applicants denied such services, the reasons for the denials, and the results of any review of such denials; and (D) the standards and criteria used by each county to determine whether individual attorneys are qualified to provide indigent legal services, and how those standards and criteria compare to those set by the State Public Defender Commission. (c) The Commission shall analyze and evaluate the collected data, and undertake any necessary research and studies, in order to consider and recommend measures to enhance the provision of indigent legal services relative to the standards established by the Commission under the State Public Defender Act and national standards and benchmarks. (d) The Commission shall provide a written report on the performance metrics to the Governor, General Assembly, and Illinois Supreme Court, no later than December 15 of each year commencing in the calendar year following the effective date of this amendatory Act of the 104th General Assembly. The Commission shall publish the report on its website. (Source: P.A. 104-300, eff. 1-1-27.) 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.