This study showed that liver of Passer domesticus bilobed the right lobe is cardiac shape while the left is elliptical and the liver colour is brown. It is occupying most of anterior and middle parts of abdominal cavity. The liver is surrounded by Glison capsule which is represented by a thin layer of connective tissue with septum extend peripherally in liver tissue. The liver tissue is formed from polyhedral hepatocyte arrange as irregular hepatic cord surrounded the central vein. Each cell contains one or two nucleus with one or more nucleolus. The blood sinusoid appeared between the liver cells .The hepatic cord arranged radially around the central vein. The portal area is clear and surrounded by connective tissue. Gallbladder is almost pear shaped with dark green colour and situated between the liver lobes. Histologically, it consists of three layers (Mucosa which formed from columnar epithelium based on lamina propria, muscular layer of circular arrangement smooth muscle and the third layer is the externa which represented by thin layer of loose connective tissue).
The inelastic C2 form factors and the charge density distribution (CDD) for 58,60,62Ni and 64,66,68Zn nuclei has been investigated by employing the Skyrme-Hartree-Fock method with (Sk35-Skzs*) parametrization. The inelastic C2 form factor is calculated by using the shape of Tassie and Bohr-Mottelson models with appropriate proton and neutron effective charges to account for the core-polarization effects contribution. The comparison of the predicted theoretical values was conducted with the available measured data for C2 and CDD form factors and showed very good agreement.
The present study aims to investigate the long-term histopathological, and physiological effects of different concentrations of a commercially available energy drink (Tiger) on liver and kidney of young mice. Sixteen Balb/c male mice,6 -week old, were divided into 4 groups (n=4). Two groups consumed the energy drink at a concentration of 28µl energy drink/ml water. One group were killed after 10 days (T1), another group were killed after 20 days (T2). Other group of mice consumed the energy drink at a final concentration of 14µl/ml for 20 days (T3). The last group was provided only with water and served as control. Mice of all groups drank around 3 ml per day. The histopathological study on liver of treated groups showed many changes s
... Show MoreBackground: Liver metastasis significantly complicates cancer prognosis, yet easily accessible markers for its early detection and monitoring remain crucial. This study aimed to comprehensively evaluate key hematological parameters as potential indicators for liver metastasis in Iraqi patients. Methods: We conducted a cross-sectional study comparing hematological profiles between 90 patients (presumably with liver metastasis) and 30 healthy controls. White Blood Cell (WBC) count, Lymphocyte percentage, Neutrophil percentage, and Neutrophil-to-Lymphocyte Ratio (NLR) were analyzed. Given non-normal data distributions (confirmed by the Shapiro-Wilk test), group comparisons were performed using the non-parametric Mann-Whitney U test.
... Show Morein this paper copper oxide (cuO thin films were prepared by the method of vacum thermal evaporation a pressure.
The research utilizes data produced by the Local Urban Management Directorate in Najaf and the imagery data from the Landsat 9 satellite, after being processed by the GIS tool. The research follows a descriptive and analytical approach; we integrated the Markov chain analysis and the cellular automation approach to predict transformations in city structure as a result of changes in land utilization. The research also aims to identify approaches to detect post-classification transformations in order to determine changes in land utilization. To predict the future land utilization in the city of Kufa, and to evaluate data accuracy, we used the Kappa Indicator to determine the potential applicability of the probability matrix that resulted from
... Show MoreGingival carcinoma is a malignant neoplasm affecting the oral mucosa and is associated with significant morbidity and mortality. Allium ampeloprasum var. porrum water extracts have gotten a lot of attention because of their bioactive components, such as polyphenols, flavonoids, and alkaloids, which have a variety of pharmacological activities, including antiproliferative actions. This study aimed to evaluate the histological and molecular effects of Allium ampeloprasum (leek) water extract on the proliferation of the murine gingival cancer cell line. Histological evaluation was conducted to examine morphological changes induced by extract treatment. Molecular mechanisms underlying the observed histological changes were investigated
... 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.