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 38
131529-Thumbnail Image.png
Description
RecyclePlus is an iOS mobile application that allows users to be knowledgeable in the realms of sustainability. It gives encourages users to be environmental responsible by providing them access to recycling information. In particular, it allows users to search up certain materials and learn about its recyclability and how to

RecyclePlus is an iOS mobile application that allows users to be knowledgeable in the realms of sustainability. It gives encourages users to be environmental responsible by providing them access to recycling information. In particular, it allows users to search up certain materials and learn about its recyclability and how to properly dispose of the material. Some searches will show locations of facilities near users that collect certain materials and dispose of the materials properly. This is a full stack software project that explores open source software and APIs, UI/UX design, and iOS development.
ContributorsTran, Nikki (Author) / Ganesh, Tirupalavanam (Thesis director) / Meuth, Ryan (Committee member) / Watts College of Public Service & Community Solut (Contributor) / Department of Information Systems (Contributor) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2020-05
133901-Thumbnail Image.png
Description
This thesis dives into the world of artificial intelligence by exploring the functionality of a single layer artificial neural network through a simple housing price classification example while simultaneously considering its impact from a data management perspective on both the software and hardware level. To begin this study, the universally

This thesis dives into the world of artificial intelligence by exploring the functionality of a single layer artificial neural network through a simple housing price classification example while simultaneously considering its impact from a data management perspective on both the software and hardware level. To begin this study, the universally accepted model of an artificial neuron is broken down into its key components and then analyzed for functionality by relating back to its biological counterpart. The role of a neuron is then described in the context of a neural network, with equal emphasis placed on how it individually undergoes training and then for an entire network. Using the technique of supervised learning, the neural network is trained with three main factors for housing price classification, including its total number of rooms, bathrooms, and square footage. Once trained with most of the generated data set, it is tested for accuracy by introducing the remainder of the data-set and observing how closely its computed output for each set of inputs compares to the target value. From a programming perspective, the artificial neuron is implemented in C so that it would be more closely tied to the operating system and therefore make the collected profiler data more precise during the program's execution. The program is designed to break down each stage of the neuron's training process into distinct functions. In addition to utilizing more functional code, the struct data type is used as the underlying data structure for this project to not only represent the neuron but for implementing the neuron's training and test data. Once fully trained, the neuron's test results are then graphed to visually depict how well the neuron learned from its sample training set. Finally, the profiler data is analyzed to describe how the program operated from a data management perspective on the software and hardware level.
ContributorsRichards, Nicholas Giovanni (Author) / Miller, Phillip (Thesis director) / Meuth, Ryan (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
135581-Thumbnail Image.png
Description
As the need for data concerning the health of the world's oceans increases, it becomes necessary to develop large, networked communication systems underwater. This research involves the development of an embedded operating system that is suited for optically-linked underwater wireless sensor networks (WSNs). Optical WSNs are unique in that large

As the need for data concerning the health of the world's oceans increases, it becomes necessary to develop large, networked communication systems underwater. This research involves the development of an embedded operating system that is suited for optically-linked underwater wireless sensor networks (WSNs). Optical WSNs are unique in that large sums of data may be received relatively infrequently, and so an operating system for each node must be very responsive. Additionally, the volatile nature of the underwater environment means that the operating system must be accurate, while still maintaining a low profile on a relatively small microprocessor core. The first part of this research concerns the actual implementation of the operating system's task scheduler and additional libraries to maintain synchronization, and the second part involves testing the operating system for responsiveness to interrupts and overall performance.
ContributorsTueller, Peter Michael (Author) / Youngbull, Cody (Thesis director) / Meuth, Ryan (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
Description
This project's goal was to design a Central Processing Unit (CPU) incorporating a fairly large instruction set and a multistage pipeline design with the potential to be used in a multi-core system. The CPU was coded and synthesized with Verilog. This was accomplished by building on the CPU design from

This project's goal was to design a Central Processing Unit (CPU) incorporating a fairly large instruction set and a multistage pipeline design with the potential to be used in a multi-core system. The CPU was coded and synthesized with Verilog. This was accomplished by building on the CPU design from fundamentals learned in CSE320 and increasing the instruction set to resemble a proper Reduced Instruction Set Computing (RISC) CPU system. A multistage pipeline was incorporated to the CPU to increase instruction throughput, or instructions per second. A major area of focus was on creating a multi-core design. The design used is master-slave in nature. The master core instructs the sub-cores where they should begin execution, the idea being that the operating system or kernel will be executing on the master core and the "user space" programs will be run on the sub-cores. The rationale behind this is that the system would specialize in running several small functions on all of its many supported cores. The system supports around 45 instructions, which include several types of jumps and branches (for changing the program counter based on conditions), arithmetic operations (addition, subtraction, or, and, etc.), and system calls (for controlling the core execution). The system has a very low Clocks per Instruction ratio (CPI), but to achieve this the second stage contains several modules and would most likely be a bottleneck for performance if implemented. The CPU is not perfect and contains a few errors and oversights, but the system as a whole functions as intended.
ContributorsKolden, Brian Andrew (Author) / Burger, Kevin (Thesis director) / Meuth, Ryan (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
136728-Thumbnail Image.png
Description
This project was centered around designing a processor model (using the C programming language) based on the Coldfire computer architecture that will run on third party software known as Open Virtual Platforms. The end goal is to have a fully functional processor that can run Coldfire instructions and utilize peripheral

This project was centered around designing a processor model (using the C programming language) based on the Coldfire computer architecture that will run on third party software known as Open Virtual Platforms. The end goal is to have a fully functional processor that can run Coldfire instructions and utilize peripheral devices in the same way as the hardware used in the embedded systems lab at ASU. This project would cut down the substantial amount of time students spend commuting to the lab. Having the processor directly at their disposal would also encourage them to spend more time outside of class learning the hardware and familiarizing themselves with development on an embedded micro-controller. The model will be accurate, fast and reliable. These aspects will be achieved through rigorous unit testing and use of the OVP platform which provides instruction accurate simulations at hundreds of MIPS (million instructions per second) for the specified model. The end product was able to accurately simulate a subset of the Coldfire instructions at very high rates.
ContributorsDunning, David Connor (Author) / Burger, Kevin (Thesis director) / Meuth, Ryan (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2014-12
136773-Thumbnail Image.png
Description
Usually a medical website has a description, or overview, of the condition. Then there are different sections informing the viewer about the signs and symptoms, diagnosis, and treatment options. There are some resource links for families to explore, but there it provides more information rather than narration. What is lacking

Usually a medical website has a description, or overview, of the condition. Then there are different sections informing the viewer about the signs and symptoms, diagnosis, and treatment options. There are some resource links for families to explore, but there it provides more information rather than narration. What is lacking is a patient account or perspective on the given topic. This project suggests an added resource for parents and patients with its storytelling element that is irreplaceable. An example is also available using my own story growing up with hemifacial microsomia.
ContributorsCanales, Alicia Marie (Author) / Dixon, Kathleen (Thesis director) / Dodge, Nancie (Committee member) / Barrett, The Honors College (Contributor) / Department of Marketing (Contributor) / Walter Cronkite School of Journalism and Mass Communication (Contributor)
Created2014-12
Description
Late life domestic violence is essentially synonymous with domestic violence except that it specifically refers to older adults. Although there are many similarities between younger victims and older victims, there are also distinct differences. Older victims have unique risk factors and barriers, including generational factors that stem from socialization. Unfortunately,

Late life domestic violence is essentially synonymous with domestic violence except that it specifically refers to older adults. Although there are many similarities between younger victims and older victims, there are also distinct differences. Older victims have unique risk factors and barriers, including generational factors that stem from socialization. Unfortunately, society lacks awareness of late life domestic violence. This is reflected in current state statutes as well as the limited services provided to victims of domestic violence. For example, there are currently elder abuse or dependent abuse adult statutes in every state, yet there is no statute that specifically addresses late life domestic violence. When it comes to services, many programs are geared toward younger victims and staff is typically not trained to work with older victims, so older victims often do not get the resources they need. Yet about 1 in 10 women over the age of 50 experience abuse by an intimate partner. This is a prevalent issue needing more attention. To bring awareness and educate people on this topic, a user friendly website was created that will provide information on late life domestic violence, resources for victims, and ways to share the information with others. The website provides information that will educate people on this issue, and also promotes advocacy for older victims.
ContributorsGarcia, Brittany Nicole (Author) / Bonifas, Robin (Thesis director) / Dodge, Nancie (Committee member) / Barrett, The Honors College (Contributor) / School of Social Work (Contributor)
Created2015-05
136697-Thumbnail Image.png
Description
PHXmuraltour is an app for iPhone and Android that guides users through the plethora of mural art in downtown Phoenix. It can be found and downloaded from iTunes and the Android app store. Before the artists began drawing people downtown for events like First Fridays and ArtDetour during the 1980s,

PHXmuraltour is an app for iPhone and Android that guides users through the plethora of mural art in downtown Phoenix. It can be found and downloaded from iTunes and the Android app store. Before the artists began drawing people downtown for events like First Fridays and ArtDetour during the 1980s, Phoenix was notorious for having a deserted city core. The art community brought life, color and vibrancy to the downtown landscape. The website giving more information about the project can be found at http://kristenhwang.com/PHX-mural-tour.html. This project aims to widen the reach of the mural art in downtown Phoenix. Public art has the unique ability to foster a conversation between people who may not think of themselves as art connoisseurs, but like all kinds of art the message can sometimes be mysterious to passersby. Many of the murals downtown portray Hispanic or Native American themes, make political statements, document historic events and people, or serve as visual spice. They are emblems of the values the downtown community identifies with--values like creativity, enterprise, civic responsibility and diversity. This project hopes to make these messages more prominent to people in downtown Phoenix. It is important for the students, workers, shop owners and residents downtown to have the opportunity to learn more about the mural art because the art community surrounding Roosevelt Row played an integral role in shaping the culture and texture of their daily lives.
Created2014-12
136698-Thumbnail Image.png
Description
For my thesis project, I created a website, titled Noise + Heat, to serve as a guide to local music in the Phoenix area. The idea is that someone who is unfamiliar with Phoenix music can visit my site and easily be able to find the latest news, new music

For my thesis project, I created a website, titled Noise + Heat, to serve as a guide to local music in the Phoenix area. The idea is that someone who is unfamiliar with Phoenix music can visit my site and easily be able to find the latest news, new music releases, live music venues, and be able to familiarize themselves with local artists. I designed and built the site in Adobe Edge Animate, and created all content. The website can be found at this link: www.noiseplusheat.com
ContributorsDinell, Sarah Constance (Author) / Jacoby, Jim (Thesis director) / Dodge, Nancie (Committee member) / Barrett, The Honors College (Contributor) / Walter Cronkite School of Journalism and Mass Communication (Contributor)
Created2014-12
136818-Thumbnail Image.png
Description
In the 1950s-60s, the United States performed nuclear testing 60 miles north of Las Vegas. The prevailing winds carried radiation from those tests across the United States. It didn't take long for groups of people to begin developing cancer, possibly as a side effect of the testing. In 1990, Congress

In the 1950s-60s, the United States performed nuclear testing 60 miles north of Las Vegas. The prevailing winds carried radiation from those tests across the United States. It didn't take long for groups of people to begin developing cancer, possibly as a side effect of the testing. In 1990, Congress established a program to compensate downwind victims of the test site. But one portion of one county in Arizona was never compensated, despite the impact cancer had in the area. This documentary is their story. (Documentary and website accessible at downwinddocumentary.com)
ContributorsBoehm, Jessica Ann (Author) / Elliott, Steve (Thesis director) / Dodge, Nancie (Committee member) / Snyder, Brian (Committee member) / Barrett, The Honors College (Contributor) / Walter Cronkite School of Journalism and Mass Communication (Contributor) / School of Politics and Global Studies (Contributor)
Created2014-05