Barrett, The Honors College at Arizona State University proudly showcases the work of undergraduate honors students by sharing this collection exclusively with the ASU community.

Barrett accepts high performing, academically engaged undergraduate students and works with them in collaboration with all of the other academic units at Arizona State University. All Barrett students complete a thesis or creative project which is an opportunity to explore an intellectual interest and produce an original piece of scholarly research. The thesis or creative project is supervised and defended in front of a faculty committee. Students are able to engage with professors who are nationally recognized in their fields and committed to working with honors students. Completing a Barrett thesis or creative project is an opportunity for undergraduate honors students to contribute to the ASU academic community in a meaningful way.

Displaying 1 - 10 of 36
134157-Thumbnail Image.png
Description
This paper details the specification and implementation of a single-machine blockchain simulator. It also includes a brief introduction on the history & underlying concepts of blockchain, with explanations on features such as decentralization, openness, trustlessness, and consensus. The introduction features a brief overview of public interest and current implementations of

This paper details the specification and implementation of a single-machine blockchain simulator. It also includes a brief introduction on the history & underlying concepts of blockchain, with explanations on features such as decentralization, openness, trustlessness, and consensus. The introduction features a brief overview of public interest and current implementations of blockchain before stating potential use cases for blockchain simulation software. The paper then gives a brief literature review of blockchain's role, both as a disruptive technology and a foundational technology. The literature review also addresses the potential and difficulties regarding the use of blockchain in Internet of Things (IoT) networks, and also describes the limitations of blockchain in general regarding computational intensity, storage capacity, and network architecture. Next, the paper gives the specification for a generic blockchain structure, with summaries on the behaviors and purposes of transactions, blocks, nodes, miners, public & private key cryptography, signature validation, and hashing. Finally, the author gives an overview of their specific implementation of the blockchain using C/C++ and OpenSSL. The overview includes a brief description of all the classes and data structures involved in the implementation, including their function and behavior. While the implementation meets the requirements set forward in the specification, the results are more qualitative and intuitive, as time constraints did not allow for quantitative measurements of the network simulation. The paper concludes by discussing potential applications for the simulator, and the possibility for future hardware implementations of blockchain.
ContributorsRauschenbach, Timothy Rex (Author) / Vrudhula, Sarma (Thesis director) / Nakamura, Mutsumi (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2017-12
135380-Thumbnail Image.png
Description
Bioscience High School, a small magnet high school located in Downtown Phoenix and a STEAM (Science, Technology, Engineering, Arts, Math) focused school, has been pushing to establish a computer science curriculum for all of their students from freshman to senior year. The school's Mision (Mission and Vision) is to: "..provide

Bioscience High School, a small magnet high school located in Downtown Phoenix and a STEAM (Science, Technology, Engineering, Arts, Math) focused school, has been pushing to establish a computer science curriculum for all of their students from freshman to senior year. The school's Mision (Mission and Vision) is to: "..provide a rigorous, collaborative, and relevant academic program emphasizing an innovative, problem-based curriculum that develops literacy in the sciences, mathematics, and the arts, thus cultivating critical thinkers, creative problem-solvers, and compassionate citizens, who are able to thrive in our increasingly complex and technological communities." Computational thinking is an important part in developing a future problem solver Bioscience High School is looking to produce. Bioscience High School is unique in the fact that every student has a computer available for him or her to use. Therefore, it makes complete sense for the school to add computer science to their curriculum because one of the school's goals is to be able to utilize their resources to their full potential. However, the school's attempt at computer science integration falls short due to the lack of expertise amongst the math and science teachers. The lack of training and support has postponed the development of the program and they are desperately in need of someone with expertise in the field to help reboot the program. As a result, I've decided to create a course that is focused on teaching students the concepts of computational thinking and its application through Scratch and Arduino programming.
ContributorsLiu, Deming (Author) / Meuth, Ryan (Thesis director) / Nakamura, Mutsumi (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
136617-Thumbnail Image.png
Description
We created an Android application, Impromp2, which allows users to search for and save events of interest to them in the Phoenix area. The backend, built on the Parse platform, gathers events daily using Web services and stores them in a database. Impromp2 was designed to improve upon similarly-purposed apps

We created an Android application, Impromp2, which allows users to search for and save events of interest to them in the Phoenix area. The backend, built on the Parse platform, gathers events daily using Web services and stores them in a database. Impromp2 was designed to improve upon similarly-purposed apps available for Android devices in several key ways, especially in user interface design and data interaction capability. This is a full-stack software project that explores databases and their performance considerations, Web services, user interface design, and the challenges of app development for a mobile platform.
ContributorsNorth, Joseph Robert (Author) / Balasooriya, Janaka (Thesis director) / Nakamura, Mutsumi (Committee member) / Faucon, Philippe (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor) / School of Mathematical and Statistical Sciences (Contributor)
Created2015-05
Description
Previous research has found improvements in motor control following Assisted Cycle Therapy (ACT) in persons with Parkinson's disease, Down syndrome (DS) and autism. Our study examined the effect of ACT on manual dexterity in adults with Attention Deficit Hyperactivity Disorder (ADHD). Nine adults with ADHD completed six weeks of light

Previous research has found improvements in motor control following Assisted Cycle Therapy (ACT) in persons with Parkinson's disease, Down syndrome (DS) and autism. Our study examined the effect of ACT on manual dexterity in adults with Attention Deficit Hyperactivity Disorder (ADHD). Nine adults with ADHD completed six weeks of light intensity cycling on a stationary bicycle, three times per week for 30 minutes. Four adults with ADHD were in the voluntary cycling (VC) group in which they pedaled at their self-selected rate. Five adults with ADHD were in the ACT group in which a motor moved their legs at a rate approximately 13% faster than their voluntary rate. Our results showed that the dominant hand moved more pegs following ACT than VC. Our results were interpreted with respect to upregulation of neurotrophic factors in the motor cortex following ACT.
ContributorsRupp, Emily Anne (Author) / Ringenbach, Shannon (Thesis director) / Caterino, Linda (Committee member) / Broman, Tannah (Committee member) / Barrett, The Honors College (Contributor) / School of Nutrition and Health Promotion (Contributor)
Created2016-05
133853-Thumbnail Image.png
Description
For my thesis project, I have developed a cash register web application for the Arizona State University Barrett Dining Hall. I previously worked at the Barrett Dining Hall, and I would occasionally step in as a cashier. This work is how I came to be familiar with the system and

For my thesis project, I have developed a cash register web application for the Arizona State University Barrett Dining Hall. I previously worked at the Barrett Dining Hall, and I would occasionally step in as a cashier. This work is how I came to be familiar with the system and all its inefficiencies. The system requires multiple user inputs to implement even the most basic of tasks, is not user-friendly, and therefore very prone to error. In the event that multiple incorrect inputs are entered, the software will freeze, and the user will have to turn off the computer and turn it back on. In theory, this application is an improvement over the software system that is currently in place in that the user interface has been specifically designed to be user-friendly. This application reduces the number of required user inputs by automating certain tasks (such as pricing and determining the meal period), thereby reducing the chance of user error. It is also an improvement in that it allows students to log in to the system to view how many meals they have left, how much M&G is in their account, and how many guest passes they have left. This functionality is extremely important because this is a feature that is not currently in place, and is something that students have actively complained about. Currently, if students want to check on their meal plan, they have to either physically go to a dining hall and ask the cashier, or call a toll-free number. The two technologies used to develop this application are C# and XML. These technologies were chosen because I wanted to learn something new for this project to broaden my knowledge. I also happened to be taking a class at the start of this project that utilized C# and XML for Web Applications, and it seemed like the perfect opportunity to transfer over the skills I had been learning.
ContributorsLewis, Q. Mariha Paishance (Author) / Chen, Yinong (Thesis director) / Nakamura, Mutsumi (Committee member) / School of International Letters and Cultures (Contributor) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
137412-Thumbnail Image.png
Description
Training the bench press exercise on a traditional flat bench does not induce a level of instability as seen in sport movements and activities of daily living. Because of this, many new types of equipment have been created in an attempt to induce instability, such as the COR Bench. 15

Training the bench press exercise on a traditional flat bench does not induce a level of instability as seen in sport movements and activities of daily living. Because of this, many new types of equipment have been created in an attempt to induce instability, such as the COR Bench. 15 males and 7 females between the ages of 18 and 30 were recruited for the present study, which tested two forms of instability: using one dumbbell rather than two, and lifting on the COR bench compared to a flat bench. Thusly, EMG was used to measure muscle activity in four separate conditions of unilateral bench press movements: on a flat bench with one dumbbell, on a flat bench with two dumbbells, on the COR Bench with one dumbbell, and on the COR Bench with two dumbbells. Results indicated that lifting with one dumbbell compared to two dumbbells on the flat bench significantly increased muscle activity across all four muscles being analyzed (pectoralis major, p = .005; middle trapezius, p = .008; external obliques, p = .004; and internal obliques, p = .003), but lifting with one dumbbell compared to two dumbbells on the COR Bench only significantly increased muscle activity in the middle trapezius (p = .001), external obliques(p = . 032), and internal obliques (p = .001). The only muscle to exhibit a significant increase in muscle activity when going from one dumbbell on the flat bench to one dumbbell on the COR Bench was the middle trapezius (p = .010). These results imply that the COR Bench itself does not increase muscle activity as much as switching from two dumbbells to one dumbbell, regardless of the bench being used.
ContributorsPatterson, Jeffrey (Author) / Harper, Erin (Thesis director) / Broman, Tannah (Committee member) / Cataldo, Donna (Committee member) / Barrett, The Honors College (Contributor) / School of Nutrition and Health Promotion (Contributor)
Created2013-12
137365-Thumbnail Image.png
Description
The following study evaluated the effectiveness of the COR Bench, to determine if its unstable surface allows for both greater range of motion and greater tendency towards co-contraction, in comparison to a traditional flat bench. An initial session assessed the 19 participants’ (age, 22.364 ± 2.480 years; mass, 77.850 ±

The following study evaluated the effectiveness of the COR Bench, to determine if its unstable surface allows for both greater range of motion and greater tendency towards co-contraction, in comparison to a traditional flat bench. An initial session assessed the 19 participants’ (age, 22.364 ± 2.480 years; mass, 77.850 ± 18.328 kg; height, 1.787 ± 0.0923 m) current one- repetition maximum strength levels for the unilateral chest press. Four different conditions were used to test the kinematic variables such that each participant completed 5 repetitions of unilateral chest presses at 70% of their max with one and two dumbbells on both the COR Bench and traditional flat bench. Differences in ROM were evaluated by measuring an angular representation of the shoulder complex. Levels of co-contraction were determined by analyzing the middle trapezius EMG. The results indicate a significant difference in ROM between the conditions (p = .00); specifically, a greater ROM during the one dumbbell condition versus the two dumbbell condition on the COR and the flat benches (p = .002, 0.001 respectively); greater ROM with two dumbbells on the COR bench compared to the flat bench (p = .022). The middle trapezius EMG data showed a significant difference in co-contraction levels between conditions (p = .00); specifically, a greater co-contraction during the one dumbbell condition versus the two dumbbell condition on the COR and the flat benches (p = .001, 0.008 respectively); greater co- contraction with one dumbbell on the COR bench compared to the flat bench (p = .010). This lends support for the future use of the COR bench as a means for more efficient exercise through a full range of motion; however, it also suggests that more practice is necessary to master the movement on the bench to decrease co-contraction activity.
ContributorsOppenheimer, Nicole (Author) / Harper, Erin (Thesis director) / Broman, Tannah (Committee member) / Hoffner, Kristin (Committee member) / Barrett, The Honors College (Contributor) / School of Nutrition and Health Promotion (Contributor)
Created2013-12
137462-Thumbnail Image.png
Description
Web-application development constantly changes \u2014 new programming languages, testing tools and programming methodologies are often proposed. The focus of this project is on the tool Selenium and the fairly new technique known as High Volume Automated Testing (HVAT). Both of these techniques were used to test the Just-in-Time Teaching and

Web-application development constantly changes \u2014 new programming languages, testing tools and programming methodologies are often proposed. The focus of this project is on the tool Selenium and the fairly new technique known as High Volume Automated Testing (HVAT). Both of these techniques were used to test the Just-in-Time Teaching and Learning Classroom Management System software. Selenium was used with a black-box testing technique and HVAT was employed in a white-box testing technique. Two of the major functionalities of this software were examined, which include the login and the professor functionality. The results of the black-box testing technique showed parts of the login component contain bugs, but the professor component is clean. HVAT white-box testing revealed error free implementation on the code level. We present an analysis on a new technique for HVAT testing with Selenium.
ContributorsEjaz, Samira (Author) / Balasooriya, Janaka (Thesis director) / Nakamura, Mutsumi (Committee member) / Wilkerson, Kelly (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2013-05
135236-Thumbnail Image.png
Description
Tenga is an e-commerce demo web application for students studying Distributed Software Development and Software Integration and Engineering at Arizona State University (ASU). The application, written in C#, aims to empower students to understand how complex systems are build. Complementing the two courses taught at ASU, it seeks to demonstrate

Tenga is an e-commerce demo web application for students studying Distributed Software Development and Software Integration and Engineering at Arizona State University (ASU). The application, written in C#, aims to empower students to understand how complex systems are build. Complementing the two courses taught at ASU, it seeks to demonstrate how the concepts taught in the two classes can be applied to the real world. In addition to the practical software development process, Tenga also bring in the topics that students are inexperienced with such as recommendation systems and ranking algorithms. Tenga is going to be used in classrooms to help students to learn fundamental issues in Web software development and software integration and to understand tools and skill sets required to built a web application.
ContributorsKawanzaruwa, Allen Tom (Author) / Chen, Yinong (Thesis director) / Nakamura, Mutsumi (Committee member) / Computer Science and Engineering Program (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
135246-Thumbnail Image.png
Description
The areas of cloud computing and web services have grown rapidly in recent years, resulting in software that is more interconnected and and widely used than ever before. As a result of this proliferation, there needs to be a way to assess the quality of these web services in order

The areas of cloud computing and web services have grown rapidly in recent years, resulting in software that is more interconnected and and widely used than ever before. As a result of this proliferation, there needs to be a way to assess the quality of these web services in order to ensure their reliability and accuracy. This project explores different ways in which services can be tested and evaluated through the design of various testing techniques and their implementations in a web application, which can be used by students or developers to test their web services.
ContributorsHilliker, Mark Paul (Author) / Chen, Yinong (Thesis director) / Nakamura, Mutsumi (Committee member) / Computer Science and Engineering Program (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05