This research discusses the subject of identity in the urban environment as it attempts to answer a number of questions that come with the concept of identity. The first of these questions: What is identity? Can a definition or conceptual framework be developed for identity? What about individual, collective, cultural, ethnic, political and regional identity? Is there a definition of identity in the urban environment in particular? If there is a definition of identity, what about social mobility responsible for social change? How can we see identity through this kinetics? Can we assume that identity in the urban environment has a variable structure or is of variable shape with a more stable structure? Can we determine the spatial-temporal path to change the shape and structure of urban identity in the urban environment?
The current study deals with host-guest complex formation between cucurbit [7] urils as host and lansoprazole as guesti using PM3 (semi empirical molecules orbital calculations) also DFT calculations. In this complex, the formation of hydrogen bonding may be occurred through portal oxygen atoms(O2) of cucurbit [7] urils and amine groups (NH 2 )of the drug. The energies of HOMO and LUMO orbital’s have been computed for the host guest complex and its components. The result of the stabilization energy explained a complex formation.
The radial wave functions of the generalise dWoods–Saxon (GWS) potential within the two-body model of (Core + n) have been used to study the ground-state density distributions of protons, neutrons and matter and the associated root mean square (rms) radii of neutron-rich 14B, 22N, 23O and 24F halo nuclei. The calculated results show that the radial wave functions of the generalised Woods–Saxon potential within the two-body model succeed in reproducing neutron halo in these exotic nuclei. Elastic electron scattering form factors for these nuclei are studied by combining the charge density distributions with the plane-wave Born approximation (PWBA).
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 intera
... Show MoreThe space constitutes a cornerstone of the creativity process since the emergence of arts and literature. Gaston Bachelard has a significant role in highlighting the importance of the place in his book entitled (Poetics of Space). Since then, the space, especially in the TV drama, is no longer a mere background indicating the location or the date of the event. Space inside these series has become an inseparable part of the artistic or dramatic fabric, that the visual scene started to formulate alongside the movement of the individuals in their language or accents that are specified inside the space as an incubator for the décor, clothes, makeup, accessories and lights in addition to the sound and musical effects. The lens angles
... Show MoreCultural awareness is becoming increasingly important in an effort to reinvigorate local urban heritage into modern production. Considering that, one of the most significant aspects of sustainability is preserving socio-cultural and environmental specificities and restoring local heritage. The aim is influencing the local identity by promoting sustainability through the revival of Islamic geometric patterns (IGP) and their performance as effective components in local urban facades. A set of indicators related to the purposes for reusing IGP in facades within three main performances (decorative, structural, and functional). Their sustainability was studied and extrapolated, and a checklist has developed and tested by Likert scale on
... Show MoreThis research was conducted to study the histological structure of the eye in the tree frog (Hyla arborea savignyi) and showed that it is composed of the eyeball and the lens and optic nerve. Appeared eyeball is surrounded by three Tunica from the inside to the outside are Tunica Interna, Tunica vasculosa, Tunica fibrosa. The tunica interna consists of the retina that consists of 10 layers are from outer to inner pigment epithelial layer, rods and cones layer, external limiting membrane, outer nuclear layer, outer plexiform layer, inner nuclear layer, inner plexiform layer , ganglion cells layer , nerve fibers layer, internal limiting membrane .The vascular tunic or Uvea consists of the choroid, ciliary body , and iris . The fibrous coat co
... 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.