• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 158
  • 39
  • 34
  • 21
  • 16
  • 12
  • 5
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • Tagged with
  • 336
  • 156
  • 58
  • 41
  • 40
  • 38
  • 38
  • 36
  • 35
  • 35
  • 34
  • 34
  • 31
  • 31
  • 30
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
121

O uso de tecnologia de dispositivos móveis para desenvolvimento de protótipo de app para acessar informações dos objetos do Museu dos Ferroviários de Bauru /

Torres, Claudines Taveira. January 2017 (has links)
Orientador: João Pedro Albino / Banca: Maria Cristina Gobbi / Banca: Kelton Augusto Pontara da Costa / Resumo: As inovações tecnológicas, a popularização exponencial da Internet aliado ao aumento no uso dos Smartphones e acesso à Web, vêm alterando a forma como vivemos e nos comunicamos, destacando-se a interatividade, redes sociais, celulares inteligentes, aplicativos móveis, Internet das Coisas, comunicação M2M, computação sobre as nuvens entre outros, aliado a isso a empolgação do mercado quanto a utilização do IoT é mencionada em 2015 pelo Ciclo Gardner Hype como a tecnologia no ápice da crista da onda para os próximos 5 a 10 anos. O presente trabalho teve como objetivo criar um facilitador para os visitantes do museu através de desenvolvimento de um protótipo App de dispositivo móvel utilizando tecnologia Beacons e QRCode para acesso as informações dos objetos do museu dos ferroviários. A importância desta pesquisa está alicerçada na estimação que representa a estrada de ferro no mundo e principalmente em nossa região. A necessidade de preservar a cultura e difundir a memória da história é encontrada no museu ferroviário de Bauru e neste cenário foi desenvolvido uma pesquisa e de um protótipo de App utilizando as tecnologias Android, sensores Beacons (IoT), QRCode, Internet, Bluetooh e dispositivos móveis (Smartphones, Tablet) para tornar mais atraente e interessante aos seus visitantes. A realização do protótipo de App e as tecnologias mencionadas acima trouxeram aos visitantes um novo cenário, unindo-se o mundo real e o virtual, melhorando substancialmente a sua experiência no ... (Resumo completo, clicar acesso eletrônico abaixo) / Abstract: Technological innovations, the Internet exponential popularization, the increase use of smartphones and the web access have changed the way we live and communicate, with special emphasis on interactivity, social networks, smart phones, mobile applications, Internet of things, M2M communication, cloud computing among others. The market expectation in relation to the use of IoT - Internet of Things is mentioned in 2015 by the Gardener Hype Cycle and the technology is on the crest of a wave for the next 5 to 10 years. The present work aimed to create a facilitator for museum visitors, developing a prototype of mobile device app using the beacons and the qrcode technology to access information about the railway museum objects. The importance of this research is based on the railway estimation around the world and mainly in our region. The need to preserve culture and spread the history memory is found in Bauru railway museum, and in this scenario a research and an app prototype were developed using android technologies, beacons sensors (IoT), qrcode, internet, bluetooh and Mobile devices (smartphones, tablet) to make the experience more attractive and interesting for the visitors. The app prototype and the technologies mentioned above have brought a new setting to visitors, joining the real and virtual worlds, substantially improving their museum experience and having visitors to go back to the museum in the future and bring other visitors. / Mestre
122

Comparative analysis of cross-platform communication mechanisms

Atencio, Luis, Aybar, Bruno, Barrientos Padilla, Alfredo January 2018 (has links)
El texto completo de este trabajo no está disponible en el Repositorio Académico UPC por restricciones de la casa editorial donde ha sido publicado. / The present research aims to compare the different technologies that allow real-time communication between Android and iOS devices. We conducted a measurement-driven experiment to test the performance of each technology under different scenarios. We determine their functionality according to the environment for which they have been developed, showing competent information about their capabilities based on the communication channel they use, and their performance measured in milliseconds. The final results allow mobile application developers to determine which technologies suits them the best, based on the specific context of their projects. / Revisión por pares
123

Using IndexedDB with a spatial database

Eriksson, Ludvig January 2018 (has links)
Web technologies are becoming increasingly useful with new features and the gap to native apps is narrowing. Recently, IndexedDB was added to the web standard to provide large scale storage solutions directly in the browser. Is it performant enough to be used with a spatial database? In this study, such a system is developed for Foran Sverige AB and we learn that IndexedDB indeed can be used for this purpose. Even storage demanding geospatial applications can be developed as a multi- platform system with a single codebase, all while broadening the possible audience reach by avoiding an app installation process.
124

So Many Mobile Games, So Little Visibility : A dissection of the problems surrounding visibility and discoverability in mobile gaming

