Matching Items (328)
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
147983-Thumbnail Image.png
Description

In 2020, the world was swept by a global pandemic. It disrupted the lives of millions; many lost their jobs, students were forced to leave schools, and children were left with little to do while quarantined at their houses. Although the media outlets covered very little of how children were

In 2020, the world was swept by a global pandemic. It disrupted the lives of millions; many lost their jobs, students were forced to leave schools, and children were left with little to do while quarantined at their houses. Although the media outlets covered very little of how children were being affected by COVID-19, it was obvious that their group was not immune to the issues the world was facing. Being stuck at home with little to do took a mental and physical toll on many kids. That is when EVOLVE Academy became an idea; our team wanted to create a fully online platform for children to help them practice and evolve their athletics skills, or simply spend part of their day performing a physical and health activity. Our team designed a solution that would benefit children, as well as parents that were struggling to find engaging activities for their kids while out of school. We quickly encountered issues that made it difficult for us to reach our target audience and make them believe and trust our platform. However, we persisted and tried to solve and answer the questions and problems that came along the way. Sadly, the same pandemic that opened the widow for EVOLVE Academy to exist, is now the reason people are walking away from it. Children want real interaction. They want to connect with other kids through more than just a screen. Although the priority of parents remains the safety and security of their kids, parents are also searching and opting for more “human” interactions, leaving EVOLVE Academy with little room to grow and succeed.

ContributorsParmenter, Taylor (Co-author) / Hernandez, Melany (Co-author) / Whitelocke, Kailas (Co-author) / Byrne, Jared (Thesis director) / Lee, Christopher (Committee member) / Kunowski, Jeff (Committee member) / Dean, W.P. Carey School of Business (Contributor, Contributor, Contributor) / Sandra Day O'Connor College of Law (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147984-Thumbnail Image.png
Description

In 2020, the world was swept by a global pandemic. It disrupted the lives of millions; many lost their jobs, students were forced to leave schools, and children were left with little to do while quarantined at their houses. Although the media outlets covered very little of how children were

In 2020, the world was swept by a global pandemic. It disrupted the lives of millions; many lost their jobs, students were forced to leave schools, and children were left with little to do while quarantined at their houses. Although the media outlets covered very little of how children were being affected by COVID-19, it was obvious that their group was not immune to the issues the world was facing. Being stuck at home with little to do took a mental and physical toll on many kids. That is when EVOLVE Academy became an idea; our team wanted to create a fully online platform for children to help them practice and evolve their athletics skills, or simply spend part of their day performing a physical and health activity. Our team designed a solution that would benefit children, as well as parents that were struggling to find engaging activities for their kids while out of school. We quickly encountered issues that made it difficult for us to reach our target audience and make them believe and trust our platform. However, we persisted and tried to solve and answer the questions and problems that came along the way. Sadly, the same pandemic that opened the widow for EVOLVE Academy to exist, is now the reason people are walking away from it. Children want real interaction. They want to connect with other kids through more than just a screen. Although the priority of parents remains the safety and security of their kids, parents are also searching and opting for more “human” interactions, leaving EVOLVE Academy with little room to grow and succeed.

ContributorsHernandez, Melany (Co-author) / Parmenter, Taylor (Co-author) / Byrne, Jared (Thesis director) / Kunowski, Jeffrey (Committee member) / Lee, Christopher (Committee member) / Thunderbird School of Global Management (Contributor, Contributor) / School of Social and Behavioral Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147986-Thumbnail Image.png
Description

In 2020, the world was swept by a global pandemic. It disrupted the lives of millions; many lost their jobs, students were forced to leave schools, and children were left with little to do while quarantined at their houses. Although the media outlets covered very little of how children were

In 2020, the world was swept by a global pandemic. It disrupted the lives of millions; many lost their jobs, students were forced to leave schools, and children were left with little to do while quarantined at their houses. Although the media outlets covered very little of how children were being affected by COVID-19, it was obvious that their group was not immune to the issues the world was facing. Being stuck at home with little to do took a mental and physical toll on many kids. That is when EVOLVE Academy became an idea; our team wanted to create a fully online platform for children to help them practice and evolve their athletics skills, or simply spend part of their day performing a physical and health activity. Our team designed a solution that would benefit children, as well as parents that were struggling to find engaging activities for their kids while out of school. We quickly encountered issues that made it difficult for us to reach our target audience and make them believe and trust our platform. However, we persisted and tried to solve and answer the questions and problems that came along the way. Sadly, the same pandemic that opened the widow for EVOLVE Academy to exist, is now the reason people are walking away from it. Children want real interaction. They want to connect with other kids through more than just a screen. Although the priority of parents remains the safety and security of their kids, parents are also searching and opting for more “human” interactions, leaving EVOLVE Academy with little room to grow and succeed.

ContributorsWhitelocke, Kailas N (Co-author) / Hernandez, Melany (Co-author) / Parmenter, Taylor (Co-author) / Byrne, Jared (Thesis director) / Lee, Christopher (Committee member) / Kunowski, Jeff (Committee member) / Mechanical and Aerospace Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
Description

