Matching Items (75)
154580-Thumbnail Image.png
Description
The plateau pika (Ochotona curzoniae), a small burrowing lagomorph that occupies the high alpine grassland ecosystems of the Qinghai-Tibetan Plateau in western China, remains a controversial subject among policymakers and researchers. One line of evidence points to pikas being a pest, which has led to massive attempts to eradicate pika

The plateau pika (Ochotona curzoniae), a small burrowing lagomorph that occupies the high alpine grassland ecosystems of the Qinghai-Tibetan Plateau in western China, remains a controversial subject among policymakers and researchers. One line of evidence points to pikas being a pest, which has led to massive attempts to eradicate pika populations. Another point of view is that pikas are a keystone species and an ecosystem engineer in the grassland ecosystem of the QTP. The pika eradication program raises a difficult ethical and religious dilemma for local pastoralists, and is criticized for not being supported by scientific evidence. Complex interactions between pikas, livestock, and habitat condition are poorly understood. My dissertation research examines underpinning justifications of the pika poisoning program leading to these controversies. I investigated responses of pikas to habitat conditions with field experimental manipulations, and mechanisms of pika population recovery following pika removal. I present policy recommendations based on an environmental ethics framework and findings from the field experiments. After five years of a livestock grazing exclusion experiment and four years of pika monitoring, I found that grazing exclusion resulted in a decline of pika habitat use, which suggests that habitat conditions determine pika population density. I also found that pikas recolonized vacant burrow systems following removal of residents, but that distances travelled by dispersing pikas were extremely short (~50 m). Thus, current pika eradication programs, if allowed to continue, could potentially compromise local populations as well as biodiversity conservation on the QTP. Lethal management of pikas is a narrowly anthropocentric-based form of ecosystem management that has excluded value-pluralism, such as consideration of the intrinsic value of species and the important ecological role played by pikas. These conflicting approaches have led to controversies and policy gridlock. In response, I suggest that the on-going large-scale pika eradication program needs reconsideration. Moderation of stocking rates is required in degraded pika habitats, and Integrated Pest Management may be required when high stocking rate and high pika density coexist. A moderate level of livestock and pika density can be consistent with maintaining the integrity and sustainability of the QTP alpine steppe ecosystem.
ContributorsBadingqiuying (Author) / Smith, Andrew T. (Thesis advisor) / Wu, Jianguo (Committee member) / Minteer, Ben (Committee member) / Anderies, John (Committee member) / Harris, Richard B. (Committee member) / Arizona State University (Publisher)
Created2016
Description
Community-based volunteer organizations are critical to natural resource management in the United States. However, due to volunteer involvement, these organizations struggle with collective action problems: coping with free riding, solving commitment problems, arranging for the supply of new institutions, and monitoring individual compliance with sets of rules. In this study,

Community-based volunteer organizations are critical to natural resource management in the United States. However, due to volunteer involvement, these organizations struggle with collective action problems: coping with free riding, solving commitment problems, arranging for the supply of new institutions, and monitoring individual compliance with sets of rules. In this study, we explore how volunteer organizations can overcome these challenges. To explore how they overcome these challenges, we use the Institutional Analysis and Development framework and the Institutional Design Principles. These frameworks help us understand the impact of natural resource conditions, community attributes, and the rules in use impact volunteer organizations. For this research, we focused on lake organizations in Wisconsin. We collected our data through semi-structured interviews with thirty-one lake organizations and public data. The data were analyzed using constant comparison and linear regression, followed by qualitative comparative analysis (QCA). We reinforce the importance of considering the system holistically when managing a resource the natural resource conditions, the community attributes, and the rules in use. Our study shows the importance of graduated sanctions and low-cost conflict resolution on social-ecological system outcomes. Volunteer-based resource management are an effective way to tailor management strategies to the natural resource condition and the community attributes.
ContributorsWhittaker, Dane (Author) / Janssen, Marco (Contributor) / Janssen,Marco (Contributor) / Leonard, Bryan (Contributor) / Solomon, Chris (Contributor)
Created2020-04-24
128200-Thumbnail Image.png
Description

The structure and dynamics of ecosystems can affect the information available to resource users on the state of the common resource and the actions of other resource users. We present results from laboratory experiments that showed that the availability of information about the actions of other participants affected the level

