Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

University of Denver

Electronic Theses and Dissertations

Theses/Dissertations

2016

Discipline
Keyword

Articles 1 - 24 of 24

Full-Text Articles in Physical Sciences and Mathematics

Quinolines: Novel Synthesis And Derivatives Of Heterocyclic Bioactive Agents, Ginelle A. Ramann Jan 2016

Quinolines: Novel Synthesis And Derivatives Of Heterocyclic Bioactive Agents, Ginelle A. Ramann

Electronic Theses and Dissertations

Tuberculosis is a pulmonary disease that has ravaged the world throughout history. Even today, many developed and developing countries are experiencing this plight, made worse by the scourge of antibiotic-resistant bacteria.

Mycobacterium tuberculosis's class II fructose-1,6-bisphosphate aldolase presents an interesting target in the design of new therapies against this disease. Previous attempts to construct an inhibitor to this enzyme fell short due to poor selectivity or poor cellular uptake. However a new class of noncompetitive inhibitor based on 8-hydoxyquinoline-2-carboxylic acid presents a fresh approach. Preliminary studies indicate various modifications to this scaffold could be beneficial to its inhibitory efficacy.

Modifications …


A Comparison Of Latent Class Analysis And The Mixture Rasch Model: A Cross-Cultural Comparison Of 8th Grade Mathematics Achievement In The Fourth International Mathematics And Science Study (Timss-2011), Turker Toker Jan 2016

A Comparison Of Latent Class Analysis And The Mixture Rasch Model: A Cross-Cultural Comparison Of 8th Grade Mathematics Achievement In The Fourth International Mathematics And Science Study (Timss-2011), Turker Toker

Electronic Theses and Dissertations

This study provides a comparison of the results of latent class analysis (LCA) and mixture Rasch model (MRM) analysis using data from the Trends in International Mathematics and Science Study - 2011 (TIMSS-2011) with a focus on the 8th-grade mathematics section. The research study focuses on the comparison of LCA with Mplus version 7.31 and MRM with WinMira 2011 to determine if results obtained differ when the assumed psychometric model differs. Also, a log-linear analysis was conducted to understand the interactions between latent classes identified by LCA and MRM. The data set used in the study was from four diverse …


The Effect Of Morphology On Carrier Dynamics In Solution Processed Solar Cells, Alexander G. Dixon Jan 2016

The Effect Of Morphology On Carrier Dynamics In Solution Processed Solar Cells, Alexander G. Dixon

Electronic Theses and Dissertations

This dissertation looks at the charge transport properties of solution processed solar cells and how these properties are effected by the microstructure and morphology of the material. It begins with an introduction and history of the field of solution processed solar cells, focusing on organic photovoltaics and perovskites. The physics and issues of charge transport in these materials are reviewed, and the transport probing techniques of photo-Charge Extraction via Linearly Increasing Voltage (photo-CELIV), Metal Insulator Semiconductor-CELIV (MIS-CELIV), and Resistance Photovoltage (RPV) are detailed.

The photo-CEILV technique is used to probe P3HT devices of varying molecular weights. This material is known …


Follower And Extender Sets In Symbolic Dynamics, Thomas Kelly French Jan 2016

Follower And Extender Sets In Symbolic Dynamics, Thomas Kelly French

Electronic Theses and Dissertations

