935 resultados para Architecture and the physically handicapped


Relevância:

100.00% 100.00%

Publicador:

Resumo:

The Cultural Heritage constitutes a way to generate social identities and play an important role in the development of the Spanish Mediterranean cities that opt to sustainable quality tourism. The reflection on the necessity of intervention on this heritage, in addition to establishing what should be done, brings up the need to define the reasons for taking action, why and what-for. These decisions are essential to establish if its maintenance and recovery are economically sustainable. The Project "Cartagena Port of Cultures", with support from the European Union, is an example of effective instrument for ensuring the sustainability of our built heritage conservation. Its main objective was to enable sustainable development of tourism in Cartagena based on sustainability and seasonality. This was achieved through a process of recovery of heritage resources and their optimum promotion and marketing.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This document is the result of a process of web development to create a tool that will allow to Cracow University of Technology consult, create and manage timetables. The technologies chosen for this purpose are Apache Tomcat Server, My SQL Community Server, JDBC driver, Java Servlets and JSPs for the server side. The client part counts on Javascript, jQuery, AJAX and CSS technologies to perform the dynamism. The document will justify the choice of these technologies and will explain some development tools that help in the integration and development of all this elements: specifically, NetBeans IDE and MySQL workbench have been used as helpful tools. After explaining all the elements involved in the development of the web application, the architecture and the code developed are explained through UML diagrams. Some implementation details related to security are also deeper explained through sequence diagrams. As the source code of the application is provided, an installation manual has been developed to run the project. In addition, as the platform is intended to be a beta that will be grown, some unimplemented ideas for future development are also exposed. Finally, some annexes with important files and scripts related to the initiation of the platform are attached. This project started through an existing tool that needed to be expanded. The main purpose of the project along its development has focused on setting the roots for a whole new platform that will replace the existing one. For this goal, it has been needed to make a deep inspection on the existing web technologies: a web server and a SQL database had to be chosen. Although the alternatives were a lot, Java technology for the server was finally selected because of the big community backwards, the easiness of modelling the language through UML diagrams and the fact of being free license software. Apache Tomcat is the open source server that can use Java Servlet and JSP technology. Related to the SQL database, MySQL Community Server is the most popular open-source SQL Server, with a big community after and quite a lot of tools to manage the server. JDBC is the driver needed to put in contact Java and MySQL. Once we chose the technologies that would be part of the platform, the development process started. After a detailed explanation of the development environment installation, we used UML use case diagrams to set the main tasks of the platform; UML class diagrams served to establish the existing relations between the classes generated; the architecture of the platform was represented through UML deployment diagrams; and Enhanced entity–relationship (EER) model were used to define the tables of the database and their relationships. Apart from the previous diagrams, some implementation issues were explained to make a better understanding of the developed code - UML sequence diagrams helped to explain this. Once the whole platform was properly defined and developed, the performance of the application has been shown: it has been proved that with the current state of the code, the platform covers the use cases that were set as the main target. Nevertheless, some requisites needed for the proper working of the platform have been specified. As the project is aimed to be grown, some ideas that could not be added to this beta have been explained in order not to be missed for future development. Finally, some annexes containing important configuration issues for the platform have been added after proper explanation, as well as an installation guide that will let a new developer get the project ready. In addition to this document some other files related to the project are provided: - Javadoc. The Javadoc containing the information of every Java class created is necessary for a better understanding of the source code. - database_model.mwb. This file contains the model of the database for MySQL Workbench. This model allows, among other things, generate the MySQL script for the creation of the tables. - ScheduleManager.war. The WAR file that will allow loading the developed application into Tomcat Server without using NetBeans. - ScheduleManager.zip. The source code exported from NetBeans project containing all Java packages, JSPs, Javascript files and CSS files that are part of the platform. - config.properties. The configuration file to properly get the names and credentials to use the database, also explained in Annex II. Example of config.properties file. - db_init_script.sql. The SQL query to initiate the database explained in Annex III. SQL statements for MySQL initialization. RESUMEN. Este proyecto tiene como punto de partida la necesidad de evolución de una herramienta web existente. El propósito principal del proyecto durante su desarrollo se ha centrado en establecer las bases de una completamente nueva plataforma que reemplazará a la existente. Para lograr esto, ha sido necesario realizar una profunda inspección en las tecnologías web existentes: un servidor web y una base de datos SQL debían ser elegidos. Aunque existen muchas alternativas, la tecnología Java ha resultado ser elegida debido a la gran comunidad de desarrolladores que tiene detrás, además de la facilidad que proporciona este lenguaje a la hora de modelarlo usando diagramas UML. Tampoco hay que olvidar que es una tecnología de uso libre de licencia. Apache Tomcat es el servidor de código libre que permite emplear Java Servlets y JSPs para hacer uso de la tecnología de Java. Respecto a la base de datos SQL, el servidor más popular de código libre es MySQL, y cuenta también con una gran comunidad detrás y buenas herramientas de modelado, creación y gestión de la bases de datos. JDBC es el driver que va a permitir comunicar las aplicaciones Java con MySQL. Tras elegir las tecnologías que formarían parte de esta nueva plataforma, el proceso de desarrollo tiene comienzo. Tras una extensa explicación de la instalación del entorno de desarrollo, se han usado diagramas de caso de UML para establecer cuáles son los objetivos principales de la plataforma; los diagramas de clases nos permiten realizar una organización del código java desarrollado de modo que sean fácilmente entendibles las relaciones entre las diferentes clases. La arquitectura de la plataforma queda definida a través de diagramas de despliegue. Por último, diagramas EER van a definir las relaciones entre las tablas creadas en la base de datos. Aparte de estos diagramas, algunos detalles de implementación se van a justificar para tener una mejor comprensión del código desarrollado. Diagramas de secuencia ayudarán en estas explicaciones. Una vez que toda la plataforma haya quedad debidamente definida y desarrollada, se va a realizar una demostración de la misma: se demostrará cómo los objetivos generales han sido alcanzados con el desarrollo actual del proyecto. No obstante, algunos requisitos han sido aclarados para que la plataforma trabaje adecuadamente. Como la intención del proyecto es crecer (no es una versión final), algunas ideas que se han podido llevar acabo han quedado descritas de manera que no se pierdan. Por último, algunos anexos que contienen información importante acerca de la plataforma se han añadido tras la correspondiente explicación de su utilidad, así como una guía de instalación que va a permitir a un nuevo desarrollador tener el proyecto preparado. Junto a este documento, ficheros conteniendo el proyecto desarrollado quedan adjuntos. Estos ficheros son: - Documentación Javadoc. Contiene la información de las clases Java que han sido creadas. - database_model.mwb. Este fichero contiene el modelo de la base de datos para MySQL Workbench. Esto permite, entre otras cosas, generar el script de iniciación de la base de datos para la creación de las tablas. - ScheduleManager.war. El fichero WAR que permite desplegar la plataforma en un servidor Apache Tomcat. - ScheduleManager.zip. El código fuente exportado directamente del proyecto de Netbeans. Contiene todos los paquetes de Java generados, ficheros JSPs, Javascript y CSS que forman parte de la plataforma. - config.properties. Ejemplo del fichero de configuración que permite obtener los nombres de la base de datos - db_init_script.sql. Las consultas SQL necesarias para la creación de la base de datos.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The recent continuous development of Cooperative ITS has resulted in several initiatives which focus on different parts of the Cooperative environment landscape. The FOTsis project focuses on the infrastructure side of the Cooperative environment and will deploy and test 7 services designed to maximise the benefits of the integration of the road operator and infrastructure-based information providers into the ITS environment. This paper describes the current status of the project and focuses on the road safety approach within the project: safety services and safety impact assessment. The outlook on the project's next steps is given in the last section of the paper.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The construction industry produces great environmental impacts to the planet. In order to tackle this problem, the European Union has put into effect Regulation No 305/2011, which compels the construction products manufacturers to carry out environmental performance studies of these products and thus make public the impact they cause on the environment. The aim of this research is to make known the environmental impacts of the SOS Natura Conventional Façade (CF) solution, obtained within the research project "SOS Natura, Vegetal Architectural Solutions" developed by the Department of Construction and Technology in Architecture of the School of Architecture of the Technical University of Madrid (Spain). In addition, we report an environmental comparative with the Natural Water Tank Façade (NWTF), studied previously by the same work group and included in the same research project.We present as well an uncertainty analysis for both façades. Following the study conducted we conclude that the NWTF profile has a slightly better environmental behaviour when compared to the CF profile for the entire life cycle in most of the impact categories analysed in this study. However it should also be noted that, in detail and at stage level, the NWTF presents a higher environmental impact than the CF.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In addition to DNA polymerase complexes, DNA replication requires the coordinate action of a series of proteins, including regulators Cdc28/Clb and Dbf4/Cdc7 kinases, Orcs, Mcms, Cdc6, Cdc45, and Dpb11. Of these, Dpb11, an essential BRCT repeat protein, has remained particularly enigmatic. The Schizosaccharomyces pombe homolog of DPB11, cut5, has been implicated in the DNA replication checkpoint as has the POL2 gene with which DPB11 genetically interacts. Here we describe a gene, DRC1, isolated as a dosage suppressor of dpb11–1. DRC1 is an essential cell cycle-regulated gene required for DNA replication. We show that both Dpb11 and Drc1 are required for the S-phase checkpoint, including the proper activation of the Rad53 kinase in response to DNA damage and replication blocks. Dpb11 is the second BRCT-repeat protein shown to control Rad53 function, possibly indicating a general function for this class of proteins. DRC1 and DPB11 show synthetic lethality and reciprocal dosage suppression. The Drc1 and Dpb11 proteins physically associate and function together to coordinate DNA replication and the cell cycle.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Cell wall deposition is a key process in the formation, growth, and differentiation of plant cells. The most important structural components of the wall are long cellulose microfibrils, which are synthesized by synthases embedded in the plasma membrane. A fundamental question is how the microfibrils become oriented during deposition at the plasma membrane. The current textbook explanation for the orientation mechanism is a guidance system mediated by cortical microtubules. However, too many contraindications are known in secondary cell walls for this to be a universal mechanism, particularly in the case of helicoidal arrangements, which occur in many situations. An additional construction mechanism involves liquid crystalline self-assembly [A. C. Neville (1993) Biology of Fibrous Composites: Development Beyond the Cell Membrane (Cambridge Univ. Press, Cambridge, U.K.)], but the required amount of bulk material that is able to equilibrate thermally is not normally present at any stage of the wall deposition process. Therefore, we have asked whether the complex ordered texture of helicoidal cell walls can be formed in the absence of direct cellular guidance mechanisms. We propose that they can be formed by a mechanism that is based on geometrical considerations. It explains the genesis of the complicated helicoidal texture and shows that the cell has intrinsic, versatile tools for creating a variety of textures. A compelling feature of the model is that local rules generate global order, a typical phenomenon of life.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The yeast Sec1p protein functions in the docking of secretory transport vesicles to the plasma membrane. We previously have cloned two yeast genes encoding syntaxins, SSO1 and SSO2, as suppressors of the temperature-sensitive sec1–1 mutation. We now describe a third suppressor of sec1–1, which we call MSO1. Unlike SSO1 and SSO2, MSO1 is specific for sec1 and does not suppress mutations in any other SEC genes. MSO1 encodes a small hydrophilic protein that is enriched in a microsomal membrane fraction. Cells that lack MSO1 are viable, but they accumulate secretory vesicles in the bud, indicating that the terminal step in secretion is partially impaired. Moreover, loss of MSO1 shows synthetic lethality with mutations in SEC1, SEC2, and SEC4, and other synthetic phenotypes with mutations in several other late-acting SEC genes. We further found that Mso1p interacts with Sec1p both in vitro and in the two-hybrid system. These findings suggest that Mso1p is a component of the secretory vesicle docking complex whose function is closely associated with that of Sec1p.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