The NCAA is changing the current rules and regulations around a student-athlete’s name, image, and likeness. Previously, student-athletes were not allowed to participate in business activities or noninstitutional promotional activities. With the new rule changes, student-athletes will be able to engage in business activities related to their own name, image,

The NCAA is changing the current rules and regulations around a student-athlete’s name, image, and likeness. Previously, student-athletes were not allowed to participate in business activities or noninstitutional promotional activities. With the new rule changes, student-athletes will be able to engage in business activities related to their own name, image, and likeness. The goal of the team was to help “prepare athletes to understand and properly navigate the evolving restrictions and guidelines around athlete name, image, and likeness”. In order to accomplish this, the team had to understand the problems student-athletes face with these changing rules and regulations. The team conducted basic market research to identify the problem. The problem discovered was the lack of communication between student-athletes and businesses. In order to verify this problem, the team conducted several interviews with Arizona State University Athletic Department personnel. From the interviews, the team identified that the user is the student-athletes and the buyer is the brands and businesses. Once the problem was verified and the user and buyer were identified, a solution that would best fit the customers was formulated. The solution is a platform that assists student-athletes navigate the changing rules of the NCAA by providing access to a marketplace optimized to working with student-athletes and offering an ease of maintaining relationships between student-athletes and businesses. The solution was validated through meetings with interested brands. The team used the business model and market potential to pitch the business idea to the brands. Finally, the team gained traction by initiating company partnerships.

ContributorsRecato, Bella Sebastian (Co-author) / Schulte, Brooke (Co-author) / Winston, Blake (Co-author) / Byrne, Jared (Thesis director) / Lee, Christopher (Committee member) / Kunowski, Jeffrey (Committee member) / Engineering Programs (Contributor) / School of Molecular Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
148211-Thumbnail Image.png
Description

The sports universe has been around for over a century and yet the at home sports viewing experience has seen little change. Even though our society has seen monumental innovative, technological advances, watching sports at home has not undergone any changes and may soon find itself a thing of the

The sports universe has been around for over a century and yet the at home sports viewing experience has seen little change. Even though our society has seen monumental innovative, technological advances, watching sports at home has not undergone any changes and may soon find itself a thing of the past unless something changes. When the COVID-19 pandemic arose, a problem surfaced of revenue loss and decreasing fan retention leaving teams and leagues stumbling for solutions. RYZE offers a never before seen product that can revolutionize how sports fans watch and engage in sporting events. By taking the lucrative concept of “battle passes” from the video game industry and placing it in the sports industry, RYZE hopes to increase overall fan revenue, retention, and engagement. A clear market size and wide range of potential customers, RYZE looks to help fans stay engaged while also earning prizes. With competition ranging from fantasy sports to virtual reality, RYZE has competitive advantages that give it potential to become a sports fan’s go to product when thinking about their favorite team. RYZE has gone from a propelling question to a bright idea and then to a prototype along with a full pitch deck and hopes to engrain itself in college athletics, MLB, and other professional sports leagues.

ContributorsTimmermann, Justin Michael (Co-author) / Diaz, Daniel (Co-author) / Meyer, Sarah (Co-author) / Byrne, Jared (Thesis director) / Lee, Christopher (Committee member) / Kunowski, Jeffrey (Committee member) / Department of Marketing (Contributor) / Department of Finance (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
148225-Thumbnail Image.png
Description

Students from the Founder’s Lab at ASU created Equalitree, a company whose main focus is bringing together fans, student-athletes, coaches, and executive staff. In developing the company, the founders looked at various data points from the NCAA about what is already being done to increase diversity and inclusion. After finding

Students from the Founder’s Lab at ASU created Equalitree, a company whose main focus is bringing together fans, student-athletes, coaches, and executive staff. In developing the company, the founders looked at various data points from the NCAA about what is already being done to increase diversity and inclusion. After finding staggering statistics about the state of diversity, the founders began to create ‘Equalitree’. A consulting agency tackling diversity and inclusion. The goal is to increase diversity and inclusion within sports organizations through a series of educational events, social campaigns, and dialogues. In researching the effectiveness of this business model, the founders hosted a week of events. The first event was a dialogue, in which attendees were presented with statistics of diversity within college sports, what is being done on college campuses to bridge gaps and open dialogues, and even held a discussion. For the second event, the founders hosted Keynote Speaker, former NFL player L.J. Shelton, to speak on his experiences within college sports and the NFL. Overall, Equalitree received highly rated reviews and feedback from attendees about the events and the effectiveness.

ContributorsZarasian, Natalie (Co-author) / Rios, Brian (Co-author) / Williams, Talia (Co-author) / Byrne, Jared (Thesis director) / Lee, Christopher (Committee member) / Kunowski, Jeffrey (Committee member) / Department of Supply Chain Management (Contributor) / School of Art (Contributor) / Department of Marketing (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05