National Repository of Grey Literature 186 records found  beginprevious79 - 88nextend  jump to record: Search took 0.01 seconds. 
Electronic agenda and online services with a focus on electronic testing
Poesová, Marie ; Leipert, Jiří (advisor) ; Brdička, Bořivoj (referee)
TITLE: Elektronic agenda and online services with a focus on electronic testing AUTHOR: Marie Poesová DEPARTMENT: Department of information technology and education SUPERVISOR: PhDr. Jiří Leipert, Ph.D. ABSTRACT: This bachelor thesis deals with the issue of agenda of education, especially about the possibility of practicing the curriculum and evaluation. Describes online systems that allow testing or practice on the Internet. Furthermore compares the systems used to collect data. Based on the possibility of test questions and a comparison of selected systems, was chosen one of them, in which the tests with self- evaluation were ultimately created . Selected systems are Google Forms complemented by Flubaroo. KEYWORDS: school agenda, testing, cloud, data collection, Google Forms, Flubaroo
Financing of promoting physical activity by the towns with extended scope
Hostinský, Josef ; Hendl, Jan (advisor) ; Flemr, Libor (referee)
Title: Financing of promoting physical activity by the towns with extended scope Aims: Purpose of this work is to explore and analyze condition of financing of promoting physical activity in the towns with extended scope in Czech Republic. I am focusing on budget of towns with extended scope, analyzing of sport financing in these towns, analyzing of profit or loss of sport facilities, utilization of grants, the citizen attitude with this problem and the functionality of departments of sport. Methods: The work is descriptively-analytical. Collecting of data is done by recherché and questionnaire. Analysis and comparison will be used for evaluation of data. I will research whether the number of population is correlated with the amount of money put into the promotion of physical activity and with the number of workers in the Sports Department etc. Results: The towns with extended scope are recognized the importance of physical activities and they are very active to seek financial resources to support them. However, in many smaller municipalities with extended scope is not personnel involved in the sport at all, or this issue is passed on someone as a part-time. The survey revealed that the municipalities invest in to the sport up per head approximately three times more than the county. An interesting...
Cryptography on constrained devices
Šťovíček, Petr ; Jedlička, Petr (referee) ; Dzurenda, Petr (advisor)
The bachelor thesis analyzes the possibilities of applying cryptographic primitives and protocols to various computationally and memory constrained devices. It then implements a secure data collection system from sensors. In its theoretical part, the work examines individual cryptographic algorithms, the RIOT operating system and available methods of wireless data transmission. It then presents the results of performance tests of various cryptographic operations. On this basis, it designs and implements a system that ensures the confidentiality, authenticity and integrity of transmitted data.
Dental status in handicapped patients
Chleborád, Karel ; Dostálová, Taťjana (advisor) ; Racek, Jaroslav (referee) ; Hanzlíček, Petr (referee)
The information in the medical records serve many purposes: they can be used for diagnosis and therapy, medical documentation contains information that can be the basis for financial authorities for treatment or for pumping reimbursement from health insurance. The data can be used in statistics and other scientific purposes. The aim of study is to verify the simplicity of data process implementation and time of data storing for modification of classical paper WHO dental card, lifetime dental EHR controlled by keyboard and lifetime dental EHR controlled by voice. All three methods were applied on 126 patients. At first the patients were inspected by a standard technique (communication between dentist and nurse) and the data recorded into the paper WHO dental card. The same person recorded all data to lifetime dental EHR using keyboard and using voice. Then we compared the time, which was needed for recording the data using these three methods. Using Friedman test we found very significant differences in time of recording among three methods (p<0.001). We can see that the paper WHO dental card was recorded quickly, but its rise due to missing electronic form is difficult. Times for recording data using keyboard or voice in lifetime dental EHR were not significantly different. The clinical practice...
Aplikace pro monitorování databázových serverů
Novák, Nikolas
Novák, N. Tool for monitoring database server. Brno: Mendel University in Brno, 2018. This bachelor thesis focuses on the implementation of the solution serving as the next level of the monitoring system for customer’s server infrastructure.Associated with this is previous requirement analysis, design and final testing of implementation of the whole solution. Main focus of the thesis is on the part of monitoring system, which ensures collecting data about monitored servers. For storing and displaying those data is used database tool Graphite and vizualization tool Grafana. The theoretical part includes analysis of customer requirements and subsequent research of technologies used to achieve the goal. The practical part is focused on the design, description of implementation and functionality test of the implemented solution.
Mobilná aplikácia na získavanie dotazníkových dát v teréne
Šuly, Peter
Šuly, P. Mobile application for obtaining questionnaire data in the field. Diploma thesis. In Brno: Mendel University , 2019. This diploma thesis deals with the design and creation of an application program interface for the creation of applications for obtaining questionnaire data in the field. In addition, Android mobile application is designed and implemented with use of this interface and new Android technologies. The aim of the thesis is to build an application program interface and a test application based on the acquired requirements.
Control of algal bioreactors
Rek, David ; Naď, Martin (referee) ; Máša, Vítězslav (advisor)
The bachelor’s thesis discusses the matter of cultivation of microalgae in an artificially altered environment – bioreactor. The aim of the thesis is to determine and present the factors influencing the growth of microalgae and to find means of automated regulation of such factors. Nowadays, the majority of bioreactors are laboratory ones and are mostly being operated manually. The recent increase in demand for this technology results in many pilot-plant tests with a wide variety of microalgae. Tests such as these will be required to be automated to serve properly in future research. The thesis is based on professional literature and articles. The first part is to familiarize the reader with the wide number of potential applications of microalgae technology in various fields, such as the food industry, water treatment or separation of CO2 from ambient air or waste gas. The next segment presents the factors influencing the growth of microalgae and lastly the system of required equipment and sensors for automated operation is described. The bachelor’s thesis summarizes the important information necessary for the construction and unattended operation of microalgae bioreactor with respect to maximalization of productivity.
Industrial data collection system
Hvizdák, Lukáš ; Jirgl, Miroslav (referee) ; Bradáč, Zdeněk (advisor)
The master thesis focuses on the design and implementation of data collection from production using a PLC into an SQL database located in the cloud and subsequent visualization. The work describes the applicable communication protocols MQTT and OPC UA with the fact that the protocol MQTT was selected. It deals with securing data transfer from the line to the cloud using the TLS protocol. The individual cloud services and their possibilities for data collection are described here. The work deals with the possibilities of data visualization using existing open source solutions and the differences between them. I describe the possibilities of modifying the open source environment of the Grafany project. Real dashboards from production are presented. The data collection system was deployed in two plants for testing.
Temperature and humidity monitoring devices with wirelless communication
Hrbáček, Zdeněk ; Arm, Jakub (referee) ; Bradáč, Zdeněk (advisor)
The purpose of this work is to design and implement a device for collecting temperature and humidity from bee hive. The system consists of a measuring unit that contains digital sensors and actuators.The system transmits the measured values wirelessly to the parent unit, which displays the data in a suitable format to the user. The user can monitor the hive parameters and use the actuators to adjust the temperature inside the hive. The whole system then operates autonomously according to defined rules.
Game Server Status Monitoring Portal
Skála, Dominik ; Hynek, Jiří (referee) ; Burget, Radek (advisor)
The main goal of this thesis is the development of a game server monitoring application which handles collecting and visualisation of collected data. The thesis compares and looks into existing solutions, their pros and cons. The solution is built upon this observation, specifically the design of the monitoring application and a modern web application with API access. The API is created using the Yii PHP Framework. The user interface is created using the ReactJS JavaScript library. The monitoring application itself is an independent application build in PHP. In the conclusion of the thesis, the evaluation of achieved results and the effectivity of the monitoring application is discussed. Based on the results, other implementations of monitoring applications and other extensions of web application are proposed.

National Repository of Grey Literature : 186 records found   beginprevious79 - 88nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.