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 65
134296-Thumbnail Image.png
Description
It goes without saying that marriage, and the concept of two people staying together for the rest of their lives, is not easy. In today's society, divorce is something that is becoming more and more prominent among people. However, despite the divorce phenomenon there are still success stories of couples

It goes without saying that marriage, and the concept of two people staying together for the rest of their lives, is not easy. In today's society, divorce is something that is becoming more and more prominent among people. However, despite the divorce phenomenon there are still success stories of couples who last and manage to stick together despite the odds. It is difficult to measure the "successfulness" of any marriage due to the fact that so many different elements comprise them. However, there are endless assessments available to be used as tools for attempting measurement of success. A majority of them are related to measuring relationship quality in terms of individual satisfaction by focusing on each individual's happiness within the relationship. Obviously, every marriage is different and there are many things that can impact a couple's' likeliness to stay together such as the general circumstances surrounding their union and each partner's willingness to persevere. For instance, there are a variety of different factors that influence the overall success of marriages within and surrounding the United States Military. Such as physical proximity, frequency of communication, and a mutual desire to make the relationship work. Cultivating a relationship in which one partner is a service member and one partner is a civilian is stressful for both people involved. Specifically, the intense stress couples experience associated with deployment can often cause severe problems such as depression and anxiety that may lead to divorce or mental health problems later on down the road. Stressors specifically related to the deployment cycle can contribute to depression among both service members and their spouses. Most of these families face unique stressors through the course of military service and deployments, including frequent relocations and recon�gurations of the family system, ambiguous loss and fear for a loved one's safety, and high levels of stress and/or dysfunction among family members (Flake, Davis, Johnson, & Middleton, 2009; Huebner, Mancini, Wilcox, Grass, & Grass, 2007) Separation , unpredictable duty hours, and single parenting (parenting while the veteran is away either being deployed or on training courses) are just a few of the stressors that face partners of veterans on a regular basis (Padden, Connors & Agazio, 2011). Dr. John Gottman, the executive director of the Relationship Research Institute. has conducted extensive research regarding marital stability and divorce prediction on thousands of couples over the last forty years of his career. Using video cameras, heart monitors, and other biofeedback equipment, he and his colleagues have screened interviewed and tracked what couples experience during moments of conflict and closeness. Over the span of the last forty years, Dr. Gottman has created a theory he calls "The Four Horsemen of the Apocalypse". In the New Testament, the Four Horsemen of the Apocalypse are a metaphor marking the beginning of end times. Dr. Gottman's Four Horsemen on the other hand, are a metaphor marking the beginning of the demise of a marriage. The horsemen include criticism, contempt, defensiveness, and stonewalling. They are communication styles among couples that Dr. Gottman says can predict the end of a relationship. This notion holds true especially in the implication of military relationships. Focusing on the predictors of divorce, and inspecting the elements of these relationships in which the military is a condition of the union, discoveries can be made as to what makes these military relationships more difficult. An examination through the lens of Dr. Gottman's horsemen of the circumstances surrounding these unions in which deployment physically separates the two partners demonstrates how deployment in and of itself can cause couples to encompass each of the horsemen and eventually push them towards divorce. Throughout the course of this paper, the different elements that embody each of the four horsemen will be examined and analyzed as they pertain to the deployment process. Upon completion of the examination of these different factors, it can be suggested that deployment in its nature becomes the harbinger of the apocalypse. By encompassing all the different aspects of the first four original horsemen, and pushing military couples towards the behaviors that lead in the direction of divorce, deployment in and of itself can be thought of as predecessor, or harbinger of the apocalypse.
ContributorsSerdy, Taylor B (Author) / Martin, Thomas (Thesis director) / Mowzoon, Nura (Committee member) / W. P. Carey School of Business (Contributor) / Barrett, The Honors College (Contributor)
Created2017-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
136637-Thumbnail Image.png
Description
The purpose of this project was to construct and write code for a vehicle to take advantage of the benefits of combining stepper motors with mecanum wheels. This process involved building the physical vehicle, designing a custom PCB for the vehicle, writing code for the onboard microprocessor, and implementing motor

The purpose of this project was to construct and write code for a vehicle to take advantage of the benefits of combining stepper motors with mecanum wheels. This process involved building the physical vehicle, designing a custom PCB for the vehicle, writing code for the onboard microprocessor, and implementing motor control algorithms.
ContributorsDavis, Severin Jan (Author) / Burger, Kevin (Thesis director) / Vannoni, Greg (Committee member) / Barrett, The Honors College (Contributor) / School of International Letters and Cultures (Contributor) / Computer Science and Engineering Program (Contributor)
Created2015-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
136582-Thumbnail Image.png
Description
Batman is one of the most iconic characters in the history of popular culture. Ever since his creation in 1939, the character and his stories have gone through several changes. In my thesis, I explore and analyze the character within the nearly 20-year period in which he went through the