What determines the nuclear organization within a cell and whether this organization itself can impose cellular function within a tissue remains unknown. To explore the relationship between nuclear organization and tissue architecture and function, we used a model of human mammary epithelial cell acinar morphogenesis. When cultured within a reconstituted basement membrane (rBM), HMT-3522 cells form polarized and growth-arrested tissue-like acini with a central lumen and deposit an endogenous BM. We show that rBM-induced morphogenesis is accompanied by relocalization of the nuclear matrix proteins NuMA, splicing factor SRm160, and cell cycle regulator Rb. These proteins had distinct distribution patterns specific for proliferation, growth arrest, and acini formation, whereas the distribution of the nuclear lamina protein, lamin B, remained unchanged. NuMA relocalized to foci, which coalesced into larger assemblies as morphogenesis progressed. Perturbation of histone acetylation in the acini by trichostatin A treatment altered chromatin structure, disrupted NuMA foci, and induced cell proliferation. Moreover, treatment of transiently permeabilized acini with a NuMA antibody led to the disruption of NuMA foci, alteration of histone acetylation, activation of metalloproteases, and breakdown of the endogenous BM. These results experimentally demonstrate a dynamic interaction between the extracellular matrix, nuclear organization, and tissue phenotype. They further show that rather than passively reflecting changes in gene expression, nuclear organization itself can modulate the cellular and tissue phenotype.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The nucleus of spermatocytes provides during the first meiotic prophase an interesting model for investigating relationships of the nuclear envelope (NE) with components of the nuclear interior. During the pachytene stage, meiotic chromosomes are synapsed via synaptonemal complexes (SCs) and attached through both ends to the nuclear periphery. This association is dynamic because chromosomes move during the process of synapsis and desynapsis that takes place during meiotic prophase. The NE of spermatocytes possesses some peculiarities (e.g., lower stability than in somatic cells, expression of short meiosis-specific lamin isoforms called C2 and B3) that could be critically involved in this process. For better understanding of the association of chromosomes with the nuclear periphery, in the present study we have investigated the distribution of NE proteins in relation to SC attachment sites. A major outcome was the finding that lamin C2 is distributed in the form of discontinuous domains at the NE of spermatocytes and that SC attachment sites are embedded in these domains. Lamin C2 appears to form part of larger structures as suggested by cell fractionation experiments. According to these results, we propose that the C2-containing domains represent local reinforcements of the NE that are involved in the proper attachment of SCs.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Following transcription and splicing, each mRNA of a mammalian cell passes into the cytoplasm where its fate is in the hands of a complex network of ribonucleoproteins (mRNPs). The success or failure of a gene to be expressed depends on the performance of this mRNP infrastructure. The entry, gating, processing, and transit of each mRNA through an mRNP network helps determine the composition of a cell's proteome. The machinery that regulates storage, turnover, and translational activation of mRNAs is not well understood, in part, because of the heterogeneous nature of mRNPs. Recently, subsets of cellular mRNAs clustered as members of mRNP complexes have been identified by using antibodies reactive with RNA-binding proteins, including ELAV/Hu, eIF-4E, and poly(A)-binding proteins. Cytoplasmic ELAV/Hu proteins are involved in the stability and translation of early response gene (ERG) transcripts and are expressed predominately in neurons. mRNAs recovered from ELAV/Hu mRNP complexes were found to have similar sequence elements, suggesting a common structural linkage among them. This approach opens the possibility of identifying transcripts physically clustered in vivo that may have similar fates or functions. Moreover, the proteins encoded by physically organized mRNAs may participate in the same biological process or structural outcome, not unlike operons and their polycistronic mRNAs do in prokaryotic organisms. Our goal is to understand the organization and flow of genetic information on an integrative systems level by analyzing the collective properties of proteins and mRNAs associated with mRNPs in vivo.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Proper maintenance and duplication of the genome require accurate recombination between homologous DNA molecules. In eukaryotic cells, the Rad51 protein mediates pairing between homologous DNA molecules. This reaction is assisted by the Rad54 protein. To gain insight into how Rad54 functions, we studied the interaction of the human Rad54 (hRad54) protein with double-stranded DNA. We have recently shown that binding of hRad54 to DNA induces a change in DNA topology. To determine whether this change was caused by a protein-constrained change in twist, a protein-constrained change in writhe, or the introduction of unconstrained plectonemic supercoils, we investigated the hRad54–DNA complex by scanning force microscopy. The architecture of the observed complexes suggests that movement of the hRad54 protein complex along the DNA helix generates unconstrained plectonemic supercoils. We discuss how hRad54-induced superhelical stress in the target DNA may function to facilitate homologous DNA pairing by the hRad51 protein directly. In addition, the induction of supercoiling by hRad54 could stimulate recombination indirectly by displacing histones and/or other proteins packaging the DNA into chromatin. This function of DNA translocating motors might be of general importance in chromatin metabolism.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Studies of gene regulation have revealed that several transcriptional regulators can switch between activator and repressor depending upon both the promoter and the cellular context. A relatively simple prokaryotic example is illustrated by the Escherichia coli CytR regulon. In this system, the cAMP receptor protein (CRP) assists the binding of RNA polymerase as well as a specific negative regulator, CytR. Thus, CRP functions either as an activator or as a corepressor. Here we show that, depending on promoter architecture, the CRP/CytR nucleoprotein complex has opposite effects on transcription. When acting from a site close to the DNA target for RNA polymerase, CytR interacts with CRP to repress transcription, whereas an interaction with CRP from appropriately positioned upstream binding sites can result in formation of a huge preinitiation complex and transcriptional activation. Based on recent results about CRP-mediated regulation of transcription initiation and the finding that CRP possesses discrete surface-exposed patches for protein-protein interaction with RNA polymerase and CytR, a molecular model for this dual regulation is discussed.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Flagellin is one of the most abundant proteins in motile bacteria, yet its expression requires a low abundance sigma factor (sigma 28). We show that transcription from the Bacillus subtilis flagellin promoter is stimulated 20-fold by an upstream A+T-rich region [upstream promoter (UP) element] both in vivo and in vitro. This UP element is contacted by sigma 28 holoenzyme bound at the flagellin promoter and binds the isolated alpha 2 subassembly of RNA polymerase. The UP element increases the affinity of RNA polymerase for the flagellin promoter and stimulates transcription when initiation is limited by the rate of RNA polymerase binding. Comparison with other promoters in the flagellar regulon reveals a bipartite architecture: the -35 and -10 elements confer specificity for sigma 28, while promoter strength is determined largely by upstream DNA sequences.

Relevância:

100.00% 100.00%

Publicador: