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

When examining the average college campus, it becomes obvious that students feel rushed from one place to another as they try to participate in class, clubs, and extracurricular activities. One way that students can feel more comfortable and relaxed around campus is to introduce the aspect of gaming. Studies show

When examining the average college campus, it becomes obvious that students feel rushed from one place to another as they try to participate in class, clubs, and extracurricular activities. One way that students can feel more comfortable and relaxed around campus is to introduce the aspect of gaming. Studies show that “Moderate videogame play has been found to contribute to emotional stability” (Jones, 2014). This demonstrates that the stress of college can be mitigated by introducing the ability to interact with video games. This same concept has been applied in the workplace, where studies have shown that “Gaming principles such as challenges, competition, rewards and personalization keep employees engaged and learning” (Clark, 2020). This means that if we manage to gamify the college experience, students will be more engaged which will increase and stabilize the retention rate of colleges which utilize this type of experience. Gaming allows students to connect with their peers in a casual environment while also allowing them to find resources around campus and find new places to eat and relax. We plan to gamify the college experience by introducing augmented reality in the form of an app. Augmented reality is “. . . a technology that combines virtual information with the real world” (Chen, 2019). College students will be able to utilize the resources and amenities available to them on campus while completing quests that help them within the application. This demonstrates the ability for video games to engage students using artificial tasks but real actions and experiences which help them feel more connected to campus. Our Founders Lab team has developed and tested an AR application that can be used to connect students with their campus and the resources available to them.

ContributorsKlein, Jonathan (Co-author) / Rangarajan, Padmapriya (Co-author) / Li, Shimei (Co-author) / Byrne, Jared (Thesis director) / Pierce, John (Committee member) / School of International Letters and Cultures (Contributor) / Department of Management and Entrepreneurship (Contributor) / Sandra Day O'Connor College of Law (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
148126-Thumbnail Image.png
Description

The digital education market has been expanding rapidly during the last few years, providing ample opportunity in the future. There are many technologies involved in this market, with the most significant being cloud client services, edge computing, and interactive flat panel displays (IFPDs). Combined, these technologies represent ninety-two percent of

The digital education market has been expanding rapidly during the last few years, providing ample opportunity in the future. There are many technologies involved in this market, with the most significant being cloud client services, edge computing, and interactive flat panel displays (IFPDs). Combined, these technologies represent ninety-two percent of the Serviceable Available Market with IFPDs as the largest opportunity with sixty-nine percent (Company X Data). Cloud computing provides anytime/anywhere services that can be accessed from any device: e-portfolios, content access, and creation. Edge computing processes data closer to its source and the point of service delivery, providing ultra-low latency to help boost efficiency, mainly used for data processing. Lastly, IFPDs are touchscreen display devices ideal for collaborative spaces and meeting rooms. They are a substitute for outdated projector technology and provide better connectivity and built-in software solutions. <br/>We decided to develop a strategy to expand the market share in the IFPD market because it is the largest, and we consider Company X has a significant advantage in this sector. Company X manufactures the processors used in IFPDs and has established good relationships with manufacturers of these devices.

