The decoration structure in calligraphy painting is one of the variables that characterized the structure of the calligraphic composition due to the artistic, aesthetic and expressive properties of the letters of the Arabic calligraphy, which are represented by flexibility, compliance and the ability to form. Therefore, the researcher defined his problem by asking the following question: What is the decorative structure in the calligraphic painting? The study aimed to reveal the structure of the ornamentation in the calligraphy painting, while the researcher dealt with in the second chapter three sections, the first (the ornamental concept and meaning) and the second topic (the structural characteristics of the Arabic letter in the calligraphic calligraphy painting) and the third topic (the aesthetic foundations in the calligraphic calligraphy painting) and then Indicators of the theoretical framework and previous studies, while the third chapter dealt with the research procedures, where the researcher adopted the descriptive analytical approach of the research community and sampled it by 10%. (The ability of the Arabic letter and its response to formation contributed by employing it to produce calligraphic lettering paintings with lunar structures) and then recommendations to benefit from the results and findings of the research to support researchers, scholars and specialized colleges, and the researcher suggested a study (the formal significance of the trapping effect in the lettering calligraphy painting).
Density Functional Theory at the generalized-gradient approximation level coupled with large unit cell method is used to simulate the electronic structure of (II-VI) zinc-blende cadmium sulfide nanocrystals that have dimensions 2-2.5 nm. The calculated properties include lattice constant, conduction and valence bands width, energy of the highest occupied orbital, energy of the lowest unoccupied orbital, energy gap, density of states etc. Results show that lattice constant and energy gap converge to definite values. However, highest occupied orbital, lowest unoccupied orbital fluctuates indefinitely depending on the shape of the nanocrystal.
This study focuses on producing wood-plastic composites using unsaturated polyester resin reinforced with Pistacia vera shell particles and wood industry waste powder. Composites with reinforcement ratios of 0%, 20%, 30%, and 40% were prepared and tested for thermal conductivity, impact strength, hardness, and compressive strength. The results revealed that thermal conductivity increases with reinforcement, while maintaining good thermal insulation, reaching a peak value of 0.633453 W/m·K. Hardness decreased with increased reinforcement, reaching a minimum nominal hardness value of 0.9479. Meanwhile, impact strength and compressive strength improved, with peak values of 14.103 k/m² and 57.3864568 MPa, respectively. The main aim is to manu
... Show More
Abstract
The use of modern scientific methods and techniques, is considered important topics to solve many of the problems which face some sector, including industrial, service and health. The researcher always intends to use modern methods characterized by accuracy, clarity and speed to reach the optimal solution and be easy at the same time in terms of understanding and application.
the research presented this comparison between the two methods of solution for linear fractional programming models which are linear transformation for Charnas & Cooper , and denominator function restriction method through applied on the oil heaters and gas cookers plant , where the show after reac
... Show MoreThe 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 MoreJoints are among the most widespread geologic structures as they are found in most each exposure of rock. They differ greatly in appearance, dimensions, and arrangement, besides they occur in quite different tectonic environments. This study is important because joints provide evidence on what kind of stress produced them (history of deformation) and also because they change the characteristics of the rocks in which they occur. The Measured data of joints from the studied area which are located in the high folded zone – Northeast of Iraq, were classified according to their relationship with the tectonic axes by projecting them stereographically using Schmidt net in GEOrient ver.9.5.0 software. The joint systems revealed the orientation of
... Show MoreThe electronic structure of zinc blend indium gallium phosphide In0.5Ga0.5P nanocrystals which have dimension (2-2.8 nm) is investigated using the density functional theory coupled with large unit cell (LUC) for the different size core (8 ,16,54,64) atoms respectively. The investigated properties include total energy, energy gap, conduction band, valence band, cohesive energy, ionicity and density of state etc. as a function of core size and lattice constant. Results show the shape effect of increasing the core size and lattice constant on these electronic properties
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.