Matching Items (469)
150019-Thumbnail Image.png
Description
Currently Java is making its way into the embedded systems and mobile devices like androids. The programs written in Java are compiled into machine independent binary class byte codes. A Java Virtual Machine (JVM) executes these classes. The Java platform additionally specifies the Java Native Interface (JNI). JNI allows Java

Currently Java is making its way into the embedded systems and mobile devices like androids. The programs written in Java are compiled into machine independent binary class byte codes. A Java Virtual Machine (JVM) executes these classes. The Java platform additionally specifies the Java Native Interface (JNI). JNI allows Java code that runs within a JVM to interoperate with applications or libraries that are written in other languages and compiled to the host CPU ISA. JNI plays an important role in embedded system as it provides a mechanism to interact with libraries specific to the platform. This thesis addresses the overhead incurred in the JNI due to reflection and serialization when objects are accessed on android based mobile devices. It provides techniques to reduce this overhead. It also provides an API to access objects through its reference through pinning its memory location. The Android emulator was used to evaluate the performance of these techniques and we observed that there was 5 - 10 % performance gain in the new Java Native Interface.
ContributorsChandrian, Preetham (Author) / Lee, Yann-Hang (Thesis advisor) / Davulcu, Hasan (Committee member) / Li, Baoxin (Committee member) / Arizona State University (Publisher)
Created2011
150026-Thumbnail Image.png
Description
As pointed out in the keynote speech by H. V. Jagadish in SIGMOD'07, and also commonly agreed in the database community, the usability of structured data by casual users is as important as the data management systems' functionalities. A major hardness of using structured data is the problem of easily

As pointed out in the keynote speech by H. V. Jagadish in SIGMOD'07, and also commonly agreed in the database community, the usability of structured data by casual users is as important as the data management systems' functionalities. A major hardness of using structured data is the problem of easily retrieving information from them given a user's information needs. Learning and using a structured query language (e.g., SQL and XQuery) is overwhelmingly burdensome for most users, as not only are these languages sophisticated, but the users need to know the data schema. Keyword search provides us with opportunities to conveniently access structured data and potentially significantly enhances the usability of structured data. However, processing keyword search on structured data is challenging due to various types of ambiguities such as structural ambiguity (keyword queries have no structure), keyword ambiguity (the keywords may not be accurate), user preference ambiguity (the user may have implicit preferences that are not indicated in the query), as well as the efficiency challenges due to large search space. This dissertation performs an expansive study on keyword search processing techniques as a gateway for users to access structured data and retrieve desired information. The key issues addressed include: (1) Resolving structural ambiguities in keyword queries by generating meaningful query results, which involves identifying relevant keyword matches, identifying return information, composing query results based on relevant matches and return information. (2) Resolving structural, keyword and user preference ambiguities through result analysis, including snippet generation, result differentiation, result clustering, result summarization/query expansion, etc. (3) Resolving the efficiency challenge in processing keyword search on structured data by utilizing and efficiently maintaining materialized views. These works deliver significant technical contributions towards building a full-fledged search engine for structured data.
ContributorsLiu, Ziyang (Author) / Chen, Yi (Thesis advisor) / Candan, Kasim S (Committee member) / Davulcu, Hasan (Committee member) / Jagadish, H V (Committee member) / Arizona State University (Publisher)
Created2011
149794-Thumbnail Image.png
Description
Genes have widely different pertinences to the etiology and pathology of diseases. Thus, they can be ranked according to their disease-significance on a genomic scale, which is the subject of gene prioritization. Given a set of genes known to be related to a disease, it is reasonable to use them