Batman is one of the most iconic characters in the history of popular culture. Ever since his creation in 1939, the character and his stories have gone through several changes. In my thesis, I explore and analyze the character within the nearly 20-year period in which he went through the most significant changes (1968-1986). Overall, these changes can be summarized as a shift from a lighthearted superhero consistently placed in campy situations to a dark and brooding vigilante who brutally dispatches his enemies. While analyzing the different versions of this character in this period of time, I reference the conclusions of two scholars: Travis Langley and Chuck Tate. Langley wrote a general psychological analysis of Batman by considering the essential characteristics of the character found in all forms of media. Tate concluded that Batman only uses hostile aggression for the sake of deriving pleasure form the pain he causes to criminals. After analyzing the comics as my primary sources, I have concluded that the general findings of Tate and Langley actually ignore the subtle details of changes in the humanity and self-awareness of the character through time. The lighthearted version of Batman in the late 60's is actually a self-obsessed narcissist, but as time passes, the darker mood of the character can be attributed to an increased acknowledgment of the destructive nature of his unique lifestyle. As the character grows more accepting of himself and his own reasons for continuing this lifestyle, his motivations become less self-centered. Overall, the central change of the character throughout time can be traced back to the status of his inner conflict between normal, human desires and the pure desire for constant vengeance.
ContributorsRivera-Passapera, Hiram Alfonso (Author) / Martin, Thomas (Thesis director) / Miller, April (Committee member) / Barrett, The Honors College (Contributor) / Harrington Bioengineering Program (Contributor)
Created2015-05
136450-Thumbnail Image.png
Description
"The Legal Adventures of Frankie and Rosie" is a creative project that explores the nontraditional format of comics to express creative nonfiction. The project is a set of 30 independent comics that focuses on two primary college-going students who are based off of the authors. The characters, Frankie and Rosie

"The Legal Adventures of Frankie and Rosie" is a creative project that explores the nontraditional format of comics to express creative nonfiction. The project is a set of 30 independent comics that focuses on two primary college-going students who are based off of the authors. The characters, Frankie and Rosie narrate their stories through dialogue. The authors use this narrative model to archive their college experience at ASU. Representing creative nonfiction through comics yields an amalgamated format that can be challenging for both the writers to produce as well as for the readers to consume. Ultimately, the project serves as an attempt to test whether or not the comic medium can stand by itself as an appropriate format to express creative nonfictional narratives without becoming a diluted combination of its purer predecessors.
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
137216-Thumbnail Image.png
Description
Image stabilization is a highly desired feature for many systems involving cameras. A camera stabilizer effectively prevents or compensates for unwanted camera movement to provide this stabilization. The use of stabilized camera technology on board aerial vehicles is one such application where the stabilization can greatly improve the overall capability

Image stabilization is a highly desired feature for many systems involving cameras. A camera stabilizer effectively prevents or compensates for unwanted camera movement to provide this stabilization. The use of stabilized camera technology on board aerial vehicles is one such application where the stabilization can greatly improve the overall capability of the system. The requirements for such a system include a continuous control algorithm and hardware to determine and adjust the camera orientation. The topic of developing an aerial camera control and electronic stabilization system is thus explored in the contents of this paper.
ContributorsJauregui, Joseph (Co-author) / Brown, Steven (Co-author) / Burger, Kevin (Thesis director) / Hansen, Mark (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2014-05
137414-Thumbnail Image.png
Description
The purpose of this project was to create a modular embedded systems platform that would provide a hands-on lab experience for students learning about embedded systems protocols. The system would be designed to be modular, expandable, and productizable. Its modularity would eliminate errors in the design and make the entire

The purpose of this project was to create a modular embedded systems platform that would provide a hands-on lab experience for students learning about embedded systems protocols. The system would be designed to be modular, expandable, and productizable. Its modularity would eliminate errors in the design and make the entire system more robust. It would also be expandable, which means additional project boards could be created in the future without requiring a complete redesign of the system. And finally, productizing the entire system would allow it to be sold to other universities who may have a similar program that would benefit from a system such as the OCTOPUS.
ContributorsDavis, Mareike (Author) / Burger, Kevin (Thesis director) / Vannoni, Greg (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor) / School of International Letters and Cultures (Contributor)
Created2013-12
137095-Thumbnail Image.png
Description
There are three known materials that readily undergo fission, allowing their use as a base for nuclear fuel: uranium-235, a naturally-occurring but uncommon isotope; plutonium, created from irradiated natural uranium; and uranium-233, produced from thorium. Of the three, uranium-235 and plutonium feature heavily in the modern nuclear industry, while uranium-233

There are three known materials that readily undergo fission, allowing their use as a base for nuclear fuel: uranium-235, a naturally-occurring but uncommon isotope; plutonium, created from irradiated natural uranium; and uranium-233, produced from thorium. Of the three, uranium-235 and plutonium feature heavily in the modern nuclear industry, while uranium-233 and the thorium fuel cycle have failed to have significant presence in the field. Historically, nuclear energy development in the United States, and thorium development in particular, has been tied to the predominant societal outlook on the field, and thorium was only pursued seriously as an option during a period when nuclear energy was heavily favored, and resources seemed scarce. Recently, thorium-based energy has been experiencing a revival in interest in response to pollution concerns regarding fossil fuels. While public opinion is still wary of uranium, thorium-based designs could reduce reliance on fossil fuels while avoiding traditional drawbacks of nuclear energy. The thorium fuel cycle is more protected against proliferation, but is also much more expensive than the uranium-plutonium cycle in a typical reactor setup. Liquid-fueled molten salt reactor designs, however, bypass the prohibitive expense of U-233 refabrication by avoiding the stage entirely, keeping the chain reaction running with nothing but thorium input required. MSRs can use any fissile material as fuel, and are relatively safe to operate, due to passive features inherent to the design.
ContributorsGalbiati, Joseph Nicco (Author) / Martin, Thomas (Thesis director) / Foy, Joseph (Committee member) / Barrett, The Honors College (Contributor) / School of Sustainability (Contributor)
Created2014-05