Matching Items (315)
Filtering by

Clear all filters

136665-Thumbnail Image.png
Description
The Confessions of a College Entrepreneur is an honors project with the goal of revealing the business and marketing strategies that Charles Crawford used to create multiple successful companies. It's a collection of personal stories, book notes, millionaire interviews, and experiences that Charles had over the past 4 years of

The Confessions of a College Entrepreneur is an honors project with the goal of revealing the business and marketing strategies that Charles Crawford used to create multiple successful companies. It's a collection of personal stories, book notes, millionaire interviews, and experiences that Charles had over the past 4 years of intense business experience and research across multiple industries. Charles wants college students and business owners to succeed in business ventures and life in general. This creative thesis project is the map for how to do just that.
ContributorsCrawford, Charles Joseph (Author) / Budolfson, Arthur (Thesis director) / Giles, Charles (Committee member) / Barrett, The Honors College (Contributor) / Department of Finance (Contributor)
Created2014-12
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
136785-Thumbnail Image.png
Description
This paper presents the design and evaluation of a haptic interface for augmenting human-human interpersonal interactions by delivering facial expressions of an interaction partner to an individual who is blind using a visual-to-tactile mapping of facial action units and emotions. Pancake shaftless vibration motors are mounted on the back of

This paper presents the design and evaluation of a haptic interface for augmenting human-human interpersonal interactions by delivering facial expressions of an interaction partner to an individual who is blind using a visual-to-tactile mapping of facial action units and emotions. Pancake shaftless vibration motors are mounted on the back of a chair to provide vibrotactile stimulation in the context of a dyadic (one-on-one) interaction across a table. This work explores the design of spatiotemporal vibration patterns that can be used to convey the basic building blocks of facial movements according to the Facial Action Unit Coding System. A behavioral study was conducted to explore the factors that influence the naturalness of conveying affect using vibrotactile cues.
ContributorsBala, Shantanu (Author) / Panchanathan, Sethuraman (Thesis director) / McDaniel, Troy (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor) / Department of Psychology (Contributor)
Created2014-05
136549-Thumbnail Image.png
Description
A primary goal in computer science is to develop autonomous systems. Usually, we provide computers with tasks and rules for completing those tasks, but what if we could extend this type of system to physical technology as well? In the field of programmable matter, researchers are tasked with developing synthetic

A primary goal in computer science is to develop autonomous systems. Usually, we provide computers with tasks and rules for completing those tasks, but what if we could extend this type of system to physical technology as well? In the field of programmable matter, researchers are tasked with developing synthetic materials that can change their physical properties \u2014 such as color, density, and even shape \u2014 based on predefined rules or continuous, autonomous collection of input. In this research, we are most interested in particles that can perform computations, bond with other particles, and move. In this paper, we provide a theoretical particle model that can be used to simulate the performance of such physical particle systems, as well as an algorithm to perform expansion, wherein these particles can be used to enclose spaces or even objects.
ContributorsLaff, Miles (Author) / Richa, Andrea (Thesis director) / Bazzi, Rida (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor) / School of Mathematical and Statistical Sciences (Contributor)
Created2015-05
136471-Thumbnail Image.png
Description
The rationale behind this thesis is grounded in nearly two years of experience interning at UTC Aerospace Systems (UTAS). I was able to gain a wide exposure to different facets of the supply chain management organization during my time as an intern, from strategic sourcing and commodity management, to tactical

The rationale behind this thesis is grounded in nearly two years of experience interning at UTC Aerospace Systems (UTAS). I was able to gain a wide exposure to different facets of the supply chain management organization during my time as an intern, from strategic sourcing and commodity management, to tactical procurement and supplier development. In each of these respective areas, I observed a variety of initiatives that did not reach their full potential because employees were not provided the tools for success. One of these areas in particular is the New Product Introduction (NPI) process management, in which there is not a standard process for program managers to follow from start to finish. I saw this as an opportunity to hone in the scope of my thesis research and experience at UTAS to improve a process and provide standard work and tools for it to be consistently executed. The current state process is not formalized \u2014 it merely tracks certain metrics that are not necessarily applicable to the overall health of the program because they do not monitor the progress of the program. This resulted in heavy costs incurred from inadequate planning, a skewed timeline, and customer frustration. The aim of the desired state NPI process is to gather cross-functional expertise and weigh in, adhere to a strict entry to market timeline, and increase customer satisfaction, all while minimizing costs incurred throughout the life of the program. The dominant output of this project will be a cross-functional flow chart of the process for each group to follow and standard work and tools to support the process across a variety of NPI program applications.
ContributorsThorn, Taylor Aiko Marie (Author) / Brown, Steven (Thesis director) / Arrigoni, Gregory (Committee member) / Barrett, The Honors College (Contributor) / School of International Letters and Cultures (Contributor) / Department of Supply Chain Management (Contributor) / W. P. Carey School of Business (Contributor)
Created2015-05
136691-Thumbnail Image.png
Description
Covering subsequences with sets of permutations arises in many applications, including event-sequence testing. Given a set of subsequences to cover, one is often interested in knowing the fewest number of permutations required to cover each subsequence, and in finding an explicit construction of such a set of permutations that has

