Matching Items (151)
151336-Thumbnail Image.png
Description
Over 2 billion people are using online social network services, such as Facebook, Twitter, Google+, LinkedIn, and Pinterest. Users update their status, post their photos, share their information, and chat with others in these social network sites every day; however, not everyone shares the same amount of information. This thesis

Over 2 billion people are using online social network services, such as Facebook, Twitter, Google+, LinkedIn, and Pinterest. Users update their status, post their photos, share their information, and chat with others in these social network sites every day; however, not everyone shares the same amount of information. This thesis explores methods of linking publicly available data sources as a means of extrapolating missing information of Facebook. An application named "Visual Friends Income Map" has been created on Facebook to collect social network data and explore geodemographic properties to link publicly available data, such as the US census data. Multiple predictors are implemented to link data sets and extrapolate missing information from Facebook with accurate predictions. The location based predictor matches Facebook users' locations with census data at the city level for income and demographic predictions. Age and relationship based predictors are created to improve the accuracy of the proposed location based predictor utilizing social network link information. In the case where a user does not share any location information on their Facebook profile, a kernel density estimation location predictor is created. This predictor utilizes publicly available telephone record information of all people with the same surname of this user in the US to create a likelihood distribution of the user's location. This is combined with the user's IP level information in order to narrow the probability estimation down to a local regional constraint.
ContributorsMao, Jingxian (Author) / Maciejewski, Ross (Thesis advisor) / Farin, Gerald (Committee member) / Wang, Yalin (Committee member) / Arizona State University (Publisher)
Created2012
151375-Thumbnail Image.png
Description
Ethinyl estradiol, (EE) a synthetic, orally bio-available estrogen, is the most commonly prescribed form of estrogen in oral contraceptives (Shively, C., 1998), and is found in at least 30 different contraceptive formulations currently prescribed to women (Curtis et al., 2005). EE is also used in hormone therapies prescribed to menopausal

Ethinyl estradiol, (EE) a synthetic, orally bio-available estrogen, is the most commonly prescribed form of estrogen in oral contraceptives (Shively, C., 1998), and is found in at least 30 different contraceptive formulations currently prescribed to women (Curtis et al., 2005). EE is also used in hormone therapies prescribed to menopausal women, such as FemhrtTM (Simon et al., 2003). Thus, EE is prescribed clinically to women at ages ranging from puberty through reproductive senescence. Here, in two separate studies, the cognitive effects of cyclic or tonic EE administration following ovariectomy (Ovx) were evaluated in young, female rats. Study I assessed the cognitive effects of low and high doses of EE, delivered tonically via a subcutaneous osmotic pump. Study II evaluated the cognitive effects of low, medium, and high doses of EE administered via a daily subcutaneous injection. For these studies, the low and medium doses correspond to the range of doses currently used in clinical formulations, and the high dose corresponds to the range of doses prescribed to a generation of women between 1960 and 1970, when oral contraceptives first became available. For each study, cognition was evaluated with a battery of maze tasks tapping several domains of spatial learning and memory. At the highest dose, EE treatment impaired multiple domains of spatial memory relative to vehicle treatment, regardless of administration method. When given cyclically at the low and medium doses, EE did not impact working memory, but transiently impaired reference memory during the learning phase of testing. Of the doses and regimens tested here, only EE at the highest dose impaired several domains of memory; this was seen for both cyclic and tonic regimens. Cyclic and tonic delivery of low EE, a dose that corresponds to doses used in the clinic today, resulted in transient and null impairments, respectively, on cognition.
ContributorsMennenga, Sarah E (Author) / Bimonte-Nelson, Heather A. (Thesis advisor) / Baxter, Leslie C. (Committee member) / Olive, Michael F. (Committee member) / Arizona State University (Publisher)
Created2012
Description
Laboratory automation systems have seen a lot of technological advances in recent times. As a result, the software that is written for them are becoming increasingly sophisticated. Existing software architectures and standards are targeted to a wider domain of software development and need to be customized in order to use

