3 resultados para Java (Programming language of computer)
em Nottingham eTheses
Resumo:
Climate change communication has become a salient topic in science and society. It has grown to be something like a booming industry alongside more established ‘communication enterprises’, such as health communication, risk communication, and science communication. This article situates the theory of climate change communication within theoretical developments in the field of science communication. It discusses the importance and difficulties inherent in talking about climate change to different types of publics using various types of communication tools and strategies. It engages with the difficult issue of the relationship between climate change communication and behavior change, and it focuses, in particular, on the role of language (metaphors, words, strategies, frames, and narratives) in conveying climate change issues to stakeholders. In the process, it attempts to provide an overview of emerging theories of climate change communication, theories that recently have begun to proliferate quite dramatically. In some cases, we can, therefore only provide signposts to the most relevant research that is being carried out with regard to climate change communication without being able to engage with all its aspects. We end with an assessment of how communication could be improved in light of the theories and practices discussed in this article.
Resumo:
This paper draws a parallel between document preparation and the traditional processes of compilation and link editing for computer programs. A block-based document model is described which allows for separate compilation of various portions of a document. These portions are brought together and merged by a linker program, called dlink, whose pilot implementation is based on ditroff and on its underlying intermediate code. In the light of experiences with dlink the requirements for a universal object-module language for documents are discussed. These requirements often resemble the characteristics of the intermediate codes used by programming-language compilers but with interesting extra constraints which arise from the way documents are executed .
Resumo:
It is just over 20 years since Adobe's PostScript opened a new era in digital documents. PostScript allows most details of rendering to be hidden within the imaging device itself, while providing a rich set of primitives enabling document engineers to think of final-form rendering as being just a sophisticated exercise in computer graphics. The refinement of the PostScript model into PDF has been amazingly successful in creating a near-universal interchange format for complex and graphically rich digital documents but the PDF format itself is neither easy to create nor to amend. In the meantime a whole new world of digital documents has sprung up centred around XML-based technologies. The most widespread example is XHTML (with optional CSS styling) but more recently we have seen Scalable Vector Graphics (SVG) emerge as an XML-based, low-level, rendering language with PostScript-compatible rendering semantics. This paper surveys graphically-rich final-form rendering technologies and asks how flexible they can be in allowing adjustments to be made to final appearance without the need for regenerating a whole page or an entire document. Particular attention is focused on the relative merits of SVG and PDF in this regard and on the desirability, in any document layout language, of being able to manipulate the graphic properties of document components parametrically, and at a level of granularity smaller than an entire page.