SwePub
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "WFRF:(Abbas Zainab) "

Sökning: WFRF:(Abbas Zainab)

  • Resultat 1-10 av 15
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
1.
  • Abbafati, Cristiana, et al. (författare)
  • 2020
  • Tidskriftsartikel (refereegranskat)
  •  
2.
  • Abbas, Nasir, et al. (författare)
  • Untargeted-metabolomics differentiation between poultry samples slaughtered with and without detaching spinal cord
  • 2020
  • Ingår i: Arabian Journal of Chemistry. - : ELSEVIER. - 1878-5352 .- 1878-5379. ; 13:12, s. 9081-9089
  • Tidskriftsartikel (refereegranskat)abstract
    • Chicken meat is among the common and relatively inexpensive source of protein consumed worldwide from the poultry industry. Many communities show concern regarding the procedure of slaughtering animals for meat consumption due to ethical, religious, or cultural reasons. Liquid chromatography-electrospray ionization-tandem mass spectrometry (LC-ESI-MS/MS) based untargeted metabolomics of 40 chicken meat samples were evaluated to differentiate meat samples based on slaughtering methods. Samples were grouped into, Zabiha (cutting neck without detaching spinal cord) and Non-Zabiha (completely detaching neck). A volcano plot reveals at least 150 features found significantly different between the two groups having >= 2-fold changes in intensities with p-values <= 0.05. Among them 05 identified and 25 unidentified metabolites have clear differences in peak intensities. The identified features can be employed to differentiate meat obtained from different slaughtering methods. A characteristic pattern based on principal component analysis (PCA) and orthogonal partial least square-discriminant analysis (OPLS-DA) was observed among the groups. The results will benefit Halal certification, food safety, and security agencies to curb food fraud. (C) 2020 The Authors. Published by Elsevier B.V. on behalf of King Saud University.
  •  
3.
  • Abbas, Zainab Dekan, et al. (författare)
  • Locating Dam Sites For Water Harvesting : Case Study Of Najaf Province, Iraq
  • 2019
  • Ingår i: Journal of Environmental Hydrology. - Canada : The International Association of Environmental Hydrology. - 1058-3912 .- 1996-7918. ; 27, s. 1-8
  • Tidskriftsartikel (refereegranskat)abstract
    • The Middle East is considered as an arid area. Iraq was an exception due to the presence of the Tigris  and  Euphrates  Rivers. After  1970,  the  flow  of  these  rivers  started  to  decrease  due  to  climate change  and  building  of  dams  in  the  upper  parts  of  the  catchments  of  the  rivers.  Now,  Iraq  is experiencing  water  shortage  problems.  Rain  water  harvesting  will  definitely  minimize  the  effect  of water shortage problems. In this research an arid area was selected (al Najaf) to find out the best sites for water harvesting using GIS techniques. The good agreement between the results from a simple GIS model  and  observations  in  cases  such  as  al  Najaf  Sea  is  indicating  a  promising  future  for  GIS application  in  hydrological  modeling.  The  present  study  proposed  a  function  formula  of  estimating suitable dam site using existing geographic information map such as the digital elevation maps. It is expected that it will save time, cost and work force. Finally, through the contour map of the study area, the lowest three elevation values at the governorate level were observed (20, 40, 60m). Based on these values, three possibilities were suggested to select the dam sites.
  •  
