974 resultados para Gerald R. Ford Library
Resumo:
Fil: Girbal Blacha, Noemà MarÃa. Universidad Nacional de La Plata. Facultad de Humanidades y Ciencias de la Educación; Argentina.
Resumo:
Fil: Menacho, Mónica Isabel. Universidad Nacional de La Plata. Facultad de Humanidades y Ciencias de la Educación; Argentina.
Resumo:
En el cuento 'Los cuadros de una exposición' se pone en escena una figuración de la crisis del sujeto dada a partir de los efectos de la mirada en la que se distinguen el plano de lo real y el plano de lo imaginario. En el cruce entre esos dos planos, el sujeto se constituye como un no sujeto, con lo que se reconoce como un sujeto en imposibilidad de sujeción, quien al ver el lugar que ocupa, se ve viendo, se ve viéndose . Estos efectos de la mirada se instauran dentro del proyecto literario de Moreno-Durán que tiene como uno de sus motivos centrales la experiencia de lo extranjero
Resumo:
Fil: Daguerre, MartÃn. Universidad Nacional de La Plata. Facultad de Humanidades y Ciencias de la Educación; Argentina.
Resumo:
Fil: Ercoli, César Adrián. Universidad Nacional de La Plata. Facultad de Humanidades y Ciencias de la Educación; Argentina.
Resumo:
Underwater spectral reflectance was measured for selected biotic and abiotic coral reef features of Heron Reef from June 25-30, 2006. Spectral reflectance's of 105 different benthic types were obtained in-situ. An Ocean Optics USB2000 spectrometer was deployed in an custom made underwater housing with a 0.5 m fiber-optic probe mounted next to an artificial light source. Spectral readings were collected with the probe(bear fibre) about 5 cm from the target to ensure that the target would fill the field of view of the fiber optic (FOV diameter ~4.4 cm), as well as to reduce the attenuating effect of the intermediate water (Roelfsema et al., 2006). Spectral readings included for one target included: 1 reading of the covered spectral fibre to correct for instrument noise, 1 reading of spectralon panel mounted on divers wrist to measure incident ambient light, and 8 readings of the target. Spectral reflectance was calculated for each target by first subtracting the instrument noise reading from each other reading. The corrected target readings were then divided by the corrected spectralon reading resulting in spectral reflectance of each target reading. An average target spectral reflectance was calculated by averaging the eight individual spectral reflectance's of the target. If an individual target spectral reflectance was visual considered an outlier, it was not included in the average spectral reflectance calculation. See Roelfsema at al. (2006) for additional info on the methodology of underwater spectra collection.
Resumo:
We present a new free library for Constraint Logic Programming over Finite Domains, included with the Ciao Prolog system. The library is entirely written in Prolog, leveraging on Ciao's module system and code transformation capabilities in order to achieve a highly modular design without compromising performance. We describe the interface, implementation, and design rationale of each modular component. The library meets several design goals: a high level of modularity, allowing the individual components to be replaced by different versions; highefficiency, being competitive with other TT> implementations; a glass-box approach, so the user can specify new constraints at different levels; and a Prolog implementation, in order to ease the integration with Ciao's code analysis components. The core is built upon two small libraries which implement integer ranges and closures. On top of that, a finite domain variable datatype is defined, taking care of constraint reexecution depending on range changes. These three libraries form what we call the TT> kernel of the library. This TT> kernel is used in turn to implement several higher-level finite domain constraints, specified using indexicals. Together with a labeling module this layer forms what we name the TT> solver. A final level integrates the CLP (J7©) paradigm with our TT> solver. This is achieved using attributed variables and a compiler from the CLP (J7©) language to the set of constraints provided by the solver. It should be noted that the user of the library is encouraged to work in any of those levels as seen convenient: from writing a new range module to enriching the set of TT> constraints by writing new indexicals.