976 resultados para Y Generation


Relevância:

30.00% 30.00%

Publicador:

Resumo:

The article thinks over the role of museums in the construction of scientific and historical representations and as a space that connects the forms of visualizing the past and the construction of historic knowledge. Also analyzes the museum as a setting of tension between the visualization and the generation of scientific or historical knowledge; and between the forms of evoking-representing and the sensitive cognitive processes that it activates in museum audiences. This oscillation takes place in the Museo Paulista.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We have generated attosecond pulse trains in an ensemble of randomly aligned nitrogen molecules. Measurements of the high-order harmonic relative phases and amplitudes allow us to reconstruct the temporal profile of the attosecond pulses. We show that in the considered spectral range, the latter is very similar to the pulse train generated in argon under the same conditions. We discuss the possible influence of the molecular structure in the generation process, and how it can induce subtle differences on the relative phases.

Relevância:

30.00% 30.00%

Publicador:

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Our aim is to reconstruct the brain-body loop of stroke patients via an EEG-driven robotic system. After the detection of motor command generation, the robotic arm should assist patient’s movement at the correct moment and in a natural way. In this study we performed EEG measurements from healthy subjects performing discrete spontaneous motion. An EEG analysis based on the temporal correlation of the brain activity was employed to determine the onset of single motion motor command generation.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The goal of the Chemistry‐Climate Model Validation (CCMVal) activity is to improve understanding of chemistry‐climate models (CCMs) through process‐oriented evaluation and to provide reliable projections of stratospheric ozone and its impact on climate. An appreciation of the details of model formulations is essential for understanding how models respond to the changing external forcings of greenhouse gases and ozonedepleting substances, and hence for understanding the ozone and climate forecasts produced by the models participating in this activity. Here we introduce and review the models used for the second round (CCMVal‐2) of this intercomparison, regarding the implementation of chemical, transport, radiative, and dynamical processes in these models. In particular, we review the advantages and problems associated with approaches used to model processes of relevance to stratospheric dynamics and chemistry. Furthermore, we state the definitions of the reference simulations performed, and describe the forcing data used in these simulations. We identify some developments in chemistry‐climate modeling that make models more physically based or more comprehensive, including the introduction of an interactive ocean, online photolysis, troposphere‐stratosphere chemistry, and non‐orographic gravity‐wave deposition as linked to tropospheric convection. The relatively new developments indicate that stratospheric CCM modeling is becoming more consistent with our physically based understanding of the atmosphere.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This chapter presents techniques used for the generation of 3D digital elevation models (DEMs) from remotely sensed data. Three methods are explored and discussed—optical stereoscopic imagery, Interferometric Synthetic Aperture Radar (InSAR), and LIght Detection and Ranging (LIDAR). For each approach, the state-of-the-art presented in the literature is reviewed. Techniques involved in DEM generation are presented with accuracy evaluation. Results of DEMs reconstructed from remotely sensed data are illustrated. While the processes of DEM generation from satellite stereoscopic imagery represents a good example of passive, multi-view imaging technology, discussed in Chap. 2 of this book, InSAR and LIDAR use different principles to acquire 3D information. With regard to InSAR and LIDAR, detailed discussions are conducted in order to convey the fundamentals of both technologies.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Solitar y meanders of the Agulhas Current, so-called Natal pulses, may play an important role in the overall dynamics of this current system. Several hypotheses concer ning the triggering of these pulses are tested using sea sur face height and temperature data from satellites. The data show the for mation of pulses in the Natal Bight area at irregular inter vals ranging from 50 to 240 days. Moving downstream at speeds between 10 and 20 km day 2 1 they sometimes reach sizes of up to 300 km. They seem to play a role in the shedding of Agulhas rings that penetrate the South Atlantic. The inter mittent for mation of these solitar y meanders is argued to be most probably related to barotropic instability of the strongly baroclinic Agulhas Current in the Natal Bight. The vorticity structure of the obser ved basic flow is argued to be stable anywhere along its path. However , a proper perturbation of the jet in the Natal Bight area will allow barotropic instability , because the bottom slope there is considerably less steep than elsewhere along the South African east coast. Using satellite altimetr y these perturbations seem to be related to the inter mittent presence of offshore anticyclonic anomalies, both upstream and eastward of the Natal Bight.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Gomesin is an antimicrobial peptide isolated from hemocytes of a common Brazilian tarantula spider named Acanthoscurriagomesiana. This peptide exerts antitumor activity in vitro and in vivo by an unknown mechanism. In this study, the cytotoxic mechanism of gomesin in human neuroblastoma SH-SY5Y and rat pheochromocytoma PC12 cells was investigated. Gomesin induced necrotic cell death and was cytotoxic to SH-SY5Y and PC12 cells. The peptide evoked a rapid and transient elevation of intracellular calcium levels in Fluo-4-AM loaded PC12 cells, which was inhibited by nimodipine, an L-type calcium channel blocker. Preincubation with nimodipine also inhibited cell death induced by gomesin in SH-SY5Y and PC12 cells. Gomesin-induced cell death was prevented by the pretreatment with MAPK/ERK, PKC or PI3K inhibitors, but not with PKA inhibitor. In addition, gomesin generated reactive oxygen species (ROS) in SH-SY5Y cells, which were blocked with nimodipine and MAPK/ERK, PKC or PI3K inhibitors. Taken together, these results suggest that gomesin could be a useful anticancer agent, which mechanism of cytotoxicity implicates calcium entry through L-type calcium channels, activation of MAPK/ERK, PKC and PI3K signaling as well as the generation of reactive oxygen species. (C) 2010 Elsevier Ireland Ltd. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We investigate several two-dimensional guillotine cutting stock problems and their variants in which orthogonal rotations are allowed. We first present two dynamic programming based algorithms for the Rectangular Knapsack (RK) problem and its variants in which the patterns must be staged. The first algorithm solves the recurrence formula proposed by Beasley; the second algorithm - for staged patterns - also uses a recurrence formula. We show that if the items are not so small compared to the dimensions of the bin, then these algorithms require polynomial time. Using these algorithms we solved all instances of the RK problem found at the OR-LIBRARY, including one for which no optimal solution was known. We also consider the Two-dimensional Cutting Stock problem. We present a column generation based algorithm for this problem that uses the first algorithm above mentioned to generate the columns. We propose two strategies to tackle the residual instances. We also investigate a variant of this problem where the bins have different sizes. At last, we study the Two-dimensional Strip Packing problem. We also present a column generation based algorithm for this problem that uses the second algorithm above mentioned where staged patterns are imposed. In this case we solve instances for two-, three- and four-staged patterns. We report on some computational experiments with the various algorithms we propose in this paper. The results indicate that these algorithms seem to be suitable for solving real-world instances. We give a detailed description (a pseudo-code) of all the algorithms presented here, so that the reader may easily implement these algorithms. (c) 2007 Elsevier B.V. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Singlet oxygen ((1)O(2)) generation in the reaction centers (RCs) of Rhodobacter sphaeroides wild type was characterized by luminescent emission in the near infrared region (time resolved transients and emission spectra) and quantified to have quantum yield of 0.03 +/- 0.005. (1)O(2) emission was measured as a function of temperature, ascorbate, urea and potassium ferricyanide concentrations and as a function of incubation time in H(2)O: D(2)O mixtures. (1)O(2) was shown to be affected by the RC dynamics and to originate from the reaction of molecular oxygen with two sources of triplets: photoactive dimer formed by singlet-triplet mixing and bacteriopheophytin formed by direct photoexcitation and intersystem crossing.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Neodymium based fluorescence presents several advantages in comparison to conventional rare earth or enzyme-substrate based fluorescence emitting sources (e.g.Tb, HRP). Based on this fact we have herein explored a Nd-based fluoroimmunoassay. We efficiently detected the presence of an oxidized low-density lipoprotein (oxLDL) in human plasma a well-known marker for cardiovascular diseases, which causes around 30% of deaths worldwide. Conventional fluoroimmunoassay uses time-resolved luminescence techniques, with detection in the visible range, to eliminate the fluorescence background from the biological specimens. By using an immunoassay based on functionalized Y(2)O(3):Nd(3+) nanoparticles, where the excitation and emission processes in the Nd(3+) ion occur in the near-infrared (NIR) region, we have succeeded in eliminating the interferences from the biological fluorescence background, avoiding the use of time-resolved techniques. This yields higher emission intensity from the Nd(3+)-nanolabels and efficient detection of anti-oxidized low-density lipoproteins (anti-oxLDL) by Y(2)O(3):Nd(3+)-antibody-antigen conjugation, leading to a novel biolabeling method. (C) 2010 Elsevier B.V. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This study focuses on the attitudes toward Catalan and Spanish, the two main languages spoken in Barcelona, on the East coast of Spain, in Southwestern Europe. The aim of this study was to compare those attitudes between two generations of informants. The informants of one generation were born 1984-93 and were thus in their twenties at the time of the investigation, in 2013. The aforementioned generation was labelled with the name "Children", whereas their parents were labelled with the name "Parents". The method applied was direct, where the informants had to answer an online survey, and the number of informants that were studied was 15 for each generation, or 30 in total. The conclusion of the study, derived from the results to the aforementioned survey, is that the generation of the Children have a more positive attitude toward Catalan and more negative toward Spanish than the generation of the Parents.