The media plays an important role in a number of functions performed by them. Press is one of those media which had and still have a clear role in addressing the various issues, topics, and events. Journalism is no longer as expressed by owners of the liberal theory – it seeks to raise the instincts – but it began to excite the minds of readers to meet their needs. At the same time, it does not neglect the search for the truth and work to deliver it to readers. Some have identified a set of tasks carried out by the press including the interest in public affairs, the needs of the community, work to provide happiness, what is beneficial and useful and combat the negative phenomenon and to address the deviations facing society. The comics as one of the journalists› arts has an influential role in achieving the objectives of the press through its ability to deliver the communicative message carried by those lines, colors, and short words associated with them to have an impact on the recipient, who claimed the corner looking for caricature in the newspapers to feel happiness and enjoy the contours of his characters as well as the ideas it contains and topics addressed by the bold critic style. And terrorism today represents the greatest challenge and the imminent threat to the community and spreading violence, destruction, and vandalism under the rationales and justifications. It was obliged for the cartoonists to address the imminent danger and highlights showdown by its tools, means, and technical methods that exposed the terrorist acts. The cartoonist has tried to dispel the aura that made terrorism for itself and showed the real ugly face and dropped his claims and counterfeit detection finality claims and behaviors that has nothing to do with humanity.
Ischemic stroke is a significant cause of morbidity and mortality worldwide. Autophagy, a process of intracellular degradation, has been shown to play a crucial role in the pathogenesis of ischemic stroke. Long non-coding RNAs (lncRNAs) have emerged as essential regulators of autophagy in various diseases, including ischemic stroke. Recent studies have identified several lncRNAs that modulate autophagy in ischemic stroke, including MALAT1, MIAT, SNHG12, H19, AC136007. 2, C2dat2, MEG3, KCNQ1OT1, SNHG3, and RMRP. These lncRNAs regulate autophagy by interacting with key proteins involved in the autophagic process, such as Beclin-1, ATG7, and LC3. Understanding the role of lncRNAs in regulating auto
The interplay of predation, competition between species and harvesting is one of the most critical aspects of the environment. This paper involves exploring the dynamics of four species' interactions. The system includes two competitive prey and two predators; the first prey is preyed on by the first predator, with the former representing an additional food source for the latter. While the second prey is not exposed to predation but rather is exposed to the harvest. The existence of possible equilibria is found. Conditions of local and global stability for the equilibria are derived. To corroborate our findings, we constructed time series to illustrate the existence and the stability of equilibria numerically by varying the different values
... Show MoreIn this paper, the experiments were carried out in laboratory flotation cell treating solid fines. The effect of variables such as collector oil dosage, pine oil dosage and solid content of the feed slurry have been investigated on the flotation characteristics of low rank coal. Attempts have also been made to develop some empirical Eq. to predict the yield and ash content of concentrate with the operating variables, solids concentration, collector oil dosage, and pine oil dosage, to estimate the recovery at any operating conditions. The calculated results obtained from regression equation by correlating the variables with the yield and ash content of concentrate have been compared to study whether calculated values match closely with th
... Show MorePostmodern arguments, formed a critic case of what modernity brought in several levels. Postmodern practice was considered as a proactive case having amorphous concepts and features to what entiled as an intellectual trends postmodern philosophically and intellectually. But, what postmodernism architecture broughts in it essence, was not isolation from the intellectual context and entrepreneurship case, and it was not disconnecting from the intellectual and philosophical era of that period. Lliteratures and philosophical argument precede what (Robert Venturi) and (Charles A Jencks) had brought, albeit it was closer to critics and correction the path of modernity from crystallizing a direction that exceeds modrinity to wh
... Show MoreIn this paper, we made comparison among different parametric ,nonparametric and semiparametric estimators for partial linear regression model users parametric represented by ols and nonparametric methods represented by cubic smoothing spline estimator and Nadaraya-Watson estimator, we study three nonparametric regression models and samples sizes n=40,60,100,variances used σ2=0.5,1,1.5 the results for the first model show that N.W estimator for partial linear regression model(PLM) is the best followed the cubic smoothing spline estimator for (PLM),and the results of the second and the third model show that the best estimator is C.S.S.followed by N.W estimator for (PLM) ,the
... Show MoreThis research is trying to study the Intellectual political structures of the Open Society according to British Thinker –with Austrian origin- Karl Popper (1902-1994). In First Axe we dealt with the context of Open and Closed society in the Popper's thought. While in the Second Axe we studied the Utopian and graduated Engineering. Finally in the third Axe for the Rationalism, Freedom, Individualism, and the Democracy of Equality.
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.