4.
  • Abbas, Zainab, et al. (författare)
  • Evaluation of the use of streaming graph processing algorithms for road congestion detection
  • 2018
  • Ingår i: Proceedings - 16th IEEE International Symposium on Parallel and Distributed Processing with Applications, 17th IEEE International Conference on Ubiquitous Computing and Communications, 8th IEEE International Conference on Big Data and Cloud Computing, 11th IEEE International Conference on Social Computing and Networking and 8th IEEE International Conference on Sustainable Computing and Communications, ISPA/IUCC/BDCloud/SocialCom/SustainCom 2018. - : Institute of Electrical and Electronics Engineers Inc.. - 9781728111414 ; , s. 1017-1025
  • Konferensbidrag (refereegranskat)abstract
    • Real-time road congestion detection allows improving traffic safety and route planning. In this work, we propose to use streaming graph processing algorithms for road congestion detection and evaluate their accuracy and performance. We represent road infrastructure sensors in the form of a directed weighted graph and adapt the Connected Components algorithm and some existing graph processing algorithms, originally used for community detection in social network graphs, for the task of road congestion detection. In our approach, we detect Connected Components or communities of sensors with similarly weighted edges that reflect different states in the traffic, e.g., free flow or congested state, in regions covered by detected sensor groups. We have adapted and implemented the Connected Components and community detection algorithms for detecting groups in the weighted sensor graphs in batch and streaming manner. We evaluate our approach by building and processing the road infrastructure sensor graph for Stockholm's highways using real-world data from the Motorway Control System operated by the Swedish traffic authority. Our results indicate that the Connected Components and DenGraph community detection algorithms can detect congestion with accuracy up to ? 94% for Connected Components and up to ? 88% for DenGraph. The Louvain Modularity algorithm for community detection fails to detect congestion regions for sparsely connected graphs, representing roads that we have considered in this study. The Hierarchical Clustering algorithm using speed and density readings is able to detect congestion without details, such as shockwaves.
  •  
5.
  • Abbas, Zainab, et al. (författare)
  • Real-time Traffic Jam Detection and Congestion Reduction Using Streaming Graph Analytics
  • 2020
  • Ingår i: <em>2020 IEEE International Conference on Big Data (Big Data)</em>. - : Institute of Electrical and Electronics Engineers (IEEE). ; , s. 3109-3118
  • Konferensbidrag (refereegranskat)abstract
    • Traffic congestion is a problem in day to day life, especially in big cities. Various traffic control infrastructure systems have been deployed to monitor and improve the flow of traffic across cities. Real-time congestion detection can serve for many useful purposes that include sending warnings to drivers approaching the congested area and daily route planning. Most of the existing congestion detection solutions combine historical data with continuous sensor readings and rely on data collected from multiple sensors deployed on the road, measuring the speed of vehicles. While in our work we present a framework that works in a pure streaming setting where historic data is not available before processing. The traffic data streams, possibly unbounded, arrive in real-time. Moreover, the data used in our case is collected only from sensors placed on the intersections of the road. Therefore, we investigate in creating a real-time congestion detection and reduction solution, that works on traffic streams without any prior knowledge. The goal of our work is 1) to detect traffic jams in real-time, and 2) to reduce the congestion in the traffic jam areas.In this work, we present a real-time traffic jam detection and congestion reduction framework: 1) We propose a directed weighted graph representation of the traffic infrastructure network for capturing dependencies between sensor data to measure traffic congestion; 2) We present online traffic jam detection and congestion reduction techniques built on a modern stream processing system, i.e., Apache Flink; 3) We develop dynamic traffic light policies for controlling traffic in congested areas to reduce the travel time of vehicles. Our experimental results indicate that we are able to detect traffic jams in real-time and deploy new traffic light policies which result in 27% less travel time at the best and 8% less travel time on average compared to the travel time with default traffic light policies. Our scalability results show that our system is able to handle high-intensity streaming data with high throughput and low latency.
  •  
