• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 169
  • 144
  • 49
  • 21
  • 14
  • 8
  • 7
  • 5
  • 5
  • 4
  • 4
  • 3
  • 3
  • 3
  • 2
  • Tagged with
  • 472
  • 472
  • 144
  • 139
  • 130
  • 88
  • 86
  • 82
  • 68
  • 64
  • 63
  • 59
  • 54
  • 52
  • 52
  • 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.
281

Usability Of Training Applications Without Social Features / Användbarhet av träningsapplikationer utan sociala funktioner

Franzén, Kristian January 2023 (has links)
There are currently a lot of training applications on the market where users can share their progress or compare their achievements with other users. It is hard to find a training application without the option of sharing one’s progress. By exposing users to an application without social interaction or an option to display one’s achievements, as well as an application with those functions. One can collect their thoughts on the different experiences. To be able to perform this comparison of applications with and without social features, an application without social features is developed in this thesis. The main conclusion is that some users have a strong preference whether they want social features or not. There is no strong majority for using social features or not using them. There are users who want social features, users who don’t want them, and users who don’t care. So when developing an application, developers should consider which users they want to satisfy and what is already on the market. / Det finns för tillfället många träningsapplikationer på marknaden som har sätt för användarna att dela deras utveckling eller jämföra deras prestationer med andra användare. Det är svårt att hitta en träningsapplikation där det inte finns något alternativ att dela ens utveckling. Genom att få användare att använda applikationer utan sociala interaktioner och en applikation med de funktionerna, kan en samla deras tankar på de olika upplevelser. För att kunna göra denna jämförelse mellan applikationer med och utan sociala funktioner, har en applikation utan sociala funktioner utvecklats. Den viktigaste slutsatsen som dras är att vissa användare har starka preferenser om de vill ha sociala funktioner eller inte. Det finns ingen stark majoritet för om de flesta användare föredrar sociala funktioner eller inte. Det finns användare som vill ha sociala funktioner, användare som inte vill ha dem och användare som inte bryr sig. Så när man utvecklar en applikation, bör man tänka på vilka användare som ska tillfredsställas och vad som redan finns på marknaden.
282

Modellering av webbapplikation med UML

Pelz, Love January 2020 (has links)
Klientsidesrenderade webbapplikationer med JavaScript-ramverk har blivit vanligt inom den moderna programutvecklingen. Modelleringsunderlag för dessa webbapplikationer kan vara relevant inom IT-industrin eftersom modellering är relevant för utveckling av mjukvara. För att ta fram detta underlag genomförs en fallstudie där modelleringsexempel med UML tas fram för en klientsidesrenderad webbapplikation som även implementeras. Detta resultat ger ett exempel för hur modellering av klientsidesrenderad webbapplikation kan utföras med UML- utökning för designmodeller och implementationsmodell. Baserat på resultatet dras slutsatser om att modellering med UML- utökning för klientsidesrenderad webbapplikation kan underlätta implementation av webbapplikationen och göra den underhållbar. / Client side rendered web applications with JavaScript frameworks have become common in modern software development. Modelling support for these web applications could be relevant for people in the IT industry since modelling is relevant for development of software. For producing this modelling support a case study is done where modelling examples with UML are made for a client side rendered web application that also gets implemented. This result gives an example for how modelling of client side rendered web application can be performed with UML extension for design models and implementation model. Based on the result conclusions are drawn that modelling with UML extension for client side rendered web application can ease implementation of the web application and make it maintainable.
283

Exploring how personalized garden information in a user interface can increase the incentive of gardening

Dimberg, Felix January 2021 (has links)
Gardening has been proven to have multiple health benefits, both mentally and physically. It is a common activity and it’s estimated that almost 78% of home-owners in the USA do it on a regular basis. Cities are growing and have created the challenge to make room for new green spaces to preserve the current biodiversity. This makes preserving or creating garden diversity more important than ever. This study investigates if a user interface could potentially impact and create incentive in gardening for users, with the help of personalized garden information. A prototype was developed and tested in collaboration with Husqvarna Group. The prototype was tested on 5 participants over a 10 day period combined with a qualitative interview to find out if it generated incentive for gardening. The study was done as a conceptual proof of concept and the results were evaluated using the Technology Acceptance Model (TAM). The result implied that the conceptual solution would be perceived useful and accepted on the condition that it provides a personalized user experience. Future research is suggested to look into how to achieve a personalized user experience for user interfaces for gardening. / Trädgårdsarbete har visat sig ha flera hälsofördelar, både mentalt och fysiskt. Det är en vanligt förekommande aktivitet och det uppskattas att nästan 78% av att alla husägare i USA gör det regelbundet. Moderna städers tillväxt har resulterat i en utmaning att skapa nya grönområde för att bevara den nuvarande biologiska mångfalden. Den tillväxten gör det viktigare än någonsin att bevara eller skapa ny biologisk mångfald i trädgårdarna. Denna studie undersöker om mobila gränssnittet potentiellt kan påverka och skapa incitament i trädgårdsarbete för användare med hjälp av personlig information om trädgården. En prototyp utvecklades och testades i samarbete med Husqvarna Group. Prototypen testades på 5 deltagare under en 10-dagarsperiod i kombination med en kvalitativ intervju. Detta för att ta reda på om det genererade incitament för trädgårdsarbete. Studien gjordes som ett konceptet-test och resultaten utvärderades med efter: Technology Acceptance Model (TAM). Resultatet visade att den konceptuella lösningen skulle upplevas användbar och accepterad, under förutsättning att den ger en personlig användarupplevelse. Framtida forskning föreslås att undersöka hur man kan uppnå en personlig användarupplevelse med gränssnittet för trädgårdsarbete.
284

