Spelling suggestions: "subject:"progress,"" "subject:"cprogress,""
271 |
Spatial Planning And The Idea Of Progress: Zonguldak Regional And Metropolitan Planning ExperiencesGundogan, Ozdemir 01 April 2005 (has links) (PDF)
The object of the study is spatial planning / the point of view to spatial planning is idea of progress. Within this framework, this thesis will examine, planning activity, one of the most
important mediation between planners and space. Planning activity will express itself as the circulation of purpose (analysis) and action during the thesis. Firstly, spontaneity of objective purpose, partial conscious character of political purpose and conscious position of subjective purpose will be admitted as global irrational action, and so spatial planning will be assumed as a priori against idea of progress. Secondly, (partial) conscious position will express itself as the conflict of truth and illusion. Thirdly, totality, the representative of process of becoming, will supply itself as the object of idea of progress. Therefore, while examining concrete forms of planning, totality will become the mean of idea of progress.
Within this context, the first claim of our thesis is that concrete forms of planning cannot bring about the progress directly. The second claim is that they are unconscious about their position in conflict and developing one-sided attitude against space. Lastly, in the sense of totality, the third claim is that planning theories and practices, historically, produce
opposinary dynamics in them. Therefore, it will be introduced that two one-sided critiques of comprehensive planning- one is materialist and the other is idealist- comes together and
produces structure planning. Moreover, structure planning will be claimed as flexible modes of becoming, abstractly sublating historical ideologies. As a result the new modes of becoming will be considered, similarly, loading its conflict and opposinary dynamics in it, this conflict is the conflict between concrete form of planning departuring from reality and planning theory arriving to reality.
|
272 |
Allegories of Modernity, Geographies of MemoryJeon, Seenhwa 2012 August 1900 (has links)
This dissertation examines how postmodernist narratives of memory in Graham Swift's Waterland, Salman Rushdie's Midnight's Children, and Amitav Ghosh's The Shadow Lines retrieve the stories of those who have been lost or forgotten in official history and refigure the temporal and spatial imaginary in intertwining personal stories of crisis with public history through acts of remembering. Questioning the modernist ideology of progress based on the idea of linear sequence of time, the novels not only retrace the heterogeneous and discontinuous layers of stories overlooked or repressed in official accounts of modern history, but also re-examine the contradictory and contested process by which subjects are situated or positioned, and its effects on the production of knowledge. These postmodern historical novels examine history as a discourse and explore its limits. The narrators of the novels are engaged with an autobiographical act of rewriting their lives, but their efforts to reconstitute themselves in unity and continuity are undermined by the disjunctive narrative form of the novels.
The layered narrative of memory through which the novels reconstruct modern history is allegorical in the double sense that it exposes the act of signification by decentering the symbol of the transcendental signifier while telling an allegorical story of personal and familial history that mirrors national history in a fragmented way. In Waterland, Tom Crick retells his personal and familial stories intertwined with local and national history as alternative history lessons and challenges the Idea of Progress by revisiting sites of traumatic memory. Midnight's Children constructs counter-stories of Post-Independence India as multiple alternatives to one official version of history and addresses the limits of history in terms of "a border zone of temporality." In The Shadow Lines, the narrator retells his family history as a story of borders through his struggle with gaps in official history and creates a national imaginary with mirror images and events. The postmodernist narrative of memory in these novels turns the time of the now into a time for the "past as to come," a time to detect the unrealized and unfulfilled possibilities of the past, through retellings of the past.
|
273 |
En analys av Joseph Conrads roman Heart of Darkness samt novell An outpost of progressNordström, Sara January 2013 (has links)
Denna studie är en analys av romanen Heart of Darkness (1902) och novellen An outpost ofprogress (1898) av Joseph Conrad (1857-1924) i syfte att undersöka berättelsernashuvudsakliga tematik ur en postkolonial infallsvinkel samt vad Conrads avsikt tycks ha varitmed porträtteringen av elfenbensagenten Kurtz. För att genomföra denna analys har jag gjorten närläsning av Heart of Darkness samt An outpost of progress och samtidigt tolkathändelseförloppen.Tolkningarna är delvis mina egna samt delvis baserat på tidigare forskning. Efter att hagenomfört dessa närläsningar är min slutsats att Conrads huvudsakliga avsikt var att skildaden mänskliga moralens förfall genom den ondskefulla girigheten. Det är denna girighet somhan definierar som det mörka i en människas hjärta. Genom framställningen av Kurtz visarhan exempel på detta samt hur farlig en skicklig retoriker kan vara.
|
274 |
Progress-based verification and derivation of concurrent programsBrijesh Dongol Unknown Date (has links)
Concurrent programs are known to be complicated because synchronisation is required amongst the processes in order to ensure safety (nothing bad ever happens) and progress (something good eventually happens). Due to possible interference from other processes, a straightforward rearrangement of statements within a process can lead to dramatic changes in the behaviour of a program, even if the behaviour of the process executing in isolation is unaltered. Verifying concurrent programs using informal arguments are usually unconvincing, which makes formal methods a necessity. However, formal proofs can be challenging due to the complexity of concurrent programs. Furthermore, safety and progress properties are proved using fundamentally different techniques. Within the literature, safety has been given considerably more attention than progress. One method of formally verifying a concurrent program is to develop the program, then perform a post-hoc verification using one of the many available frameworks. However, this approach tends to be optimistic because the developed program seldom satisfies its requirements. When a proof becomes difficult, it can be unclear whether the proof technique or the program itself is at fault. Furthermore, following any modifications to program code, a verification may need to be repeated from the beginning. An alternative approach is to develop a program using a verify-while-develop paradigm. Here, one starts with a simple program together with the safety and progress requirements that need to be established. Each derivation step consists of a verification, followed by introduction of new program code motivated using the proofs themselves. Because a program is developed side-by-side with its proof, the completed program satisfies the original requirements. Our point of departure for this thesis is the Feijen and van Gasteren method for deriving concurrent programs, which uses the logic of Owicki and Gries. Although Feijen and van Gasteren derive several concurrent programs, because the Owicki-Gries logic does not include a logic of progress, their derivations only consider safety properties formally. Progress is considered post-hoc to the derivation using informal arguments. Furthermore, rules on how programs may be modified have not been presented, i.e., a program may be arbitrarily modified and hence unspecified behaviours may be introduced. In this thesis, we develop a framework for developing concurrent programs in the verify-while-develop paradigm. Our framework incorporates linear temporal logic, LTL, and hence both safety and progress properties may be given full consideration. We examine foundational aspects of progress by formalising minimal progress, weak fairness and strong fairness, which allow scheduler assumptions to be described. We formally define progress terms such as individual progress, individual deadlock, liveness, etc (which are properties of blocking programs) and wait-, lock-, and obstruction-freedom (which are properties of non-blocking programs). Then, we explore the inter-relationships between the various terms under the different fairness assumptions. Because LTL is known to be difficult to work with directly, we incorporate the logic of Owicki-Gries (for proving safety) and the leads-to relation from UNITY (for proving progress) within our framework. Following the nomenclature of Feijen and van Gasteren, our techniques are kept calculational, which aids derivation. We prove soundness of our framework by proving theorems that relate our techniques to the LTL definitions. Furthermore, we introduce several methods for proving progress using a well-founded relation, which keeps proofs of progress scalable. During program derivation, in order to ensure unspecified behaviour is not introduced, it is also important to verify a refinement, i.e., show that every behaviour of the final (more complex) program is a possible behaviour of the abstract representation. To facilitate this, we introduce the concept of an enforced property, which is a property that the program code does not satisfy, but is required of the final program. Enforced properties may be any LTL formula, and hence may represent both safety and progress requirements. We formalise stepwise refinement of programs with enforced properties, so that code is introduced in a manner that satisfies the enforced properties, yet refinement of the original program is guaranteed. We present derivations of several concurrent programs from the literature.
|
275 |
Progrès et perfectibilité un dilemme des Lumières françaises (1755-1814) /Lotterie, Florence. January 2006 (has links)
Based on the author's Thesis (doctoral)--Université de Paris X, 1997. / Includes bibliographical references (p. 193-198) and index.
|
276 |
The idea of progress in the writings of Franklin, Freneau, Barlow, and RushThomas, Macklin, January 1938 (has links)
Thesis (Ph. D.)--University of Wisconsin--Madison, 1938. / Typescript. eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references (leaves [263]-269).
|
277 |
Utilizing time series analysis to forecast long-term electrical consumption /Modlin, Danny Robert. January 2006 (has links) (PDF)
Thesis (M.S.)--University of North Carolina at Wilmington, 2006. / Includes bibliographical references (leaves: [45])
|
278 |
Contributos para encontrar a cidade da sociedade de informação-validade da delimitação da cidade face ao fenómeno de metropolização global do territórioCarvalho, Luís Alberto Torres Sanchez Marques de January 2000 (has links)
No description available.
|
279 |
Homeostética-anos 80 nas Artes Plásticas em PortugalBrito, Maria Clara Rodrigues Silva de January 2000 (has links)
No description available.
|
280 |
Idade electrónica-arte e tecnologiaClaro, Graciete Maria dos Prazeres January 2000 (has links)
No description available.
|
Page generated in 0.0625 seconds