855 resultados para dichotic listening task


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Objectives. The sentence span task is a complex working memory span task used for estimating total working memory capacity for both processing (sentence comprehension) and storage (remembering a set of words). Several traditional models of working memory suggest that performance on these tasks relies on phonological short-term storage. However, long-term memory effects as well as the effects of expertise and strategies have challenged this view. This study uses a working memory task that aids the creation of retrieval structures in the form of stories, which have been shown to form integrated structures in longterm memory. The research question is whether sentence and story contexts boost memory performance in a complex working memory task. The hypothesis is that storage of the words in the task takes place in long-term memory. Evidence of this would be better recall for words as parts of sentences than for separate words, and, particularly, a beneficial effect for words as part of an organized story. Methods. Twenty stories consisting of five sentences each were constructed, and the stimuli in all experimental conditions were based on these sentences and sentence-final words, reordered and recombined for the other conditions. Participants read aloud sets of five sentences that either formed a story or not. In one condition they had to report all the last words at the end of the set, in another, they memorised an additional separate word with each sentence. The sentences were presented on the screen one word at a time (500 ms). After the presentation of each sentence, the participant verified a statement about the sentence. After five sentences, the participant repeated back the words in correct positions. Experiment 1 (n=16) used immediate recall, experiment 2 (n=21) both immediate recall and recall after a distraction interval (the operation span task). In experiment 2 a distracting mental arithmetic task was presented instead of recall in half of the trials, and an individual word was added before each sentence in the two experimental conditions when the participants were to memorize the sentence final words. Subjects also performed a listening span task (in exp.1) or an operation span task (exp.2) to allow comparison of the estimated span and performance in the story task. Results were analysed using correlations, repeated measures ANOVA and a chi-square goodness of fit test on the distribution of errors. Results and discussion. Both the relatedness of the sentences (the story condition) and the inclusion of the words into sentences helped memory. An interaction showed that the story condition had a greater effect on last words than separate words. The beneficial effect of the story was shown in all serial positions. The effects remained in delayed recall. When the sentences formed stories, performance in verification of the statements about sentence context was better. This, as well as the differing distributions of errors in different experimental conditions, suggest different levels of representation are in use in the different conditions. In the story condition, the nature of these representations could be in the form of an organized memory structure, a situation model. The other working memory tasks had only few week correlations to the story task. This could indicate that different processes are in use in the tasks. The results do not support short-term phonological storage, but instead are compatible with the words being encoded to LTM during the task.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This publication, which is the final report to the Torres Strait Cooperative Research Centre, provides an overview of all the research that was conducted as part of the Torres Strait CRC Task 1.5 - Towards Ecologically Sustainable Management of the Torres Strait Prawn Fishery The objectives of the task were: To develop cost-effective protocols to monitor and quantify the bycatch and environmental impacts of commercial prawn trawling. To monitor the status of target species using both fishery dependent and fishery independent data. To develop biological reference points for target species and undertake management strategy evaluation, in particular a risk assessment of fishing at various levels of fishing mortality. This report focuses on the second component of objective 1 and details a comparative analysis of bycatch samples collected from areas of the Torres Strait that were both closed and open to prawn trawl fishing. The report also reviews the research conducted in relation to objectives 2 and 3 which are detailed in a separate report, Stock Assessment of the Torres Strait Tiger Prawn Fishery (Penaeus esculentus).

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Verso: "Listening to new recordings. Berlin 1932"

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Verso: "Listening to new recordings. Berlin 1932"

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A high level of parental involvement is widely considered to be essential for optimal child and adolescent development and wellbeing, including academic success. However, recent consideration has been given to the idea that extremely high levels of parental involvement (often called ‘overparenting’ or ‘helicopter parenting’) might not be beneficial. This study used a newly created overparenting measure, the Locke Parenting Scale (LPS), to investigate the association of overparenting and children’s homework. Eight hundred and sixty-six parents completed online questionnaires about their parenting beliefs and intentions, and their attitudes associated with their child’s homework. Parents with higher LPS scores tended to take more personal responsibility for the completion of their child’s homework than did other parents, and ascribed greater responsibility for homework completion to their child’s teacher. However, increased perceived responsibility by parents and teachers was not accompanied by a commensurate reduction in what they perceived was the child’s responsibility. Future research should examine whether extreme parental attitudes and reported behaviours translate to validated changes in actual homework support.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This research studied distributed computing of all-to-all comparison problems with big data sets. The thesis formalised the problem, and developed a high-performance and scalable computing framework with a programming model, data distribution strategies and task scheduling policies to solve the problem. The study considered storage usage, data locality and load balancing for performance improvement in solving the problem. The research outcomes can be applied in bioinformatics, biometrics and data mining and other domains in which all-to-all comparisons are a typical computing pattern.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Background: Hospitalised older adults often experience a decline in physical functioning and mobility in the lead up to (or during) an acute hospital admission. During acute illness and hospitalisation, older adults may also experience a decline or fluctuation in their cognitive functioning. Previous studies have demonstrated that patients with or without reduced cognitive functioning on admission to subacute inpatient rehabilitation have considerable potential to improve their physical functioning and quality of life.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Reuse of existing carefully designed and tested software improves the quality of new software systems and reduces their development costs. Object-oriented frameworks provide an established means for software reuse on the levels of both architectural design and concrete implementation. Unfortunately, due to frame-works complexity that typically results from their flexibility and overall abstract nature, there are severe problems in using frameworks. Patterns are generally accepted as a convenient way of documenting frameworks and their reuse interfaces. In this thesis it is argued, however, that mere static documentation is not enough to solve the problems related to framework usage. Instead, proper interactive assistance tools are needed in order to enable system-atic framework-based software production. This thesis shows how patterns that document a framework s reuse interface can be represented as dependency graphs, and how dynamic lists of programming tasks can be generated from those graphs to assist the process of using a framework to build an application. This approach to framework specialization combines the ideas of framework cookbooks and task-oriented user interfaces. Tasks provide assistance in (1) cre-ating new code that complies with the framework reuse interface specification, (2) assuring the consistency between existing code and the specification, and (3) adjusting existing code to meet the terms of the specification. Besides illustrating how task-orientation can be applied in the context of using frameworks, this thesis describes a systematic methodology for modeling any framework reuse interface in terms of software patterns based on dependency graphs. The methodology shows how framework-specific reuse interface specifi-cations can be derived from a library of existing reusable pattern hierarchies. Since the methodology focuses on reusing patterns, it also alleviates the recog-nized problem of framework reuse interface specification becoming complicated and unmanageable for frameworks of realistic size. The ideas and methods proposed in this thesis have been tested through imple-menting a framework specialization tool called JavaFrames. JavaFrames uses role-based patterns that specify a reuse interface of a framework to guide frame-work specialization in a task-oriented manner. This thesis reports the results of cases studies in which JavaFrames and the hierarchical framework reuse inter-face modeling methodology were applied to the Struts web application frame-work and the JHotDraw drawing editor framework.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Health challenges present arguably the most significant barrier to sustainable global development. The introduction of ICT in healthcare, especially the application of mobile communications, has created the potential to transform healthcare delivery by making it more accessible, affordable and effective across the developing world. However, current research into the assessment of mHealth from the perspective of developing countries particularly with community Health workers (CHWs) as primary users continues to be limited. The aim of this study is to analyze the contribution of mHealth in enhancing the performance of the health workers and its alignment with existing workflows to guide its utilization. The proposed research takes into account this consideration and aims to examine the task-technology alignment of mHealth for CHWs drawing upon the task technology fit as the theoretical foundation.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Solving large-scale all-to-all comparison problems using distributed computing is increasingly significant for various applications. Previous efforts to implement distributed all-to-all comparison frameworks have treated the two phases of data distribution and comparison task scheduling separately. This leads to high storage demands as well as poor data locality for the comparison tasks, thus creating a need to redistribute the data at runtime. Furthermore, most previous methods have been developed for homogeneous computing environments, so their overall performance is degraded even further when they are used in heterogeneous distributed systems. To tackle these challenges, this paper presents a data-aware task scheduling approach for solving all-to-all comparison problems in heterogeneous distributed systems. The approach formulates the requirements for data distribution and comparison task scheduling simultaneously as a constrained optimization problem. Then, metaheuristic data pre-scheduling and dynamic task scheduling strategies are developed along with an algorithmic implementation to solve the problem. The approach provides perfect data locality for all comparison tasks, avoiding rearrangement of data at runtime. It achieves load balancing among heterogeneous computing nodes, thus enhancing the overall computation time. It also reduces data storage requirements across the network. The effectiveness of the approach is demonstrated through experimental studies.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents an overview of the 6th ALTA shared task that ran in 2015. The task was to identify in English texts all the potential cognates from the perspective of the French language. In other words, identify all the words in the English text that would acceptably translate into a similar word in French. We present the motivations for the task, the description of the data and the results of the 4 participating teams. We discuss the results against a baseline and prior work.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In a reverse Stroop task, observers respond to the meaning of a color word irrespective of the color in which the word is printed—for example, the word red may be printed in the congruent color (red), an incongruent color (e.g., blue), or a neutral color (e.g., white). Although reading of color words in this task is often thought to be neither facilitated by congruent print colors nor interfered with incongruent print colors, this interference has been detected by using a response method that does not give any bias in favor of processing of word meanings or processing of print colors. On the other hand, evidence for the presence of facilitation in this task has been scarce, even though this facilitation is theoretically possible. By modifying the task such that participants respond to a stimulus color word by pointing to a corresponding response word on a computer screen with a mouse, the present study investigated the possibility that not only interference but also facilitation would take place in a reverse Stroop task. Importantly, in this study, participants’ responses were dynamically tracked by recording the entire trajectories of the mouse. Arguably, this method provided richer information about participants’ performance than traditional measures such as reaction time and accuracy, allowing for more detailed (and thus potentially more sensitive) investigation of facilitation and interference in the reverse Stroop task. These trajectories showed that the mouse’s approach toward correct response words was significantly delayed by incongruent print colors but not affected by congruent print colors, demonstrating that only interference, not facilitation, was present in the current task. Implications of these findings are discussed within a theoretical framework in which the strength of association between a task and its response method plays a critical role in determining how word meanings and print colors interact in reverse Stroop tasks.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Tutkimuksen keskeinen tehtävä on selvittää, mikä on dokumentoinnin merkitys lastensuojelun sosiaalityön tiedonmuodostuksessa ja ammattikäytännöissä. Asiakirjateksteistä koostuvaa tutkimusaineistoa tarkastellaan kolmesta eri suunnasta kysymällä: 1)Miten asiakirjoja kirjoitetaan? 2) Mitä asiakirjoihin kirjoitetaan? 3) Miksi asiakirjoja kirjoitetaan niin kuin kirjoitetaan? Tutkimusaineisto muodostuu lastensuojelun sosiaalityöntekijöiden laatimista asiakastietojärjestelmään tallennetuista muistiinpanoista ja huostaanottopäätöksistä. Tutkimukseen on valittu 20 huostaanotetun eri-ikäisen lapsen ja heidän perheensä asiakirjat yhteensä 1613 asiakirjatulostussivua. Tekstit ajoittuvat vuodesta 1989 vuoteen 2000. Tutkimusmenetelmä on diskurssianalyyttinen ja tukeutuu Fairclough`n (1997)esittämään kolmiulotteiseen malliin, jossa diskurssi määritellään tekstin, käytäntöjen ja sosiokulttuurisen ympäristön suhteeksi. Diskurssianalyysi on näiden rakenteiden ja niiden välisten suhteiden kuvaamista, tulkintaa ja selittämistä. Fairclough’n mallia mukaillen tutkimuksen analyysi koostuu retoriikan ja tematiikan analyyseistä sekä pragmatiikan näkökulman sisältävästä tarkastelusta. Asiakirjatekstien pilkkominen puhujakategorioihin osoitti tekstien olevan moniäänisiä, useiden henkilöiden näkemyksiä ja mielipiteitä sisältäviä tekstipintoja. Retoriikan analyysi näytti, että lastensuojelun sosiaalityön asiakirjat sisältävät paljon dynaamisia kuvauksia työstä. Asiakirjojen kirjoittaminen moniäänisiksi tuo tekstiin uskottavuutta, ja se on myös yksi retorinen vaikuttamiskeino. Tematiikan tarkastelu osoitti,että asiakirjojen sisällölliset teemat (lapsen hoiva, arjen hallinta, yhteistyö ja päihteiden käyttö) ja kokemukselliset teemat (huoli, vastuu, yhteys ja moraali) toistuvat sisäkkäisinä ja päällekkäisinä säikeinä dynaamisesti vaihdellen. Sosiaalityöntekijät kirjaavat teksteihin monia yhtäaikaisia teemoja, joiden avulla rakentavat ammatillista ymmärrystä kyseessä olevasta tilanteesta. Asiakirjojen tutkiminen pragmatiikan suunnasta toi esiin, kirjoittamisen ja lukemisen kontekstiulottuvuudet sekä tiedonmuodostusprosessin. Asiakirjojen laatiminen on osa sosiaalityön käytäntöjä. Se on myös keskeinen alue ammattikunnan yhteisen ammatillisen ymmärryksen luomisessa ja ylläpitämisessä. Muistiinpanot, huostaanottopäätökset ja lakitekstit ovat intertekstuaalisia. Lastensuojelun sosiaalityön asiakirjojen tutkiminen on avannut uusia mahdollisuuksia ymmärtää sosiaalityön dokumentointiprosessia, merkitystä ja roolia sekä tiedonmuodostuksen dynamiikkaa. Tekstien kirjoittaminen, niiden lukeminen, tietojen siirtäminen ja asiakkaan kuuleminen samoin kuin kuulemisen kirjaaminen ovat sosiaalityön dokumentoinnin keskeisiä haasteita. Tutkimus pyrkii avaamaan ymmärrystä asiakirjatekstien monivivahteiseen ja dynaamiseen maailmaan ja siten myös sosiaalityön dokumentoinnin arkeen. Tarkastelut mahdollistavat työn kehittämisen erityisesti sosiaalityön asiakasvaikuttavuuden mittaamisen ja parantamisen suuntaan. Asiakirjoissa ilmenevä tiedonmuodostuksen dynamiikka syntyy kirjoittamiskäytäntöjen, kirjoittamisen ja lukemisen sekä toimintakäytäntöjen yhteisessä alueessa. Avainsanat: sosiaalityö, lastensuojelu, dokumentointi, asiakirja, diskurssianalyysi, tiedonmuodostus.