59,778 research outputs found
Os atributos da fotografia em revistas culturais no Brasil: um estudo de Bravo!, Cult e Rolling Stone Brasil
Dissertação (mestrado) - Universidade Federal de Santa Catarina, Centro de Comunicação e Expressão, Programa de Pós-Graduação em Jornalismo, Florianópolis, 2014.O estudo propõe uma reflexão sobre os atributos estéticos da imagem fotográfica em três revistas culturais publicadas no Brasil. Partindo das características inerentes ao processo produtivo do jornalismo cultural, no qual recursos criativos, críticos e de divulgação são utilizados com maior amplitude, recorre-se à estética da fotografia, um conceito trabalhado pelo francês François Soulages, como método de investigação. Teoricamente, a pesquisa fundamenta-se em três eixos: o do Jornalismo Cultural, evidenciando, também, características do jornalismo de revista; o da Fotografia e o da Estética. Considerando o jornalismo cultural contemporâneo um continuum formado por cultura, estilo de vida e consumo, onde é função do jornalista mediar a relação entre os bens simbólicos culturais e o público, a pesquisa orienta-se por dois objetivos: (1) identificar os atributos da imagem fotográfica em revistas de cultura no Brasil e (2) verificar de que modo tais atributos permitem visualizar e refletir sobre a configuração de uma estética da fotografia no âmbito do jornalismo cultural. Compõe o objeto empírico do estudo proposto o conteúdo jornalístico das revistas Bravo!, Cult e Rolling Stone Brasil, centralizado nas edições publicadas em 2012.Abstract : The present study proposes a reflection on the aesthetic attributes of photographic images as displayed in three cultural magazines published in Brazil. Beginning with the inherent characteristics of the cultural journalism production process, in which creative, critical and publicity resources are most strongly represented, the study then incorporates the aesthetics of photography, as employed by french author François Soulages as an investigation method. Three theoretical axes represent the foundation of the research presented: Cultural Journalism, which shares characteristics with magazine journalism; Photography, and Aesthetics. Considering cultural journalism as a continuum shaped by culture, lifestyle, and consumption, in which the role of the journalist is to mediate the relationship between symbolic representations of culture and the public, this study has the following objectives: (1) to identify the attributes of photographic imagery in Brazilian cultural magazines, and (2) to evaluate the role of those attributes in the conception of, and reflection on, the structure of the aesthetics of photography within cultural journalism. The empirical data of this study is the journalistic content of the magazines Bravo!, Cult, and Rolling Stone Brasil, comprising the editions published in 2012
dstl/Stone-Soup: v1.2
<p><!-- Release notes generated using configuration in .github/release.yml at main --></p>
<h2>What's Changed</h2>
<h3>Breaking changes</h3>
<ul>
<li><p>Change how sensor parameters are passed to action generators by @nperree-dstl in https://github.com/dstl/Stone-Soup/pull/901</p>
<ul>
<li><em>ActionableProperty</em> has a <code>generator_kwargs_mapping</code> dictionary to map properties of the <em>ActionGenerator</em> to properties of the <em>Sensor</em>, allowing them to be set via the sensor. This means the previous method for setting resolutions has been modified to use this.<ul>
<li>Fix: for <em>RadarRotatingBearingRange</em>, set <code>resolution=resolution_value</code> instead of <code>resolutions=dict()</code></li>
<li>When creating a new sensor with an <em>ActionableProperty</em>, use the <code>generator_kwargs_mapping</code> to map sensor properties to <em>ActionGenerator</em> properties where required.</li>
</ul>
</li>
</ul>
</li>
<li><p>Sensor management with actionable movables by @akenyon in https://github.com/dstl/Stone-Soup/pull/943</p>
<ul>
<li>Sensor managers now take a set of sensors and a set of platforms so positional arguments order has changed<ul>
<li>Fix: set <code>reward_function</code> using kwargs (e.g. <code>reward_function=…</code>)</li>
</ul>
</li>
<li>Import locations have changed for the base classes <em>Action</em>, <em>ActionGenerator</em>, <em>Actionable</em> and <em>ActionableProperty</em>.<ul>
<li>Fix: import all from new location, <code>stonesoup.sensormanager.action</code></li>
</ul>
</li>
</ul>
</li>
</ul>
<h3>Implemented enhancements</h3>
<ul>
<li>Add metric MultiManager and MetricPlotter by @rcgorman-dstl in https://github.com/dstl/Stone-Soup/pull/811</li>
<li>Introduce ability to constrain particle states in ParticleUpdater and MCMCRegulariser by @timothy-glover in https://github.com/dstl/Stone-Soup/pull/855</li>
<li>Bool to return reward for BruteForce and Optimise sensor managers by @asaunders-dstl in https://github.com/dstl/Stone-Soup/pull/851</li>
<li>Resampling dependant regularisation in ParticleUpdater by @timothy-glover in https://github.com/dstl/Stone-Soup/pull/869</li>
<li>Minor Addition and Changes to MultiMeasurementInitiator by @gawebb-dstl in https://github.com/dstl/Stone-Soup/pull/835</li>
<li>Adding greedy sensor manager by @akenyon in https://github.com/dstl/Stone-Soup/pull/874</li>
<li>Add GaussianMixtureInitiator, ASDGaussianInitiator and EnsembleInitiator by @csherman-dstl in https://github.com/dstl/Stone-Soup/pull/873</li>
<li>Function to linearly interpolate state mutable sequences by @gawebb-dstl in https://github.com/dstl/Stone-Soup/pull/872</li>
<li>Update Animated Plotter Example by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/857</li>
<li>Introduce Kullback-Leibler Divegence measure and reward function by @timothy-glover in https://github.com/dstl/Stone-Soup/pull/868</li>
<li>New Recursive updaters added by @spike-dstl in https://github.com/dstl/Stone-Soup/pull/859</li>
<li>Polar Plotting by @gawebb-dstl in https://github.com/dstl/Stone-Soup/pull/796</li>
<li>One to One Track Association by @gawebb-dstl in https://github.com/dstl/Stone-Soup/pull/624</li>
<li>Azimuth elevation range model by @Carlson-J in https://github.com/dstl/Stone-Soup/pull/880</li>
<li>Introduce grid based action generators and actionable movable classes by @timothy-glover in https://github.com/dstl/Stone-Soup/pull/892</li>
<li>Create IsotropicPlume model and gas sensor by @timothy-glover in https://github.com/dstl/Stone-Soup/pull/850</li>
<li>Adapted the square root components by @jmbarr in https://github.com/dstl/Stone-Soup/pull/916</li>
<li>Shorten sensor management tutorials' simulation length by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/918</li>
<li>Adding setting title functionality to AnimationPlotter by @jswright-dstl in https://github.com/dstl/Stone-Soup/pull/919</li>
<li>Add convert measurement parameter to TwoDPlotter by @jswright-dstl in https://github.com/dstl/Stone-Soup/pull/909</li>
<li>Added the switching term to GOSPA. by @Carlson-J in https://github.com/dstl/Stone-Soup/pull/898</li>
<li>Add support for Python 3.12 by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/925</li>
<li>Simplify (or at least make more standard) control models by @jmbarr in https://github.com/dstl/Stone-Soup/pull/927</li>
<li>Tidy plotter initialisation and remove rectangle zoom restriction. by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/934</li>
<li>Dynamically Iterated EKF by @spike-dstl in https://github.com/dstl/Stone-Soup/pull/891</li>
<li>Add 3D plotting option to Plotterly by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/932</li>
<li>Error-Controller BRUF and Variable-Step BRUF by @spike-dstl in https://github.com/dstl/Stone-Soup/pull/914</li>
</ul>
<h3>Fixed bugs</h3>
<ul>
<li>Corrected update equation in Kalman tutorial by @jmbarr in https://github.com/dstl/Stone-Soup/pull/866</li>
<li>Add conv measurements option to AnimatedPlotterly by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/856</li>
<li>Fix track to track associations type by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/870</li>
<li>Change return type and add track ID metadata to Track2GaussianDetectionFeeder by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/871</li>
<li>Fix to RecursiveEnsembleUpdater by @spike-dstl in https://github.com/dstl/Stone-Soup/pull/885</li>
<li>Correct UKF kappa default to match documentation by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/905</li>
<li>Modify Ensemble state generation and initiator test thresholds by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/902</li>
<li>Change StatePrediction and StateUpdate by @jswright-dstl in https://github.com/dstl/Stone-Soup/pull/906</li>
<li>Fix bug in GridActionGenerator by @nperree-dstl in https://github.com/dstl/Stone-Soup/pull/917</li>
<li>Fix error handling for 3d in Plotterly and add tests by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/931</li>
<li>Fix plugins for latest versions of Python by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/956</li>
<li>Fix incorrect transition model being used in Kalman Smoothers by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/945</li>
<li>Fix calculation of cross-covariance in unscented_transform @sglvladi in https://github.com/dstl/Stone-Soup/pull/963</li>
<li>Fixing bug which causes multiplication by Probability to return a Probability @jmbarr in https://github.com/dstl/Stone-Soup/pull/912</li>
</ul>
<h3>Documentation updates</h3>
<ul>
<li>Remove plot style in GMPHD tutorial to fix docs build by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/867</li>
<li>Improve example documentation by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/840</li>
<li>Example of Bearing-only tracking by @A-acuto in https://github.com/dstl/Stone-Soup/pull/823</li>
<li>Modify track fusion example to use tee and plot longest track by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/882</li>
<li>Update copyright year by @jswright-dstl in https://github.com/dstl/Stone-Soup/pull/920</li>
<li>Make sensor management tutorials flake-8 compliant by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/926</li>
<li>Make Metrics Example Flake8 Compliant by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/928</li>
<li>Reinforcement Learning Sensor Manager Example by @sgboakes in https://github.com/dstl/Stone-Soup/pull/886</li>
<li>change reference to correct one by @avcuenes in https://github.com/dstl/Stone-Soup/pull/938</li>
<li>Correct deleter property documentation by @jswright-dstl in https://github.com/dstl/Stone-Soup/pull/950</li>
<li>Add an example showing performance differences between JPDA and EHM by @A-acuto in https://github.com/dstl/Stone-Soup/pull/861</li>
<li>Fix unused variable in Comparing Multiple Trackers example by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/959</li>
</ul>
<h3>Other changes</h3>
<ul>
<li>change unequal timesteps in animated plotter from error to warning by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/904</li>
<li>Move sphinx gallery line in tutorial 10 by @mharris-dstl in https://github.com/dstl/Stone-Soup/pull/924</li>
<li>NumPy 2 compatibility by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/929</li>
<li>Ignore Sphinx Gallery execution times file by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/947</li>
<li>Avoid test collection failure with optional dependency astropy by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/955</li>
<li>Add pyehm plugin as optional tests by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/957</li>
<li>Added Version Requirement for Plotly by @gawebb-dstl in https://github.com/dstl/Stone-Soup/pull/958</li>
<li>Add GitHub release notes config by @sdhiscocks in https://github.com/dstl/Stone-Soup/pull/960</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li>@asaunders-dstl made their first contribution in https://github.com/dstl/Stone-Soup/pull/851</li>
<li>@akenyon made their first contribution in https://github.com/dstl/Stone-Soup/pull/874</li>
<li>@csherman-dstl made their first contribution in https://github.com/dstl/Stone-Soup/pull/873</li>
<li>@Carlson-J made their first contribution in https://github.com/dstl/Stone-Soup/pull/880</li>
<li>@avcuenes made their first contribution in https://github.com/dstl/Stone-Soup/pull/938</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/dstl/Stone-Soup/compare/v1.1...v1.2</p>
O foco narrativo na ficção contemporânea : uma leitura de Author, Author, de David Lodge
Orientador : Prof. Dr. Caetano Waldrigues GalindoAutor não autorizou a divulgação do arquivo digitalDissertação (mestrado) - Universidade Federal do Paraná, Setor de Ciências Humanas, Letras e Artes, Programa de Pós-Graduação em Letras. Defesa: Curitiba, 26/06/2013Bibliografia: fls. 158-161Área de concentração: Estudos LiteráriosResumo: O propósito deste trabalho é refletir sobre a construção do foco narrativo em Author, Author (2004), de David Lodge, romance biográfico sobre o escritor Henry James (1843-1916). O narrador não se limita a situar o leitor na narrativa: o seu posicionamento em relação aos aspectos factuais da vida e do percurso literário do romancista norte-americano desempenha papel fundamental na discussão das estratégias narrativas da prosa de ficção de James. Na construção ficcional do malogro na noite de estreia de Guy Domville, em Londres, em 1895, por exemplo, é possível perceber a bipartição desse narrador, capaz de contar e mostrar dois episódios que se passam em dois lugares diferentes, simultaneamente. Em outros momentos do romance, a voz autoral embaralha-se com a voz do sujeito da enunciação a tal ponto, que o leitor menos atento encontra certa dificuldade para colocar ordem nos discursos. O abandono gradual da prosa de ficção em busca de uma identidade como dramaturgo, a falta de êxito na dramaturgia, a lenta recuperação psicológica, a retomada da prosa de ficção e o resultado insatisfatório da revisão e escrita de prefácios para as suas obras, para compor The novels and tales of Henry James:The New York Edition (1905), são alguns dos desdobramentos da trajetória de James, discutidos em Author, Author.Abstract: The purpose of this dissertation is to think over the construction process of narrative focus in Author, Author (2004), by David Lodge, a biographical novel about the writer Henry James (1843-1916). The narrator does not limit himself to guiding the reader through the narrative; rather, his attitude towards factual aspects of the life and literary course of the North-American novelist seems to play a fundamental role in the novel. In the fictional construction of the débâcle of "Guy Domville", in London, 1895 for instance it is possible to distinguish the narrator's bipartition, in order to tell and show two different episodes which happen in two different places, simultaneously. In other moments, the authorial voice blends with that of the subject of the enunciation to such a degree that the less attentive reader may not be capable of organizing the discourse, in a first moment. James' gradual movement away from prose fiction so as to find his playwright identity; the lack of success as a playwright; his subsequent slow psychological recovery; the return to prose fiction; and, finally, the weak result of writing and revising prefaces to his literary works in order to put together The Novels and Tales of Henry James: The New York Edition (1905), are some of the most conspicuous events in James' trajectory discussed in Author, Author
Irrigação em Goiás.
A irrigação em Goiás começou a ser intensificada há cerca de 30 anos. Atualmente, o Estado é o quinto em área irrigada e o primeiro em área irrigada per capita
Manejo da irrigação do feijoeiro em plantio direto: tensão da água do solo.
Este trabalho teve por objetivo determinar o melhor valor da tensão da água do solo para o reinício da irrigação do feijoeiro cultivado em plantio direto
Manejo de azola em arroz irrigado.
No presente trabalho, apresenta-se resultados do efeito da azola e uréia em diferentes manejos na cultura de arroz sob condições de campo
Variations on the Author
“Variations on the Author” discusses two of Eduardo Coutinho’s recent films (Um Dia na Vida, from 2010, and Últimas Conversas, posthumously released in 2015) and their contribution to the general question of documentary authorship. The director’s filmography is characterized by a consistent yet self-effacing form of authorial self-inscription: Coutinho often features as an interviewer that rather than express opinions propels discourses; an interviewer that is good at listening. This mode of self-inscription characterizes him as an author who is not expressive but who is nonetheless markedly present on the screen. In Um Dia na Vida, however, Coutinho is completely absent form the image, while Últimas Conversas, on the contrary, includes a confessional prologue that moves the director from the margins to the center of his films. This article examines the ways in which these works stand out in the filmography of a director who offers new insights into the notion of cinematic authorship
Efeitos de lâminas de irrigação e preparo do solo na resposta do feijoeiro ao nitrogênio em cobertura.
Em áreas afetadas pelo mofo branco causado por Sclerotinia sclerotiorum, os produtores têm reduzido a irrigação na fase vegetativa do feijoeiro, para criar condições desfavoráveis à doença. Este trabalho objetivou determinar se o estresse hídrico nesta fase reduz a produtividade do feijoeiro, se o aumento na adubação nitrogenada em cobertura compensa esta redução e se estas respostas variam com o sistema de preparo do solo. O trabalho foi conduzido em Latossolo Vermelho-Escuro, no delineamento em faixas, com parcelas subdivididas, com quatro repetições. As faixas A foram constituídas de cinco lâminas de água e as faixas B de três sistemas de preparo do solo: grade aradora, arado de aiveca e plantio direto. Nas subparcelas foram aplicadas quatro doses de nitrogênio em cobertura: 0, 20, 40 e 60 kg ha-1 , nos dois primeiros anos, e 0, 40, 80 e 120 kg ha-1, nos dois últimos. O estresse hídrico na fase vegetativa reduziu a produtividade do feijoeiro. O aumento na adubação nitrogenada em cobertura compensou, em parte, esta redução. A produtividade sob plantio direto aumentou com o tempo de adoção desta prática. Os sistemas de preparo do solo não afetaram a resposta do feijoeiro ao nitrogênio
Resposta do feijoeiro ao nitrogênio em cobertura, sob diferentes lâminas de irrigação e preparos do solo.
Este trabalho objetivou determinar se o estresse hídrico na fase vegetativa do feijoeiro reduz a sua produtividade, se o aumento na adubação nitrogenada em cobertura compensa esta redução e se estas respostas variam com o sistema de preparo do solo
Avaliação crítica dos projetos do PNP-Arroz na área de práticas culturais, no período de 1980 a 1989: regiões Norte, Nordeste e Centro-Oeste.
Neste documento é feita uma retrospectiva da pesquisa de arroz desenvolvida no País na década de 80, mais especificamente, dos projetos executados pelo Programa Nacional de Pesquisa de Arroz (PNP-Arroz), extinto em 1993
- …
