Titanium dioxide nanotube arrays (TiO2 NTAs) were successfully decorated with nanoclusters of cobalt by an electrochemical deposition method. This Co-TiO2 NTAs nanostructure exhibited high compatibility with aluminum chloride\ chloroacetamide (an ionic liquid) and calcium chloride dihydrate\ acetamide (a deep eutectic solvent), leading to significant improvements in the electrochemical properties of the system. Significantly, this led to a discernible augmentation in both potential and current values, concomitant with a decrease in internal resistance. The presence of cobalt facilitated a faster transfer of electric charge, enhancing the overall efficiency of the system. Moreover, the incorporation of cobalt exhibited a beneficial effect on the preservation of ideal operational temperatures in the electric cells. The temperature remained below the permissible limit during both the charging and discharging processes. The utilization of scanning electron microscopy (SEM) and energy-dispersive X-ray spectroscopy (EDX) provided comprehensive visualization of the Co-TiO2 NTAs surface.
To achieve the objectives of the study, a non –probability (purposive) sample of (50) nurses were selected those were working at the oncology wards at the above listed hospitals. The data selected according to the criteria of the study sample. The validity of the questionnaire was determined through an expert panel consists of (11) specialist expert and its reliability was determined through a pilot study by test – retest which was estimated as averages (R=0.89). Data was collected by direct interview technique using the questionnaire formal and data was analyzed by application of descriptive & inferential statistical methods (frequency, percentage, mean of score and Chi-Square). The resul
... Show MoreLocal and global bifurcations of food web model consists of immature and mature preys, first predator, and second predator with the current of toxicity and harvesting was studied. It is shown that a trans-critical bifurcation occurs at the equilibrium point
In this work four complexes of antimony were prepared ,Na[SbO(gly)2],Na[SbO(Asp)2],Na[SbO(Tyrosin)2], Na [SbO(phen alanin)2]. by reaction SbOCl with salts amino acids identifiefid these complexes by FTIR ,their conductivity was measured and also their biological activity against two types of bacteria was studied ,they were biologically active.
Background: Hybrid diabetes (or double diabetes, DD) occur when the patient which exhibits characteristics that combine type 1 diabetes (T1DM) and type 2 diabetes (T2DM). Formerly epidemiological studies found that quarter of people with T1D also had the metabolic syndrome. Subfatin, Also called cometin, it is a small (~27kDa) cytokine secreted by protein encoded by a gene called METRNL (simeler of meteorin). is much expressed in skin in the mucosal tissues and activated macrophages. Subfatin has also been described as a hormone that effected in some diseases such as metabolic diseases (including dyslipidemia), type 2 diabetes and obesity. Objectives: The current study objective is evaluating the subfatin in the blood serum of double diabet
... Show MoreCD63 is -one of the tetraspanin family proteins, which are regarded as: hallmark exosomal markers because it is absent from other types of vesicles. It is expressed in the cell membrane of cancer cells, and cytoplasm of stromal cells. Objective: To assess CD63 expression in gastric cancer (GC) patients, and detected if it could be used as a predictive marker. Furthermore, the current study aimed to find the correlation between CD63 expression and clinicopathological parameters as: gender, age, invasion depth, histopathological type, involvement of lymph nodes, grade and stages of GC (TNM). The current study is a retrospective study in the period time from (2018 to-2020); 50 randomly patients formalin-fixed paraffin embedded blocks (FFPE)
... Show MoreMenorrhagia is common in patients with uterine fibroids, if operation needs to be delayed for a particular reason, goserelin can be used safely to reduce bleeding and the size of the tumor.The objective is to compare between goserelin acetate and norethisterone on patients with menorrhagia and uterine fibroid. A randomized controlled study conducted in Elwiya maternity teaching hospital, Baghdad from the first of November 2007 to the end of April 2009. 90 patients from the consultant outpatient clinic with menorrhagia and fibroid, and their operations were delayed for medical reason were allocated in two groups, the first group, was given 3.2 mg goserelin acetate subcutaneously monthly for 3 months and the second group was given 5 mg nor
... Show MoreA new spectrophotometric method has been developed for the assay of olanzapine (OLN.) in pure and dosage forms. The method is based on the diazocoupling of (OLN.) with diazotized p-nitroaniline in alkaline medium to form a stable brown colored water-soluble azo dye with a maximum absorption at 405 nm. The variables that affect the completion of reaction have been carefully optimized. Beer’s law is obeyed over the concentration range of (0.5-45.0 μg.mL-1) with a molar absorptivity of 1.5777×104 L.mol-1.cm-1. The limit of detection was 0.3148 μg.mL-1 and Sandell’s sensitivity value was 0.0198 μg.cm-2. The propose
... Show MoreIn this paper, the general framework for calculating the stability of equilibria, Hopf bifurcation of a delayed prey-predator system with an SI type of disease in the prey population, is investigated. The impact of the incubation period delay on disease transmission utilizing a nonlinear incidence rate was taken into account. For the purpose of explaining the predation process, a modified Holling type II functional response was used. First, the existence, uniform boundedness, and positivity of the solutions of the considered model system, along with the behavior of equilibria and the existence of Hopf bifurcation, are studied. The critical values of the delay parameter for which stability switches and the nature of the Hopf bifurcat
... Show MoreBackground: Colorectal Cancer (CRC) is one of the most serious health problems and Herpes viridae may hasten the progression of colon cancer. Aim: The purpose of conducting this research is to investigate the existence of Herpes Simplex Virus (HSV1) infection in samples of Colorectal Cancer (CRC) compared with normal tissue. Material and Methods: 40 samples of tissues (30 patients ) with CRC, and (10 samples) of normal tissue (without cancer) were obtained, for immunohistochemically analysis of Herpes Simplex Virus (HSV1) expression Results: The results showed no significant data to justify the link between both Herpes Simplex Virus (HSV1) and human colorectal cancer. Despite of presence of Herpes Simplex Virus (HSV1) found in
... 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.