Genes have widely different pertinences to the etiology and pathology of diseases. Thus, they can be ranked according to their disease-significance on a genomic scale, which is the subject of gene prioritization. Given a set of genes known to be related to a disease, it is reasonable to use them as a basis to determine the significance of other candidate genes, which will then be ranked based on the association they exhibit with respect to the given set of known genes. Experimental and computational data of various kinds have different reliability and relevance to a disease under study. This work presents a gene prioritization method based on integrated biological networks that incorporates and models the various levels of relevance and reliability of diverse sources. The method is shown to achieve significantly higher performance as compared to two well-known gene prioritization algorithms. Essentially, no bias in the performance was seen as it was applied to diseases of diverse ethnology, e.g., monogenic, polygenic and cancer. The method was highly stable and robust against significant levels of noise in the data. Biological networks are often sparse, which can impede the operation of associationbased gene prioritization algorithms such as the one presented here from a computational perspective. As a potential approach to overcome this limitation, we explore the value that transcription factor binding sites can have in elucidating suitable targets. Transcription factors are needed for the expression of most genes, especially in higher organisms and hence genes can be associated via their genetic regulatory properties. While each transcription factor recognizes specific DNA sequence patterns, such patterns are mostly unknown for many transcription factors. Even those that are known are inconsistently reported in the literature, implying a potentially high level of inaccuracy. We developed computational methods for prediction and improvement of transcription factor binding patterns. Tests performed on the improvement method by employing synthetic patterns under various conditions showed that the method is very robust and the patterns produced invariably converge to nearly identical series of patterns. Preliminary tests were conducted to incorporate knowledge from transcription factor binding sites into our networkbased model for prioritization, with encouraging results. Genes have widely different pertinences to the etiology and pathology of diseases. Thus, they can be ranked according to their disease-significance on a genomic scale, which is the subject of gene prioritization. Given a set of genes known to be related to a disease, it is reasonable to use them as a basis to determine the significance of other candidate genes, which will then be ranked based on the association they exhibit with respect to the given set of known genes. Experimental and computational data of various kinds have different reliability and relevance to a disease under study. This work presents a gene prioritization method based on integrated biological networks that incorporates and models the various levels of relevance and reliability of diverse sources. The method is shown to achieve significantly higher performance as compared to two well-known gene prioritization algorithms. Essentially, no bias in the performance was seen as it was applied to diseases of diverse ethnology, e.g., monogenic, polygenic and cancer. The method was highly stable and robust against significant levels of noise in the data. Biological networks are often sparse, which can impede the operation of associationbased gene prioritization algorithms such as the one presented here from a computational perspective. As a potential approach to overcome this limitation, we explore the value that transcription factor binding sites can have in elucidating suitable targets. Transcription factors are needed for the expression of most genes, especially in higher organisms and hence genes can be associated via their genetic regulatory properties. While each transcription factor recognizes specific DNA sequence patterns, such patterns are mostly unknown for many transcription factors. Even those that are known are inconsistently reported in the literature, implying a potentially high level of inaccuracy. We developed computational methods for prediction and improvement of transcription factor binding patterns. Tests performed on the improvement method by employing synthetic patterns under various conditions showed that the method is very robust and the patterns produced invariably converge to nearly identical series of patterns. Preliminary tests were conducted to incorporate knowledge from transcription factor binding sites into our networkbased model for prioritization, with encouraging results. To validate these approaches in a disease-specific context, we built a schizophreniaspecific network based on the inferred associations and performed a comprehensive prioritization of human genes with respect to the disease. These results are expected to be validated empirically, but computational validation using known targets are very positive.
ContributorsLee, Jang (Author) / Gonzalez, Graciela (Thesis advisor) / Ye, Jieping (Committee member) / Davulcu, Hasan (Committee member) / Gallitano-Mendel, Amelia (Committee member) / Arizona State University (Publisher)
Created2011
150353-Thumbnail Image.png
Description
Advancements in computer vision and machine learning have added a new dimension to remote sensing applications with the aid of imagery analysis techniques. Applications such as autonomous navigation and terrain classification which make use of image classification techniques are challenging problems and research is still being carried out to find

Advancements in computer vision and machine learning have added a new dimension to remote sensing applications with the aid of imagery analysis techniques. Applications such as autonomous navigation and terrain classification which make use of image classification techniques are challenging problems and research is still being carried out to find better solutions. In this thesis, a novel method is proposed which uses image registration techniques to provide better image classification. This method reduces the error rate of classification by performing image registration of the images with the previously obtained images before performing classification. The motivation behind this is the fact that images that are obtained in the same region which need to be classified will not differ significantly in characteristics. Hence, registration will provide an image that matches closer to the previously obtained image, thus providing better classification. To illustrate that the proposed method works, naïve Bayes and iterative closest point (ICP) algorithms are used for the image classification and registration stages respectively. This implementation was tested extensively in simulation using synthetic images and using a real life data set called the Defense Advanced Research Project Agency (DARPA) Learning Applied to Ground Robots (LAGR) dataset. The results show that the ICP algorithm does help in better classification with Naïve Bayes by reducing the error rate by an average of about 10% in the synthetic data and by about 7% on the actual datasets used.
ContributorsMuralidhar, Ashwini (Author) / Saripalli, Srikanth (Thesis advisor) / Papandreou-Suppappola, Antonia (Committee member) / Turaga, Pavan (Committee member) / Arizona State University (Publisher)
Created2011
148118-Thumbnail Image.png
Description