Laboratory automation systems have seen a lot of technological advances in recent times. As a result, the software that is written for them are becoming increasingly sophisticated. Existing software architectures and standards are targeted to a wider domain of software development and need to be customized in order to use them for developing software for laboratory automation systems. This thesis proposes an architecture that is based on existing software architectural paradigms and is specifically tailored to developing software for a laboratory automation system. The architecture is based on fairly autonomous software components that can be distributed across multiple computers. The components in the architecture make use of asynchronous communication methodologies that are facilitated by passing messages between one another. The architecture can be used to develop software that is distributed, responsive and thread-safe. The thesis also proposes a framework that has been developed to implement the ideas proposed by the architecture. The framework is used to develop software that is scalable, distributed, responsive and thread-safe. The framework currently has components to control very commonly used laboratory automation devices such as mechanical stages, cameras, and also to do common laboratory automation functionalities such as imaging.
ContributorsKuppuswamy, Venkataramanan (Author) / Meldrum, Deirdre (Thesis advisor) / Collofello, James (Thesis advisor) / Sarjoughian, Hessam S. (Committee member) / Johnson, Roger (Committee member) / Arizona State University (Publisher)
Created2012
152123-Thumbnail Image.png
Description
This dissertation investigates the condition of skeletal muscle insulin resistance using bioinformatics and computational biology approaches. Drawing from several studies and numerous data sources, I have attempted to uncover molecular mechanisms at multiple levels. From the detailed atomistic simulations of a single protein, to datamining approaches applied at the systems

This dissertation investigates the condition of skeletal muscle insulin resistance using bioinformatics and computational biology approaches. Drawing from several studies and numerous data sources, I have attempted to uncover molecular mechanisms at multiple levels. From the detailed atomistic simulations of a single protein, to datamining approaches applied at the systems biology level, I provide new targets to explore for the research community. Furthermore I present a new online web resource that unifies various bioinformatics databases to enable discovery of relevant features in 3D protein structures.
ContributorsMielke, Clinton (Author) / Mandarino, Lawrence (Committee member) / LaBaer, Joshua (Committee member) / Magee, D. Mitchell (Committee member) / Dinu, Valentin (Committee member) / Willis, Wayne (Committee member) / Arizona State University (Publisher)
Created2013
151278-Thumbnail Image.png
Description
This document presents a new implementation of the Smoothed Particles Hydrodynamics algorithm using DirectX 11 and DirectCompute. The main goal of this document is to present to the reader an alternative solution to the largely studied and researched problem of fluid simulation. Most other solutions have been implemented using the

This document presents a new implementation of the Smoothed Particles Hydrodynamics algorithm using DirectX 11 and DirectCompute. The main goal of this document is to present to the reader an alternative solution to the largely studied and researched problem of fluid simulation. Most other solutions have been implemented using the NVIDIA CUDA framework; however, the proposed solution in this document uses the Microsoft general-purpose computing on graphics processing units API. The implementation allows for the simulation of a large number of particles in a real-time scenario. The solution presented here uses the Smoothed Particles Hydrodynamics algorithm to calculate the forces within the fluid; this algorithm provides a Lagrangian approach for discretizes the Navier-Stockes equations into a set of particles. Our solution uses the DirectCompute compute shaders to evaluate each particle using the multithreading and multi-core capabilities of the GPU increasing the overall performance. The solution then describes a method for extracting the fluid surface using the Marching Cubes method and the programmable interfaces exposed by the DirectX pipeline. Particularly, this document presents a method for using the Geometry Shader Stage to generate the triangle mesh as defined by the Marching Cubes method. The implementation results show the ability to simulate over 64K particles at a rate of 900 and 400 frames per second, not including the surface reconstruction steps and including the Marching Cubes steps respectively.
ContributorsFigueroa, Gustavo (Author) / Farin, Gerald (Thesis advisor) / Maciejewski, Ross (Committee member) / Wang, Yalin (Committee member) / Arizona State University (Publisher)
Created2012
150897-Thumbnail Image.png
Description
The living world we inhabit and observe is extraordinarily complex. From the perspective of a person analyzing data about the living world, complexity is most commonly encountered in two forms: 1) in the sheer size of the datasets that must be analyzed and the physical number of mathematical computations necessary

