Matching Items (716)
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
Description

Consider Steven Cryos’ words, “When disaster strikes, the time to prepare has passed.” Witnessing domestic water insecurity in events such as Hurricane Katrina, the instability in Flint, Michigan, and most recently the winter storms affecting millions across Texas, we decided to take action. The period between a water supply’s disruption

Consider Steven Cryos’ words, “When disaster strikes, the time to prepare has passed.” Witnessing domestic water insecurity in events such as Hurricane Katrina, the instability in Flint, Michigan, and most recently the winter storms affecting millions across Texas, we decided to take action. The period between a water supply’s disruption and restoration is filled with anxiety, uncertainty, and distress -- particularly since there is no clear indication of when, exactly, restoration comes. It is for this reason that Water Works now exists. As a team of students from diverse backgrounds, what started as an honors project with the Founders Lab at Arizona State University became the seed that will continue to mature into an economically sustainable business model supporting the optimistic visions and tenants of humanitarianism. By having conversations with community members, conducting market research, competing for funding and fostering progress amid the COVID-19 pandemic, our team’s problem-solving traverses the disciplines. The purpose of this paper is to educate our readers about a unique solution to emerging issues of water insecurity that are nested across and within systems who could benefit from the introduction of a personal water reclamation system, showcase our team’s entrepreneurial journey, and propose future directions that will this once pedagogical exercise to continue fulfilling its mission: To heal, to hydrate and to help bring safe water to everyone.

ContributorsReitzel, Gage Alexander (Co-author) / Filipek, Marina (Co-author) / Sadiasa, Aira (Co-author) / Byrne, Jared (Thesis director) / Sebold, Brent (Committee member) / Historical, Philosophical & Religious Studies (Contributor) / School of Human Evolution & Social Change (Contributor, Contributor) / Historical, Philosophical & Religious Studies, Sch (Contributor) / Department of Psychology (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147842-Thumbnail Image.png
Description

Motor learning is the process of improving task execution according to some measure of performance. This can be divided into skill learning, a model-free process, and adaptation, a model-based process. Prior studies have indicated that adaptation results from two complementary learning systems with parallel organization. This report attempted to answer

Motor learning is the process of improving task execution according to some measure of performance. This can be divided into skill learning, a model-free process, and adaptation, a model-based process. Prior studies have indicated that adaptation results from two complementary learning systems with parallel organization. This report attempted to answer the question of whether a similar interaction leads to savings, a model-free process that is described as faster relearning when experiencing something familiar. This was tested in a two-week reaching task conducted on a robotic arm capable of perturbing movements. The task was designed so that the two sessions differed in their history of errors. By measuring the change in the learning rate, the savings was determined at various points. The results showed that the history of errors successfully modulated savings. Thus, this supports the notion that the two complementary systems interact to develop savings. Additionally, this report was part of a larger study that will explore the organizational structure of the complementary systems as well as the neural basis of this motor learning.

ContributorsRuta, Michael (Author) / Santello, Marco (Thesis director) / Blais, Chris (Committee member) / School of Mathematical and Statistical Sciences (Contributor) / School of Molecular Sciences (Contributor) / School of Human Evolution & Social Change (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147850-Thumbnail Image.png
Description

This thesis responds to the question, "Can Science Make Sense of Life?" through a structural lens of the Human Germline Genetic Editing debate. I explore who is absent from the table, and how the ways of thinking that dominate marginalize and exclude alternative frameworks and considerations. This analysis is centered

This thesis responds to the question, "Can Science Make Sense of Life?" through a structural lens of the Human Germline Genetic Editing debate. I explore who is absent from the table, and how the ways of thinking that dominate marginalize and exclude alternative frameworks and considerations. This analysis is centered around an examination of several perspectives from the disability community and an in-depth study of how the Orthodox Jewish community contends with genetic disease. These perspectives illuminate several lessons that prove to bring insight not merely to questions of permissibility on genetic editing, but also offer reflections on the larger relationship between science, technology, and society. I then return to the mainstream genetic editing debate to show how the culture it is born out of and the structures it has ingrained prevent lessons such as these from impacting the conversation. In light of such structures that continuously reproduce the assertion that it is science, not humanity, that is able to make sense of life, my final argument is that though science tends to gatekeep questions of emerging technologies by centering conversations on highly advanced and methodological considerations, public individuals need not feel as if they are irrelevant or unessential. Though science may offer one solution, it is the individuals and communities, not results from a lab, that are equipped to determine if it is the best solution.

ContributorsAsher, Michaela Elyse (Author) / Hurlbut, Ben (Thesis director) / Tirosh-Samuelson, Hava (Committee member) / School of Human Evolution & Social Change (Contributor) / School of Life Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147860-Thumbnail Image.png
Description

In 2006, the Chilean government began the implementation of a “program of integrated childhood protection” called Chile Crece Contigo. This program involves the cooperation of the public health, education, and legal systems of Chile in the support of the Rights of the Child ratified by the United Nations in 1989,

In 2006, the Chilean government began the implementation of a “program of integrated childhood protection” called Chile Crece Contigo. This program involves the cooperation of the public health, education, and legal systems of Chile in the support of the Rights of the Child ratified by the United Nations in 1989, and guarantees accessibility to the diverse historical and cultural communities of Chile. This study seeks to evaluate the cultural pertinence of Chile Crece Contigo as implemented in the public health system of the predominantly Aymaran community of Putre and recommend policy changes and further investigation for the improvement of its implementation in all Aymaran communities of Northern Chile. These objectives were pursued through three weeks of observation of program activities as well as interviews with key implementers of Chile Crece Contigo in Putre’s Rural Family Health Center, a practitioner of traditional Aymaran medicine and mothers whose children are enrolled or were enrolled in a variety of the services offered by the program. These results highlighted successful efforts by health practitioners in Putre to provide culturally relevant care through Chile Crece Contigo, but also policy failures and ongoing uncertainty considering best practices for cultural pertinence within the program. The conclusion was reached that several funding and logistical policies of Chile Crece Contigo need to be altered to better serve this rural, Aymaran community. Also, several in-depth longitudinal studies on traditional Aymaran upbringing and the common socioeconomic conditions of the Aymaran community in Chile should be carried out in order to determine further policy changes and best practices for Chile Crece Contigo.

ContributorsPickett, Annaliese (Author) / Tompkins, Cynthia (Thesis director) / Hurtado, Ana Magdalena (Committee member) / School of Human Evolution & Social Change (Contributor) / Economics Program in CLAS (Contributor) / Barrett, The Honors College (Contributor)
Created2020-12
148149-Thumbnail Image.png
Description

Sex, Love, & Dating During the COVID-19 Pandemic is a creative thesis project that addresses two main issues: 1) the overall lack of resources and information available to the public about how to proceed with respect to sex, love, and dating during a global pandemic; and 2) my inability as