Given a word w in the language of a one-dimensional shift space X, the follower set of w, denoted FX(w), is the set of all right-infinite sequences which follow w in some point of X. Extender sets are a generalization of follower sets and are defined similarly. To a given shift space X, then, we may associate a follower set sequence {|FX(n)|} which records the number of distinct follower sets in X corresponding to words of length n. Similarly, we may define an extender set sequence {|E …


Anatomy, Implant Selection And Placement Influence Spine Mechanics Associated With Total Disc Replacement, Justin F.M. Hollenbeck Jan 2016

Anatomy, Implant Selection And Placement Influence Spine Mechanics Associated With Total Disc Replacement, Justin F.M. Hollenbeck

Electronic Theses and Dissertations

Through aging and injury, the intervertebral disc of the lumbar spine can undergo degeneration, leading to collapse of the vertebrae and low back pain, a symptom that affects half the adult population in any given year. In an effort to reduce low back pain, total disc replacement treatment removes the degenerated disc, restores natural height and lordosis of the segment, and preserves motion at the joint. Patient anatomy, implant selection, and implant placement play significant roles in a patient's outcomes after total disc replacement surgery. Thus, the objective of the work presented in this thesis was to develop a suite …


Topological Speedups, Drew Daehnhardt Ash Jan 2016

Topological Speedups, Drew Daehnhardt Ash

Electronic Theses and Dissertations

Given a dynamical system T:X rightarrow X one can define a speedup of (X,T) as another dynamical system conjugate to S:X rightarrow X where S(x)=T^{p(x)}(x) for some function p:X rightarrowZ^{+}. In 1985 Arnoux, Ornstein, and Weiss showed that any aperiodic measure preserving system is isomorphic to a speedup of any ergodic measure preserving system. In this thesis we study speedups in the topological category. Specifically, we consider minimal homeomorphisms on Cantor spaces. Our main theorem gives conditions on when one such system is a speedup of another. Moreover, the main theorem serves as a topological analogue of the Arnoux, Ornstein, …


Thermal Effects On Spin Currents In Non-Local Metallic Spin Valves, Alex Hojem Jan 2016

Thermal Effects On Spin Currents In Non-Local Metallic Spin Valves, Alex Hojem

Electronic Theses and Dissertations

The study of non-local spin valves (NLSVs) has recently proven to be a fertile area for both applied and fundamental research in nanomagnetism due to the unique ability to separate charge currents and spin currents. NLSVs may also prove essential for a new class of high-density hard disk read heads due to their favorable scalability. Recent studies have shown thermal effects created by high current densities play a significant role in the response of NLSVs. These thermal effects also provide the opportunity to create a pure spin current from thermal gradients via a mechanism call the spin dependent Seebeck effect …


A Near-To-Far Learning Framework For Terrain Characterization Using An Aerial/Ground-Vehicle Team, Ashkan Hajjam Jan 2016

A Near-To-Far Learning Framework For Terrain Characterization Using An Aerial/Ground-Vehicle Team, Ashkan Hajjam

Electronic Theses and Dissertations

In this thesis, a novel framework for adaptive terrain characterization of untraversed far terrain in a natural outdoor setting is presented. The system learns the association between visual appearance of different terrain and the proprioceptive characteristics of that terrain in a self-supervised framework. The proprioceptive characteristics of the terrain are acquired by inertial sensors recording measurements of one second traversals that are mapped into the frequency domain and later through a clustering technique classified into discrete proprioceptive classes. Later, these labels are used as training inputs to the adaptive visual classifier. The visual classifier uses images captured by an aerial …


Enhancements To Hierarchical Pathfinding Algorithms, Xin Li Jan 2016

Enhancements To Hierarchical Pathfinding Algorithms, Xin Li

Electronic Theses and Dissertations

In this thesis we study the problem of pathfinding in static grid-based maps. We apply the approach of abstraction and refinement. We abstract the grid map into a graph representation, and use the classic A* algorithm to search for a path in the abstract space, and then refine it into low-level path.

We started with a 2013 entry program to the Grid-based Path Planning Competition, and implemented several enhancements to experiment with the tradeoff between memory usage and search speed. Our program returns the refined low-level path incrementally, therefore reduces the first-move lag in large maps. We cache the low-level …


Model Based Security Testing For Autonomous Vehicles, Seana Lisa Hagerman Jan 2016

Model Based Security Testing For Autonomous Vehicles, Seana Lisa Hagerman

Electronic Theses and Dissertations

The purpose of this dissertation is to introduce a novel approach to generate a security test suite to mitigate malicious attacks on an autonomous system. Our method uses model based testing (MBT) methods to model system behavior, attacks and mitigations as independent threads in an execution stream. The threads intersect at a rendezvous or attack point. We build a security test suite from a behavioral model, an attack type and a mitigation model using communicating extended finite state machine (CEFSM) models. We also define an applicability matrix to determine which attacks are possible with which states. Our method then builds …


Leveraging Client Processing For Location Privacy In Mobile Local Search, Wisam Mohamed Eltarjaman Jan 2016

Leveraging Client Processing For Location Privacy In Mobile Local Search, Wisam Mohamed Eltarjaman

Electronic Theses and Dissertations

Usage of mobile services is growing rapidly. Most Internet-based services targeted for PC based browsers now have mobile counterparts. These mobile counterparts often are enhanced when they use user's location as one of the inputs. Even some PC-based services such as point of interest Search, Mapping, Airline tickets, and software download mirrors now use user's location in order to enhance their services. Location-based services are exactly these, that take the user's location as an input and enhance the experience based on that. With increased use of these services comes the increased risk to location privacy. The location is considered an …


Greenc5: An Adaptive, Energy-Aware Collection For Green Software Development, Junya Michanan Jan 2016

Greenc5: An Adaptive, Energy-Aware Collection For Green Software Development, Junya Michanan

Electronic Theses and Dissertations

Dynamic data structures in software applications have been shown to have a large impact on system performance. In this paper, we explore energy saving opportunities of interface-based dynamic data structures. Our results suggest that savings opportunities exist in the C5 Collection between 16.95% and 97.50%. We propose a prototype and architecture for creating adaptive green data structures by applying machine learning tools to build a model for predicting energy efficient data structures based on the dynamic workload. Our neural network model can classify energy efficient data structures based on features such as the number of elements, frequency of operations, interface …


Optimizing Vehicle Usage Using Csp, Sat And Max-Sat, Raheem T. Al Rammahi Jan 2016

Optimizing Vehicle Usage Using Csp, Sat And Max-Sat, Raheem T. Al Rammahi

Electronic Theses and Dissertations

Most of the companies in Iraq spend significant amounts of time and money when transferring employees between home and work. In this thesis, we model the problem of the Dhi Qar Oil company (DQOC) transportations using three modeling languages from AI: Constraint Programing (CP), Boolean Satisfiability (SAT), and Maximum Satisfiability (MAX-SAT). We then use solvers to find optimal solutions to this problem.

We show which of these solvers is more efficient when finding optimal solutions. For this purpose, we create a test suite of 360 problems to test these solvers. All solvers are applied to these problems and the final …


Implementation Of An Air Supply Unit Control Scheme For The Uc2av (Unmanned Circulation Control Aerial Vehicle), Cameron Rosen Jan 2016

Implementation Of An Air Supply Unit Control Scheme For The Uc2av (Unmanned Circulation Control Aerial Vehicle), Cameron Rosen

Electronic Theses and Dissertations

The expanded prevalence of Unmanned Aerial Vehicles (UAVs) in recent years has created many opportunities to research novel applications for their use, enabled by the reduced cost, mission flexibility, and reduced risk that small-scale unmanned platforms provide in comparison to larger aircraft. Despite the versatility of unmanned aviation, limitations on payload size and weight, fuel and power capacity, and takeoff and landing infrastructure can restrict UAV applications, and have created a need for lift augmenting technologies that can reduce the impact of these limitations. Circulation Control (CC) is an active flow technique that has been proven as a method for …


Molecular Mechanisms Of Protein Thermal Stability, Lucas Sawle Jan 2016

Molecular Mechanisms Of Protein Thermal Stability, Lucas Sawle

Electronic Theses and Dissertations

Organisms that thrive under extreme conditions, such as high salt concentration, low pH, or high temperature, provide an opportunity to investigate the molecular and cellular strategies these organisms have adapted to survive in their harsh environments. Thermophilic proteins, those extracted from organisms that live at high temperature, maintain their structure and function at much higher temperatures compared to their mesophilic counterparts, found in organisms that live near room temperature. Thermophilic and mesophilic homolog protein pairs have identical functionality, and show a high degree of structural and sequential similarity, but differ significantly in their response to high temperature. Addressing the principles …


A Descriptive Study Of The Effect Of Payer Source On Multiple Longitudinal Outcome Measures Within The Tbi Model Systems National Database Using Longitudinal Hlm Analyses, Melissa Carole Hofmann Jan 2016

A Descriptive Study Of The Effect Of Payer Source On Multiple Longitudinal Outcome Measures Within The Tbi Model Systems National Database Using Longitudinal Hlm Analyses, Melissa Carole Hofmann

Electronic Theses and Dissertations

Using longitudinal data from the TBIMS ND, this study utilized a longitudinal hierarchical linear modeling approach to describe the effect of primary payer source on individual level change in outcomes including the FIM and DRS. To facilitate the use of parametric statistics, Rasch-transformed FIM and DRS scores were utilized; thus approaching an interval level of measurement. The FIM was separated into 3 separate cognitive, mobility, and self-care subscales. In this way, rehabilitation professionals including speech, physical, and occupational therapists for this TBI sample could reference results to inform current clinical practice.

Results indicated that FIM and DRS trajectories were best …


Source Apportionment Of Atmospheric Particulate Matter In Developing Countries Using Trace Elements And Stable Metal Isotope Ratios, Nitika Dewan Jan 2016

Source Apportionment Of Atmospheric Particulate Matter In Developing Countries Using Trace Elements And Stable Metal Isotope Ratios, Nitika Dewan

Electronic Theses and Dissertations

The work presented herein details the source apportionment of atmospheric particulate matter in developing countries (Kyrgyzstan in Central Asia, metropolitan cities in Northern India, and Shenzhen in China) using trace elements and stable metal isotope ratios. The first study focused on the development of a novel method for the concomitant separation of rare-earth elements in environmental samples of any geological origin. The separation procedure is based on three extraction chromatographic materials, referred to as Sr.Spec, TRU.Spec, and Ln.Spec. This triple column arrangement enables the simultaneous isolation of pure Sr and Nd fractions in less than one day and with great …


Peccit: An Omniscient Debugger For Web Development, Zachary Ryan Azar Jan 2016

Peccit: An Omniscient Debugger For Web Development, Zachary Ryan Azar

Electronic Theses and Dissertations

Debugging can be an extremely expensive and time-consuming task for a software developer. To find a bug, the developer typically needs to navigate backwards through infected states and symptoms of the bug to find the initial defect. Modern debugging tools are not designed for navigating back-in-time and typically require the user to jump through hoops by setting breakpoints, re-executing, and guessing where errors occur. Omniscient debuggers offer back-in-time debugging capabilities to make this task easier. These debuggers trace the program allowing the user to navigate forwards and backwards through the execution, examine variable histories, and visualize program data and control …


Relaxation Of Metals And Their Impact On Nitroxides, Priyanka Aggarwal Jan 2016

Relaxation Of Metals And Their Impact On Nitroxides, Priyanka Aggarwal

Electronic Theses and Dissertations

Pulsed and continuous wave electron spin resonance were used to characterize the relaxation rates of selected paramagnetic metals at 5 to 15 K or 80 K, measure the impact of these rapidly relaxing metals on the relaxation rates of nitroxide radicals in glassy mixtures and in discrete complexes, and characterize novel iron-sulfur proteins.

Spin echoes were observed at 5 to 7 K in 1:1 water:glycerol for Er(diethylenetriamine pentaacetic acid)2- (Er(DTPA)2-), Co(DTPA)3- and aquo Co2+ with relaxation times that are strongly temperature dependent. Deep proton modulation was present on spin echo decays (Ch. 3). For Gd …


Photoassisted Generation Of Complex N, O, S Polyheterocycles, Weston James Umstead Jan 2016

Photoassisted Generation Of Complex N, O, S Polyheterocycles, Weston James Umstead

Electronic Theses and Dissertations

This research set out to continue the exploration and diversification of excited state o-azaxylylene cycloadditions, utilizing both pre-photochemical and post-photochemical modifications.

Pre-photochemical modifications came through the addition of heteroatoms, namely nitrogen and oxygen, to the tether that links the unsaturated photopendant to the photogenerated o-azaxylylene. Photochemistry resulted in the formation of new, interesting N, O, S polyheterocycles.

Post-photochemical modifications took place through several different cycloaddition reactions, including a [4+2] hetero-Diels Alder reaction, a [4+2] Povarov cyclization, a [3+2] nitrile oxide addition, and a [3+2] nitrone cyclization. These reactions were applied first to a model system, and then to …


Implementing Agile Development At Scale: An Industry Case Study, Nikita Kataria Jan 2016

Implementing Agile Development At Scale: An Industry Case Study, Nikita Kataria

Electronic Theses and Dissertations

Agile software development methodologies are extremely popular. Their dynamic restructuring of the development process has been seen as the silver bullet for increasing the productivity of software development. A significant number of studies have analyzed the impact of implementing agile techniques. However these are mostly evaluated only in smaller team settings. There is very little reporting done on how agile development methods can be implemented at the team level and scaled up at the program/portfolio level in large software organizations.

We present the results of an empirical study conducted at Pearson Education. The study focuses on the penetration of agile …


A Comparison Between Propensity Score Matching, Weighting, And Stratification In Multiple Treatment Groups: A Simulation Study, Priyalatha Govindasamy Jan 2016

A Comparison Between Propensity Score Matching, Weighting, And Stratification In Multiple Treatment Groups: A Simulation Study, Priyalatha Govindasamy

Electronic Theses and Dissertations

The application of propensity score techniques (matching, stratification, and weighting) with multiple treatment levels are similar to those used in binary groups. However, given that the application of propensity scores in multiple treatment groups is new, factors affecting the performance of matching, stratification, and weighting in multiple treatment groups are less explored. Therefore, this study was conducted to determine the performance of different propensity score techniques with multiple treatment groups under various circumstances. Specifically, the study focused on examining how the three propensity score corrective techniques perform in estimating treatment effects under (1) overt and (2) hidden types of selection …


Development Of Palladium Catalyzed Alkene Difunctionalization On Vinyl-Quinoline Type Substrate And Isolation Of Pd-Alkyl Intermediate, Lusha Xu Jan 2016

Development Of Palladium Catalyzed Alkene Difunctionalization On Vinyl-Quinoline Type Substrate And Isolation Of Pd-Alkyl Intermediate, Lusha Xu

Electronic Theses and Dissertations

The synthesis of quinoline derivatives is a continuing issue facing organic chemists in both academia and industry. To address this problem, palladium-catalyzed alkene difunctionalization was developed to be a powerful and straightforward strategy of synthetic transformations for adding diversity to organic molecules. In this thesis, Pd-catalyzed olefin difunctionalization reactions of vinyl-quinoline type substrate via generating Pd-alkyl intermediates were mainly described. The reactions described herein are pursuing three significant goals: 1) to isolate and recrystallize Pd-alkyl complexes; 2) to achieve oxidation reactions on Pd-alkyl intermediate; and 3) to investigate stereochemistry of nucleopalladation step on vinyl-quinoline starting materials.


C-Reactive Protein Interactions With Cellular Membranes And Supported Lipid Bilayers, Aml Abd Alhamed Alnaas Jan 2016

C-Reactive Protein Interactions With Cellular Membranes And Supported Lipid Bilayers, Aml Abd Alhamed Alnaas

Electronic Theses and Dissertations

C-reactive protein (CRP) is a serum protein that binds to damaged membranes and initiates the complement immune response. Different forms of CRP are thought to alter how the body responds to inflammation and the degradation of foreign material. Despite knowing that a modified form of CRP(mCRP) binds to downstream protein binding partners better than the native pentameric form, the role of CRP conformation on lipid binding is yet unknown. In this work, three main assays were performed to characterize how conformation affects CRP-membrane interactions. The first assay utilized supported lipid bilayers that mimic the plasma membrane of apoptotic cells. The …