Scalability of push and pull based event notification : A comparison between webhooks and polling / Skalbarhet hos push- och pullbaserad eventnotifikation : En jämförelse mellan webhooks och polling

Dunér, Daniel, Nilsson, Marcus January 2020 (has links)
Today’s web applications make extensive use of APIs between server and client, or server to server in order to provide new information in the form of events. The question was whether the different methods of procuring events are different in how they scale. This study aims to compare performance between webhooks and polling, the two most commonly used pull and push based methods for event notification when scaling up traffic. The purpose is to create a basis for developers when choosing the method for event notification. The comparison has been developed through measurements of typical indicators of good performance for web applications: CPU usage, memory usage and response time. The tests gave indications that webhooks perform better in most circumstances, but further testing is needed in a more well-defined environment to draw a confident conclusion. / Dagens webbapplikationer använder sig i stor utsträckning av API:er mellan server och klient, eller server till server för att inhämta ny information i form av events (händelser). Frågan är om de olika metoder som finns för att inhämta events skalar olika bra. Förevarande studie ämnar att jämföra prestanda mellan ”webhooks” och ”polling”, de två mest använda pull- och pushbaserade metoderna för eventnotifikation vid uppskalning av trafik. Syftet är att skapa ett underlag för utvecklare vid valet av metod för eventnotifikation. Jämförelsen har tagits fram genom mätningar av typiska indikatorer för god prestanda hos en webbapplikation: CPU-användning, minnesanvändning och svarstid. Testerna gav indikationer om att webhooks är bättre men det krävs vidare testning i en mer väldefinierad miljö för att dra en säkrare slutsats.
285

Cloudwave: A Cloud Computing Framework for Multimodal Electrophysiological Big Data

Jayapandian, Catherine Praveena 02 September 2014 (has links)
No description available.
286

Integrating a Multi-Platform Web Application into the Supplemental Instruction Program

House, Cody E. 03 October 2011 (has links)
No description available.
287

具會談概念的網路應用程式記錄工具 / Session-aware logging utility for web applications

周彥江, Chou, Yann Jiang Unknown Date (has links)
目前許多網路應用程式(web application),遵循三層式開發架構,並藉由「會談」(session)營造出具有狀態機制的環境。雖然會談能將流程串起,其重要性無庸置疑,卻因分層的關係,造成想要在任一記錄點上,取得會談資訊的困難。 本研究的目的,即在嘗試以「剖面導向程式設計」(Aspect-Oriented Programming)為基礎,希望能打造一個簡單易用的工具,將「記錄」(log)這種非功能性,屬於橫切面考量的需求,暫時排除在開發階段外,到事後再以挑選的方式,更輕鬆地加入或修改。更重要的是,將會談資訊中的使用者帳號,或可資識別的序號,內嵌在每行記錄裏,因此稱為「具會談概念的記錄」。讓記錄內容的設計者,不需再為了如何封裝、傳遞、拆解而浪費時間。因為記錄與系統開發是獨立的,即使上線後,臨時性的記錄修改需求,也不至於對既有的穩定與效能,造成重大影響,或不可復原的災難性結果。 / Logging is an important part to application development for purposes such as debugging and auditing. While there are many good frameworks and utilities for assisting logging in application development, it is still not an easy task for the logging action to provide enough information for those purposes. Specifically, the user account information in particular or the session information in general is not easy to obtain when we perform logging for a designated backend operation such as database query. The reasons are twofold. Firstly, applications do not use user accounts, but have their own accounts to access database. Secondly, the three-tiered structure of an application makes it difficult to thread the user accounts to the backend for logging. This thesis presents an aspect-based utility for Java-based Web applications that enables developer to generate customizable logs with session information, including user accounts. Our tool employs two aspects: one predefined aspect for collecting session information and the other is generic one for producing user-defined logs at designated application points. Specifically, the tool takes a wizard-based approach that guides the user to customize the second aspect for its own target points in a user-friendly manner.
288