Sex, Love, & Dating During the COVID-19 Pandemic is a creative thesis project that addresses two main issues: 1) the overall lack of resources and information available to the public about how to proceed with respect to sex, love, and dating during a global pandemic; and 2) my inability as director of Devils in the Bedroom (an on-campus sexual health club at ASU) to get condoms and other sexual health materials into the hands of students while in quarantine. A resource was developed, an informational pamphlet on the three main topics (sex, love, and dating), as well as a program to distribute the materials by mail, the sexual health care packages.

ContributorsAnaya, Kiana Martina (Author) / SturtzSreetharan, Cindi (Thesis director) / Le, Tuong-Vi (Committee member) / School of Social Transformation (Contributor) / School of Human Evolution & Social Change (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
148153-Thumbnail Image.png
Description

The ASU Biodesign Clinical Testing Laboratory began in March 2020 after the severe acute respiratory syndrome, coronavirus 2, began spreading throughout the world. ASU worked towards implementing  its own efficient way of testing for the virus, in order to assist the university but also keep the communities around it safe.

The ASU Biodesign Clinical Testing Laboratory began in March 2020 after the severe acute respiratory syndrome, coronavirus 2, began spreading throughout the world. ASU worked towards implementing  its own efficient way of testing for the virus, in order to assist the university but also keep the communities around it safe. By developing its own strategy for COVID-19 testing, ASU was on the forefront of research by developing new ways to test for the virus. This process began when research labs at ASU were quickly converted into clinical testing laboratories, which used saliva testing to develop swift COVID-19 diagnostic tests for the Arizona community. The lab developed more accurate and time efficient results, while also converting Nasopharyngeal tests to saliva tests. Not only did this allow for fewer amounts of resources required, but more individuals were able to get tested at faster rates. The ASU Biodesign Clinical Testing Laboratory (ABCTL) was able to accomplish this through the adaptation of previous machines and personnel to fit the testing needs of the community. In the future, the ABCTL will continue to adapt to the ever-changing needs of the community in regards to the unprecedented COVID-19 pandemic. The research collected throughout the past year following the breakout of the COVID-19 pandemic is a reflection of the impressive strategy ASU has created to keep its communities safe, while continuously working towards improving not only the testing sites and functions, but also the ways in which an institution approaches and manages an unfortunate impact on diverse communities.

ContributorsMajhail, Kajol (Co-author) / Smetanick, Jennifer (Co-author) / Anderson, Laura (Co-author) / Ruan, Ellen (Co-author) / Shears, Scott (Co-author) / Compton, Carolyn (Thesis director) / Magee, Mitch (Committee member) / School of Life Sciences (Contributor) / School of Human Evolution & Social Change (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05