261 |
Web Server for Protein Interaction Searching / Web Server for Protein Interaction SearchingHalfar, Martin January 2012 (has links)
Tato práce se zabývá zbůsoby, jimiž je možné získávat data z bioinformatických databází obsahujících data týkajících se interakcí mezi proteiny. Od souvislostí okolo vzniku bioinformatiky sloučením informatiky a biologie tato práce uvede čtenáře do problematiky přístupu k datům týkajících se interakcí mezi proteiny. Tato práce vysvětlí důvody vzniku IMEx konsorcia, jeho cíle a prostředky, kterými svých cílů dosahuje. IMEx konsorcium dalo vzniknout mnoha standardům, které usnadňují přístup k datům členů konsorcia a výměnu těchto dat mezi nimi. Jedním z výtvorů IMEx konsorcia je i webová služba PSICQUIC, která byla navržena s využitím architektonického stylu REST, a která je přístupná i pomocí protokolu SOAP. Obě tyto kategorie přístupů k webových službám jsou v rámci této práce studovány a na základě výsledků výzkumu je implementována aplikace pro získávání interakcí mezi proteiny z databází, jenž jsou členy IMEx konsorcia.
|
262 |
Systém pro zpracování GPS dat z více mobilních zařízení / System for processing of GPS data from multiple mobile devicesJurča, Josef January 2016 (has links)
The aim of this thesis was to create an information system which consists of a mobile application, server and web application. Mobile application is designed for operating system Android and it is used for sending GPS coordinates of mobile devices to the server. These data are later processed by server and stored in database. Web application displays the current location of mobile devices in user group on a map, it also displays location history and statistics. Accuracy of the station location can be enhanced by using DGPS assuming that one of stations in a group does not change its location. The system was designed and then developed using modern web technologies and frameworks including PhoneGap, Ionic, Node.js, Express, MongoDB, Mongoose and AngularJS. Further measurements, that were performed, are supposed to present the effect of DGPS to location accuracy determination.
|
263 |
Reprezentace business procesů jako zdrojů REST architektury / Business Process Representation as RESTful ResourcesChernikava, Alena January 2016 (has links)
Almost every company in the world deals with business processes on a daily basis. And business can derive signi cant bene t from taking a formal approach. This means, that the business process is formally described (for example using Business Process Modeling Notation 2.0) and implemented in some Business Process Engine (BPE). The aim of the thesis is to design a general API (BP Orchestration Web Services) that does not depend on BPE for business process monitoring and manipulation. The main problem of current APIs is that they are not uni ed, do not provide enough exibility and are too tied to the one particular BPE. This thesis includes general information about work ow, about BPMN and basic principles of REST architectural style. Based on this knowledge problesms were formally stated and as a solution BP Orchestration Web Services were designed and implemented. Web Services allow to instantiate a process from abstract de nitions, monitor the state of the process and manipulate with the process (including advanced manipulations such as exchanging a sub-process in the running instance for some another compatible sub- process). The RESTful API was designed in a way to minimize the client implementation and restrict client’s knowledge about internal details. As part of the thesis a connector to BonitaBPM was implemented and integration with BonitaBPM was done.
|
264 |
Mobilní aplikace pro subjektivní měření kvality zážitku streamovaného videa / Mobile applications for subjective measurement QoE of streaming videoŠeda, Pavel January 2017 (has links)
This thesis is focused on the subjective measurement of the quality of experience on streaming video through a mobile application. After wide analysis of possibilities how to realize subjective measurement of quality of experience, the mobile and web application were created. These tools enable to obtain user ratings of streaming videos and then evaluate them. The user ratings are stored to the central database via secured REST API.
|
265 |
Barns vila i förskolan : En kvantitativ studie om vilans innehåll, ramverk och likvärdiga villkor / Childrens sleeping periods in preschool. : A quantitative study about preschoolers sleeping periods based on content, framework and equal terms.Johnsson, Emma, Stuxgren Levisson, Marie January 2020 (has links)
Syftet med studien är att utifrån ett didaktiskt perspektiv undersöka hur förskolor planerar och genomför vila för 1-5 åringar i förskolan som enligt styrdokument ska ge likvärdiga förutsättningar för barns lärande och utveckling. För att undersöka syftet tar studien utgångspunkt i tre forskningsfrågor: Hur planerar och genomför förskolan vila för barn? Hur arbetar förskolan för att barn ska ges lika förutsättningar till vila? Vilka argument ligger till grund för vilken form av vila man valtatt genomföra? Som metod i den kvantitativa undersökningen används enkäter med frågor relaterade till forskningsfrågorna. Under studiens gång framkom det intressanta tankar och aspekter kring hur pedagoger i förskolan planerar och genomför vila för barnen samtidigt som respondenterna belyser svårigheterna med att förhålla sig till barnens bästa, vårdnadshavarnas önskemål och ansvaret gentemot styrdokument. Vår målsättning är att kunna bidra med ny kunskap kring pedagogers syn på temat och hur förskoleverksamheter arbetar med barnens vila och avslappning.
|
266 |
Mezinárodní a evropské aspekty úpravy pracovní doby / International and european aspects of the working time legal regulationsVácha, Jan January 2020 (has links)
International and european aspects of the working time legal regulations Abstract The aim of this thesis is to comprehensively describe and critically evaluate european and international legal regulation of the working time and the rest periods. After the general Introduction the thesis is divided into 4 main chapters. The most fundamental outputs from these chapters are summed up in the Conclusion. The importance of the issue within the scope of juridical institutes of the labour law is emphasized in the Introduction of this thesis. It is one of the most important working condition for the employees. That is why the duly adjusted minimal protective standards are essentials for the workers with regard to the possibility of influencing theirs state of health. In the short historical summary I try to prove that people always realized the importance of the limitation of the working time and of the adjusting the minimum rest periods. I also refer to the fact that the european and international legal framework dealing with the working time is very extensive and difficult to interpret. It brings along burdensome work for the national legislators to duly transpose the requirements of the european and international legal standards. I also express the commiseration that this area is in my opinion under the...
|
267 |
An examination of automated testing and Xray as a test management toolBertlin, Simon January 2020 (has links)
Automated testing is a fast-growing requirement for many IT companies. The idea of testing is to create a better product for both the company and the customer. The goal of this study is to examine different aspects of au- tomated testing and Xray as a test management tool. The literature study considers information from several different scientific reports. It shows that the benefits of automated testing include increased productivity and reliable software but also pitfalls like a high initial cost and a maintenance cost. Research suggests that automated testing is complementary to man- ual testing. Manual testing is more suited for exploratory testing, while automated testing is better for regression testing. Using historical data manual tests can be placed into prioritised clusters. The coverage of each test within a cluster determines its priority, where a test with high cover- age has a high priority. A near-optimal solution for prioritising automated tests is the combination of two well-known strategies, the additional cov- erage strategy and the total coverage strategy. Tests are prioritised based on how much of the code they uniquely cover. Code coverage is mea- sured using statements, methods or complexity. Furthermore, this thesis demonstrates a proof of concept for how the unified algorithm can pri- oritise Xray tests. Xray is evaluated according to the ISO/IEC 25010:2011 standard together with a survey done on Xray practitioners. The evalua- tion for Xray shows that Xray provides the necessary tools and functions to manage a testing suite successfully. However, no official encryption exist for the Jira server, and Xray lacks integrated documentation.
|
268 |
Redakční systém s integrací webových služebPospěch, Roman January 2017 (has links)
This thesis deals with the development of content management system that allows users to easily manage their websites. In order to facilitate the user's work, the issue of web services integration is also addressed. Based on the specified requirements, commonly used systems are compared in terms of the simplicity of web administration and the ability to connect to various web services. According to these findings, it is designed and implemented content management system that allows the user to perform operations with web services provided by Facebook, Google and Twitter. The implemented system was deployed and tested on the website that was created according to real requirements.
|
269 |
Gamifikovaný informačný systémBendík, Martin January 2019 (has links)
This diploma thesis deals with the development of gamified information systems. The literary research focuses on the issues of gamification, methods of development information systems and their architectures. In our own work, selected technologies and architectures are applied. The main content of our work is about micro-services development process from the user interface, analysis and design to the database. Subsequently, the work includes testing, evaluation and proposed improvements.
|
270 |
Jämförelse av NoSQL databaser i en Node.js REST api : Med fokus på att hämta data / Comparison of NoSQL databases in a Node.js REST api : Focus on retrieving dataSykes, Adam January 2020 (has links)
Följande arbete jämför databashanterarna MongoDB och Couchbase responstid i att hämta data i en Node.js REST api. Datasetet har en enkel struktur och består av befolkningsdata. Jämförelsen ska svara på vilken av dessa databashanterare som har kortast responstid i att hämta befolkningsdata i en Node.js REST api, eftersom responstiden är väldigt viktig för användare. Testet sker med egenutvecklade script och mäter tiden det tar att skicka en begäran till REST api:t och visa den hämtade datan på webbläsaren. REST api:t består av 5 endpoints vilket testades 6000 gånger var för MongoDB och Couchbase. MongoDB hade kortast responstid på samtliga test. I framtida arbeten kan resten av CRUD operationerna testas och då inte bara att hämta data, långsiktig kan datasetet ändras för att kunna testa mer komplexa sökfrågor.
|
Page generated in 0.0435 seconds