422 resultados para scientist


Relevância:

10.00% 10.00%

Publicador:

Resumo:

En este trabajo se estudia el caso de la cosmología del filósofo y científico Robert Grosseteste como un ejemplo de la notable influencia del neoplatonismo en la ciencia medieval. Uno de los propósitos de la cosmología de Grosseteste consistió en explicar la secuencia efectiva de la creación del cosmos. Sostengo que la explicación que ofrece Grosseteste acerca de la creación es una expresión renovada de algunas ideas de Plotino a propósito de cómo el Uno engendra lo múltiple. Me interesa resaltar tres aspectos de la estrecha relación entre el sistema cosmológico de Grosseteste y el sistema metafísico de Plotino: (1) Unidad de principio, (2) Mecanismos de generación y (3) Unidad del sistema.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

La muerte empresarial es un proceso que se ha venido presentando en compañías de las diferentes industrias a nivel nacional. La causa son los diferentes factores externos que impactan directamente las operaciones y estructura de estas. Con base en lo anterior es importante resaltar que existen diferentes tipos de muerte empresarial que para efectos de este trabajo se encontraron importante referenciar, pues son el marco del análisis de caso sobre Almacenes Éxito S.A. perteneciente al sector retail, donde se buscaba determinar cuál fue el tipo de cesión que tuvo, como consecuencia de la venta de acciones a la Compañía Francesa Casino Guichard-Perrachon S.A. Además del marco teórico empleado, se encontró importante realizar una reseña histórica de las diferentes empresas que han integrado el sector con el fin de entender posibles generalidades que se han venido replicando y que han llevado a la muerte empresarial de importantes compañías. Este trabajo permite la comprensión de las diferentes transformaciones que pueden tener los entes económicos a lo largo de su vida empresarial, no solo con lo que puede entenderse como el cese de operaciones sino también como apertura a nuevas estrategias de crecimiento y expansión.

Relevância:

10.00% 10.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Understanding the relative influence of environmental variables, especially climate, in driving variation in species diversity is becoming increasingly important for the conservation of biodiversity. The objective of this study was to determine to what extent climate can explain the structure and diversity of forest bird communities by sampling bird abundance in homogenous mature spruce stands in the boreal forest of the Québec-Labrador peninsula using variance partitioning techniques. We also quantified the relationship among two climatic gradients, summer temperature and precipitation, and bird species richness, migratory strategy, and spring arrival phenology. For the bird community, climate factors appear to be most important in explaining species distribution and abundance because nearly 15% of the variation in the distribution of the 44 breeding birds selected for the analysis can be explained by climate. The vegetation variables we selected were responsible for a much smaller amount of the explained variation (4%). Breeding season temperature seems to be more important than precipitation in driving variation in bird species diversity at the scale of our analysis. Partial correlation analysis indicated that bird species richness distribution was determined by the temperature gradient, because the number of species increased with increasing breeding season temperature. Similar results were observed between breeding season temperature and the number of residents, short-distance and long-distance migrants, and early and late spring migrants. Our results suggest that the northern and southern range boundaries of species are not equally sensitive to the temperature gradient across the region.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Compute grids are used widely in many areas of environmental science, but there has been limited uptake of grid computing by the climate modelling community, partly because the characteristics of many climate models make them difficult to use with popular grid middleware systems. In particular, climate models usually produce large volumes of output data, and running them usually involves complicated workflows implemented as shell scripts. For example, NEMO (Smith et al. 2008) is a state-of-the-art ocean model that is used currently for operational ocean forecasting in France, and will soon be used in the UK for both ocean forecasting and climate modelling. On a typical modern cluster, a particular one year global ocean simulation at 1-degree resolution takes about three hours when running on 40 processors, and produces roughly 20 GB of output as 50000 separate files. 50-year simulations are common, during which the model is resubmitted as a new job after each year. Running NEMO relies on a set of complicated shell scripts and command utilities for data pre-processing and post-processing prior to job resubmission. Grid Remote Execution (G-Rex) is a pure Java grid middleware system that allows scientific applications to be deployed as Web services on remote computer systems, and then launched and controlled as if they are running on the user's own computer. Although G-Rex is general purpose middleware it has two key features that make it particularly suitable for remote execution of climate models: (1) Output from the model is transferred back to the user while the run is in progress to prevent it from accumulating on the remote system and to allow the user to monitor the model; (2) The client component is a command-line program that can easily be incorporated into existing model work-flow scripts. G-Rex has a REST (Fielding, 2000) architectural style, which allows client programs to be very simple and lightweight and allows users to interact with model runs using only a basic HTTP client (such as a Web browser or the curl utility) if they wish. This design also allows for new client interfaces to be developed in other programming languages with relatively little effort. The G-Rex server is a standard Web application that runs inside a servlet container such as Apache Tomcat and is therefore easy to install and maintain by system administrators. G-Rex is employed as the middleware for the NERC1 Cluster Grid, a small grid of HPC2 clusters belonging to collaborating NERC research institutes. Currently the NEMO (Smith et al. 2008) and POLCOMS (Holt et al, 2008) ocean models are installed, and there are plans to install the Hadley Centre’s HadCM3 model for use in the decadal climate prediction project GCEP (Haines et al., 2008). The science projects involving NEMO on the Grid have a particular focus on data assimilation (Smith et al. 2008), a technique that involves constraining model simulations with observations. The POLCOMS model will play an important part in the GCOMS project (Holt et al, 2008), which aims to simulate the world’s coastal oceans. A typical use of G-Rex by a scientist to run a climate model on the NERC Cluster Grid proceeds as follows :(1) The scientist prepares input files on his or her local machine. (2) Using information provided by the Grid’s Ganglia3 monitoring system, the scientist selects an appropriate compute resource. (3) The scientist runs the relevant workflow script on his or her local machine. This is unmodified except that calls to run the model (e.g. with “mpirun”) are simply replaced with calls to "GRexRun" (4) The G-Rex middleware automatically handles the uploading of input files to the remote resource, and the downloading of output files back to the user, including their deletion from the remote system, during the run. (5) The scientist monitors the output files, using familiar analysis and visualization tools on his or her own local machine. G-Rex is well suited to climate modelling because it addresses many of the middleware usability issues that have led to limited uptake of grid computing by climate scientists. It is a lightweight, low-impact and easy-to-install solution that is currently designed for use in relatively small grids such as the NERC Cluster Grid. A current topic of research is the use of G-Rex as an easy-to-use front-end to larger-scale Grid resources such as the UK National Grid service.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

As a result of climate change over the past 5000 years the Sahara changed from savannah to a desert landscape. The beds of ancient lakes are home to snail shells and the petrified roots of trees and shrubs. Examples of human occupation can also be seen in the form of fireplaces and discarded tools. Examination of the geological history of these sites can give a clearer picture of how the climate changed and how humans coped with these changes.

Relevância:

10.00% 10.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador: