National Repository of Grey Literature 211 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Web Application for Visualization of Values in Geographical Coordinates
Kašpar, Petr ; Bartík, Vladimír (referee) ; Hynek, Jiří (advisor)
Data visualization in maps is a technique of data presentation, which displays spatially-bound variables. The objective of this thesis is to create a web application capable of creating visualizations of data in geographic coordinates, enabling user to analyze observed phenomenon in many different levels of view, ranging from the general overview of patterns to the analysis of fine details. The Geovisto library is capable of visualization of generic data and their connections but these visualizations are limited to the territories of states and do not work with exact geographic coordinates. This is inconvenient for some kinds of data analysis and makes visualizations of data sets that work with exact coordinates impossible. I focused on extending this library by map layers capable of visualizing data in exact geographic coordinates.
Effective Dynamic Programming in Bioinformatics
Franěk, Jaromír ; Hynek, Jiří (referee) ; Burgetová, Ivana (advisor)
Purpose of this thesis is to study principle of effective algorithms, that are using dynamic programming. Using this knowledge to create application demonstrating principle of effective algorithm of dynamic programming in bioinformatics and write a report summarizing results. Algorithms used in this thesis are solving DNA sequence alignment or RNA secondary structure prediction. These algorithms are compared between themselves based on different input values. For DNA sequence alignment are used algorithms such as Needleman-Wunch and X-drop. For prediction of secondary RNA structure is used Zuker algorithm, that should remove some of Nussin algorithm weaknesses and Nussin algorithm itself. Recursion is showed by recursion trees. Dynamic programming is showed by score matrix. User also have ability to compare speed of both approaches for given sequences. It is programmed as web application, that run on client's side. This ensure easy availability.
Design of Environment for Many-Core Systems Debugging
Klčo, Michal ; Matula, Peter (referee) ; Hynek, Jiří (advisor)
This thesis describe problem of debugging many-core systems using the integrated development environments. It presents some of the integrated environments, debuggers, their features and analyse them. This thesis also describe designs and implementation of modifications of these tools that helps user to debug many-core system more efficiently and comfortable.
Web Application for Graphical Visualization of Geospatial Time Series
Rykala, Kryštof ; Rusňák, Vít (referee) ; Hynek, Jiří (advisor)
Geografická data se stala nedílnou součástí každodenního života. Nejběžnější vizualizací geografických dat je statická tematická mapa. Ta ovšem vizualizuje pouze jeden časový okamžik, případně několik z nich, agregovaných dohromady. Bez času navíc není možné vizualizovat geografické jevy, jako je vývoj různých geografických charakteristik (např. růst emisí uhlíku nebo šíření viru). Cílem této práce je vytvoření nástroje pro vytváření vizualizací geografických časových řad, které umožní data prezentovat a studovat. Řešení je vyvinuto jako nástroj aplikace Geovisto. Vyvinutý nástroj umožňuje uživatelům vytvářet vlastní vizualizace a animace geografických časových řad a zároveň je konfigurovatelný pro použití s obecnými daty. Uživatelé se znalostí programování mohou vytvářet nové Geovisto nástroje (např. tematické mapy) a pomocí nástroje pro práci s časem sami implementovat animace do nových tematických map.
Impact of Subjective Visual Perception on Automatic Evaluation of Dashboard Design
Hynek, Jiří ; Herout, Adam (referee) ; Kuric,, Eduard (referee) ; Hruška, Tomáš (advisor)
Analýza vlastností uživatelských rozhraní založená na použití metrik a kvantitativních pravidel grafického designu se zdá být slibným přístupem pro automatické hodnocení vizuální kvality uživatelských rozhraní. Přestože tento přístup nemůže plně nahradit uživatelské testování, může poskytnout dodatečné informace o možných problémech návrhu uživatelských rozhraní v počátečních fázích vývoje a ušetřit tím čas a výdaje v budoucnu. Příkladem je analýza použitých barev a rozvržení grafických elementů na obrazovce. Návrháři uživatelských rozhraní mohou měřit vlastnosti uživatelských rozhraní za použití známých metrik založených na analýze pixelů bitmapy (např. barevnost) nebo grafických elementů (např. vyvážení, symetrie). Problémem použití metrik nicméně je, že tento přístup zpravidla nezohledňuje subjektivní vnímání uživatelů (např. subjektivní vnímání barev nebo grafických elementů rozmístěných na obrazovce). Dnešní uživatelská rozhraní (jako například rozhraní dashboard) jsou komplexní. Skládají se z několika barevných vrstev, obsahují překrývající se grafické elementy, což může zvyšovat nejednoznačnost vnímání tohoto rozhraní uživateli. Může být proto komplikované vybrat takové grafické elementy, které odpovídají elementům rozpoznaným uživateli v souvislosti s principy shlukování vnímaných tvarů (jak je popsáno Gestalt psychologií). Vývoj objektivních metrik a kvantitativních pravidel grafického designu obvykle vyžaduje dostatečně velkou trénovací množinu vzorků uživatelských rozhraní anotovaných dostatečným počtem uživatelů. Tato práce se zaobírá automatickým ověřováním vzhledu uživatelských rozhraní dashboard. Práce kombinuje obecné znalosti týkající rozhraní dashboard s poznatky z oblasti vizualizace dat, vizuálního vnímání a ověřování kvality uživatelských rozhraní a následně zkoumá myšlenku automatického hodnocení vzhledu rozhraní dashboard s využitím metrik. Práce analyzuje vybrané metriky založené na analýze pixelů bitmapy a grafických elementů. Konkrétně zkoumá, jakým způsobem uživatelé rozpoznávají grafické elementy v rozhraních dashboard a výsledky aplikuje pro hodnocení schopnosti metrik (analyzujících grafické elementy rozhraní) objektivně rozpoznávat dobře navržené vzorky rozhraní dashboard. Dále představuje framework pro návrh a vylepšení metrik, který využívá pro vylepšení vybraných metrik. Následně navrhuje metodu pro segmentaci rozhraní dashboard do regionů, které mohou být použity jako vstupy pro tyto metriky. Závěrem práce porovnává vybrané metriky s hodnocením rozhraní uživateli a pokládá otázky vhodné pro budoucí výzkum.
Design and Implementation of a Profiler for ASIPs
Richtarik, Pavel ; Hynek, Jiří (referee) ; Zachariášová, Marcela (advisor)
The major objective of this work is to analyse possibilities of profiling application specific instruction-set processors, to explore some common profiling techniques and to use the collected information to design and implement a new profiling tool suitable for utilization in the processors development and optimization. This bachelor thesis presents requirements on the new profiler and describes its key parts from the design and the implementation perspective.
Usability Improvement of Geovisto Library
Koscielniak, Tomáš ; Rusňák, Vít (referee) ; Hynek, Jiří (advisor)
This thesis aims to improve the user interface of Geovisto library, used for geospatial visualization. This is achieved by identifying issues using user testing and designing a solution for them. These solutions were implemented, and the second user testing tested their benefit. The result of the thesis is expanding the library with legends, units for numerical values, and tools for visualization of metadata, which all improve the user experience when using the library. Another result is a standalone web presentation of the library, its tools, and data miner.
Flexible Layout Implementation in a CSS Rendering Engine
Ondrák, Lukáš ; Hynek, Jiří (referee) ; Burget, Radek (advisor)
This bachelor thesis is about studying architecture of experimental rendering engine CSSBox and his extension of a new way of layouting web content called flexible layout. It pays attention to designing, implementation details and testing using reference test set. In conclusion achieved results are evaluated and intimated possible future development.
Building Trading System Based on Time Range Breakout
Šťastný, Filip ; Hynek, Jiří (referee) ; Holkovič, Martin (advisor)
This thesis is focused on creation of automatical trading system for Forex exchange market. System is based on time range breakout principal and highly customizable by parameters. The thesis explains basic principals of trading on Forex, a designing of the strategy, an implementation of the strategy in Easy language, optimalizations and backtesting using Multicharts platform.
Web Application for Making Predictions of a Call Centre
Mička, David ; Hynek, Jiří (referee) ; Bartík, Vladimír (advisor)
The goal of this thesis is to create a web application for creation of call centre predictions. The app should be able to replace current solutions that are in use in the daily operation of Kiwi.com s.r.o. The app should be more intuitive and easier to use and maintain than Verint or the spreadsheet solution of doing predictions. It should also have enough options for creation of tactical forecasts that allow the company to react on upcoming situations and should help set realistic expectations for the management of our customer centre.

National Repository of Grey Literature : 211 records found   1 - 10nextend  jump to record:
See also: similar author names
11 HYNEK, Jan
3 Hynek, Jakub
11 Hynek, Jan
2 Hynek, Jan Jaroslav
2 Hynek, Josef
Interested in being notified about new results for this query?
Subscribe to the RSS feed.