624 resultados para SVG-edit


Relevância:

10.00% 10.00%

Publicador:

Resumo:

Vol. 2: Ed. 1. americana, ex edit, secunda edin.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

"Erster Anhang aus des Mingarelli Fascioculo Anecdotrum S. 171 u. f. Ed. Rom. 1756." v. 8, p. 855-920.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Mode of access: Internet.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

References: Howes, U.S.IANA, no. B.131.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Greek text, Latin notes.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Vol. 1 includes "A comparative view of the Inferno, with some other poems, relative to the original principles of human nature, on which they are founded, or to which they appeal," "Historical essay of the state of affairs in the thirteenth and fourteenth centuries: with respect to the history of Florence; with a view of their influence on the succeeding ages," "The life of Dante from Leonardo Bruni," "Summary view of the Platonic doctrine, with respect to a future state. [From] Scott's Christian life, part 1, chap. III, page 18-74, fol. edit."

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Letters of the Rev. James Maury: p. [378]-441.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Letters of the Rev. James Maury: p. [378]-442.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Includes bibliographies.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

El presente artículo analiza la conflictividad política en La Rioja a partir del "movimiento de pueblo", encabezado por Javier Villafañe en abril de 1816, y que buscaba reemplazar al Gobernador Ramón Brizuela y Doria. Estos sucesos, que tuvieron lugar en simultáneo al inicio de las sesiones del Congreso de Tucumán, estuvieron vinculados a la expansión de las ideas federales y autonomistas en el interior de las Provincias Unidas y a las disputas que se produjeron en torno a la organización política del nuevo estado y en torno quien debía asumir la conducción del proceso revolucionario. Nos aproximamos a esta cuestión a partir del análisis de la documentación que generó la comisión del teniente coronel Alejandro Heredia, designado para restablecer el orden en La Rioja, pero también, a partir del análisis de las intervenciones de las autoridades centrales y del gobernador de Córdoba. Para eso, hemos trabajado con material existente en el Archivo General de la Nación, en el Archivo Histórico de la Provincia de Córdoba y diversa documentación editada referida al Congreso de Tucumán

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The developments of models in Earth Sciences, e.g. for earthquake prediction and for the simulation of mantel convection, are fare from being finalized. Therefore there is a need for a modelling environment that allows scientist to implement and test new models in an easy but flexible way. After been verified, the models should be easy to apply within its scope, typically by setting input parameters through a GUI or web services. It should be possible to link certain parameters to external data sources, such as databases and other simulation codes. Moreover, as typically large-scale meshes have to be used to achieve appropriate resolutions, the computational efficiency of the underlying numerical methods is important. Conceptional this leads to a software system with three major layers: the application layer, the mathematical layer, and the numerical algorithm layer. The latter is implemented as a C/C++ library to solve a basic, computational intensive linear problem, such as a linear partial differential equation. The mathematical layer allows the model developer to define his model and to implement high level solution algorithms (e.g. Newton-Raphson scheme, Crank-Nicholson scheme) or choose these algorithms form an algorithm library. The kernels of the model are generic, typically linear, solvers provided through the numerical algorithm layer. Finally, to provide an easy-to-use application environment, a web interface is (semi-automatically) built to edit the XML input file for the modelling code. In the talk, we will discuss the advantages and disadvantages of this concept in more details. We will also present the modelling environment escript which is a prototype implementation toward such a software system in Python (see www.python.org). Key components of escript are the Data class and the PDE class. Objects of the Data class allow generating, holding, accessing, and manipulating data, in such a way that the actual, in the particular context best, representation is transparent to the user. They are also the key to establish connections with external data sources. PDE class objects are describing (linear) partial differential equation objects to be solved by a numerical library. The current implementation of escript has been linked to the finite element code Finley to solve general linear partial differential equations. We will give a few simple examples which will illustrate the usage escript. Moreover, we show the usage of escript together with Finley for the modelling of interacting fault systems and for the simulation of mantel convection.