Covering subsequences with sets of permutations arises in many applications, including event-sequence testing. Given a set of subsequences to cover, one is often interested in knowing the fewest number of permutations required to cover each subsequence, and in finding an explicit construction of such a set of permutations that has size close to or equal to the minimum possible. The construction of such permutation coverings has proven to be computationally difficult. While many examples for permutations of small length have been found, and strong asymptotic behavior is known, there are few explicit constructions for permutations of intermediate lengths. Most of these are generated from scratch using greedy algorithms. We explore a different approach here. Starting with a set of permutations with the desired coverage properties, we compute local changes to individual permutations that retain the total coverage of the set. By choosing these local changes so as to make one permutation less "essential" in maintaining the coverage of the set, our method attempts to make a permutation completely non-essential, so it can be removed without sacrificing total coverage. We develop a post-optimization method to do this and present results on sequence covering arrays and other types of permutation covering problems demonstrating that it is surprisingly effective.
ContributorsMurray, Patrick Charles (Author) / Colbourn, Charles (Thesis director) / Czygrinow, Andrzej (Committee member) / Barrett, The Honors College (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Department of Physics (Contributor)
Created2014-12
136491-Thumbnail Image.png
Description
This thesis will examine market research relating to consumer food trends and the business environment of Austin, Texas in order to evaluate the initial feasibility of establishing a small hydroponic produce farm. A main concern of this report is to provide a general overview of hydroponics and its potential advantages

This thesis will examine market research relating to consumer food trends and the business environment of Austin, Texas in order to evaluate the initial feasibility of establishing a small hydroponic produce farm. A main concern of this report is to provide a general overview of hydroponics and its potential advantages over traditional farming methods as a technique for producing food products for consumers in a local setting. To explore the potential of establishing such a venture, this report will also include a partial business plan focusing on the marketing strategy of initiating a hydroponic produce farm in Austin.
ContributorsShriver, John Andrew (Author) / Schmitz, Troy (Thesis director) / Manfredo, Mark (Committee member) / Barrett, The Honors College (Contributor) / Department of Information Systems (Contributor) / Department of Supply Chain Management (Contributor) / W. P. Carey School of Business (Contributor)
Created2015-05
136511-Thumbnail Image.png
Description
We were driven by the question: what is happening to the popularity of Major League Baseball? In order to answer this question we compared the league structure of Major League Baseball with that of the National Football League. We were able to speak with five former or current members of

We were driven by the question: what is happening to the popularity of Major League Baseball? In order to answer this question we compared the league structure of Major League Baseball with that of the National Football League. We were able to speak with five former or current members of the respective leagues in order to gain some insight into how the two leagues operate. The main focus of our research was around the payroll structures of the two leagues as well as their revenue sharing policies. In the end, we discovered that Major League Baseball is becoming highly regionalized. The sport is still growing in popularity in terms of revenue and fan involvement, but it is becoming less popular on a national stage. The league is benefitting greatly from factors like the increasing importance of "TiVo proof programming" and a lack of competition. Each league is very different in its own right. While the NFL promotes a perception of competitive balance, Major League Baseball can be plagued by the negative perception it creates surrounding some of its smaller market teams.
ContributorsHeath, Cameron (Co-author) / Linamen, John (Co-author) / Eaton, John (Thesis director) / Mokwa, Michael (Committee member) / Barrett, The Honors College (Contributor) / WPC Graduate Programs (Contributor) / Department of Marketing (Contributor) / Department of Finance (Contributor) / Department of Information Systems (Contributor) / School of Accountancy (Contributor)
Created2015-05
136516-Thumbnail Image.png
Description
Bots tamper with social media networks by artificially inflating the popularity of certain topics. In this paper, we define what a bot is, we detail different motivations for bots, we describe previous work in bot detection and observation, and then we perform bot detection of our own. For our bot

Bots tamper with social media networks by artificially inflating the popularity of certain topics. In this paper, we define what a bot is, we detail different motivations for bots, we describe previous work in bot detection and observation, and then we perform bot detection of our own. For our bot detection, we are interested in bots on Twitter that tweet Arabic extremist-like phrases. A testing dataset is collected using the honeypot method, and five different heuristics are measured for their effectiveness in detecting bots. The model underperformed, but we have laid the ground-work for a vastly untapped focus on bot detection: extremist ideal diffusion through bots.
ContributorsKarlsrud, Mark C. (Author) / Liu, Huan (Thesis director) / Morstatter, Fred (Committee member) / Barrett, The Honors College (Contributor) / Computing and Informatics Program (Contributor) / Computer Science and Engineering Program (Contributor) / School of Mathematical and Statistical Sciences (Contributor)
Created2015-05
136521-Thumbnail Image.png
Description
Derived from the idea that the utilization of sustainable practices could improve small business practice, this honors thesis offers a full business assessment and recommendations for improvements of a local, family-owned coffee shop, Gold Bar. A thorough analysis of the shop's current business practices and research on unnecessary expenses and

Derived from the idea that the utilization of sustainable practices could improve small business practice, this honors thesis offers a full business assessment and recommendations for improvements of a local, family-owned coffee shop, Gold Bar. A thorough analysis of the shop's current business practices and research on unnecessary expenses and waste guides this assessment.
ContributorsSorden, Clarissa (Co-author) / Boden, Alexandra (Co-author) / Darnall, Nicole (Thesis director) / Dooley, Kevin (Committee member) / Barrett, The Honors College (Contributor) / School of Sustainability (Contributor) / W. P. Carey School of Business (Contributor) / Department of Management (Contributor) / Department of Supply Chain Management (Contributor)
Created2015-05