83 resultados para proof-of-concept


Relevância:

100.00% 100.00%

Publicador:

Resumo:

The promise of search-driven development is that developers will save time and resources by reusing external code in their local projects. To efficiently integrate this code, users must be able to trust it, thus trustability of code search results is just as important as their relevance. In this paper, we introduce a trustability metric to help users assess the quality of code search results and therefore ease the cost-benefit analysis they undertake trying to find suitable integration candidates. The proposed trustability metric incorporates both user votes and cross-project activity of developers to calculate a "karma" value for each developer. Through the karma value of all its developers a project is ranked on a trustability scale. We present JBENDER, a proof-of-concept code search engine which implements our trustability metric and we discuss preliminary results from an evaluation of the prototype.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

To support development tools like debuggers, runtime systems need to provide a meta-programming interface to alter their semantics and access internal data. Reflective capabilities are typically fixed by the Virtual Machine (VM). Unanticipated reflective features must either be simulated by complex program transformations, or they require the development of a specially tailored VM. We propose a novel approach to behavioral reflection that eliminates the barrier between applications and the VM by manipulating an explicit tower of first-class interpreters. Pinocchio is a proof-of-concept implementation of our approach which enables radical changes to the interpretation of programs by explicitly instantiating subclasses of the base interpreter. We illustrate the design of Pinocchio through non-trivial examples that extend runtime semantics to support debugging, parallel debugging, and back-in-time object-flow debugging. Although performance is not yet addressed, we also discuss numerous opportunities for optimization, which we believe will lead to a practical approach to behavioral reflection.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In this contribution, a pulse sequence is described for recording accordion-optimized DEPT experiments. The proposed ACCORDEPT experiment detects a wide range of one-bond coupling constants using accordion optimization. As a proof of concept, this strategy has been applied to a mesogen containing a large range of one-bond (1)J(CH) coupling constants associated with the various structural elements. The ACCORDEPT experiment afforded significant enhancements for the resonances with the larger 1JCH couplings, similar SNR for aliphatic resonances, but reduced SNR for aliphatic resonances as compared with the standard DEPT experiment. In addition, the ACCORDEPT is straightforward to implement, does not require any supplementary calibration procedures and can be used under automated conditions without difficulty by inexperienced users. Copyright (C) 2010 John Wiley & Sons, Ltd.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Human experimental pain models require standardized stimulation and quantitative assessment of the evoked responses. This approach can be applied to healthy volunteers and pain patients before and after pharmacological interventions. Standardized stimuli of different modalities (ie, mechanical, chemical, thermal or electrical) can be applied to the skin, muscles and viscera for a differentiated and comprehensive assessment of various pain pathways and mechanisms. Using a multi-modal, multi-tissue approach, new and existing analgesic drugs can be profiled by their modulation of specific biomarkers. It has been shown that biomarkers, for example, those related to the central integration of repetitive nociceptive stimuli, can predict efficacy of a given drug in neuropathic pain conditions. Human experimental pain models can bridge animal and clinical pain research, and act as translational research providing new possibilities for designing successful clinical trials. Proof-of-concept studies provide cheap, fast and reliable information on dose-efficacy relationships and how pain sensed in the skin, muscles and viscera are inhibited.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Online reputation management deals with monitoring and influencing the online record of a person, an organization or a product. The Social Web offers increasingly simple ways to publish and disseminate personal or opinionated information, which can rapidly have a disastrous influence on the online reputation of some of the entities. This dissertation can be split into three parts: In the first part, possible fuzzy clustering applications for the Social Semantic Web are investigated. The second part explores promising Social Semantic Web elements for organizational applications,while in the third part the former two parts are brought together and a fuzzy online reputation analysis framework is introduced and evaluated. Theentire PhD thesis is based on literature reviews as well as on argumentative-deductive analyses.The possible applications of Social Semantic Web elements within organizations have been researched using a scenario and an additional case study together with two ancillary case studies—based on qualitative interviews. For the conception and implementation of the online reputation analysis application, a conceptual framework was developed. Employing test installations and prototyping, the essential parts of the framework have been implemented.By following a design sciences research approach, this PhD has created two artifacts: a frameworkand a prototype as proof of concept. Bothartifactshinge on twocoreelements: a (cluster analysis-based) translation of tags used in the Social Web to a computer-understandable fuzzy grassroots ontology for the Semantic Web, and a (Topic Maps-based) knowledge representation system, which facilitates a natural interaction with the fuzzy grassroots ontology. This is beneficial to the identification of unknown but essential Web data that could not be realized through conventional online reputation analysis. Theinherent structure of natural language supports humans not only in communication but also in the perception of the world. Fuzziness is a promising tool for transforming those human perceptions intocomputer artifacts. Through fuzzy grassroots ontologies, the Social Semantic Web becomes more naturally and thus can streamline online reputation management.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Historical information is always relevant for clinical trial design. Additionally, if incorporated in the analysis of a new trial, historical data allow to reduce the number of subjects. This decreases costs and trial duration, facilitates recruitment, and may be more ethical. Yet, under prior-data conflict, a too optimistic use of historical data may be inappropriate. We address this challenge by deriving a Bayesian meta-analytic-predictive prior from historical data, which is then combined with the new data. This prospective approach is equivalent to a meta-analytic-combined analysis of historical and new data if parameters are exchangeable across trials. The prospective Bayesian version requires a good approximation of the meta-analytic-predictive prior, which is not available analytically. We propose two- or three-component mixtures of standard priors, which allow for good approximations and, for the one-parameter exponential family, straightforward posterior calculations. Moreover, since one of the mixture components is usually vague, mixture priors will often be heavy-tailed and therefore robust. Further robustness and a more rapid reaction to prior-data conflicts can be achieved by adding an extra weakly-informative mixture component. Use of historical prior information is particularly attractive for adaptive trials, as the randomization ratio can then be changed in case of prior-data conflict. Both frequentist operating characteristics and posterior summaries for various data scenarios show that these designs have desirable properties. We illustrate the methodology for a phase II proof-of-concept trial with historical controls from four studies. Robust meta-analytic-predictive priors alleviate prior-data conflicts ' they should encourage better and more frequent use of historical data in clinical trials.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Software developers are often unsure of the exact name of the method they need to use to invoke the desired behavior in a given context. This results in a process of searching for the correct method name in documentation, which can be lengthy and distracting to the developer. We can decrease the method search time by enhancing the documentation of a class with the most frequently used methods. Usage frequency data for methods is gathered by analyzing other projects from the same ecosystem - written in the same language and sharing dependencies. We implemented a proof of concept of the approach for Pharo Smalltalk and Java. In Pharo Smalltalk, methods are commonly searched for using a code browser tool called "Nautilus", and in Java using a web browser displaying HTML based documentation - Javadoc. We developed plugins for both browsers and gathered method usage data from open source projects, in order to increase developer productivity by reducing method search time. A small initial evaluation has been conducted showing promising results in improving developer productivity.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Dynamically typed languages lack information about the types of variables in the source code. Developers care about this information as it supports program comprehension. Ba- sic type inference techniques are helpful, but may yield many false positives or negatives. We propose to mine information from the software ecosys- tem on how frequently given types are inferred unambigu- ously to improve the quality of type inference for a single system. This paper presents an approach to augment existing type inference techniques by supplementing the informa- tion available in the source code of a project with data from other projects written in the same language. For all available projects, we track how often messages are sent to instance variables throughout the source code. Predictions for the type of a variable are made based on the messages sent to it. The evaluation of a proof-of-concept prototype shows that this approach works well for types that are sufficiently popular, like those from the standard librarie, and tends to create false positives for unpopular or domain specific types. The false positives are, in most cases, fairly easily identifiable. Also, the evaluation data shows a substantial increase in the number of correctly inferred types when compared to the non-augmented type inference.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In recent decades the application of bioreactors has revolutionized the concept of culturing tissues and organs that require mechanical loading. In intervertebral disc (IVD) research, collaborative efforts of biomedical engineering, biology and mechatronics have led to the innovation of new loading devices that can maintain viable IVD organ explants from large animals and human cadavers in precisely defined nutritional and mechanical environments over extended culture periods. Particularly in spine and IVD research, these organ culture models offer appealing alternatives, as large bipedal animal models with naturally occurring IVD degeneration and a genetic background similar to the human condition do not exist. Latest research has demonstrated important concepts including the potential of homing of mesenchymal stem cells to nutritionally or mechanically stressed IVDs, and the regenerative potential of "smart" biomaterials for nucleus pulposus or annulus fibrosus repair. In this review, we summarize the current knowledge about cell therapy, injection of cytokines and short peptides to rescue the degenerating IVD. We further stress that most bioreactor systems simplify the real in vivo conditions providing a useful proof of concept. Limitations are that certain aspects of the immune host response and pain assessments cannot be addressed with ex vivo systems. Coccygeal animal disc models are commonly used because of their availability and similarity to human IVDs. Although in vitro loading environments are not identical to the human in vivo situation, 3D ex vivo organ culture models of large animal coccygeal and human lumbar IVDs should be seen as valid alternatives for screening and feasibility testing to augment existing small animal, large animal, and human clinical trial experiments.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

One of the simplest questions that can be asked about molecular diversity is how many organic molecules are possible in total? To answer this question, my research group has computationally enumerated all possible organic molecules up to a certain size to gain an unbiased insight into the entire chemical space. Our latest database, GDB-17, contains 166.4 billion molecules of up to 17 atoms of C, N, O, S, and halogens, by far the largest small molecule database reported to date. Molecules allowed by valency rules but unstable or nonsynthesizable due to strained topologies or reactive functional groups were not considered, which reduced the enumeration by at least 10 orders of magnitude and was essential to arrive at a manageable database size. Despite these restrictions, GDB-17 is highly relevant with respect to known molecules. Beyond enumeration, understanding and exploiting GDBs (generated databases) led us to develop methods for virtual screening and visualization of very large databases in the form of a “periodic system of molecules” comprising six different fingerprint spaces, with web-browsers for nearest neighbor searches, and the MQN- and SMIfp-Mapplet application for exploring color-coded principal component maps of GDB and other large databases. Proof-of-concept applications of GDB for drug discovery were realized by combining virtual screening with chemical synthesis and activity testing for neurotransmitter receptor and transporter ligands. One surprising lesson from using GDB for drug analog searches is the incredible depth of chemical space, that is, the fact that millions of very close analogs of any molecule can be readily identified by nearest-neighbor searches in the MQN-space of the various GDBs. The chemical space project has opened an unprecedented door on chemical diversity. Ongoing and yet unmet challenges concern enumerating molecules beyond 17 atoms and synthesizing GDB molecules with innovative scaffolds and pharmacophores.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

BACKGROUND Patients with downbeat nystagmus syndrome suffer from oscillopsia, which leads to an unstable visual perception and therefore impaired visual acuity. The aim of this study was to use real-time computer-based visual feedback to compensate for the destabilizing slow phase eye movements. METHODS The patients were sitting in front of a computer screen with the head fixed on a chin rest. The eye movements were recorded by an eye tracking system (EyeSeeCam®). We tested the visual acuity with a fixed Landolt C (static) and during real-time feedback driven condition (dynamic) in gaze straight ahead and (20°) sideward gaze. In the dynamic condition, the Landolt C moved according to the slow phase eye velocity of the downbeat nystagmus. The Shapiro-Wilk test was used to test for normal distribution and one-way ANOVA for comparison. RESULTS Ten patients with downbeat nystagmus were included in the study. Median age was 76 years and the median duration of symptoms was 6.3 years (SD +/- 3.1y). The mean slow phase velocity was moderate during gaze straight ahead (1.44°/s, SD +/- 1.18°/s) and increased significantly in sideward gaze (mean left 3.36°/s; right 3.58°/s). In gaze straight ahead, we found no difference between the static and feedback driven condition. In sideward gaze, visual acuity improved in five out of ten subjects during the feedback-driven condition (p = 0.043). CONCLUSIONS This study provides proof of concept that non-invasive real-time computer-based visual feedback compensates for the SPV in DBN. Therefore, real-time visual feedback may be a promising aid for patients suffering from oscillopsia and impaired text reading on screen. Recent technological advances in the area of virtual reality displays might soon render this approach feasible in fully mobile settings.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

BACKGROUND: Bioluminescence imaging is widely used for cell-based assays and animal imaging studies, both in biomedical research and drug development. Its main advantages include its high-throughput applicability, affordability, high sensitivity, operational simplicity, and quantitative outputs. In malaria research, bioluminescence has been used for drug discovery in vivo and in vitro, exploring host-pathogen interactions, and studying multiple aspects of Plasmodium biology. While the number of fluorescent proteins available for imaging has undergone a great expansion over the last two decades, enabling simultaneous visualization of multiple molecular and cellular events, expansion of available luciferases has lagged behind. The most widely used bioluminescent probe in malaria research is the Photinus pyralis firefly luciferase, followed by the more recently introduced Click-beetle and Renilla luciferases. Ultra-sensitive imaging of Plasmodium at low parasite densities has not been previously achieved. With the purpose of overcoming these challenges, a Plasmodium berghei line expressing the novel ultra-bright luciferase enzyme NanoLuc, called PbNLuc has been generated, and is presented in this work. RESULTS: NanoLuc shows at least 150 times brighter signal than firefly luciferase in vitro, allowing single parasite detection in mosquito, liver, and sexual and asexual blood stages. As a proof-of-concept, the PbNLuc parasites were used to image parasite development in the mosquito, liver and blood stages of infection, and to specifically explore parasite liver stage egress, and pre-patency period in vivo. CONCLUSIONS: PbNLuc is a suitable parasite line for sensitive imaging of the entire Plasmodium life cycle. Its sensitivity makes it a promising line to be used as a reference for drug candidate testing, as well as the characterization of mutant parasites to explore the function of parasite proteins, host-parasite interactions, and the better understanding of Plasmodium biology. Since the substrate requirements of NanoLuc are different from those of firefly luciferase, dual bioluminescence imaging for the simultaneous characterization of two lines, or two separate biological processes, is possible, as demonstrated in this work.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Despite the enormous economic importance of Neospora caninum related veterinary diseases, the number of effective therapeutic agents is relatively small. Development of new therapeutic strategies to combat the economic impact of neosporosis remains an important scientific endeavor. This study demonstrates molecular, structural and phenotypic evidence that N. caninum calcium-dependent protein kinase 1 (NcCDPK1) is a promising molecular target for neosporosis drug development. Recombinant NcCDPK1 was expressed, purified and screened against a select group of bumped kinase inhibitors (BKIs) previously shown to have low IC50s against Toxoplasma gondii CDPK1 and T. gondii tachyzoites. NcCDPK1 was inhibited by low concentrations of BKIs. The three-dimensional structure of NcCDPK1 in complex with BKIs was studied crystallographically. The BKI-NcCDPK1 structures demonstrated the structural basis for potency and selectivity. Calcium-dependent conformational changes in solution as characterized by small-angle X-ray scattering are consistent with previous structures in low Calcium-state but different in the Calcium-bound active state than predicted by X-ray crystallography. BKIs effectively inhibited N. caninum tachyzoite proliferation in vitro. Electron microscopic analysis of N. caninum cells revealed ultra-structural changes in the presence of BKI compound 1294. BKI compound 1294 interfered with an early step in Neospora tachyzoite host cell invasion and egress. Prolonged incubation in the presence of 1294 interfered produced observable interference with viability and replication. Oral dosing of BKI compound 1294 at 50 mg/kg for 5 days in established murine neosporosis resulted in a 10-fold reduced cerebral parasite burden compared to untreated control. Further experiments are needed to determine the PK, optimal dosage, and duration for effective treatment in cattle and dogs, but these data demonstrate proof-of-concept for BKIs, and 1294 specifically, for therapy of bovine and canine neosporosis.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

In abstinence maintenance programs, for reissuing the driving licence and in workplace monitoring programs abstinence from ethanol and its proof are demanded. Various monitoring programs that mainly use ethyl glucuronide (EtG) as alcohol consumption marker have been established. To abstain from ethanol, but not from the taste of alcoholic beverages, in particular non-alcoholic beer has become more and more popular. In Germany, these "alcohol-free" beverages may still have an ethanol content of up to 0.5vol.% without the duty of declaration. Due to severe negative consequences resulting from positive EtG tests, a drinking experiment with 2.5L of non-alcoholic beer per person was performed to address the question of measurable concentrations of the direct metabolites EtG and EtS (ethyl sulphate) in urine and blood. Both alcohol consumption markers - determined by LC-MS/MS - were found in high concentrations: maximum concentrations in urine found in three volunteers were EtG 0.30-0.87mg/L and EtS 0.04-0.07mg/L, i.e., above the often applied cut-off value for the proof of abstinence of 0.1mg EtG/L. In the urine samples of one further volunteer, EtG and EtS concentrations cumulated over-night and reached up to 14.1mg/L EtG and 16.1mg/L EtS in the next morning's urine. Ethanol concentrations in blood and urine samples were negative (determined by HS-GC-FID and by an ADH-based method).

Relevância:

90.00% 90.00%

Publicador:

Resumo:

The rat double-SAH model is one of the standard models to simulate delayed cerebral vasospasm (CVS) in humans. However, the proof of delayed ischemic brain damage is missing so far. Our objective was, therefore, to determine histological changes in correlation with the development of symptomatic and perfusion weighted imaging (PWI) proven CVS in this animal model. CVS was induced by injection of autologous blood in the cisterna magna of 22 Sprague-Dawley rats. Histological changes were analyzed on day 3 and day 5. Cerebral blood flow (CBF) was assessed by PWI at 3 tesla magnetic resonance (MR) tomography. Neuronal cell count did not differ between sham operated and SAH rats in the hippocampus and the cerebral cortex on day 3. In contrast, on day 5 after SAH the neuronal cell count was significantly reduced in the hippocampus (p<0.001) and the inner cortical layer (p=0.03). The present investigation provides quantitative data on brain tissue damage in association with delayed CVS for the first time in a rat SAH model. Accordingly, our data suggest that the rat double-SAH model may be suitable to mimic delayed ischemic brain damage due to CVS and to investigate the neuroprotective effects of drugs.