279 resultados para C programming languages


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Rationale Although the advent of atypical, second-generation antipsychotics (SGAs) has resulted in reduced likelihood of akathisia, this adverse effect remains a problem. Extrapyramidal adverse effects are associated with increased drug occupancy of dopamine 2 receptors (DRD2). The A1 allele of the DRD2/ANKK1,rs1800497, is associated with decreased striatal DRD2 density. Objectives The aim of this study was to identify whether the A1(T) allele of the DRD2/ANKK1 was associated with akathisia (measured with the Barnes Akathisia Rating Scale) in a clinical sample of 234 patients treated with antipsychotics. Results Definite akathisia (a score≥ 2 for the global clinical assessment of akathisia) was significantly less common in subjects prescribed SGAs (16.8 %) than those prescribed FGAs (47.6%), p<0.0001. Overall, 24.1% of A1+ (A1A2/A1A1) patients treated with SGAs had akathisia compared to 10.8% of A1- (A2A2) patients. A1+ (A1A2/A1A1) patients administered SGAs also had higher global clinical assessment of akathisia scores than A1- subjects (p=0.01). SGAs maintained their advantage over FGAs regarding akathisia even in A1+ patients treated with SGAs. Conclusions These results strongly suggest that A1+ variants of the DRD2/ANKK1 Taq1A allele confer risk for akathisia in patients treated with SGAs and may explain inconsistencies across prior studies comparing FGAs and SGAs.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The symbolic and improvisational nature of Livecoding requires a shared networking framework to be flexible and extensible, while at the same time providing support for synchronisation, persistence and redundancy. Above all the framework should be robust and available across a range of platforms. This paper proposes tuple space as a suitable framework for network communication in ensemble livecoding contexts. The role of tuple space as a concurrency framework and the associated timing aspects of the tuple space model are explored through Spaces, an implementation of tuple space for the Impromptu environment.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

It is acknowledged around the world that many university students struggle with learning to program (McCracken et al., 2001; McGettrick et al., 2005). In this paper, we describe how we have developed a research programme to systematically study and incrementally improve our teaching. We have adopted a research programme with three elements: (1) a theory that provides an organising framework for defining the type of phenomena and data of interest, (2) data on how the class as a whole performs on formative assessment tasks that are framed from within the organising framework, and (3) data from one-on-one think aloud sessions, to establish why students struggle with some of those in-class formative assessment tasks. We teach introductory computer programming, but this three-element structure of our research is applicable to many areas of engineering education research.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Recent studies demonstrated endogenous expression level of Sox2, Oct-4 and c-Myc is correlated with the pluripotency and successful induction of induced pluripotent stem cells (iPSCs). Periondontal ligament cells (PDLCs)have multi-lineage diferentiation capability and ability to maintain undifferentiated stage, which makes PDLCs a suitable cell source for tissue repair and regeneration. To elucidate the effect of in vitro culture condition on the stemness potential of PDLCs, we explored the cell growth, proliferation, cell cycle, and the expression of Sox2, Oct-4 and c-Myc in PDLCs from passage 1 to 7 with or without the addition of recombinant human BMP4(rhBMP4). Our results revealed that BMP-4 promoted cell growth and proliferation, arrested PDLCs in S phase of cell cycle and upregulated PI value. It was revealed that without the addition of rhBMP4, the expression of Sox2, Oct-4 and c-Myc in PDLCs only maintained nucleus location until passage 3, then lost nucleus location subsequently. The mRNA expression in PDLCs further confirmed that the level of Sox2 and Oct-4 peaked at passage 3, then decreased afterwards, whereas c-Myc maintained consistently upregulation along passages. after the treatment with rhBMP4, the expression of Sox2, Oct-4 and c-Myc in PDLCs maintained nucleus location even at passage 7 and the mRNA expression of Sox2 and Oct-4 significantly upregulated at passage 5 and 7. These results demonstrated that addition of rhBMP-4 in the culture media could improve the current culture condition for PDLCs to maintain in an undifferentiated stage.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This chapter is a tutorial that teaches you how to design extended finite state machine (EFSM) test models for a system that you want to test. EFSM models are more powerful and expressive than simple finite state machine (FSM) models, and are one of the most commonly used styles of models for model-based testing, especially for embedded systems. There are many languages and notations in use for writing EFSM models, but in this tutorial we write our EFSM models in the familiar Java programming language. To generate tests from these EFSM models we use ModelJUnit, which is an open-source tool that supports several stochastic test generation algorithms, and we also show how to write your own model-based testing tool. We show how EFSM models can be used for unit testing and system testing of embedded systems, and for offline testing as well as online testing.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Student performance on examinations is influenced by the level of difficulty of the questions. It seems reasonable to propose therefore that assessment of the difficulty of exam questions could be used to gauge the level of skills and knowledge expected at the end of a course. This paper reports the results of a study investigating the difficulty of exam questions using a subjective assessment of difficulty and a purpose-built exam question complexity classification scheme. The scheme, devised for exams in introductory programming courses, assesses the complexity of each question using six measures: external domain references, explicitness, linguistic complexity, conceptual complexity, length of code involved in the question and/or answer, and intellectual complexity (Bloom level). We apply the scheme to 20 introductory programming exam papers from five countries, and find substantial variation across the exams for all measures. Most exams include a mix of questions of low, medium, and high difficulty, although seven of the 20 have no questions of high difficulty. All of the complexity measures correlate with assessment of difficulty, indicating that the difficulty of an exam question relates to each of these more specific measures. We discuss the implications of these findings for the development of measures to assess learning standards in programming courses.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Educators are faced with many challenging questions in designing an effective curriculum. What prerequisite knowledge do students have before commencing a new subject? At what level of mastery? What is the spread of capabilities between bare-passing students vs. the top performing group? How does the intended learning specification compare to student performance at the end of a subject? In this paper we present a conceptual model that helps in answering some of these questions. It has the following main capabilities: capturing the learning specification in terms of syllabus topics and outcomes; capturing mastery levels to model progression; capturing the minimal vs. aspirational learning design; capturing confidence and reliability metrics for each of these mappings; and finally, comparing and reflecting on the learning specification against actual student performance. We present a web-based implementation of the model, and validate it by mapping the final exams from four programming subjects against the ACM/IEEE CS2013 topics and outcomes, using Bloom's Taxonomy as the mastery scale. We then import the itemised exam grades from 632 students across the four subjects and compare the demonstrated student performance against the expected learning for each of these. Key contributions of this work are the validated conceptual model for capturing and comparing expected learning vs. demonstrated performance, and a web-based implementation of this model, which is made freely available online as a community resource.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Recent research has proposed Neo-Piagetian theory as a useful way of describing the cognitive development of novice programmers. Neo-Piagetian theory may also be a useful way to classify materials used in learning and assessment. If Neo-Piagetian coding of learning resources is to be useful then it is important that practitioners can learn it and apply it reliably. We describe the design of an interactive web-based tutorial for Neo-Piagetian categorization of assessment tasks. We also report an evaluation of the tutorial's effectiveness, in which twenty computer science educators participated. The average classification accuracy of the participants on each of the three Neo-Piagetian stages were 85%, 71% and 78%. Participants also rated their agreement with the expert classifications, and indicated high agreement (91%, 83% and 91% across the three Neo-Piagetian stages). Self-rated confidence in applying Neo-Piagetian theory to classifying programming questions before and after the tutorial were 29% and 75% respectively. Our key contribution is the demonstration of the feasibility of the Neo-Piagetian approach to classifying assessment materials, by demonstrating that it is learnable and can be applied reliably by a group of educators. Our tutorial is freely available as a community resource.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Nowadays people heavily rely on the Internet for information and knowledge. Wikipedia is an online multilingual encyclopaedia that contains a very large number of detailed articles covering most written languages. It is often considered to be a treasury of human knowledge. It includes extensive hypertext links between documents of the same language for easy navigation. However, the pages in different languages are rarely cross-linked except for direct equivalent pages on the same subject in different languages. This could pose serious difficulties to users seeking information or knowledge from different lingual sources, or where there is no equivalent page in one language or another. In this thesis, a new information retrieval task—cross-lingual link discovery (CLLD) is proposed to tackle the problem of the lack of cross-lingual anchored links in a knowledge base such as Wikipedia. In contrast to traditional information retrieval tasks, cross language link discovery algorithms actively recommend a set of meaningful anchors in a source document and establish links to documents in an alternative language. In other words, cross-lingual link discovery is a way of automatically finding hypertext links between documents in different languages, which is particularly helpful for knowledge discovery in different language domains. This study is specifically focused on Chinese / English link discovery (C/ELD). Chinese / English link discovery is a special case of cross-lingual link discovery task. It involves tasks including natural language processing (NLP), cross-lingual information retrieval (CLIR) and cross-lingual link discovery. To justify the effectiveness of CLLD, a standard evaluation framework is also proposed. The evaluation framework includes topics, document collections, a gold standard dataset, evaluation metrics, and toolkits for run pooling, link assessment and system evaluation. With the evaluation framework, performance of CLLD approaches and systems can be quantified. This thesis contributes to the research on natural language processing and cross-lingual information retrieval in CLLD: 1) a new simple, but effective Chinese segmentation method, n-gram mutual information, is presented for determining the boundaries of Chinese text; 2) a voting mechanism of name entity translation is demonstrated for achieving a high precision of English / Chinese machine translation; 3) a link mining approach that mines the existing link structure for anchor probabilities achieves encouraging results in suggesting cross-lingual Chinese / English links in Wikipedia. This approach was examined in the experiments for better, automatic generation of cross-lingual links that were carried out as part of the study. The overall major contribution of this thesis is the provision of a standard evaluation framework for cross-lingual link discovery research. It is important in CLLD evaluation to have this framework which helps in benchmarking the performance of various CLLD systems and in identifying good CLLD realisation approaches. The evaluation methods and the evaluation framework described in this thesis have been utilised to quantify the system performance in the NTCIR-9 Crosslink task which is the first information retrieval track of this kind.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We demonstrated for the first time by ab initio density functional calculation and molecular dynamics simulation that C0.5(BN)0.5 armchair single-walled nanotubes (NT) are gapless semiconductors and can be spontaneously formed via the hybrid connection of graphene/BN Nanoribbons (GNR/BNNR) at room temperature. The direct synthesis of armchair C0.5(BN)0.5 via the hybrid connection of GNR/BNNR is predicted to be both thermodynamically and dynamically stable. Such novel armchair C0.5(BN)0.5 NTs possess enhanced conductance as that observed in GNRs. Additionally, the zigzag C0.5(BN)0.5 SWNTs are narrow band gap semiconductors, which may have potential application for light emission. In light of recent experimental progress and the enhanced degree of control in the synthesis of GNRs and BNNR, our results highlight an interesting avenue for synthesizing a novel specific type of C0.5(BN)0.5 nanotube (gapless or narrow direct gap semiconductor), with potentially important applications in BNC-based nanodevices.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper considers the problem of reconstructing the motion of a 3D articulated tree from 2D point correspondences subject to some temporal prior. Hitherto, smooth motion has been encouraged using a trajectory basis, yielding a hard combinatorial problem with time complexity growing exponentially in the number of frames. Branch and bound strategies have previously attempted to curb this complexity whilst maintaining global optimality. However, they provide no guarantee of being more efficient than exhaustive search. Inspired by recent work which reconstructs general trajectories using compact high-pass filters, we develop a dynamic programming approach which scales linearly in the number of frames, leveraging the intrinsically local nature of filter interactions. Extension to affine projection enables reconstruction without estimating cameras.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Objective: To explore the range of meanings about the role of support for patients with hepatitis C by examining medical specialists' perceptions. Method: The study employed a qualitative, open-ended interview design and was conducted in four major teaching hospitals in Adelaide, South Australia. Eight participants (three infectious disease physicians, four gastroenterologists, one hepatologist), selected through purposive sampling, were interviewed about general patient support, their role in support provision, the role of non-medical support and their reasons for not using support services. Results: Main themes included a focus on support as information provision and that patient education is best carried out by a medical specialist. The use of support services was defined as the patient's decision. Participants identified four key periods when patients would benefit from support; during diagnosis, failure to meet treatment criteria, during interferon treatment and following treatment failure. Conclusions: It was concluded that while barriers exist to the establishment of partnerships between specialists and other support services, this study has identified clear points at which future partnerships could be established. Implications: A partnership approach to developing support for patients with hepatitis C offers a systematic framework to facilitate the participation of health professionals and the community in an important area of public health.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Thompson, E.J. & Simon, B.K. (2012). A revision of Calyptochloa C.E.Hubb. (Poaceae), with two new species and a new subspecies. Austrobaileya 8(4): 634–652. Two new species of Calyptochloa C.E.Hubb. (Calyptochloa cylindrosperma E.J.Thomps. & B.K.Simon and C. johnsoniana E.J.Thomps. & B.K.Simon) endemic to central Queensland, and a new subspecies of Calyptochloa gracillima C.E.Hubb. (C. gracillima subsp. ipsviciensis E.J.Thomps. & B.K.Simon) endemic to southeast Queensland are described and illustrated.