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 41
135546-Thumbnail Image.png
Description
Traumatic brain injury (TBI) may result in numerous pathologies that cannot currently be mitigated by clinical interventions. Stem cell therapies are widely researched to address TBI-related pathologies with limited success in pre-clinical models due to limitations in transplant survival rates. To address this issue, the use of tissue engineered scaffolds

Traumatic brain injury (TBI) may result in numerous pathologies that cannot currently be mitigated by clinical interventions. Stem cell therapies are widely researched to address TBI-related pathologies with limited success in pre-clinical models due to limitations in transplant survival rates. To address this issue, the use of tissue engineered scaffolds as a delivery mechanism has been explored to improve survival and engraftment rates. Previous work with hyaluronic acid \u2014 laminin (HA-Lm) gels found high viability and engraftment rates of mouse fetal derived neural progenitor/stem cells (NPSCs) cultured on the gel. Furthermore, NPSCs exposed to the HA-Lm gels exhibit increased expression of CXCR4, a critical surface receptor that promotes cell migration. We hypothesized that culturing hNPCs on the HA-Lm gel would increase CXCR4 expression, and thus enhance their ability to migrate into sites of tissue damage. In order to test this hypothesis, we designed gel scaffolds with mechanical properties that were optimized to match that of the natural extracellular matrix. A live/dead assay showed that hNPCs preferred the gel with this optimized formulation, compared to a stiffer gel that was used in the CXCR4 expression experiment. We found that there may be increased CXCR4 expression of hNPCs plated on the HA-Lm gel after 24 hours, indicating that HA-Lm gels may provide a valuable scaffold to support viability and migration of hNPCs to the injury site. Future studies aimed at verifying increased CXCR4 expression of hNPCs cultured on HA-Lm gels are necessary to determine if HA-Lm gels can provide a beneficial scaffold for stem cell engraftment therapy for treating TBI.
ContributorsHemphill, Kathryn Elizabeth (Author) / Stabenfeldt, Sarah (Thesis director) / Brafman, David (Committee member) / Harrington Bioengineering 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
Description
Abstract
The aim of the research performed was to increase research potential in the field of cell stimulation by developing a method to adhere human neural progenitor cells (hNPC’s) to a sterilized stretchable microelectrode array (SMEA). The two primary objectives of our research were to develop methods of sterilizing the polydimethylsiloxane

