In this study, SnO2 nanoparticles were prepared from cost-low tin chloride (SnCl2.2H2O) and ethanol by adding ammonia solution by the sol-gel method, which is one of the lowest-cost and simplest techniques. The SnO2 nanoparticles were dried in a drying oven at a temperature of 70°C for 7 hours. After that, it burned in an oven at a temperature of 200°C for 24 hours. The structure, material, morphological, and optical properties of the synthesized SnO2 in nanoparticle sizes are studied utilizing X-ray diffraction. The Scherrer expression was used to compute nanoparticle sizes according to X-ray diffraction, and the results needed to be scrutinized more closely. The micro-strain indicates the broadening of diffraction peaks for nanoparticles that are not ideal crystals. The extra broadening of the diffraction peak may lead to a miscalculation of the nanoparticle size. We use the Williamson-Hall method to directly compute and discuss the particle size and micro-strain of SnO2 nanoparticles and compare them with results obtained using the Scherrer method. In conclusion, the straight line has been derived due to Williamson–Hall methods demonstrating the nanoparticles' uniformity.
Nosocomial infection is acquired contamination of hospitals and health care units caused by multidrug resistant bacteria. Currently, bacterial resistance to antimicrobial medication represents a complicated public health problem. Recent studies on the antimicrobial activity of silver nanoparticles (AgNPs) attracted researchers worldwide to focus on the safe synthesis of AgNPs as antimicrobial agents against multidrug resistant bacteria. The antimicrobial efficacy of AgNPs on pathogenic bacteria isolated from clinical cases of acquired hospital infection was targeted in this project. Fifty specimens of stool were collected through private laboratories in Baghdad from patients who suffered diarrheal symptoms. Bacterial isolation, identific
... Show MoreAbstract
The aim of the research is to demonstrate the role of uncertainty in adopting the general requirements for the strategic environmental assessment of service departments in Babil Governorate and the Environment Department. By focusing on a range of environmental problems, despite the efforts exerted to deal with the environme
... Show MoreAcinetobacter baumannii is highly adapted to hospital environments, causing persistent chronic infections due to its ability to form biofilms. In this work, the antibiofilm activity of AuNPs with a subMIC concentration of 9.34 μg/ml was investigated by the microtiter plate method against 80 clinical isolates of A. baumannii. The results revealed that the biofilm was significantly (P< 0.05) reduced by 48.2 – 82.1%.
In this study, polymeric coating was developed by incorporating nano graphene in the polymer blend with applications to oil storage tanks. The oil storage tanks samples were brought from the oil Pipeline Company / Doura refinery in Baghdad. The coating polymer was formed with a blend (epoxy resin and repcoat ZR). The proportion of mixing the mixture was 3:1:1 epoxy resin 21.06 gm: repcoat ZR 10.53 gm: hardener 10.53 gm. The blend/graphene was prepared using in stui-polymerization method with different weight percentage 1, 3, 5, and 7 wt % added to blend. The resulting solution was put in a glass tube on a magnetic stirrer for one hour at a temperature of 40 °C. The result of contact angle and water absorption the best ratio of 3wt
... Show MorePurpose: the purpose of this study is to investigate how managers working for the General Authority for Irrigation and Reclamation Projects react to the impact of Emotional Intelligence (EI) on their performance. Theoretical framework: The current study includes an intellectual framework on two variables, namely EI and Manager Performance (MP), because it is essential to investigate the relationship between these two variables and the impact of EI on MP. Design/methodology/approach: The research problem is that a manager's capacity to make wise decisions about their work or interactions with subordinates is diminished when they have inadequate EI. The questionnaire is used as a tool for gathering data for the study, and the st
... Show MoreTourism plays an important role in Malaysia’s economic development as it can boost business opportunity in its surrounding economic. By apply data mining on tourism data for predicting the area of business opportunity is a good choice. Data mining is the process that takes data as input and produces outputs knowledge. Due to the population of travelling in Asia country has increased in these few years. Many entrepreneurs start their owns business but there are some problems such as wrongly invest in the business fields and bad services quality which affected their business income. The objective of this paper is to use data mining technology to meet the business needs and customer needs of tourism enterprises and find the most effective
... Show MoreCrime is considered as an unlawful activity of all kinds and it is punished by law. Crimes have an impact on a society's quality of life and economic development. With a large rise in crime globally, there is a necessity to analyze crime data to bring down the rate of crime. This encourages the police and people to occupy the required measures and more effectively restricting the crimes. The purpose of this research is to develop predictive models that can aid in crime pattern analysis and thus support the Boston department's crime prevention efforts. The geographical location factor has been adopted in our model, and this is due to its being an influential factor in several situations, whether it is traveling to a specific area or livin
... 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.