Quantum dots of CdSe, CdS and ZnS QDs were prepared by chemical reaction and used to fabricate organic quantum dot hybrid junction device. QD-LEDs were fabricated using layers of ITO/TPD: PMMA/CdSe/Alq3, ITO/TPD: PMMA/CdS/Alq3 and ITO/TPD: PMMA/ZnS/Alq3 devices which prepared by phase segregation method. The hybrid white light emitting devices consists, of three-layers deposited successively on the ITO glass substrate; the first layer was of N, N’-bis (3-methylphenyl)-N, N’-bis (phenyl) benzidine (TPD) polymer mixed with polymethyl methacrylate (PMMA) polymers. The second layer was QDs while the third layer was tris (8-hydroxyquinoline) aluminium (Alq3
... Show MoreThe importance of operational risks increases with the increase in technological development, the development of banking operations, the extent of banking compliance, and the attempt of many banks to achieve quality in banking services. And the extent of the position occupied by Iraqi banks for banking compliance and reducing operational risks. The Basel Committee (2) paid its attention to operational risks and the interest of international banks to follow policies that work to ensure banking compliance and cover operational risks, because of its role in reducing losses due to increased costs and achieving an increase in profits. Realizing and working to confront the best possible and traditional methods, that some risks Operational problem
... Show MoreA group of acceptance sampling to testing the products was designed when the life time of an item follows a log-logistics distribution. The minimum number of groups (k) required for a given group size and acceptance number is determined when various values of Consumer’s Risk and test termination time are specified. All the results about these sampling plan and probability of acceptance were explained with tables.
This study aims to derive a general relation between line loads that acting on two-way slab system and the equivalent uniformly distributed loads. This relation will be so useful to structural designer that are used to working with a uniformly distributed load and enable them to use the traditional methods for analysis of two-way systems (e.g. Direct Design Method). Two types of slab systems, Slab System with Beams and Flat Slab Systems, have been considered in this study to include the effect of aspect ratio and type of slab on the proposed relation. Five aspect ratios, l2/l1 of 0.5, 0.75, 1.0, 1.5 and 2.0, have been considered for both types of two-way systems.
All necessary finite element analyses have been executed with SAFE Soft
A Longitudinal opening is used to construct hollow core beam is a cast in site or precast or pre stressed concrete member with continuous voids provided to reduce weight, cost and, as a side benefit, to use for concealed electrical or mechanical runs. Primarily is used as floor beams or roof deck systems. This study investigate the behavior of six beams (solid or with opening) of dimension (length 1000 x height 180 x width120mm) simply support under partial uniformly distributed load, four of these beam contain long opening of varied section (40x40mm) or (80x40mm). The effect of vertical steel reinforcing, opening size and orientations are investigated to evaluate the response of beams. The experimental behavior based on load-deflection
... Show MoreMixed-effects conditional logistic regression is evidently more effective in the study of qualitative differences in longitudinal pollution data as well as their implications on heterogeneous subgroups. This study seeks that conditional logistic regression is a robust evaluation method for environmental studies, thru the analysis of environment pollution as a function of oil production and environmental factors. Consequently, it has been established theoretically that the primary objective of model selection in this research is to identify the candidate model that is optimal for the conditional design. The candidate model should achieve generalizability, goodness-of-fit, parsimony and establish equilibrium between bias and variab
... Show MoreRegulatory T (Treg) cells are one of the major immunosuppressive cell types in cancer and a potential target for immunotherapy, but targeting tumor-infiltrating (TI) Treg cells has been challenging. Here, using single-cell RNA sequencing of immune cells from renal clear cell carcinoma (ccRCC) patients, we identify two distinct transcriptional fates for TI Treg cells, Fate-1 and Fate-2. The Fate-1 signature is associated with a poorer prognosis in ccRCC and several other solid cancers. CD177, a cell surface protein normally expressed on neutrophil, is specifically expressed on Fate-1 TI Treg cells in several solid cancer types, but not on other TI or peripheral Treg cells. Mechanistically, blocking CD
Background: There is plenty of evidence
suggesting that involvement of several groups of
viruses in the development and / or acceleration of
Type 1 Diabetes Mellitus (T1DM).
Objective: To analyze the T- cell proliferation in
the presence of Coxsackie virus B5 (CVB5), Polio
and Adenovirus antigens in addition to assessment
of Interferon- gamma (IFN-γ), Interleukins (IL-10
and IL-6).
Methods: In 60 Iraqi T1DM children with recent
onset of T1DM, Lymphocyte proliferation was
analyzed using Methylthiazol tetrazolium (MTT)
assay by culturing Peripheral Blood Lymphocytes
(PBLs) with Coxsackie Virus B5 (CVB5),
Adenovirus, and Polio vaccine. Serum Interferon-γ,
IL-10 and IL-6 were quantified by sandw
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.