Within the last decade, it has become increasingly apparent that the effects of climate change are getting harder and harder to ignore. This fact has led to increased interest in sustainability and an increased pressure from consumers to have these ideals implemented into a variety of global industries. The fashion

Within the last decade, it has become increasingly apparent that the effects of climate change are getting harder and harder to ignore. This fact has led to increased interest in sustainability and an increased pressure from consumers to have these ideals implemented into a variety of global industries. The fashion industry, in particular, has been facing this pressure toward the desire for sustainable products is the fashion industry. Over the last five years, sustainability has become a main focus within the fashion industry. Countless brands now include sustainability within their marketing tactics and a variety of fashion organizations release reports on the unsustainable practices that currently dominate fashion production. These misleading marketing tactics and enigmatic intensive reports lead to confusion on what sustainable fashion actually looks like for both consumers and suppliers alike.<br/> This report attempts to help tackle this problem by using sustainable fashion certifications as a tactic to prove sustainability within business procedures. To compare eight of the most common fashion certifications, this paper assumes a systems thinking approach to creating an assessment framework, which is then applied to said certifications. To back up the importance of the topic, this paper presents key points of the current issues related to this case, which then contribute to the integration of basic sustainability assessment criteria and case-specific factors into overarching core criteria. The application of this framework is utilized to determine which certifications cover certain aspects of the curated core criteria. This is then used to present consumers and manufacturers with a more accurate understanding of each of these certifications. This information is then followed up with a recommendation of certifications that align most within researched-based consumer and supplier desires.

