• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 130
  • 43
  • 16
  • 13
  • 11
  • 6
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 2
  • 2
  • Tagged with
  • 288
  • 28
  • 25
  • 23
  • 21
  • 18
  • 17
  • 16
  • 16
  • 15
  • 15
  • 14
  • 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.
141

Analysis of Clinical Outcomes and Cost-Effectiveness of Neuromuscular Blocking Drug Reversal in Patients with Obstructive Sleep Apnea

Kingsley, Samantha 12 January 2023 (has links)
No description available.
142

A New Proof for a Result of Kingan and Lemos

Williams, Jesse 09 May 2014 (has links)
No description available.
143

A Comparison of Match-to-Sample and Respondent Training of the Blocking Effect in Equivalence Classes

Brown, Kristopher J. 23 June 2014 (has links)
No description available.
144

Scalability Analysis of Parallel and Distributed Processing Systems via Fork and Join Queueing Network Models

Zeng, Yun 14 August 2018 (has links)
No description available.
145

Implementation of ‘Hole confinement’ for efficient Inverted and un-doped bi-layer Organic Light Emitting Diodes using a buffer layer

Subramanian, Arunkumar 23 September 2011 (has links)
No description available.
146

Some Excluded-Minor Theorems for Binary Matroids

Zhou, Xiangqian January 2003 (has links)
No description available.
147

Development of a method to measure “soft particles” in the fuel / Metodutveckling för mätning av "mjuka partiklar" i bränslet

Csontos, Botond January 2016 (has links)
As environmental awareness raises the expectations to reduce emission of modern diesel engines are growing as well. Fuel diversity and the advanced injector systems requires even more attention on an ever existing problem which is called nozzle hole fouling. Recent literature and observations at Scania indicate the phenomena is connected to fuel filter plugging caused by metal carboxyl contaminants through the formation of “soft particles”. This report begins with a literature review about the nature of agglomerates in biodiesel. Followed by the evaluation of six particle sizing equipment. This include one ensemble technique based on Brownian motion, namely dynamic light scattering. The remaining five techniques are single particle counters, including a high speed camera system, light blocking system, Nano tracking analysis and two different approaches using light microscope. To characterise the structure and chemical components of the particles SEM, EDX, FT-IR and ICP-OES were used. From the above mentioned methods optical microscopy was chosen to be the best method to evaluate the particle distribution. The main reasons for this is the ability to measure particles in the solution in the desired size range and the possibility to couple it with a Raman spectrometer, providing possibilities for future studies. Besides finding the best technique to measure the particles, a secondary result is the negation of Zinc-neodecanoate creating particles in the fuel. It opposes the assumption made in the literature about filter blocking, and it finds the need for deeper understanding of the nature of soft particles.
148

Enhancing Biosensor Performance with Omniphobic Lubricant-Infused Coatings

Osborne, Matthew January 2018 (has links)
Point-of-care testing brings diagnosis and treatment monitoring to the site of the patient. It heavily relies on biosensors, which leverage the interactions between a target biomarker and a bioreceptor, to deliver fast and accurate results. However, non-specific binding of molecules and microorganisms on the biointerface can interfere with biomarker-bioreceptor interactions and diminish a biosensor’s sensitivity, specificity, and stability. In turn, this can lead to false diagnoses and ineffective treatments. Omniphobic-lubricant infused (OLI) coatings exhibit slippery, self-cleaning characteristics that repel untargeted molecules and microorganisms to augment the biosensor’s performance. In this work, we investigate the proficiency of OLI coatings in two specific applications: dissolved oxygen sensing and DNA biosensing. First, in water quality monitoring, an OLI coating is applied to the selectively permeable membranes of a dissolved oxygen sensor. Over a three-week incubation period in an environment with accelerated bacterial growth, the coated membranes exhibit a 160% higher reproducibility (10% deviation in sensitivity) and lower biofilm formation (96° static contact angle) in comparison to unmodified membranes (26%, 32°). The second application is in DNA biosensing, where a novel OLI coating uses carbon dioxide plasma activation to embed oligonucleotide probes. It demonstrates an optimized balance of slippery repellency (76° static contact angle, 10° sliding angle) and biosensing functionality, 19% longer clotting times than conventional blocking conditions, and equal sensitivity to PLL-PEG when capturing target DNA in whole blood. Going forward, our research will continue to expand the use of OLI coatings in biosensing applications, particularly exploiting its antibiofouling and anticoagulative capabilities. / Thesis / Master of Applied Science (MASc) / Biosensors are an integral tool in delivering quick and accurate point-of-care diagnosis and treatment monitoring. However, their performance can be impeded by the non-specific binding of undesirable molecules and microorganisms on the sensing surface. Omniphobic lubricant-infused (OLI) coatings have been shown to suppress biofouling and blood clotting on surfaces through exceptional repellency. This thesis focuses on the implementation of OLI coatings in biosensing applications. It investigates the antibiofouling capacity of an OLI coating on a membrane for dissolved oxygen detection. Then, it discusses a novel coating with integrated DNA biosensing functionality for working directly with blood samples. The enclosed work demonstrates that the OLI coating empowers biosensors to deliver more effective point-of-care testing.
149

