Preferred Language
Articles
/
joe-2229
Design and Implementation ofICT-Based Recycle-Rewarding System for Green Environment
...Show More Authors

This paper proposes a collaborative system called Recycle Rewarding System (RRS), and focuses on the aspect of using information communication technology (ICT) as a tool to promote greening. The idea behind RRS is to encourage recycling collectors by paying them for earning points. In doing so, both the industries and individuals reap the economical benefits of such system. Finally, and more importantly, the system intends to achieve a green environment for the Earth. This paper discusses the design and implementation of the RRS, involves: the architectural design, selection of components, and implementation issues. Five modules are used to construct the system, namely: database, data entry, points collecting and recording, points rewarding, and web modules. The RRS has been deployed at the Universiti Sains Malaysia (USM) to encourage the collectors to support the green environment.

Crossref
View Publication Preview PDF
Quick Preview PDF
Publication Date
Sat Jun 25 2022
Journal Name
International Journal Of Drug Delivery Technology
Preparation of Posaconazole Nanosponges for Improved Topical Delivery System
...Show More Authors

The objective of the current research was to develop the posaconazole (PCZ) loaded NS into the carbopol 934 polymeric gel for prolonged drug release and improved topical delivery; seven different nanosponge formulations of PCZ were formulated using the emulsion solvent diffusion method using various amounts of polymer (ethylcellulose, EC). The aqueous and dispersed phases were prepared using polyvinyl alcohol (PVA) and dichloromethane. The prepared nanosponges (NS) were studied for particle size, structural appearance, and in vitro drug release. Furthermore, the selected formula was formulated as hydrogel and was evaluated for physical characteristics, drug content, and in-vitro drug release. Morphological studies revealed irregular

... Show More
View Publication
Scopus (11)
Crossref (8)
Scopus Crossref
Publication Date
Tue Apr 16 2019
Journal Name
Proceedings Of The 2019 5th International Conference On Computer And Technology Applications
Four Char DNA Encoding for Anomaly Intrusion Detection System
...Show More Authors

Recent research has shown that a Deoxyribonucleic Acid (DNA) has ability to be used to discover diseases in human body as its function can be used for an intrusion-detection system (IDS) to detect attacks against computer system and networks traffics. Three main factor influenced the accuracy of IDS based on DNA sequence, which is DNA encoding method, STR keys and classification method to classify the correctness of proposed method. The pioneer idea on attempt a DNA sequence for intrusion detection system is using a normal signature sequence with alignment threshold value, later used DNA encoding based cryptography, however the detection rate result is very low. Since the network traffic consists of 41 attributes, therefore we proposed the

... Show More
View Publication
Scopus (8)
Crossref (6)
Scopus Clarivate Crossref
Publication Date
Sat Jan 01 2022
Journal Name
Journal Of Engineering
Developing Crisis Management System for Construction Projects in Iraq
...Show More Authors

Construction is a complicated process that takes place in an almost uncontrollable environment. Although projects can be carefully planned in advance in principle, there is a chance that unforeseen events and crises can disrupt these plans, affecting project development. Because the initial investment expenditures in construction projects are so large, they may be quickly influenced by crises, resulting in significant financial losses. The 2014 financial crisis was one of the most prominent crises that Iraq faced, which significantly impacted various activities in general and the construction industry in particular. Despite the importance of crisis management systems, the researchers found a great lack of local studies l

... Show More
View Publication Preview PDF
Scopus (13)
Crossref (7)
Scopus Crossref
Publication Date
Sat Feb 02 2019
Journal Name
Journal Of The College Of Education For Women
The Effect of Arab Environment on the Artist's Works August Renoir: The Effect of Arab Environment on the Artist's Works August Renoir
...Show More Authors

Abstract:
This study is considerated one of many Studies above the standing of
the Islamic Arab nation which was chosen by God from other nations all over
the world . Some of these nations used to come to the Arab nation to take
whatever useful for them from the beginning of history till now . The
researcher deals in this study with a French artist who is well-know as
August Renoir . He traveled to Algeria and lived there . He was
influenced by the Islamic culture.
The study include. from chapter . chapter one deals with the framework of
programming (out line ) . Chapter two deals with the theoretical framework .
It includes five sections. Deals with the Islamic drawings(Arabesque) . section
three deals w

... Show More
View Publication Preview PDF
Publication Date
Tue Sep 01 2020
Journal Name
Baghdad Science Journal
Improving the Durability of Streak and Thermal Insulation of Petroleum Pipes by Using Polymeric Based Paint System: Polymer Matrix Composites have several and wide applications
...Show More Authors

