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 123
Filtering by

Clear all filters

133359-Thumbnail Image.png
Description
The current trend of interconnected devices, or the internet of things (IOT) has led to the popularization of single board computers (SBC). This is primarily due to their form-factor and low price. This has led to unique networks of devices that can have unstable network connections and minimal processing power.

The current trend of interconnected devices, or the internet of things (IOT) has led to the popularization of single board computers (SBC). This is primarily due to their form-factor and low price. This has led to unique networks of devices that can have unstable network connections and minimal processing power. Many parallel program- ming libraries are intended for use in high performance computing (HPC) clusters. Unlike the IOT environment described, HPC clusters will in general look to obtain very consistent network speeds and topologies. There are a significant number of software choices that make up what is referred to as the HPC stack or parallel processing stack. My thesis focused on building an HPC stack that would run on the SCB computer name the Raspberry Pi. The intention in making this Raspberry Pi cluster is to research performance of MPI implementations in an IOT environment, which had an impact on the design choices of the cluster. This thesis is a compilation of my research efforts in creating this cluster as well as an evaluation of the software that was chosen to create the parallel processing stack.
ContributorsO'Meara, Braedon Richard (Author) / Meuth, Ryan (Thesis director) / Dasgupta, Partha (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
131525-Thumbnail Image.png
Description
The original version of Helix, the one I pitched when first deciding to make a video game
for my thesis, is an action-platformer, with the intent of metroidvania-style progression
and an interconnected world map.

The current version of Helix is a turn based role-playing game, with the intent of roguelike
gameplay and a dark

The original version of Helix, the one I pitched when first deciding to make a video game
for my thesis, is an action-platformer, with the intent of metroidvania-style progression
and an interconnected world map.

The current version of Helix is a turn based role-playing game, with the intent of roguelike
gameplay and a dark fantasy theme. We will first be exploring the challenges that came
with programming my own game - not quite from scratch, but also without a prebuilt
engine - then transition into game design and how Helix has evolved from its original form
to what we see today.
ContributorsDiscipulo, Isaiah K (Author) / Meuth, Ryan (Thesis director) / Kobayashi, Yoshihiro (Committee member) / School of Mathematical and Statistical Sciences (Contributor) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2020-05
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
134160-Thumbnail Image.png
Description
Throughout my experience in college, I learned many different techniques to communicate effectively. Most professors emphasized the importance of speaking clearly, and the ability to influence others. Dr. Kashiwagi piqued my interest when he explained his thoughts on how he wanted us to communicate to him. The criteria were simple,

Throughout my experience in college, I learned many different techniques to communicate effectively. Most professors emphasized the importance of speaking clearly, and the ability to influence others. Dr. Kashiwagi piqued my interest when he explained his thoughts on how he wanted us to communicate to him. The criteria were simple, speak to him in a way that he could easily understand, without having to think. If thinking took place for him in the conversation, he determined that the person spoke too complexly and that his understanding of the student was low. After hearing this in class, I thought back to past conversations with my managers. I then wondered if I explained things clearer or simplified my wording, would things have gone better? I was also curious about simplicity in communication through writing, and how different presentations of information affected understanding. To further analyze these issues, I explored multiple research reports on verbal communication. Furthermore, I set up an experiment to test two common types of visual communication. The research concludes that Dr. Kashiwagi's theory was indeed correct, simplicity in conversation reduces miscommunication. The effectiveness of simplicity in written communication was partially proven by the survey results. The results indicated that the time required to fully understand a given topic dropped significantly if the information was depicted in a simplified format (list format). The more complex paragraph (textbook format) did have a higher level of understanding. However, the participants rated the textbook format job objectives as more complex, and stressful. After gathering the research, and running the experiment it can be concluded that by simplifying verbal communication, there are negligible differences in understanding of the topic, but the time of understanding decreases significantly.
ContributorsWilliams, Matthew Scott (Author) / Kashiwagi, Jacob (Thesis director) / Abraham, Seth (Committee member) / Department of Supply Chain Management (Contributor) / Barrett, The Honors College (Contributor)
Created2017-12
135570-Thumbnail Image.png
Description
There is a disconnect between the way people are taught to find success and happiness, and the results observed. Society teaches us that success will lead to happiness. Instead, it is argued that success is engrained in happiness. Case studies of four, established, successful people: Jack Ma, Elon Musk, Ricardo

