29 resultados para Information in biology

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


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Java Enterprise Applications (JEAs) are large systems that integrate multiple technologies and programming languages. Transactions in JEAs simplify the development of code that deals with failure recovery and multi-user coordination by guaranteeing atomicity of sets of operations. The heterogeneous nature of JEAs, however, can obfuscate conceptual errors in the application code, and in particular can hide incorrect declarations of transaction scope. In this paper we present a technique to expose and analyze the application transaction scope in JEAs by merging and analyzing information from multiple sources. We also present several novel visualizations that aid in the analysis of transaction scope by highlighting anomalies in the specification of transactions and violations of architectural constraints. We have validated our approach on two versions of a large commercial case study.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

A confocal imaging and image processing scheme is introduced to visualize and evaluate the spatial distribution of spectral information in tissue. The image data are recorded using a confocal laser-scanning microscope equipped with a detection unit that provides high spectral resolution. The processing scheme is based on spectral data, is less error-prone than intensity-based visualization and evaluation methods, and provides quantitative information on the composition of the sample. The method is tested and validated in the context of the development of dermal drug delivery systems, introducing a quantitative uptake indicator to compare the performances of different delivery systems is introduced. A drug penetration study was performed in vitro. The results show that the method is able to detect, visualize and measure spectral information in tissue. In the penetration study, uptake efficiencies of different experiment setups could be discriminated and quantitatively described. The developed uptake indicator is a step towards a quantitative assessment and, in a more general view apart from pharmaceutical research, provides valuable information on tissue composition. It can potentially be used for clinical in vitro and in vivo applications.

Relevância:

100.00% 100.00%

Publicador:

Relevância:

100.00% 100.00%

Publicador:

Resumo:

From conventional radiography to cross-sectional imaging methods, modern radiology offers a wide range of diagnostic tools for investigating patients with fever. To achieve the best results and to yield a correct diagnosis, the radiologist must tailor the diagnostic protocol individually for every patient. The decision on the most suitable imaging method, and the type and timing of contrast media strongly depends on the suspected diagnosis. Based on patient history and laboratory data, some modalities may be contraindicated or the patient may need a premedication. The authors give a short overview of diagnostic strategies in evaluating the most important causes of fever and point to the need of discussion and co-operation between clinicians and radiologists.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In diesem Band wird rekonstruiert, wie sich der moderne Informationsbegriff aus den empirischen Verfahren der Vormoderne entwickelte. Gegen den Trend der Wissens- und der Kommunikationsgeschichte liegt der Fokus auf dem Umgang mit Information in staatlichen, kirchlichen und gelehrten Organisationen der Frühen Neuzeit. Information wurde gesammelt, sie gewann einen neuen Status in Herrschaft und Verwaltung und fand ihren Platz in der Entscheidungsfindung und den Legitimationsdiskursen der Moderne.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Developers rely on the mechanisms provided by their IDE to browse and navigate a large software system. These mechanisms are usually based purely on a system's static source code. The static perspective, however, is not enough to understand an object-oriented program's behavior, in particular if implemented in a dynamic language. We propose to enhance IDEs with a program's runtime information (eg. message sends and type information) to support program comprehension through precise navigation and informative browsing. To precisely specify the type and amount of runtime data to gather about a system under development, dynamically and on demand, we adopt a technique known as partial behavioral reflection. We implemented navigation and browsing enhancements to an IDE that exploit this runtime information in a prototype called Hermion. We present preliminary validation of our experimental enhanced IDE by asking developers to assess its usefulness to understand an unfamiliar software system.