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.
The present study utilised date palm fibre (DPF) waste residues to adsorb Congo red (CR) dye from aqueous solutions. The features of the adsorbent, such as its surface shape, pore size, and chemical properties, were assessed with X-ray diffraction (XRD), BET, Fourier-transform infrared (FTIR), X-ray fluorescence (XRF), and field emission scanning electron microscope (FESEM). The current study employed the batch system to investigate the ideal pH to adsorb the CR dye and found that acidic pH decolourised the dye best. Extending the dye-DPF waste mixing period at 25°C reportedly removed more dye. Consequently, the influence of the starting dye and DPF waste quantity on dye removal was explored in this study. At 5 g/L dye concentration, 48% d
... Show MoreThe electronic properties (such as energy gap HOMO levels. LUMO levels, density of state and density of bonds in addition to spectroscopic properties like IR spectra, Raman spectra, force constant and reduced masses as a function of frequency) of coronene C24 and reduced graphene oxide C24OX , where x=1-5, were studied.. The methodology employed was Density Functional Theory (DFT) with Hybrid function B3LYP and 6-311G** basis sets. The energy gap was calculated for C24 to be 3.5 eV and for C24Ox was from 0.89 to 1.6862 eV for x=1-5 ,respectively. These energy gaps values are comparable to the measured gap of Graphene (1-2.2 eV). The spectroscopic properties were compared with experimental measurements, specificall
... Show MoreExploring the antibacterial potential of neem oil (Azadirachta indica) in combination with gentamicin (GEN) against pathogenic molds, especially Pseudomonas aeruginosa, has drawn concern due to the quest for natural treatment options against incurable diseases. Prospective research directions include looking for natural cures for many of the currently incurable diseases available now. microbial identification system, were used to identify the isolates. The research utilized a range of methods, such as the diffusion agar well (AWD) assays, TEM (transmission electron microscopy) analysis, minimum inhibitory concentration (MIC) assays, and real-time PCR (RT-qPCR) to analyze bacterial expression and the antibacterial action of neem oil (Azadira
... Show MoreCharge transfer complex formation method has been applied for the spectrophotometric determination of erythromycin ethylsuccinate, in bulk sample and dosage form. The method was accurate, simple, rapid, inexpensive and sensitive depending on the formed charge- transfer complex between cited drug and, 2,3- Dichloro-5,6-dicyano-p- benzoquinone (DDQ) as a chromogenic reagent. The formed complex shows absorbance maxima at 587 nm against reagent blank. The calibration graph is linear in the ranges of (10 - 110) μg.mL-1 with detection limit of 0.351μg.mL-1. The results show the absence of interferences from the excipients on the determination of the drug. Therefore the proposed method has been successfully applied for the determination of eryth
... Show MoreComplex-valued regular functions that are normalized in the open unit disk are vastly studied. The current study introduces a new fractional integrodifferential (non-linear) operator. Based on the pre-Schwarzian derivative, certain appropriate stipulations on the parameters included in this con-structed operator to be univalent and bounded are investigated and determined.
Soils encounter cyclic loading conditions in situ, for example during the earthquakes and in the construction sequences of pavements. Investigations on the local scale displacements of the soil grain and their failure patterns under the cyclic loading conditions are relatively scarce in the literature. In this study, the local displacement fields of a dense sand layer interacting with a rigid footing under the plane-strain condition are examined using both experiments and simulations. Three commonly used types of cyclic loading conditions were applied on the footing. Digital particle image velocimetry (DPIV) is used to measure the local scale displacement fields in the soil, and to understand the ev
The annealing temperature (200–500 °C) effects of optical frequency response on the dielectric functions of sol–gel derived CuCoO
A 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.