The Bi2Se3 compound was synthesis by fusing initial compounds consisting of
extra pure elements in stoichiometric ratio from elements compound, charged inside
quartz ampoule. The crystal growth of Bi2Se3 carried out using Brighaman technique
process from melting f (Bi+Se ) at temperature of 810 ºC for about 48 hrs. Single crystal
of Bi2Se3 has been grown in direction (211) after slow cooling on account of heat
gradient to zone furnaces at cooling rate (1-3) C/hr. The structure study of the compound
was determined by x-ray diffraction technique, which it has bismuthinite structure and
orthorhombic unit cell with lattice parameters of a=10.2678 Å, b=11.2392 Å and
c=5.1737 Å
This Study aimed to studying the effect of Volatile oil extracted from the leaves of Myrtus communis on the growth and activities of the following types of bacteria: Staphylococcus aureus, Streptococcus pyogenes, Klebsilla pneumoniae, Pseudomonas aeruginosa, and the yeast Candida albicans. The results showed an inhibitory effect of the oil on both the growth and activity of the tested microbes. This was reflected by the minimum inhibitory concentration (MIC) of Staphylococcus aureus, Streptococcus pyogenes, Klebsilla pneumoniae, Pseudomonas aeruginosa which was: (2.5, 1.25, and 2.5,5 % respectively), and the yeast (5) %. Also, the Minimum bactericidal concentration (MBC) to the bacteria mentioned above was (5, 2.5,5,10 % respectivel
... Show MoreThe research aims to identify the most important variables affecting shooting from jumping high and compare them for the two foot the weak and strong, where the researchers adopted the descriptive method, and the sample was chosen by the intentional method, which consists of (4) players from the Iraqi Sports Army Club, where these variables were studied and their impact on The accuracy of aiming at the two men, and the researchers concluded that most of the players have more accuracy in aiming at the strong leg than at the weak leg, which leads to the loss of many real opportunities during the match because of the players changing the situation or wasting the available opportunity when the position of correction is an opportunity for the w
... Show MoreThis paper presents the syntactic dimension of ditransitive verbs in terms of the universal theory of Role and Reference Grammar (RRG). This theory is syntactic in nature, but it also covers the semantic as well as the pragmatic aspects of any linguistic phenomenon. It assumes a universal framework through which syntactic constructions can be analyzed. However, the morphological structure that each language enjoys renders the universal treatment more complicated and can question the universal nature of such a theory. In this paper, an attempt is made to check if the universal tenet of the theory is maintained over two typologically different languages: English and Arabic in respect of the way that double-object constructions (DOCs)
... Show MoreThe research is a contemporary stylistic study of the text that expresses the psychological
meanings in Nahj Al-Balaghah.
The research is divided to three chapters.
The first chapter : characteristics of psychological text.
It is about the power to influence the addressee ,that is to say ,the text influence power
connects with vulnerability and emotions inside the addressee spirit and his response to
violent effects shaking his feelings and that is represented in outbreaking of words vitality and
homogeneously. The Imam's wrath , grief , love to rightness , hatred of falsehood and
deviation from Islam arouses the words and emotions through :
1. Reduction in words and expansion in meaning by means of inspiration
In this paper, the concept of a hyper structure KU-algebra is introduced and some related properties are investigated. Also, some types of hyper KU-algebras are studied and the relationship between them is stated. Then a hyper KU-ideal of a hyper structure KU-algebra is studied and a few properties are obtained. Furthermore, the notion of a homomorphism is discussed.
What concerns the research is employing the modern technology in a compatible way, because it has multiplied with the visual working functions and has grown in a special way with the development of the digital graphic design field which represents a crystallization product according to investigation and experimentation mechanism within the field of the scientific research in the design field and development of the skills of the first designing worker, who always seeks to find working and functional structures in order to produce a design with a clear meaning by utilizing the technological abilities including the acoustic tech
... Show MoreThis study was conducted to delineate diversity and species composition of non-diatoms planktonic algae in Hoor- Al- Azime marshes, Iran. The samples were collected from four sites at monthly basis from April 2011 to March 2012. A total 88 taxa were identified, out of which (40 taxa, 45.45%) belonging to Cyanophyta followed by Chlorophyta (29 taxa, 32.96%), Euglenophyta (18 taxa, 20.45%) and (1 taxa, 1.14%) of Dinophyta recorded. Comparing species richness (65 taxa, 34.76%) at Shat- Ali (St4) was the highest and the lowest (34 taxa, 18.18%) was observed at Rafi (St2). Species occurrence was associated with temperature where in summer (66 taxa) and (25 taxa) encountered winter. The phy
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.