6.
  • Abbas, Zainab (författare)
  • Scalable Streaming Graph and Time Series Analysis Using Partitioning and Machine Learning
  • 2021
  • Doktorsavhandling (övrigt vetenskapligt/konstnärligt)abstract
    • Recent years have witnessed a massive increase in the amount of data generated by the Internet of Things (IoT) and social media. Processing huge amounts of this data poses non-trivial challenges in terms of the hardware and performance requirements of modern-day applications. The data we are dealing with today is of massive scale, high intensity and comes in various forms. MapReduce was a popular and clever choice of handling big data using a distributed programming model, which made the processing of huge volumes of data possible using clusters of commodity machines. However, MapReduce was not a good fit for performing complex tasks, such as graph processing, iterative programs and machine learning. Modern data processing frameworks, that are being popularly used to process complex data and perform complex analysis tasks, overcome the shortcomings of MapReduce. Some of these popular frameworks include Apache Spark for batch and stream processing, Apache Flink for stream processing and Tensor Flow for machine learning.In this thesis, we deal with complex analytics on data modeled as time series, graphs and streams. Time series are commonly used to represent temporal data generated by IoT sensors. Analysing and forecasting time series, i.e. extracting useful characteristics and statistics of data and predicting data, is useful for many fields that include, neuro-physiology, economics, environmental studies, transportation, etc. Another useful data representation we work with, are graphs. Graphs are complex data structures used to represent relational data in the form of vertices and edges. Graphs are present in various application domains, such as recommendation systems, road traffic analytics, web analysis, social media analysis. Due to the increasing size of graph data, a single machine is often not sufficient to process the complete graph. Therefore, the computation, as well as the data, must be distributed. Graph partitioning, the process of dividing graphs into subgraphs, is an essential step in distributed graph processing of large scale graphs because it enables parallel and distributed processing.The majority of data generated from IoT and social media originates as a continuous stream, such as series of events from a social media network, time series generated from sensors, financial transactions, etc. The stream processing paradigm refers to the processing of data streaming that is continuous and possibly unbounded. Combining both graphs and streams leads to an interesting and rather challenging domain of streaming graph analytics. Graph streams refer to data that is modelled as a stream of edges or vertices with adjacency lists representing relations between entities of continuously evolving data generated by a single or multiple data sources. Streaming graph analytics is an emerging research field with great potential due to its capabilities of processing large graph streams with limited amounts of memory and low latency. In this dissertation, we present graph partitioning techniques for scalable streaming graph and time series analysis. First, we present and evaluate the use of data partitioning to enable data parallelism in order to address the challenge of scale in large spatial time series forecasting. We propose a graph partitioning technique for large scale spatial time series forecasting of road traffic as a use-case. Our experimental results on traffic density prediction for real-world sensor dataset using Long Short-Term Memory Neural Networks show that the partitioning-based models take 12x lower training time when run in parallel compared to the unpartitioned model of the entire road infrastructure. Furthermore, the partitioning-based models have 2x lower prediction error (RMSE) compared to the entire road model. Second, we showcase the practical usefulness of streaming graph analytics for large spatial time series analysis with the real-world task of traffic jam detection and reduction. We propose to apply streaming graph analytics by performing useful analytics on traffic data stream at scale with high throughput and low latency. Third, we study, evaluate, and compare the existing state-of-the-art streaming graph partitioning algorithms. We propose a uniform analysis framework built using Apache Flink to evaluate and compare partitioning features and characteristics of streaming graph partitioning methods. Finally, we present GCNSplit, a novel ML-driven streaming graph partitioning solution, that uses a small and constant in-memory state (bounded state) to partition (possibly unbounded) graph streams. Our results demonstrate that \ours provides high-throughput partitioning and can leverage data parallelism to sustain input rates of 100K edges/s. GCNSplit exhibits a partitioning quality, in terms of graph cuts and load balance, that matches that of the state-of-the-art HDRF (High Degree Replicated First) algorithm while storing three orders of magnitude smaller partitioning state.
  •  
7.
  • Abbas, Zainab, et al. (författare)
  • Scaling Deep Learning Models for Large Spatial Time-Series Forecasting :
  • 2019
  • Ingår i: Proceedings - 2019 IEEE International Conference on Big Data, Big Data 2019. - : Institute of Electrical and Electronics Engineers Inc.. - 9781728108582 ; , s. 1587-1594
  • Konferensbidrag (refereegranskat)abstract
    • Neural networks are used for different machine learning tasks, such as spatial time-series forecasting. Accurate modelling of a large and complex system requires large datasets to train a deep neural network that causes a challenge of scale as training the network and serving the model are computationally and memory intensive. One example of a complex system that produces a large number of spatial time-series is a large road sensor infrastructure deployed for traffic monitoring. The goal of this work is twofold: 1) To model large amount of spatial time-series from road sensors; 2) To address the scalability problem in a real-life task of large-scale road traffic prediction which is an important part of an Intelligent Transportation System.We propose a partitioning technique to tackle the scalability problem that enables parallelism in both training and prediction: 1) We represent the sensor system as a directed weighted graph based on the road structure, which reflects dependencies between sensor readings, and weighted by sensor readings and inter-sensor distances; 2) We propose an algorithm to automatically partition the graph taking into account dependencies between spatial time-series from sensors; 3) We use the generated sensor graph partitions to train a prediction model per partition. Our experimental results on traffic density prediction using Long Short-Term Memory (LSTM) Neural Networks show that the partitioning-based models take 2x, if run sequentially, and 12x, if run in parallel, less training time, and 20x less prediction time compared to the unpartitioned model of the entire road infrastructure. The partitioning-based models take 100x less total sequential training time compared to single sensor models, i.e., one model per sensor. Furthermore, the partitioning-based models have 2x less prediction error (RMSE) compared to both the single sensor models and the entire road model. 
  •  
