• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 101
  • 10
  • 8
  • 6
  • 5
  • 5
  • 4
  • 3
  • 2
  • 2
  • 1
  • 1
  • 1
  • Tagged with
  • 176
  • 176
  • 32
  • 28
  • 26
  • 26
  • 24
  • 24
  • 22
  • 19
  • 19
  • 15
  • 14
  • 13
  • 13
  • 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.
61

Developing Warning and Disaster Response Capacity in the Tourism Sector in Coastal Washington, USA

Johnston, David, Becker, Julia, Gregg, Chris, Houghton, Bruce, Paton, Douglas, Leonard, Graham, Garside, Ruth 01 January 2007 (has links)
Purpose - There has been a considerable effort over the last decade to increase awareness of the tsunami risk in coastal Washington, USA. However, contemporary research on warning systems spawned by the recent Indian Ocean tsunami tragedy highlights the need for development of an effective tsunami warning system for both residents and transient populations, including visitors and tourists. This study sets out evaluate staff training for emergencies, emergency management exercises (including drills and evacuation), and hazard signage within motels and hotels in Ocean Shores, Washington, USA. Design/methodology/approach - Data were collected from interviews with reception staff and managers at 18 hotels, motels, and other accommodation establishments. Findings - Levels of staff training and preparedness for tsunami and other hazards were found to be generally very low, although examples of "best practice" were found at a select few establishments. Larger hotels already had orientation or general training programmes set up which had the potential to incorporate future tsunami and hazard training, while smaller "owner-operator" businesses did not. Research limitations/implications - Suggestions on how to improve preparedness are discussed, including undertaking training needs analyses and conducting workshops, simulations and employee training to empower both businesses and employees. Originality/value - This case study provides an insight into the challenges faced by emergency managers and the tourism sector in improving the effectiveness of warning systems in areas with high transient populations.
62

Optimizing data retrieval response time using localized database services

Lapovski, Cem, Ekholm, Philip January 2019 (has links)
Datahantering är en aspekt av systemlösningar som inte ska försummas. Svarstider är en lika viktig aspekt i den moderna onlinetjänsten. När molntjänster har nått en popularitet högre än någonsin är det viktigt att veta hur man använder dem effektivt för att kunna få bästa resultat. Kunden, Axis Communications, utvecklar för närvarande en IoT-plattform (Internet of Things) som tros leverera ytterligare mjukvarufunktionalitet och information i realtid till slutanvändaren. Ett moment i denna tjänst är händelsehantering och behandling. Detta kräver att händelser tas emot och bearbetas med hjälp av AWS-komponenter innan de skickas vidare. I denna rapport har vi jämfört prestandan mellan att berika en händelseström med information via externa tjänster och att berika samma händelseström via lokala tjänster. För att bestämma vilka lösningar som ger en snabbare responstid för vår klient, Axis Communications, har vi utvecklat en ny prototyp. Utvecklingsprocessen som vi har valt gör det möjligt att iterera och utvärdera prototypen under utvecklingsprocessen. Utvärderingen bör endast användas som riktlinje vid bedömning av händelsehanteringstjänster, eftersom antalet parametrar kan skilja sig och ge ändrade resultat. Resultaten visar att vår metod för denna lösningen presterade upp till 5,16 gånger bättre än den externa tjänsten. Molntjänsten presterade även bättre under hög belastning tack vare skalbarheten hos AWS Lambda. / Data processing is an aspect of system solutions which cannot be neglected. Response times is an equally important aspect in the modern online service. With cloud services reaching an all-time peak in popularity, it is important to know how to use them efficiently by providing the best results. The client, Axis Communications, is currently developing an IoT (Internet of Things) platform which is thought to deliver further software functionality and information in real-time to the end user. One of the elements of this service is event handling and processing. It requires events to be received and processed using AWS components before sending them through. In this thesis we aim to compare the performance between decorating an event stream using external services to decorating the same event stream with local services. In order to determine which of the solutions offer a better result for our client, we had to develop a new prototype of said solution. The process of development makes it possible to iterate and evaluate the prototype during the time of development. The evaluation should only be used as a guideline when considering event handling services as the number of parameters may differ and yield altered results. The results prove that our method for this solution had up to 5,16 times faster response time. The cloud-based solution also performed better when under heavy load by processing all of the requests simoultanously due to the scaling of AWS Lambda.
63

Modeling the Interaction of Numerosity and Perceptual Variables with the Diffusion Model

Kang, Inhan 26 August 2019 (has links)
No description available.
64

Comparison of Energy Usage and Response Time for Web Frameworks

