854 resultados para Concept-based Retrieval
Resumo:
INTRODUCTION: Osteoporosis is not only responsible for an increased number of metaphyseal and spinal fractures but it also complicates their treatment. To prevent the initial loosening, we developed a new implant with an enlarged implant/bone interface based on the concept of perforated, hollow cylinders. We evaluated whether osseointegration of a hollow cylinder based implant takes place in normal or osteoporotic bone of sheep under functional loading conditions during anterior stabilization of the lumbar spine. MATERIALS AND METHODS: Osseointegration of the cylinders and status of the fused segments (ventral corpectomy, replacement with iliac strut, and fixation with testing implant) were investigated in six osteoporotic (age 6.9 +/- 0.8 years, mean body weight 61.1 +/- 5.2 kg) and seven control sheep (age 6.1 +/- 0.2 years, mean body weight 64.9 +/- 5.7 kg). Osteoporosis was introduced using a combination protocol of ovariectomy, high-dose prednisone, calcium and phosphor reduced diet and movement restriction. Osseointegration was quantified using fluorescence and conventional histology; fusion status was determined using biomechanical testing of the stabilized segment in a six-degree-of-freedom loading device as well as with radiological and histological staging. RESULTS: Intact bone trabeculae were found in 70% of all perforations without differences between the two groups (P = 0.26). Inside the cylinders, bone volume/total volume was significantly higher than in the control vertebra (50 +/- 16 vs. 28 +/- 13%) of the same animal (P<0.01), but significantly less (P<0.01) than in the near surrounding (60 +/- 21%). After biomechanical testing as described in Sect. "Materials and methods", seven spines (three healthy and four osteoporotic) were classified as completely fused and six (four healthy and two osteoporotic) as not fused after a 4-month observation time. All endplates were bridged with intact trabeculae in the histological slices. CONCLUSIONS: The high number of perforations, filled with intact trabeculae, indicates an adequate fixation; bridging trabeculae between adjacent endplates and tricortical iliac struts in all vertebrae indicates that the anchorage is adequate to promote fusion in this animal model, even in the osteoporotic sheep.
Resumo:
Carotid sinus baroreceptors are involved in controlling blood pressure (BP) by providing input to the cardiovascular regulatory centers of the medulla. The acute effect of temporarily placing an electrode on the carotid sinus wall to electrically activate the baroreflex was investigated. We studied 11 patients undergoing elective carotid surgery. Baseline BP was 146+30/66+/-17 mm Hg and heart rate (HR) 72+/-7 bpm (mean +/- standard deviation). An electrode was placed upon the carotid sinus and after obtaining a steady state baseline of BP and HR, an electric current was applied and increased in 1-volt increments. A voltage dependent and highly significant reduction in BP was observed which averaged 18+/-26* and 8.0+/-12 mm Hg for systolic BP and diastolic BP, respectively. Maximal reductions occurred at 4.4+/-1.2 V: 23+/-24 mm Hg*, 16+/-10 mm Hg* and 7+/-12 bpm* for systolic BP, diastolic BP and HR, respectively ( = p <.05). Thus, electrical stimulation of the carotid sinus activates the carotid baroreflex resulting in a reduction in BP and HR. This presents a proof of concept for device based baroreflex modulation in acute BP regulation and adds to the available data which provide a rationale for evaluating this system in the context of chronic BP reduction in hypertensive patients.
Resumo:
Spectrum sensing is currently one of the most challenging design problems in cognitive radio. A robust spectrum sensing technique is important in allowing implementation of a practical dynamic spectrum access in noisy and interference uncertain environments. In addition, it is desired to minimize the sensing time, while meeting the stringent cognitive radio application requirements. To cope with this challenge, cyclic spectrum sensing techniques have been proposed. However, such techniques require very high sampling rates in the wideband regime and thus are costly in hardware implementation and power consumption. In this thesis the concept of compressed sensing is applied to circumvent this problem by utilizing the sparsity of the two-dimensional cyclic spectrum. Compressive sampling is used to reduce the sampling rate and a recovery method is developed for re- constructing the sparse cyclic spectrum from the compressed samples. The reconstruction solution used, exploits the sparsity structure in the two-dimensional cyclic spectrum do-main which is different from conventional compressed sensing techniques for vector-form sparse signals. The entire wideband cyclic spectrum is reconstructed from sub-Nyquist-rate samples for simultaneous detection of multiple signal sources. After the cyclic spectrum recovery two methods are proposed to make spectral occupancy decisions from the recovered cyclic spectrum: a band-by-band multi-cycle detector which works for all modulation schemes, and a fast and simple thresholding method that works for Binary Phase Shift Keying (BPSK) signals only. In addition a method for recovering the power spectrum of stationary signals is developed as a special case. Simulation results demonstrate that the proposed spectrum sensing algorithms can significantly reduce sampling rate without sacrifcing performance. The robustness of the algorithms to the noise uncertainty of the wireless channel is also shown.
Resumo:
The patterning of photoactive purple membrane (PM) films onto electronic substrates to create a biologically based light detection device was investigated. This research is part of a larger collaborative effort to develop a miniaturized toxin detection platform. This platform will utilize PM films containing the photoactive protein bacteriorhodopsin to convert light energy to electrical energy. Following an effort to pattern PM films using focused ion beam machining, the photolithography based bacteriorhodopsin patterning technique (PBBPT) was developed. This technique utilizes conventional photolithography techniques to pattern oriented PM films onto flat substrates. After the basic patterning process was developed, studies were conducted that confirmed the photoelectric functionality of the PM films after patterning. Several process variables were studied and optimized in order to increase the pattern quality of the PM films. Optical microscopy, scanning electron microscopy, and interferometric microscopy were used to evaluate the PM films produced by the patterning technique. Patterned PM films with lateral dimensions of 15 μm have been demonstrated using this technique. Unlike other patterning techniques, the PBBPT uses standard photolithographic processes that make its integration with conventional semiconductor fabrication feasible. The final effort of this research involved integrating PM films patterned using the PBBPT with PMOS transistors. An indirect integration of PM films with PMOS transistors was successfully demonstrated. This indirect integration used the voltage produced by a patterned PM film under light exposure to modulate the gate of a PMOS transistor, activating the transistor. Following this success, a study investigating how this PM based light detection system responded to variations in light intensity supplied to the PM film. This work provides a successful proof of concept for a portion of the toxin detection platform currently under development.
Resumo:
An optimizing compiler internal representation fundamentally affects the clarity, efficiency and feasibility of optimization algorithms employed by the compiler. Static Single Assignment (SSA) as a state-of-the-art program representation has great advantages though still can be improved. This dissertation explores the domain of single assignment beyond SSA, and presents two novel program representations: Future Gated Single Assignment (FGSA) and Recursive Future Predicated Form (RFPF). Both FGSA and RFPF embed control flow and data flow information, enabling efficient traversal program information and thus leading to better and simpler optimizations. We introduce future value concept, the designing base of both FGSA and RFPF, which permits a consumer instruction to be encountered before the producer of its source operand(s) in a control flow setting. We show that FGSA is efficiently computable by using a series T1/T2/TR transformation, yielding an expected linear time algorithm for combining together the construction of the pruned single assignment form and live analysis for both reducible and irreducible graphs. As a result, the approach results in an average reduction of 7.7%, with a maximum of 67% in the number of gating functions compared to the pruned SSA form on the SPEC2000 benchmark suite. We present a solid and near optimal framework to perform inverse transformation from single assignment programs. We demonstrate the importance of unrestricted code motion and present RFPF. We develop algorithms which enable instruction movement in acyclic, as well as cyclic regions, and show the ease to perform optimizations such as Partial Redundancy Elimination on RFPF.
Resumo:
Understanding how a living cell behaves has become a very important topic in today’s research field. Hence, different sensors and testing devices have been designed to test the mechanical properties of these living cells. This thesis presents a method of micro-fabricating a bio-MEMS based force sensor which is used to measure the force response of living cells. Initially, the basic concepts of MEMS have been discussed and the different micro-fabrication techniques used to manufacture various MEMS devices have been described. There have been many MEMS based devices manufactured and employed for testing many nano-materials and bio-materials. Each of the MEMS based devices described in this thesis use a novel concept of testing the specimens. The different specimens tested are nano-tubes, nano-wires, thin film membranes and biological living cells. Hence, these different devices used for material testing and cell mechanics have been explained. The micro-fabrication techniques used to fabricate this force sensor has been described and the experiments preformed to successfully characterize each step in the fabrication have been explained. The fabrication of this force sensor is based on the facilities available at Michigan Technological University. There are some interesting and uncommon concepts in MEMS which have been observed during this fabrication. These concepts in MEMS which have been observed are shown in multiple SEM images.
Resumo:
Space Based Solar Power satellites use solar arrays to generate clean, green, and renewable electricity in space and transmit it to earth via microwave, radiowave or laser beams to corresponding receivers (ground stations). These traditionally are large structures orbiting around earth at the geo-synchronous altitude. This thesis introduces a new architecture for a Space Based Solar Power satellite constellation. The proposed concept reduces the high cost involved in the construction of the space satellite and in the multiple launches to the geo-synchronous altitude. The proposed concept is a constellation of Low Earth Orbit satellites that are smaller in size than the conventional system. For this application a Repeated Sun-Synchronous Track Circular Orbit is considered (RSSTO). In these orbits, the spacecraft re-visits the same locations on earth periodically every given desired number of days with the line of nodes of the spacecraft’s orbit fixed relative to the Sun. A wide range of solutions are studied, and, in this thesis, a two-orbit constellation design is chosen and simulated. The number of satellites is chosen based on the electric power demands in a given set of global cities. The orbits of the satellites are designed such that their ground tracks visit a maximum number of ground stations during the revisit period. In the simulation, the locations of the ground stations are chosen close to big cities, in USA and worldwide, so that the space power constellation beams down power directly to locations of high electric power demands. The j2 perturbations are included in the mathematical model used in orbit design. The Coverage time of each spacecraft over a ground site and the gap time between two consecutive spacecrafts visiting a ground site are simulated in order to evaluate the coverage continuity of the proposed solar power constellation. It has been observed from simulations that there always periods in which s spacecraft does not communicate with any ground station. For this reason, it is suggested that each satellite in the constellation be equipped with power storage components so that it can store power for later transmission. This thesis presents a method for designing the solar power constellation orbits such that the number of ground stations visited during the given revisit period is maximized. This leads to maximizing the power transmission to ground stations.
Resumo:
Wireless sensor network is an emerging research topic due to its vast and ever-growing applications. Wireless sensor networks are made up of small nodes whose main goal is to monitor, compute and transmit data. The nodes are basically made up of low powered microcontrollers, wireless transceiver chips, sensors to monitor their environment and a power source. The applications of wireless sensor networks range from basic household applications, such as health monitoring, appliance control and security to military application, such as intruder detection. The wide spread application of wireless sensor networks has brought to light many research issues such as battery efficiency, unreliable routing protocols due to node failures, localization issues and security vulnerabilities. This report will describe the hardware development of a fault tolerant routing protocol for railroad pedestrian warning system. The protocol implemented is a peer to peer multi-hop TDMA based protocol for nodes arranged in a linear zigzag chain arrangement. The basic working of the protocol was derived from Wireless Architecture for Hard Real-Time Embedded Networks (WAHREN).
Resumo:
Most desertification research focuses on degradation assessments without putting sufficient emphasis on prevention and mitigation strategies, although the concept of Sustainable Land Management (SLM) is increasingly being acknowledged. A variety of already applied conservation measures exist at the local level, but they are not adequately recognised, evaluated and shared, either by land users, technicians, researchers, or policy makers. Likewise, collaboration between research and implementation is often insufficient. The aim of this paper is to present a new methodology for a participatory process of appraising and selecting desertification mitigation strategies, and to present first experiences from its application in the EU-funded DESIRE project. The methodology combines a collective learning and decision approach with the use of evaluated global best practices. In three parts, it moves through a concise process, starting with identifying land degradation and locally applied solutions in a stakeholder workshop, leading to assessing local solutions with a standardised evaluation tool, and ending with jointly selecting promising strategies for implementation with the help of a decision support tool. The methodology is currently being applied in 16 study sites. Preliminary analysis from the application of the first part of the methodology shows that the initial stakeholder workshop results in a good basis for stakeholder cooperation, and in promising land conservation practices for further assessment. Study site research teams appreciated the valuable results, as burning issues and promising options emerged from joint reflection. The methodology is suitable to initiate mutual learning among different stakeholder groups and to integrate local and scientific knowledge.
Resumo:
This paper is a report about the FuXML project carried out at the FernUniversität Hagen. FuXML is a Learning Content Management System (LCMS) aimed at providing a practical and efficient solution for the issues attributed to authoring, maintenance, production and distribution of online and offline distance learning material. The paper presents the environment for which the system was conceived and describes the technical realisation. We discuss the reasons for specific implementation decisions and also address the integration of the system within the organisational and technical infrastructure of the university.
Resumo:
A system for screening of nutritional risk is described. It is based on the concept that nutritional support is indicated in patients who are severely ill with increased nutritional requirements, or who are severely undernourished, or who have certain degrees of severity of disease in combination with certain degrees of undernutrition. Degrees of severity of disease and undernutrition were defined as absent, mild, moderate or severe from data sets in a selected number of randomized controlled trials (RCTs) and converted to a numeric score. After completion, the screening system was validated against all published RCTs known to us of nutritional support vs spontaneous intake to investigate whether the screening system could distinguish between trials with a positive outcome and trials with no effect on outcome.
Resumo:
Die Grundidee hinter dem neuen Regalbediengerät ist die Minimierung der zu bewegenden Last durch die Verwendung einer seilbasierten Stewart-Gough-Plattform (SGP). Das klassische Regalbediengerät (RBG) wird dabei durch eine Plattform ersetzt, die an bis zu acht vorgespannten Seilen befestigt ist. Unterstützt wird diese Bauform durch eine abgestimmte Steuerungssoftware, die es ermöglicht die Vorteile des RBG optimal zu nutzen. Das hier mit Software vorgestellte Konzept regelt die Vorgehensweise zur Optimierung von Ein- und Auslagerungsaufträgen in einem Lagerregal, sowie die Optimierung der Fachbelegung in Zeiten ohne direkten Auftrag. Es beinhaltet dabei Mechanismen, die bestimmen wann Aufträge abgearbeitet werden, in welcher Reihenfolge und in welchen Kombinationen. Ziel ist es Ein- und Auslagerungsaufträge so zu kombinieren, dass möglichst effizient und schnell gearbeitet wird.
Resumo:
This paper introduces a novel vision for further enhanced Internet of Things services. Based on a variety of data (such as location data, ontology-backed search queries, in- and outdoor conditions) the Prometheus framework is intended to support users with helpful recommendations and information preceding a search for context-aware data. Adapted from artificial intelligence concepts, Prometheus proposes user-readjusted answers on umpteen conditions. A number of potential Prometheus framework applications are illustrated. Added value and possible future studies are discussed in the conclusion.
Resumo:
This paper introduces a novel vision for further enhanced Internet of Things services. Based on a variety of data – such as location data, ontology-backed search queries, in- and outdoor conditions – the Prometheus framework is intended to support users with helpful recommendations and information preceding a search for context-aware data. Adapted from artificial intelligence concepts, Prometheus proposes user-readjusted answers on umpteen conditions. A number of potential Prometheus framework applications are illustrated. Added value and possible future studies are discussed in the conclusion.
Resumo:
The use of biomarkers to infer drug response in patients is being actively pursued, yet significant challenges with this approach, including the complicated interconnection of pathways, have limited its application. Direct empirical testing of tumor sensitivity would arguably provide a more reliable predictive value, although it has garnered little attention largely due to the technical difficulties associated with this approach. We hypothesize that the application of recently developed microtechnologies, coupled to more complex 3-dimensional cell cultures, could provide a model to address some of these issues. As a proof of concept, we developed a microfluidic device where spheroids of the serous epithelial ovarian cancer cell line TOV112D are entrapped and assayed for their chemoresponse to carboplatin and paclitaxel, two therapeutic agents routinely used for the treatment of ovarian cancer. In order to index the chemoresponse, we analyzed the spatiotemporal evolution of the mortality fraction, as judged by vital dyes and confocal microscopy, within spheroids subjected to different drug concentrations and treatment durations inside the microfluidic device. To reflect microenvironment effects, we tested the effect of exogenous extracellular matrix and serum supplementation during spheroid formation on their chemotherapeutic response. Spheroids displayed augmented chemoresistance in comparison to monolayer culturing. This resistance was further increased by the simultaneous presence of both extracellular matrix and high serum concentration during spheroid formation. Following exposure to chemotherapeutics, cell death profiles were not uniform throughout the spheroid. The highest cell death fraction was found at the center of the spheroid and the lowest at the periphery. Collectively, the results demonstrate the validity of the approach, and provide the basis for further investigation of chemotherapeutic responses in ovarian cancer using microfluidics technology. In the future, such microdevices could provide the framework to assay drug sensitivity in a timeframe suitable for clinical decision making.