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 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 MoreThis study was conducted in fruit production lathe house of the Department Of Horticulture And Landscape Gardening, in the station (B), College Of Agricultural Engineering Sciences, University Of Baghdad, Al-Jaadria for 8 months, began from 1/3/2019 to 1/9/2019 to investigate the responses of C35 Citrus rootstock to influence of foliar spraying of zinc and irrigation with smoking-water at 2 years old saplings. the study included two factors, first factor was three concentrations of Zinc Element Z0(0 mg.l-1), Z1(50 mg.l-1) and Z2(75 mg.l-1) that sprays at leave. The second factor was watering saplings with smoke-water in three concentrations S0(0 vol.vol-1), S1(0.1 vol.vol-1) and (0.2vol.vol-1), and their interaction. The experiment was fact
... Show MoreThis 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 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.