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
Description
This ethnography outlines the live storytelling culture in Phoenix, Arizona, and what each of its sub-cultures contributes to the city's community. Phoenix's live storytelling events incorporate elements of an ancient art form into contemporary entertainment and sophisticated platforms for community building. These events are described and delineated by stylistic, structural,

This ethnography outlines the live storytelling culture in Phoenix, Arizona, and what each of its sub-cultures contributes to the city's community. Phoenix's live storytelling events incorporate elements of an ancient art form into contemporary entertainment and sophisticated platforms for community building. These events are described and delineated by stylistic, structural, and content-based differences into the following categories: open-mic, curated, scripted, non-scripted, micro-culture, and marginalized groups. Research presented in this report was collected by reviewing scholarly materials about the social power of storytelling, attending live storytelling events across all categories, and interviewing event organizers and storytellers. My research developed toward an auto-ethnographic direction when I joined the community of storytellers in Phoenix, shifting the thesis to assume a voice of solidarity with the community. This resulted in a research project framed primarily as an ethnography that also includes my initial, personal experiences as a storyteller. The thesis concludes with the art form's macro-influences on Phoenix's rapidly-expanding community.
ContributorsNorton, Maeve (Author) / Dombrowski, Rosemarie (Thesis director) / McAdams, Charity (Committee member) / School of International Letters and Cultures (Contributor) / Department of Information Systems (Contributor) / Barrett, The Honors College (Contributor)
Created2017-12
Description
Poems for the Future President is a chapbook of poetry by Michael Bartelt. Rooted in the democratic idealism of Walt Whitman and the American poetic tradition, the collection is a reflection on Americas of the past, the America we live in now, and an America that could be. The poems

Poems for the Future President is a chapbook of poetry by Michael Bartelt. Rooted in the democratic idealism of Walt Whitman and the American poetic tradition, the collection is a reflection on Americas of the past, the America we live in now, and an America that could be. The poems encompass a thematic breadth that includes ecological examinations filtered through ancient Taoist and modern ecocritical philosophy, searches for political and ethical authenticity in an over-stimulated information age, and questions about the meaning of romance and tradition in a dystopian present. Included here is the manuscript's critical framework, which highlights the poetry's main influences. The manuscript itself is also included.
ContributorsBartelt, Michael Joseph (Author) / Dombrowski, Rosemarie (Thesis director) / Orion, Shawnte (Committee member) / Barrett, The Honors College (Contributor) / Walter Cronkite School of Journalism and Mass Communication (Contributor) / Department of English (Contributor)
Created2014-12
133418-Thumbnail Image.png
Description
Counternarratives is a print anthology of short fiction, nonfiction, and poetry that is characterized by refusal, resistance, and joy. The anthology contains works by writers from all over North America and is the product of a months-long process of collection and curation. The anthology is grounded in the experience of