The structure and dynamics of ecosystems can affect the information available to resource users on the state of the common resource and the actions of other resource users. We present results from laboratory experiments that showed that the availability of information about the actions of other participants affected the level of cooperation. Since most participants in commons dilemmas can be classified as conditional cooperators, not having full information about the actions of others may affect their decisions. When participants had more information about others, there was a more rapid reduction of the resource in the first round of the experiment. When communication was allowed, limiting the information available made it harder to develop effective institutional arrangements. When communication was not allowed, there was a more rapid decline of performance in groups where information was limited. In sum, the results suggest that making information available to others can have an important impact on the conditional cooperation and the effectiveness of communication.

Created2013
135547-Thumbnail Image.png
Description
The Experimental Data Processing (EDP) software is a C++ GUI-based application to streamline the process of creating a model for structural systems based on experimental data. EDP is designed to process raw data, filter the data for noise and outliers, create a fitted model to describe that data, complete a

The Experimental Data Processing (EDP) software is a C++ GUI-based application to streamline the process of creating a model for structural systems based on experimental data. EDP is designed to process raw data, filter the data for noise and outliers, create a fitted model to describe that data, complete a probabilistic analysis to describe the variation between replicates of the experimental process, and analyze reliability of a structural system based on that model. In order to help design the EDP software to perform the full analysis, the probabilistic and regression modeling aspects of this analysis have been explored. The focus has been on creating and analyzing probabilistic models for the data, adding multivariate and nonparametric fits to raw data, and developing computational techniques that allow for these methods to be properly implemented within EDP. For creating a probabilistic model of replicate data, the normal, lognormal, gamma, Weibull, and generalized exponential distributions have been explored. Goodness-of-fit tests, including the chi-squared, Anderson-Darling, and Kolmogorov-Smirnoff tests, have been used in order to analyze the effectiveness of any of these probabilistic models in describing the variation of parameters between replicates of an experimental test. An example using Young's modulus data for a Kevlar-49 Swath stress-strain test was used in order to demonstrate how this analysis is performed within EDP. In order to implement the distributions, numerical solutions for the gamma, beta, and hypergeometric functions were implemented, along with an arbitrary precision library to store numbers that exceed the maximum size of double-precision floating point digits. To create a multivariate fit, the multilinear solution was created as the simplest solution to the multivariate regression problem. This solution was then extended to solve nonlinear problems that can be linearized into multiple separable terms. These problems were solved analytically with the closed-form solution for the multilinear regression, and then by using a QR decomposition to solve numerically while avoiding numerical instabilities associated with matrix inversion. For nonparametric regression, or smoothing, the loess method was developed as a robust technique for filtering noise while maintaining the general structure of the data points. The loess solution was created by addressing concerns associated with simpler smoothing methods, including the running mean, running line, and kernel smoothing techniques, and combining the ability of each of these methods to resolve those issues. The loess smoothing method involves weighting each point in a partition of the data set, and then adding either a line or a polynomial fit within that partition. Both linear and quadratic methods were applied to a carbon fiber compression test, showing that the quadratic model was more accurate but the linear model had a shape that was more effective for analyzing the experimental data. Finally, the EDP program itself was explored to consider its current functionalities for processing data, as described by shear tests on carbon fiber data, and the future functionalities to be developed. The probabilistic and raw data processing capabilities were demonstrated within EDP, and the multivariate and loess analysis was demonstrated using R. As the functionality and relevant considerations for these methods have been developed, the immediate goal is to finish implementing and integrating these additional features into a version of EDP that performs a full streamlined structural analysis on experimental data.
ContributorsMarkov, Elan Richard (Author) / Rajan, Subramaniam (Thesis director) / Khaled, Bilal (Committee member) / Chemical Engineering Program (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Ira A. Fulton School of Engineering (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
136040-Thumbnail Image.png
Description
Collaborative research is not only a form of social and human capital and a public good, but also a fundamental elicitor of positive Collective Action. Collaborative Research Networks can serve as models of proactive and purposive Collective Action and catalysts of societal change, if they function as more than hubs

Collaborative research is not only a form of social and human capital and a public good, but also a fundamental elicitor of positive Collective Action. Collaborative Research Networks can serve as models of proactive and purposive Collective Action and catalysts of societal change, if they function as more than hubs of research and knowledge. It is the goal of this Honors Thesis to examine the current nature under which collaborative research networks, focused on matters of Global Health or Sustainability, operate., how they are organized, what type of collaboration they engage in, and who collaborates with whom. A better understanding of these types of networks can lead to the formation of more effective networks that can develop innovative solutions to our collective Global Health and Sustainability problems.
ContributorsHodzic, Mirna (Author) / Van Der Leeuw, Sander (Thesis director) / Janssen, Marco (Committee member) / Schoon, Michael (Committee member) / Barrett, The Honors College (Contributor)
Created2012-05