There is a disconnect between the way people are taught to find success and happiness, and the results observed. Society teaches us that success will lead to happiness. Instead, it is argued that success is engrained in happiness. Case studies of four, established, successful people: Jack Ma, Elon Musk, Ricardo Semler, and William Gore, have been conducted in order to observe an apparent pattern. This data, coupled with the data from Michael Boehringer's story, is used to formulate a solution to the proposed problem. Each case study is designed to observe characteristics of the individuals that allow them to be successful and exhibit traits of happiness. Happiness will be analyzed in terms of passion and desire to perform consistently. Someone who does what they love, paired with the ability to perform on a regular basis, is considered to be a happy person. The data indicates that there is an observable pattern within the results. From this pattern, certain traits have been highlighted and used to formulate guidelines that will aid someone falling short of success and happiness in their lives. The results indicate that there are simple questions that can guide people to a happier life. Three basic questions are defined: is it something you love, can you see yourself doing this every day and does it add value? If someone can answer yes to all three requirements, the person will be able to find happiness, with success following. These guidelines can be taken and applied to those struggling with unhappiness and failure. By creating such a formula, the youth can be taught a new way of thinking that will help to eliminate these issues, that many people are facing.
ContributorsBoehringer, Michael Alexander (Author) / Kashiwagi, Dean (Thesis director) / Kashiwagi, Jacob (Committee member) / Department of Management (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Department of Finance (Contributor) / Sandra Day O'Connor College of Law (Contributor) / Barrett, The Honors College (Contributor)
Created2016-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
135589-Thumbnail Image.png
Description
The Performance Based Studies Research Group (PBSRG) has developed industry-tested leadership and management techniques that have been proven to increase organizational performance. The Leadership Society of Arizona (LSA) has worked closely with PBSRG to develop an educational framework that introduces these leadership concepts to college students. LSA is now endeavoring

The Performance Based Studies Research Group (PBSRG) has developed industry-tested leadership and management techniques that have been proven to increase organizational performance. The Leadership Society of Arizona (LSA) has worked closely with PBSRG to develop an educational framework that introduces these leadership concepts to college students. LSA is now endeavoring to make this curriculum more accessible for K-12 students and educators. As part of a thesis creative project, the author has developed a strategy to connect with and enable local high schools, teachers, and students to engage with the professional industry and higher education. This strategy will allow LSA to connect with up to 150 high school students over the summer of 2016. By making this education easily accessible, the author has accomplished a milestone in the larger effort encompassed by LSA. The course chosen to present to high school students is an abridged variation of the Barrett Honors College course "Deductive Logic: Leadership and Management Techniques". The class framework is designed to instantiate a self-sustaining program for future summer school courses. The summer school course will allow high school students to learn, understand, and apply college level concepts into their education, work, and personal lives. The development of the framework for the program encompasses networking/partnering efforts, marketing package creation, and the delivery of the summer school course over the months of June and July in 2016.
ContributorsDunn, Melissa Anne (Author) / Kashiwagi, Dean (Thesis director) / Kashiwagi, Jacob (Committee member) / Industrial, Systems (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
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
135387-Thumbnail Image.png
Description
For this thesis, the authors would like to create a hypothetical Private Equity Real Estate Investment firm that focuses on creating value for partners by taking an opportunistic approach to acquiring under-performing urban multi-family properties with large upside potential for investing. The project will focus on both the market analysis

For this thesis, the authors would like to create a hypothetical Private Equity Real Estate Investment firm that focuses on creating value for partners by taking an opportunistic approach to acquiring under-performing urban multi-family properties with large upside potential for investing. The project will focus on both the market analysis and financial modeling associated with investment strategy and transactions. There is a substantial amount of complexity within commercial real estate and this thesis seeks to offer an accurate and comprehensive documentary of the process, while simplifying it for everyday readers. Additionally, there are a significant amount of risk factors associated with investment decisions, so the best practices from the industry documented in this manuscript are valuable tools for successful investing in the future. To gain the most profound and reliable industry knowledge, the authors leveraged the experience of dozens of industry professionals through research and personal interviews. Through careful analysis, the authors were able to ascertain the current economic position in the real estate cycle and to create a plan for future investing. Additionally, they were able to identify and evaluate a specific asset for purchase. As a result, the authors found that multifamily properties are a sound investment for the next two years and that the company should slowly start to shift directions to office and retail in 2018.
ContributorsBacon, David (Co-author) / Soto, Justin (Co-author) / Kashiwagi, Dean (Thesis director) / Kashiwagi, Jacob (Committee member) / Department of Finance (Contributor) / Department of Supply Chain Management (Contributor) / Department of Marketing (Contributor) / W. P. Carey School of Business (Contributor) / School of Accountancy (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05