8.
  • Abbas, Zainab, 1991-, et al. (författare)
  • Short-Term Traffic Prediction Using Long Short-Term Memory Neural Networks
  • 2018
  • Ingår i: Proceedings - 2018 IEEE International Congress on Big Data, BigData Congress 2018 - Part of the 2018 IEEE World Congress on Services. - : Institute of Electrical and Electronics Engineers Inc.. - 9781538672327 ; , s. 57-65
  • Konferensbidrag (refereegranskat)abstract
    • Short-term traffic prediction allows Intelligent Transport Systems to proactively respond to events before they happen. With the rapid increase in the amount, quality, and detail of traffic data, new techniques are required that can exploit the information in the data in order to provide better results while being able to scale and cope with increasing amounts of data and growing cities. We propose and compare three models for short-term road traffic density prediction based on Long Short-Term Memory (LSTM) neural networks. We have trained the models using real traffic data collected by Motorway Control System in Stockholm that monitors highways and collects flow and speed data per lane every minute from radar sensors. In order to deal with the challenge of scale and to improve prediction accuracy, we propose to partition the road network into road stretches and junctions, and to model each of the partitions with one or more LSTM neural networks. Our evaluation results show that partitioning of roads improves the prediction accuracy by reducing the root mean square error by the factor of 5. We show that we can reduce the complexity of LSTM network by limiting the number of input sensors, on average to 35% of the original number, without compromising the prediction accuracy. .
  •  
9.
  • Abbas, Zainab, 1991-, et al. (författare)
  • Streaming Graph Partitioning: An Experimental Study
  • 2018
  • Ingår i: Proceedings of the VLDB Endowment. - : ACM Digital Library. - 2150-8097. ; 11:11, s. 1590-1603
  • Tidskriftsartikel (refereegranskat)abstract
    • Graph partitioning is an essential yet challenging task for massive graph analysis in distributed computing. Common graph partitioning methods scan the complete graph to obtain structural characteristics offline, before partitioning. However, the emerging need for low-latency, continuous graph analysis led to the development of online partitioning methods. Online methods ingest edges or vertices as a stream, making partitioning decisions on the fly based on partial knowledge of the graph. Prior studies have compared offline graph partitioning techniques across different systems. Yet, little effort has been put into investigating the characteristics of online graph partitioning strategies.In this work, we describe and categorize online graph partitioning techniques based on their assumptions, objectives and costs. Furthermore, we employ an experimental comparison across different applications and datasets, using a unified distributed runtime based on Apache Flink. Our experimental results showcase that model-dependent online partitioning techniques such as low-cut algorithms offer better performance for communication-intensive applications such as bulk synchronous iterative algorithms, albeit higher partitioning costs. Otherwise, model-agnostic techniques trade off data locality for lower partitioning costs and balanced workloads which is beneficial when executing data-parallel single-pass graph algorithms.
  •  
