• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 75
  • 69
  • 32
  • 6
  • 2
  • 1
  • 1
  • Tagged with
  • 188
  • 84
  • 72
  • 55
  • 50
  • 44
  • 43
  • 43
  • 40
  • 38
  • 33
  • 30
  • 28
  • 27
  • 26
  • 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.
81

Návrh, vývoj a implementace aplikace pro evidenci kulatiny / Design, Developement and Implementation of a Round Timber Evidence Software Application

Štanglica, Jiří January 2017 (has links)
This thesis is focused on requirements analysis of a sawmill company for a new timber stock evidence system and based on the analysis describes the process of development of the system. The process covers architecture and structure design as well as data storage solution. Apart from the development stage itself, it also covers the implementation of the system in the company’s environment and economic evaluation of the process. The system is being developed using the Javascript programming language and uses modern technologies such as React, Node.js and MongoDB.
82

Nástroj pro rychlé vyhledávání letových spojení / Tool for Quick Flight Search

Muránsky, Matúš January 2019 (has links)
The thesis deals with the design and development of a tool for easy search of flight connections for Pelikantravel.com s.r.o. The aim of this work is to develop a tool that will allow operation in a limited Internet connection and will support user feedback. The first part of the thesis describes the analysis of suitable technologies and platforms for the resulting tool. The practical part deals with the issue of user experience and with the related user interface design. In this section, the basic functionality of the tool is described according to the use case analysis. Furthermore, the work describes in detail the implementation of the whole tool and in the end is devoted to testing the resulting tool.
83

Návrh a tvorba multiplatformní mobilní aplikace / Design and Implementation of Cross-Platform Mobile Application

Adamček, Ľubomír January 2019 (has links)
For several decades, market fragmentation caused by different operating systems has been complicating and overpricing the process of creating new applications. Unified development for multiple platforms does not only save time and expenses, but also enables to reach a far wider audience. This work presents the topic of a cross-platform mobile development and analyzes the development of the market for currently the two most prevalent operating systems – Android and iOS. The results of the analysis are used to design and create a multiplatform tool intended to monitor immunopathologic reactions. The work also includes a marketing plan and expected economic valuation once the developed application is introduced to the market.
84

Tlakové nádoby zatěžované vnějším tlakem / Pressure vessels loaded by external pressure

Paták, Roman January 2021 (has links)
This final thesis addresses the approach of standards and software for calculation of pressure vessels loaded by external pressure and a design of own calculation software, including a demonstration on chosen geometry. The approaches of standards and software are solved in the form of research. The practical part describes the developed software, selected technologies for development and results of the demonstration. The demonstration was carried out on two geometries and was successful.
85

Návrh, tvorba a implementace softwarové aplikace ve firemním prostředí / Design, Creation and Implementation of Software Applications in the Corporate Environment

Zsiga, Juraj January 2021 (has links)
The diploma thesis deals with the design, creation and implementation of a software application in the corporate environment of Velká Pecka s.r.o., better known as Rohlík. The first goal is to analyze the given company and find its shortcomings. The second, the main one, is to create and implement a software, which would eliminate them. The resulting solution is a mobile application, which improves issue reporting in their warehouses, thus saving resources overall.
86

Návrh a tvorba mobilní aplikace pro platformy Android a iOS / Design and Creation of Mobile Application for Platforms Android and iOS

Rybnikářová, Hana January 2021 (has links)
The thesis deals with design and implementation of prototype of mobile application for Android and iOS operating systems. Framework React Native was chosen for realization because it allows multiplatform development. Application focuses on data visualization from sales of handmade products on Fler web portal.
87

Digital art recommendation system : A personalized virtual tour of digital collections

Edström, Jesper, Ristic, Nicky January 2021 (has links)
The purpose of this project is to create a website with a React-based prototype recommendation system of a large cultural collection. The aim of the website is to provide a function that allows a user to upload an image to which the system consequently recommends correlating artwork from the publicly available collection of the Metropolitan Museum of Modern Art (MET). The correlation coefficient between the uploaded image and the artworks from (MET) is acquired through Pearson Correlation. Furthermore the artwork with the highest correlation to the uploaded picture is shown first, then each subsequent artwork is shown in order of highest correlation. The main challenge for building this prototype was to combine the different components together with JavaScript and the REACT framework. The recommendation engine demands numerical representations of these artworks, and most effort was given to the automatic conversion of photos of artworks into a proper format for the recommendation engine.
88

Konzeption und prototypische Implementierung eines web-basierten Dashboards zur Softwarevisualisierung: Masterarbeit zur Erlangung des akademischen Grades Master of Science – Wirtschaftsinformatik

