- Home
- Conference Proceedings
- Qatar Foundation Annual Research Forum Proceedings
- Conference Proceeding
Qatar Foundation Annual Research Forum Volume 2012 Issue 1
- Conference date: 21-23 Oct 2012
- Location: Qatar National Convention Center (QNCC), Doha, Qatar
- Volume number: 2012
- Published: 01 October 2012
301 - 400 of 469 results
-
-
QR Cache: Linking mLearning theory to practice in Qatar
By Robert PowerBackground and Objectives: Virtually ubiquitous mobile and wireless network coverage combined with high mobile device penetration create an opportunity for mobile learning (mLearning) research to focus on linking theory and practice. The QR Cache project at College of the North Atlantic-Qatar (CNA-Q) evolved from the desire of students to use their own mobile devices, and the need for situated mLearning solutions to training demands of Qatar's technical workforce. QR Cache was developed as a set of exemplars of situated mobile reusable learning objects (RLOs) for students studying introductory computer hardware devices and concepts. The QR Cache project uses a Design-Based Research (DBR) approach to study the development of the RLOs, as well as the link between instructional design and established learning theories. Moore's Transactional Distance Theory and Koole's FRAME model are used to provide theoretical grounding for both design decisions and results interpretation. Methods: Participants used their own mobile devices to scan Quick Response (QR) codes affixed to computer equipment. The QR codes redirected their smartphones to websites with information on the English names and some basic facts about the devices. Participants then completed an online questionnaire about their experiences. Survey responses were analyzed for indicators of transactional distance, as well as the domains of effective mLearning design outlined by the FRAME model. Results: Eight students completed the online questionnaire in the pilot phase. All participants were easily able to access the RLOs using their own mobiles. Responses indicated that they found the situated learning strategy desirable. Students also indicated that they revisited the RLOs several times and that the activities generated interaction in the form of discussions with their peers and instructors. Conclusions: Student experiences with the QR Cache RLOs demonstrate low levels of transactional distance between learners and content, their peers, and instructors. They also show a strong convergence of the learner, social and device usability aspects of the FRAME model required optimizing the mLearning experience. However, the limited number of pilot phase participants makes it difficult to provide generalizations. Expanding the research to include more participants in a subsequent phase would address this limitation.
-
-
-
Multi-modal biometric authentication system using face and online signature fusion
Authors: Youssef Elmir, Somaya Al-Maadeed, Abbes Amira and Abdelaali HassaineBackground and Objectives: There is high requirement of face and signature based multimodal biometric systems in various areas, such as banking, biometric systems and secured mobile phone operating systems. Few studies have been carried out in this area to enhance the performance of identification and authentication based on the fusion of those modalities. In multimodal biometric systems, the most common fusion approach is integration at the matching score level, but it is necessary to compare this strategy of fusion to the other strategies, like fusion at feature level. Our system combines these two biometric traits and provides better recognition performance compared with single biometric systems. Multimodal Authentication Systems: The first monomodal verification system is based on face verification using Gabor filters for feature extraction. The second system is based on online signature verification using Nalwa's method. The classification is released using the Cosine Mahalano-bis distance. Due to its efficiency, we used max-of-scores strategy to fuse face and online signature scores. The second proposed system is based on fusion at the feature level. Results and Conclusions: The performance of feature-level fusion and max-of-scores fusion techniques using face and online signature modalities were evaluated on ORL face database and the QU signature database. The lowest equal error rate is obtained by using a fusion strategy based on max-of-monomodal systems scores. Additionally, feature-level fusion based methods demonstrate a low equal error rate compared with the monomodal systems and have not been affected by the increase in the features vector dimension in term of time of verification; on the contrary, the fusion at the score level is clearly affected and it takes more in-time verification because it's necessary to get scores from each biometric trait before the fusion step.
-
-
-
Automated essay scoring using structural and grammatical features
More LessAutomated essay scoring is a research field which is continuously gaining popularity. Grading essays by hand is expensive and time consuming, automated scoring systems can yield fast, effective and affordable solutions that would make it possible to grade essays and other sophisticated testing tools. This study has been conducted on a dataset of thousands of English essay sets belonging to eight different categories provided by the Hewlett Foundation. Each category corresponds to the same question or problem statement. The score of each essay of the training set is provided in this dataset by human raters. Several features have been determined to predict the final grade. First, the number of occurrences of the 100 most frequent words in English is computed in each essay. Then, the list of average scores associated to each compounding word in the training set is determined. From this list several statistical values are considered as separate feature including the minimum, maximum, mean and median values, variance, skewness and kurtosis. These statistical features are also computed for the list of average scores associated to each compounding bigram (sequence of 2 words). Moreover, each word in the essays has been tagged using the NLTK toolkit into its grammatical role (verb, noun, adverb…etc). The number of occurrences of each grammatical role has also been used as a separate feature. All those features have been combined using different classifiers with random forests generally preferred. This system participated in the Automated Essay Scoring Contest sponsored by the Hewlett Foundation. The results have been evaluated using the quadratic weighted kappa error metric, which measures the agreement between the human rater and the automatic rater. This metric typically varies from 0 (only random agreement) to 1 (complete agreement). This method scored 0.76519 and ranked 13th out of 156 teams: http://www.kaggle.com/c/asap-aes/leaderboard. The proposed system combines structural and grammatical features to automatically grade essays and achieves promising performance. There is ongoing work on the extension of the developed method for short essay scoring as well as grading an unseen category of essays.
-
-
-
Modeling datalog fact assertion and retraction in linear logic
Authors: Edmund Lam and Iliano CervesatoPractical algorithms have been proposed to efficiently recompute the logical consequences of a Datalog program after a new fact has been asserted or retracted. This is essential in a dynamic setting where facts are frequently added and removed. Yet while assertion is logically well understood as incremental inference, the monotonic nature of traditional first-order logic is ill-suited to model retraction. As such, the traditional logical interpretation of Datalog offers at most an abstract specification of Datalog systems, but has tenuous relations to the algorithms that perform efficient assertions and retractions in practical implementations. This work proposes a logical interpretation of Datalog based on linear logic. It not only captures the meaning of Datalog updates, but also provides an operational model that underlies the dynamic changes of the set of inferable facts, all within the confines of logic. We do this specifically by explicitly representing the removal of facts and enriching our linear logic interpretation of Datalog inference rules with embedded retraction rules. These retraction rules are essentially linear implications designed to exercise the retraction of consequences when base facts are targeted for retraction. As such, we can map Datalog assertion and retraction onto the forward-chaining fragment of linear logic proof search. We formally prove the correctness of this interpretation with respect to its traditional counterpart. In the future, we intend to exploit our work here to develop a rich logic programming language that integrates Datalog style assertion and retraction with higher-order multiset rewritings.
-
-
-
Probing equation of state parameter fitting in parallel computers
Authors: Marcelo Castier, Ricardo Figueiredo Checoni and Andre ZuberThe accurate design of chemical processes depends on the availability of models to predict the physical properties of the materials being processed. Thermodynamic properties such as enthalpies, entropies, and fugacities are particularly important in this context. Most of the models to evaluate them have adjustable parameters, fitted to give the best possible representation of the experimental data available for a given substance or mixture. Depending on how much information is available, this may entail the use of hundreds or thousands of data points. As several modern thermodynamic models have intricate mathematical expressions, especially equations of state, using so many data points to fit their parameters leads to substantial computational effort. This makes it difficult to run the parameter fitting problem from different initial estimates. The consequence is that this decreases the likelihood of finding the global minimum of the objective function used for parameter fitting. Despite the fact that current desktops and laptops are capable of parallel computations, little has been done to take advantage of their computational power for equation of state parameter fitting. The authors have recently developed procedures to that end, executed in different desktop and laptop computers, which provided speedups compatible with the number of processors available. One of the procedures is based on the conventional, sequential simplex minimization algorithm with a parallel evaluation of the objective function (SSPO approach). The other procedure is based on a modified, parallel version of the simplex minimization algorithm with a sequential evaluation of the objective function (PSSO approach). In this paper, we extend the evaluation of these procedures, executing them in the Suqoor supercomputer of Texas A&M University at Qatar, using single and multiple nodes. Because of numerical algorithm used, speedups in the PSSO approach are limited by the number of parameters to be fitted, which does not happen in the SSPO approach. On the other hand, the PSSO approach often ends at solutions with smaller objective functions, showing a greater tendency to escape local minima.
-
-
-
An efficient, scalable and high performance cloud monitoring framework
Authors: Suhail Rehman and Majd SakrCloud computing has become a very popular platform to deploy data-intensive scientific applications, but this process faces its own set of challenges. Given the complexity of the application execution environment, routine tasks on the cloud such as monitoring, performance analysis, and debugging of applications become tedious and complex. These routine tasks often require close interaction and inspection of multiple layers in the cloud, which traditional performance monitoring tools fail to account for. In addition, many of these tools are designed for real-time analysis and only provide summaries of historical data. This makes it difficult for a user to trace the runtime performance of an application in the past. We present a new monitoring framework called All-Monitor Daemon (Almond). Almond keeps close tabs on cloud inventory by communicating with a cloud resource manager (such as VMware vCenter for a VMware private cloud). Almond then connects to each individual physical host in the inventory and retrieves performance metrics through the hypervisor. Examples of metrics include CPU, memory, disk and network usage. Almond is also designed to collect performance information from the Guest OS, allowing the retrieval of metrics from the application platform as well. Almond was designed from the ground up for enhanced scalability and performance. The framework uses a Time Series Database (TSD), and a decentralized monitoring architecture allows for fast performance queries while minimizing overhead on the infrastructure. Almond collects performance data from all the layers of the software stack, and collected data remains persistent for future analysis. As a result of our performance enhancements, our preliminary results indicate a 70% improvement in hypervisor query response time through these enhancements as compared to our previous monitoring solution, VOTUS. Almond is a work in progress, and will feature an intuitive web-based interface that allows system administrators and cloud users to view and analyze resources on the cloud. Once completed, Almond promises to be a highly scalable, fast performing and dynamic cloud resource monitor.
-
-
-
Arabic named entity operational recognition system
Authors: Shiekha Ali Karam, Ali Jaoua and Samir ElloumiExtracting named entities is an important step for information extraction from a text, based on a given ontology. Dealing with Arabic language invokes an additional number of challenges compared to English, French and other languages within similar families. The major difficulties involve complex morphological systems, no capitalization, and no standardization of Arabic writing. The Arabic language has a rich and complex morphological landscape due to its highly inflected nature. Usually, any Arabic lemma word can be constructed using different internal structure, prefixes and suffixes. Furthermore, there is no standardization of Arabic writing because of the spelling inconsistency of Arabic words. In this work, we propose an operational hybrid approach combining dictionary-based and rule-based detection for extracting seven categories of named entities which are organization by name, date, interval, price/value, percentage, currency and unit. The dictionary-based approach performs exact or approximate matching of the words with prepared Arabic organization names. In case of non-exact matching with the dictionary words, the approximate matching is an efficient solution for morphological difficulties. Specificities of Arabic language are also processed by rule-based detection, which is based on capturing the entities patterns in terms of regular expressions or patterns provided by experts. We evaluated our Arabic name entity recognition system using financial news articles and we obtained around an 80% of recognition rate.
-
-
-
Scalability evaluation of cluster size for MapReduce applications in elastic compute clouds
Authors: Fan Zhang and Majd F SakrThe MapReduce programming model is a widely accepted solution to address the rapid growth of the so-called big-data processing demands. Various MapReduce applications with a huge volume of input data can run on an elastic compute cloud composed of many computing instances. This elastic compute cloud is best represented by a virtual cluster, such as Amazon EC2. Performance prediction of MapReduce applications would help in understanding their scalability pattern. However, it is challenging due to the complex interaction of the MapReduce framework and the underlying highly-parameterized virtualized resources. Furthermore, MapReduce's high-dimension space of configuration paremeters which adds to the prediction complexity. We have evaluated a series of representative MapReduce applications on Amazon EC2, and identified how the cluster size affects the execution times. The scaling curve of all applications are studied to discover the scalability pattern. Our major findings are as follows: (1) The execution times of MapReduce applications follow a power-law distribution, (2) For map-intensive applications, the power-law scalability starts from a small cluster size, and (3) For reduce-intensive applications, the power-law scalability starts from a lager cluster size. We attempted to fit our scalability performance results using three regression methods: polynomial regression, exponential regression and power regression. By measuring the Root Squared Mean Error (RSME), the power regression performs best at performance prediction compared with the other methods evaluated. This was the case across all the benchmark applications studied. Our performance prediction methods will aid cloud users in choosing appropriate computing resources, both virtual and physical, from small-scale experimental test runs for cost saving.
-
-
-
Design Considerations for Content and Personality of a Multi-lingual Cross-Cultural Robot
Authors: Micheline Ziadee, Nawal El Behih, Lakshmi Prakash and Majd SakrOur aim is to develop a culturally aware robot capable of communicating with people from different ethnic and cultural backgrounds and performing competently in a multi-lingual, cross-cultural context. Our test bed is a female robot receptionist, named Hala, deployed at the reception area in Carnegie Mellon University in Qatar. Hala answers questions in Arabic and English about people, locations of offices, classrooms and other rooms in the building. She also provides information about the weather, Education City, and her personal life. Our first model, Hala 1.0, was a bilingual robot extending an American model whose personality and utterances conform to the American culture. Three years of interaction logs have shown that 89% of Hala 1.0's interactions were in English. We conjecture that this is due to the robot's poor ability to equally portray both Arabic and American cultures and to its limited Arabic content. In order for us to investigate cultural factors that bear on communication significantly, we developed Hala 2.0 which is also a bilingual robot designed to be an Arab-American robot with more Arabic features in appearance, expression and interaction. The robot's personality is constructed taking into account the socio-cultural context in which its interactions will take place. To achieve bilingualism we had to create symmetry between Arabic and English linguistic content. Since the robot's utterances were developed primarily in English we resorted to translating them into Arabic and adapting them to the constraints of our socio-cultural context. Since Arabic is a highly inflected language, we adopted the plural case in formulating the robot's replies so as to avoid gender bias. To improve query coverage, we added word synonyms, including context-related synonyms (exp:هل تحبين عملك؟/ هل يعجبك عملك؟ ) and different formulations for the same question (exp: do you sleep? / do you go to sleep? and هل تنامين؟/ أتنامين؟). Furthermore, based on three years of recorded query logs, we expanded the range of topics that the robot is knowledgeable about by adding 3000 question/answer sentences to increase the robot's capacity for engaging users. All content and utterances were developed to align with the robot's designed personal traits.
-
-
-
Performance of spectrum sharing systems with two-way relaying and multiuser diversity
Authors: Liang Yang, Mohamed-Slim Alouini and Khalid QaraqeIn this paper, we consider a spectrum sharing network with two-way relaying and multiuser diversity. More specifically, one secondary transmitter with the best channel quality is selected and splits its partial power to relay its received signals to the primary users by using the amplify-and-forward relaying protocol. We derive a tight approximation for the resulting outage probability. Based on this formula, the performance of the spectral sharing region and the cell coverage are analyzed. Numerical results are given to verify our analysis and are discussed to illustrate the advantages of our newly proposed scheme.
-
-
-
Identifying stressful and relaxation activities using an ambulatory monitoring device
Authors: Hira Khan, Beena Ahmed, Jongyoon Choi and Ricardo Gutierrez-OsunaBackground and Objective: The Autonomic Nervous System (ANS) regulates physiologic processes autonomously through the sympathetic (SNS) and parasympathetic systems (PNS) with both working in balance e.g. sympathetic input accelerates heart rate and prepares for emergencies while the parasympathetic slows the heart rate and relaxes the body. Stress can lead to imbalances in these two systems which can harm the human body. Persistent imbalances caused by chronic stress may trigger diseases such as hypertension, diabetes, asthma and depression and also lead to social problems. In this paper we discuss the effectiveness of a wearable physiological monitoring device in identifying the response of subjects to stressful and relaxation activities to monitor the long term impact of stress. Methods: To achieve this objective we developed a body sensor network to wirelessly monitor heart rate, respiratory rate and skin conductance. We collected data while subjects performed mental challenges, chosen to measure a range of stress responses interleaved with deep breathing activities, which they also assessed. We examined the data using several measures of heart rate variability--spectral power in the low frequency (HRV-LF) and high frequency range (HRV-HF), mean (AVNN) and standard deviation of successive RR intervals, the portion of RR interval that changes more than 25 msec (pNN25) and the root mean square of successive differences of RR (RMSSD). Respiratory effect was evaluated using normalized respiratory high and low frequency components and their ratio. To assess the impact on the skin conductance, the mean and standard deviation of the slow varying tonic skin conductance level (SCL) and rapidly varying phasic response-skin conductance response (SCR) were computed. Results: An analysis of the computed features indicated that not all features were able to accurately identify the impact of stress on the subjects. The HRV and skin conductance measures were more highly correlated to stress levels with best discrimination obtained using AVNN, RMSSD, PNN25, HRV-HF, SCL mean and SCR standard deviation. Conclusions: This study has shown that it is possible to extract features from physiological signals that can be transformed into meaningful measures of individual stress.
-
-
-
Computational intelligence in power electronics and electric drive control
Authors: Mohammad Jamil, Atif Iqbal and Mohammad Al-NaemiPower Electronics converters are finding growing applications in industries and house hold devices. The growing automation in industrial applications needs highly complex power electronics systems to process the electric power. The controls of power electronic converters are still posing challenges due to their required precision. Several control strategies are developed and reported in the literature including Pulse Width Modulation (PWM), model predictive control, sliding mode control etc. The development of computational intelligence techniques are artificial intelligence, fuzzy logic, adaptive neuro-fuzzy inference system, genetic algorithms etc. The basic idea is to incorporate the human intelligence in the control system so it makes intelligent decisions. The paper presents an over-view of the application of computational intelligence techniques for control of power electronic converters. Computational Intelligence (CI) has been in focus for quite long time, and it is well known that CI techniques can help in solving complex multidimensional problems which are difficult to solve by conventional methods. Computational Intelligence technology is growing rapidly and its applications in various fields is being tested. Power electronics converters is one of the major application areas where this technology can play a vital and decisive role. Recent development of powerful digital signal processors and field programmable gate arrays is making implementation of Computational Intelligence technology economical with improvement of performance, compact and more competitive. Evidently, the future impact of this CI technology on power electronics converter control is very significant and utilizable.
-
-
-
Real-time online stereo camera extrinsic re-calibration
Authors: Peter Hansen, Brett Browning, Peter Rander and Hatem AlismailStereo vision is a common sensing technique for mobile robots and is becoming more broadly used in automotive, industrial, entertainment, and consumer products. The quality of range data from a stereo system is highly dependent on the intrinsic and extrinsic calibration of the sensor head. Unfortunately, for deployed systems, drift in extrinsic calibration is nearly unavoidable. Thermal variation and cycling combined with shock and vibration can cause transitory or permanent changes in extrinsics that are not modeled accurately by a static calibration. As a result the quality of the sensor degrades significantly. We have developed a new approach that provides real-time continuous calibration updates to extrinsic parameters. Our approach optimizes the extrinsic parameters to reduce epipolar errors over one or multiple frames. A Kalman Filter is used to continually refine these parameter estimates and minimize inaccuracies resulting from visual feature noise and spurious feature matches between the left and right images. The extrinsic parameter updates can be used to re-rectify the stereo imagery. Thus, it serves as a pre-processing step for any stereo process ranging, from dense reconstruction to visual odometry. We have validated our system in a range of environments and stereo tasks and demonstrated it at the recent Computer Vision and Pattern Recognition conference. Significant improvements to stereo visual odometry and scene mapping accuracy were achieved for datasets collected using both custom built and commercial stereo heads.
-
-
-
Concurrency characterization of MapReduce applications for improved performance on the cloud
Authors: Mohammad Hammoud and Majd SakrDriven by the increasing and successful prevalence of MapReduce as an analytics engine on the cloud, this work characterizes the Map phase in Hadoop MapReduce to guide its configuration and improve overall performance. MapReduce is one of the most effective realizations of large-scale data-intensive cloud computing platforms. Hadoop is an open source implementation of MapReduce and is currently enjoying wide popularity. Hadoop has a high-dimensional space of configuration parameters (~200 parameters) that poses a burden on practitioners, like computation scientists, system researchers, and business analysts, to set for efficient and cost-effective execution. In this work we observe that MapReduce application performance is highly influenced by Map concurrency, defined in terms of two configurable parameters, the number of available map slots and the number of map tasks running over the slots. As Map concurrency is varied, we show that some inherent MapReduce characteristics allow systematic and well-informed prediction of MapReduce performance response (runtime increase or decrease). We propose Map Concurrency Characterization, MC2, a predictor for MapReduce performance response. MC2 allows for optimized configuration of the Map phase and, consequently, enhanced Hadoop performance. Current related schemes require mathematical modeling, simulation, dynamic instrumentation, static analysis of unmodified MapReduce application code, and/or actual performance measurements. In contrast, MC2 simply bases its decisions on MapReduce characteristics that are affected by Map concurrency. We implemented MC2 and conducted comprehensive experiments on a private cloud and on Amazon EC2 using Hadoop 0.20.2. Our results show that MC2 can correctly predict MapReduce performance response and provide up to 2.3X speedup in runtime for the tested benchmarks. This performance improvement allows MC2 to further serve in reducing cost in a cloud setting. We believe that MC2 offers a timely contribution to the data analytics domain on the cloud, especially as Hadoop usage continues to grow beyond companies like Google, Microsoft, Facebook and Yahoo!.
-
-
-
Performance analysis of distributed beamforming in a spectrum sharing system
Authors: Liang Yang, Mohamed-Slim Alouini and Khalid QaraqeIn this paper, we consider a distributed beamforming scheme (DBF) in a spectrum sharing system where multiple secondary users share the spectrum with the licensed primary users under an interference temperature constraint. We assume that DBF is applied at the secondary users. We first consider optimal beamforming and compare it with the user selection scheme in terms of the outage probability and bit-error-rate performance. Since perfect feedback is difficult to obtain, we then investigate a limited feedback DBF scheme and develop an outage probability analysis for a random vector quantization (RVQ) design algorithm. Numerical results are provided to illustrate our mathematical formalism and verify our analysis.
-
-
-
Use of emerging mobile computer technology to train the Qatar workforce
Authors: Mohamed Ally, Mohammed Samaka, John Impagliazzo and Adnan Abu-DayyaBackground: According to the Qatar National Vision 2030, Qatar residents are encouraged to implement information and communication technology (ICT) initiatives in government, business, and education in pursuit of a knowledge-based society that embraces innovation, entrepreneurship, and excellence in education. This research project, which is funded by the Qatar National Research Fund (QNRF) under the National Priority Research Program (NPRP), is contributing to this vision by investigating the use of innovative training technology to train Qataris so that they are prepared for the 21st century workforce. Specifically, this research project investigates the use of mobile computer technology--such as mobile phones, tablet computers, and handheld computers--to train Qatar residents on workplace English so that they can become more effective when communicating in the workplace. This presentation will share the results of a preliminary study that was conducted. This project will be expanded using the "Framework for the Rational Analysis of Mobile Education" (FRAME) model (Figure 1) that describes the convergence of mobile technologies, human learning capacities, and social interaction. Objectives: The research evaluates the effectiveness of the mobile computer technology training and transferability to the Qatar workplace environment. Methods: A total of 27 trainees participated in this study. They were given a pre-test followed by the mobile learning training and then a post-test. Results: Overall, the learners' performance improved by 16 percent after completing the training with mobile technology. Ninety four percent of subjects said that the quality of the presentation on the mobile technology was either excellent, good, or fair. One hundred percent of subjects reported that the mobile technology helped them learn. Conclusion: The delivery of training using mobile computer technology was well received by learners. They liked the interactive and innovative nature of the training.
-
-
-
Novel applications of optical flow in measuring particle fields in dense crowded scenes at Hajj 2011
Authors: Khurom Hussain Kiyani, Emanuel Aldea and Maria PetrouBackground & Objectives: The Hajj and minor Muslim pilgrimage of Umrah, present some of the most densely crowded human environments in the world, and thus offer an excellent testbed for the study of dense crowd dynamics. Accurate characterisation of such crowds is crucial to improve simulations that are ubiquitously applied to crowded environments such as train stations, and which require a high degree of detailed parameterisation. Accurate measurements of key crowd parameters can also help to develop better strategies for mitigating disasters such as the tragic stampede of 2006 that killed over 300 pilgrims during the Hajj. With Qatar set to be one of the major cultural centres in the region, e.g. hosting 2022 FIFA World Cup, the proper control and management of large singular events is paramount for safety and Qatar's standing on the international stage. We aim to use the unique video data gathered from Hajj 2011, to assess the dynamics of very dense crowded environments with a particular focus on dangerous crowd instabilities and systemic shocks. Methods: We make use of increasingly complex optical flow algorithms (Horn-Schunck, Lucas-Kanade, TV-L1) to extract the instantaneous velocity field between each pair of frames in the videos. From these velocity vector fields we then construct the pedestrian (Lagrangian) flow field by the use of texture advection techniques that initially seed the flow with particles or random noise. Results: We present results of the above application of optical flow and texture advection methods to the data we collected in a field study during Hajj 2011. Particularly, we aim to illustrate the specific flow patterns that arise in such crowded environments. We also aim to present the preliminary results of a pilot multiple camera stereovision study conducted in the London Central Mosque on a Friday when the mosque was particularly crowded.
-
-
-
MetaSimulo: An automated simulation of realistic 1H-NMR spectra
Authors: Zeinab Atieh and halima bensmailQatar is now accumulating important expertise in biomedical data analytics. At QCRI, we are interested in providing for biomedical researchers based on their computational needs and in developing tools for data analytics in biomedical research. When computers extract patterns and classifiers from a body, they are used to predict new data that helps in defining a prior threat or disease. One non-invasive powerful technique for detecting and quantifying bio-markers linked to diseases (metabolites) is Nuclear Magnetic Resonance (NMR) spectroscopy. 1H NMR spectroscopy is commonly used in the metabolic profiling of biofluids. Metabolites in biofluids are in dynamic equilibrium with those in cells and tissues so their metabolic profile reflects changes in the state of an organism due to disease or environmental effects. The analysis of signals obtained from patients may be performed via methods which incorporate prior knowledge about the metabolites that contribute to the 1H NMR spectroscopic signals, recorded in a metabolite dataset. This paper presents a novel model and computationally automated approach that allows for the simulation of datasets of NMR spectra in order to test real data analysis techniques, hypotheses and experimental designs. Unlike others, this model generates NMR spectra of biofluids unlimited by the magnetic field or pH. It is simple to implement, requires small storage, and is easy to compute and compare. Moreover, it can treat metabolites with a relatively high number of 1H due to a special technique in programing based on physical properties. This model can open the door wide to a new technique of metabolite quantification and thus a better determination of metabolite concentrations which is the key of disease identification. The area of NMR expands rapidly and holds great promise in terms of the discovery of potential biomarkers of diseases, such as diabetes, an area of increasing concern in Qatar, and cancer, which is the third cause of death in Qatar.
-
-
-
MegaMorph: Multi-wavelength measurements of nearby galaxy structures
Authors: Marina Vika, Steven P Bamford, Boris Haeussler and Alex RojasFitting an analytic function to the two-dimensional surface brightness profile of a galaxy provides a powerful method of quantifying its internal structure. The resulting parameters reveal the size, shape and luminosity of the galaxy and its separate structural components (e.g., disk and bulge). Current galaxy fitting softwares packages consider only a single waveband image at a time. However, variations in stellar populations between and within galaxy structures mean that their observed properties depend on wavelength. Correctly studying the physical properties of galaxy components requires that these wavelength variations be accounted for. Multi-wavelength studies are presently possible, but require significant compromises: either the fits to each band must be done independently, or, one band must be favored for determining structural parameters, which are then imposed on fits to the other bands. Both of these approaches waste valuable information, and therefore result in suboptimal decompositions. Our project, 'MegaMorph', is developing a next-generation tool for decomposing galaxies, in terms of both their structures and stellar populations. We aim to present a modified version of the two-dimensional galaxy fitting software, GALFIT, developed as part of our MegaMorph project. These new additions enable a galaxy to be fit using images at many different wavelengths simultaneously. All the available data is therefore used to constrain a wavelength-dependent model of the galaxy, resulting in more robust, physically meaningful, component properties. We verify the advantages of our technique by applying it to a sample of 160 well-studied galaxies at redshifts smaller than 0.025, with ugriz imaging from the Sloan Digital Sky Survey to demonstrate how the resulting decompositions allow us to study the links between stellar population and galaxy structure in detail. Furthermore, we illustrate the advantages of our new method with regard to galaxy surveys, by fitting a sample of ~4000 artificially redshifted images of the galaxies described above. Our technique enables physical parameters of galaxy components to be robustly measured at lower signal-to-noise and resolution than would otherwise be possible. This paves the way for detailed statistical studies of the physical properties of galaxy disks and bulges.
-
-
-
Random subcarrier allocation in OFDM-based cognitive radio networks
Authors: Sabit Ekin, Mohamed M. Abdallah, Khalid A. Qaraqe and Erchin SerpedinAdvances in wireless communications technologies (e.g., 3G, 4G and beyond) entail demands for higher data rates. A well-known popular solution to fulfill this requirement was to allocate additional bandwidth, which unfortunately is not anymore viable due to radio-frequency (RF) spectrum scarcity. Nonetheless, spectrum measurements around the globe have revealed the fact that the available spectrum is under-utilized. One of the most remarkable solutions to cope with the under-utilization of spectrum is the concept of cognitive radio (CR). In CR systems, the main implementation issues are spectrum sensing because of the uncertainties in propagation channel, hidden primary user (PU) problem, sensing duration and security issues. Hence, the accuracy and reliability of the spectrum sensing information can be suspicious and questionable inherently. There has been no study to date that investigates the impacts of absence of spectrum sensing information in CR networks. In this work, due to the imprecise and unreliable spectrum sensing information, we investigate the performance of an orthogonal frequency-division multiplexing (OFDM)-based (4G and beyond) CR spectrum sharing communication system that assumes random allocation and absence of the PU's channel occupation information, i.e., no spectrum sensing is employed to acquire information about the availability of unused subcarriers or the PU's activity. The results show that due to the lack of information of the PUs' activities, the SU randomly allocates the subcarriers of the primary network and collides with the PUs' subcarriers with a certain probability. The number of subcarrier collisions is found to be following hypergeometric distribution. The SU's capacity with subcarrier collisions is employed as a performance measure to investigate the proposed random allocation scheme for both general and Rayleigh channel fading models. To avoid the subcarrier collisions at the SUs due to the random allocation and to obtain the maximum sum rate for SUs based on the available subcarriers, an efficient centralized sequential algorithm is proposed and analyzed. The performance of such a communication set-up can provide various insights into the studies in the CR literature, and it these be utilized as a valid candidates for performance comparison benchmarks in CR spectrum sharing systems with the availability of spectrum sensing information.
-
-
-
Analysis of mobility impact on interference for short-range cognitive radio networks
Authors: Ali Riza Ekti, Erchin Serpedin and Khalid A QaraqeBackground & Objectives: Cognitive radios (CRs) strive to utilize the white holes in the radio frequency (RF) spectrum in an opportunistic manner. Because interference is an inherent and a very critical design parameter for all sorts of wireless communication systems, many of the recently emerging wireless technologies prefer smaller size coverage with reduced transmit power in order to decrease interference. Prominent examples of short-range communication systems trying to achieve low interference power levels are CR relays in CR networks and femtocells in next generation wireless networks (NGWNs). It is clear that a comprehensive interference model including mobility is essential especially in elaborating the performance of such short-range communication scenarios. This work focuses on analyzing how interference evolves in time under long and short term fading. Such an analysis is essential, because once the interference behavior is understood, it can be managed in a better way. Also, NGWNs and CRs can be designed in such a way that arduous and expensive planning stage is omitted. This way, deployment costs can be reduced drastically. Methods: It is known that received signal in a general wireless propagation environment includes the effects of both long- and short-term fading. Therefore, a logarithmic transformation reveals the individual impact of each fading phenomenon. The two-dimensional (2D) random walk model is incorporated into the physical layer signal model. Results: The results show that relatively larger displacements in short primary-user-receiver (PU-Rx) and secondary-user-transmitter (SU-Tx) separations lead to drastic power level fluctuations in the observed interference power levels. The impact of path loss is one of the major factors changing the future interference conditions for low-speed mobility scenarios especially within short communication ranges. Conclusions: It is shown that long-term fading plays a crucial role for the temporal evolution of interference for NGWNs and CRs. By using the interference statistics, the design and deployment of future cellular mobile radio systems in Qatar could be optimized. This is crucial, especially for rapidly changing network topographies as is the case with the city of Doha. Even for well-established network topographies, the proposed method provides an analytical way of examining and managing the interference.
-
-
-
Image processing on the Cloud: Characterizing edge detection on biomedical images
Authors: Majd Sakr, Mohammad Hammoud and Manoj Dareddy ReddyIn order to analyze and deduce valuable information from big image data, we have developed a framework for distributed image processing in Hadoop MapReduce. A vast amount of scientific data is now represented in the form of images from sources like medical tomography. Applying algorithms on these images has been continually limited by the processing capacity of a single machine. MapReduce created by Google presents a potential solution. MapReduce efficiently parallelizes computation by distributing tasks and data across multiple machines. Hadoop, an open source implementation of MapReduce, is gaining a widespread popularity due to features such as scalability and fault tolerance. Hadoop is primarily used with text-based input data. Its ability to process image data and its performance behavior with image processing have not been fully explored. We propose a framework that efficiently enables image processing on Hadoop and characterizes its behavior using a state-of-the-art image processing algorithm, Edge Detection. Existing approaches in distributed image processing suffer from two main problems: (1) input images need to be converted to a custom file format and (2) image processing algorithms require adherence to a specific API that might impose some restrictions on applying some algorithms to Hadoop. Our framework avoids these problems by: (1) bundling all small images into one large file that can be seamlessly parsed by Hadoop and (2) relaxing any restriction by allowing a direct porting of any image processing algorithm to Hadoop. A R educe-less job is then launched where the code for processing images and a mechanism to write the images back individually to HDFS are included in Mappers. We have tested the framework using Edge Detection on a dataset of 3760 biomedical images. Besides, we characterized Edge Detection along several dimensions, such as degree of parallelism and network traffic patterns. We observed that varying the number of map tasks has a significant impact on Hadoop's performance. The best performance was obtained when the number of map tasks equals the number of available slots as long as the application resource demand is satisfied. Compared to the default Hadoop configuration, a speedup of 2.1X was achieved.
-
-
-
Analysing existing set theoretic and program specification diagrams
Authors: Noora Fetais and Peter ChengThis research is aimed at evaluating the usability of notational systems that are used for specifying programs. We provide a conceptual analysis of the development of constraint diagrams (CD) as a diagrammatic notation which developed to support program specification. A detailed analysis of multi-case comparisons of formal languages and graphical systems for expressing logic and program constructs was conducted in order to trace how the development of the notations overcame the limitations of earlier generations of notations. By following the evolution of logic diagrams, we consider why and how they have been successively revised to increase their expressivity or their ease of comprehensibility and use. Visualizations of logic were proposed over the centuries. Leonhard Euler presented Euler diagrams, John Venn generalized Euler diagrams and presented Venn diagrams, and Charles Peirce extended Venn diagrams by increasing their expressiveness and presented Venn-Peirce diagrams. The modifications from Peirce to Shin concentrate on restoring visual clarity, but without loss of expressive power. Based on that, Constraint Diagrams were presented by Stuart Kent for constraint specification, behavioural specification, and relational navigation. We found that the gradual changes in diagrams from Euler Circles through Venn, Peirce, Shin to Constraint Diagrams share three complementary common themes: (1) to increase the expressiveness, (2) to increase the logical power of the formality of the system, and (3) to enhance the visual clarity. Depending on the purpose of designing a diagram, the priority of a theme over other themes is granted. For example, both Venn and Peirce adopted the same kind of solution in order to achieve these improvements: to introduce new syntactic objects, that is, shadings by Venn, and x's, o's, and lines by Peirce. However, on the negative side, these revised systems suffer from a loss of visual clarity, mainly because of the introduction of more arbitrary conventions. The modifications from Peirce to Shin concentrate on restoring visual clarity, but without loss of expressive power. The extension from these diagrams resulted in CD, which allows relational navigation (expressions involving two place predicates), is more expressive than previous diagrams, and has higher visual clarity and logical power.
-
-
-
Empirical evaluation of constraint diagrams notation
Authors: Noora Fetais and Peter ChengAn empirical evaluation of constraint diagrams (CD) as a program specification language is conducted by comparing it to natural language (NL) with computer science students included two experiments, one on the interpretation of CD to evaluate the comprehension of notational system, and the other on the construction of program specifications. The first experiment took the form of a web-based competition in which 33 participants were given instructions and training either on CD or on equivalent NL specification expressions. After each example, they responded to three multiple-choice questions requiring the interpretation of expressions in their particular notation. Although the CD group spent more time on the training and had less confidence, they obtained comparable interpretation scores as the NL group and took less time to answer the questions, although they had no prior experience of CD notation. In the second experiment, which focused on the construction of CD, 20 participants were given instructions and training either on CD or on equivalent NL specification expressions. After each example, they responded to three questions requiring the construction of expressions in their particular notation. We built a mini-editor to allow the construction of the two notations, which automatically logged their interactions. Although the CD group supplied more accurate answers, they spent more time in answering the questions. The NL group supplied answers that were partially correct but with some missing information. Moreover, the CD group had spent more time in training, but their returns to the training examples were fewer than the NL group.
-
-
-
Minimum-selection maximum ratio transmission schemes in underlay cognitive radio systems
Authors: Zied Bouida, Ali Ghrayeb and Khalid QaraqeUnder the scenario of an underlay cognitive radio network, we introduce the concept of minimum-selection maximum ratio transmission (MS-MRT). Inspired by the mode of operation of the minimum-selection generalized selection combining (MS-GSC) technique, the main idea behind MS-MRT is to present an adaptive variation of the existing maximum ratio transmission (MRT) technique. While in the MRT scheme, all the transmit antennas are used for transmission, and only a subset of antennas verifying the interference constraint to the primary receiver in MS-MRT are adaptively selected and optimally beamformed in order to meet a given modulation requirement. The main goal of these schemes is to maximize the capacity of the secondary link while satisfying the bit error rate (BER) requirement and a peak interference constraint to the primary link. The performance of the proposed schemes is analyzed in terms of the average spectral efficiency, the average number of antennas used for transmission, the average delay, and the average BER performance. These results are then compared to the existing bandwidth efficient and switching efficient schemes (BES and SES, respectively). The obtained analytical results are then verified with selected numerical examples obtained via Monte-Carlo simulations. We demonstrate through these examples that the proposed schemes improve the spectral and the delay performance of the SES and BES schemes and fit better to delay sensitive applications. The proposed schemes also offer better processing-power consumption than the MRT schemes since a minimum number of antennas is used for communication in the MS-MRT schemes. The MS-MRT techniques represent power and spectral efficient schemes that can be extended to more practical scenarios. As an example, these schemes can be studied in the context of Long term Evolution (LTE) Networks where adaptive modulation, beamforming, and interference management are of the major enabling Techniques.
-
-
-
Wireless smart home monitoring and surveillance system
More LessWireless technology such as GSM/GPRS and Wi-Fi has taken on an important role in our daily life. The noticeable improvement of these technologies has led to advancement in home automation, where people can enjoy comfort and secure living places. This project proposes a ZigBee-based cost effective solution to control and monitor home appliances remotely and to enable home security against intrusion in the absence of a homeowner using the wireless sensor network kit from national instruments. A wireless sensor network, connected to a GSM modem, can send and receive alarming and controlling SMSs and remotely control the system using an internet web page. Also a security camera is embedded within the system to send alarm SMS and snap an image in case of a visitor or intruder. The system is implemented and evaluated among different sample applications spanning home security, climate control, hazard alarming, and appliance control with remote access and control features to demonstrate the feasibility and effectiveness of the proposed system. Moreover a small-scale live demo model of the smart house is constructed to proof the concept
-
-
-
Malware.inc: analyzing the security of popular web/mobile frameworks
Authors: Talal Al Haddad, Manoj Reddy, Fahim Dalvi, Baljit Singh, Ossama Obeid, Rami Al Rihawi, Omar Abou Selo, Aly Elgazar and Thierry SansBackground and Objectives: A new generation of software emerged with mobile devices, cloud computing and the web. New usages come with new security threats, and a new generation of malware (malicious software) is emerging as well. Recent security reports show that these malware are on the increase. The goal of this project is to evaluate the risk of exposure to malware in popular app ecosystems such as Apple iOS, Google Android, Facebook, Google App Engine, Mozilla Firefox and Google Chrome. Methods: Eight students from Carnegie Mellon Qatar participated in this project. Each looked at a specific technology (either iOS, Android, Facebook, Google App, Mozilla Firefox or Google Chrome). The researchers learned how to develop applications and, as proof of concept, developed several malware apps that were able to steal user's personal information. One collects logins, passwords and credit card numbers from user's Gmail. One collects user's private information on Facebook and propagates through the victim's friends. One records the "clicking" passwords that users enter on online banking websites. One records keystrokes made on the computer without being detected by existing antivirus. One is an Android app that records people conversations while the phone is on standby mode. Results: Based on these experiments, we were able to assess the risks and analyze the security issues of these popular apps that we use everyday. These preliminary results were presented at 6th INTERPOL's Group meeting-MENA Region conference in Doha (March 22nd). We plan to publish the scientific results during the Fall of 2012. As future work, the security expertise gained during this project will allow us to design new security tools to protect users against these new kinds of malware. Conclusion: Qatar offers many services related to e-government, e-business, e-education and e-health through web portals and mobile applications. Deploying such a global infrastructure requires a strong security assurance. This project contributes to this vision by developing a local expertise on cyber security.
-
-
-
Variations in giving directions across arabic and English native speakers
Authors: Huda Gedawy, Micheline Ziadee and Majd SakrThis work explores the differences in direction-giving strategies between two groups, native Arabic and native English speakers. This study will help influence design decisions for multi-lingual, cross-cultural human robot interaction. There are clear cultural influences on modes of communication. Previous research studies found that direction-giving techniques and strategies vary between different cultural groups. Burhanudeen compared Japanese and English native speakers and found that locator remarks are more frequently used by Japanese natives, while the use of directives is more common with English natives. In this work, we examine the discourse for navigation instructions of members of two target groups, Arabic native speakers and English native speakers. We address the following questions: How do languages and strategies used for providing directions vary between these two groups? What are the differences and what are the similarities? Are there any possible gender-related differences in giving directions? We recorded 56 participants giving oral direction instructions for three specific locations at the Carnegie Mellon Qatar campus, and 33 participants giving oral direction instructions for three different locations at the Student Center. We transcribed the audio recordings and annotated our transcriptions. We categorized the spatial perspectives used by participants into route perspective which involves the use of left/right turns and landmarks, and survey perspective, which involves the use of units (time and distance) and cardinals (north, south, east and west). Our analysis also included number of pauses, repetitions, error corrections, number of words and intermediate details. Our results showed that the way-finding strategy favored by English natives and Arab natives is the landmark-based navigation strategy. However, English natives had a higher frequency of using cardinals, pauses and intermediate information while Arab natives used units of distance, left/right turns and error corrections more frequently than English natives. Male participants from both groups are more likely to rely on survey perspective than female participants. Based on these results, we conclude that culture, language, and gender influence a speakers discourse and strategy for giving directions.
-
-
-
Enhanced formulations for the arrival-departure aircraft scheduling problem
Authors: Sara Yousef Al-Haidous, Ameer Al-Salem, Mohamed Kharbeche and Fajr Al-AnsariBackground and Objectives: The target of this work is to construct a mathematical model to help resolve aircraft scheduling over multiple runways. This problem is considered a hard topic in transportation research due to the constantly increasing aviation traffic volume around the world. Surprisingly, although there exists an impressive amount of literature for the landing and arrival cases, there is no proposed exact solution to solve this problem. Therefore, the main contribution of this work is to present exact methods involving exact procedures specifically related to this complex arrival-departure variant. This method will solve the problem optimally based on mixed-integer linear formulation with the constraints of limited time windows and separation constraints. The project was funded by Qatar Foundation. Our objective for the investigation stems from its practical relevance to airports where good scheduling increases the airport capacity, maintains a good level of safety and reduces the controller's workload. Methods: We formulated a basic aircraft sequencing model using a mixed-integer linear formulation. Then, we proposed another model by adding valid inequalities, combining constraints and removing some variables. All these mathematical models are based on linear ordering feature. These models were solved using the mathematical programming language AMPL. Then, we solved them using a professional solver CPLEX. Results: We investigated the efficacy of reformulation arrival-departure scheduling problem over multiple runways. The results show that the solver is very effective in obtaining optimal solutions. In fact, the experimental tests reveal that most of instances are solved to optimality within a short time. In addition, we realized that adding the valid inequality constraint among the model yields less CPU ( Central Processing Unit) time and less number of nods. Conclusion: We proposed linear ordering formulations for the problem of minimizing total weighted tardiness to sequence arrival-departure aircraft over multiple runways. We presented the results of computational study that were carried out on a large variety of random instances and that shows the importance of reformulating the same problem. Interestingly, we observed that the proposed models enable us to optimally solve problems with up 15 aircraft and four runways.
-
-
-
Performance analysis of cognitive radio multiple-access channels over dynamic fading environments
Authors: Sabit Ekin, Khalid A. Qaraqe and Erchin SerpedinDue to the requirement of high data rates and broad utilization of wireless technologies (e.g., 3G, 4G and beyond), the radio frequency (RF) spectrum has become a very limited resource for modern wireless communication systems. Studies indicate that the spectrum is being under-utilized. As a promising solution, cognitive radio (CR) is an encouraging candidate to achieve more efficient RF spectrum utilization. The previous studies motivate us to utilize the dynamic channel fading model (hyper-fading) to perform a unified analysis for CR multiple-access channel (CR-MAC) networks. Since the nature of the CR networks is multiuser communication, deliberating CR-MAC is more pertinent than point-to-point communication systems. The objective is to maximize the capacity of CR-MAC network over hyper-fading channels under both secondary user's (SU's) transmit power (TP) and interference temperature (IT) constraints. Multiple SUs transmit to the secondary base station under the TP and IT constraints. In order to perform a general analysis, a theoretical dynamic fading model termed hyper-fading model, which is suitable to the dynamic nature of cognitive radio channel, is considered. The optimal power allocation method (water-filling) is employed to maximize the capacity of CR-MAC for hyper-fading channel with TP and IT constraints. Throughout the results, the capacity of the hyper-fading channels are compared with that of other channel fading models such as Rayleigh, Nakagami-2, and with an AWGN channel. Furthermore, the impact of the number of SUs on capacity is investigated. Numerical results along with relevant discussions for capacity measure under AWGN, and Rayleigh, Nakagami-2 and hyper-fading channel models are provided to compare the behavior of CR-MAC in these environments. The results reveal that in the case of very strict IT constraint the water-filling method gives good capacity improvements. This benefit is lost when the IT constraint is relaxed. Through comparison of hyper-fading with other fading environments, it is found that the hyper-fading channel fills the gap in the capacity profiles obtained from the other channel fading types. Further, a study of such a CR-MAC system that undergoes a hyper-fading model can provide unified and comprehensive insights on performance analysis of the CR networks.
-
-
-
New perspectives, extensions and applications of De Bruijn identity
Authors: Sangwoo Park, Erchin Serpedin and Khalid QaraqeTwo significant identities-de Bruijn and Stein-were independently studied in information theory and statistics. De Bruijn identity shows a connection between two fundamental concepts in information theory and signal processing: differential entropy and Fisher information. On the other hand, Stein identity represents a relationship between the expectation of a function and its first-order derivative. Due to their several applications in statistics, information theory, probability theory, and economics, de Bruijn and Stein identities have attracted a lot of interest. In this study, two different extensions of de Bruijn identity and its relationship with Stein identity will be established. In addition, a number of applications using de Bruijn identity and its extensions will be introduced. The main theme of this study is to prove the equivalence between de Bruijn identity and Stein identity, in the sense that each identity can be derived from the other one. In a particular case, not only are de Bruijn and Stein identities equivalent, but they are also equivalent to the heat equation identity, which is another important result in statistics. The second major goal of this study is to extend de Bruijn identity in two distinctive ways. Given an additive non-Gaussian noise channel, the first-order derivative of differential entropy of the output signal is expressed as a function of the posterior mean, and the second-order derivative of differential entropy of the output signal is represented in terms of Fisher information. The third most important result is to introduce practical applications based on the results mentioned above. First, two fundamental bounds-the Bayesian Cramér-Rao lower bound (BCRLB) and the Cramér-Rao lower bound (CRLB)-in statistical signal processing, and a novel lower bound, tighter than BCRLB, are presented. Second, Costa's entropy power inequality is proved in two distinctive ways. Finally, min-max optimal training sequences for channel estimation and synchronization in the presence of unknown noise distribution are designed.
-
-
-
Performance of digitally modulated RFID energy detector for moisture sensing applications for oil and gas quality monitoring in Qatar
Authors: Adnan Nasir, Ali Riza Ekti, Khalid A Qaraqe and Erchin SerpedinBackground & Objectives: Advances in the radio frequency identification (RFID) technology have made it ubiquitously present. Due to the recently emerging applications, RFIDs have been used in a plethora of different scenarios. Oil and gas industry is no exception; developments in the RFID technology enabled it to be used in oil and gas quality and pipeline infrastructure monitoring through low frequency RFID tags. The presence of moisture in liquefied petroleum gas (LPG) / liquefied natural gas (LNG) pipes can create two main problems. It can degrade the heating ability of the fuel and it can also react with the refrigerant of the liquefied gas to create hydrates, which further lower the quality of the gas. A wireless monitoring system using low frequency RFIDs as moisture sensors can prevent such hazards by detecting the received energy of the transmitted signal to determine the presence of moisture. Method: A simple energy detector concept was utilized to exploit the well-known behavior of the RFID's signal reception and energy absorption with varying environments. A decision for the presence of moisture was made using the threshold values of the energy detector. Results: The experimental results show that the energy detector approach detects the presence of moisture in the oil and gas system. As another remark, when we decrease the distance between the receiver and transmitter antennas of RFID sensors, one can easily notice the increase on the energy detection performance. Different power levels, modulation schemes and frequency ranges have been analyzed to better understand the energy detection output of RFID system. An optimized solution can be looked at for using the best frequency and input power to maximize the distance between the two antennas. Conclusion: In this study, one can see that the RFID system can be used to send information regarding the presence of moisture for quality monitoring of liquefied gas pipes in Qatar. By using this information, we can detect and make decisions on the basis of the energy detection output from the RFID antenna system. This study can be used in a wireless cyber-physical moisture detection system targeted at Qatar's needs.
-
-
-
Outage and SER performance of an opportunistic multi-user underlay cognitive network
Authors: Fahd Ahmed Khan, Kamel Tourki, Mohamed-Slim Alouini and Khalid QaraqeHaving multiple users gives rise to multi-user diversity which can be exploited to give good quality-of-service to each user in the network and also increase the overall capacity of the network. In a spectrum-sharing setting, the multi-user diversity can be exploited; however, this is different from the traditional multi-user case because of the interference power constraints imposed on the secondary users. In this work, we consider a multi-user underlay cognitive network, where multiple cognitive users concurrently share the spectrum with a primary network, and a single secondary user is selected for transmission. The channel is assumed to have independent but not identical Nakagami-m fading. Considering an interference power constraint and a maximum transmit power constraint on the secondary user, a power allocation policy is derived based on the peak interference power constraint. For this policy the secondary user transmitter (SU-Tx) requires the instantaneous channel state information (CSI) of the link between the SU-Tx and the primary user receiver (PU-Rx). The advantage of this scheme is that the interference constraint is never violated and there is no loss of performance of the primary network. The user is selected for transmission based on a greedy scheduling scheme where the user with the highest instantaneous signal-to-noise ratio is chosen for transmission. For this user scheduling scheme, we analyze the uplink performance of the multi-user underlay secondary network in terms of outage probability and symbol error rate (SER). Exact closed-form expressions for the outage performance, moment-generating-function and SER performance of a multi-user cognitive network are derived. These expressions are obtained for an independent but non-identical distributed (i.n.i.d) Nakagami-m fading channel which is a more generic fading model and can cover a variety of fading environments including Rayleigh fading. Numerical results based on Monte-Carlo simulations are presented to verify the derived results. It is shown that the SER reduces as the peak interference power constraint is relaxed. Furthermore, as the number of users increases the SER reduces. If the interference power constraint is relaxed the power allocated becomes constant depending on the peak transmit power and thus the SER also becomes constant.
-
-
-
Experimental analysis of energy detection for digitally modulated signals: Indoor measurements
Authors: Ali Riza Ekti, Erchin Serpedin and Khalid A QaraqeBackground & Objectives: Spectrum sensing is a feature of cognitive radio (CR) systems which is proposed to improve spectral utilization of wireless signals. One of the sensing methods is the non-coherent energy detector, and even though it is computationally more effective than coherent methods, it has critical drawbacks, e.g. requirement of certain signal-to-noise ratio and number of samples. Moreover, type of digital modulation employed also affects the performance of the energy detectors. Therefore, the performance of the energy detectors is investigated for phase shift keying (PSK) and quadrature amplitude modulated (QAM) signals. Such an analysis is essential, because once the performance of the different modulated signals are understood; next generation wireless networks (NGWNs) and CRs can be designed in such a way that the arduous and expensive planning stage is omitted. This way, a higher data rate can be achieved by using the proper modulation type and/or order for indoor CRs and NGWNs. Methods: Instead of false alarm and missed detection analysis, probability mass function vs. energy detection statistics are introduced to better understand the effect of modulation type, order and wireless channel. A measurement setup is developed to consider line-of-sight and non-line-of-sight conditions. Signals are constructed, transmitted and recorded based on the signal model provided. All experiments took place in the Wireless Research Laboratory of the department of ECEN at Texas A&M University at Qatar. Results: The results show that performance of the energy detector changes drastically with the digital modulation scheme employed at the transmitter side. Another interesting point is the impact of the used energy detector samples (N). As expected, with the increase in N, the impact of central limit theorem (CLT) can be felt in a clearer way as well. Conclusions: By using the experimental results, the design and deployment of future cellular mobile radio systems such as femtocells in Qatar could be optimized. This is crucial, since most communications such as voice/internet/text traffic occur inside buildings especially for rapidly changing network topographies as is the case with the city of Doha. This way, data rate and speed can be optimized for the indoor environments.
-
-
-
Efficient parallel implementation of the SHRiMP sequence alignment tool using MapReduce
Authors: Rawan AlSaad, Qutaibah Malluhi and Mohamed AbouelhodaWith the advent of ultra high-throughput DNA sequencing technologies used in Next-Generation Sequencing (NGS) machines, we are facing a daunting new era in petabyte scale bioinformatics data. The enormous amounts of data produced by NGS machines lead to storage, scalability, and performance challenges. At the same time, cloud computing architectures are rapidly emerging as robust and economical solutions to high performance computing of all kinds. To date, these architectures have had limited impact on the sequence alignment problem, whereby sequence reads must be compared to a reference genome. In this research, we present a methodology for efficient transformation of one of the recently developed NGS alignment tools, SHRiMP, into the cloud environment based on the MapReduce programming model. Critical to the function and performance of our methodology is the implementation of several techniques and mechanisms for facilitating the task of porting the SHRiMP sequence alignment tool into the cloud. These techniques and mechanisms allow the "cloudified" SHRiMP to run as a black box within the MapReduce model, without the need for building new parallel algorithms or recoding this tool from scratch. The approach is based on the MapReduce parallel programming model, its open source implementation Hadoop, and its underlying distributed file system (HDFS). The deployment of the developed methodology utilizes the cloud infrastructure installed at Qatar University. Experimental results demonstrate that multiplexing large-scale SHRiMP sequence alignment jobs in parallel using the MapReduce framework dramatically improves the performance when the user utilizes the resources provided by the cloud. In conclusion, using cloud computing for NGS data analysis is a viable and efficient alternative to analyzing data on in-house compute clusters. The efficiency and flexibility of the cloud computing environments and the MapReduce programming model provide a powerful version of the SHRiMP sequence alignment tool with a considerable boost. Using this methodology, ordinary biologists can perform the computationally demanding sequence alignment tasks without the need to delve deep into server and database management, without the complexities and hassles of running jobs on grids and clusters, and without the need to modify the existing code in order to adapt it for parallel processing.
-
-
-
Incremental pseudo-conceptual organization of information relative to a domain
Authors: Sahar Ismail and Ali JaouaInformation resources over the World Wide Web are increasingly growing in size and creating immense demand for relevant and context-sensitive information. Thus, information retrieval and knowledge management systems need to exhibit high capacity for the mass of information available and most importantly should be able to handle the constant and rapid changes in information in order to produce results in a reasonable time. In this presentation we would like to highlight the research work done for building a new system for incremental information management relative to a domain of knowledge. The new system (named IPS) utilizes new conceptual methods developed using new formal concept analysis constructs called pseudo concepts for managing incremental information organization and structuring in a dynamic environment. The research work in hand focuses on managing changes in an information store relevant to a specific domain of knowledge attempted through addition and deletion of information. The incremental methods developed in this work should support scalability in change-prone information stores and be capable of producing updates to end users in an efficient time. We will also discuss practical aspects related to the macro and micro information organization built using the new system. These include handling incremental corpus organization for a specific domain, performing context-sensitive text summarization of news articles and news articles features extraction. In addition, initial evaluation results will be also discussed showing the improvement in execution time and time complexity while maintaining reasonable comparable quality of incremental structures produced.
-
-
-
Binary consensus in sensor motes
Authors: Noor Al-Nakhala, Abderrazak Abdaoui, Ryan Riley and Tarek El-FoulyBackground and Objectives: In this work, we explore the implementation of the binary consensus algorithm in wireless sensor networks. Binary consensus is used to allow a collection of distributed entities to reach consensus regarding the answer to a binary question. Existing work on the algorithm focuses on simulation of the algorithm under the assumption of a fully connected network topology and unlimited messaging capabilities. In this new work, we adapt the algorithm to function in wireless sensor networks where the topology might not be fully connected and the number of messages sent should be minimized in order to save power. Methods: We are deploying and testing our implementation in a hardware embedded systems, mainly IRIS Motes. Our implementation of the binary consensus algorithm is written in NesC and runs on the Tiny Operating System (TinyOS). The implementation was tested on 11 sensor nodes, with current plans to test it on far more. Results: To support our hardware implementation results, a simulation using the Tiny Operating System SIMulator (TOSSIM) was done. Our results in hardware implementation and simulation are consistent with the original binary consensus algorithm. Conclusion: In this work, we adapted the binary consensus algorithm for use in wireless sensor networks. Our implementation for a small number of IRIS motes shows correct results consistent with those of simulation. In future work we will evaluate the effectiveness of the algorithm when scaled to hundreds of sensor motes.
-
-
-
Qatar Carbonates and Carbon Storage Research Centre: Status update after three years of fundamental research
Authors: Iain Macdonald and Geoffrey MaitlandThere are still specific areas where our knowledge of carbon storage is in need of improvement, particularly in carbonate reservoirs, since currently we extrapolate data from limited sources and the predictive modelling technologies employed have a level of uncertainty that needs to be addressed. We will highlight our efforts through the Qatar Carbonates and Carbon Storage Research Centre (a $70 million, 10 year research programme with currently 20 PhD students and 10 postdoctoral researchers along with 14 faculty members) to investigate the underlying science and engineering concerning carbonate reservoir characterisation, rock-fluid-CO₂ interactions and multiphase flow experiments under reservoir conditions linked to complimentary simulation and modelling advances, including the rapidly developing field of digital rocks. This has involved developing unique HTHP experimental rigs and pioneering new modelling techniques, enhancing the toolbox available to engineers and geoscientists to select suitable reservoirs and optimally design CO₂ storage processes. These capabilities extend over molecular-pore-core-field scales. We have four focused research laboratories (Qatar Stable Isotope Lab; Qatar Thermophysical Property Lab; Qatar Complex Fluids Lab; Qatar CCS Multiscale Imaging Lab) and will discuss the highlights of major research findings to date in the context of carbon storage in the Middle East.
-
-
-
Artificial ground water recharge using treated wastewater effluents
Authors: Mohamed Hamoda, Mohamed Daerish and Rabi MohtarWater-related problems are increasingly recognized as one of the most immediate and serious environmental threats to mankind. In particular, all the GCC countries being located in an arid region, suffer from lack of natural freshwater resources. Groundwater is the major source of water for irrigation in these countries. The groundwater aquifers contain either fresh or brackish waters. In countries like Kuwait and Qatar the groundwater available is mostly brackish. Agricultural development has put great pressure on groundwater resources and resulted in varying degrees of depletion and contamination as the demand for water has been increasing due to population growth and economic development. Over-pumping of groundwater has compounded water quality degradation caused by salts and other pollutants. In addition, saltwater intrusion is caused by over-abstraction of coastal aquifers. Meanwhile, the GCC countries are also facing changes in climatic conditions, such as rainfall patterns which affect the water cycle and limit natural groundwater recharge. The states of Kuwait and Qatar share almost similar problems and adopt the same approach in the management of their water resources under a severe stress of absence of natural freshwater resources. In these countries, wastewater collection serves almost all the population and tertiary wastewater treatment has been the common practice. Treated wastewater reuse is considered with proper attention to sanitation, public health and environmental protection. This paper will present a detailed evaluation of groundwater recharge using tertiary-treated or advanced (reverse osmosis) -treated wastewater. Recent advances, challenges, and future arrangements are discussed. A case study in Kuwait and an ongoing study in Qatar will be presented which includes advanced wastewater treatment comprising ultrafiltration and reverse osmosis systems, followed by the artificial recharge of the treated water into a groundwater lens. A simulation model is developed based on hydrogeological studies in which the augmentation of groundwater resources would provide water storage, and prevent depletion and deterioration of the groundwater. Hence, long-term sustainable groundwater management could be achieved.
-
-
-
Breakthrough coastal research of Qatar as input to geological and reservoir modeling
Authors: Sabla Y Alnouri and Patrick LinkeMaximizing recovery in oil and gas fields relies on geological models that realistically portray the spatial complexity, composition, and properties of reservoir units. Present day arid climate coastal systems, like the coastline of Qatar provide analogues for depositional and diagenetic processes that control reservoir quality in ancient reservoirs. Many major reservoirs in Qatar are formed under conditions that are remarkably similar to those shaping the coastlines of today. Among the major controls on coastal sedimentation patterns are: 1) wind, wave and tidal energy, 2) coastline orientation, 3) relative sea level, 4) depositional relief and 5) sediment sources. Strong NW prevailing winds (shamal winds) drive shallow marine circulation patterns, creating four very distinct coastal profiles: windward, leeward, oblique, and protected. In addition, winds supply quartz sand to the leeward coast, as the dune fields of Khor Al-Adaid are blown into the sea. Elsewhere, carbonate sands are formed by wave breakdown of skeletal material in the shallow marine environment. These sands are washed ashore to form beaches. The grain size, composition, and dimensions of coastal sands vary due to wave energy. Coastal deposits are equally affected by high frequency oscillations in sea level. Approximately 8,000 years ago, the sea level was about 3 meters higher than it is currently and the Qatari coastline was up to 15 km inland. Most coastal deposits and sabkhas are relicts of this ancient highstand in sea level. Punctuated sea level drops to present day levels have led to the formation of seaward-stepping spit systems. Understanding these coastal and near coastal areas, the processes that form them, and developing geologic models based on this understanding, is a focus of the Qatar Center for Coastal Research (QCCR) within ExxonMobil Research Qatar. The observed spatial complexity and heterogeneity of modern coastal systems are important aspects to be considered for conditioning three-dimensional geological models. The studied modern outcrops along the Qatar coastline are particularly useful as analogs for conditioning subsurface data sets in geologic (static) and reservoir (dynamic) models.
-
-
-
Total and QP's joint acid stimulation research program to improve productivity from Qatar's oil and gas fields
In a first ever joint venture initiative, Qatar Petroleum has joined forces with Total in an effort to improve acid stimulation programs. Acid stimulation in carbonates can greatly increase well productivity. Near-wellbore impairment or formation damage is typically analysed by a term called skin factor. It is this 'skin' that is removed during an acidizing operation in a well. Typically, reducing the skin factor by a factor of 5 can increase a well's productivity by up to 50 percent (Furui et al. 2003). Acid stimulations performed in Qatar on 23 offshore wells in 2008-2009, increased oil production by 100 percent while at the same time reducing the water cut by 10 percent. In this joint venture project conducted by researchers and engineers from Total and Qatar Petroleum, the study is divided into three phases which also includes knowledge transfer and training. Phase 1 consists of core-flooding under reservoir conditions using standard acid recipes on outcrop and field cores. In Phase 2, improved or novel acidizing systems will be tested using a dual core setup, allowing the study of acid diversion from high permeability zones to low permeability zones. The objective here is not only to improve acidizing efficiency but also to mitigate the water production from heavily watered-out zones. Modeling activities will be undertaken to design acid stimulation treatments using results from the laboratory experiments. Phase 3 involves knowledge sharing and training on mud cake removal treatments. Mud cake is the damage caused to the near-wellbore, i.e., the interface between the reservoir matrix and the well, during the drilling of open hole wells. The knowledge gained will be implemented in both onshore and offshore fields as part of acid stimulation field trials.
-
-
-
Multiscale investigations leading to the design of a novel Fischer-Tropsch reactor for gas-to-liquid processes
Authors: Nimir Elbashir, Layal Bani Nassr, Elfatih Elmalik, Jan Blank and Rehan HussainGas-to-liquid (GTL) projects form an important part of Qatar's energy industry due to the country's extensive natural gas reserves. At present, commercial GTL plants in Qatar account for 36% of the total worldwide GTL production, but suffer from high operational costs due to limitations in the existing Fischer-Tropsch synthesis (FTS) reactor technologies, which are at the heart of the GTL process. Of the two FTS reactor types currently in use commercially, fixed-bed reactors (i.e. gas-phase FTS) offer poor temperature control while slurry-bed reactors (i.e. liquid-phase FTS) suffer from difficult catalyst separation and other challenges. The utilization of supercritical fluids (SCF) as solvents in FTS (SCF-FTS) provide several advantages over the existing commercial technologies. SCF-FTS can improve the heat transfer properties relative to fixed-bed reactors, while also offering high diffusivity of the reactants relative to slurry-bed reactors. The results presented here summarize multidisciplinary research activities, led by our research team at Texas A&M University at Qatar, in collaboration with top scientists from institutions around the word and supported by an industrial advisory board. The work was funded by different agencies and combined several projects, which have been undertaken over the past four years. This work was unique in that it focused on understanding both the micro- and macro-scale behaviours of the FTS chemistry and reactor. The micro-scale studies enabled better understanding of the reaction mechanism and kinetics, FTS thermodynamics and phase behavior (via experimental and modeling studies), and intra-particle catalyst effectiveness factor. The macro-scale investigations covered: 1) identifying the overall (heat/mass/hydrodynamic) profile inside the reactor, 2) selecting an appropriate supercritical solvent, and 3) building a lab scale reactor unit. The outcome of these studies is that we were able to identify the most applicable solvent(s) while providing a detailed techno-economic and safety evaluation of this process. Furthermore, the overall structure of the separation process for solvent recovery and recycle has been completed based on energy optimization. Currently, we are at the stage of developing an upgraded design for this technology based on the data to be generated from our demo-scale FTS reactor unit.
-
-
-
Laboratory cultivation of Qatari Acropora: Studying dynamic factors that influence coral growth and photosynthetic efficiency
Authors: Nayla Mohammed Al-Naema, Cecile Richard, Suhur Saeed and Eric FebboBackground: The coral ecosystem in Qatar is very important as it provides a foundation habitat for many aquatic species. An extensive two-year field study was conducted to evaluate the effectiveness of pulse amplitude modulation (PAM) fluorometry in monitoring the health of sensitive ecosystems such as coral reefs along the coast of Qatar. The study demonstrated that PAM fluorometry can provide reliable and objective information on coral health in advance of visual signs of stress. The scope has now been expanded to include laboratory-based research. Objectives: The objectives of this research are: a) to establish a viable laboratory-based Qatari coral (Acropora sp.) culture system and b) to utilize laboratory-based imaging-PAM fluorometry to compile baseline data, and gain an understanding of environmental parameters that affect the health of the Qatari coral. Methods: Laboratory studies were initiated in December 2011; Acropora samples were collected from mother colonies in Umm Al-Arshan (north of Qatar); the 'nubbins' were cultured in pre-acclimatized laboratory aquaria. Imaging-PAM fluorometer was used to measure photosynthetic processes that were correlated to laboratory culture conditions. A wide range of water quality parameters have been measured, including: temperature, salinity, ammonia, nitrate, nitrite, phosphate, calcium and pH. Results: This research showed that it is possible to successfully culture Acropora coral; the initial colonies have grown to the point that several subsequent colonies have been produced to initiate laboratory assay development. The results of the imaging-PAM also show good correlation with the data obtained using the instrument used in the field. Conclusion: This study demonstrated for the first time the successful culture of Qatari Acropora in a laboratory setting in Qatar. The imaging-PAM fluorometer was also used to obtain detailed visual images of photosynthesis processes. Future studies include Acroproa eco-toxicological experiments to study contaminants that could affect the health of the corals around the Qatari coastal area.
-
-
-
Industrial low grade heat: A useful underused energy source
Authors: Farid Benyahia, Majeda Khraisheh, Samer Adham, Yahia Menawy and Ahmad FardThe process industry utilizes thermal energy on a massive scale and rejects a significant proportion into the environment as a low grade heat. The definition of low grade heat is fuzzy and is somewhat related to the temperature of the stream carrying such thermal energy. Estimates of low grade heat emissions are hard to compile accurately on a global scale but these are likely to be of the order of thousands of trillions of BTUs. In some cases, up to 50% of thermal energy consumed is eventually rejected as low grade heat. This waste is not only uneconomical but also environmentally damaging since it carries a carbon footprint. Modern process plants reduced a great deal of thermal energy losses through heat integration and energy recovery. However, due to process temperature requirements, a vast amount of thermal energy denoted as low grade heat is still rejected. The objectives of this work include evaluating the possibility of utilizing the low grade heat outside the process generating, in a useful manner that has both economic and environmental benefits. In the Middle East where the oil and gas industry rejects vast amounts of low grade heat, recovery and utilization for desalination is becoming a serious option. This work proposes utilization of low grade heat in membrane distillation for desalination and establishes a balance between capital and operating costs as well as carbon footprint reduction. The work is based on a couple of case studies involving well established processes, namely the vinyl chloride monomer and gas-to-liquids processes. The recovery of low grade heat will be coupled with seawater cooling thus providing a warm source of salty water feed to the membrane distillation system. The work indicated that quality potable water may be produced for the petrochemical plants and neighboring living quarters at a reasonable cost. This approach may reduce the demand for fresh water from desalination plants in major industrial complexes making these self-sufficient in fresh water. Benefits are both economic and environmental.
-
-
-
Room temperature ammonia gas sensor based on different acid-doped polyaniline-polyvinyl alcohol blends
Authors: Nabil Kassem Madi, Jolly Bhadra, Noora Al-Thani and Mariam A. Al-MaadeedIn the present work, we reported the performance of the gas sensor based on polyaniline-polyvinyl alcohol (PANI-PVA) thin-film to develop a usable sensor. The PANI-PVA were doped with camphorsulphonic acid (CSA), naphtalenesulfonic acid (NSA), dodecyl benzene sulfonic acid (DBSA) and p-toluene sulfonic acid (PTSA). CSA doped PANI nanocomposite sensors were fabricated on glass substrates by dripping and their gas sensing characteristics for ammonia (NH₃) were investigated at room temperature. PANI was prepared by the dispersion polymerization method. An appropriate amount of PANI and acid were mixed in a mortar and pestle. The mixture was dissolved in 100 mL of water, stirring at room temperature for 3 hours. The blend solution was then used to cast films on glass slides. PANI-PVA blend films are characterized for surface as well as structural morphology SEM and XRD. The morphological analysis shows nanoparticle formation of different shapes depending upon the dopant types. The XRD pictures show some shorts of crystallinity in the blend films. The FTIR spectra show chemical crosslinking between the polymers. The thermal study reveals three steps of degradation of the polymer blends. The electrical properties studies are conducted by in-plane I-V characteristics, and four probe conductivity. We used our blend as an ammonia gas sensor. Among all four sensors the blend film doped with DBSA had good sensitivity and reversibility. This might be because of its enhanced surface morphology that facilitates good adsorption and desorption of ammonia gas on the surface and high conductivity. In this study, ammonia gas sensors based on PANI-PVA composite films were prepared by a solution casting method. The composite films have been characterized by XRD, FTIR and SEM measurements. The SEM images have shown that PANI-PVA film has a different morphology based on the types of doping acids. The film presents significant resistivity upon exposure to ammonia gas at room temperature. It was found that these sensors are sensitive, stable, fast in response and easy to regenerate at room temperature. The advantages of this composite sensor compared to the pure PANI sensor are its fast regeneration associated with improved mechanical properties and chemical stability.
-
-
-
Development of laboratory flow-through system for Arabian Killifish embryo toxicity test
Authors: Suhur Saeed, Nayla Al-Naema and Eric FebboBackground: The use of fish embryos for toxicity testing (FET) is under consideration as an alternative to traditional acute fish toxicity tests. For the past two years, a marine fish embryo test (mFET) has been under development in our laboratory as a routine ecotoxicological test for risk assessment of potential contaminants around the Qatari coastal area. Objective: The objectives of this study were to: a) develop and use a flow-through system to optimize the mFET test conditions to maintain stable concentration of volatile compounds; b) correlate the flow-through mFET to the conventional acute fish test; c) investigate changes in sensitivity of Arabian Killifish embryos to toxicity of chlorine-produced oxidants under flow-through conditions compared to the previous static mFET. Methods: The flow-through system was carried out using custom designed glass chambers. Peristaltic pumps were used to ensure constant flow conditions. To investigate the effect of the flow-through mFET on toxicity of chlorine, fertilized eggs were exposed to aqueous concentrations of calcium hypochlorite for up to 240 hours. The investigated endpoints included; coagulated eggs, somite development, heartbeat, tail detachment, hatchability and post-hatch mortality. Results: The present investigation demonstrated that the custom designed flow-through system enhanced the FET conditions compared to the static FET. The flow-through system stabilized chlorine concentration and provided a larger volume which allowed an increase in the number of test embryos and sufficient test media for chemical analysis. Conclusions: Our data showed that the flow-through system improved the mFET assay for conditions like control survivability and for the main goal of bringing the sensitivity of the embryos into alignment with published data on the effects of chlorine-produced oxidants. This dataset, in conjunction with our previous work on static test conditions provides a wider range of applicability for the assay. In order to further support the mFET as an alternative to acute fish testing, the flow-through FET is currently being extended to other potential compounds of interest.
-
-
-
Kinetic modeling of GTL product distribution over a promoted cobalt catalyst
Authors: Branislav Todic, Wenping Ma, Gary Jacobs, Burtron Davis and Dragomir BukurQatar is the world leader in fuel production from gas-to-liquid (GTL) technology and home of the largest GTL plant in the world (Pearl GTL, a joint development by Qatar Petroleum and Shell). In the GTL process natural gas is converted into liquid fuels and waxes. Fischer-Tropsch synthesis (FTS) is the key part of that process. FTS is a heterogeneously catalyzed reaction in which a mixture of CO and H₂ is converted into a wide range of hydrocarbon products. Advanced design and optimization of large scale FTS reactors requires a detailed knowledge of reaction chemistry. Kinetic models used for this application need to be robust, physically reasonable and fundamental. This study will present one such a model. Experiments were conducted in a 1-L slurry reactor over 25% Co/0.48% Re/Al₂O₃ catalyst. A broad range of operating conditions was achieved (i.e., temperatures of 478, 493 and 503 K, pressures 1.5 and 2.5 MPa, H2/CO feed ratio 1.4 and 2.1 and gas space velocities of 1.0-22.5 NL/g-cat/h). Rate laws for the kinetic model have been derived using the CO-insertion mechanism and chain-length-dependent 1-olefin desorption concept. The model accounts for the formation of n-paraffins and 1-olefins. CO hydrogenation and insertion of CO into the growing chain are considered to be rate determining, as well as the chain termination steps. Non-isothermal model parameters are estimated by minimization of a multi-response objective function. A global minimum is obtained with the hybrid genetic algorithm and a total of 696 experimental responses used in the estimation. Estimated model parameters are meaningful, considering physicochemical tests and statistical tests. They are also in a good agreement with previously reported values for activation energies. The model fit is in good agreement with experimental data and the mean absolute relative residual (MARR) was 24%. The model also provides a good prediction of CO and H₂ rates of consumption, with a MARR of 17.7 and 16.1%, respectively. The main advantage of the proposed model is its ability to explain and predict the main features of GTL product distribution in a physically meaningful and fundamental way over a wide range of industrially relevant process conditions.
-
-
-
Role of aromatics and paraffinic hydrocarbons on synthetic jet fuels properties
Authors: Maria Orillano, Ibrahim Al-Nuaimi, Dhabia Al-Mohandi, Samah Warrag and Nimir ElbashirWith sponsorship from Qatar Science and Technology Park to support Qatar Airways' vision as a world leader in alternative fuels, our research team started work in this field in 2009 as part of a unique academia-industry collaboration model. The undergraduate student researchers are funded by Qatar National Research Fund and play a major role in this project, participating in all its experimental, computational, and theoretical phases. Phase I of this work covers the development of correlations between the Gas-to-Liquid (GTL) synthetic jet fuels' building blocks (paraffinic hydrocarbons) and their physical properties (i.e. density, viscosity, flash point, freezing point, heat content, etc.). The objective of this phase was to identify optimum fuel characteristics and to meet aviation industry standards (e.g. ASTM D1655 & D7566). In Phase II, the experimental data were analyzed using sophisticated statistical techniques (i.e. Artificial Neural Network) to accurately describe the (non-)linear trends for all properties. In Phase III, we investigated the role of aromatics in improving certain properties of GTL jet fuels, such as density and elastomer compatibility (which is essential for fuel tank sealing). Analogous to the investigations conducted in Phase I, visualization models were developed to identify the optimum GTL jet fuel composition formulated by normal-, iso-, cyclic-paraffins and mono-aromatics. Currently, we are working on Phase IV which involves expanding our model to include new additives and component families in order to optimize the blending strategy for Qatar's GTL products and to increase their market value. The success in this direction could provide cheaper and more environmentally friendly synthetic jet fuels derived from natural gas, compared to the current oil-derived Jet A-1 fuels. In addition to the technical results, our fuel characterization lab acts as a training ground for young and talented scientists in order to develop their technical and soft skills. Students get the opportunity to work in a professional environment with strict safety and quality regulations on par with industrial standards, to report scientific data and to draw conclusions from this information in order to make decisions on the next course of research activities.
-
-
-
An energy integration approach for gas-to-liquid process
Authors: Ibrahim Al-Nuaimi, Ahmed AlNouss and Layal Bani NasserGas-to-liquid (GTL) products have increasingly become a promising energy resources over the past two decades. Qatar possesses the third largest proven reserve of natural gas in the world, with a net capacity approaching 900 tcf (trillion cubic foot). This has motivated Qatar to develop a long term vision, involving the investment of huge expenditures into world-class commercial plants that convert natural gas into value-added liquid hydrocarbon products. This vision was translated into the Oryx GTL plant in late 2006 and the Shell Pearl GTL plant reported to be the largest in the world, which began operations officially at the end of 2011, leading Qatar to be described as the world capital of GTL. The substantial usage of energy in Fischer-Tropsch (FT) GTL processes and the complexity of energy distribution throughout the process offer opportunities for heat integration and waste heat recovery. The objective of this paper is to carry out an energy integration analysis for a typical GTL process. The approach was started with process simulation to develop the base-case data for the process. Next, energy integration tools were used to optimize energy distribution, heat exchange, and waste heat recovery. Finally, simulation and techno-economic analysis were utilized to assess the performance of the proposed design changes and their economic viability. The resultant pinch diagram showed that a single pinch case was faced with a fixed driving force of 10 oC, in which both external cooling and heating utilities were required to satisfy energy needs. Meanwhile, the Grand Composite Curve (GCC) showed that flue gases cover most of the heating utility while cooling water covers all the required cooling utility. Moreover, the waste heat recovery study supported by HYSYS software illustrated considerable recoveries in steam qualities from discharged flue gases within the FT reactor section. In conclusion, energy integration on a GTL process was realized to be a promising one as the targets for net energy savings were found to be close to 40%. Additionally, generation of various qualities of steam can be obtained in a cost-effective manner. At the top of it, most of the recommended projects have attractive payback periods, below six years.
-
-
-
Discontinuous-control volume discrete fractures in finite element simulation
Authors: Ahmad Abushaikha, Martin Blunt and Olivier GosselinWe implement a novel and accurate discrete fracture (DF) method to simulate fracture-matrix flow in geologically representative networks. The aim of the work is to study the interplay of viscous, capillarity and buoyancy-controlled displacement. We eliminate the smearing effect created by combining fracture and matrix control volumes in current finite element approaches that average fluid properties (saturation, density, etc) between the two media and have unrealistic control volumes around DFs. As a result, a very fine mesh is necessary to represent the system accurately, drastically increasing the number of nodes. Applications: This work is applicable to modeling and simulating fluid flow in heavily fractured reservoirs with complex geometry. Discussion and Results: In this paper, we give DFs a separate 1D or 2D control volume, depending on element, distinct from the matrix control volume. Both communicate through a Darcy law equation that depends on fracture aperture and matrix-fracture transmissibility, while maintaining the same inter-phase pressure between the two media. This approach facilitates the extensive use of DFs, thus allowing a new type of dual porosity, dual permeability mesh where the 2D triangular elements (DF) surround matrix blocks (made out of four tetrahedrons) instead of using the overlapped idea of matrix and fractures made out of the same element type, while having fewer nodes. Fracture-matrix displacement, using fracture networks based on outcrops, is studied to show the advantages of the new approach compared to the conventional method. This allows us to study displacement processes during water flooding in mixed-wet fractured reservoirs. Significance: Develop a new type of dual porosity dual permeability mesh with the geometrical advantage of finite elements.
-
-
-
A comparison of the redox properties of Co3O4, Co3O4/Al2O3 and Co3O4/Re/Al2O3 catalysts
More LessBackground: Cobalt catalyzed Fischer-Tropsch synthesis (FTS) is a process for converting natural gas to liquid fuels. Supported cobalt catalysts are common for F-T reactions because of their high activity and selectivity for forming linear hydrocarbons. Oxide supporters affect the catalytic properties of cobalt significantly. Co and oxide support interact and lead to irreversible deactivation of the catalyst. Promoters, e.g., Pd, Ru and Pt are added to the cobalt oxide supported catalysts for various reasons, such as to increase the reducibility of Co and to act as a source for hydrogen spillover. Objectives: To investigate the oxidation isotherms of cobalt and cobalt supported oxide catalysts using coulometric titration (CT) and to examine the effect of the rhenium (Re) promoter on the reducibility of cobalt on an alumina catalyst. Methods: The sample was exposed to a gas mixture containing 10% H2, 3% H2O and 87% N2 for full reduction. The P(O2) was then established by equilibrium between H2 and H2O: P(O2)½ =K-1 * P(H2O)/P(H2) Oxygen was then pumped into the cell electrochemically by passing a current through the Pt electrodes (Fig. 1). The open-circuit potential across the electrodes (V) was measured in order to calculate P(O2) from the Nernst equation: V= RT/4F Ln PO2/0.21 Results: The oxidation isotherms obtained from the CT for reduced bulk cobalt oxide (Co3O4) (Fig. 2) and promoted catalyst (Fig. 3) exhibit two well-defined transitions. The first transition is corresponding to the oxidation of Co to CoO and the second oxidation is corresponding to CoO to Co3O4. On the other hand, the oxidation isotherms of reduced 15 wt% Co3O4/Al2O3 exhibit one transition, which is corresponding to CoO to Co3O4 (Fig. 4). It is clear that the Co/alumina compound has a limited degree of reduction, which may be due to the strong interaction between Co and alumina resulting in a non-reducible form of a Co-alumina compound (Figs. 5-7). This explains that rhenium enhanced the reduction of the cobalt/alumina catalyst to a metallic cobalt but it did not have an effect on the extent of reduction of the cobalt oxide Co3O4 to CoO. Conclusions: Coulometric titration and thermal gravimetric analysis results show that a rhenium promoter has facilitated the reduction of Co3O4 to Co (Fig. 8).
-
-
-
Use of microsensors and geostatistics for air quality mapping in Doha
Authors: Andi Suliono, Claude Sadois, Nicolas Jeannee, Khalid Abou-Malli, Fadi Mohamed and Ophelie lemarchandAddressing challenges in design of effective air quality (AQ) monitoring network is important to ensure quality and representativeness of collected AQ data. Ideal locations for a network of fixed AQ stations are difficult to determine in Doha owing to the unavailability of existing AQ data, and uncertainties associated with the AQ site representation. This paper is intended to demonstrate the use of an emerging nano- technology (micro-sensor) and geostatistic tool to map ambient air quality for oxidising gases of NO2 and ozone. Micro-sensor is a small self-adequate device that can be easily deployed in area with a difficult access, limited infrastructures or where fixed AQ stations are unavailable. In this specific study, no AQ data from fixed stations was readily available to initiate the mapping, so it was decided to use micro-sensors to provide an estimation of the AQ baseline data within Doha and was intended as a tool to understand the locations to be targeted, in priority, for future wider AQ monitoring network. A small number of micro-sensors were selected and deployed over Doha, covering different type of locations: dense urban, residential, industrial, public parks and suburb areas. After analysis of the collected data, each location was assigned with a typical AQ profile. The use of geostatistics tool enabled us to highlight the spatial relationships between sampling points. By using appropriate interpolation algorithm (kriging, co-kriging) as well as the relevant auxiliary input data, production of AQ maps was prepared from a small number of sampling points. As the study area was limited within Doha and the microsensors specifically measured NO2/O3 concentrations, the focus areas were related to traffic emissions. Integration of geographic information related to traffic, such as road network layout and traffic density showed the influence of traffic emissions to local ambient air quality and contributed to refine the AQ maps. This study was a valuable contribution to the wider scope of air quality monitoring project undertaken by QEERI and TOTAL, in which it provided a preliminary insight to the optimized design of a complete monitoring network, in terms of actual sampling locations and number of devices.
-
-
-
Optimization of biofuel production using hydrocolloids from red and brown algae along Qatar coast
By Remi PietThe development of clean energies is a central challenge for the sustainable development of the Gulf region. Global pressures including climate change mitigation efforts and energy security concerns are calling for strong investments in alternative sources of energy. Most of marine algae present in Qatar have no equivalents on earth and therefore could be considered as irreplaceable sources of primary and secondary metabolites. This is especially the case for hydrocolloids from red and brown algae that are cultured and used at an industrial scale for food-processing. This study analyzes the adaptability of existing biofuel production processes currently used for cooking oils or more traditional corn ethanol to algae fuel production. The potential benefits of biofuel from photosynthetic algae could be significant. Algae can be grown using land and water unsuitable for crop plant or food production, unlike some other first and second generation biofuel feedstocks. Moreover, select species of algae produce bio-oils through the natural process of photosynthesis - requiring sunlight, water and carbon dioxide, supplemented with nutrients. Growing algae therefore consume carbon dioxide, which provides greenhouse gas mitigation benefits. Finally, bio-oil produced by photosynthetic algae and the resultant biofuel will have molecular structures that are similar to the petroleum and refined products we use today. This helps ensure the fuels are compatible with existing transportation technology and infrastructure. In conclusion, if successful, bio-oils from photosynthetic algae could be used to manufacture a full range of fuels including gasoline, diesel fuel and jet fuel that meet the same specifications as today's products. This study bridges with a past survey carried out by Dr. Jean-Michel Kornprobst on the algae resources in Qatar and existing engineering processes currently developed in the United States and more specifically by the University of South Florida Polytechnic (Dr Philippidis) or the Abbess Ceter on Ecosystem Science and Policy at the University of Miami. Its objective is to assess the production capacity in Qatar as well as suggest projects and international cooperation to reach full potential.
-
-
-
Preliminary assessment of geochemistry and grain-size distribution of soils in Qatar
Authors: Salma AlHajri and Ozeas CostaSoil plays an important role in life, especially in the cycling and supply of nutrients and water. Soil degradation is a serious global problem. It is caused by improper use of soil for different human activities. Soil degradation can lead to a significant decline in the productivity of agricultural lands. On a global scale, the annual loss of 75 billion tons of soil (mostly through desertification and soil erosion) costs the world about US$ 400 billion. Over 33% of the global land surface is affected by desertification, while only about 11% of global soil is considered to be stable. This study aims to perform a preliminary assessment of the soil quality at different locations in Qatar. Samples were collected from 14 sites at 8 different locations in the central east of Qatar, in May 2012. These locations are representative of a variety of desert soils (Umm Al-Zubar, Sealine, Semeisma, and Umm Al-Amad), farmland (Al Sailiya), a wastewater pond (Abu-Nakhala), a sandy beach (Katara Beach) and a protected area (Biological Field at Qatar University). The samples were analyzed using a Master Sizer 2000 particle size analyzer for grain-size analysis and by using ICP-MS for geochemical analysis. The results showed significant difference in soil texture (grain-size analysis) between all the study sites. Grain-size distribution analysis showed that soils at the Abu-Nakhala wastewater pond and the Katara Beach are composed almost exclusively of coarse particles (sand-size or higher), while area 3 of the QU Biological Field contained the highest amount of fine particles (over 52% of silt and clay). Geochemical analysis of the soil samples indicate that calcium is the dominant fraction in most of the samples, with concentrations varying between 61% and 89%. Magnesium is the second most abundant element (with concentration varying between 3% and 26%), followed closely by aluminum, with concentrations between 3% and 15%. Potassium (concentrations between 1% and 8%) and iron (1% to 6%) complete the list of major elements in the studied soils.
-
-
-
Optimum power transmission-based droop control design for multi-terminal high voltage DC offshore wind farms
Authors: Ayman Abdel-kalik, Ahmed Massoud and Shehab AhmedPower generation through wind is expected to play a major role in the world's future energy portfolio. Wind power integration remains a challenging research area due to the unique characteristics of wind power generation. In particular, offshore wind has received significant attention worldwide due to the vast generation potential available. The electrical infrastructure of offshore wind farms is thus of significant importance. Multi-terminal high voltage direct current (HVDC) technology represents a preferable solution and has shown promise in solving wind farm interconnection problems. Droop control techniques have been proposed as a means to regulate the DC voltage and facilitate the automatic coordination between different converters without the need for fast communication between units. Different methodologies have been suggested to select the droop gains to satisfy the system performance specifications. In this work, a control design methodology is proposed for power sharing among the multi-terminal HVDC feeders providing that the power transmission efficiency is optimized. A simulation study on a 400 kV/1000 MW four-terminal HVDC transmission topology is conducted to determine the validity of the proposed methodology.
-
-
-
Modeling of greywater treatment in a submerged membrane sequencing batch reactor
Authors: Ibrahim Mohamad Abu Reesh, Rene Gildemeister and Matthias KraumeA simplified mathematical model was developed to describe the performance of a submerged membrane sequencing batch reactor for the treatment of synthetic greywater. The greywater was characterised by low soluble carbon and relatively high nitrogen content. The developed mathematical model describes volatile suspended solids (VSS), chemical oxygen demand (COD), dissolved oxygen (DO) , NH₃, NO₂, and NO₃ concentrations with time using a total cycle time of 240 min (60 min for the anoxic and 180 min for the aerated phase). The obtained differential equations were solved using the Matlab function "ode 45". This solver is used for solution of initial value problems. The kinetics and stoichiometric parameters were determined for this type of wastewater. The theoretical predictions obtained from the kinetic model were compared with the experimental results and a good correlation was observed. In this study, the submerged membrane sequencing batch reactor was successfully used for carbon removal from greywater, and showed optimization potential for the nitrogen removal.
-
-
-
Simulation of a commercial-scale slurry bubble column reactor using cobalt catalysts
Authors: Badie Morsi and Laurent SehabiagueA user-friendly simulator based on a comprehensive computer model for slurry bubble column reactor (SBCR) developed in our laboratory was used to predict the performance of a conceptual commercial-scale (9-m ID and 50-m height) SBCR for indirect coal conversion using Fischer-Tropsch (F-T) synthesis in the presence of a cobalt catalyst. New correlations for predicting the hydrodynamic and mass transfer parameters and three different kinetic rate expressions from the available literature specifically for cobalt catalysts were incorporated in the simulator. The effects of operating conditions, including catalyst concentration, pressure, temperature, H2/CO ratio, and superficial gas velocity on the SBCR performance were predicted using the simulator. The predictions showed that the performance of the SBCR was strongly dependent on the kinetic rate expression used. At low catalyst concentration, the reactor operated in a kinetic-controlled regime with increased syngas conversion and catalyst productivity; however, increasing catalyst concentration drove the reactor to operate in a mass transfer-controlled regime with decreased syngas conversion and catalyst productivity. The transition from kinetic-controlled regime to mass transfer-controlled regime occurred at different solid concentrations depending on the kinetic rate expressions employed. High H2/CO ratios in the inlet feed gas to the SBCR led to high syngas conversion. Increasing the superficial syngas velocity in the reactor decreased the gas residence time, which decreased the syngas conversions. High operating temperature always resulted in high syngas conversion. Also, the effect of operating pressure on the SBCR performance was not clear, since increasing pressure resulted in low or high syngas conversion depending on the catalyst and kinetic rate expressions used.
-
-
-
Next generation polymer electrolyte membrane fuel cells
More LessPolymer electrolyte membrane (PEM) fuel cell technology is one of the most promising alternative energy systems for an environmentally friendly, sustainable energy economy. Among the various types of fuel cells, PEM fuel cells are expected to be a dominant technology in the near future because they can operate with various types of energy carriers including hydrogen, ethanol, and methanol, run at relatively low temperatures (~80ºC). Fuel cells are suited for automotive applications where quick startup is required and can vary their output quickly to meet changes in power demand. Polymer electrolyte-based fuel cells require an expensive platinum (Pt) catalyst, which raises the cost of the fuel cell. PEM fuel cells can be cost effective to eliminate undesired chemical reactions during operation and to prevent degradation in performance over time however, new breakthroughs in fundamental materials technologies are essential. Nanoscale science and technology offer new opportunities to develop novel catalyst-electrode structures with dramatically improved performance. The review paper presents a new nanostructured PEM fuel cell electrode design comprised of a single layer carbon-free catalyst nanorods array with extremely low Pt loadings, controlled porosity, ideal alloy compositions, and with preferred crystal orientations for enhanced oxygen reduction. Glancing angle deposition (GLAD) process can be used for the growth of nanorods array for low Pt loading electrodes. Novel catalyst materials can significantly enhance the electrochemical reaction in fuel cell electrodes and as a result will reduce the amount of hydrogen needed for long-range transportation which would be highly desirable.
-
-
-
Spray characterization of gas-to-liquid alternative aviation fuels
Authors: Kumaran Kannaiyan and REZA SADRIncrease in energy demand and stringent emission standards drive the need for clean, alternative fuels. Gas-to-liquids (GTL), a liquid synthetic paraffinic kerosene (SPK) fuel obtained by Fischer-Tropsch synthesis has drawn global attention as an alternative aviation fuel due to its clean combustion characteristics when compared to conventional jet fuel. However, alternative fuels are expected to fulfill the key requirements such as having a quick atomization and vaporization and combustion and emission characteristics; similar to that of conventional fuels in order to qualify as a drop-in fuel in current aviation gas turbine engines. It is important to understand the atomization of these alternative fuels to better understand their combustion and emission characteristics. The key objective of this work is to evaluate the atomization characteristics of GTL-SPK which could potentially be used as a drop-in fuel in aircraft gas turbine engines in future. This work will discuss in detail the experimental facility developed, methodology and the results obtained using two GTL-SPKs having different chemical compositions. The spray characteristics such as droplet size and distribution are studied at three injection pressures using a pressure nozzle and compared to that of conventional Jet A-1 fuel. Results obtained clearly show that despite a considerable change in chemical composition, which in turn modestly altered the fluid properties among SPKs, the change in spray characteristics are found to be insignificant. This could be due to the minimal difference in fluid properties between the GTL-SPKs. In addition, the spray characteristics of the GTL-SPKs show close similarity to the spray characteristics of Jet A-1 fuel.
-
-
-
Self-cleaning performance of polyvinylidene fluoride-zinc oxide composite coatings for civil and industrial applications
By Adel MohamedSynthesis of super/hydrophobic solid surfaces is an active area of research in recent years because it forms the basis for multidisciplinary applications such as agricultural, environmental, and biological processes, such as the prevention of the adhesion of dust to antennas and windows, self-cleaning traffic indicators, waterproof and corrosion resistance coatings. Inspired by the self-cleaning behaviour of lotus leaves in nature, a simple coating method was developed in the present work to facilitate the bionic creation of super-hydrophobic surfaces on various substrates. Due to the chemical stability and flexibility, polyvinylidene fluoride (PVDF) membranes are widely used as the topcoat of architectural membrane structures, roof materials of vehicle, and tent fabrics. Further modified PVDF membrane with superhydrophobic property may be even superior as the coating layer surface. The present study aims to provide a better understanding of the effects that the addition of zinc oxide (ZnO) nanoparticles would have on the hydrophobic properties of PVDF using one-step facile spray-coating process. The surface was prepared through spray coating of a mixture of PVDF and ZnO nanoparticles on aluminum substrate. Stearic acid was added to improve the dispersion of ZnO. The Taguchi method was used to rank several factors that may affect the superhydrophobic properties in order to formulate the optimum conditions. The crystallinity and morphology of PVDF-ZnO membranes were determined by FTIR and SEM. The results of the Taguchi method indicate that the ZnO and Stearic acid contents were the parameters making significant contribution toward improvement in hydrophobicity of PVDF composites. As the content of ZnO nanoparticles increased, the values of water contact angle increased, ranging from 122o to 159o, while the contact angle hysteresis and sliding angle decreased to 3.5° and 2.5°, respectively. The SEM results show that hierarchical micro-nanostructure of ZnO plays an important role in the formation of the superhydrophobic surface. FTIR results showed that, in the absence or present ZnO nanoparticles, the crystallization of the PVDF occurred predominantly in the ß-phase. The coatings proved to be an especially useful class of liquid repellent materials due to their low surface energy, and the roughness characteristics of the aggregates.
-
-
-
Remote sensing research project: Satellite imagery evaluation for environmental classification in Qatar
Authors: Eric Febbo and Cecile RichardQatar is facing unprecedented development both inland and in its surrounding waters. While the natural environment is not yet fully characterized, there is a need for managers to have an accurate overview of it as a decision making tool and a baseline study for monitoring the future changes. Remote sensing techniques are cost effective in their ability to cover great areas and provide information in a time and cost efficient manner. Development of new sensors such as the WorldView2 satellite and airborne hyperspectral sensors provides highly accurate data including habitat, and superficial soil characterizations. Finer scale techniques such as acoustic surveys can be deployed to compliment study areas of particular interest. Finally, data have to be verified and validated by visual field observations. Implementation of these new techniques for producing a large-scale geographic information system data set for Qatar would highly improve the current knowledge and provide a powerful decision making tool for environmental management and policy decisions. In this context, WorldView2 satellite images have been evaluated as a first step in the remote sensing research program to test the potential of such data for coastal mapping. The objectives of this project were to: test the standard strategies generally used for high resolution imagery processing taking advantage of the new specifications of the sensor (8 spectral bands), and to develop innovative methods for bathymetry estimation and sea bottom characterization. Preliminary results indicate that accurate classifications are possible; habitats such as coral patch reef structures, seagrass and soil classifications have been identified in agreement with the validation field surveys. This is the first step in a multi-faceted approach to utilize the latest remote sensing technologies.
-
-
-
Pore water gradients below microbial mat surface of Umm Alhool sabkha in Qatar
Authors: Abdul Munem Al-Raei, Mohammad Al-Najjar and Roda Al-ThaniThe mineralization of organic matter in marine sediments by microbial activity was studied in Umm Alhool sabkha. In intertidal surface sediments, the development of steep compositional and physico-chemical gradients was a common phenomenon. Rapidly, oxygen is consumed within the upper few mm of marine mats and sediments. In permeable sediments, however, oxygenated bottom waters may have flew through the upper part of the surface sediments leading to enhanced participation of oxygen in element cycling. Whereas in microbial mats, the surface sediments are locally formed, indicating a disturbance in the balance of the biogeochemical processes. Umm Alhool sabkha, situated between Umm Sa'id (Mesaieed) and Al Wakrah, drew our attention to study the biogeochemical cycling because both microbial mats and mangroves ecosystems affect its biogeochemistry. In the present study, the chemistry of pore water below mats surfaces of intertidal sandy sediments was investigated in winter 2011 using a number of different techniques. Pore water was sampled down to 20 cm below surface using pore water lances, diffusion samplers, and centrifugation of sediment core sections. Microsensor measurements of sulfide and pH were also performed on the upper 2 cm. Specifically, we measured salinity, dissolved O2, pH, SO4²¯, H2S, Cl¯, TN, TOC, PO4³¯, NO3¯, NH4+, H4SiO4, and microbial sulfate reduction rates have been analyzed using intact sediment cores. Sulfidic sediments were characterized by high sulfate reduction rates exhibiting maxima between about 5-15 cm, associated with decreased oxygen penetration depths, and proton activities. Anaerobic metabolic activity in pore waters below mat surface lead to significantly enhanced concentrations of sulfide, ammonium, dissolved inorganic carbon, phosphate, silica (steep gradients), and a net consumption of sulfate. They acted as windows for the liberation of reduced substances into the bottom water or the atmosphere. This study represents the first comprehensive investigation of the chemical composition and sulfate reduction rates in Umm Alhool microbial mat ecosystem. It shows how dynamic and self-fueling the system is.
-
-
-
Outbursts and cavities in comets
More LessIn 2005 the impact module of the Deep Impact (DI) spacecraft collided with Comet 9P/Tempel 1. Based on analysis of the images made by this spacecraft during the first 13 minutes after the impact, Ipatov and A'Hearn concluded that the triggered outburst of small particles and excavation of a large cavity with dust and gas under pressure began at te= 8s, where te is the time after the DI collision. Schultz et al. analyzed images of Comet Tempel 1 made by the Stardust spacecraft and supposed that the diameter of the transient DI crater (dtc) was about 150-200m. Some authors support smaller values of dtc (up to 50m). My recent studies were devoted to estimates of the distance between the upper border of the cavity (dcav) excavated at te= 8s and the pre-impact surface of the comet. In particular, I supposed that the depth of a growing crater is proportional to te^gamma (where gamma is about 0.25-0.4) during the intermediate stage of crater excavation. The most probable estimate of dcav was about 0.1dtc*(te/Te)^0.3+1 meters, where Te is the duration of the normal ejection (Te=500 s at dtc=150 m). Using this approach I obtained dcav to be 5 or 6 meters for dtc equal to 150 or 200 m (dtc is 3 or 4 m for dtc ~ 50-100 m). The obtained values of the depth are in accordance with the depth (4-20 m) of the initial sublimation front of the CO ice in the models of the explosion of Comet 17P/Holmes considered by Kossacki and Szutowicz. The porous structure of comets provides enough space for sublimation and testifies in favor of existence of cavities. Natural outbursts were observed for several comets. Our studies testify in favor of that cavities with dust and gas under pressure located a few meters below surfaces of comets can be common. Similarity of velocities of particles ejected at triggered and natural outbursts shows that these outbursts could be caused by similar internal processes in comets.
-
-
-
Whale shark aggregations and biodiversity in the Arabian Gulf - an example of research collaboration between authorities, research institutions and the oil industry in Qatar
Authors: Steffen Sanvig Bach and Mohammed Al-JaidahAl Shaheen is located in the central part of the Arabian Gulf and represents the largest offshore oil field in Qatar. Maersk Oil is operating the field on behalf of its partner Qatar Petroleum. This area is also a highly productive marine environment due to a combination of high nutrient loading, strong currents and high temperatures. Observations first reported by offshore platform workers suggest that Al Shaheen hosts one of the world largest aggregations of whale sharks (Rhincodon typus). The whale shark is listed as vulnerable on the IUCN Red List of Threatened Species and is the largest fish in the world. The Qatar's National Vision (QNV) for 2030 aims to direct Qatar towards a balance between developmental needs and the protection of its natural environment. In order to contribute to QNV, Maersk Oil has established a research and technology centre (MO-RTC) in the Qatar Science and Technology Park with a budget of more than US$ 100 million over a 10-year period. Enhancing oil recovery and minimising impact on the marine environment are key research themes at MO-RTC. Therefore, MO-RTC has signed a memorandum of understanding with the Ministry of Environment Qatar (MoEQ) with the objective to study the diversity of marine species in Qatar and has become an active partner in the Whale Shark Research Project ("QWSR") that was launched by MoEQ and David Robinson from Heriot-Watt University. The overall objective of QWSR is to provide a long term monitoring programme, which can provide a robust description of the whale shark population and marine ecology in Qatari waters. The activities conducted in 2012 included a two-week whale shark expedition with participation of international scientist. The results confirm that the whale sharks feed on the high concentration of zooplankton in the water. Satellite and acoustic transmitters where attached to the sharks to follow their movements. A better understanding of the hydrodynamics and food chains in the Arabian Gulf will add to the understanding of the population dynamics. The data will make it possible to take appropriate action in order to secure the protection of biodiversity in the Arabian Gulf.
-
-
-
Optical and surface properties of anatase TiO2 by sol-gel for solar cells
More LessIntroduction: Solar energy has been one of the most active research areas in the last decade because it is environmental friendly with respect to conventional energy resources. Titanium dioxide (TiO2) is a promising oxide material that has useful electrical and optical properties. It has been extensively investigated for photovoltaic applications. Anatase titania (TiO2) is a well known n-type inorganic metal oxide semiconductor, it is transparent to visible light and has a high refractive index. TiO2 thin films have successfully been used in preparation of solar energy cells. Sol-gel is widely used because of its simplicity, commercial viability, and potential for cost effective mass production. It is also used for industrial fabrication because of its low-cost availability. Objectives: The effects of substrate types and thickness on structural, morphological and optical properties of dip-coated TiO2 thin films for applicability usage in solar cells were studied. Methods: TiO2 films have been prepared by sol-gel dip coating technique, using titanium isopropoxide (TIP) as precursors. The structure and the phase of TiO2 films were analyzed by x-ray diffraction which showed that films were anatase. Optical properties of the films were characterized by ultraviolet-visible spectroscopy and ellipsometry. Results: The optical band gap was calculated for anatase film layers 50, 100, 150 and 200nm at 3.95, 3.87, 3.75 and 3.70eV, respectively. The refractive index of the films were computed by ellipsometry which were in the range of 1.9 to 2.3 and a wavelength range from 380 to 600nm. The thickness of the films was obtained from ellipsometry as of 58nm per one dip. The surfaces of TiO2 thin films were analyzed by a scanning electron microscope (SEM), atomic force microscope (AFM) and energy dispersive spectrometer (EDS). The images obtained by SEM showed cracks and shrinkage particles in the film, whereas the images obtained by AFM showed a homogeneous distribution of elongated shapes of nanoparticles through the film. In addition, the composition of TiO2 thin films checked via EDS found a small amount of Ti. Conclusion: The results showed that anatase titania (TiO2) nanomaterials have a promised potential for applications in solar cells.
-
-
-
Numerical modeling of thermal plume and residual chlorine fate in Qatar's coastal waters
Authors: Eric Febbo, Venkat Kolluru and Shwet PrakashA 3-dimensional hydrodynamic model was developed and calibrated to simulate the thermal mixing zone and predict the fate of residual chlorine and chlorination by-products (CBP) from industrial cooling water discharged from Ras Laffan City. This model is novel since the individual and cumulative effects of cooling water discharges from several outfalls are estimated in a single simulation instead of requiring separate model runs for each outfall. The concept of incremental temperature rise (increase over the natural water temperature in the absence of outfall) was used to evaluate mixing zone plume dimensions. A probability-based computational methodology was developed to define the thermal plume mixing zone for the shallow coastal environment, which is influenced by strong tides and winds. A new boundary condition was introduced to address existing, ongoing and proposed breakwaters and structures without altering the model grid system while preserving the same boundary conditions for various management scenarios. In comparison to freshwaters, little is known about the formation of CBP in saline waters. Therefore, a comprehensive study was devised that included laboratory experiments to quantify the kinetics of residual chlorine loss and subsequent formation of CBP in seawater as well as extensive field data collection and testing of Arabian Gulf seawater samples for chlorine and CBP in the vicinity of the discharges. Equations to describe site-specific chlorine reactions were developed to replicate observations. This empirical approach takes into account the complexity of the reactions between organic precursors and chlorine, which usually involve several parallel pathways leading to a great variety of CBP formation products. This complexity makes it difficult to develop more generic models for simulating CBP formation. Analysis of lab and field data obtained in this study have enabled calibration of a site-specific numerical modeling tool that can be used to study transport and fate of various constituents in the coastal area.
-
-
-
Nilpotence in physics: Generalized uncertainty principles and Tsallis entropy
More LessBackground and Objectives: The objective of this work is to illustrate concepts and applications of nilpotent structures in physics. To that end, we will use two examples, both of which have attracted considerable attention recently: the generalized uncertainty principle, in its various forms, and the Tsallis entropy. The former has been motivated and extensively used in string theory and black hole physics during the last two decades. There are almost 4000 papers written on the latter during the last 20 years, reflecting a considerable interest in Tsallis entropy as an alternative to the Boltzmann-Gibbs-Shannon (BGS) entropic form. The Tsallis entropy has been having a considerable impact in re-examining the foundations of statistical mechanics for both equilibrium and non-equilibrium processes. Nilpotent structures have a long presence in various branches of mathematics, especially in group theory and geometry with the works of Malcev and Gromov standing out as particularly pertinent for our purposes. We also consider the sub-Riemannian aspects of nilpotent structures which have applications in a variety of fields ranging from examining how a cat falls to analyzing human vision. Results: Both the generalized uncertainty principles and the Tsallis entropy indicate that the dynamical structure of spacetime and the statistical methods used to quantize it may benefit considerably if one uses general nilpotent structures instead of the two-stage Heisenberg model or the abelian group of the BGS entropy. Conclusions: Nilpotent structures are flexible enough to generalize aspects of quantum theory and statistical mechanics. At the same time, they are understood well enough to allow us to obtain results of potential physical significance. Hence they are worth taking a look at and exploring their consequences. Notes: Partial results have already been published by the author recently and have appeared in the arXiv.org repository and are being presented at various international conferences. Parts of this work were done in collaboration with A. J. Creaco of the City University of New York.
-
-
-
Properties of nanoclay-PVA composite materials
Authors: Mohamed Ali, Mohamoud M. Kahder and Khalid A. Al-SaadBackground: Polymer-clay nanocomposite (PCN) materials have become a focus of research due to their unique characteristics and potential commercial applications. Clay addition in polymers improves their properties and may result in better features. PCN materials are reported to have enhanced thermal, mechanical, flame retardation, corrosion protection characteristics. Objectives: This study investigates the effect of different loading concentrations of Na-rich montmorillonite (MMT) clay when they are effectively dispersed in a organic polyvinyl alcohol (PVA) matrix. Methods: PCN materials were prepared using the solution method. The structure morphology of the PCN was studied using x-ray diffraction (XRD) and NSEM. FTIR was applied to study the molecular structure of the PCN. The mechanical properties of the pure PVA and PCN were studied. The thermal stability of the PCN was studied using TGA and differential scanning calorimetry (DSC). Results: The morphological images and crystalline morphology indicated that PVA and MMT clay has intercalated by the uniform and homogenous dispersion and confinement of the PVA polymer chains within silicate layers of the clay. PCN XRD pattern has a high d-spacing compared to the pure MMT clay XRD pattern, which has a low d-spacing (Fig. 1). FTIR showed that as the loading of MMT clay increases, the intensities of the MMT clay bands become stronger in the FTIR spectra of PCN (Fig. 2). NSEM results showed that intercalation that took place between the PVA and MMT. It was found that the small amount of MMT clay made the tensile modulus and elongation percentage the PCN significantly higher than the pure PVA, due to polymer-clay intercalation. Thermal stability results showed that the PCN is more thermally stable than pure PVA. Conclusions: The excellent MMT nanoclay dispersion in PVA matrix leads to significantly enhanced mechanical properties, notably an increase in tensile moduli with significant increase in tensile strength, maximum load and percentage elongation of the PVA due to adding the small amount of MMT clay. The uniform and homogenous dispersion of MMT in PVA matrix results in an increase in thermal decomposition temperature and glass transition temperature of the promoted PVA polymer based on TGA (Fig. 3) and DSC (Fig. 4) results.
-
-
-
New environmentally friendly polypropylene hybrid composites
Authors: Mariam AlMaadeed, Nabil Madi, P. Noorunnisa Khanam and Ramazan KahramanRecycled polypropylene (RPP) based hybrid composites of date palm wood flour/glass fibre were prepared by different weight ratios of the two reinforcements. The mixing process was carried out in an extruder and samples were prepared by an injection molding machine. RPP properties were improved by reinforcing it by wood flour. Morphological studies indicated that glass fiber has good adhesion with RPP supporting the improvement of the mechanical properties of hybrid composites with glass fiber addition. An increase in wood particle content in the polypropylene resulted in a decrease in the degree of crystallinity of the polymer. The tensile strength of the composites increased with an increase in the percentage of crystallinity when adding the glass fibre. The improvement in the mechanical properties with the increase in crystallinity percentage (and with the decrease of the lamellar thicknesses) can be attributed to the constrained region between the lamellae because the agglomeration is absent in this case.
-
-
-
Multifunctional hierarchical honeycombs
Authors: Ramin Oftadeh, Babak Haghpanah, Abdel Magid Hamouda, Hamid Nayed-Hasemi and Ashkan VaziriBackground: In-plane properties (e.g. stiffness, strength and energy absorption) of two-dimensional cellular structures are generally far inferior to their out-of-plane properties. Therefore, cellular structures with modified morphology and organization, such as hierarchical and functionally graded structures with varying wall thickness or cell size have been developed to improve the in-plane mechanical response. Among these, hierarchical cellular structures have exhibited a range of promising and/or novel properties such as elevated specific stiffness or strength, negative Poisson's ratio, multi-stage dynamic crushing, and enhanced energy absorption under quasi-static loading. Objective: A hierarchical family of honeycomb-based cellular structures is formed by systematic introduction of successively smaller hexagons wherever three cell walls meet. This process can be repeated to obtain hierarchical honeycombs of different order. The objective of the current work is to provide analytical and finite element investigation to quantify the mechanical response and collapse of these structures. Method: The analytical analysis is based on an upper bound estimate from competing plastic hinge mechanisms defined for a representative unit cell of structure. Numerical and analytical investigations are carried out to investigate the range of attainable mechanical properties for hierarchical honeycombs by varying the order of hierarchy and/or geometrical parameters at each order. Results: Hierarchical honeycombs of first and second order can be up to 2.0 and 3.5 times stiffer than regular honeycombs at the same density. Moreover, the results show that there is no upper limit on the maximum achievable specific stiffness by further increasing the order of hierarchy for low densities of hierarchical honeycombs. In terms of plastic strength, hierarchical honeycomb with one order of hierarchy exhibit a maximum improvement of approximately 60% in specific strength. Conclusions: The results show that a wide range of stiffness and strength ratios can be obtained for hierarchical honeycombs by varying geometrical parameters. The current work provides insight into the role of structural organization and hierarchy in regulating the mechanical behavior of materials, and new opportunities for development of novel materials and structures with desirable and perhaps actively tailorable properties.
-
-
-
Monitoring of biodegradation of BTEX in water using isotopes ratios
Authors: Daniel Dessort and Hend HassanOrganic geochemistry plays a major role in the environmental assessments of water quality. Today, the tools used in exploration and production of hydrocarbons combined with good understanding on natural processes which form and alter the hydrocarbons during biodegradation, weathering, oxidation and evaporation, can be applied to predict the fate of pollution in water. BTEX (Benzene, Toluene, Ethylbenzene and Xylene) are very toxic compounds and are normally present in significant concentrations in petroleum. They are pollutants in groundwater and surface water due to their high solubility. Pollutant identification is usually conducted by specialised laboratories in order to determine the relationship between hydrocarbons in water samples and suspected source of pollution. Guidelines on recommended methods for sample collection, handling and analysis are well established. For instance, analysis of BTEX in headspace gas of water sample collected in closed vessels can be performed by using: *High-resolution gas chromatography (HRGC) *HRGC coupled with mass spectrometry (HRGC/MS) Beyond to the recommended methods, more advanced techniques can be used for the pollution assessment and its behaviour: *Solid phase micro extraction gas chromatography mass spectrometry (SPME-GCMS). This simple technique is able to sample and analyze 1 ppt only of benzene in water (1 ppt = 1 mg of benzene in 1000 m³ of water). This technique is very accurate and quantitative owing to the addition of known trace amount of internal standards. *Compound specific isotope analysis (CSIA). This sophisticated technique consists in measuring the carbon and hydrogen stable isotope ratios of individual compounds. The stable isotope ratio of individual components depends on their source and their alteration. In this paper, we will demonstrate state of the art technology to measure BTEX in waste water and its behavior during the natural biodegradation and weathering process. It was well demonstrated that biodegradation increases the concentration of ¹³C and ²H isotopes in the residual non-biodegraded hydrocarbons. This paper shows that the use of SPME-CSIA and SPME-GCMS enable us: *To monitor trace levels of BTEX. *To give evidence of the biodegradation of BTEX owing to their strong and specific isotope fractionation. *To calculate biodegradation rate of BTEX by using isotope fractionation.
-
-
-
Mechanical, morphological and thermal properties of LDPE/glass, MDPE/glass and HDPE/glass fibre reinforced composites
Authors: Mariam Al-Ali AlMa'adeed, Mabrouk Ouederni and PATAN NOORUNNISA KHANAMThree types of polyethylenes (low density: LDPE, medium density: MDPE, and high density: HDPE) were used to investigate the effect of chain branching on the dispersion and adhesion in glass fibre (GF) reinforced polymer composites. The compounding of LDPE/GF, MDPE/GF and HDPE/GF was carried out in a Brabender twin screw extruder. In each composite system, glass fibre was 20% weight and the main matrix was 80%. The mixtures were fed into hopper of the extruder, extruded, cooled and granulated. The compounded samples were prepared as test specimens by a PE 5 injection molding machine. Mechanical, morphological and thermal methods were used as the characterization techniques to study the interaction between the glass fibre and the polyethylene. Addition of glass fibres to the matrix enhanced the mechanical properties for all composite systems. The degree of enhancement, however, depended on the branching and crystallinity of each polymer. The long chain branching (LCB) in LDPE resulted in higher increase in modulus both in the melt and in the solid state. The higher crystallinity of HDPE was responsible for higher increase in tensile strength and less fibre pull-out upon addition of glass fibres. Scanning electron microscopy of LDPE/glass fibre reinforced composites showed more fibre pull out from the matrix. The addition of glass fibres also resulted in improved thermal stability of the various polyethylene samples. The main aim of this study was to understand the effect of the branching of polyethylene on adhesion of GF to the polymer chain and the results on mechanical, thermal properties of glass fibre reinforced composites.
-
-
-
Mechanical performance of aluminum-silicon casting alloys for high-temperature applications
By Adel MohamedImproving the mechanical properties in an aluminum alloy at high temperatures should acknowledge several factors which are related principally to a decrease in the strength of the metal with increasing temperatures. Most applications of Al-Si casting alloys are generally used at temperatures of no more than 230°C. To improve the strength of the alloys under high temperature conditions, a microstructure containing thermally stable and coarsening resistant dispersoids is required. Nickel leads to the formation of Al3Ni and Al9FeNi in the presence of iron, while zirconium forms Al3Zri. These intermetallics improve the high temperature strength of Al-Si alloys, depending on the shape of the intermetallic particles, their volume fraction and the contiguity with the eutectic Si. The present work aims to investigate the effects of individual and combined additions of nickel and zirconium on the microstructure and strength of the cast Al-Si alloy, namely 354, at high temperatures. The cast alloys were given a solutionizing treatment followed by artificial aging at 190°C for 2 hr. High temperature tensile tests were conducted at various temperatures from 25°C to 300°C. Optical microscopy and electron probe micro-analyzer were used to study the microstructure of different intermetallic phases formed. The fractographic observations of fracture surface were analysed by SEM to understand the fracture mechanism. The results revealed that the intermetallics phases of (Al,Si)3(Zr,Ti), Al3CuNi and Al9NiFe are the main feature in the microstructures of alloys with Zr and Ni additions. The results also indicated that the tensile strength of alloy decreases with an increase in temperature. The combined addition of 0.2 wt% Zr and 0.2 wt% Ni leads to a 30% increase in the tensile properties at 300°C compared to the base alloy. Zr and Ni bearing phases played a vital role in the fracture mechanism of the alloys studied. Tensile strength of 354 alloy with additions of Ni and Zr are decreasing with increase of temperatures. The ultimate tensile strength and yield strength of alloys containing Ni- and Zr-bearing phases are higher than that of alloy for all testing temperatures.
-
-
-
Identification of source of oil spills in the environment using biomarkers and isotopes
Authors: Daniel Dessort and Hend HassanToday, the use of standard tools of petroleum organic geochemistry is the most convenient way to characterize and quantify contamination of environment by fossil fuel. Good knowledge of natural processes that alter the hydrocarbons during biodegradation, weathering, oxidation or simply evaporation, can also be applied to predict the fate of a pollution. For instance, organic geochemistry played an important role in the environmental assessments of oil spills (e.g.Exxon Waldez or Deep Water Horizon). Oil spill identification is usually conducted by a specialized laboratory in order to find the source of a spill. Guidelines on recommended methods for sample collection, handling and analysis are well established (e.g. NORDTEST Oil Spill Identification system). At TRCQ, we use a variety of geochemical techniques in order to: *make the distinction between naturally occurring hydrocarbons and anthropogenic pollution; *make the distinction between crude oil and refined hydrocarbons; *assess the origin of oil spills, oil slicks and gas seeps--these techniques can be used for the characterization of the origin of fluids in the case of well integrity issues; *monitor the fate of spilled oil and its alteration; *map the spatial distribution of hydrocarbon pollutants in sediments and aquifers and their evolution through time. Advanced geochemical techniques are used: *high resolution gas chromatography (HRGC) for fingerprinting; *HRGC coupled with mass spectrometry (HRGC/MS) for fossil biomarkers analysis; *compound specific isotope analysis (CSIA), a sophisticated technique that consists of measuring the carbon and hydrogen stable isotope ratios of individual compounds (C1 to C30) separated by GC; the stable isotope ratio of individual components depends on their source and their alteration, and CSIA is the only technique able to correlate the gas seep to its source. In this paper, we show the use of organic geochemistry to characterize the oil spill pollution at seabed occurring in 1998. GC-MS analyses of the alkane fractions has allowed delineating three groups of samples: *samples dominated by a petroleum signature; *samples in which petroleum occurs with a subordinate land-derived contribution; *samples in which petroleum is associated to a recent marine input--within this group one may generate a subgroup in which some terrestrial debris have been seen in minor amount.
-
-
-
Hydrocarbon fuel-based hybrid fusion-fission nuclear reactor
More LessNatural resources such as oil and gas can be used in more efficient ways. Instead of just burning these fuels, the exhaust gas or sync-gases can be used for hydrogen fusion reactions along with carbon fusion reactions. This offers the prospect of a longer-term supply of energy by using only a very small amount of fuel. Fusion reaction energy could be made relatively cheap by using proton tunneling catalytic reactors that bypass the nuclear repulsion barrier at lower temperatures, to produce enough energy that can be stored into hydrocarbons through Fischer-Tropsch synthetic gasification and pyrolysis cracking of CO₂. This could significantly decrease environmental pollution and the greenhouse effect. This catalytic reactor uses mesosphore support made of pyroelectric and piezoelectric crystals. Pyroelectric crystals convert the fusion temperature into electricity and piezoelectric crystals control the diameter of porosity to determine diffusion and fusion reaction rate. This active catalyst is a quasi-crystal of fullerenes covered by a single layer of graphene. By providing a voltage difference across this catalyst, its conductivity can be changed. By using magnetic field variable mass Dirac fermions (for example cooper electron-hole/phonon pairs), these can be introduced with different conductive layers (heterogeneous topological layers or parallel quantum wells) due to the quantum Hall effect. Hydrocarbons or its burned products enter this catalyst from mesophores through microphores by carrier fluids which need to be supercritical and superfluid with a momentum vortex at input temperature and pressure. Zero mass Dirac fermions are very sensitive to the applied field by piezoelectric crystal supports which produce maximum charge carriers compared to other layers where electron pairs have less mass. The higher the momentum of these ions, the higher the mass of the Dirac fermions (electron). At the collision point, the catalytic layer which has a Dirac fermion mass higher than the effective electron mass (such as the mass of the muon particle), this increases the probability of fusion by weakening the electron repulsion and increasing a strong nuclear force, also resulting in a tunneling effect due to an increase in gravitational pull between higher masses. This demonstrates that controlling resonance phonon frequency and the electric field through piezoelectric crystal fusion reaction can easily be controlled at lower temperatures due to the action of this catalyst.
-
-
-
HAWA'AK: An end-to-end air quality monitoring system for Qatar
Authors: Elias Yaacoub, Abdullah Kadri and Adnan Abu-DayyaThe effect of air pollution on human health is considered a major and serious problem, globally. The purpose of air quality monitoring is not merely to collect data but to provide the information required by scientists, policy-makers and planners to enable them to make informed decisions on managing and improving the environment, as well as to present useful information for public end-users. Monitoring fulfills a central role in this process, providing the necessary, sound scientific basis for developing policies and strategies, setting objectives, assessing compliance with targets and planning enforcement action. Traditionally, bulky air quality monitoring stations are used for collecting various gas concentrations. These stations include many reference analyzers. Although they have a high level of accuracy, such stations require frequent calibration and maintenance and they need access to power sockets mainly for air conditioning, which limits their use on a large scale. Research and industrial bodies are focusing on developing a new generation of sensing stations at a low cost, smaller size, and with more mobility features. Variations of such stations are being used in different indoor and outdoor environments for both residential and industrial applications. These sensor stations are generally deployed as a wireless sensor network (WSN). A WSN is composed of a number of sensing stations transmitting wirelessly the information they capture. A sensing station is generally composed of a power unit, processing unit, sensing unit, and communication unit. In this work, a real-time air quality monitoring system is presented. This system is based on utilizing multi-gas (MG) monitoring stations that communicate with a platform by means of machine-to-machine communication. Each MG monitoring station includes gaseous sensing elements, a data logging component, and a wireless communication board. They are powered by solar energy. The platform is located on a backend server where data cleaning and filtering operations are carried out. In addition, this platform converts the received data to useful information that is delivered to users through web portal and mobile applications. The system uses a high density of sensing stations per unit area in order to provide localized pollution information, as opposed to bulky analyzers deployed in limited numbers.
-
-
-
Engineered wetland: A water treatment option
More LessConstructed wetlands are engineered land treatment systems that utilize natural processes to improve water quality. A system that consists primarily of vegetation, aquatic organisms, soils and microbes is designed to assist in treating wastewater by taking advantage of the same process that occur in nature, but in a more controlled setting. Successful and sustainable planning and management of an engineered wetland (EWL) will be highly influenced by the degree of understanding of not only the natural processes that occur in the EWL, but many other equally important elements and how these elements work jointly. Engineered weland has an input--namely influent wastewater, treatment process--and an output effluent. The treatment process becomes more complete when the wastewater has many constituents, some of which may be specific to a certain industry or source. It is essential to ascertain a reliable characterization of water quality and quantity over temporal and spatial variations, and the impact of these elements will directly influence the design of the EWL. The treatment media of the EWL must be carefully selected to sustain itself to the subject conditions and support the targeted water treatment goals. These considerations will lead to an iterative process leading further to an engineered solution. This presentation will demonstrate the framework and scientific basis for the implementation of a research program currently underway at ExxonMobil Research Qatar to design and test a EWL according to local conditions.
-
-
-
Breakthrough coastal research of Qatar as input to geological and reservoir modeling
Authors: Christian Strohmenger and Jeremy JamesonMaximizing recovery in oil and gas fields relies on geological models that realistically portray the spatial complexity, composition, and properties of reservoir units. Present day arid climate coastal systems, like the coastline of Qatar provide analogues for depositional and diagenetic processes that control reservoir quality in ancient reservoirs. Many major reservoirs in Qatar are formed under conditions that are remarkably similar to those shaping the coastlines of today. Among the major controls on coastal sedimentation patterns are: 1) wind, wave and tidal energy, 2) coastline orientation, 3) relative sea level, 4) depositional relief and 5) sediment sources. Strong NW prevailing winds (shamal winds) drive shallow marine circulation patterns, creating four very distinct coastal profiles: windward, leeward, oblique, and protected. In addition, winds supply quartz sand to the leeward coast, as the dune fields of Khor Al-Adaid are blown into the sea. Elsewhere, carbonate sands are formed by wave breakdown of skeletal material in the shallow marine environment. These sands are washed ashore to form beaches. The grain size, composition, and dimensions of coastal sands vary due to wave energy. Coastal deposits are equally affected by high frequency oscillations in sea level. Approximately 8,000 years ago, the sea level was about 3 meters higher than it is currently and the Qatari coastline was up to 15 km inland. Most coastal deposits and sabkhas are relicts of this ancient highstand in sea level. Punctuated sea level drops to present day levels have led to the formation of seaward-stepping spit systems. Understanding these coastal and near coastal areas, the processes that form them, and developing geologic models based on this understanding, is a focus of the Qatar Center for Coastal Research (QCCR) within ExxonMobil Research Qatar. The observed spatial complexity and heterogeneity of modern coastal systems are important aspects to be considered for conditioning three-dimensional geological models. The studied modern outcrops along the Qatar coastline are particularly useful as analogs for conditioning subsurface data sets in geologic (static) and reservoir (dynamic) models.
-
-
-
Green networks: Energy efficient design for future generations of wireless networks
Authors: Muhammad Zeeshan Shakir and Khalid QaraqeBackground & Objectives: Qatar ranked number one in the world in terms of per capita CO2 emissions and is the latest Middle Eastern country to aggressively push towards reducing the per capita CO2 emissions and embrace a low carbon economy. Information and communication technology (ICT) already represents around 2% of total CO2 emissions (of which wireless networks represents about 0.2%) and this is expected to increase annually. The exponential growth in demand for higher data rates in wireless networks requires dense deployment of base stations which not only increases the energy consumption but also requires higher capital expenditures which still do not ensure an improvement in the data rate. To address the challenges of increasing the energy efficiency of the future wireless networks and maintain profitability, it is essential to consider various novel technologies which improve the energy efficiency of wireless networks and establish 'greener' networks. Therefore, decreasing the propagation distance between the base station and the mobile users is a promising solution to design energy aware wireless networks. Methods: Small cells such as femtocells are becoming a standard part of future wireless networks. We propose an energy aware design for wireless networks where the small cells are arranged around the edge of the macrocell such that the configuration is referred to as cell-on-edge (COE) where mobile users transmitting with a reduced transmitter power enjoy higher data rates due to shorter distances between the transmitter and the receiver. The COE configuration promises energy savings by integrating small cell and macrocell networks and thereby reducing CO2 emissions, operational and capital expenditures whilst enhancing the spectral and energy efficiency of wireless network. In this context, we define a performance metric which characterizes the aggregate energy savings per unit macrocell area and is referred to as an area green efficiency (AGE) wireless network. Results: The proposed wireless network design will provide a significant increase in energy efficiency of approximately 50% to 75% in comparison with the existing networks. Conclusions: The COE configuration has been shown to reduce CO2 emissions and thereby significantly improve the energy efficiency of future wireless networks.
-
-
-
Electric properties and surface structure of titanium dioxide for solar cells
More LessBackground: Titanium dioxide (TiO2) films have been extensively studied due to their interesting electrical and optical properties. They have the potential to be used for a number of electronic device applications such as dye sensitized photovoltaic cells and also anti-reflective coatings, gas sensors, electrochromic displays and planer wave guides. Objective: Measurement of the electric properties and surface structure analysis of TiO2 thin films was investigated for the purpose of solar cell applications. Methods: Different characterization methods were used to determine the quality of the film. The surface morphology was characterized by a Philips XL40 scanning electron microscope (SEM) and atomic force microscope (AFM). X-ray diffraction (XRD) data was collected on a diffractometer using CuKa radiation at a wavelength of 1.5406 Å at 40 kV and 30 mA to assess the structure of the deposited films. The homogeneity and contaminants of the TiO2 composition were analyzed by energy-dispersive spectroscopy (EDS). Results: Titanium oxide thin films deposited on substrates by the sol-gel dip-coating technique were produced under different conditions. The current voltage (I-V) properties of TiO2 were measured in different temperatures ranging from 80 to 400 K, using a digital Keithley 6571A electrometer. The I-V characteristics appeared to be ohmic at a low voltage and space charge limited (SCL) at a higher voltage. The activation energy of TiO2 was also calculated, yielding one of two values, depending on the temperature regime. The conductivity increased when the grain boundary effect was reduced as the particle increased in size. The morphology of the films were analyzed by AFM, which revealed that the films were uniform, homogeneous and smooth and also that nanoparticles were present. The structure and the phase of TiO2, analyzed by XRD, showed that the films were anatase. In addition, the composition of the TiO2 thin films studied via EDS showed they were rich in Ti. The thickness of the films were obtained from ellipsometry based on the Cauchy function, which gave a figure of 58 nm per dip. Conclusion: This analysis showed that anatase titania nanofilms (TiO2) have a great potential for application in photovoltaic devices.
-
-
-
Effect of salinity on carbon and sulfur cycles in Umm Alhool sabkha microbial mat ecosystem in Qatar
Authors: Mohammad Al-Najjar, Roda Al-Thani and Abdul Monem Al RaeiMicrobial mats are only present under extreme conditions, where grazing by higher organisms is limited. Therefore, microbial mats may provide insight into extraterrestrial life, due to their adaptations to extreme temperatures, desiccation or salinity. They are faced with a diurnal cycle with variable length based on their location, which exposes them to extreme salinity conditions (i.e., water withdrawal and high evaporation). Cyanobacteria in the photic zone of a mat ecosystem supply the other microorganism with the required organic material to produce energy and grow. Subsequently, this will reproduce the nutrients needed by the phototrophs through elemental re-mineralization. In this work, we investigated the effect of water salinity that covers the microbial mat ecosystem of Umm Alhool sabkha, Qatar, regarding the most important processes within microbial mats: photosynthesis and sulfate reduction (SR). Our results showed that both photosynthetic and sulfate reduction rates decreased with increasing the salinity. The microbial community structure, assessed by 454 pyro-sequencing, revealed that the cyanobacterial community structure changed in response to the change in salinity. This was not the case for the sulfate reducer community structure, which stayed as it is in the mats incubated at different salinities. Therefore, we speculate that salinity affects the photosynthetic community structure, and consequently affects the photosynthetic activity of the whole ecosystem. However, sulfate reduction rates decreased due to less organic material supply from the upper layers and not due to change in microbial community structure of SR. Other factors such as the activity of the enzymes could also have an effect on SRR, but it was not investigated in this study.
-
-
-
Numerical analysis of the ship motion exerted by interior sloshing on the LNG carriers
Authors: A.M.S. Hamouda and Gang XuLiquefied natural gas (LNG) carriers have played and will continue to play a key role in ocean gas transportation with the increasing demand for energy. Safe operation of LNG carriers requires the knowledge of global and local fluid pressures imposed by the sloshing liquid. As LNG carriers are required to operate in different environmental conditions, safety is a primary consideration in such operations. LNG carriers are often subjected to significant sloshing loads during their operational life. The motion of the LNG carriers as they move across oceans cause the liquid in the containers to slosh. Liquid sloshing may cause large internal stress and deformation in the walls of containers, particularly when the external forcing frequency of the ship is close to that of the natural sloshing frequencies. This effect is a critical consideration in ship design. The objective of this work is to find an effective numerical model solving the coupled internal sloshing and external seakeeping interaction for small/medium LNG carriers. To assess the influence of the liquid motion in tanks on the overall body behavior, a three-dimensional method for dynamic coupling between liquid motion in ship tanks (sloshing) and rigid body motions of ships (seakeeping) in the frequency domain, is considered. The method is formulated under the classical assumptions of linear potential theory and boundary integral equation methods, which are used to solve both interior sloshing and exterior seakeeping. Two tank LNG carriers have been analyzed and the typical coupling effects (two peaks) of the sway and roll transverse motions in the beam have been presented. This method produces quick and reliable results of ship motions.
-
-
-
Development of new lead-free Sn-2.5Mg solder for electronic packaging industries
Authors: Md Ershadul Alam, Manoj Gupta and AbdelMagid Salem HamoudaThe increasing use of lead-free solders is driven by the direct threat of strict legislation to ban the use of lead-based solders in electronics manufacturing industries by the USA, Japan and countries under the European Union. An additional driver is the market change due to public 'green awareness'. Therefore, establishing a lead-free solder has become a critical issue. In recent years, many attempts are made to develop high-performance, lead-free solders. Among the new lead-free solders, the Sn-3.5Ag, Sn-3.0Ag-0.5Cu and Sn-0.7Cu solders are the most promising alloys. However, these commercial solder alloys are more expensive and exhibit higher melting points when compared to the conventional Sn-37Pb solder alloy. Magnesium (Mg) is much cheaper than silver (Ag) and copper (Cu) and the eutectic/near eutectic temperature of Sn-Mg alloy is much lower than the lead-free Sn-Cu or Sn-Ag solders. Accordingly, in the present study, new lead-free Sn-2.5Mg solder was developed incorporating 2.5 wt. % Mg into pure tin using disintegrated melt deposition technique. Solder samples were then subsequently extruded at room temperature and characterized. Microstructural characterization studies revealed equiaxed grain morphology, minimal porosity and relatively uniform distribution of secondary phase. Better coefficient of thermal expansion was observed for a Sn-2.5Mg sample (23.1 x10-6/K) when compared to conventional Sn-37Pb solder (25 x 10-6/K) or lead-free Sn-0.7Cu solder (30 x 10-6/K). A melting temperature of Sn-2.5Mg was found to be 219 0C which is much lower than the conventional Sn-Ag-Cu or Sn-Cu (227 0C) solders. Microhardness was increased by 271% with the addition of Mg into pure tin. Room temperature tensile test results revealed that the newly developed Sn-Mg solder exhibited enhanced strengths (0.2 % yield strength and ultimate tensile strength) with comparable (if not better) ductility when compared to other commercially available, and widely used, Sn-based solder alloys.
-
-
-
Application of chemically synthesized polyaniline-polystyrene blend as a carbon dioxide gas sensor
Authors: Jolly Bhadra, Noora Al-Thani, Nabil K Madi and Mariam A. Al-MaadeedThe use of conducting polymers as sensing elements in chemical sensors is attracting attention due to their high sensitivity in change of the electrical and optical properties when exposed to different types of gases or liquids. The ease in synthesis of these polymers and sensitivity at room temperature add to the sensors' advantages. This can be of importance particularly considering CO2 sensors that are used in different applications such as industrial process, fertilizers, and environmental pollution monitoring. Polyaniline (PANI) is one of the most attractive materials among the variety of conducting polymers due to its unique electrical properties, environmental stability, easy fabrication process, and intrinsic redox reaction. In our present work we successfully prepare conducting polymer PANI-polystyrene (PS) blends doped with HCl by an in situ dispersion polymerisation method. Keeping the aniline concentration constant, five blends are prepared using different monomer ratios of PS. The PANI-PS sensors are deposited on glass substrates by the dripping method. The obtained sensors are characterized by SEM for morphology study and electrical properties by IV characteristics and four-probe conductivity study. The electrical conductivity of the composite films ranged from 4.3 x10¯5 - 5.2 x10¯² S·m¯¹. There is an increase in conductivity value with the decrease in PS content. This is justified as there is an increase in the number of more conducting species, i.e., PANI in the composite with a lower PS content. The PANI-PS blend sensors show good sensitivity to CO2 gas. In particular, sensors with higher concentrations (above the percolation threshold) of PANI, displayed excellent sensitivity and fast response. Conducting polymer PANI-PS blends are prepared using five different concentrations of PS (i.e., 1 M, 0.9 M, 0.8 M, 0.7 M and 0.6 M), and the films obtained are characterized using SEM. SEM pictures show nanoparticle formation, and as the PS concentration decreases, particles combine to form clusters or chains. The electrical properties are also observed to increase with a decrease in the PS concentration. The I-V characteristics show some non-ohmic behavior. The CO2-sensing behavior is most responsive for the blends containing 0.7 and 0.6 M of PS.
-
-
-
Date palm fibre as a reinforcement of recycled polymer blend matrix
Authors: Mariam AlMaadeed and PATAN NOORUNNISA KHANAMThis paper investigates for the first time the effect of the amount of Maleic anhydride (MA) on blends of recycled polymers and date palm fibre composites. Recycled low density polyethylene (RLDPE) 20 wt%, recycled high density polyethylene (RHDPE) 40 wt%, and recycled polypropylene (RPP) 40 wt%, blends have been prepared. The recycled polymers, 10 wt% RLDPE, 35 wt% RHDPE and 35 wt% RPP, were used as the polymer matrix for preparing the composites with 20 wt% date palm fibre leaves and 1,2 wt% of MA. The composites were prepared by a two-step process, extrusion followed by injection molding. The results showed that the addition of MA by 1 wt% has the maximum effect in improving the tensile strength and tensile modulus of the material but reduced the hardness. Pure blend matrix showed higher % of elongation at break and hardness. Melting and crystallization points of the blends did not change with the addition of the fibre and MA, but an improvement in the thermal stability by 4 °C was achieved for the 1 wt% of MA composite compared to the composite without the MA, which is confirmed by the improvement in bonding between the blend matrix and the date palm fibre shown in the scanning electron microscope morphology photos.
-
-
-
Assessment of thermal performances of nanofluids in industrial type heat exchangers
Authors: Jonathan Cox, Anoop Kanjirakat and Reza SadrApplication of nanotechnology in industrial applications is receiving increased attention this century. Nanotechnology could be used to improve performances of heat exchangers, which are widely used in industrial applications by augmenting heat transfer characteristics of working fluids. Nanofluids, which are engineered colloidal suspensions consisting of nano-sized particles (less than 100 nm) dispersed in a base fluid, have shown potential as industrial cooling fluids mainly due to enhanced heat transfer characteristics. The present work examines the heat transfer performances of different industrial type heat exchangers using nanofluids. Experiments are conducted to compare the overall heat transfer coefficient and pressure drops of water vs. nanofluids in shell and tubes, and plate type heat exchangers on a laboratory scale. SiO2-water nanofluids prepared by dispersing 20 nm diameter nanoparticles at three different particle mass concentrations of 2%, 4% and 6% are used as the working fluid. The nanofluid is maintained in the cold loop of the circuit to avoid direct particle deposition on heater surfaces, and tap water is circulated in the hot loop. The experimental results show a consistent increase in the total heat transfer coefficient of the heat exchanger for the nanofluid concentrations tested. However, the pressure drop in the nanofluids flowline is observed to have increased in comparison to that of the base fluid, which can limit the applicability of nanofluids in heat exchangers.
-
-
-
The possibility to lower building energy consumptions in Qatar
Authors: Mohamad Kharseh, Ferri Hassani and Mohammed Al KhawajahMost global energy comes from fossil fuel. Currently, there is a strong belief that climate change is anthropogenic and attributed to fossil fuel consumption. Heating and cooling systems account for half of global energy consumptions. In hot and underdeveloped countries such as Qatar, the share of air conditioning systems is expected to be even more than half the national energy consumption. This provides the challenge to study energy consumption in building sectors to find new methods to increase the performance of air conditioning systems. Up until now, renewable energy sources supply only around 2-3% of the annual global heating and cooling demand. Due to its high thermal performance, heat pump systems and in particular ground coupled heat pump systems (GCHP), are increasingly becoming more common for air conditioning applications. In the light of the improvement in performance of photovoltaic systems, the combination between the photovoltaic and HP or GCHP is gaining more economic feasibility. This paper studies renewable energy options for building cooling systems for energy and environment savings. To achieve this goal, a residential apartment in Doha, Qatar, was selected as a case study. The cooling demand of the case study was assessed and four different cooling systems were designed including: (1) air coupled heat pump system (as a reference system); (2) ground coupled heat pump; (3) air coupled heat pump combined with a photovoltaic panel to generate electricity; and (4) ground coupled heat pump combined with a photovoltaic panel to generate electricity. Compared to the reference system, the reduction in the non-renewable energy consumption and the payback time was estimated for each system.
-
-
-
Characterization of Qatari untreated and treated male and female date palm leaves
Authors: Mariam AlMaadeed, Ramazan Kahraman, P. Noorunnisa Khanama and Somaya Al-MaadeedThis paper describes for the first time the difference in species reactions to the treatment type of date palm fiber. Male and female date palm leaves from two different cultivars--Sheshi female and unknown male--have been considered. Characterization was done for both untreated and NaOH-treated date palm leaves by infrared spectroscopy, thermo gravimetric analysis and scanning electron microscopic techniques. These leaves were treated with different concentrations of NaOH, 0.5, 1, 2 and 5% (w/w). The results from this investigation indicate that female leaves have better tensile properties, which deteriorate with the increase of their alkalinity. The male leaves have lower tensile properties than female leaves, and their mechanical properties are improved slightly through NaOH treatment. Female leaves have more pores than male leaves. This was proven and calculated by image analysis. Untreated female leaves have higher thermal stability (353°C) than male leaves (343°C). Both can be used as cheap and environmental reinforcements in thermoplastic matrix materials whose processing temperatures are below 300°C.
-
-
-
What's up with Qatar? How eustasy and neotectonics influenced the late Pleistocene and Holocene sea-level history of Qatar
Authors: Jeremy Jameson and Christian StrohmengerThe evolution of coastal plains, the present day shape, and surface hydrology of Qatar are related to changes in relative sea level. Several factors acting on different time scales have contributed to sea level changes. These include tectonism and glacioeustasy. The peninsula shape is the surface expression of the Qatar Arch, one of the largest structural features of the Arabian Plate. It plunges northward into the Zagros foredeep. The Arabian Gulf initially formed during the Tertiary period as a foreland basin due to the uplift of the Zagros Mountains. Previous studies indicate the Arabian Gulf was an arid fluvial plain during the Last Glacial Maximum, 18,000 years before present (BP). The Gulf floor was a likely route for people migrating between Iran and Arabia. 14,000 years BP the sea level started rising, flooding the Gulf. The period between 14,000-7000 years BP was marked by a rapid rise (1 m/100 yr) driven by the melting of the polar ice caps. Age dating of Qatar coastal deposits indicate the rate of rise decreased as the sea level approached present day, 7000 years BP. Most coastal deposits are relicts of a Holocene sea-level highstand, dating from 7000-3000 years BP. Holocene beaches at 2-4 meter elevations and up to 15 km inland are relicts of this highstand. Similar beaches are found elsewhere along the Gulf. During this period coral reefs formed a discontinuous fringe around the windward and oblique Qatar coastlines. A drop of sea level approximately 2000 years BP may account for the demise of the fringing reefs. The occurrence of Late Pleistocene to Miocene fluvial gravel deposits of the Hofuf Formation 20 to 40 meters above sea level are interpreted as being related to long-term tectonic uplift, the evolution of the Zagros foredeep and structural tilting of the Arabian plate. Pleistocene shoreline deposits above present sea level dating from 30,000-40,000 years BP are interpreted as part of the same structural flexural event. Thus, data from Pleistocene to present suggest that the sea-level history of Qatar reflects relatively high frequency changes driven by eustasy superimposed on a long-term pattern of tectonic uplift.
-
-
-
Using ambient noise in identifying hydrocarbon reservoirs and aquifers in the Nile delta basin, Egypt
Authors: elsayed fergany and Sylvette Bonnefoy-ClaudetThe Nile delta basin has a rapidly growing population exceeding 40 million with a need for renewable natural sources of energy and water. This study presents a reliable exploration tool for identifying hydrocarbon reservoirs and aquifers in the Nile delta basin using horizontal to vertical (H/V) spectral ratios of ambient noise measurements. More than 100 measurements were taken using broadband portable stations at three parallel profiles crossing the basin from south to north. The dataset was processed and interpreted in terms of geologic structure, which was characterized by multiple successive depositions from the Nile Valley and Mediterranean Sea. Two H/V peaks were picked up at a low frequency ~0.3 Hz and a relatively high frequency at ~1 Hz. The H/V results were correlated with geologic structure maps and the profiles provided a good indication of the gas producing horizon in the Nile delta at a lower frequency and the main aquifer in the basin at a higher frequency. Application of ambient noise as an exploration tool is highly time and cost effective for use in densely populated areas.
-
-
-
Behavior of porous materials under asymmetric dynamic loading
Authors: Sinisa Bugarin and Ratnam PaskaramoorthyBackground and Objectives: Stress concentration around cavities and cracks strongly influence the fracture and fatigue properties of porous materials. Microcracks that form around discontinuities in the material such as cavities link up to form macrocracks leading to substantial degradation of material mechanical properties. The dominant factor aiding the formation of microcracks is the stress concentration. The study investigates the dynamic stress concentration around different size oblate spheroidal cavities due to shear waves in an infinite elastic medium. Methods: As the available analytical methods are only applicable to simple shape cavities, hybrid methods have been presented to study the stress concentration around different shape cavities embedded in an elastic medium. The method used combines the finite element method with analytical procedure for elastic wave propagation in an elastic medium. The accuracy of the method was verified by analyzing a spherical cavity. Results: Different shape oblate cavities are investigated under varying frequencies of shear waves and different matrix material properties. The stress concentrations within the matrix are found to be dependent on the frequency of incident shear wave, aspect ratio of the cavity and the Poisson's ratio of the matrix. Conclusions: The study reveals that the dynamic stress concentration can reach much higher values than the static case. Dynamic stress concentration factors as high as 6 result for low aspect ratio cavities of 0.2 and even values of 6.6 with a materials Poisson's ratio of 0.45.
-
-
-
Nanofluids: Optical properties and its effects in near-wall measurements
Authors: Reza Sadr and Anoop KanjirakatEngineered colloidal suspensions of nano-sized particles in base fluids (nanofluids) have shown promise in heat transfer research as a potential for future heat transfer fluid. However, the conflicting reports on the thermal properties of these fluids necessitate a detailed look into the physical mechanisms behind this enhancement. As heat transfer is a surface phenomenon, near-wall fluid flow and temperature measurements could provide considerable insight in this regard. Optical methods are commonly used to probe the flow at micro/nano scales. As the accuracy of these measurement techniques depend on knowledge of the optical properties of the fluid under consideration, a detailed understanding of these properties is required. For example, evanescent wave-based nanoparticle image velocimetry (nPIV) can be an effective tool in exploring near-wall nanofluid velocity/temperature field. In this method, an evanescent wave illumination is used to measure near-wall velocity fields with an out-of-plane resolution of the order of O(100 nm). In this study, optical properties of SiO2-water nanofluids at various particle concentrations varying from 0 to 6% by weight are investigated. Measurements of refractive indices and the optical transmittance of nanofluids, which are directly related to the depth of penetration in nPIV measurements are carried out. The effect and the correction required in the nPIV measurements due to the modification in optical properties of nanofluids are discussed. The results obtained demonstrate that addition of nanoparticles exhibit a change in optical properties that could affect optical-based measurement in nanofluids.
-
-
-
Understanding the link between moisture dynamics and microbial activity in mobile dunes
Authors: Sara Abdul Majid, Michel Louge, Anthony Hay and Renee RicherBarchan dunes in southeastern Qatar are relentlessly pushed by northwesterly, shamal, winds. This research aims to understand whether a synergy between moisture retention and microbial growth could be exploited to stop them from upsetting natural habitat as they pass. These mobile dunes in Qatar also constitute a unique test area in which to study mechanisms of desertification. After characterizing the behavior and shape of the dune field west of Umm Said, we developed unique instruments for detecting humidity in hyper-arid environments. Using those, we measured diurnal variations in temperature and humidity beneath the dune, as well as fluxes of carbon dioxide through the surface. We also recorded temperature and humidity from a probe initially buried on the dune's avalanche face, emerging 15 months later on its windward face. In the laboratory, we measured effective diffusion, permeability and activity of its sands. By inserting an artificial rippled porous surface in our wind tunnel, we recorded how winds can induce a flow of air within porous sands, thus facilitating moisture and dust intake. Metagenomic analysis of DNA extracted from two dunes revealed that the dune microbial communities were dominated by bacteria from the actinobacteria and firmicutes phyla. Consistent with the known metabolic capacity of these phyla, in silico assessment of the metabolic potential of the dune microbial community suggests that is dominated by heterotrophic bacteria, with surprising few genes for photosynthesis being detected. Other genes, however, were detected that may prove useful in dune stabilization efforts such as urease, and in biotechnology applications such as antibiotic biosynthesis. We succeeded in adapting cultivation independent methods for quantifying viable microbes directly from the sand and in culturing microbes found on individual sand grains. Analysis of the metabolic potential of these isolates is ongoing.
-
-
-
Turbulent characteristics of atmospheric surface layer in Qatar
By Reza SadrWind power is one of the world's fastest growing renewable energy sources. Design and performance of wind turbines greatly depend on the atmospheric turbulence on the plant site. Furthermore, turbulent characteristics of the atmospheric boundary layer are of utmost importance in modeling the large-scale meteorological processes, diffusion of atmospheric contaminants, heat transfer and evaporation off of the earth's surface. Meteorological data are available for some areas of the globe but are sparse in tropical regions. There had been some recent studies in tropical weather in southwestern Asia but no data is available for the Gulf region. The present study for the first time reports the micrometeorological data collected from an atmospheric measurement station in the coastal region of Doha, Qatar, to characterize the nature of atmosphere surface layer (ASL) and ocean wave in this region. In the present work, turbulence velocity spectra and stability in Qatar is presented and compared with the available data from other locations. Also, empirical relationship for the normalized dissipation function in this region is suggested. Finally, variation of different length scales with the stability parameter z/L is investigated and compare with the existing values in available literatures. This is the first ever study of ASL in this area, and is expected to be a foundation of further atmospheric research endeavors in Qatar.
-
-
-
Heat wave hazard modelling in Qatar
Background & Objectives: Heat wave hazard modelling is attracting a lot of attention, especially with the onset of climate change and global warming currently taking place. General global climatic models and trends predict that heat waves will increase in frequency, duration, and intensity. Yet, heat wave hazard modelling remains a challenging and imperative problem because of the complexity introduced by natural and human elements such as land-use, air temperature variability, topography, soils characteristics, and air pollution. In this study, heat wave hazard in Qatar is mapped, modelled and predicted for two and five years. Methods: Geographic information system (GIS) and remote sensing (RS) techniques are used to carry out multilayer analysis by combining different parameters that influence and determine heat wave in the region. Land surface temperature (LST) derived from remotely sensed data (Landsat ETM thermal infra-red band) is also used in the analysis. The LST image proved to be extremely useful as the variation of the thermal phenomenon is highly related to and reflects the land surface variability in the study area. Heat wave index (HWI) is calculated using in situ and Gumbel frequency analysis is used for head wave (HW) prediction. Step-wise regression analysis is used to identify the predictive variables/parameters of HWI and to determine the model. Results: The magnitude and spatial distribution of heat wave in Qatar are mapped. These results can be used address environmental, health, and urban planning issues. Population-census data is used to estimate the proportion of the vulnerable age groups that will be affected by HW in Qatar. More than 87% of children aged 4 and less are found to be at very high risk to HW, while more than 86% of people above 65 years are at the same level of risk. Conclusions: GIS and RS techniques are valuable research tools for environmental studies. The model developed here can be used by decision makers and planners to make better informed decisions on planning of hospitals and schools in low heat wave risk areas. Furthermore, the model gives a good indication for planning future electric energy consumption by air-conditioning and cooling of buildings.
-
-
-
Analysis of CO2 equilibrium data in aqueous solutions of DEA, MDEA and their mixtures using the modified Kent Eisenberg model and the Deshmukh-Mather model
Authors: Abdelbaki Benamor and Abdelwahab AroussiAlkanolamine solutions are widely used for the removal of acid gases such as CO2 and H2S from process streams containing these components in the industries. The technique has been proven to be reliable and has found wide application in many chemical industries such as ammonia production, coal gasification and natural gas processing. In this work, equilibrium data of CO2 absorption in aqueous solutions of single and mixed amine was analysed using the Modified Kent Eisenberg model and the Deshmukh-Mather model. Experimental data on CO2 loading in aqueous solutions of DEA and MDEA at temperatures ranging from 303K to 323K and CO2 partial pressure from 0.09kPa to 100 kPa obtained using a stirred cell reactor was fitted to generate the different parameters required in each model. Using the generated parameters, the models were applied to predict the CO2 loading in solutions of DEA and MDEA reported in the literature. In all cases, it was found that both models were found to give a good prediction of CO2 loading over a wide range of operating conditions. However, the Deshmukh-Mather model was found to be more accurate compared to the Kent Eisenberg model in predicting CO2 loading, especially at low CO2 partial pressures.
-
-
-
Carbon emission: A global challenge that requires global solutions
More LessThe concentration of CO2 in the atmosphere keeps increasing, relentlessly approaching the critical threshold identified as a point of no return for global warming. Recent research on carbon sequestration revealed that emission reduction targets would be hard to achieve with a single solution, namely underground storage, since a great deal of issues are still outstanding. To name but a few of these, one can cite a legal framework, international cooperation and availability of underground storage sites of sufficient quality and capacity. The nature of the outstanding issues is truly global, requiring a global approach for carbon management. Work supported by QNRF addressed important aspects of carbon management and constitutes the basis for the work presented herein. The objectives of this work include a balanced analysis of CO2 mitigation methods currently being tested or still under development, and the best way forward to break the cycle of undecisiveness currently being adopetd by most nations. The topics covered include carbon capture, underground storage in both depleted reservoirs and saline aquifers, carbon conversion, energy efficiency and development of carbon sinks on a global scale. The work has shown so far that the bulk of man made carbon emissions arise from combustion processes, essentially power generation using fossil fuels, and this is relatively well documented by the international energy agency compared to other sources of emissions. The cost of capturing combustion CO2 constitutes the bulk of the composite cost of carbon capture, storage and utilization (CCSU). Once CO2 is captured, it has to be disposed of where facilities are available. In the absence of suitable storage sites, other forms of carbon emission reduction have been identified and would include energy efficiency, carbon conversion and mandatory carbon sinks. The work has shown that it is practically impossible to expect all nations emitting CO2 to employ CCS only. The work achieved is of great significance in highlithing the complexity of carbon management on a global scale and offers alternatives that are both technically feasible and economically balanced.
-
-
-
Advanced training tools for oil and gas industry personnel
More LessBackground: The pool of experienced oil, gas and chemical plant operators, mechanics and other plant personnel is not keeping pace with demand in active oil and gas hubs like in the State of Qatar. Many individuals new to the oil and gas and related industries are being hired. A premium is being placed on getting these individuals quickly trained and qualified to assume increasing job responsibilities. This places great pressure on training functions within existing production units. A solution to this challenge is to develop advanced training tools that could be specifically used in oil, gas and chemical plants. Objectives: This research effort, undertaken by ExxonMobil Research Qatar, aims to develop immersive 3D training simulators for training of personnel in oil and gas production, processing, and transportation facilities. Realistic training scenarios developed for simulators range from routine operations, to developing competencies and assuring operational excellence responding to high consequence/low probability events. Results: This research effort led to the development of 3D visualization platforms for use in training process operators and young engineers joining the workforce. The platform supports the development of small-scale 3D immersive training simulators that combine dynamic process simulators with fully functioning and interactive 3D models. 3D models include compressor skids, re-liquefaction plants and other small-scale processing units. Extensive libraries of 3D models for process equipment, instrumentation, piping and field structures were developed and leveraged to promote efficiency when developing further 3D models. The platform is designed for multiple field operators training simultaneously through connectivity with other 3D display systems. Ongoing software and hardware upgrades have enhanced performance, widened applicability and allow for more complex and ultradetailed 3D models. Work is ongoing to develop a full-scale training simulator of an actual LNG facility process unit located in the State of Qatar. Augmented reality work-aids, for procedure verification in the field, have been developed for training and competency assessment. The research effort yielded a patent application for novel and innovative developments in the field of 3D immersive simulators. Future work includes learning management systems to track progress and scoring for trainees and further enhancement of realism in 3D environments.
-
-
-
Advanced autonomous gas leak detection techniques
More LessBackground: Existing technologies for detecting gas releases in oil and gas facilities include point and path detectors and leak detection and repair (LDAR) programs. Large networked arrays of point and path detectors are needed to detect gas leaks in oil and gas facilities due the inherent passive nature of these stationary technologies that require gas plume to come in contact with or within the line of sight the detectors. LDAR programs are not fully automated and require surveying millions of nodes in given plant to detect possible leaks. A potential solution to these challenges is a remote gas detection tools that could actively search for and autonomously detect gas leaks while removing the human component from the equation. Objectives: ExxonMobil Research Qatar is undertaking research to develop a Remote Gas Detection (RGD) system that will autonomously scan for and identify hydrocarbon gas leaks / emissions on a continuous basis. The system utilizes existing infrared (IR) detection technologies and expands its use to techniques that do not require human involvement. Prompt, efficient detection of gas leaks could significantly reduce fugitive emissions to the environment and provide early warning to operations personnel improving safety. Results: This research effort has led to the development of a sophisticated RGD system that is equipped with artificially intelligent software algorithms that can distinguish hydrocarbons from other IR hotspots in the scene with minimal false alarms. Early research activities included testing multiple RGD prototypes that integrated different IR camera technologies paired with various types of deployment strategies. Successful field tests were performed in late 2011 and led to the initiation of a short-term prototype field deployment in early 2012. Extensive libraries of IR videos, that highlight the behavior of the intelligent algorithm and the efficiency of the detection capability in varying environments, have been developed. This research effort has yielded two patent applications for novel and innovative developments in the field of remote gas detection. Future work includes evaluating system components and optics to facilitate efficient development of the first fully operational system, and continuation / expansion of the scope of pilot projects for long-term field testing.
-