ContributorsReid, Christopher Patrick (Author) / Sewell, Dennita (Thesis director) / Kosak, Jessica (Committee member) / Department of Management and Entrepreneurship (Contributor, Contributor) / School of Art (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147843-Thumbnail Image.png
Description

The aim of this creative project was to explore the ideas of impermanence and transience through the lens of different, largely non-western cultural backgrounds, and to incorporate what I learned into my own work as a painter. As part of this, I focused on the materials, techniques, visual strategies, and

The aim of this creative project was to explore the ideas of impermanence and transience through the lens of different, largely non-western cultural backgrounds, and to incorporate what I learned into my own work as a painter. As part of this, I focused on the materials, techniques, visual strategies, and philosophies that guided the creation of these works. The project consisted of a discrete research phase, during which time I gathered information and materials related to my topic, and a creation phase, when I focused largely on the production of oil paintings and ink paintings whose technique and/or subject matter pertained to impermanence. Research for the most part was conducted by utilizing online and physical collections of work to analyze the formal elements of the work along with the cultural context in which it was created. Ultimately the creative project resulted in a product of three oil paintings and five ink paintings.

ContributorsLewis, Evan G (Author) / Button, Melissa (Thesis director) / Schoebel, Henry (Committee member) / School of Art (Contributor) / School of Life Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147999-Thumbnail Image.png
Description

The purpose of this study is to examine the social and communicative barriers LGBTQIA+ students face when seeking healthcare at campus health and counseling services at Arizona State University. Social barriers relate to experiences and internalizations of societal stigma experienced by sexual and gender minority individuals as well as the

The purpose of this study is to examine the social and communicative barriers LGBTQIA+ students face when seeking healthcare at campus health and counseling services at Arizona State University. Social barriers relate to experiences and internalizations of societal stigma experienced by sexual and gender minority individuals as well as the anticipation of such events. Communication between patient and provider was assessed as a potential barrier with respect to perceived provider LGBTQIA+ competency. This study applies the minority stress model, considering experiences of everyday stigma and minority stress as a predictor of healthcare utilization among sexual and gender minority students. The findings suggest a small but substantial correlation between minority stress and healthcare use with 23.7% of respondents delaying or not receiving one or more types of care due to fear of stigma or discrimination. Additionally, communication findings indicate a lack of standardization of LGBTQIA+ competent care with experiences varying greatly between respondents.

ContributorsZahn, Jennica (Author) / Davis, Olga (Thesis director) / LeMaster, Benny (Committee member) / Watts College of Public Service & Community Solut (Contributor) / School of Art (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147809-Thumbnail Image.png
Description

Though about 75 percent of American waste is recyclable, only 30 percent of it is actually recycled and less than ten percent of plastics disposed of in the United States in 2015 were recycled. A statistic like this demonstrates the immense need to increase recycling rates in order to move

Though about 75 percent of American waste is recyclable, only 30 percent of it is actually recycled and less than ten percent of plastics disposed of in the United States in 2015 were recycled. A statistic like this demonstrates the immense need to increase recycling rates in order to move towards cultivating a circular economy and benefiting the environment. With Arizona State University’s (ASU) extensive population of on-campus students and faculty, our team was determined to create a solution that would increase recycling rates. After conducting initial market research, our team incentives or education. We conducted market research through student surveys to determine the level of knowledge of our target audience and barriers to entry for local recycling and composting resources. Further, we gained insight into the medium of recycling and sustainability programs they would be interested in participating in. Overall, the results of our surveys demonstrated that a majority of students were interested in participating in these programs, if they were not already involved, and most students on-campus already had access to these resources. Despite having access to these sustainable practices, we identified a knowledge gap between students and their information on how to properly execute sustainable practices such as composting and recycling. In order to address this audience, our team created Circulearning, an educational program that aims to bridge the gap of knowledge and address immediate concerns regarding circular economy topics. By engaging audiences through our quick, accessible educational modules and teaching them about circular practices, we aim to inspire everyone to implement these practices into their own lives. Though our team began the initiative with a focus on implementing these practices solely to ASU campus, we decided to expand our target audience to implement educational programs at all levels after discovering the interest and need for this resource in our community. Our team is extremely excited that our Circulearning educational modules have been shared with a broad audience including students at Mesa Skyline High School, ASU students, and additional connections outside of ASU. With Circulearning, we will educate and inspire people of all ages to live more sustainably and better the environment in which we live.

ContributorsChakravarti, Renuka (Co-author) / Tam, Monet (Co-author) / Carr-Taylor, Kathleen (Co-author) / Byrne, Jared (Thesis director) / Marseille, Alicia (Committee member) / Jordan, Amanda (Committee member) / School of Art (Contributor) / Department of Finance (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
Description

The market for searching for food online is exploding. According to one expert at Google, “there are over 1 billion restaurant searches on Google every month” (Kelso, 2020). To capture this market and ride the general digital trend of internet personalization (as evidenced by Google search results, ads, YouTube and

The market for searching for food online is exploding. According to one expert at Google, “there are over 1 billion restaurant searches on Google every month” (Kelso, 2020). To capture this market and ride the general digital trend of internet personalization (as evidenced by Google search results, ads, YouTube and social media algorithms, etc), we created Munch to be an algorithm meant to help people find food they’ll love. <br/>Munch offers the ability to search for food by the restaurant or even as specific as a menu item (ex: search for the best Pad Thai). The best part? It is customized to your preferences based on a quiz you take when you open the app and from that point continuously learns from your behavior. This thesis documents the journey of the team who founded Munch, what progress we made and the reasoning behind our decisions, where this idea fits in a competitive marketplace, how much it could be worth, branding, and our recommendations for a successful app in the future.

ContributorsRajan, Megha (Co-author) / Krug, Hayden (Co-author) / Inocencio, Phillippe (Co-author) / Byrne, Jared (Thesis director) / Sebold, Brent (Committee member) / School of Art (Contributor) / Department of Supply Chain Management (Contributor) / Department of Marketing (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
Description

A collection of storyboards for a graphic novel adaptation of Edgar Allan Poe's "The Oval Portrait." These are drawn in a horror comic style and explore the gothic themes present in "The Oval Portrait" in a visual manner.

ContributorsRea, Sara Mateo (Author) / Fette, Donald (Thesis director) / Davis, Turner (Committee member) / School of Art (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05