The living world we inhabit and observe is extraordinarily complex. From the perspective of a person analyzing data about the living world, complexity is most commonly encountered in two forms: 1) in the sheer size of the datasets that must be analyzed and the physical number of mathematical computations necessary to obtain an answer and 2) in the underlying structure of the data, which does not conform to classical normal theory statistical assumptions and includes clustering and unobserved latent constructs. Until recently, the methods and tools necessary to effectively address the complexity of biomedical data were not ordinarily available. The utility of four methods--High Performance Computing, Monte Carlo Simulations, Multi-Level Modeling and Structural Equation Modeling--designed to help make sense of complex biomedical data are presented here.
ContributorsBrown, Justin Reed (Author) / Dinu, Valentin (Thesis advisor) / Johnson, William (Committee member) / Petitti, Diana (Committee member) / Arizona State University (Publisher)
Created2012
150749-Thumbnail Image.png
Description
Biological soil crusts (BSCs) are critical components of arid and semiarid environments and provide the primary sources of bioavailable macronutrients and increase micronutrient availability to their surrounding ecosystems. BSCs are composed of a variety of microorganisms that perform a wide range of physiological processes requiring a multitude of bioessential micronutrients,

Biological soil crusts (BSCs) are critical components of arid and semiarid environments and provide the primary sources of bioavailable macronutrients and increase micronutrient availability to their surrounding ecosystems. BSCs are composed of a variety of microorganisms that perform a wide range of physiological processes requiring a multitude of bioessential micronutrients, such as iron, copper, and molybdenum. This work investigated the effects of BSC activity on soil solution concentrations of bioessential elements and examined the microbial production of organic chelators, called siderophores. I found that aluminum, vanadium, copper, zinc, and molybdenum were solubilized in the action of crusts, while nickel, zinc, arsenic, and zirconium were immobilized by crust activity. Potassium and manganese displayed behavior consistent with biological removal and mobilization, whereas phosphorus and iron solubility were dominated by abiotic processes. The addition of bioavailable nitrogen altered the effects of BSCs on soil element mobilization. In addition, I found that the biogeochemical activites of BSCs were limited by molybdenum, a fact that likely contributes to co-limitation by nitrogen. I confirmed the presence of siderophore producing microbes in BSCs. Siderophores are low-molecular weight organic compounds that are released by bacteria to increase element solubility and facilitate element uptake; siderophore production is likely the mechanism by which BSCs affect the patterns I observed in soil solution element concentrations. Siderophore producers were distributed across a range of bacterial groups and ecological niches within crusts, suggesting that siderophore production influences the availability of a variety of elements for use in many physiological processes. Four putative siderophore compounds were identified using electrospray ionization mass spectrometry; further attempts to characterize the compounds confirmed two true siderophores. Taken together, the results of my work provide information about micronutrient cycling within crusts that can be applied to BSC conservation and management. Fertilization with certain elements, particularly molybdenum, may prove to be a useful technique to promote BSC growth and development which would help prevent arid land degradation. Furthermore, understanding the effects of BSCs on soil element mobility could be used to develop useful biomarkers for the study of the existence and distribution of crust-like communities on ancient Earth, and perhaps other places, like Mars.
ContributorsNoonan, Kathryn Alexander (Author) / Hartnett, Hilairy (Thesis advisor) / Anbar, Ariel (Committee member) / Garcia-Pichel, Ferran (Committee member) / Shock, Everett (Committee member) / Sharp, Thomas (Committee member) / Arizona State University (Publisher)
Created2012
150779-Thumbnail Image.png
Description
Ponderosa pine forests are a dominant land cover type in semiarid montane areas. Water supplies in major rivers of the southwestern United States depend on ponderosa pine forests since these ecosystems: (1) receive a significant amount of rainfall and snowfall, (2) intercept precipitation and transpire water, and (3) indirectly influence

