995 resultados para Monitorial system of education.


Relevância:

100.00% 100.00%

Publicador:

Resumo:

This paper analyzes factors associated with the rejection of products at ports of importer countries and remedial actions taken by producers in China. As an example, it uses one of the most competitive agro-food products of China: live and processed eels. This paper provides an overview of eel production and trade trends in China. In addition, it identifies the causes of port rejection of Chinese eel products as veterinary drug residues by examining the detailed case studies of export firms and the countermeasures taken by the government and firms.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Using the Monte Carlo method the behavior of a system of true hard cylinders has been studied. Values of the length-to-breadth ratio L/D and packing fraction η have been chosen similar to those of real nematic liquid crystals. Results include radial distribution function g(r), structure factor S(k), and orientational order parameter M. These results lead to the conclusion that the hard cylinder model may be a useful reference for real mesomorphic phases.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Smart Grids are advanced power networks that introduce intelligent management, control, and operation systems to address the new challenges generated by the growing energy demand and the appearance of renewal energies. In the literature, Smart Grids are presented as an exemplar SoS: systems composed of large heterogeneous and independent systems that leverage emergent behavior from their interaction. Smart Grids are currently scaling up the electricity service to millions of customers. These Smart Grids are known as Large-Scale Smart Grids. From the experience in several projects about Large-Scale Smart Grids, this paper defines Large-Scale Smart Grids as a SoS that integrate a set of SoS and conceptualizes the properties of this SoS. In addition, the paper defines the architectural framework for deploying the software architectures of Large-Scale Smart Grid SoS.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The efficiency of a Power Plant is affected by the distribution of the pulverized coal within the furnace. The coal, which is pulverized in the mills, is transported and distributed by the primary gas through the mill-ducts to the interior of the furnace. This is done with a double function: dry and enter the coal by different levels for optimizing the combustion in the sense that a complete combustion occurs with homogeneous heat fluxes to the walls. The mill-duct systems of a real Power Plant are very complex and they are not yet well understood. In particular, experimental data concerning the mass flows of coal to the different levels are very difficult to measure. CFD modeling can help to determine them. An Eulerian/Lagrangian approach is used due to the low solid–gas volume ratio.

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 concept of smartness of energy efficient products and systems from a business perspective has been investigated by several authors. The problem of understanding, designing, engineering and governing these technologies requires new concepts. The emergence of these modern technologies causes a myriad of interconnected systems, which are working together to satisfy the necessities of modern life. The problem of understanding, designing, engineering, and governing these technologies requires new concepts. Development of System of System Engineering (SoSE) is an attempt by the systems engineering and science community to fulfill this requirement.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Clinicians could model the brain injury of a patient through his brain activity. However, how this model is defined and how it changes when the patient is recovering are questions yet unanswered. In this paper, the use of MedVir framework is proposed with the aim of answering these questions. Based on complex data mining techniques, this provides not only the differentiation between TBI patients and control subjects (with a 72% of accuracy using 0.632 Bootstrap validation), but also the ability to detect whether a patient may recover or not, and all of that in a quick and easy way through a visualization technique which allows interaction.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Large-scale genetic screens for mutations affecting early neurogenesis of vertebrates have recently been performed with an aquarium fish, the zebrafish. Later stages of neural morphogenesis have attracted less attention in small fish species, partly because of the lack of molecular markers of developing structures that may facilitate the detection of discrete structural alterations. In this context, we report the characterization of Ol-Prx 3 (Oryzias latipes-Prx 3). This gene was isolated in the course of a large-scale screen for brain cDNAs containing a highly conserved DNA binding region, the homeobox helix-three. Sequence analysis revealed that this gene belongs to another class of homeobox genes, together with a previously isolated mouse ortholog, called OG-12 [Rovescalli, A. C., Asoh, S. & Nirenberg, M. (1996) Proc. Natl. Acad. Sci. USA 93, 10691–10696] and with the human SHOX gene [Rao, E., Weiss, B., Fukami, M., Rump, A., Niesler, B., et al. (1997) Nat. Genet. 16, 54–62], thought to be involved in the short-stature phenotype of Turner syndrome patients. These three genes exhibit a moderate level of identity in the homeobox with the other genes of the paired-related (PRX) gene family. Ol-Prx 3, as well as the PRX genes, are expressed in various cartilaginous structures of head and limbs. These genes might thus be involved in common regulatory pathways during the morphogenesis of these structures. Moreover, this paper reports a complex and monophasic pattern of Ol-Prx 3 expression in the central nervous system, which differs markedly from the patterns reported for the PRX genes, Prx 3 excluded: this gene begins to be expressed in a variety of central nervous system territories at late neurula stage. Strikingly, it remains turned on in some of the derivatives of each territory during the entire life of the fish. We hope this work will thus help identify common features for the PRX 3 family of homeobox genes.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Recent evidence suggests that apical and basolateral endocytic pathways in epithelia converge in an apically located, pericentriolar endosomal compartment termed the apical recycling endosome. In this compartment, apically and basolaterally internalized membrane constituents are thought to be sorted for recycling back to their site of origin or for transcytosis to the opposite plasma membrane domain. We report here that in the epithelial cell line Madin–Darby Canine Kidney (MDCK), antibodies to Rab11a label an apical pericentriolar endosomal compartment that is dependent on intact microtubules for its integrity. Furthermore, this compartment is accessible to a membrane-bound marker (dimeric immunoglobulin A [IgA]) internalized from either the apical or basolateral pole, functionally defining it as the apical recycling endosome. We have also examined the role of a closely related epithelial-specific Rab, Rab25, in the regulation of membrane recycling and transcytosis in MDCK cells. When cDNA encoding Rab25 was transfected into MDCK cells, the protein colocalized with Rab11a in subapical vesicles. Rab25 transfection also altered the distribution of Rab11a, causing the coalescence of immunoreactivity into multiple denser vesicular structures not associated with the centrosome. Nevertheless, nocodazole still dispersed these vesicles, and dimeric IgA internalized from either the apical or basolateral membrane was detected in endosomes labeled with antibodies to both Rab11a and Rab25. Overexpression of Rab25 decreased the rate of IgA transcytosis and of apical, but not basolateral, recycling of internalized ligand. Conversely, expression of the dominant-negative Rab25T26N did not alter either apical recycling or transcytosis. These results indicate that both Rab11a and Rab25 associate with the apical recycling system of epithelial cells and suggest that Rab25 may selectively regulate the apical recycling and/or transcytotic pathways.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

