This review article summarizes our research focused on Cu(In, Ga)Se2 (CIGS) nanocrystals, including their synthesis and implementation as the active light absorbing material in photovoltaic devices (PVs). CIGS thin films were prepared by arrested precipitation from molecular precursors consisting of CuCl, InCl3, GaCl3 and Se metal onto Mo/soda-lime glass (SLG) substrates. We have sought to use CIGS nanocrystals synthesized with the desired stoichiometry to deposit PV device layers without high temperature processing. This approach, using spray deposition of the CIGS light absorber layers, without high temperature selenization, has enabled up to 1.5 % power conversion efficiency under AM 1.5 solar illumination. The composition and morphology of CIGS thin films were studied using energy dispersive spectroscopy (EDS) and scanning electron microscopy (SEM), respectively. X-ray diffraction (XRD) studies show that the structural formation of CIGS chalcopyrite structure.
The study aims to build a proposed training program for school leaders in the Sultanate of Oman on the planning practices of the Kaufman model in light of the needs and challenges of reality. It also aims to identify the challenges facing school leaders in practicing the stages of strategic planning. To achieve these objectives, the study adopted the descriptive approach due to its suitability to the nature of the study. A questionnaire was used to collect the needed data. The study sample included (225) individuals from school principals, their assistants and senior teachers in post-basic education in the Sultanate of Oman. After processing the data statistically, the study concluded that the reality of planning practices for school lea
... Show Morethe power of the federal supreme court to stop the implementation of the law
The research aims to identify the level of psychological burnout among the professors of Sana’a University in light of the armed conflicts in Yemen. The research sample consisted of (104) faculty members. A descriptive-analytical approach was adopted. The results of the research showed that university professors suffer from psychological burnout at a very high level in the overall score of the scale. There were no statistically significant differences in terms of gender, academic degree, teaching experience, marital status, number of family members, or salary. In light of the results, the researcher presented a number of relevant recommendations and suggestions.
Foliar application and seed soaking has been used as a means of supplying supplemental doses of nutrients, plant hormones, stimulants, and organic components. the effects of these applications have included yield increases, and improved drought tolerance, and enhanced crop quality, so A field experiment was carried out during spring seasons in 2019 and 2020 for styding Seed soaking and Foliar Application of Ascorbic acid, Citric acid and Humic acid on Growth, Yield and Active Components IN Maize. Randomized complete block design in split plots arrangement was used with three replicates. Main-plots were for seeds soaking with ascorbic, citric (100 mg l-1) frequently and humic at (1 ml l-1). Sub-plots were for vegetative parts nutrition with
... Show Morethe bank sect for any country is very important because its represent a major nerve to feed a verity economic and finance activities .development any state measure by development banking sets and its represent important factor to investors attract . and because important of this subject ,teen accounting rule is a specialized for it .its related by Disclosures in the Financial Statements Of Banks and The Similar Institutions, its accredit by auditing and accounting standard consul in republic of Iraq.in date 10/28/1998. &
... Show More
In past years, structural pavement solution has been combined with destructive testing; these destructive methods are being replaced by non-destructive testing methods (NDT). Because the destructive test causes damage due to coring conducted for testing and also the difficulty of adequately repairing the core position in the field. Ultrasonic pulse velocity was used to evaluate the strength and volumetric properties of asphalt concrete, of binder course. The impact of moisture damage and testing temperature on pulse velocity has also been studied. Data were analyzed and modeled. It was found that using non-destructive testing represented by pulse velocity could be useful to predict the quality of asphalt c
... 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.