de Mander, Felicia, Gren, Wilhelm January 2023 (has links)
Background. Environmental sustainability and reducing energy consumption are important and relevant topics today. Energy consumption by data centres is constantly increasing. One factor that could be affecting this is what web frameworks are being used. Objectives. We wanted to investigate whether there is a difference in energy consumption depending on the selected web framework for an API web server. An improvement should not come with overhanging negative side effects. Therefore, energy usage was to be contrasted with response time. In addition, we wanted to see how the choice of response format affects these metrics. In the case of finding any considerable impact on energy usage, without compromising the response time, the goal was to communicate this in order to increase the awareness among software developers. Methods. A literature review was done in order to gather existing information on how to conduct an experiment measuring software energy consumption. We evaluated available tools for measuring consumed application energy. An experiment then compared four popular web frameworks in regard to both energy usage, and response time. Django, Express, Laravel, and Spring Boot were selected for the experiment. Metrics measured were energy usage and response time. The experiment was executed with three different amounts of concurrent requests vusers = {10, 100, 250}. Results. The literature study resulted in a selection of software tools for measuring software energy consumption to choose from. The tool perf was chosen for the experiment. In the experiment, the response format was shown to affect the response time, but not the energy consumption. Increasing the amount of concurrent users made for larger differences between frameworks, both regarding energy usage and response time. Express and Spring Boot show the best performance in both regards for all amounts of concurrent requests. Conclusions. Express and Spring Boot are the clear winners out of the four compared frameworks. Both in terms of energy usage and response time, they had the best results. Django is not a web framework to recommend if response time is of importance.
65

Investigating Energy Consumption and Responsiveness of low power modes in MicroPython for STM32WB55

Samefors, Albin, Sundman, Felix January 2023 (has links)
Introduction: This paper presented an analysis of the energy consumption and responsiveness of MicroPython in an embedded system. The purpose of this study was to understand the energy consumption and response time of a MicroPython based system to optimize its overall performance and efficiency. Two research questions had been formulated to concretize the purpose of this thesis: [RQ1] How does the energy consumption of a MicroPython based embedded system compare to that of a C-based embedded system for tasks utilizing low power modes? [RQ2] What is the wake-up response time of MicroPython for low power modes when receiving external and internal interrupts, and how does it compare to an established language like C on an embedded system? Method: To answer the research questions and achieve the purpose, an experimental study was conducted. The energy consumption of the MicroPython based system was analyzed under different scenarios. The time it took for MicroPython to respond to an interrupt request from a sleeping state was also measured. The data collected from the experiment was analyzed to determine the level of energy consumption and responsiveness of MicroPython in an embedded system. Results: The results indicated that C was generally more energy efficient and responsive than MicroPython for tasks utilizing low power modes for the Deepsleep mode. Although MicroPython proved to have shorter response times for the Lightsleep low power mode. For energy consumption, C was more stable in the measurements while MicroPython reached both lower minimum currents and higher maximum currents. Conclusions: In conclusion, this study found that while MicroPython could achieve lower power levels than C in both low power modes tested, it reached higher current levels upon waking up. Despite this, MicroPython could still be a choice for applications that spend longer durations in low power modes, as this could offset the increased current spikes during wake-up. Response times for MicroPython were faster than C in the Lightsleep internal interrupt case, but MicroPython exhibited significantly longer response times in the Deepsleep mode due to the system resetting and restarting the interpreter. Keywords: Embedded systems, Energy consumption, Interrupt requests, Low power modes, MicroPython, Responsiveness.
66

The effect of vitamin B-12 supplementation on visual reaction time in young adult females

Servalish, Sean M 12 May 2023 (has links) (PDF)
This study investigated the effect of vitamin B-12 supplementation on visual response time (VRT). Menstrual cycle phase (MCP) and 24-hour dietary intake of B-12 were also observed as dependent variables. This blind, placebo-controlled trial observed 14 young adult females in four treatment groups: control, 500mcg (low dose), 2000mcg (moderate dose), and 3000mcg (high dose). The study lasted 28 days, with participants treated weekly, randomly assigned to each of the treatment groups. When comparing B-12 dose treatment groups to VRT baseline, there was significant improvements in VRT. Compared to the placebo, there were no significant differences among treatment groups. Significant differences were observed among MCP in two of the four treatment groups. No significant differences were observed in 24-hour intake of B-12 prior to treatment.
67

Modeling and Control of Surface Micromachined Thermal Actuators