Counternarratives is a print anthology of short fiction, nonfiction, and poetry that is characterized by refusal, resistance, and joy. The anthology contains works by writers from all over North America and is the product of a months-long process of collection and curation. The anthology is grounded in the experience of living in the desert southwest, and many of the works reflect that, but it also includes works that reflect different geographical experiences. What binds the works in the anthology together, ultimately, is the ways in which they refuse and resist dominant discourses that dehumanize for the sake of the global capitalist system and in which they joyfully embody alternative ways of existing. Some works take on the aforementioned system explicitly; others do so implicitly, but all of their truths speak to realities that it, through one mechanism or another, marginalizes and obscures. The anthology is published by Four Chambers Press.
ContributorsAnderson, Evan William (Author) / Dombrowski, Rosemarie (Thesis director) / Friedman, Jacob (Committee member) / School of International Letters and Cultures (Contributor) / Department of English (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
133743-Thumbnail Image.png
Description
This project is a Game Engine for 2D Fighting Games which uses Simple DirectMedia Layer and C++. The Game Engine's goal is to model the conventions the genre has for dynamically handling combat between two characters. The characters can be in a variety of different states that animate certain features

This project is a Game Engine for 2D Fighting Games which uses Simple DirectMedia Layer and C++. The Game Engine's goal is to model the conventions the genre has for dynamically handling combat between two characters. The characters can be in a variety of different states that animate certain features while also responding to the environment based on key statuses. There is a playable test game that is the subject of a user study. The Game Engine's capabilities are shown by the test game and the limitations / missing features are discussed.
ContributorsStanton, Nicholas Scott (Author) / Kobayashi, Yoshihiro (Thesis director) / Hansford, Dianne (Committee member) / Computer Science and Engineering Program (Contributor) / Sanford School of Social and Family Dynamics (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
133565-Thumbnail Image.png
Description
This paper details the process for designing both a simulation of the board game Jaipur, and an artificial intelligence (AI) agent that can play the game against a human player. When designing an AI for a card game, there are two major problems that can arise. The first is the

This paper details the process for designing both a simulation of the board game Jaipur, and an artificial intelligence (AI) agent that can play the game against a human player. When designing an AI for a card game, there are two major problems that can arise. The first is the difficulty of using a search space to analyze every possible set of future moves. Due to the randomized nature of the deck of cards, the search space rapidly leads to an exponentially growing set of potential game states to analyze when one tries to look more than one turn ahead. The second aspect that poses difficulty is the element of uncertainty that exists from opponent feedback. Certain moves are weak to specific opponent reactions, and these are difficult to predict due to hidden information. To circumvent these problems, the AI uses a greedy approach to decision making, attempting to maximize the value of its plays immediately, and not play for future turns. The agent utilizes conditional statements to evaluate the game state and choose a game action that it deems optimal, a heuristic to place an expected value (EV) of the goods it can choose from, and selects the best one based on this evaluation. Initial implementation of the simulation was done using C++ through a terminal application, and then was translated to a graphical interface using Unity and C#.
ContributorsOrr, James Christopher (Author) / Kobayashi, Yoshihiro (Thesis director) / Selgrad, Justin (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
137137-Thumbnail Image.png
Description
Speech recognition in games is rarely seen. This work presents a project, a 2D computer game named "The Emblems" which utilizes speech recognition as input. The game itself is a two person strategy game whose goal is to defeat the opposing player's army. This report focuses on the speech-recognition aspect

Speech recognition in games is rarely seen. This work presents a project, a 2D computer game named "The Emblems" which utilizes speech recognition as input. The game itself is a two person strategy game whose goal is to defeat the opposing player's army. This report focuses on the speech-recognition aspect of the project. The players interact on a turn-by-turn basis by speaking commands into the computer's microphone. When the computer recognizes a command, it will respond accordingly by having the player's unit perform an action on screen.
ContributorsNguyen, Jordan Ngoc (Author) / Kobayashi, Yoshihiro (Thesis director) / Maciejewski, Ross (Committee member) / Barrett, The Honors College (Contributor) / Computing and Informatics Program (Contributor) / Computer Science and Engineering Program (Contributor)
Created2014-05
137149-Thumbnail Image.png
Description
The project, "The Emblems: OpenGL" is a 2D strategy game that incorporates Speech Recognition for control and OpenGL for computer graphics. Players control their own army by voice commands and try to eliminate the opponent's army. This report focuses on the 2D art and visual aspects of the project. There

The project, "The Emblems: OpenGL" is a 2D strategy game that incorporates Speech Recognition for control and OpenGL for computer graphics. Players control their own army by voice commands and try to eliminate the opponent's army. This report focuses on the 2D art and visual aspects of the project. There are different sprites for the player's army units and icons within the game. The game also has a grid for easy unit placement.
ContributorsHsia, Allen (Author) / Kobayashi, Yoshihiro (Thesis director) / Maciejewski, Ross (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2014-05
134486-Thumbnail Image.png
Description
The objective of this creative project was to gain experience in digital modeling, animation, coding, shader development and implementation, model integration techniques, and application of gaming principles and design through developing a professional educational game. The team collaborated with Glendale Community College (GCC) to produce an interactive product intended to

The objective of this creative project was to gain experience in digital modeling, animation, coding, shader development and implementation, model integration techniques, and application of gaming principles and design through developing a professional educational game. The team collaborated with Glendale Community College (GCC) to produce an interactive product intended to supplement educational instructions regarding nutrition. The educational game developed, "Nutribots" features the player acting as a nutrition based nanobot sent to the small intestine to help the body. Throughout the game the player will be asked nutrition based questions to test their knowledge of proteins, carbohydrates, and lipids. If the player is unable to answer the question, they must use game mechanics to progress and receive the information as a reward. The level is completed as soon as the question is answered correctly. If the player answers the questions incorrectly twenty times within the entirety of the game, the team loses faith in the player, and the player must reset from title screen. This is to limit guessing and to make sure the player retains the information through repetition once it is demonstrated that they do not know the answers. The team was split into two different groups for the development of this game. The first part of the team developed models, animations, and textures using Autodesk Maya 2016 and Marvelous Designer. The second part of the team developed code and shaders, and implemented products from the first team using Unity and Visual Studio. Once a prototype of the game was developed, it was show-cased amongst peers to gain feedback. Upon receiving feedback, the team implemented the desired changes accordingly. Development for this project began on November 2015 and ended on April 2017. Special thanks to Laura Avila Department Chair and Jennifer Nolz from Glendale Community College Technology and Consumer Sciences, Food and Nutrition Department.
ContributorsNolz, Daisy (Co-author) / Martin, Austin (Co-author) / Quinio, Santiago (Co-author) / Armstrong, Jessica (Co-author) / Kobayashi, Yoshihiro (Thesis director) / Valderrama, Jamie (Committee member) / School of Arts, Media and Engineering (Contributor) / School of Film, Dance and Theatre (Contributor) / Department of English (Contributor) / Computer Science and Engineering Program (Contributor) / Computing and Informatics Program (Contributor) / Herberger Institute for Design and the Arts (Contributor) / School of Sustainability (Contributor) / Barrett, The Honors College (Contributor)
Created2017-05
134692-Thumbnail Image.png
Description
"Miranda remembers how Paul used to be. Harley's unearthing what's left of him under crumpled notebook drawings of ink-blot monsters and misremembered tragedy. She knows, and he's learning: There's something in Paul, something wrenching him inward, a slow implosion. Paul Maury is collapsing in on himself, and he'll take whoever

"Miranda remembers how Paul used to be. Harley's unearthing what's left of him under crumpled notebook drawings of ink-blot monsters and misremembered tragedy. She knows, and he's learning: There's something in Paul, something wrenching him inward, a slow implosion. Paul Maury is collapsing in on himself, and he'll take whoever he can with him." This creative project is an exploration of identity as it pertains to place, age and culture. Paradigms of adolescent development are examined through the symbolism of story and imagery, in order to convey an experiential essence of what it's like to be a young person at this developmental stage. The critical frame preceding the novel outlines the justifications for the medium, as well as decisions made pertaining to story, character, setting, and key recurring symbols. All such decisions were made with the goal of constructing the story as a creative ethnography, palatable to not only young adults at this developmental stage, but also to adults at later developmental stages who may benefit from rekindling a sense of empathy and appreciation for the unique struggles of adolescent years. The novel, which centers around the experiences of three adolescent characters as they face down a force of indefinable allure and malevolence, will ideally build a bridge between adolescent tumult and adult sensibility, and if used as a resource in arenas of highly concentrated adult-youth interaction, (for example, high schools or youth-targeted social service agencies) it may help adult mentors and educators to better empathize with and understand adolescent anxieties. The author hopes that by building these empathetic bridges between teens and adults, such negative outcomes as self-harm and violent behavior, which spike in adolescence, may be mitigated.
ContributorsPesch, Abrielle Nicole (Author) / Dombrowski, Rosemarie (Thesis director) / Pfister, Michael (Committee member) / School of Social Work (Contributor) / Division of Teacher Preparation (Contributor) / Barrett, The Honors College (Contributor)
Created2016-12
134533-Thumbnail Image.png
Description
Learning to program is no easy task, and many students experience their first programming during their university education. Unfortunately, programming classes have a large number of students enrolled, so it is nearly impossible for professors to associate with the students at an individual level and provide the personal attention each

Learning to program is no easy task, and many students experience their first programming during their university education. Unfortunately, programming classes have a large number of students enrolled, so it is nearly impossible for professors to associate with the students at an individual level and provide the personal attention each student needs. This project aims to provide professors with a tool to quickly respond to the current understanding of the students. This web-based application gives professors the control to quickly ask Java programming questions, and the ability to see the aggregate data on how many of the students have successfully completed the assigned questions. With this system, the students are provided with extra programming practice in a controlled environment, and if there is an error in their program, the system will provide feedback describing what the error means and what steps the student can take to fix it.
ContributorsVillela, Daniel Linus (Author) / Kobayashi, Yoshihiro (Thesis director) / Nelson, Brian (Committee member) / Hsiao, Sharon (Committee member) / Computing and Informatics Program (Contributor) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2017-05