Abstract
The aim of the research performed was to increase research potential in the field of cell stimulation by developing a method to adhere human neural progenitor cells (hNPC’s) to a sterilized stretchable microelectrode array (SMEA). The two primary objectives of our research were to develop methods of sterilizing the polydimethylsiloxane (PDMS) substrate being used for the SMEA, and to derive a functional procedure for adhering hNPC’s to the PDMS. The proven method of sterilization was to plasma treat the sample and then soak it in 70% ethanol for one hour. The most successful method for cell adhesion was plasma treating the PDMS, followed by treating the surface of the PDMS with 0.01 mg/mL poly-l-lysine (PLL) and 3 µg/cm2 laminin. The development of these methods was an iterative process; as the methods were tested, any problems found with the method were corrected for the next round of testing until a final method was confirmed. Moving forward, the findings will allow for cell behavior to be researched in a unique fashion to better understand the response of adherent cells to physical stimulation by measuring changes in their electrical activity.
ContributorsBridgers, Carson (Co-author) / Peterson, Mara (Co-author) / Stabenfeldt, Sarah (Thesis director) / Graudejus, Oliver (Committee member) / Harrington Bioengineering Program (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
136509-Thumbnail Image.png
Description
The primary objective of this research project is to develop dual layered polymeric microparticles with a tunable delayed release profile. Poly(L-lactic acid) (PLA) and poly(lactic-co-glycolic acid) (PLGA) phase separate in a double emulsion process due to differences in hydrophobicity, which allows for the synthesis of double-walled microparticles with a PLA

The primary objective of this research project is to develop dual layered polymeric microparticles with a tunable delayed release profile. Poly(L-lactic acid) (PLA) and poly(lactic-co-glycolic acid) (PLGA) phase separate in a double emulsion process due to differences in hydrophobicity, which allows for the synthesis of double-walled microparticles with a PLA shell surrounding the PLGA core. The microparticles were loaded with bovine serum albumin (BSA) and different volumes of ethanol were added to the PLA shell phase to alter the porosity and release characteristics of the BSA. Different amounts of ethanol varied the total loading percentage of the BSA, the release profile, surface morphology, size distribution, and the localization of the protein within the particles. Scanning electron microscopy images detailed the surface morphology of the different particles. Loading the particles with fluorescently tagged insulin and imaging the particles through confocal microscopy supported the localization of the protein inside the particle. The study suggest that ethanol alters the release characteristics of the loaded BSA encapsulated in the microparticles supporting the use of a polar, protic solvent as a tool for tuning the delayed release profile of biological proteins.
ContributorsFauer, Chase Alexander (Author) / Stabenfeldt, Sarah (Thesis director) / Ankeny, Casey (Committee member) / Barrett, The Honors College (Contributor) / Harrington Bioengineering Program (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
136252-Thumbnail Image.png
Description
This project aims to address the current protocol regarding the diagnosis and treatment of traumatic brain injury (TBI) in medical industries around the world. Although there are various methods used to qualitatively determine if TBI has occurred to a patient, this study attempts to aid in the creation of a

This project aims to address the current protocol regarding the diagnosis and treatment of traumatic brain injury (TBI) in medical industries around the world. Although there are various methods used to qualitatively determine if TBI has occurred to a patient, this study attempts to aid in the creation of a system for quantitative measurement of TBI and its relative magnitude. Through a method of artificial evolution/selection called phage display, an antibody that binds highly specifically to a post-TBI upregulated brain chondroitin sulfate proteoglycan called neurocan has been identified. As TG1 Escheria Coli bacteria were infected with KM13 helper phage and M13 filamentous phage in conjunction, monovalent display of antibody fragments (ScFv) was performed. The ScFv bind directly to the neurocan and from screening, phage that produced ScFv's with higher affinity and specificity to neurocan were separated and purified. Future research aims to improve the ScFv characteristics through increased screening toward neurocan. The identification of a highly specific antibody could lead to improved targeting of neurocan post-TBI in-vivo, aiding researchers in quantitatively defining TBI by visualizing its magnitude.
ContributorsSeelig, Timothy Scott (Author) / Stabenfeldt, Sarah (Thesis director) / Ankeny, Casey (Committee member) / Barrett, The Honors College (Contributor) / Harrington Bioengineering Program (Contributor)
Created2015-05
136253-Thumbnail Image.png
Description
The endogenous response of neural stem cell/progenitor (NPSC) recruitment to the brain injury environment following a traumatic brain injury (TBI) is currently under heavy investigation. Mechanisms controlling NPSC proliferation and migration to the brain injury environment remain unclear; however, it is thought that the vascular extracellular matrix proteins (e.g. laminin,

The endogenous response of neural stem cell/progenitor (NPSC) recruitment to the brain injury environment following a traumatic brain injury (TBI) is currently under heavy investigation. Mechanisms controlling NPSC proliferation and migration to the brain injury environment remain unclear; however, it is thought that the vascular extracellular matrix proteins (e.g. laminin, fibronectin, and vitronectin) and vascular endothelial growth factor (VEGF) play a role in mediating NPSC behavior through vasophillic interactions. This project attempts to uncover potential VEGF-ECM crosstalk in mediating migration and proliferation. To investigate migration, neurospheres were seeded on ECM-coated wells supplemented with VEGF and without VEGF, and neural outgrowth was measured at days 0, 1, 3, and 8 using differential interference contrast microscopy. Furthermore, single-cell NPSCs were seeded on ECM-coated Transwell membranes with VEGF supplemented media on one side and without VEGF to look at chemotactic migration. Migrated NPSCs were visualized with DAPI nuclear stain and imaged with an inverted fluorescent microscope. To investigate NPSC proliferation, NPSCs were seeded on ECM coated plates as in the radial migration assay and visualized with EdU on day 8. Total proliferation was measured by seeding NPSCs on ECM coated 96-well plates and incubating them with MTT on days 3 and 6. Proliferation was measured using a spectrophotometer at 630nm and 570nm wavelengths. It was found that VEGF-laminin crosstalk synergistically increased radial migration, but may not play a role in chemotactic migration. Understanding the mechanisms behind VEGF-laminin crosstalk in NPSC proliferation and migration may provide crucial information for the design of stem cell transplantation therapies in the future.
ContributorsMillar-Haskell, Catherine Susan (Author) / Stabenfeldt, Sarah (Thesis director) / Addington, Caroline (Committee member) / Barrett, The Honors College (Contributor) / Harrington Bioengineering 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