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 62
131507-Thumbnail Image.png
Description
As of 2019, 30 US states have adopted abortion-specific informed consent laws that require state health departments to develop and disseminate written informational materials to patients seeking an abortion. Abortion is the only medical procedure for which states dictate the content of informed consent counseling. State abortion counseling materials have

As of 2019, 30 US states have adopted abortion-specific informed consent laws that require state health departments to develop and disseminate written informational materials to patients seeking an abortion. Abortion is the only medical procedure for which states dictate the content of informed consent counseling. State abortion counseling materials have been criticized for containing inaccurate and misleading information, but overall, informed consent laws for abortion do not often receive national attention. The objective of this project was to determine the importance of informed consent laws to achieving the larger goal of dismantling the right to abortion. I found that informed consent counseling materials in most states contain a full timeline of fetal development, along with information about the risks of abortion, the risks of childbirth, and alternatives to abortion. In addition, informed consent laws for abortion are based on model legislation called the “Women’s Right to Know Act” developed by Americans United for Life (AUL). AUL calls itself the legal architect of the pro-life movement and works to pass laws at the state level that incrementally restrict abortion access so that it gradually becomes more difficult to exercise the right to abortion established by Roe v. Wade. The “Women’s Right to Know Act” is part of a larger package of model legislation called the “Women’s Protection Project,” a cluster of laws that place restrictions on abortion providers, purportedly to protect women, but actually to decrease abortion access. “Women’s Right to Know” counseling laws do not directly deny access to abortion, but they do reinforce key ideas important to the anti-abortion movement, like the concept of fetal personhood, distrust in medical professionals, the belief that pregnant people cannot be fully autonomous individuals, and the belief that abortion is not an ordinary medical procedure and requires special government oversight. “Women’s Right to Know” laws use the language of informed consent and the purported goal of protecting women to legitimize those ideas, and in doing so, they significantly undermine the right to abortion. The threat to abortion rights posed by laws like the “Women’s Right to Know” laws indicates the need to reevaluate and strengthen our ethical defense of the right to abortion.
ContributorsVenkatraman, Richa (Author) / Maienschein, Jane (Thesis director) / Brian, Jennifer (Thesis director) / Abboud, Carolina (Committee member) / Historical, Philosophical & Religious Studies (Contributor) / School of Life Sciences (Contributor, Contributor) / Barrett, The Honors College (Contributor)
Created2020-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
135363-Thumbnail Image.png
Description
Physician-assisted suicide occurs when a physician facilitates a patient's death by prescribing a lethal medication that they understand will be used for the purpose of ending the patient's life. It is a highly contentious subject and, with the recent addition of California to the list of states that allow physician-assisted