This research deals with increasing the hardening and insulating the petroleum pipes against the conditions and erosion of different environments. So, basic material of epoxy has been mixed with Ceramic Nano Zirconia reinforcement material 35 nm with the percentages  (0,1,2,3,4,5) %, whereas the paint basis of broken petroleum pipes was used  to paint on it, then it was cut into dimensions (2 cm. × 2 cm.) and 0.3cm high. After the paint and percentages are completed, the samples were immersed into the paint. Then, the micro-hardness was checked according to Vickers method and thermal inspection of paint, which contained (Thermal conduction, thermal flux and Thermal diffusivity), the density of the painted samples was calculate

... Show More
View Publication Preview PDF
Scopus (14)
Crossref (14)
Scopus Clarivate Crossref
Publication Date
Wed Dec 01 2021
Journal Name
International Journal Of Agricultural And Statistical Sciences
Antibacterial activity of thuja orientalis and green tea in pseudomonas areogenosa infection
...Show More Authors

Seven isolates were identified as Pseduomonas aeruginosa from clinical samples. Antibiotic sensitivity test were done to determine their sensitivity to number of antibiotics, the results illustrated all that isolates were resistant to most used antibiotics. The ability of Pseduomonas isolates to produce haemolysin, protease and pyocyanin were detected in this study, all isolates had the ability to produce pyocyanin pigment, hemolysis and protease. The antimicrobial activity of the ethanolic extracts of Thuja orientalis and green tea against P.aeruginosa were investigated. The results showed that both these plant extracts have inhibitory effect against Pseduomonas isolates and it was shown that ethanolic extract of green tea was more efficie

... Show More
Preview PDF
Scopus (4)
Scopus
Publication Date
Mon Aug 01 2011
Journal Name
Journal Of Engineering
IMPLEMENTATION OF ROOT FINDING ALGORITHM OF MINIMUM PHASE FILTER USING VHDL
...Show More Authors

Root-finding is an oldest classical problem, which is still an important research topic, due to its impact on computational algebra and geometry. In communications systems, when the impulse response of the channel is minimum phase the state of equalization algorithm is reduced and the spectral efficiency will improved. To make the channel impulse response minimum phase the prefilter which is called minimum phase filter is used, the adaptation of the minimum phase filter need root finding algorithm. In this paper, the VHDL implementation of the root finding algorithm introduced by Clark and Hau is introduced.
VHDL program is used in the work, to find the roots of two channels and make them minimum phase, the obtained output results are

... Show More
View Publication Preview PDF
Crossref
Publication Date
Sun Feb 10 2019
Journal Name
Journal Of The College Of Education For Women
IMPLEMENTATION OF THE SKIP LIST DATA STRUCTURE WITH IT'S UPDATE OPERATIONS
...Show More Authors

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.

View Publication Preview PDF
Publication Date
Mon Jun 01 2020
Journal Name
Journal Of Engineering
Evaluating Asphalt Concrete Properties by the Implementation of Ultrasonic Pulse Velocity
...Show More Authors

 

In past years, structural pavement solution has been combined with destructive testing; these destructive methods are being replaced by non-destructive testing methods (NDT). Because the destructive test causes damage due to coring conducted for testing and also the difficulty of adequately repairing the core position in the field. Ultrasonic pulse velocity was used to evaluate the strength and volumetric properties of asphalt concrete, of binder course. The impact of moisture damage and testing temperature on pulse velocity has also been studied. Data were analyzed and modeled. It was found that using non-destructive testing represented by pulse velocity could be useful to predict the quality of asphalt c

... Show More
View Publication Preview PDF
Crossref (4)
Crossref
Publication Date
Sat Aug 01 2015
Journal Name
Journal Of Engineering
Reducing of Manufacturing Lead Time by Implementation of Lean Manufacturing Principles
...Show More Authors

Many organizations today are  interesting to implementing lean manufacturing principles  that should enable them to eliminating the wastes to reducing a  manufacturing lead time.  This paper concentrates on  increasing  the competitive level of the company in globalization markets and improving of the productivity by reducing the manufacturing lead time. This will be by using the main tool of lean manufacturing which is value stream mapping (VSM) to identifying all the activities of manufacturing process (value and non-value added activities) to reducing elimination of wastes (non-value added activities) by converting a manufacturing system to pull instead of push by applying some of pull system strategies a

... Show More
View Publication Preview PDF