3 resultados para Memory of the Place

em AMS Tesi di Dottorato - Alm@DL - Università di Bologna


Relevância:

100.00% 100.00%

Publicador:

Resumo:

The development of vaccines directed against polysaccharide capsules of S. pneumoniae, H. influenzae and N. meningitidis have been of great importance in preventing potentially fatal infections. Bacterial capsular polysaccharides are T-cell-independent antigens that induce specific antibody response characterized by IgM immunoglobulins, with a very low IgG class switched response and lack of capability of inducing a booster response. The inability of pure polysaccharides to induce sustained immune responses has required the development of vaccines containing polysaccharides conjugated to a carrier protein, with the aim to generate T cell help. It is clear that the immunogenicity of glycoconjugate vaccines can vary depending on different factors, e.g. chemical nature of the linked polysaccharide, carrier protein, age of the target population, adjuvant used. The present study analyzes the memory B cell (MBC) response to the polysaccharide and to the carrier protein following vaccination with a glycoconjugate vaccine for the prevention of Group B streptococcus (GBS) infection. Not much is known about the role of adjuvants in the development of immunological memory raised against GBS polysaccharides, as well as about the influence of having a pre-existing immunity against the carrier protein on the B cell response raised against the polysaccharide component of the vaccine. We demonstrate in the mouse model that adjuvants can increase the antibody and memory B cell response to the carrier protein and to the conjugated polysaccharide. We also demonstrate that a pre-existing immunity to the carrier protein favors the development of the antibody and memory B cell response to subsequent vaccinations with a glycoconjugate, even in absence of adjuvants. These data provide a useful insight for a better understanding of the mechanism of action of this class of vaccines and for designing the best vaccine that could result in a productive and long lasting memory response.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The meaning of a place has been commonly assigned to the quality of having root (rootedness) or sense of belonging to that setting. While on the contrary, people are nowadays more concerned with the possibilities of free moving and networks of communication. So, the meaning, as well as the materiality of architecture has been dramatically altered with these forces. It is therefore of significance to explore and redefine the sense and the trend of architecture at the age of flow. In this dissertation, initially, we review the gradually changing concept of "place-non-place" and its underlying technological basis. Then we portray the transformation of meaning of architecture as influenced by media and information technology and advanced methods of mobility, in the dawn of 21st century. Against such backdrop, there is a need to sort and analyze architectural practices in response to the triplet of place-non-place and space of flow, which we plan to achieve conclusively. We also trace the concept of flow in the process of formation and transformation of old cities. As a brilliant case study, we look at Persian Bazaar from a socio-architectural point of view. In other word, based on Robert Putnam's theory of social capital, we link social context of the Bazaar with architectural configuration of cities. That is how we believe "cities as flow" are not necessarily a new paradigm.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Modern embedded systems embrace many-core shared-memory designs. Due to constrained power and area budgets, most of them feature software-managed scratchpad memories instead of data caches to increase the data locality. It is therefore programmers’ responsibility to explicitly manage the memory transfers, and this make programming these platform cumbersome. Moreover, complex modern applications must be adequately parallelized before they can the parallel potential of the platform into actual performance. To support this, programming languages were proposed, which work at a high level of abstraction, and rely on a runtime whose cost hinders performance, especially in embedded systems, where resources and power budget are constrained. This dissertation explores the applicability of the shared-memory paradigm on modern many-core systems, focusing on the ease-of-programming. It focuses on OpenMP, the de-facto standard for shared memory programming. In a first part, the cost of algorithms for synchronization and data partitioning are analyzed, and they are adapted to modern embedded many-cores. Then, the original design of an OpenMP runtime library is presented, which supports complex forms of parallelism such as multi-level and irregular parallelism. In the second part of the thesis, the focus is on heterogeneous systems, where hardware accelerators are coupled to (many-)cores to implement key functional kernels with orders-of-magnitude of speedup and energy efficiency compared to the “pure software” version. However, three main issues rise, namely i) platform design complexity, ii) architectural scalability and iii) programmability. To tackle them, a template for a generic hardware processing unit (HWPU) is proposed, which share the memory banks with cores, and the template for a scalable architecture is shown, which integrates them through the shared-memory system. Then, a full software stack and toolchain are developed to support platform design and to let programmers exploiting the accelerators of the platform. The OpenMP frontend is extended to interact with it.