Physician-assisted suicide occurs when a physician facilitates a patient's death by prescribing a lethal medication that they understand will be used for the purpose of ending the patient's life. It is a highly contentious subject and, with the recent addition of California to the list of states that allow physician-assisted suicide, is an increasingly relevant subject. Physician-assisted suicide is rarely framed as a healthcare experience, despite being a choice in the process of end-of-life care. The research seeks to bring together the debates about physician-assisted suicide with conversations about health care experiences. The experiences and perspectives of young people are particularly valuable to evaluate now, as their voices will soon be the leaders in the debate over physician-assisted suicide. Within this research, there is an underlying theme of independence of individuals that is present through both the literature review and the body of data collected and analyzed. The study found that there was no significant relationship between the quality of a person's healthcare and their perspectives about physician-assisted suicide.
ContributorsMoeur, Katherine Elizabeth (Author) / Brian, Jennifer (Thesis director) / Graff, Sarah (Committee member) / Stevenson, Christine (Committee member) / School of Life Sciences (Contributor) / School of Human Evolution and Social Change (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
Description
This paper encompasses part of the complex topic of relationships between consumers, organic products, and advertising in America with a particular focus on Tempe, Arizona. Background research included in this paper includes how the term "organic" was developed and regulated to fit the federal standards that are implied through the

This paper encompasses part of the complex topic of relationships between consumers, organic products, and advertising in America with a particular focus on Tempe, Arizona. Background research included in this paper includes how the term "organic" was developed and regulated to fit the federal standards that are implied through the use of the USDA organic label that was introduced in October of 2002. Further research considers the factors that have empirically and overwhelmingly contributed to motivations of attitude development and purchasing behaviors of the average organic consumer in America, tracking changes and potential causes over the past several decades. A large proportion of this paper analyzes the results of a survey conducted in Tempe between late 2014 and early 2015. This survey, shown in the appendices, includes responses from 310 Tempe consumers regarding questions of demographics, knowledge and perception of organic products, perceived access to organic products, consumer values, and purchasing behaviors. The results of the survey reflect the values displayed in previous studies on national surveys, with some discrepancies that appear to set Tempe apart from the national average. However, the results of the survey are limited by their exclusion and limited parsing of multiple confounds. Additionally, the respondents of the survey were not proportionate to the actually population of Tempe and therefore cannot be accurately generalized to the Tempe population as a whole. The third and final section of this paper deals with the relationship between advertisers and consumers. This considers how advertising helps to develop product values and perceptions through various methods. Future directions for advertising of organic products is also addressed, as advertisers can potentially become a source of developing scientific information if properly utilized. Further directives and gaps in research are addressed in the final portion of the paper and include how to increase consumer knowledge, the problems faced by organic advocates, what is important about what we already know, and where to go from here.
ContributorsAttanasio, Amber-Leigh Lace (Author) / Brian, Jennifer (Thesis director) / Phillips, Elizabeth Capaldi (Committee member) / Barrett, The Honors College (Contributor) / Department of Psychology (Contributor) / School of Life Sciences (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
136378-Thumbnail Image.png
Description
While there is extensive information available about organizations that receive donated organs for transplant, much less is known about those that accept tissue and whole bodies for medical education and research. Throughout the United States, nontransplant anatomical donation organizations exist within an ambiguous sector of the donation industry, unencumbered by

While there is extensive information available about organizations that receive donated organs for transplant, much less is known about those that accept tissue and whole bodies for medical education and research. Throughout the United States, nontransplant anatomical donation organizations exist within an ambiguous sector of the donation industry, unencumbered by federal regulations. Although these companies adhere to the Uniform Anatomical Gift Act, the lack of a single entity responsible for overseeing their operations has led to public skepticism and animosity among competing businesses. Legislation has the potential to legitimize the industry. For it to be successful, however, the intricacies of a complex market that deals directly with the movement of human remains and intangible issues of human integrity and morality, must be thoroughly understood.
ContributorsGlynn, Emily Sanders (Author) / Brian, Jennifer (Thesis director) / Fisher, Rebecca (Committee member) / Barrett, The Honors College (Contributor) / School of Nutrition and Health Promotion (Contributor) / Department of English (Contributor)
Created2015-05
136232-Thumbnail Image.png
Description
With advances in biotechnology, personalized medicine has become an ever-expanding field. Even with so much growth, the critics equally match the proponents of personalized medicine. The source of their disagreement is rooted in the concept of empowerment. This analysis utilizes the personal genomics company 23andMe and their relationship with the

With advances in biotechnology, personalized medicine has become an ever-expanding field. Even with so much growth, the critics equally match the proponents of personalized medicine. The source of their disagreement is rooted in the concept of empowerment. This analysis utilizes the personal genomics company 23andMe and their relationship with the Federal Food and Drug Administration to illustrate varying views of empowerment. Specifically, the case study focuses on the ability to provide direct-to-consumer health reports to patients independent of physicians. In doing this, larger issues of what is at stake in personalized medicine are uncovered. These include but are not limited to: who determines what individuals get empowered and what information is determined good versus bad.
ContributorsSilverman, Adam Mattern (Author) / Brian, Jennifer (Thesis director) / Hurlbut, Ben (Committee member) / Barrett, The Honors College (Contributor) / School of Life Sciences (Contributor) / Department of Psychology (Contributor)
Created2015-05
136151-Thumbnail Image.png
Description
The Undoing Project is an ongoing educational feminist YouTube channel that serves as an introduction to feminism and feminist theory. The objective for this project is to present feminist theory and feminist ideology in an accessible and entertaining way. Through this project I sought to accomplish three goals: to challenge

The Undoing Project is an ongoing educational feminist YouTube channel that serves as an introduction to feminism and feminist theory. The objective for this project is to present feminist theory and feminist ideology in an accessible and entertaining way. Through this project I sought to accomplish three goals: to challenge the negative image of feminism, bridge the gap between the language of academia and the public, and to acknowledge and unlearn ingrained prejudices. The videos focus on theory, history, legislation, current events, and pop culture. The initial project consists of ten videos addressing the feminist wave models, a brief history of the feminist movement, and discussions of concepts like hegemony, intersectionality, masculinity, femininity, and race.
ContributorsBuchholtz, Kaylee Marie (Author) / Brian, Jennifer (Thesis director) / Grzanka, Patrick (Committee member) / Brouwer, Dan (Committee member) / Barrett, The Honors College (Contributor) / College of Public Service and Community Solutions (Contributor) / School of Social Transformation (Contributor) / Department of English (Contributor)
Created2015-05