ContributorsPhillips, Maya (Co-author) / Hauck, Tanner (Co-author) / Morales Rincon, Herwin (Thesis director) / Koroli, Eri (Thesis director) / Simonson, Mark (Committee member) / Department of Finance (Contributor) / Department of Management and Entrepreneurship (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
148133-Thumbnail Image.png
Description

Waste pickers are the victims of harsh economic and social factors that have hurt many<br/>developing countries and billions of people around the world. Due to the rise of industrialization<br/>since the 19th century, waste and disposable resources have been discarded around the world to<br/>provide more resources, products, and services to wealthy

Waste pickers are the victims of harsh economic and social factors that have hurt many<br/>developing countries and billions of people around the world. Due to the rise of industrialization<br/>since the 19th century, waste and disposable resources have been discarded around the world to<br/>provide more resources, products, and services to wealthy countries. This has put developing<br/>countries in a precarious position where people have had very few economic opportunities<br/>besides taking on the role of waste pickers, who not only face physical health consequences due<br/>to the work they do but also face exclusion from society due to the negative views of waste<br/>pickers. Many people view waste pickers as scavengers and people who survive off of doing<br/>dirty work, which creates tensions between waste pickers and others in society. This even leads<br/>to many countries outlawing waste picking and has led to the brutal treatment of waste pickers<br/>throughout the world and has even led to thousands of waste pickers being killed by anti-waste<br/>picker groups and law enforcement organizations in many countries.<br/>Waste pickers are often at the bottom of supply chains as they take resources that have<br/>been used and discarded, and provide them to recyclers, waste management organizations, and<br/>others who are able to turn these resources into usable materials again. Waste pickers do not have<br/>many opportunities to rise above the situation they are in as waste picking has become the only<br/>option for many people who need to provide for themselves and their families. They are not<br/>compensated very well for the work they do, which also contributes to the situation where waste<br/>pickers are forced into a position of severe health risks, backlash from society and governments,<br/>not being able to seek better opportunities due to a lack of earning potential, and not being<br/>connected with end-users. Now is the time to create new business models that solve these large<br/>problems in our global society and create a sustainable way to ensure that waste pickers are<br/>treated properly around the world.

ContributorsKapps, Jack Michael (Co-author) / Kidd, Isabella (Co-author) / Urbina-Bernal, Alejandro (Co-author) / Bryne, Jared (Thesis director) / Marseille, Alicia (Committee member) / Jordan, Amanda (Committee member) / Department of Management and Entrepreneurship (Contributor) / Department of Marketing (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147835-Thumbnail Image.png
Description

From exploring coffee plantations with an old Irishman in the mountains of Colombia to watching the sun set over the Strait of Gibraltar from the terrace of an ancient Moroccan cafe, this thesis sent Charles and Zane on an elaborate cafe-crawl across ten countries, with stops at a few of

From exploring coffee plantations with an old Irishman in the mountains of Colombia to watching the sun set over the Strait of Gibraltar from the terrace of an ancient Moroccan cafe, this thesis sent Charles and Zane on an elaborate cafe-crawl across ten countries, with stops at a few of the world’s most interesting coffee houses. Some of these cafes, such as the world-renowned Caffé Florian (opened in 1720) and Caffé Greco (1760), are built on long-standing traditions. Others are led by innovators championing high-quality boutique shops, challenging mass production chains such as Starbucks and Tim Hortons. These newer cafes fuel a movement classified as the “Third Wave”. With a foundation gained from specialized courses with Patrick O’Malley, North America’s leading voice in coffee, Zane and Charles conducted first-hand research into the unique coffee preferences of multiple cultures, the emergence and impact of the Third Wave in these countries, and what the future may hold for coffee lovers.

ContributorsJarecke, Zane Micheal (Co-author) / Ferguson, Charles (Co-author) / Eaton, John (Thesis director) / Bonfiglio, Thomas (Committee member) / Dean, W.P. Carey School of Business (Contributor) / Department of Management and Entrepreneurship (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
Description

Edge computing is a new and growing market that Company X has an opportunity to expand their presence. Within this paper, we compare many external research studies to better quantify the Total Addressable Market of the Edge Computing space. Furthermore, we highlight which Segments within Edge Computing have the most

Edge computing is a new and growing market that Company X has an opportunity to expand their presence. Within this paper, we compare many external research studies to better quantify the Total Addressable Market of the Edge Computing space. Furthermore, we highlight which Segments within Edge Computing have the most opportunities for growth, along with identify a specific market strategy that Company X could do to capture market share within the most opportunistic segment.

ContributorsRaimondi, Ronald Frank (Co-author) / Hamkins, Sean (Co-author) / Gandolfi, Michael (Co-author) / Simonson, Mark (Thesis director) / Hertzel, Mike (Committee member) / Department of Information Systems (Contributor) / Department of Management and Entrepreneurship (Contributor) / Department of Finance (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05