Ponderosa pine forests are a dominant land cover type in semiarid montane areas. Water supplies in major rivers of the southwestern United States depend on ponderosa pine forests since these ecosystems: (1) receive a significant amount of rainfall and snowfall, (2) intercept precipitation and transpire water, and (3) indirectly influence runoff by impacting the infiltration rate. However, the hydrologic patterns in these ecosystems with strong seasonality are poorly understood. In this study, we used a distributed hydrologic model evaluated against field observations to improve our understandings on spatial controls of hydrologic patterns, appropriate model resolution to simulate ponderosa pine ecosystems and hydrologic responses in the context of contrasting winter to summer transitions. Our modeling effort is focused on the hydrologic responses during the North American Monsoon (NAM), winter and spring periods. In Chapter 2, we utilized a distributed model explore the spatial controls on simulated soil moisture and temporal evolution of these spatial controls as a function of seasonal wetness. Our findings indicate that vegetation and topographic curvature are spatial controls. Vegetation controlled patterns during dry summer period switch to fine-scale terrain curvature controlled patterns during persistently wet NAM period. Thus, a climatic threshold involving rainfall and weather conditions during the NAM is identified when high rainfall amount (such as 146 mm rain in August, 1997) activates lateral flux of soil moisture and frequent cloudy cover (such as 42% cloud cover during daytime of August, 1997) lowers evapotranspiration. In Chapter 3, we investigate the impacts of model coarsening on simulated soil moisture patterns during the NAM. Results indicate that model aggregation quickly eradicates curvature features and its spatial control on hydrologic patterns. A threshold resolution of ~10% of the original terrain is identified through analyses of homogeneity indices, correlation coefficients and spatial errors beyond which the fidelity of simulated soil moisture is no longer reliable. Based on spatial error analyses, we detected that the concave areas (~28% of hillslope) are very sensitive to model coarsening and root mean square error (RMSE) is higher than residual soil moisture content (~0.07 m3/m3 soil moisture) for concave areas. Thus, concave areas need to be sampled for capturing appropriate hillslope response for this hillslope. In Chapter 4, we investigate the impacts of contrasting winter to summer transitions on hillslope hydrologic responses. We use a distributed hydrologic model to generate a consistent set of high-resolution hydrologic estimates. Our model is evaluated against the snow depth, soil moisture and runoff observations over two water years yielding reliable spatial distributions during the winter to summer transitions. We find that a wet winter followed by a dry summer promotes evapotranspiration losses (spatial averaged ~193 mm spring ET and ~ 600 mm summer ET) that dry the soil and disconnect lateral fluxes in the forested hillslope, leading to soil moisture patterns resembling vegetation patches. Conversely, a dry winter prior to a wet summer results in soil moisture increases due to high rainfall and low ET during the spring (spatially averaged 78 mm ET and 232 mm rainfall) and summer period (spatially averaged 147 mm ET and 247 mm rainfall) which promote lateral connectivity and soil moisture patterns with the signature of terrain curvature. An opposing temporal switch between infiltration and saturation excess runoff is also identified. These contrasting responses indicate that the inverse relation has significant consequences on hillslope water availability and its spatial distribution with implications on other ecohydrological processes including vegetation phenology, groundwater recharge and geomorphic development. Results from this work have implications on the design of hillslope experiments, the resolution of hillslope scale models, and the prediction of hydrologic conditions in ponderosa pine ecosystems. In addition, our findings can be used to select future hillslope sites for detailed ecohydrological investigations. Further, the proposed methodology can be useful for predicting responses to climate and land cover changes that are anticipated for the southwestern United States.
ContributorsMahmood, Taufique Hasan (Author) / Vivoni, Enrique R. (Thesis advisor) / Whipple, Kelin X. (Committee member) / Shock, Everett (Committee member) / Heimsath, Arjun M. (Committee member) / Ruddell, Benjamin (Committee member) / Arizona State University (Publisher)
Created2012
151020-Thumbnail Image.png
Description
Critical care environments are complex in nature. Fluctuating team dynamics and the plethora of technology and equipment create unforeseen demands on clinicians. Such environments become chaotic very quickly due to the chronic exposure to unpredictable clusters of events. In order to cope with this complexity, clinicians tend to develop ad-hoc