From mutants of Escherichia coli unable to utilize fructose via the phosphoenolpyruvate/glycose phosphotransferase system (PTS), further mutants were selected that grow on fructose as the sole carbon source, albeit with relatively low affinity for that hexose (Km for growth ≈8 mM but with Vmax for generation time ≈1 h 10 min); the fructose thus taken into the cells is phosphorylated to fructose 6-phosphate by ATP and a cytosolic fructo(manno)kinase (Mak). The gene effecting the translocation of fructose was identified by Hfr-mediated conjugations and by phage-mediated transduction as specifying an isoform of the membrane-spanning enzyme IIGlc of the PTS, which we designate ptsG-F. Exconjugants that had acquired ptsG+ from Hfr strains used for mapping (designated ptsG-I) grew very poorly on fructose (Vmax ≈7 h 20 min), even though they were rich in Mak activity. A mutant of E. coli also rich in Mak but unable to grow on glucose by virtue of transposon-mediated inactivations both of ptsG and of the genes specifying enzyme IIMan (manXYZ) was restored to growth on glucose by plasmids containing either ptsG-F or ptsG-I, but only the former restored growth on fructose. Sequence analysis showed that the difference between these two forms of ptsG, which was reflected also by differences in the rates at which they translocated mannose and glucose analogs such as methyl α-glucoside and 2-deoxyglucose, resided in a substitution of G in ptsG-I by T in ptsG-F in the first position of codon 12, with consequent replacement of valine by phenylalanine in the deduced amino acid sequence.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In this study the interplay of mitochondria and peroxisomes in photorespiration was simulated in a reconstituted system of isolated mitochondria and peroxisomes from spinach (Spinacia oleracea L.) leaves. The mitochondria oxidizing glycine produced serine, which was reduced in the peroxisomes to glycerate. The required reducing equivalents were provided by the mitochondria via the malate-oxaloacetate (OAA) shuttle, in which OAA was reduced in the mitochondrial matrix by NADH generated during glycine oxidation. The rate of peroxisomal glycerate formation, as compared with peroxisomal protein, resembled the corresponding rate required during leaf photosynthesis under ambient conditions. When the reconstituted system produced glycerate at this rate, the malate-to-OAA ratio was in equilibrium with a ratio of NADH/NAD of 8.8 × 10−3. This low ratio is in the same range as the ratio of NADH/NAD in the cytosol of mesophyll cells of intact illuminated spinach leaves, as we had estimated earlier. This result demonstrates that in the photorespiratory cycle a transfer of redox equivalents from the mitochondria to peroxisomes, as postulated from separate experiments with isolated mitochondria and peroxisomes, can indeed operate under conditions of the very low reductive state of the NADH/NAD system prevailing in the cytosol of mesophyll cells in a leaf during photosynthesis.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