Messenger, Robert K. 21 May 2004 (has links) (PDF)
A model that accurately describes the transient and steady-state response of thermal microactuators is desirable to provide guidance for design and operation. However, modeling the full response of thermal actuators is challenging due to the temperature-dependent material properties and nonlinear deformations that must be included to obtain accurate results. To meet these challenges a three-dimensional multi-physics nonlinear finite-element model was developed using commercial code. The Thermomechanical Inplane Microactuator (TIM) was chosen as a candidate application to validate the model. TIMs were fabricated using the SUMMiT V™ process and their response was measured using a high-speed camera. The TIMs were modeled and the model output was compared to the experimental data. The finite-element model predicts the steady-state response to within 0.74 percent and the transient response, as described by the time constant, to within 42 percent. The usefulness of the model was further demonstrated by its predicting that response time and energy consumption can be reduced by actuating thermal microactuators with short-duration high-voltage pulses. This behavior was verified through testing. Feedback control has proven useful in improving reliability and performance for a variety of systems. However there has been limited success implementing feedback control on surface micromachined MEMS devices. The inherent difficulties in sensing microscale phenomena complicate the development of an economical transducer that can accurately monitor the states of a surface micromachined system. We have demonstrated a simple and effective sensing strategy that uses the piezoresistive property of the polysilicon thin film of which surface micromachined MEMS devices are fabricated. The states of the device are monitored by measuring the change in resistance of flexible members which deflect as the device moves. Measurement of the output displacement of an in-plane thermal actuator is presented as a candidate application. The thermal actuator is constructed of angled pairs of expansion legs that are connected to a center shuttle. As current flows through the legs they heat up and expand. The expansion causes the center shuttle to displace in the direction the legs are angled. The center shuttle is also connected to a pair of sensing legs. Theses legs are identical to the expansion legs except that they are angled in the opposite direction. Three other leg pairs are electrically connected to the sensing legs in a Wheatstone bridge configuration. An excitation voltage is applied to the bridge, and as the sensing legs deflect with the center shuttle displacement, the resistance change across the legs can be determined by measuring the voltage across the bridge. While there still is a noise issue to be dealt with, this setup provides adequate signal strength to implement feedback control using off-chip analog circuitry. Implementation of proportional/integral control on the system is successfully demonstrated.
68

Investigating the Efficacy of Novel Measures of Careless Responding to Tests

Ramsey, Mark Christopher 12 August 2022 (has links)
No description available.
69

A Performance Comparison of SQL and NoSQL Database Management Systems for 5G Radio Base Station Configuration / En jämförelse av prestanda mellan SQL och NoSQL databashanteringssystem för konfiguration av 5G radiobasstationer

Goltsis, Alexandra January 2022 (has links)
The need to store large amounts of data is always increasing and this requires better solutions for storing and managing the data. This is often done using a Database Management System (DBMS) which helps manage all data. There are a lot of different options to use today, where all serve a different purpose. This means that it is important to choose the right DBMS for the data that you have. Furthermore, it is not enough to just choose the best DBMS, the database then needs to be designed so that the data can be stored in a structured way. This can be done in many ways. Ericsson wants to implement a database solution in one of their systems to make the workflow more efficient. The system is used to store data for configuring 5G nodes in testing environments. To do this, an investigation about which DBMS fits this data best is to be done. For this purpose, the PostgreSQL database is chosen to represent SQL databases and MongoDB is chosen to represent NoSQL databases. Additionally, proposed designs for each DBMS are produced. These designs are compared with regards to their response time for common queries, as well as in a load test with an expected load on the database. The results show that the two DBMS are good in different aspects. For example, PostgreSQL is faster when relationships between different tables are used, but MongoDB is faster when querying only one document. In conclusion, both implementations serve their purpose and do have their benefits, but MongoDB is chosen to be the better one given the knowledge of how the system is to be used.
70

Studies Of Liquid Crystal Response Time

Wang, Haiying 01 January 2005 (has links)
In this dissertation, the response time issue of the liquid crystal (LC) devices is investigated in meeting the challenges for display and photonic applications. The correlation between the LC director response time and the optical response time is derived theoretically and confirmed experimentally. A major contribution of this thesis is that, based on the small angle approximation, we derive rigorous analytical solutions for correlating the LC director response time to its consequent optical response times (both rise and decay) of a vertical-aligned nematic LC cell. This work successfully fills the gap in the literature of LCD switching dynamics. An important effect related to response time, backflow is analyzed using a homogeneous LC cell in an infrared wavelength. The Leslie viscosity coefficients can hardly be found in the literature. A new effective approach to estimate the Leslie coefficients of LC mixtures based on MBBA data is proposed in this dissertation. Using this method, the Leslie coefficients of the LC material under study can be extracted based on its order parameters. The simulation results agree with the experimental data very well. This method provides a useful tool for analyzing the dynamic response including backflow. Cell gap is an important factor affecting the LC response time. Usually a thinner cell gap is chosen to achieve faster response time, since normally both rise and decay times are known to be proportional to d2. However, they are valid only in the region. In the large voltage region where , the optical decay time is independent of d. In this thesis, we find that between these two extremes the response time is basically linearly proportional to d. Our analytical derivation is validated by experimental results. Therefore, in the whole voltage region, the physical picture of the optical response time as a function of the cell gap is completed. This analysis is useful for understanding the grayscale switching behaviors of the LC phase modulators. In conclusion, this dissertation has solved some important issues related to LC optical response time and supplied valuable tools for scientists and engineers to numerically analyze the LC dynamics.

Page generated in 0.0393 seconds