Skillset
Perl CGI, HTML, CSS, Data Science, Command Line, RegEx
About
I created Code Query for INK-12 STEM education researchers to analyze their coded data of student work. The "code" in code query refers to the research-specific coding and annotation format. It allows researchers to explore how students used various mathematical tools in different steps to solve arithmetic problems.
Originally I created this as an in-terminal mini script program but then I realized it would benefit from a graphic user interface. I designed the front and back end, incorporating the ability to upload a new dataset, and display or download the queried results. I used Perl, or rather, CGI for web Perl scripting, HTML and CSS. The search function that allows for AND, OR, and NOT queries, with the ability to use regular expressions as well. The read-out of the results are tables that show comprehensive matches of each query. It also utilizes a responsive framework for research queries on mobile devices.