Matching Items (96)
126670-Thumbnail Image.png
Description

Globally we are struggling to match the need for development with the available resources. Kate Raworth’s (2012) developed the idea of a “safe and just space” as a balance between the planetary boundary approach and ensuring a level of basic needs satisfaction for everyone. O’Neill et al. (2018) argue that

Globally we are struggling to match the need for development with the available resources. Kate Raworth’s (2012) developed the idea of a “safe and just space” as a balance between the planetary boundary approach and ensuring a level of basic needs satisfaction for everyone. O’Neill et al. (2018) argue that countries are currently not able to provide their populations with basic needs without concurrently exceeding planetary boundary measures. While attempts have been made to get people to change their habits through moral self-sacrifice, this has not been successful. Kate Soper (2008) argues that a change towards sustainability will only be possible if an alternative to high consumption is offered, without trade-offs in well-being. Technological improvements are often thought to end up providing solutions to the problem of overconsumption, but as Jackson (2005) shows convincingly, this is highly unlikely due to the overwhelming scale of changes required.

‘Alternative hedonism’ (Soper 2008) is a philosophical approach that has been proposed to solve this dilemma. By changing what humanity pursues to be less focused on consumption and more linked to community interaction and living healthy, fulfilling lives, we would simultaneously reduce stress on the globally limited resources and sinks. By developing and understanding satiation points – the point beyond which well-being no longer increases because of increased consumption - affluence that wastes resources without improving well-being could be reduced. This paper explores how ‘alternative hedonism’ and the development of ‘satiation points’ could be helpful in getting humanity closer to the ‘safe and just space’. The paper concludes with a discussion of some of the challenges that taking up of ‘alternative hedonism’ would entail.

ContributorsLilje, Markus (Author) / Abson, David (Contributor) / DesRoches, Tyler (Contributor) / Aggarwal, Rimjhim (Contributor)
Created2018-07-04
126671-Thumbnail Image.png
Description
Hydroelectric dams, often part of larger development programs in developing countries are characterized by conflicting interests of stakeholder groups, emblematic for the contested nature of development. Because of these different interests, stakeholders develop different evaluations of such projects, that can be understood as frames of events and projects. Frames are

Hydroelectric dams, often part of larger development programs in developing countries are characterized by conflicting interests of stakeholder groups, emblematic for the contested nature of development. Because of these different interests, stakeholders develop different evaluations of such projects, that can be understood as frames of events and projects. Frames are “the different ways of understanding or representing a system" (Leach et al. 2010 b). In this article, I analyze frames stake-holders use to convey a distinct perspective on problems, root causes, solutions, and benefits associ-ated with the hydroelectric Gibe III dam and accompanying sugarcane plantations in the Omo Valley, Ethiopia. I found that stakeholders use contrasting frames and narratives to describe the projects, but partially also propose mutual solutions. Stakeholders incorporate modernist arguments to justify their actions. Supporters and opponents address different aspects of the livelihoods of Omo valley inhabitants. By analyzing different frames and narratives, this paper contributes to opening up and broadening the debate on the development activities in the Omo valley and shows alternative pathways for sustainable development projects in Ethiopia.
ContributorsGerigk, Rebecca (Author) / Fischer, Daniel (Contributor) / Aggarwal, Rimjhim (Contributor) / Hodbod, Jennifer (Contributor)
Created2018-06-27
128232-Thumbnail Image.png
Description

This study extended the findings of Tighe and Schatschneider (2015) by investigating the predictive utility of separate dimensions of morphological awareness as well as vocabulary knowledge to reading comprehension in adult basic education (ABE) students. We competed two- and three-factor structural equation models of reading comprehension. A three-factor model of

This study extended the findings of Tighe and Schatschneider (2015) by investigating the predictive utility of separate dimensions of morphological awareness as well as vocabulary knowledge to reading comprehension in adult basic education (ABE) students. We competed two- and three-factor structural equation models of reading comprehension. A three-factor model of real word morphological awareness, pseudoword morphological awareness, and vocabulary knowledge emerged as the best fit and accounted for 79% of the reading comprehension variance. The results indicated that the constructs contributed jointly to reading comprehension; however, vocabulary knowledge was the only potentially unique predictor (p = 0.052), accounting for an additional 5.6% of the variance. This study demonstrates the feasibility of applying a latent variable modeling approach to examine individual differences in the reading comprehension skills of ABE students. Further, this study replicates the findings of Tighe and Schatschneider (2015) on the importance of differentiating among dimensions of morphological awareness in this population.

Created2016-02-04
128707-Thumbnail Image.png
Description

Recent advances in nonequilibrium statistical physics have provided unprecedented insight into the thermodynamics of dynamic processes. The author recently used these advances to extend Landauer’s semi-formal reasoning concerning the thermodynamics of bit erasure, to derive the minimal free energy required to implement an arbitrary computation. Here, I extend this analysis,

Recent advances in nonequilibrium statistical physics have provided unprecedented insight into the thermodynamics of dynamic processes. The author recently used these advances to extend Landauer’s semi-formal reasoning concerning the thermodynamics of bit erasure, to derive the minimal free energy required to implement an arbitrary computation. Here, I extend this analysis, deriving the minimal free energy required by an organism to run a given (stochastic) map π from its sensor inputs to its actuator outputs. I use this result to calculate the input-output map π of an organism that optimally trades off the free energy needed to run π with the phenotypic fitness that results from implementing π. I end with a general discussion of the limits imposed on the rate of the terrestrial biosphere’s information processing by the flux of sunlight on the Earth.

Created2016-04-13
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
137856-Thumbnail Image.png
Description
Freshwater is an essential component of life for most organisms on earth. "Civilization itself is built on a foundation of water (Fagan, 2011)," as people often congregate near water sources, and find innovative solutions to exploit these resources for food production and domestic needs. Rising demand for water due to

Freshwater is an essential component of life for most organisms on earth. "Civilization itself is built on a foundation of water (Fagan, 2011)," as people often congregate near water sources, and find innovative solutions to exploit these resources for food production and domestic needs. Rising demand for water due to altered lifestyles and population increase pose further stress on water availability. Alterations and pollution of freshwater ecosystems can dramatically compromise ecological services that many species, among them humans, depend on. Arid places are specifically vulnerable in regards to water, characterized by very low levels of precipitation, as well as many dry months, which are often followed by a short time of severe storms. Considering the interconnectedness of social and ecological systems in regards to freshwater services is crucial in order to sustainably manage freshwater resources and avoid ecological crises that in turn are likely to lead to social crises around the globe (Berkes et. al., 2003).
ContributorsHenenson, Einav (Author) / Anderies, M. John (Thesis director) / Aggarwal, Rimjhim (Committee member) / Golub, Aaron (Committee member) / Barrett, The Honors College (Contributor) / School of Sustainability (Contributor)
Created2012-12