Critical care environments are complex in nature. Fluctuating team dynamics and the plethora of technology and equipment create unforeseen demands on clinicians. Such environments become chaotic very quickly due to the chronic exposure to unpredictable clusters of events. In order to cope with this complexity, clinicians tend to develop ad-hoc adaptations to function in an effective manner. It is these adaptations or "deviations" from expected behaviors that provide insight into the processes that shape the overall behavior of the complex system. The research described in this manuscript examines the cognitive basis of clinicians' adaptive mechanisms and presents a methodology for studying the same. Examining interactions in complex systems is difficult due to the disassociation between the nature of the environment and the tools available to analyze underlying processes. In this work, the use of a mixed methodology framework to study trauma critical care, a complex environment, is presented. The hybrid framework supplements existing methods of data collection (qualitative observations) with quantitative methods (use of electronic tags) to capture activities in the complex system. Quantitative models of activities (using Hidden Markov Modeling) and theoretical models of deviations were developed to support this mixed methodology framework. The quantitative activity models developed were tested with a set of fifteen simulated activities that represent workflow in trauma care. A mean recognition rate of 87.5% was obtained in automatically recognizing activities. Theoretical models, on the other hand, were developed using field observations of 30 trauma cases. The analysis of the classification schema (with substantial inter-rater reliability) and 161 deviations identified shows that expertise and role played by the clinician in the trauma team influences the nature of deviations made (p<0.01). The results shows that while expert clinicians deviate to innovate, deviations of novices often result in errors. Experts' flexibility and adaptiveness allow their deviations to generate innovative ideas, in particular when dynamic adjustments are required in complex situations. The findings suggest that while adherence to protocols and standards is important for novice practitioners to reduce medical errors and ensure patient safety, there is strong need for training novices in coping with complex situations as well.
ContributorsVankipuram, Mithra (Author) / Greenes, Robert A (Thesis advisor) / Patel, Vimla L. (Thesis advisor) / Petitti, Diana B. (Committee member) / Dinu, Valentin (Committee member) / Smith, Marshall L. (Committee member) / Arizona State University (Publisher)
Created2012
150708-Thumbnail Image.png
Description
This work involved the analysis of a public health system, and the design, development and deployment of enterprise informatics architecture, and sustainable community methods to address problems with the current public health system. Specifically, assessment of the Nationally Notifiable Disease Surveillance System (NNDSS) was instrumental in forming the design of

This work involved the analysis of a public health system, and the design, development and deployment of enterprise informatics architecture, and sustainable community methods to address problems with the current public health system. Specifically, assessment of the Nationally Notifiable Disease Surveillance System (NNDSS) was instrumental in forming the design of the current implementation at the Southern Nevada Health District (SNHD). The result of the system deployment at SNHD was considered as a basis for projecting the practical application and benefits of an enterprise architecture. This approach has resulted in a sustainable platform to enhance the practice of public health by improving the quality and timeliness of data, effectiveness of an investigation, and reporting across the continuum.
ContributorsKriseman, Jeffrey Michael (Author) / Dinu, Valentin (Thesis advisor) / Greenes, Robert (Committee member) / Johnson, William (Committee member) / Arizona State University (Publisher)
Created2012