Illinois PE Professional Development Providers

From the State of Illinois Professional Development requirement for all Illinois PEs

TITLE 68: PROFESSIONS AND OCCUPATIONS Section 1380.325 Professional Development.

From Section 1380.325 Professional Development

1) Acceptable providers for structured educational activities shall include, but not be limited to:

2) National Council of Examiners for Engineering and Surveying (NCEES);

3) National Society of Professional Engineers (NSPE);

4) Illinois Society of Professional Engineers (ISPE);

5) American Council of Engineering Companies of Illinois (ACEC-IL);

6) Technical or professional societies or organizations relating to professional engineering, such as the American Society of Civil Engineers (ASCE);

7) Colleges, universities or other educational institutions;

8) Other technical or professional societies or organizations including manufacturers.

'); mywindow.document.write('

' + document.title + '

'); mywindow.document.write(document.getElementById(elem).innerHTML); mywindow.document.write(''); mywindow.document.close(); // necessary for IE >= 10 mywindow.focus(); // necessary for IE >= 10*/ mywindow.print(); mywindow.close(); return true; } function printDiv() { jQuery('#printdiv').hide(); var myStyle = ''; var divToPrint=jQuery('.woocommerce').html(); var newWin=window.open('','Print-Window'); newWin.document.open(); newWin.document.write(''+myStyle+divToPrint+''); newWin.document.close(); // setTimeout(function(){newWin.close();},10); } function showTab(tabId) { document.querySelectorAll('.lecture-tab-content, .workshop-tab-content').forEach(function(content) { content.classList.remove('active'); }); document.querySelectorAll('.conference-tab').forEach(function(tab) { tab.classList.remove('active'); }); document.getElementById(tabId).classList.add('active'); document.querySelector(`.conference-tab[onclick="showTab('${tabId}')"]`).classList.add('active'); } function showMobileTab(tabId) { document.querySelectorAll('.Mobileview-agenda-tabs .mobile-tab-content').forEach(function(content) { content.classList.remove('active'); }); document.querySelectorAll('.Mobileview-agenda-tabs .conference-tab').forEach(function(tab) { tab.classList.remove('active'); }); document.querySelector(`#${tabId}`).classList.add('active'); document.querySelector(`.Mobileview-agenda-tabs .conference-tab[onclick="showMobileTab('${tabId}')"]`).classList.add('active'); }