CuO nanoparticles were synthesized in two different ways, firstly by precipitation method using copper acetate monohydrate Cu(CO2CH13)2·H2O, glacial acetic acid (CH3COOH) and sodium hydroxide(NaOH), and secondly by sol-gel method using copper chloride(CuCl2), sodium hydroxide (NaOH) and ethanol (C2H6O). Results of scanning electron microscopy (SEM) showed that different CuO nanostructures (spherical and Reef) can be formed using precipitation and sol- gel process, respectively, at which the particle size was found to be less than 2 µm. X-ray diffraction (XRD)manifested that the pure synthesized powder has no inclusions that may exist during preparations. XRD results showed the particles size of highest peak at 38.9°, was equal to (15.93nm). In addition, Fourier transform infrared spectroscopy (FT-IR) were used to describe the prepared CuO nanostructures absorption peak at 610 cm-1 which confirms that the synthesized product is a pure CuO and may be attributed to Cu2O infrared active mode.
This work comprises the synthesis of new thioxanthone derivatives containing C-substituted thioxanthone. To obtain these derivatives, the o-mercapto benzoic acid was chosen as the starting material, which was reacted with dry benzene in sulfuric acid (98 %) to produce the thioxanthone (1). The 2,7-(disulfonyl phosphine imine) thioxanthone (4-8) were prepared from reaction of compound (1) with chlorosulfonic acid gave 2,7-(disulfonyl chloride) thioxanthone (2). Treatment of (2) with sodium azide to produce 2,7-(disulfonyl azide) thioxanthone (3). Condensation of (3) with phosphorus compounds afforded compounds (4-8). The 2,7-(disulfonamide) thioxanthone (9-21) was obtained when co
... Show MoreIn contrast to the classical antibacterial sulfa drugs that are unsubstituted or monosubstituted, our newly synthesized analogs were designed to obtain sulfonamide moiety containing disubstituted hetero nitrogen atom. These compounds were formed successfully by chlorosulfonation of acetanilide and the product was treated with different cyclic amines and finally amide hydrolysis was necessary to get agents that were analyzed for IR, UV, CHN, melting points and solubility. At last, we studied their antibacterial activity on certain types of bacteria and we noticed the inactivity due to possible steric factor. Principly, this means these products have no inhibiting action against the used microbes.
The reaction of some new Schiff bases ( 2-[(2-Amino – ethylimino)-methyl]-R , 2-({2-[(R-benzylidene)-amino]-ethylimino}-methyl)-R with Benzoyl chloride or Acetyl chloride were carried out. Subsequent reactions of these products N-(2-Amino-ethyl)-N-[Chloro-(R) –methyl]-benzamide or N-(2-{?-[chloro-(R) –methyl]-amino}-ethyl)-N-[chloro-(R) –methyl]- benzamide with thiourea afforded thioureas compounds. The synthesized compounds were confirmed by their IR,UV,spectra and C.H.N. analysis.
Cover crops (CC) improve soil quality, including soil microbial enzymatic activities and soil chemical parameters. Scientific studies conducted in research centers have shown positive effects of CC on soil enzymatic activities; however, studies conducted in farmer fields are lacking in the literature. The objective of this study was to quantify CC effects on soil microbial enzymatic activities (β-glucosidase, β-glucosaminidase, fluorescein diacetate hydrolase, and dehydrogenase) under a corn (Zea mays L.)–soybean (Glycine max (L.) Merr.) rotation. The study was conducted in 2016 and 2018 in Chariton County, Missouri, where CC were first established in 2012. All tested soil enzyme levels were significantly different between 2016 and 2018
... Show MoreThe study was conducted at the College of Agricultural Engineering Sciences - University of Baghdad in 2022. It aimed to improve the growth of the European black Henbane plant (
Tannin acyl hydrolase as the common name of tannase is an inducible extracellular enzyme that causes the hydrolysis of galloyl ester and depside bonds in tannins, yielding gallic acid and glucose. The main objective of this study is to find a novel gallic acid and tannase produced by
This research was conducted to study the histological structure of the eye in the tree frog (Hyla arborea savignyi) and showed that it is composed of the eyeball and the lens and optic nerve. Appeared eyeball is surrounded by three Tunica from the inside to the outside are Tunica Interna, Tunica vasculosa, Tunica fibrosa. The tunica interna consists of the retina that consists of 10 layers are from outer to inner pigment epithelial layer, rods and cones layer, external limiting membrane, outer nuclear layer, outer plexiform layer, inner nuclear layer, inner plexiform layer , ganglion cells layer , nerve fibers layer, internal limiting membrane .The vascular tunic or Uvea consists of the choroid, ciliary body , and iris . The fibrous coat co
... Show MoreThe study is done in the period between (February 20 and October 20) by using ten adult quail Coturnix coturnix (Linnaeus, 1758). The sections are preparing by paraffin method then stain in Harris haematoxylin-eosin. The histological aspects of spinal cord in quail (Coturnix coturnix) the white matter is in the outer part, while the gray matter is arranged in from of X represents its internal part, the dorsal region is called the dorsal horns while the ventral region is called the ventral horns and the central canal cavity, the spinal cord areas appeared as follows: The medial column, column of von Lenhossek, lateral column, dorsal magnocellular column and marginal paragriseal, columns are also called Hoffmann’s nuclei.
The sentence is one building unit in a music that has a full meaning which in the end takes a long silence .The sentence bases made the sentences with intransitive verb ( non connection ) and the sentences are made with general verb (connection ) .The sentence parts :Verbal sentence –supportive sentence , sentence without a verb .
The method of divide the sentence into these syntax units ( face division ) or (analysis and to each of the syntax units resulted from dividing the sentence to sections made to the end the characterizes the smaller syntax units ,the words .The method of analyze the surface structure of Persian language sentence is exchange method.  
... 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.