Mewes, Tino 06 December 2018 (has links)
Der Schwerpunkt dieser Arbeit liegt auf der Konzeption sowie prototypischen Implementierung eines web-basierten Dashboards zur Softwarevisualisierung. Ziel der Arbeit ist es, ein Dashboard zu entwickeln, welches Informationen eines Softwareprojekts dynamisch aus einer Graphdatenbank visualisiert und Projekteitern aufgabenbezogen zur Entscheidungsunterstützung darstellt. Derzeit existiert keine Softwarelösung, die diesen Anforderungen vollumfänglich gerecht wird. Es existieren jedoch bereits Bibliotheken und Softwaresysteme, welche Teilaspekte zu einer möglichen Gesamtlösung beitragen können. Diese können bei der prototypischen Implementierung von Nutzen sein und müssen daher beachtet werden. Um die Ziele der Arbeit zu erreichen, werden verschiedene Forschungsmethoden angewandt. Es wird eine Literaturrecherche durchgeführt, mit dem Ziel, typische Aufgaben von Projektleitern im Bereich Software Engineering zu identifizieren. Um die vom Dashboard zu unterstützenden Aufgaben ableiten zu können, werden außerdem verschiedene existierende Dashboard-Werkzeuge analysiert. Mithilfe der gewonnenen Ergebnisse wird das Dashboard konzipiert und prototypisch implementiert. Durch eine Fallstudie anhand von Open-Source-Projekten wird das Dashboard abschließend evaluiert.:1 Einleitung 1.1 Motivation und Problemstellung 1.2 Zielstellung 1.3 Methodisches Vorgehen 2 Grundlagen 2.1 Softwarevisualisierung 2.2 jQAssistant 2.3 Neo4j 2.4 Webanwendungen und web-basierte Frameworks 2.5 D3.js 2.6 Dashboards 3 Konzeption 3.1 Mission Statement 3.2 Architekturziele 3.3 Kontextabgrenzung 3.3.1 Fachlicher Kontext 3.3.1.1 Literaturrecherche zu typischen Aufgaben von Projektleitern 3.3.1.2 Analyse existierender Dashboard-Werkzeuge 3.3.1.3 Use-Case-Diagramm der zu unterstützenden Aufgaben 3.3.1.4 Mockups der Benutzungsschnittstelle 3.3.2 Technischer Kontext 3.4 Randbedingungen 3.4.1 Technische Randbedingungen 3.4.2 Organisatorische Randbedingungen 3.5 Risiken und technische Schulden 3.6 Entwurfsentscheidungen 3.6.1 Auswahl des Neo4j-Treibers 3.6.2 Vergleich existierender Webframeworks 3.6.2.1 Angular 3.6.2.2 Backbone.js 3.6.2.3 Ember.js 3.6.2.4 Vue.js 3.6.2.5 React 3.7 Lösungsstrategie 4 Implementierung 4.1 Implementierungskomponenten 4.1.1 CoreUI 4.1.2 Nivo 4.2 Dashboard 4.2.1 Startseite 4.2.2 Einstellungen 4.2.3 Benutzerdefinierte Abfragen 4.2.4 Visualisierungskomponenten 4.2.4.1 Struktur 4.2.4.2 Dateitypen 4.2.4.3 Abhängigkeiten 4.2.4.4 Aktivitäten 4.2.4.5 Wissensverteilung 4.2.4.6 Hotspots 4.2.4.7 Statische Quellcodeanalyse 4.2.4.8 Testabdeckung 4.2.4.9 Erstellung 4.3 Eingesetzte Werkzeuge 4.3.1 Entwicklung und Test 4.3.1.1 Jest 4.3.1.2 Codecov 4.3.1.3 Travis CI 4.3.1.4 Prettier 4.3.1.5 Docker 4.3.2 Installation und Wartung 5 Evaluation 6 Fazit und Ausblick
89

Development of a standalone mobile application for Saab Support Portals

Sjögren, August January 2019 (has links)
Saab is a large swedish company providing a multitude of different products and services. This also means that Saab has to provide support and customer service for said products. Currently this is handled online in Support Portals, where customers and partners can access product information as well as an issue management system called SIRS. In the current situation the system is tailored for a desktop experience, and the workflow is therefore limited in terms of mobility. This project aims to allow the users to be more mobile by investigating the possibility of developing a mobile application for usage with SIRS. During the project a proof of concept of such an application has been developed. The implementation relies largely on using currently available api:s and when necessary porting some code from server to client side. By using various UX-related methods during the development of the application it is expected that the application is user friendly and fits the target audience. When looking at the result of the work, it is indeed possible to integrate a standalone mobile application with SIRS. The application also has usability which is comparable to the current system. However, some limitations were found that required rewriting the existing system to provide necessary data to client side applications like the one developed in this project. To conclude, the application is a proof of concept that shows what can be done without modifying the current system. Some of the major things that has to be modified before taking the application to production, such as stability concerns and testing, is also presented as results of the project.
90

Jämförelse av svarstid vid filtrering mellan Vue.js och React / Comparision of response time in filtering between Vue.js and React

Svensson, Jacob January 2020 (has links)
Arbetet jämför JavaScript-ramverken Vue.js och React huruvida vilket av ramverken som presterar lägst svarstider i ett experiment. Bakgrunden till arbetet är att undersöka visualiseringav data och i form av en interaktion som är filtrering. Arbetet är inriktat på parkeringsplatser som blir svårare att finna och att filtrering används för att finna lediga parkeringsplatser. Experimentet består av en webbapplikation skapad i en implementation av respektive ramverk som innehåller en lista med parkeringsplatser som går att filtrera. Mätningar genomfördes automatiserat genom ett egenskrivet skript med användning av Tampermonkey för att få fram ett resultat. Resultatet visar att det fanns en signifikant skillnad mellan ramverkens resultat från experimentet till fördel för Vue.js. Det går att följa arbetet steg för steg hur det genomfördes med mål att studien ska vara replikerbar.

Page generated in 0.0148 seconds