The histological structure of Pycnonotus leucotis was investigated to fill the dearth of information on the histology of mid-brain from available literature and help understand its brain. The brain is wide and short and its length 1.5 cm, and it consists of three regions. The middle region is the mesencephalon. The mesencephalon was divided into optic tectum and tegmentum. The optic tectum consists of six main layers, while the tegmentum contains nuclei of cranial nerves.
Care and attention to the structure in the sixties of the last century replaced the mark, and if the structure of Ms. pampered in research and studies, it has become the mark is also a spoiled lady .. But the relationship between the structure and the mark was not a break and break, but the relationship of integration, His themes are structural analysis, and these are intellectual themes that can not be surpassed in contemporary research, especially since semiotics have emerged from the linguistic inflection.
We have tried to distinguish between text and speech, which is a daunting task, as it seems that whenever the difference between them is clear and clear, we come back to wonder whether the text is the same discourse, and is
... Show MoreObjective: evaluation of Acute Flaccid Paralysis Surveillance (AFP) System's Structure at Al-Russafa Health directorate in Baghdad City. Methodology: descriptive study using evaluation approach conducted to measure the efficiency of AFP Surveillance System structure for period from November 27th 2014 to June 30th 2015. The study adopted the non-probability multi-stage sampling approach. As nineteen health facilities under surveillance are chosen and interview is conducted with a total of 50 health worker how are involved in the AFP Surveillance System. The data are gathered from sample by using question
In today's world, the science of bioinformatics is developing rapidly, especially with regard to the analysis and study of biological networks. Scientists have used various nature-inspired algorithms to find protein complexes in protein-protein interaction (PPI) networks. These networks help scientists guess the molecular function of unknown proteins and show how cells work regularly. It is very common in PPI networks for a protein to participate in multiple functions and belong to many complexes, and as a result, complexes may overlap in the PPI networks. However, developing an efficient and reliable method to address the problem of detecting overlapping protein complexes remains a challenge since it is considered a complex and har
... Show MoreThe topic of the working of the secondary event structure in the embodiment of the film unity is related to the ability to produce a film of controlled events that strengthen each other. The researchers divided the subject topic into an introduction and two sections, as follows: The first section is the event and the action in drama construction wherein the relationship of the dramatic act with the events in general and the secondary event in particular were studied as it has a relationship in a synergistic building of the film unity.
The second section was the patterns of the secondary event in the film wherein the researchers dealt with the patterns, types and functions
... Show More
Here we determined the structure of a cold active family IV esterase (EstN7) cloned
In this paper, the concept of a hyper structure KU-algebra is introduced and some related properties are investigated. Also, some types of hyper KU-algebras are studied and the relationship between them is stated. Then a hyper KU-ideal of a hyper structure KU-algebra is studied and a few properties are obtained. Furthermore, the notion of a homomorphism is discussed.
A significant challenge arises in the characterization of urban systems, especially regarding the intricate structures of Central Business Districts (CBDs). Conventional models seem insufficient, failing to comprehend the non-linear, network-oriented structure of the city's economic and social dynamics. This creates a disparity between the city's physical, geographical structure and the unseen processes occurring within it. The fundamental inquiry is thus configurational: how can we systematically examine the inherent spatial logic of the CBD to develop a more efficient and predictive planning model? This paper presents a theoretical and methodological model to explore this inquiry, which focuses on Lower Manhattan as the primary su
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.