The root-mean square-radius of proton, neutron, matter and charge radii, energy level, inelastic longitudinal form factors, reduced transition probability from the ground state to first-excited 2+ state of even-even isotopes, quadrupole moments, quadrupole deformation parameter, and the occupation numbers for some calcium isotopes for A=42,44,46,48,50 are computed using fp-model space and FPBM interaction. 40Ca nucleus is regarded as the inert core for all isotopes under this model space with valence nucleons are moving throughout the fp-shell model space involving 1f7/2, 2p3/2, 1f5/2, and 2p1/2 orbits. Model space is used to present calculations using FPBM interaction, and with the effects of core-polarization are obtained by the first order core polarization through a microscopic theory is called modified surface delta interaction which allows all higher orbits are excited by particle-hole excitation from the core and model space orbits. Also, each isotope's effective charge is determined by using the collective model by Bohr and Mottelson formula. The current result corresponds to the experimental data by taking into account core polarization effects.
أن لعبة كرة السلة في تقدم وتطور مستمر حالها في ذلك حال الألعاب الرياضية الأخرى حيث أن الفضل في ذلك يعود إلى المعرفة بالعلوم المختلفة وكذلك البحث العلمي من اجل تحقيق نتائج متقدمة تنشدها معظم الدول ومنها العراق على الصعيد المحلي والعربي والدولي. ومما لاشك فيه أن متطلبات تطور مستوى نتائج القدرات البدنية في أيُة لعبة مرتبطة بالبرمجة والتخطيط الصحيح للمناهج التدريبية إذ تقودنا هذه الحقيقة إلى إجراء المزيد من الا
... Show MoreThis paper presents an efficient methodology to design modified evaporative air-cooler for winter air-conditioning in Baghdad city as well as using it for summer air-conditioning by adding a heating process after the humidification process. laboratory tests were performed on a direct evaporative cooler (DEC) followed by passing the air on hot water through heat exchanger placed in the coolers air duct exit. The tests were conducted on the 2nd of December /2011 when the ambient temperature was 8.1°C and the relative humidity was (68%). The air flow rate is assumed to vary between 0.069 to 0.209 kg/s with constant water flow rate of 0.03 kg/s in the heat exchanger. The performance is reported in terms of effectiveness of DEC, satura
... Show MoreAbstract:
Since the railway transport sector is very important in many countries of the world, we have tried through this research to study the production function of this sector and to indicate the level of productivity under which it operates.
It was found through the estimation and analysis of the production function Kub - Duglas that the railway transport sector in Iraq suffers from a decline in the level of productivity, which was reflected in the deterioration of the level of services provided for the transport of passengers and goods. This led to the loss of the sector of importance in supporting the national economy and the reluctance of most passengers an
... Show MoreSummarized the idea of research is marked by "changes in the process of mass communication by using the international network of information" by specifying what data networking and mass communication is the transformation processes in the mass communication network where research aims to:1. Diagnostic data and transformations in the process of mass communication network.2. Provide a contact form commensurate with the characteristic mass of the International Network of electronic information, and research found to provide a communicative model called the (human contact network). In short (HCN) Humanity Communication Net also reached conclusions concerning the search process and communicative transformations and changes that have taken pla
... Show More|
This research addressed the cultural factors that are affecting the communicator in international public relations in light of the theory of the cultural relativism. The research aimed to find out the nature of cultural differences between societies and how can for professionals in international public relations understanding the culture of other and communicate with him peacefully. The researcher used qualitative and interpretative methodology. Some of the important results of the research are: The Communities are affected by cultural factors that are composed from values, customs, traditions, prevailing and inherited ethic, languages, religious beliefs, fashion, gender, colors indi |
Depletion of fossil fuel is one of the main reasons why the bioethanol has become popular. It is a renewable energy source. In order to meet the great demand of bioethanol, it is best that the bioethanol production is from cheap raw materials. Since the golden shower fruit is not being utilized and is considered as waste material, hence, this study was conducted to make use of the large volume of the residue as feedstock to test its potential for bioethanol extraction.The main goal of this study is to obtain the most volume of bioethanol from the golden shower fruit liquid residue by the factors, days of fermentation (3, 5, and 7 days) and sugar concentration (15, 20 and 25 brix) of the liquid residue. Also, part of the study is to compu
... Show MoreThe banking sector of all kinds is the backbone of the economy in all countries, as it is the main financier of most economic projects in order to achieve economic development and achieve stability, which contributes to providing the necessary resources in return for obtaining a profit margin in exchange for giving up his money and bearing credit risks. Among the aforementioned banking sectors are: Islamic banks that invest their capital in several forms in order to obtain profits that enable them to continue and grow, and the most important of these formulas is the Murabaha formula, which is summarized by the bank selling a commodity after owning it and then selling it to the applicant for this commodity based on a prior request
... Show MoreWorld War II has brought suffering for all people; it has led people to have a nostalgic feeling. The war has many faces all of them are ugly, like death, separation, loneliness, violence, crime, betrayal, and disconnection and many other meanings. Michael Ondaatje in his novel The English Patient (1992) portrays a picture of the effect of World War II on four different characters; Hana a Canadian nurse, The English patient who is Hungarian, Caravaggio a Canadian-Italitan thief, and Kip an Indian sapper. They live together in one house, share their secrets and memories about World War II. Ondaatje brings them together to reveal their secrets and to heal their wounds of the war experience.
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.