A method was developed to detect 5' ends of bacterial RNAs expressed at low levels and to differentiate newly initiated transcripts from processed transcripts produced in vivo. The procedure involves use of RNA ligase to link a specific oligoribonucleotide to the 5' ends of cellular RNAs, followed by production of cDNA and amplification of the gene of interest by PCR. The method was used to identify the precise sites of transcription initiation within a 10-kb region of the pheromone-inducible conjugative plasmid pCF10 of Enterococcus faecalis. Results confirmed the 5' end of a very abundant, constitutively produced transcript (from prgQ) that had been mapped previously by primer extension and defined the initiation point of a less abundant, divergently transcribed message (from prgX). The method also showed that the 5' end of a pheromone-inducible transcript (prgB) that had been mapped by primer extension was generated by processing rather than new initiation. In addition, the results provided evidence for two promoters, 3 and 5 kb upstream of prgB, and indicated that only the transcripts originating 5 kb upstream may be capable of extending to prgB.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

A new approach of comparing protein structures that does not involve the procedure of superposition is suggested. An invariant system of coordinates for immunoglobulin molecules that is based on the geometrical symmetry inherent to the variable domain light-chain (VL)-heavy-chain (VH) complex is described. The coordinates of the Calpha atoms in 22 immunoglobulin structures are calculated in the invariant system of coordinates. We found that 76 identical positions in this Calpha framework are symmetrical about the twofold axis. Comparison of the identical positions in these molecules allows us to select 96 positions in the light chains and 87 positions in the heavy chains whose Calpha atom coordinates are approximately the same. To check whether the average coordinates of Calpha atoms in these positions complies with the stereochemical requirements, we calculated Calpha-Calpha distances. Seventy-three positions of the light chains and 72 positions of the heavy chains satisfy the Calpha-Calpha distance criterion. The Calpha atoms in these positions are used for constructing the "standard" Calpha framework of VL and VH complexes. The average coordinates of Calpha atoms are presented.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Males of Drosophila melanogaster lacking the Y chromosome-linked crystal locus show multiple meiotic alterations including chromosome disorganization and prominent crystal formation in primary spermatocytes. These alterations are due to the derepression of the X chromosome-linked Stellate sequences. To understand how the derepression of the Stellate elements gives rise to these abnormalities, we have expressed the protein encoded by the Stellate sequences in bacteria and produced an antibody against the fusion protein. Immunostaining of crystal- testes has clearly shown that the Stellate protein is a major component of the crystals. Moreover, in vitro experiments have shown that this protein can interact with the catalytic alpha subunit of casein kinase 2 enzyme, altering its activity.