This method paper presents a template solution for text mining of scientific literature using the R tm package. Literature to be analyzed can be collected manually or automatically using the code provided with this paper. Once the literature is collected, the three steps for conducting text mining can be performed as outlined below:• loading and cleaning of text from articles,• processing, statistical analysis, and clustering, and• presentation of results using generalized and tailor-made visualizations.The text mining steps can be applied to a single, multiple, or time series groups of documents.References are provided to three published peer reviewed articles that use the presented text mining methodology. The main advantages of our method are: (1) Its suitability for both research and educational purposes, (2) Compliance with the Findable Accessible Interoperable and Reproducible (FAIR) principles, and (3) code and example data are made available on GitHub under the open-source Apache V2 license.
DOCUMENT
This GitHub repository contains the code for a RShiny App for the calculation of center of pressure parameters for individuals performing a balance task. Such data can be obtained from (consumer grade) force plates like the AMTI, Kistler, Bertec or Wii Balance Board.
LINK
Drawing on a multiple case study of acquisitions of UK biopharmaceutical firms, we develop an analytical framework that elucidates how key determinants of the knowledge base of science-based firms and their combinations through M&As interact and affect post-acquisition investment in the target's R&D projects. We show that two factors - the complementarity/similarity of the technology, and the complementarity/similarity of the discovery and development capabilities of the target and acquiring firm - interact to produce different outcomes in terms of investment in the acquired firm's R&D assets and for the local science and technology system.
DOCUMENT
BACKGROUND: The quality standards of the Dutch Society of Intensive Care require monitoring of the satisfaction of patient's relatives with respect to care. Currently, no suitable instrument is available in the Netherlands to measure this. This study describes the development and psychometric evaluation of the questionnaire-based Consumer Quality Index 'Relatives in Intensive Care Unit' (CQI 'R-ICU'). The CQI 'R-ICU' measures the perceived quality of care from the perspective of patients' relatives, and identifies aspects of care that need improvement.METHODS: The CQI 'R-ICU' was developed using a mixed method design. Items were based on quality of care aspects from earlier studies and from focus group interviews with patients' relatives. The time period for the data collection of the psychometric evaluation was from October 2011 until July 2012. Relatives of adult intensive care patients in one university hospital and five general hospitals in the Netherlands were approached to participate. Psychometric evaluation included item analysis, inter-item analysis, and factor analysis.RESULTS: Twelve aspects were noted as being indicators of quality of care, and were subsequently selected for the questionnaire's vocabulary. The response rate of patients' relatives was 81% (n = 455). Quality of care was represented by two clusters, each showing a high reliability: 'Communication' (α = .80) and 'Participation' (α = .84). Relatives ranked the following aspects for quality of care as most important: no conflicting information, information from doctors and nurses is comprehensive, and health professionals take patients' relatives seriously. The least important care aspects were: need for contact with peers, nuisance, and contact with a spiritual counsellor. Aspects that needed the most urgent improvement (highest quality improvement scores) were: information about how relatives can contribute to the care of the patient, information about the use of meal-facilities in the hospital, and involvement in decision-making on the medical treatment of the patient.CONCLUSIONS: The CQI 'R-ICU' evaluates quality of care from the perspective of relatives of intensive care patients and provides practical information for quality assurance and improvement programs. The development and psychometric evaluation of the CQI 'R-ICU' led to a draft questionnaire, sufficient to justify further research into the reliability, validity, and the discriminative power of the questionnaire.
MULTIFILE
Calculation of the 95% predicted ellipse area in R from center of pressure measurements by means of posturography, following the code as published by Dr. P Schubert and Dr. M. Kirschner
DOCUMENT
Game development businesses often choose Lua for separating scripted game logic from reusable engine code. Lua can easily be embedded, has simple interfaces, and offers a powerful and extensible scripting language. Using Lua, developers can create prototypes and scripts at early development stages. However, when larger quantities of engine code and script are available, developers encounter maintainability and quality problems. First, the available automated solutions for interoperability do not take domain-specific optimizations into account. Maintaining a coupling by hand between the Lua interpreter and the engine code, usually in C++, is labour intensive and error-prone. Second, assessing the quality of Lua scripts is hard due to a lack of tools that support static analysis. Lua scripts for dynamic analysis only report warnings and errors at run-time and are limited to code coverage. A common solution to the first problem is developing an Interface Definition Language (IDL) from which ”glue code”, interoperability code between interfaces, is generated automatically. We address quality problems by proposing a method to complement techniques for Lua analysis. We introduce Lua AiR (Lua Analysis in Rascal), a framework for static analysis of Lua script in its embedded context, using IDL models and Rascal.
DOCUMENT
New approach methodologies predicting human cardiotoxicity are of interest to support or even replace in vivo-based drug safety testing. The present study presents an in vitro–in silico approach to predict the effect of inter-individual and inter-ethnic kinetic variations in the cardiotoxicity of R- and S-methadone in the Caucasian and the Chinese population. In vitro cardiotoxicity data, and metabolic data obtained from two approaches, using either individual human liver microsomes or recombinant cytochrome P450 enzymes (rCYPs), were integrated with physiologically based kinetic (PBK) models and Monte Carlo simulations to predict inter-individual and inter-ethnic variations in methadone-induced cardiotoxicity. Chemical specific adjustment factors were defined and used to derive dose–response curves for the sensitive individuals. Our simulations indicated that Chinese are more sensitive towards methadone-induced cardiotoxicity with Margin of Safety values being generally two-fold lower than those for Caucasians for both methadone enantiomers. Individual PBK models using microsomes and PBK models using rCYPs combined with Monte Carlo simulations predicted similar inter-individual and inter-ethnic variations in methadone-induced cardiotoxicity. The present study illustrates how inter-individual and inter-ethnic variations in cardiotoxicity can be predicted by combining in vitro toxicity and metabolic data, PBK modelling and Monte Carlo simulations. The novel methodology can be used to enhance cardiac safety evaluations and risk assessment of chemicals.
MULTIFILE
SUMMARY Architecture compliance checking (ACC) is an approach to verify conformance of implemented program code to high-level models of architec tural design. Static ACC focuses on the modular software architecture and on the existence of rule violating dependencies between modules. Accurate tool support is essential for effective and efficient ACC. This paper presents a study on the accuracy of ACC tools regarding dependency analysis and violation reporting. Ten tools were tested and compare d by means of a custom-made benchmark. The Java code of the benchmark testware contains 34 different types of dependencies, which are based on an inventory of dependency types in object oriented program code. In a second test, the code of open source system FreeMind was used to compare the 10 tools on the number of reported rule violating dependencies and the exactness of the dependency and violation messages. On the average, 77% of the dependencies in our custom-made test software were reported, while 72% of the dependencies within a module of FreeMind were reported. The results show that all tools in the test could improve the accuracy of the reported dependencies and violations, though large differences between the 10 tools were observed. We have identified10 hard-to-detect types of dependencies and four challenges in dependency detection. The relevance of our findings is substantiated by means of a frequency analysis of the hard-to-detect types of dependencies in five open source systems. DOI: 10.1002/spe.2421
DOCUMENT
Live programming is a style of development characterized by incremental change and immediate feedback. Instead of long edit-compile cycles, developers modify a running program by changing its source code, receiving immediate feedback as it instantly adapts in response. In this paper, we propose an approach to bridge the gap between running programs and textual domain-specific languages (DSLs). The first step of our approach consists of applying a novel model differencing algorithm, tmdiff, to the textual DSL code. By leveraging ordinary text differencing and origin tracking, tmdiff produces deltas defined in terms of the metamodel of a language. In the second step of our approach, the model deltas are applied at run time to update a running system, without having to restart it. Since the model deltas are derived from the static source code of the program, they are unaware of any run-time state maintained during model execution. We therefore propose a generic, dynamic patch architecture, rmpatch, which can be customized to cater for domain-specific state migration. We illustrate rmpatch in a case study of a live programming environment for a simple DSL implemented in Rascal for simultaneously defining and executing state machines.
DOCUMENT
Abstract-Architecture Compliance Checking (ACC) is useful to bridge the gap between architecture and implementation. ACC is an approach to verify conformance of implemented program code to high-level models of architectural design. Static ACC focuses on the modular software architecture and on the existence of rule violating dependencies between modules. Accurate tool support is essential for effective and efficient ACC. This paper presents a study on the accuracy of ACC tools regarding dependency analysis and violation reporting. Seven tools were tested and compared by means of a custom-made test application. In addition, the code of open source system Freemind was used to compare the tools on the number and precision of reported violation and dependency messages. On the average, 74 percent of 34 dependency types in our custom-made test software were reported, while 69 percent of 109 violating dependencies within a module of Freemind were reported. The test results show large differences between the tools, but all tools could improve the accuracy of the reported dependencies and violations.
DOCUMENT