Rinaberger, Joshua, Garner, Zoë, Riofrio, Luis January 2018 (has links)
The purpose of this thesis is to research marketing video games for mobile devices that are releaesd through app stores. The intention is to identify the key factors in the consumer decision process for the casual mobile game audience regarding how they obtain information about apps and identify locations for mobile games to gain more visibility.
125

A Fine-Grained Dynamic Information Flow Analysis for Android Apps

Sankaran, Shyam January 2017 (has links) (PDF)
Android has been steadily gaining popularity ever since its launch in 2008. One of the major factors for this is the easy availability of a large variety of apps. They range from simple apps such as calculator apps to apps which can help people maintain their schedules and thus man-age many aspects of their lives. In addition, a lot of free apps are available to the user thanks to the power of in-app purchases and advertisements. However, these also raise many security concerns. Apps are privy to a lot of private information regarding the user, such as his contacts, location, etc. It is essential to ascertain that apps do not leak such information to untrustworthy entities. In order to solve this problem, there have been many static and dynamic analyses which aim to track private data accessed or generated by the app to its destination. Such analyses are commonly known as Information Flow analyses. Dynamic analysis techniques, such as TaintDroid, tracks private information and alerts the user when it is accessed by speci c API calls. However, they do not track the path taken by the information, which can be useful in debugging and validation scenarios. The first key contribution of this thesis is a model to perform dynamic information ow analysis, inspired by FlowDroid and TaintDroid, which can retain path information of sensitive data in an efficient manner. The model instruments the app and uses path-edges to track the information flows during a dynamic run. We describe the data structure and transfer functions used, and the reasons for its design based on the challenges posed by the Android programming model and efficiency requirements. The second key contribution is the capability to trace the path taken by the sensitive information based on the information obtained during the analysis, as well as the capability to compliment static analyses such as FlowDroid with the output of this analysis. The tests conducted on the implemented model using DroidBench and GeekBench 3 show the precision and soundness of the analysis, and a performance overhead of 25% while real-world apps show negligible lag. All leaks seen in DroidBench where successfully tracked and were verified to be true positives. We tested the model on 10 real-world apps where we find on average about 16.4% of the total path-edges found by FlowDroid.
126

OS Google Chrome - teorie a praxe / OS Google Chrome - theory and practice

Dorn, Michal January 2017 (has links)
Thesis deals with the operating system Google Chrome. First, the system is described (how it works, its user interface). Next there is a characteristic of applications that can be downloaded to the system and how they work. Another part is devoted to security, which consists of several elements. The end of the theoretical part is focused on Chromebooks - devices in which the operating system is sold on the market. The practical part is firstly characterized Dart programming language, which is then used for an application. This application shows not only work with the language, but also the benefits of Google Apps. It also shows compatibility with Windows and compares these two systems. In conclusion are described advantages and disadvantages of Chrome system and summarizes all knowledge arising from this work.
127

Cloud computing v sektoru malých a středních podniků / Cloud computing in the sector of small and medium sized enterprises

Havlíček, Tomáš January 2016 (has links)
My master thesis has the main objective to implement into the sector of small and medium sized enterprises a cloud computing solution as required the customer company. Subsidiary targets of my literary part are a definition of small and medium-sized enterprises, explanation of terms corresponding to cloud computing, explaining the very concept of cloud computing and its distribution models, analysis of cloud services and what is involved in the transition to a cloud environment for companies, including migration contract. The first part summarizes information on cloud computing. The second part provides specific implementation of a cloud computing solutions into corporate environments based on empirical research and requirements of the company.
128

Diagnóstico ambiental da sub-bacia hidrográfica do rio Una Mirim – Bahia

