6 resultados para Arrábida Natural Park
em DRUM (Digital Repository at the University of Maryland)
Resumo:
Gemstone Team Grenergy
Resumo:
This study examined the perspectives and “shared knowledge” of parents and teachers of boys of color. The following overarching research question guided this study: “What do parents and teachers want each other to know about their middle school son or student of color regarding academics, engagement, and behavior?” Additionally, it explored the challenges and opportunities for shared knowledge and understanding of their (respective) son’s’ or students’ academics and engagement. The methodology was qualitative in nature and the intent in conducting this case study was to describe, interpret, and explain the “shared knowledge” between these stakeholders at a predominantly minority middle school. A sample of seven parents and seven teachers from one school in a mid-Atlantic state participated in interviews and focus groups. Results indicated that parents and teachers of boys of color viewed each other as “intentional allies.” Results further showed that parents and teachers were aware of the challenges faced by boys of color in and out of school. That awareness was reflected in strategies that both groups employed to support, prepare, and protect their son/students. Lastly, the study found that teachers received no formal training in building parent-teacher partnerships, but gathered experimental knowledge on how to build those relationships. These findings have implications for teacher education programs, schools, parents, and teachers.
Resumo:
Human relationships have long been studied by scientists from domains like sociology, psychology, literature, etc. for understanding people's desires, goals, actions and expected behaviors. In this dissertation we study inter-personal relationships as expressed in natural language text. Modeling inter-personal relationships from text finds application in general natural language understanding, as well as real-world domains such as social networks, discussion forums, intelligent virtual agents, etc. We propose that the study of relationships should incorporate not only linguistic cues in text, but also the contexts in which these cues appear. Our investigations, backed by empirical evaluation, support this thesis, and demonstrate that the task benefits from using structured models that incorporate both types of information. We present such structured models to address the task of modeling the nature of relationships between any two given characters from a narrative. To begin with, we assume that relationships are of two types: cooperative and non-cooperative. We first describe an approach to jointly infer relationships between all characters in the narrative, and demonstrate how the task of characterizing the relationship between two characters can benefit from including information about their relationships with other characters in the narrative. We next formulate the relationship-modeling problem as a sequence prediction task to acknowledge the evolving nature of human relationships, and demonstrate the need to model the history of a relationship in predicting its evolution. Thereafter, we present a data-driven method to automatically discover various types of relationships such as familial, romantic, hostile, etc. Like before, we address the task of modeling evolving relationships but don't restrict ourselves to two types of relationships. We also demonstrate the need to incorporate not only local historical but also global context while solving this problem. Lastly, we demonstrate a practical application of modeling inter-personal relationships in the domain of online educational discussion forums. Such forums offer opportunities for its users to interact and form deeper relationships. With this view, we address the task of identifying initiation of such deeper relationships between a student and the instructor. Specifically, we analyze contents of the forums to automatically suggest threads to the instructors that require their intervention. By highlighting scenarios that need direct instructor-student interactions, we alleviate the need for the instructor to manually peruse all threads of the forum and also assist students who have limited avenues for communicating with instructors. We do this by incorporating the discourse structure of the thread through latent variables that abstractly represent contents of individual posts and model the flow of information in the thread. Such latent structured models that incorporate the linguistic cues without losing their context can be helpful in other related natural language understanding tasks as well. We demonstrate this by using the model for a very different task: identifying if a stated desire has been fulfilled by the end of a story.
Resumo:
Research on the criminological side of system trespassing (i.e. unlawfully gaining access to a computer system) is relatively rare and has yet to examine the effect of the presence of other users on the system during the trespassing event (i.e. the time of communication between a trespasser’s system and the infiltrated system). This thesis seeks to analyze this relationship drawing on principles of Situational Crime Prevention, Routine Activities Theory, and restrictive deterrence. Data were collected from a randomized control trial of target computers deployed on the Internet network of a large U.S. university. This study examined whether the number (one or multiple) and type (administrative or non-administrative) of computer users present on a system reduced the seriousness and frequency of trespassing. Results indicated that the type of user (administrative) produced a restrictive deterrent effect and significantly reduced the frequency and duration of trespassing events.
Resumo:
Photosynthesis –the conversion of sunlight to chemical energy –is fundamental for supporting life on our planet. Despite its importance, the physical principles that underpin the primary steps of photosynthesis, from photon absorption to electronic charge separation, remain to be understood in full. Electronic coherence within tightly-packed light-harvesting (LH) units or within individual reaction centers (RCs) has been recognized as an important ingredient for a complete understanding of the excitation energy transfer (EET) dynamics. However, the electronic coherence across units –RC and LH or LH and LH –has been consistently neglected as it does not play a significant role during these relatively slow transfer processes. Here, we turn our attention to the absorption process, which, as we will show, has a much shorter built-in timescale. We demonstrate that the- often overlooked- spatially extended but short-lived excitonic delocalization plays a relevant role in general photosynthetic systems. Most strikingly, we find that absorption intensity is, quite generally, redistributed from LH units to the RC, increasing the number of excitations which can effect charge separation without further transfer steps. A biomemetic nano-system is proposed which is predicted to funnel excitation to the RC-analogue, and hence is the first step towards exploiting these new design principles for efficient artificial light-harvesting.
Resumo:
Natural language processing has achieved great success in a wide range of ap- plications, producing both commercial language services and open-source language tools. However, most methods take a static or batch approach, assuming that the model has all information it needs and makes a one-time prediction. In this disser- tation, we study dynamic problems where the input comes in a sequence instead of all at once, and the output must be produced while the input is arriving. In these problems, predictions are often made based only on partial information. We see this dynamic setting in many real-time, interactive applications. These problems usually involve a trade-off between the amount of input received (cost) and the quality of the output prediction (accuracy). Therefore, the evaluation considers both objectives (e.g., plotting a Pareto curve). Our goal is to develop a formal understanding of sequential prediction and decision-making problems in natural language processing and to propose efficient solutions. Toward this end, we present meta-algorithms that take an existent batch model and produce a dynamic model to handle sequential inputs and outputs. Webuild our framework upon theories of Markov Decision Process (MDP), which allows learning to trade off competing objectives in a principled way. The main machine learning techniques we use are from imitation learning and reinforcement learning, and we advance current techniques to tackle problems arising in our settings. We evaluate our algorithm on a variety of applications, including dependency parsing, machine translation, and question answering. We show that our approach achieves a better cost-accuracy trade-off than the batch approach and heuristic-based decision- making approaches. We first propose a general framework for cost-sensitive prediction, where dif- ferent parts of the input come at different costs. We formulate a decision-making process that selects pieces of the input sequentially, and the selection is adaptive to each instance. Our approach is evaluated on both standard classification tasks and a structured prediction task (dependency parsing). We show that it achieves similar prediction quality to methods that use all input, while inducing a much smaller cost. Next, we extend the framework to problems where the input is revealed incremen- tally in a fixed order. We study two applications: simultaneous machine translation and quiz bowl (incremental text classification). We discuss challenges in this set- ting and show that adding domain knowledge eases the decision-making problem. A central theme throughout the chapters is an MDP formulation of a challenging problem with sequential input/output and trade-off decisions, accompanied by a learning algorithm that solves the MDP.