18 resultados para contextual uses

em BORIS: Bern Open Repository and Information System - Berna - Suiça


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Objectives Appropriate reporting is central to the application of findings from research to clinical practice. The Strengthening the Reporting of Observational Studies in Epidemiology (STROBE) recommendations consist of a checklist of 22 items that provide guidance on the reporting of cohort, case-control and cross-sectional studies, in order to facilitate critical appraisal and interpretation of results. STROBE was published in October 2007 in several journals including The Lancet, BMJ, Annals of Internal Medicine and PLoS Medicine. Within the framework of the revision of the STROBE recommendations, the authors examined the context and circumstances in which the STROBE statement was used in the past. Design The authors searched the Web of Science database in August 2010 for articles which cited STROBE and examined a random sample of 100 articles using a standardised, piloted data extraction form. The use of STROBE in observational studies and systematic reviews (including meta-analyses) was classified as appropriate or inappropriate. The use of STROBE to guide the reporting of observational studies was considered appropriate. Inappropriate uses included the use of STROBE as a tool to assess the methodological quality of studies or as a guideline on how to design and conduct studies. Results The authors identified 640 articles that cited STROBE. In the random sample of 100 articles, about half were observational studies (32%) or systematic reviews (19%). Comments, editorials and letters accounted for 15%, methodological articles for 8%, and recommendations and narrative reviews for 26% of articles. Of the 32 observational studies, 26 (81%) made appropriate use of STROBE, and three uses (10%) were considered inappropriate. Among 19 systematic reviews, 10 (53%) used STROBE inappropriately as a tool to assess study quality. Conclusions The STROBE reporting recommendations are frequently used inappropriately in systematic reviews and meta-analyses as an instrument to assess the methodological quality of observational studies.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Forest ecosystems worldwide are heavily influenced by human activities. Information on these human activities are key for understanding ecosystem dynamics, especially as some of these human activities have long-term consequences, i.e. legacy effects. We assessed the diversity of forest uses across the Swiss Alps and the respective traditional forest-related knowledge (TFRK) by conducting 56 oral history interviews in five regions. As TFRK tends to be underrepresented in written records, oral history proves to be a very valuable approach. We classified the information gathered in 61 specific forest use practices, characterized by activity, product and use, in order to gain a comprehensive picture of the regional variability but also cross-regional ubiquity of certain forest uses. Based on these results we are able to name the ecologically most relevant forest uses which were most likely, or potentially occurring in Central European forests. We suggest a simple, systematic historical assessment of these relevant forest uses to be applied in all studies on forest ecosystems. This procedure will enable scientists to better evaluate to what degree human activities had an impact on forest ecosystem dynamics in their study area.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The jatropha plant produces seeds containing 25–40% oil by weight. This oil can be made into biodiesel. During the recent global fuel crisis, the price of crude oil peaked at over USD 130 per barrel. Jatropha attracted huge interest – it was touted as a wonder crop that could generate biodiesel oil on “marginal lands” in semi-arid areas. Its promise appeared especially great in East Africa. Today, however, jatropha’s value in East Africa appears to lie primarily in its multipurpose use by small-scale farmers, not in large-scale biofuel production.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

„Antike“ ist keine europäische Exklusivität: Das Buch zeigt, wie in Südasien, Mesoamerika und Europa je eigene Antiken konstruiert werden. In den untersuchten vorkolonialen, kolonialen und postkolonialen Zusammenhängen wird die Antike durch die zeitgenössische Geschichtspolitik stark mitbestimmt. Der Vergleich lässt die Verflechtung der Vorstellungen über die Vergangenheit zwischen „klassischer“ europäischer, indischer und mesoamerikanischer Antike von der frühen Neuzeit bis in die Gegenwart erkennen. Das Buch bietet Denkanstöße für Personen, die sich mit historisch interessierter Kulturanthropologie, kritischer Altertumswissenschaft und Globalgeschichte beschäftigen.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This article refines Lipsky’s (1980) assertion that lacking resources negatively affect output performance. It uses fuzzy-set Qualitative Comparative Analysis to analyse the nuanced interplay of contextual and individual determinants of the output performance of veterinary inspectors as street-level bureaucrats in Switzerland. Moving ‘beyond Lipsky’, the study builds on recent theoretical contributions and a systematic comparison across organizational contexts. Against a widespread assumption, output performance is not all about the resources. The impact of perceived available resources hinges on caseloads, which prove to be more decisive. These contextual factors interact with individual attitudes emerging from diverse public accountabilities. The results contextualize the often-emphasized importance of worker-client interaction. In a setting where clients cannot escape the interaction, street-level bureaucrats are not primarily held accountable by them. Studies of output performance should thus sensibly consider gaps between what is being demanded of and offered to street-level bureaucrats, and the latter’s multiple embeddedness.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Segmented filamentous bacterium (SFB) is a symbiont that drives postnatal maturation of gut adaptive immune responses. In contrast to nonpathogenic E. coli, SFB stimulated vigorous development of Peyer's patches germinal centers but paradoxically induced only a low frequency of specific immunoglobulin A (IgA)-secreting cells with delayed accumulation of somatic mutations. Moreover, blocking Peyer's patch development abolished IgA responses to E. coli, but not to SFB. Indeed, SFB stimulated the postnatal development of isolated lymphoid follicles and tertiary lymphoid tissue, which substituted for Peyer's patches as inductive sites for intestinal IgA and SFB-specific T helper 17 (Th17) cell responses. Strikingly, in mice depleted of gut organized lymphoid tissue, SFB still induced a substantial but nonspecific intestinal Th17 cell response. These results demonstrate that SFB has the remarkable capacity to induce and stimulate multiple types of intestinal lymphoid tissues that cooperate to generate potent IgA and Th17 cell responses displaying only limited target specificity.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The domain of context-free languages has been extensively explored and there exist numerous techniques for parsing (all or a subset of) context-free languages. Unfortunately, some programming languages are not context-free. Using standard context-free parsing techniques to parse a context-sensitive programming language poses a considerable challenge. Im- plementors of programming language parsers have adopted various techniques, such as hand-written parsers, special lex- ers, or post-processing of an ambiguous parser output to deal with that challenge. In this paper we suggest a simple extension of a top-down parser with contextual information. Contrary to the tradi- tional approach that uses only the input stream as an input to a parsing function, we use a parsing context that provides ac- cess to a stream and possibly to other context-sensitive infor- mation. At a same time we keep the context-free formalism so a grammar definition stays simple without mind-blowing context-sensitive rules. We show that our approach can be used for various purposes such as indent-sensitive parsing, a high-precision island parsing or XML (with arbitrary el- ement names) parsing. We demonstrate our solution with PetitParser, a parsing-expression grammar based, top-down, parser combinator framework written in Smalltalk.