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 32
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
136795-Thumbnail Image.png
Description
An in-depth analysis of Homeview Realty and Homeview Financial was conducted. A marketing plan for both companies was prepared for this project. Homeview Realty and Homeview Financial are in the midst of dynamic industries. The landscape of doing business in the real estate and mortgage industries are constantly changing and

An in-depth analysis of Homeview Realty and Homeview Financial was conducted. A marketing plan for both companies was prepared for this project. Homeview Realty and Homeview Financial are in the midst of dynamic industries. The landscape of doing business in the real estate and mortgage industries are constantly changing and evolving. Thus, it is vital for Homeview Realty and Homeview Financial to constantly be knowledgeable in these fields. With this dynamic aspect, the landscape for marketing has also changed; it became digital in nature. Thus, it is important to analyze Homeview Realty and Homeview Financial currently and create a live marketing plan that can be updated when needed. With a marketing plan in hand, Homeview will be able understand its business model, mission, goals, and objectives and in turn be able to create marketing campaigns compatible with the companies objectives and strategic directions.
ContributorsCrowley, Rachel Victoria (Author) / Ostrom, Lonnie (Thesis director) / Montoya, Detra (Committee member) / Mirshak, Paul (Committee member) / Barrett, The Honors College (Contributor) / Department of Marketing (Contributor) / Department of Supply Chain Management (Contributor) / Department of Chemistry and Biochemistry (Contributor) / Department of Finance (Contributor) / School of Accountancy (Contributor)
Created2014-05
136217-Thumbnail Image.png
Description
The Athleta Esprit de She is a national women's racing series owned and produced by Life Time Athletic Events, a branch of the company Life Time Fitness. Esprit de She (EDS) has fourteen events per year in areas ranging from Minneapolis, MN to San Diego, CA. These events include 5K/10K

The Athleta Esprit de She is a national women's racing series owned and produced by Life Time Athletic Events, a branch of the company Life Time Fitness. Esprit de She (EDS) has fourteen events per year in areas ranging from Minneapolis, MN to San Diego, CA. These events include 5K/10K runs, triathlons, duathlons, and cycle tours. The purpose of this study was to determine recommendations for the brand from both a marketing and event production standpoint. Through the use of a survey, the research team received participant feedback regarding the events. Once receiving participant survey responses, the research team used Importance-Performance Analysis to analyze the data. The goals of the study were to see how participants perceive the production of the event as well as the social media presence of the brand. Participants also provided insights as to whether or not they are ready to accept a greater challenge with a longer distance race. The overall aim of this study was to see what changes needed to be made to both the brand as well as the events themselves in order to improve the overall customer experience with Esprit de She.
ContributorsFlanagan, Kelly Lynn (Author) / Hultsman, Wendy (Thesis director) / Montoya, Detra (Committee member) / Barrett, The Honors College (Contributor) / School of Community Resources and Development (Contributor) / WPC Graduate Programs (Contributor) / Department of Marketing (Contributor) / W. P. Carey School of Business (Contributor) / Department of Psychology (Contributor)
Created2015-05
136364-Thumbnail Image.png
Description
The purpose of this project was to program a Raspberry Pi to be able to play music from both local storage on the Pi and from internet radio stations such as Pandora. The Pi also needs to be able to play various types of file formats, such as mp3 and

The purpose of this project was to program a Raspberry Pi to be able to play music from both local storage on the Pi and from internet radio stations such as Pandora. The Pi also needs to be able to play various types of file formats, such as mp3 and FLAC. Finally, the project is also to be driven by a mobile app running on a smartphone or tablet. To achieve this, a client server design was employed where the Raspberry Pi acts as the server and the mobile app is the client. The server functionality was achieved using a Python script that listens on a socket and calls various executables that handle the different formats of music being played. The client functionality was achieved by programming an Android app in Java that sends encoded commands to the server, which the server decodes and begins playing the music that command dictates. The designs for both the client and server are easily extensible and allow for any future modifications to the project to be easily made.
ContributorsStorto, Michael Olson (Author) / Burger, Kevin (Thesis director) / Meuth, Ryan (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2015-05
132446-Thumbnail Image.png
Description
Influencer marketing occurs when a brand elicits an individual to publicly promote or review its product in exchange for some benefit, which can often be either monetary or material. This practice has exploded in today’s marketing and advertising industry due to its high return on investment for businesses and income

Influencer marketing occurs when a brand elicits an individual to publicly promote or review its product in exchange for some benefit, which can often be either monetary or material. This practice has exploded in today’s marketing and advertising industry due to its high return on investment for businesses and income potential for influencers. With this new and evolving process comes a struggle to establish and maintain regulations between brands, consumers, and influencers. Because influencer marketing is purely based on authenticity and trust between the influencer and the consumer, disclosure or lack thereof can seriously impact the validity of the endorsement. I conducted a study in which consumers were shown a staged influencer post and asked to answer a series of questions regarding compensation, appeal, authenticity, and influence, under three different conditions. Condition A showed an influencer’s post with only general information, Condition B revealed that the post was in collaboration with Tory Burch, and Condition C stated that Tory Burch told the influencer when and where to make the post. I found that as the influencer disclosed more about how she was compensated and controlled by the brand, respondents found the content less appealing, less authentic, and reported that they thought a brand had more influence and compensated her more to create the post. These findings support the idea that influencer marketing requires a level of honesty and trust between the consumer and influencer, and a lack of this causes negative sentiments and less effective results. Moving forward, brands and influencers alike must work to foster more transparent and authentic connections in order be in compliance with FTC regulations as well as maintain meaningful connections with consumers.
ContributorsLoy, Brooke Ellise (Author) / Giles, Charles (Thesis director) / Montoya, Detra (Committee member) / Department of Marketing (Contributor) / Barrett, The Honors College (Contributor)
Created2019-05
136914-Thumbnail Image.png
Description
In today’s society we see a strong encouragement of those who put effort into various aspects of their life. Additionally, we also see a strong push towards making oneself more attractive to reap social benefits. However, a paradox exists between effort and attractiveness. In a society that values both effort

In today’s society we see a strong encouragement of those who put effort into various aspects of their life. Additionally, we also see a strong push towards making oneself more attractive to reap social benefits. However, a paradox exists between effort and attractiveness. In a society that values both effort and attractiveness, why do we see negative reactions to those who put effort into their appearance, and can we make these effects go away? How can cosmetic companies alter those reactions to suit their advertising needs? Through a pretest and a main study we show how consumers react to differing amounts of perceived effort in a cosmetic product, and how we can alter the effect that effort has by priming consumers with the idea of their ‘natural self’ vs. their ‘ideal’ self.
ContributorsDaniels, Michelle Elizabeth (Author) / Samper, Adriana (Thesis director) / Montoya, Detra (Committee member) / Barrett, The Honors College (Contributor) / Department of Supply Chain Management (Contributor) / Department of Marketing (Contributor)
Created2014-05