The maintenance of blocking patterns in the North Atlantic within the setting of the quasi-geostrophic potential vorticity equation /

Grenci, Lee January 1984 (has links)
No description available.
150

Utility Accrual Real-Time Scheduling and Synchronization on Single and Multiprocessors: Models, Algorithms, and Tradeoffs

Cho, Hyeonjoong 26 September 2006 (has links)
This dissertation presents a class of utility accrual scheduling and synchronization algorithms for dynamic, single and multiprocessor real-time systems. Dynamic real-time systems operate in environments with run-time uncertainties including those on activity execution times and arrival behaviors. We consider the time/utility function (or TUF) timing model for specifying application time constraints, and the utility accrual (or UA) timeliness optimality criteria of satisfying lower bounds on accrued activity utility, and maximizing the total accrued utility. Efficient TUF/UA scheduling algorithms exist for single processors---e.g., the Resource-constrained Utility Accrual scheduling algorithm (RUA), and the Dependent Activity Scheduling Algorithm (DASA). However, they all use lock-based synchronization. To overcome shortcomings of lock-based (e.g., serialized object access, increased run-time overhead, deadlocks), we consider non-blocking synchronization including wait-free and lock-free synchronization. We present a buffer-optimal, scheduler-independent wait-free synchronization protocol (the first such), and develop wait-free versions of RUA and DASA. We also develop their lock-free versions, and upper bound their retries under the unimodal arbitrary arrival model. The tradeoff between wait-free, lock-free, and lock-based is fundamentally about their space and time costs. Wait-free sacrifices space efficiency in return for no additional time cost, as opposed to the blocking time of lock-based and the retry time of lock-free. We show that wait-free RUA/DASA outperform lock-based RUA/DASA when the object access times of both approaches are the same, e.g., when the shared data size is so large that the data copying process dominates the object access time of two approaches. We derive lower bounds on the maximum accrued utility that is possible with wait-free over lock-based. Further, we show that when maximum sojourn times under lock-free RUA/DASA is shorter than under lock-based, it is a necessary condition that the object access time of lock-free is shorter than that of lock-based. We also establish the maximum increase in activity utility that is possible under lock-free and lock-based. Multiprocessor TUF/UA scheduling has not been studied in the past. For step TUFs, periodic arrivals, and under-loads, we first present a non-quantum-based, optimal scheduling algorithm called Largest Local Remaining Execution time-tasks First (or LLREF) that yields the optimum total utility. We then develop another algorithm for non-step TUFs, arbitrary arrivals, and overloads, called the global Multiprocessor Utility Accrual scheduling algorithm (or gMUA). We show that gMUA lower bounds each activity's accrued utility, as well as the system-wide, total accrued utility. We consider lock-based, lock-free, and wait-free synchronization under LLREF and gMUA. We derive LLREF's and gMUA's minimum-required space cost for wait-free synchronization using our space-optimal wait-free algorithm, which also applies for multiprocessors. We also develop lock-free versions of LLREF and gMUA with bounded retries. While the tradeoff between wait-free LLREF/gMUA versus lock-based LLREF/gMUA is similar to that for the single processor case, that between lock-free LLREF/gMUA and lock-based LLREF/gMUA hinges on the cost of the lock-free retry, blocking time under lock-based, and the operating system overhead. / Ph. D.

Page generated in 0.0395 seconds