Silva, Maria Noelia de Araujo January 2016 (has links)
Submitted by Puentes Torres Antônio (antoniopuentes@hotmail.com) on 2016-09-16T13:15:36Z No. of bitstreams: 1 Diagnostico_Ambiental_Subbacia_Hidrografica_Rio_Una_Mirim_Bahia.pdf: 37965489 bytes, checksum: e4bb65b46c6533683a053d520a0adc13 (MD5) / Approved for entry into archive by Vanessa Reis (vanessa.jamile@ufba.br) on 2016-09-16T13:32:39Z (GMT) No. of bitstreams: 1 Diagnostico_Ambiental_Subbacia_Hidrografica_Rio_Una_Mirim_Bahia.pdf: 37965489 bytes, checksum: e4bb65b46c6533683a053d520a0adc13 (MD5) / Made available in DSpace on 2016-09-16T13:32:39Z (GMT). No. of bitstreams: 1 Diagnostico_Ambiental_Subbacia_Hidrografica_Rio_Una_Mirim_Bahia.pdf: 37965489 bytes, checksum: e4bb65b46c6533683a053d520a0adc13 (MD5) / O presente estudo teve como objetivo principal identificar as problemáticas ambientais decorrentes nas Áreas de Proteção Permanente (APPs) da sub-bacia hidrográfica do Rio Una Mirim, com o intuito de e colaborar com a manutenção do equilíbrio dos sistemas hídricos, sobretudo, das nascentes, as quais são extremamente importantes para a manutenção de uma bacia ou sub-bacia hidrográfica. A sub-bacia hidrográfica do Rio Una Mirim (SBHRUM) associada às outras sub-bacias formam a bacia hidrográfica do Rio Una. Cortada pelas rodovias BR 101 que liga Presidente Tancredo Neves a BR 324 e pela BA 452 que liga Valença a BR 101, a bacia hidrográfica do Rio Una Mirim pertence aos municípios de Valença e Laje, situados respectivamente no Recôncavo baiano (Costa do Dendê – região turística) e na mesorregião Centro-Sul ambos no estado da Bahia. O presente estudo teve como objetivo diagnosticar os principais impactos ambientais (desmatamento, queimadas, ausência da cobertura vegetal nas APPs, erosão, lixiviação, assoreamento dos rios, uso de produtos químicos, dentre outros) identificados na sub-bacia hidrográfica do Rio Una Mirim, a fim de fornecer contribuições para um planejamento voltado principalmente para preservação dos sistemas hídricos e, sobretudo, das APPs. Este estudo foi fundamentado principalmente no método Geossistêmico o qual visa uma análise integrada das variáveis (ambientais e sociais) que formam os sistemas, nesse caso, a subbacia hidrográfica do Rio Una Mirim. Outros elementos norteadores foram utilizados, como: Dados bibliográficos e cartográficos; obras de vários autores, como Geossistema reelaborado por Bertrand (1972), conceitos como: sistemas ambientais de Christofoletti (1999), sub-bacia hidrográfica de Santana (2000), impactos ambientais do CONAMA (1986), APPs do Código Florestal Brasileiro (1965), nascente relatado por Castro (1999), mata ciliar trabalhado por AB’Saber (2000), dentre outros; foram fontes basilares imprescindíveis para realização deste estudo. Para diagnosticar os impactos ambientais na Sub-bacia do Rio Una Mirim, foram desenvolvidas pesquisas de campo, trabalho de laboratório com o uso do ARCGIS. Os resultados obtidos com a pesquisa itinerante demonstraram que dentre as APPs visitadas em campo, (vertentes, matas ciliares e nascentes), algumas (em minoria) são parcialmente preservadas, estas, em função da menor proporção das atividades econômicas em seu entorno, porém, na maioria das APPs, foram identificados diversos impactos ambientais como desmatamento, queimadas, erosão, lixiviação, ausência das matas ciliares, assoreamento dos rios, uso de produtos químicos (adubos, fertilizantes...) dentre outros, ocasionados, sobretudo, pelo uso inadequado da terra voltado principalmente para a atividade agropecuária. / ABSTRACT This study aimed to identify the environmental issues arising in Permanent Protection Areas (PPAs) of the sub-basin of the River Una Mirim, in order to and cooperate with maintaining the balance of water systems, especially the springs, which are extremely important for the maintenance of a river basin or sub-basin. The sub-basin of the River Una Mirim (SBHRUM) associated with the other sub-basins form the basin of the River Una. Cut by the BR 101 highway linking President Tancredo Neves BR 324 and BA 452 connecting Valencia BR 101, the basin of the River Una Mirim belongs to the municipalities of Valencia and slab, located respectively in the Bahian Reconcavo (Dende Coast - region tourism) and in South-Central meso both in the state of Bahia. This study aimed to diagnose the main environmental impacts (deforestation, fires, lack of vegetation cover in APPs, erosion, leaching, silting of rivers, use of chemicals, among others) identified in the sub-basin of the River Una Mirim, to provide contributions to a plan primarily focused on preservation of water systems and, above all, the PPAs. This study was mainly based on Geossistêmico method which seeks an integrated analysis of the variables (environmental and social) that make up the systems, in which case the sub-basin of the River Una Mirim. Other guiding elements were used as bibliographic and cartographic data; works of various authors, as geosystem reworked by Bertrand (1972), concepts such as environmental systems Christofoletti (1999), sub-basin of Santana (2000), environmental impacts of CONAMA (1986), APPs the Brazilian Forest Code (1965 ), spring reported by Castro (1999), riparian worked for Ab'Sáber (2000), among others; were essential basic sources for this study. To diagnose the environmental impacts in the sub-basin of the River Una Mirim, were developed field research, laboratory work using the ARCGIS. The results obtained with the traveling survey showed that among the PPAs visited in the field, (slopes, riparian and springs forests), some (a minority) are partially preserved, these, due to the lower proportion of economic activities in its surroundings, however, most of the PPAs have been identified various environmental impacts such as deforestation, forest fires, erosion, leaching, absence of riparian forests, silting of rivers, use of chemicals (fertilizers, fertilizers ...) among others, caused mainly by inappropriate use land primarily designed for agricultural activity.
129