10.
  • Ademuyiwa, Adesoji O., et al. (författare)
  • Determinants of morbidity and mortality following emergency abdominal surgery in children in low-income and middle-income countries
  • 2016
  • Ingår i: BMJ Global Health. - : BMJ Publishing Group Ltd. - 2059-7908. ; 1:4
  • Tidskriftsartikel (refereegranskat)abstract
    • Background: Child health is a key priority on the global health agenda, yet the provision of essential and emergency surgery in children is patchy in resource-poor regions. This study was aimed to determine the mortality risk for emergency abdominal paediatric surgery in low-income countries globally.Methods: Multicentre, international, prospective, cohort study. Self-selected surgical units performing emergency abdominal surgery submitted prespecified data for consecutive children aged <16 years during a 2-week period between July and December 2014. The United Nation's Human Development Index (HDI) was used to stratify countries. The main outcome measure was 30-day postoperative mortality, analysed by multilevel logistic regression.Results: This study included 1409 patients from 253 centres in 43 countries; 282 children were under 2 years of age. Among them, 265 (18.8%) were from low-HDI, 450 (31.9%) from middle-HDI and 694 (49.3%) from high-HDI countries. The most common operations performed were appendectomy, small bowel resection, pyloromyotomy and correction of intussusception. After adjustment for patient and hospital risk factors, child mortality at 30 days was significantly higher in low-HDI (adjusted OR 7.14 (95% CI 2.52 to 20.23), p<0.001) and middle-HDI (4.42 (1.44 to 13.56), p=0.009) countries compared with high-HDI countries, translating to 40 excess deaths per 1000 procedures performed.Conclusions: Adjusted mortality in children following emergency abdominal surgery may be as high as 7 times greater in low-HDI and middle-HDI countries compared with high-HDI countries. Effective provision of emergency essential surgery should be a key priority for global child health agendas.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 15
Typ av publikation
konferensbidrag (9)
tidskriftsartikel (5)
doktorsavhandling (1)
Typ av innehåll
refereegranskat (14)
övrigt vetenskapligt/konstnärligt (1)
Författare/redaktör
Abbas, Zainab (9)
Vlassov, Vladimir, 1 ... (6)
Al-Shishtawy, Ahmad (2)
Vlassov, Vladimir (2)
Carbone, Paris (2)
Abbas, Zainab, 1991- (2)
visa fler...
Johansson, Lars (1)
Ismail, Mohammed (1)
Sulo, Gerhard (1)
Al-Ansari, Nadhir, 1 ... (1)
Abbas, Nasir (1)
Ali, Arslan (1)
Kumari, Sindhia (1)
Iqbal, Ayesha (1)
Husain, Adnan (1)
Saeed, Talat (1)
Al-Ballam, Zainab Ab ... (1)
Ahmed, Nisar (1)
El-Seedi, Hesham R. (1)
Musharraf, Syed Ghul ... (1)
Abbas, Zainab Dekan (1)
Jassim, Osama (1)
Sigurdsson, Thorstei ... (1)
Sottovia, Paolo (1)
Hassan, Mohamad Al H ... (1)
Foroni, Daniele (1)
Bortoli, Stefano (1)
Van Roy, Peter, Prof ... (1)
Kalavri, Vasiliki (1)
Massimiliano Gulisan ... (1)
Ivarsson, Jón Reginb ... (1)
Al-Shishtawy, A. (1)
Girdzijauskas, Sarun ... (1)
Kalavri, Vasiliki, 1 ... (1)
Carbone, Paris, 1986 ... (1)
Hassankhani, Hadi (1)
Liu, Yang (1)
Ali, Muhammad (1)
Mitchell, Philip B (1)
McKee, Martin (1)
Madotto, Fabiana (1)
Mohammed, Ahmed (1)
Salah, Omar (1)
Abolhassani, Hassan (1)
Rezaei, Nima (1)
Castro, Franz (1)
Koul, Parvaiz A. (1)
Weiss, Daniel J. (1)
Ackerman, Ilana N. (1)
Gunnarsson, Ulf (1)
visa färre...
Lärosäte
Kungliga Tekniska Högskolan (11)
Uppsala universitet (2)
RISE (2)
Karolinska Institutet (2)
Umeå universitet (1)
Luleå tekniska universitet (1)
visa fler...
Högskolan Dalarna (1)
visa färre...
Språk
Engelska (15)
Forskningsämne (UKÄ/SCB)
Naturvetenskap (8)
Teknik (5)
Medicin och hälsovetenskap (3)
Lantbruksvetenskap (1)

År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy