6 resultados para lightweight

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


Relevância:

10.00% 10.00%

Publicador:

Resumo:

Calcium influx into the dendritic tufts of layer 5 neocortical pyramidal neurons modifies a number of important cellular mechanisms. It can trigger local synaptic plasticity and switch the firing properties from regular to burst firing. Due to methodological limitations, our knowledge about Ca2+ spikes in the dendritic tuft stems mostly from in vitro experiments. However, it has been speculated that regenerative Ca2+ events in the distal dendrites correlate with distinct behavioral states. Therefore it would be most desirable to be able to record these Ca2+ events in vivo, preferably in the behaving animal. Here, we present a novel approach for recording Ca2+ signals in the dendrites of populations of layer 5 pyramidal neurons in vivo, which ensures that all recorded fluorescence changes are due to intracellular Ca2+ signals in the apical dendrites. The method has two main features: 1) bolus loading of layer 5 with a membrane-permeant Ca2+ dye resulting in specific loading of pyramidal cell dendrites in the upper layers and 2) a fiberoptic cable attached to a gradient index lens and a prism reflecting light horizontally at 90 degrees to the angle of the apical dendrites. We demonstrate that the in vivo signal-to-noise ratio recorded with this relatively inexpensive and easy-to-implement fiberoptic-based device is comparable to conventional camera-based imaging systems used in vitro. In addition, the device is flexible and lightweight and can be used for recording Ca2+ signals in the distal dendritic tuft of freely behaving animals.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Internet of Things based systems are anticipated to gain widespread use in industrial applications. Standardization efforts, like 6L0WPAN and the Constrained Application Protocol (CoAP) have made the integration of wireless sensor nodes possible using Internet technology and web-like access to data (RESTful service access). While there are still some open issues, the interoperability problem in the lower layers can now be considered solved from an enterprise software vendors' point of view. One possible next step towards integration of real-world objects into enterprise systems and solving the corresponding interoperability problems at higher levels is to use semantic web technologies. We introduce an abstraction of real-world objects, called Semantic Physical Business Entities (SPBE), using Linked Data principles. We show that this abstraction nicely fits into enterprise systems, as SPBEs allow a business object centric view on real-world objects, instead of a pure device centric view. The interdependencies between how currently services in an enterprise system are used and how this can be done in a semantic real-world aware enterprise system are outlined, arguing for the need of semantic services and semantic knowledge repositories. We introduce a lightweight query language, which we use to perform a quantitative analysis of our approach to demonstrate its feasibility.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Code clone detection helps connect developers across projects, if we do it on a large scale. The cornerstones that allow clone detection to work on a large scale are: (1) bad hashing (2) lightweight parsing using regular expressions and (3) MapReduce pipelines. Bad hashing means to determine whether or not two artifacts are similar by checking whether their hashes are identical. We show a bad hashing scheme that works well on source code. Lightweight parsing using regular expressions is our technique of obtaining entire parse trees from regular expressions, robustly and efficiently. We detail the algorithm and implementation of one such regular expression engine. MapReduce pipelines are a way of expressing a computation such that it can automatically and simply be parallelized. We detail the design and implementation of one such MapReduce pipeline that is efficient and debuggable. We show a clone detector that combines these cornerstones to detect code clones across all projects, across all versions of each project.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

When analysing software metrics, users find that visualisation tools lack support for (1) the detection of patterns within metrics; and (2) enabling analysis of software corpora. In this paper we present Explora, a visualisation tool designed for the simultaneous analysis of multiple metrics of systems in software corpora. Explora incorporates a novel lightweight visualisation technique called PolyGrid that promotes the detection of graphical patterns. We present an example where we analyse the relation of subtype polymorphism with inheritance and invocation in corpora of Smalltalk and Java systems and find that (1) subtype polymorphism is more likely to be found in large hierarchies; (2) as class hierarchies grow horizontally, they also do so vertically; and (3) in polymorphic hierarchies the length of the name of the classes is orthogonal to the cardinality of the call sites.