939 resultados para Commemoration Conflict Memory Politics


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Byers, D., Peel, D., Thomas, D. (2007). Habit, aggregation and long memory: Evidence from television audience data. Applied Economics, 39 (3), 321-327. RAE2008

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Padget, Martin, 'Women in the West', In: 'The Making of the American West: People and Perspectives', (Santa Barbara, CA: ABC-Clio), pp.239-258, 2007 RAE2008

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Woods, Timothy, The Poetics of the Limit (New York: Palgrave Macmillan, 2003) RAE2008

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Watt, D. (2003). Amoral Gower: Language, Sex and Politics. Medievil Cultures Series, volume 38. Minneapolis: University of Minnesota Press. RAE2008

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Marggraf Turley, R. (2002). The Politics of Language in Romantic Literature. Basingstoke: Palgrave Macmillan. RAE2008

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Woods, T. (2007). African Pasts: Memory and History in African Literatures. Manchetser: Manchester University Press. RAE2008

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Pearson, Mike, In Comes I: Performance, Memory and Landscape (Exeter: University of Exeter Press, 2007) RAE2008

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Price, Roger, People and Politics in France, 1848-1870 (Cambridge: Cambridge University Press, 2004), pp.x+477 RAE2008

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Price, Roger. 'Louis-Napoleon Bonaparte: ?hero' or ?grotesque mediocrity'?', In: Marx's Eighteenth Brumaire: (post) modern interpretations (London: Pluto Press, 2002), pp.145-162 RAE2008

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Borsay, Peter, 'New Approaches to Social History. Myth, Memory and Place: Monmouth and Bath 1750-1900', Journal of Social History (2006) 39(3) pp.867-889 RAE2008

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Memorial Sermon preached in memory of the Rev. Walter Gardner Webster

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Tribute to the Memory of President Fisk.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

No abstract is available.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The proliferation of inexpensive workstations and networks has prompted several researchers to use such distributed systems for parallel computing. Attempts have been made to offer a shared-memory programming model on such distributed memory computers. Most systems provide a shared-memory that is coherent in that all processes that use it agree on the order of all memory events. This dissertation explores the possibility of a significant improvement in the performance of some applications when they use non-coherent memory. First, a new formal model to describe existing non-coherent memories is developed. I use this model to prove that certain problems can be solved using asynchronous iterative algorithms on shared-memory in which the coherence constraints are substantially relaxed. In the course of the development of the model I discovered a new type of non-coherent behavior called Local Consistency. Second, a programming model, Mermera, is proposed. It provides programmers with a choice of hierarchically related non-coherent behaviors along with one coherent behavior. Thus, one can trade-off the ease of programming with coherent memory for improved performance with non-coherent memory. As an example, I present a program to solve a linear system of equations using an asynchronous iterative algorithm. This program uses all the behaviors offered by Mermera. Third, I describe the implementation of Mermera on a BBN Butterfly TC2000 and on a network of workstations. The performance of a version of the equation solving program that uses all the behaviors of Mermera is compared with that of a version that uses coherent behavior only. For a system of 1000 equations the former exhibits at least a 5-fold improvement in convergence time over the latter. The version using coherent behavior only does not benefit from employing more than one workstation to solve the problem while the program using non-coherent behavior continues to achieve improved performance as the number of workstations is increased from 1 to 6. This measurement corroborates our belief that non-coherent shared memory can be a performance boon for some applications.