A standalone web app created with Wordpress, is it possible? : Development of a Web Application / En självständig webb app skapad i wordpress, går det? : Utveckling av en webb applikation

Hindemo, Frida January 2016 (has links)
This paper aims to examine what the differences is between the three application types, native, hybrid and web. The main focus will be placed on the web app and investigate whether it could be an alternative to native and hybrid app. To explain what a web app has the capacity to do, a web app is created in wordpress. Web development is moving forward, which is obviously positive. The problem may be, however, for companies that come from a completely different industry and who wish to develop a new web solution for their company. A native app can be a very expensive investment and it is far from all companies that can pay this. This study wants to find out if a web app, could be an alternative to the native app. Furthermore, the report will examine what the possibilities are for a web app and what existing web apps there is today. Furthermore, a simple price comparison between the different app types to be made. / Den här rapporten syftar till att undersöka vad skillnaden är mellan de tre applikationstyperna, native, hybrid och webb. Störst fokus kommer att placeras på webb appen och undersöka om denna skulle kunna vara ett alternativ till native och hybrid appen. För att redogöra vad en webb app har kapacitet att göra kommer en webb app att skapas i wordpress. Webbutvecklingen går framåt vilket självklart är positivt. Problemet som kan bli är dock för företag som kommer från en helt annan bransch och som önskar ta fram en ny webb-lösning för sitt företag. En native app kan vara en väldigt dyr investering och det är långt ifrån alla företag som kan betala detta. Denna undersökning vill reda ut om en webb app kan var ett alternativ till native appen. Vidare kommer rapporten undersöka vad det finns för möjligheter för en webb app och vad det finns för webb appar idag. Dessutom kommer en enklare prisjämförelse mellan de olika apptyperna att göras.
289

A Web Application for Daily Staff Coordination in Hospital Care / En webbapplikation för samordning av personal inom sjukhusvården

Adolfsson, Hampus, Adolfsson, Mattias, Wang, Daniel January 2019 (has links)
Stress and heavy workloads are commonplace for those who work within Swedish healthcare; the issue is exacerbated further by the current shortage of qualified personnel. Therein arises a need for tools to help lessen the burden on the personnel. This report presents a prototype of a web application made for daily staff scheduling, tailored to the needs of the pediatric surgery department at Uppsala University Hospital. The aim of the project was to deliver a more flexible digital solution of daily staff coordination at the department. Two fundamentals of the application were that it should be easy to use and display informationclearly with few misunderstandings. The resulting prototype met the usability requirement, other than a few specific usability issues, and improved upon the readability of the contents displayed in comparison to the previous system. To further improve the system, work could be done to increase the efficiency with which tasks can be performed. / Stress och tunga arbetsbördor hör till vardagen för den som jobbar inom svensk sjukvård, och problemet förvärras ytterligare av den rådande bristen på kvalificerad personal. Däri uppstår ett behov av verktyg som lätter på personalens belastning. Denna rapport presenterar en prototyp av en webbapplikation för dygnsmässig schemaläggning av personal, anpassad för barnoperationsavdelningen vid Uppsala akademiska sjukhus. Målet med projektet var att leverera en flexiblare digital lösning för avdelningens samordning av personal. Två fundamentala egenskaper hos applikationen var att den skulle vara enkel att använda samt visa upp informationen tydligt och med få missförstånd. Den resulterande prototypen uppfyllde kraven på användbarhet, med undantag för ett antal specifika problem, och förbättrade läsbarheten i jämförelse med det tidigare systemet. Det finns dock viss möjlighet för förbättring vad gäller effektiviteten uppgifter kan genomföras med.
290

INTERACTIVE CLINICAL EVENT PATTERN MINING AND VISUALIZATION USING INSURANCE CLAIMS DATA

Piao, Zhenhui 01 January 2018 (has links)
With exponential growth on a daily basis, there is potentially valuable information hidden in complex electronic medical records (EMR) systems. In this thesis, several efficient data mining algorithms were explored to discover hidden knowledge in insurance claims data. The first aim was to cluster three levels of information overload(IO) groups among chronic rheumatic disease (CRD) patient groups based on their clinical events extracted from insurance claims data. The second aim was to discover hidden patterns using three renowned pattern mining algorithms: Apriori, frequent pattern growth(FP-Growth), and sequential pattern discovery using equivalence classes(SPADE). The SPADE algorithm was found to be the most efficient method for the dataset used. Finally, a prototype system named myDietPHIL was developed to manage clinical events for CRD patients’ and visualize the relationships of frequent clinical events. The system has been tested and visualization of relationships could facilitate patient education.

Page generated in 0.0942 seconds