Difference between revisions of "Modeling the Progress and Efficacy of Wisconsin CS Education and an ML Approach to Static Code Analysis"

From REU@MU
Jump to: navigation, search
(Created page with "== Project Description == Computer Science education has never been so critical to the next generation of academics and industry leaders as it is today. 67% of all new STEM jo...")
 
(Milestones:)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Project Description ==
 
== Project Description ==
Computer Science education has never been so critical to the next generation of academics and industry leaders as it is today. 67% of all new STEM jobs created are in computing, but only 11% of STEM bachelor degrees are in computer science. This massive disparity is exacerbated by a fundamental lack of CS education in middle schools and high schools across the country. This project aims to uncover new information about how CS education has changed in the state of Wisconsin, and visualize the data in such a way as to encourage policy makers to take a serious look at the approach schools take with respect to computer science. Furthermore, this project also seeks to aid CS education at the university level by integrating static analysis techniques into Marquette's TABot, used in the grading of student-written C code in classes such as Operating Systems.
+
Computer Science education has never been so critical to the next generation of academics and industry leaders as it is today. 67% of all new STEM jobs created are in computing, but only 11% of STEM bachelor degrees are in computer science. This massive disparity is exacerbated by a fundamental lack of CS education in middle schools and high schools across the country. This project aims to uncover new information about how CS education has changed in the state of Wisconsin, and visualize the data in such a way as to encourage policy makers to take a serious look at the approach schools take with respect to computer science.
  
  
Line 6: Line 6:
 
* ''Gather, clean, and interpret CS education data concerning teacher licensure, enrollment statistics, program quality, and geographic location
 
* ''Gather, clean, and interpret CS education data concerning teacher licensure, enrollment statistics, program quality, and geographic location
 
* ''Develop models trained on the data to predict what CS education might look like in the future
 
* ''Develop models trained on the data to predict what CS education might look like in the future
* ''Integrate existing static analysis tools with TABot and analyze the pros and cons of particular methods
 
  
 
=='''Milestones:'''==
 
=='''Milestones:'''==
Line 28: Line 27:
 
|
 
|
 
*Automate process of data scraping
 
*Automate process of data scraping
*Read related literature on static code analysis
 
 
|-
 
|-
 
|Week 4
 
|Week 4
 
|
 
|
 
*Visualize/interpret collected data
 
*Visualize/interpret collected data
*Experiment with different static code analysis techniques on sample code
+
|-
 +
|Week 5
 +
|
 +
* Correlate scraped data with existing external records
 +
|-
 +
|Week 6
 +
|
 +
*Outline potential ML approaches for analyzing results
 +
|-
 +
|Week 7
 +
|
 +
*Continue verifying data and creating visualizations
 +
|-
 +
|Week 8
 +
|
 +
*Train and analyze ML models
 +
|-
 +
|Week 9
 +
|
 +
*Congregate the summer's work and record final observations
 +
*Poster/paper/presentation work
 +
|-
 +
|Week 10
 +
|
 +
*Poster/paper/presentation
 +
*Wrapping up
 
|}
 
|}

Latest revision as of 18:16, 2 August 2020

Project Description

Computer Science education has never been so critical to the next generation of academics and industry leaders as it is today. 67% of all new STEM jobs created are in computing, but only 11% of STEM bachelor degrees are in computer science. This massive disparity is exacerbated by a fundamental lack of CS education in middle schools and high schools across the country. This project aims to uncover new information about how CS education has changed in the state of Wisconsin, and visualize the data in such a way as to encourage policy makers to take a serious look at the approach schools take with respect to computer science.


Project Goals

  • Gather, clean, and interpret CS education data concerning teacher licensure, enrollment statistics, program quality, and geographic location
  • Develop models trained on the data to predict what CS education might look like in the future

Milestones:

Week Description
Week 1
  • Initial meetings with mentor
  • Data science crash course
Week 2
  • Read related literature on CS education
  • Practice machine learning techniques
  • Begin scraping/cleaning data
Week 3
  • Automate process of data scraping
Week 4
  • Visualize/interpret collected data
Week 5
  • Correlate scraped data with existing external records
Week 6
  • Outline potential ML approaches for analyzing results
Week 7
  • Continue verifying data and creating visualizations
Week 8
  • Train and analyze ML models
Week 9
  • Congregate the summer's work and record final observations
  • Poster/paper/presentation work
Week 10
  • Poster/paper/presentation
  • Wrapping up