Methodological issues of quantifying everyday memory phenomena with paper and electronic diaries

Laughland, Andrew January 2017 (has links)
Capturing life as it is lived is an important goal in psychology, and diary methods are commonly used for this purpose. They capture events near the time of their occurrence and are less prone to retrospective biases associated with questionnaire, interview and survey methods. However, participants in diary studies must remember to carry the diary with them, and find it convenient to make entries in timely fashion. New approaches, replacing paper diaries with technology (e.g. personal digital assistants), can overcome forgetting to make entries and retrospective filling of data. However, until recently technology had its own problems (e.g. unreliability and cost of devices, the need for training, biases of technical competence, etc.). The research described in this dissertation arose from the anticipation that the rapid, worldwide growth of smartphone ownership would overcome many of these limitations since participant-owned smartphone diaries can eliminate associated costs and facilitate increased rates of compliance. Six diary studies were conducted on two transient cognitive phenomena. Initially, a smartphone app was developed and compared with a paper diary in the study of involuntary autobiographical memories. Although participants in the smartphone-diary condition demonstrated significantly better compliance than those in the paper-diary condition by reliably carrying their smartphones, and promptly completing diary entries in the app, they recorded significantly fewer events than paper diary users. To test that this unexpected finding was not specific to involuntary autobiographical memories, the method was tested with everyday memory failures, and the same unexpected finding was obtained. Further studies manipulated the length of diary-keeping period and demonstrated a diary entry rate reduction effect with longer diary keeping periods, an effect seen in both paper- and participant-owned smartphone-diaries. For involuntary autobiographical memories, the effect was demonstrated by comparing 1-day and 7-day diaries, and also by using a 30-40 minutelong digital audio recording method. With everyday memory failures, the effect was demonstrated by comparing 7-day and 28-day diaries. The audio recording method was used to capture involuntary autobiographical memories while driving. It was also used on a campus walk and compared with a 1-day paper diary within-subjects, finding a higher rate of recording in the shorter period, and consistency of memory counts across two modes of recording. This novel audio-recording method facilitated much more detailed analysis of involuntary memory cues and chaining and enabled the evaluation of potential instances of priming. Finally, a telephone and postal-based diary study of everyday memory failures demonstrated the feasibility of recruitment and measurement of participants remotely, which can be particularly useful with older adults. Taken together, the results of this research make a significant methodological contribution to research on transient everyday cognitive phenomena by showing that (1) care is needed when using participant-owned smartphone diaries, (2) paper diaries may be more reliable than currently given credit, and (3) diary-recording periods can be substantially reduced without compromising the quantity and the quality of data obtained. In addition, results increase our theoretical understanding of two specific phenomena studied in this dissertation: involuntary autobiographical memories and everyday memory failures. The findings indicate that involuntary memories are much more frequent than previously thought, may represent a stable characteristic of a person and, in addition to immediately present cues, can be elicited by internal memory chaining process and more distant priming of events and thoughts. Finally, the absence of age effects in the frequency and nature of recorded everyday memory failures, together with significant negative age effects in laboratory tests of memory and cognition, is a novel finding that has significant implications for research on cognitive ageing.
130

Sharing is Caring: A Data Exchange Framework for Colocated Mobile Apps

January 2014 (has links)
abstract: Mobile apps have improved human lifestyle in various aspects ranging from instant messaging to tele-health. In the current app development paradigm, apps are being developed individually and agnostic of each other. The goal of this thesis is to allow a new world where multiple apps communicate with each other to achieve synergistic benefits. To enable integration between apps, manual communication between developers is needed, which can be problematic on many levels. In order to promote app integration, a systematic approach towards data sharing between multiple apps is essential. However, current approaches to app integration require large code modifications to reap the benefits of shared data such as requiring developers to provide APIs or use large, invasive middlewares. In this thesis, a data sharing framework was developed providing a non-invasive interface between mobile apps for data sharing and integration. A separate app acts as a registry to allow apps to register database tables to be shared and query this information. Two health monitoring apps were developed to evaluate the sharing framework and different methods of data integration between apps to promote synergistic feedback. The health monitoring apps have shown non-invasive solutions can provide data sharing functionality without large code modifications and manual communication between developers. / Dissertation/Thesis / M.S. Computer Science 2014

Page generated in 0.0569 seconds