919 resultados para Many-to-many-assignment problem
Resumo:
La tesis está focalizada en la resolución de problemas de optimización combinatoria, haciendo uso de las opciones tecnológicas actuales que ofrecen las tecnologías de la información y las comunicaciones, y la investigación operativa. Los problemas de optimización combinatoria se resuelven en general mediante programación lineal y metaheurísticas. La aplicación de las técnicas de resolución de los problemas de optimización combinatoria requiere de una elevada carga computacional, y los algoritmos deben diseñarse, por un lado pensando en la efectividad para encontrar buenas soluciones del problema, y por otro lado, pensando en un uso adecuado de los recursos informáticos disponibles. La programación lineal y las metaheurísticas son técnicas de resolución genéricas, que se pueden aplicar a diferentes problemas, partiendo de una base común que se particulariza para cada problema concreto. En el campo del desarrollo de software, los frameworks cumplen esa función de comenzar un proyecto con el trabajo general ya disponible, con la opción de cambiar o extender ese comportamiento base o genérico, para construir el sistema concreto, lo que permite reducir el tiempo de desarrollo, y amplía las posibilidades de éxito del proyecto. En esta tesis se han desarrollado dos frameworks de desarrollo. El framework ILP permite modelar y resolver problemas de programación lineal, de forma independiente al software de resolución de programación lineal que se utilice. El framework LME permite resolver problemas de optimización combinatoria mediante metaheurísticas. Tradicionalmente, las aplicaciones de resolución de problemas de optimización combinatoria son aplicaciones de escritorio que permiten gestionar toda la información de entrada del problema y resuelven el problema en local, con los recursos hardware disponibles. Recientemente ha aparecido un nuevo paradigma de despliegue y uso de aplicaciones que permite compartir recursos informáticos especializados por Internet. Esta nueva forma de uso de recursos informáticos es la computación en la nube, que presenta el modelo de software como servicio (SaaS). En esta tesis se ha construido una plataforma SaaS, para la resolución de problemas de optimización combinatoria, que se despliega sobre arquitecturas compuestas por procesadores multi-núcleo y tarjetas gráficas, y dispone de algoritmos de resolución basados en frameworks de programación lineal y metaheurísticas. Toda la infraestructura es independiente del problema de optimización combinatoria a resolver, y se han desarrollado tres problemas que están totalmente integrados en la plataforma SaaS. Estos problemas se han seleccionado por su importancia práctica. Uno de los problemas tratados en la tesis, es el problema de rutas de vehículos (VRP), que consiste en calcular las rutas de menor coste de una flota de vehículos, que reparte mercancías a todos los clientes. Se ha partido de la versión más clásica del problema y se han hecho estudios en dos direcciones. Por un lado se ha cuantificado el aumento en la velocidad de ejecución de la resolución del problema en tarjetas gráficas. Por otro lado, se ha estudiado el impacto en la velocidad de ejecución y en la calidad de soluciones, en la resolución por la metaheurística de colonias de hormigas (ACO), cuando se introduce la programación lineal para optimizar las rutas individuales de cada vehículo. Este problema se ha desarrollado con los frameworks ILP y LME, y está disponible en la plataforma SaaS. Otro de los problemas tratados en la tesis, es el problema de asignación de flotas (FAP), que consiste en crear las rutas de menor coste para la flota de vehículos de una empresa de transporte de viajeros. Se ha definido un nuevo modelo de problema, que engloba características de problemas presentados en la literatura, y añade nuevas características, lo que permite modelar los requerimientos de las empresas de transporte de viajeros actuales. Este nuevo modelo resuelve de forma integrada el problema de definir los horarios de los trayectos, el problema de asignación del tipo de vehículo, y el problema de crear las rotaciones de los vehículos. Se ha creado un modelo de programación lineal para el problema, y se ha resuelto por programación lineal y por colonias de hormigas (ACO). Este problema se ha desarrollado con los frameworks ILP y LME, y está disponible en la plataforma SaaS. El último problema tratado en la tesis es el problema de planificación táctica de personal (TWFP), que consiste en definir la configuración de una plantilla de trabajadores de menor coste, para cubrir una demanda de carga de trabajo variable. Se ha definido un modelo de problema muy flexible en la definición de contratos, que permite el uso del modelo en diversos sectores productivos. Se ha definido un modelo matemático de programación lineal para representar el problema. Se han definido una serie de casos de uso, que muestran la versatilidad del modelo de problema, y permiten simular el proceso de toma de decisiones de la configuración de una plantilla de trabajadores, cuantificando económicamente cada decisión que se toma. Este problema se ha desarrollado con el framework ILP, y está disponible en la plataforma SaaS. ABSTRACT The thesis is focused on solving combinatorial optimization problems, using current technology options offered by information technology and communications, and operations research. Combinatorial optimization problems are solved in general by linear programming and metaheuristics. The application of these techniques for solving combinatorial optimization problems requires a high computational load, and algorithms are designed, on the one hand thinking to find good solutions to the problem, and on the other hand, thinking about proper use of the available computing resources. Linear programming and metaheuristic are generic resolution techniques, which can be applied to different problems, beginning with a common base that is particularized for each specific problem. In the field of software development, frameworks fulfill this function that allows you to start a project with the overall work already available, with the option to change or extend the behavior or generic basis, to build the concrete system, thus reducing the time development, and expanding the possibilities of success of the project. In this thesis, two development frameworks have been designed and developed. The ILP framework allows to modeling and solving linear programming problems, regardless of the linear programming solver used. The LME framework is designed for solving combinatorial optimization problems using metaheuristics. Traditionally, applications for solving combinatorial optimization problems are desktop applications that allow the user to manage all the information input of the problem and solve the problem locally, using the available hardware resources. Recently, a new deployment paradigm has appeared, that lets to share hardware and software resources by the Internet. This new use of computer resources is cloud computing, which presents the model of software as a service (SaaS). In this thesis, a SaaS platform has been built for solving combinatorial optimization problems, which is deployed on architectures, composed of multi-core processors and graphics cards, and has algorithms based on metaheuristics and linear programming frameworks. The SaaS infrastructure is independent of the combinatorial optimization problem to solve, and three problems are fully integrated into the SaaS platform. These problems have been selected for their practical importance. One of the problems discussed in the thesis, is the vehicle routing problem (VRP), which goal is to calculate the least cost of a fleet of vehicles, which distributes goods to all customers. The VRP has been studied in two directions. On one hand, it has been quantified the increase in execution speed when the problem is solved on graphics cards. On the other hand, it has been studied the impact on execution speed and quality of solutions, when the problem is solved by ant colony optimization (ACO) metaheuristic, and linear programming is introduced to optimize the individual routes of each vehicle. This problem has been developed with the ILP and LME frameworks, and is available in the SaaS platform. Another problem addressed in the thesis, is the fleet assignment problem (FAP), which goal is to create lower cost routes for a fleet of a passenger transport company. It has been defined a new model of problem, which includes features of problems presented in the literature, and adds new features, allowing modeling the business requirements of today's transport companies. This new integrated model solves the problem of defining the flights timetable, the problem of assigning the type of vehicle, and the problem of creating aircraft rotations. The problem has been solved by linear programming and ACO. This problem has been developed with the ILP and LME frameworks, and is available in the SaaS platform. The last problem discussed in the thesis is the tactical planning staff problem (TWFP), which is to define the staff of lower cost, to cover a given work load. It has been defined a very rich problem model in the definition of contracts, allowing the use of the model in various productive sectors. It has been defined a linear programming mathematical model to represent the problem. Some use cases has been defined, to show the versatility of the model problem, and to simulate the decision making process of setting up a staff, economically quantifying every decision that is made. This problem has been developed with the ILP framework, and is available in the SaaS platform.
Resumo:
The distributed computing models typically assume every process in the system has a distinct identifier (ID) or each process is programmed differently, which is named as eponymous system. In such kind of distributed systems, the unique ID is helpful to solve problems: it can be incorporated into messages to make them trackable (i.e., to or from which process they are sent) to facilitate the message transmission; several problems (leader election, consensus, etc.) can be solved without the information of network property in priori if processes have unique IDs; messages in the register of one process will not be overwritten by others process if this process announces; it is useful to break the symmetry. Hence, eponymous systems have influenced the distributed computing community significantly either in theory or in practice. However, every thing in the world has its own two sides. The unique ID also has disadvantages: it can leak information of the network(size); processes in the system have no privacy; assign unique ID is costly in bulk-production(e.g, sensors). Hence, homonymous system is appeared. If some processes share the same ID and programmed identically is called homonymous system. Furthermore, if all processes shared the same ID or have no ID is named as anonymous system. In homonymous or anonymous distributed systems, the symmetry problem (i.e., how to distinguish messages sent from which process) is the main obstacle in the design of algorithms. This thesis is aimed to propose different symmetry break methods (e.g., random function, counting technique, etc.) to solve agreement problem. Agreement is a fundamental problem in distributed computing including a family of abstractions. In this thesis, we mainly focus on the design of consensus, set agreement, broadcast algorithms in anonymous and homonymous distributed systems. Firstly, the fault-tolerant broadcast abstraction is studied in anonymous systems with reliable or fair lossy communication channels separately. Two classes of anonymous failure detectors AΘ and AP∗ are proposed, and both of them together with a already proposed failure detector ψ are implemented and used to enrich the system model to implement broadcast abstraction. Then, in the study of the consensus abstraction, it is proved the AΩ′ failure detector class is strictly weaker than AΩ and AΩ′ is implementable. The first implementation of consensus in anonymous asynchronous distributed systems augmented with AΩ′ and where a majority of processes does not crash. Finally, a general consensus problem– k-set agreement is researched and the weakest failure detector L used to solve it, in asynchronous message passing systems where processes may crash and recover, with homonyms (i.e., processes may have equal identities), and without a complete initial knowledge of the membership.
Resumo:
The irreversible proteolytic mechanism by which protease-activated receptor-1 (PAR1), the G protein-coupled receptor (GPCR) for thrombin, is activated raises the question of how it is shut off. Like classic GPCRs, activated PAR1 is rapidly phosphorylated and internalized, but unlike classic GPCRs, which recycle, internalized PAR1 is sorted to lysosomes. A chimeric PAR1 bearing the substance P receptor’s cytoplasmic carboxyl tail sequestered and recycled like wild-type substance P receptor. In cells expressing this chimera, signaling in response to the PAR1-activating peptide SFLLRN ceased as expected upon removal of this agonist. Strikingly, however, when the chimera was activated proteolytically by thrombin, signaling persisted even after thrombin was removed. This persistent signaling was apparently due to “resignaling” by previously activated receptors that had internalized and recycled back to the cell surface. Thus the cytoplasmic carboxyl tail of PAR1 specifies an intracellular sorting pattern that is linked to its signaling properties. In striking contrast to most GPCRs, sorting of activated PAR1 to lysosomes rather than recycling is critical for terminating PAR1 signaling—a trafficking solution to a signaling problem.
Resumo:
We show that when telencephalic neural progenitors are briefly exposed to bone morphogenetic protein 2 (BMP2) in culture, their developmental fate is changed from neuronal cells to astrocytic cells. BMP2 significantly reduced the number of cells expressing microtubule-associated protein 2, a neuronal marker, and cells expressing nestin, a marker for undifferentiated neural precursors, but BMP2 increased the number of cells expressing S100-β, an astrocytic marker. In telencephalic neuroepithelial cells, BMP2 up-regulated the expression of negative helix–loop–helix (HLH) factors Id1, Id3, and Hes-5 (where Hes is homologue of hairy and Enhancer of Split) that inhibited the transcriptional activity of neurogenic HLH transcription factors Mash1 and neurogenin. Ectopic expression of either Id1 or Id3 (where Id is inhibitor of differentiation) inhibited neurogenesis of neuroepithelial cells, suggesting an important role for these HLH proteins in the BMP2-mediated changes in the neurogenic fate of these cells. Because gliogenesis in the brain and spinal cord, derived from implanted neural stem cells or induced by injury, is responsible for much of the failure of neuronal regeneration, this work may lead to a therapeutic strategy to minimize this problem.
Resumo:
How does a protease act like a hormone to regulate cellular functions? The coagulation protease thrombin (EC 3.4.21.5) activates platelets and regulates the behavior of other cells by means of G protein-coupled protease-activated receptors (PARs). PAR1 is activated when thrombin binds to and cleaves its amino-terminal exodomain to unmask a new receptor amino terminus. This new amino terminus then serves as a tethered peptide ligand, binding intramolecularly to the body of the receptor to effect transmembrane signaling. The irreversibility of PAR1’s proteolytic activation mechanism stands in contrast to the reversible ligand binding that activates classical G protein-coupled receptors and compels special mechanisms for desensitization and resensitization. In endothelial cells and fibroblasts, activated PAR1 rapidly internalizes and then sorts to lysosomes rather than recycling to the plasma membrane as do classical G protein-coupled receptors. This trafficking behavior is critical for termination of thrombin signaling. An intracellular pool of thrombin receptors refreshes the cell surface with naïve receptors, thereby maintaining thrombin responsiveness. Thus cells have evolved a trafficking solution to the signaling problem presented by PARs. Four PARs have now been identified. PAR1, PAR3, and PAR4 can all be activated by thrombin. PAR2 is activated by trypsin and by trypsin-like proteases but not by thrombin. Recent studies with knockout mice, receptor-activating peptides, and blocking antibodies are beginning to define the role of these receptors in vivo.
Resumo:
The selective manipulation of mitochondrial DNA (mtDNA) replication and expression within mammalian cells has proven difficult. One promising approach is to use peptide nucleic acid (PNA) oligomers, nucleic acid analogues that bind selectively to complementary DNA or RNA sequences inhibiting replication and translation. However, the potential of PNAs is restricted by the difficulties of delivering them to mitochondria within cells. To overcome this problem we conjugated a PNA 11mer to a lipophilic phosphonium cation. Such cations are taken up by mitochondria through the lipid bilayer driven by the membrane potential across the inner membrane. As anticipated, phosphonium–PNA (ph–PNA) conjugates of 3.4–4 kDa were imported into both isolated mitochondria and mitochondria within human cells in culture. This was confirmed by using an ion-selective electrode to measure uptake of the ph–PNA conjugates; by cell fractionation in conjunction with immunoblotting; by confocal microscopy; by immunogold-electron microscopy; and by crosslinking ph–PNA conjugates to mitochondrial matrix proteins. In all cases dissipating the mitochondrial membrane potential with an uncoupler prevented ph–PNA uptake. The ph–PNA conjugate selectively inhibited the in vitro replication of DNA containing the A8344G point mutation that causes the human mtDNA disease ‘myoclonic epilepsy and ragged red fibres’ (MERRF) but not the wild-type sequence that differs at a single nucleotide position. Therefore these modified PNA oligomers retain their selective binding to DNA and the lipophilic cation delivers them to mitochondria within cells. When MERRF cells were incubated with the ph–PNA conjugate the ratio of MERRF to wild-type mtDNA was unaffected, even though the ph–PNA content of the mitochondria was sufficient to inhibit MERRF mtDNA replication in a cell-free system. This unexpected finding suggests that nucleic acid derivatives cannot bind their complementary sequences during mtDNA replication. In summary, we have developed a new strategy for targeting PNA oligomers to mitochondria and used it to determine the effects of PNA on mutated mtDNA replication in cells. This work presents new approaches for the manipulation of mtDNA replication and expression, and will assist in the development of therapies for mtDNA diseases.
Resumo:
Three usually unexpressed, and too often unnoticed, conceptual dichotomies underlie our perception and understanding of lawyers’ ethics. First, the existence of a special body of professional ethics and professional regulation presupposes some special need or risk. Criminal and civil law are apparently insufficient. Ordinary day-to-day morality and ordinary ethics, likewise, are not considered to be enough. What is the risk entailed by the notion of a profession that is special; who needs protection, and from what? Two quite different possible answers to this question provide the first of the three dichotomies examined in this article: one can understand the risk as primarily to a vulnerable client from a powerful professional; or, to the contrary, from a powerful client-lawyer combination toward vulnerable others. Second, what is the foundational orientation of lawyers? Are lawyers serving primarily their particular clients, and those clients’ preferences, choices and autonomy? Or is the primary allegiance of lawyers to some community or collective goal or interest distinct from the particular goals or interests of the client? The third dichotomy concerns not the substance of the risk, or the primary orientation, but the appropriate means of responding to that risk or that fundamental obligation. Should professional ethics be implemented primarily through rules? Or, should we rely on character and the discretion of lawyers to make a thought out, all things considered, decision? Each of these three presents a fundamental difference in how we perceive and address issues of lawyers’ ethics. Each affects our understanding and analysis on multiple levels, from (1) determining the appropriate or requisite conduct in a particular situation, to (2) framing a specific rule or approach for a particular category of situations, to (3) more general or abstract theory or policy. A person’s inclinations in regard to the dichotomies affects the conclusions that person will reach on each of those levels of analysis, yet those inclinations and assumptions are frequently unexamined and unarticulated. One’s position on each of the dichotomies tends to structure the approach and outcome without the issues and choice having been explicitly addressed or possibly even noticed. This article is an effort to ameliorate that problem. Part I addresses the question of what is the risk in the work of lawyers, or the function of lawyers, for which professional ethics is the answer. The concluding section focuses on the particular problem of the corporation as client. Part II then asks the related and possibly consequent question of what is the foundational orientation or allegiance of the lawyer? Is it to the individual client? Or is it to some larger community interest? Again, the concluding section focuses on the corporation. Part III turns to the means or method for addressing the obligations and possible problems of the professional ethics of lawyers. Should lawyers’ ethics guide and confine the conduct of lawyers primarily through rules? Or should it function primarily through reliance on the knowledge, judgment and character of lawyers? If the latter were the guide, ethical decisions would be made on a situation by situation basis under the discretion of each lawyer. Toward the end of each discussion possibilities for bridging the dichotomy are considered (and with such bridges each dichotomy may come to look more like a spectrum or continuum.). At several points after its introduction in Parts I and II, the special problem of the corporation as client is revisited and possible solutions suggested. Illustrating the usefulness of keeping the dichotomies in view, Part IV applies them to several exemplary situations of ethical difficulty in actual lawyer practice. For readers finding it difficult to envision the consequences of these distinctions, turning ahead to Part IV may be useful in making the discussion more concrete. Some commonalities across the dichotomies and connections among them are then developed in the concluding section, Part V.
Resumo:
Three usually unexpressed, and too often unnoticed, conceptual dichotomies underlie our perception and understanding of lawyers’ ethics. First, the existence of a special body of professional ethics and professional regulation presupposes some special need or risk. Criminal and civil law are apparently insufficient. Ordinary day-to-day morality and ordinary ethics, likewise, are not considered to be enough. What is the risk entailed by the notion of a profession that is special; who needs protection, and from what? Two quite different possible answers to this question provide the first of the three dichotomies examined in this article: one can understand the risk as primarily to a vulnerable client from a powerful professional; or, to the contrary, from a powerful client-lawyer combination toward vulnerable others. Second, what is the foundational orientation of lawyers? Are lawyers serving primarily their particular clients, and those clients’ preferences, choices and autonomy? Or is the primary allegiance of lawyers to some community or collective goal or interest distinct from the particular goals or interests of the client? The third dichotomy concerns not the substance of therisk, or the primary orientation, but the appropriate means of responding to that risk or that fundamental obligation. Should professional ethics be implemented primarily through rules? Or, should we rely on character and the discretion of lawyers to make a thought out, all things considered, decision? Each of these three presents a fundamental difference in how we perceive and address issues of lawyers’ ethics. Each affects our understanding and analysis on multiple levels, from (1) determining the appropriate or requisite conduct in aparticular situation, to (2) framing a specific rule or approach for a particular category of situations, to (3) more general or abstract theory or policy. A person’s inclinations in regard to the dichotomies affects the conclusions that person will reach on each of those levels of analysis, yet those inclinations and assumptions are frequently unexamined and unarticulated. One’s position on each of the dichotomies tends to structure the approach and outcome without the issues and choice having been explicitly addressed or possibly even noticed. This article is an effort to ameliorate that problem. Part I addresses the question of what is the risk in the work of lawyers, or the function of lawyers, for which professional ethics is the answer. The concluding section focuses on the particular problem of the corporation as client. Part II then asks the related and possibly consequent question of what is the foundational orientation or allegiance of the lawyer? Is it to the individual client? Or is it to some larger community interest? Again, the concluding section focuses on thecorporation. Part III turns to the means or method for addressing the obligations and possible problems of the professional ethics of lawyers. Should lawyers’ ethics guide and confine the conduct of lawyers primarily through rules? Or should it function primarily through reliance on the knowledge, judgment and character of lawyers? If the latter were the guide, ethical decisions would be made on a situation by situation basis under the discretion of each lawyer. Toward the end of each discussion possibilities for bridging the dichotomy are considered (and with such bridges each dichotomy may come to look more like a spectrum or continuum.). At several points after its introduction in Parts I and II, the special problem of the corporation as client is revisited and possible solutions suggested. Illustrating the usefulness of keeping the dichotomies in view, Part IV applies them to several exemplary situations of ethical difficulty in actual lawyer practice. For readers finding it difficult to envision the consequences of these distinctions, turning ahead to Part IV may be useful in making the discussion more concrete. Some commonalities across the dichotomies and connections among them are then developed in the concluding section, Part V.
Resumo:
The current debate taking place in continental Europe on the need to reform labour law to reduce the duality between labour market insiders and outsiders, thus giving new employment opportunities to young people seems to be, at its best, a consequence of the crisis, or at its worst, an excuse. The considerable emphasis placed on the power of legislation to reduce youth unemployment prevents real labour market problems from being clearly identified, thus reducing the scope to adopt more effective measures. Action is certainly required to help young people during the current crisis, yet interventions should not be exclusively directed towards increased flexibility and deregulation. This paper questions the “thaumaturgic power” wrongly attributed to legislative interventions and put forward a more holistic approach to solve the problem of youth employment, by focusing on the education systems, school-to-work transition and industrial relations. As a comparative analysis demonstrates, in order to effectively tackle the issue of youth employment, it is not enough to reform labour law. High quality education systems, apprenticeship schemes, efficient placement and employment services, cooperative industrial relations and flexible wage determination mechanisms are the key to success when it comes to youth employment, not only in times of recession.
Resumo:
European-wide data concerning both companies and households indicate that the credit rationing phenomenon, which has been predicted by theory, does in fact occur to a significant degree in the European credit market. Among SMEs, micro companies are most vulnerable and the current economic crisis has only made these concerns more pressing. Top-down use of the monetary transmission mechanism alone is insufficient to counter the problem. The other solution consists of a bottom-up, microeconomic stimulation of lending transactions, by focusing on collateral and guarantees. The data confirm the high importance that lenders – especially individual households and micro companies – attach to collateral and guarantees when making their lending decisions. As a consequence, we would argue that those parts of the law governing security interests and guarantees should be one of the primary targets for government policy aimed at improving credit flows, especially in avoiding a conflict between consumer protection measures and laws on surety and guarantees. This policy brief firstly aims to give an overview of the problem of credit rationing and to show that low-income households and SMEs are most concerned by the phenomenon. Focusing solely on loans as a way of financing and on the issues related to access to finance by micro and small companies as well households, it then sketches possible solutions focused on guarantees. This paper brings together data from the Eurosystem Household Finance and Consumption survey (HFCS), Eurostat, and both the latest wave of the extended biennial EC/ECB Survey on the access to finance of SMEs (EC/ECB SAFE 2013) and the latest wave of the smaller semi-annual ECB SAFE Survey, covering the period between October 2012 and March 2013.
Resumo:
This Working Paper provides an overview of the Programme for Financial Revival announced in October 2002 in Japan. The programme aimed to dramatically reduce the large amount of non-performing loans that remained until the end of the 1990s. In addition to solving the problem of bad loans, the Programme for Financial Revival aimed to build a strong financial system. For this purpose, the programme comprised three pillars: 1) creation of a new framework for the financial system, 2) creation of a new framework for corporate revitalisation, 3) creation of a new framework for financial administration. The Japanese experience suggests that despite its delayed introduction, this programme may be considered successful in going some way to drastically reduce non-performing loans and stabilise the financial system. Japan’s financial problems and their resolution since the 1990s provide a number of lessons for other economies, particularly for Europe in relation to the difficulties over the euro.
Resumo:
The prevalence of keel bone damage as well as external egg parameters of 2 pure lines divergently selected for high (H) and low (L) bone strength were investigated in 2 aviary systems under commercial conditions. A standard LSL hybrid was used as a reference group. Birds were kept mixed per genetic line (77 hens of the H and L line and 201 or 206 hens of the LSL line, respectively, per pen) in 8 pens of 2 aviary systems differing in design. Keel bone status and body mass of 20 focal hens per line and pen were assessed at 17, 18, 23, 30, 36, 43, 52, and 63 wk of age. External egg parameters (i.e., egg mass, eggshell breaking strength, thickness, and mass) were measured using 10 eggs per line at both 38 and 57 wk of age. Body parameters (i.e. tarsus and third primary wing feather length to calculate index of wing loading) were recorded at 38 wk of age and mortality per genetic line throughout the laying cycle. Bone mineral density (BMD) of 15 keel bones per genetic line was measured after slaughter to confirm assignment of the experimental lines. We found a greater BMD in the H compared with the L and LSL lines. Fewer keel bone fractures and deviations, a poorer external egg quality, as well as a lower index of wing loading were found in the H compared with the L line. Mortality was lower and production parameters (e.g., laying performance) were higher in the LSL line compared with the 2 experimental lines. Aviary design affected prevalence of keel bone damage, body mass, and mortality. We conclude that selection of specific bone traits associated with bone strength as well as the related differences in body morphology (i.e., lower index of wing loading) have potential to reduce keel bone damage in commercial settings. Also, the housing environment (i.e., aviary design) may have additive effects.
Resumo:
Appendices: I. Recent explorations in Turkestan in their relation to the Sumerian problem. II. A chronological list of the kings and rulers of Sumer and Akkad.
Resumo:
Thesis (Ph.D.)--University of Washington, 2016-06
Resumo:
In 1992 the Australian Government adopted the National Mental Health Strategy in an attempt to improve the provision of mental health services. A component was to improve geographical access to hospital-based mental health services. This paper is concerned with determining if this objective has been achieved. Time-series data on patients (at a regional level) with mental illness in the State of Queensland are available for the years from 1968-69 to 2002-03. A change in regional classification by the Australian Bureau of Statistics complicates the analysis by precluding certain empirical tests such as converging utilisation rates by region. To overcome this problem, it was decided to apply concepts of concentration and equality that are commonly employed in industrial economics to the regional data. The empirical results show no evidence of improving regional access following the National Mental Health Strategy: in fact the statistical results show the opposite, i.e. declining regional access.