Search results for: data structure
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 30353

Search results for: data structure

27473 Regulating Issues concerning Data Protection in Cloud Computing: Developing a Saudi Approach

Authors: Jumana Majdi Qutub

Abstract:

Rationale: Cloud computing has rapidly developed the past few years. Because of the importance of providing protection for personal data used in cloud computing, the role of data protection in promoting trust and confidence in users’ data has become an important policy priority. This research examines key regulatory challenges rose by the growing use and importance of cloud computing with focusing on protection of individuals personal data. Methodology: Describing and analyzing governance challenges facing policymakers and industry in Saudi Arabia, with an account of anticipated governance responses. The aim of the research is to describe and define the regulatory challenges on cloud computing for policy making in Saudi Arabia and comparing it with potential complied issues rose in respect of transported data to EU member state. In addition, it discusses information privacy issues. Finally, the research proposes policy recommendation that would resolve concerns surrounds the privacy and effectiveness of clouds computing frameworks for data protection. Results: There are still no clear regulation in Saudi Arabia specialized in legalizing cloud computing and specialty regulations in transferring data internationally and locally. Decision makers need to review the applicable law in Saudi Arabia that protect information in cloud computing. This should be from an international and a local view in order to identify all requirements surrounding this area. It is important to educate cloud computing users about their information value and rights before putting it in the cloud to avoid further legal complications, such as making an educational program to prevent giving personal information to a bank employee. Therefore, with many kinds of cloud computing services, it is important to have it covered by the law in all aspects.

Keywords: cloud computing, cyber crime, data protection, privacy

Procedia PDF Downloads 244
27472 Quantitative Structure–Activity Relationship Analysis of Some Benzimidazole Derivatives by Linear Multivariate Method

Authors: Strahinja Z. Kovačević, Lidija R. Jevrić, Sanja O. Podunavac Kuzmanović

Abstract:

The relationship between antibacterial activity of eighteen different substituted benzimidazole derivatives and their molecular characteristics was studied using chemometric QSAR (Quantitative Structure–Activity Relationships) approach. QSAR analysis has been carried out on inhibitory activity towards Staphylococcus aureus, by using molecular descriptors, as well as minimal inhibitory activity (MIC). Molecular descriptors were calculated from the optimized structures. Principal component analysis (PCA) followed by hierarchical cluster analysis (HCA) and multiple linear regression (MLR) was performed in order to select molecular descriptors that best describe the antibacterial behavior of the compounds investigated, and to determine the similarities between molecules. The HCA grouped the molecules in separated clusters which have the similar inhibitory activity. PCA showed very similar classification of molecules as the HCA, and displayed which descriptors contribute to that classification. MLR equations, that represent MIC as a function of the in silico molecular descriptors were established. The statistical significance of the estimated models was confirmed by standard statistical measures and cross-validation parameters (SD = 0.0816, F = 46.27, R = 0.9791, R2CV = 0.8266, R2adj = 0.9379, PRESS = 0.1116). These parameters indicate the possibility of application of the established chemometric models in prediction of the antibacterial behaviour of studied derivatives and structurally very similar compounds.

Keywords: antibacterial, benzimidazole, molecular descriptors, QSAR

Procedia PDF Downloads 350
27471 Multistage Data Envelopment Analysis Model for Malmquist Productivity Index Using Grey's System Theory to Evaluate Performance of Electric Power Supply Chain in Iran

Authors: Mesbaholdin Salami, Farzad Movahedi Sobhani, Mohammad Sadegh Ghazizadeh

Abstract:

Evaluation of organizational performance is among the most important measures that help organizations and entities continuously improve their efficiency. Organizations can use the existing data and results from the comparison of units under investigation to obtain an estimation of their performance. The Malmquist Productivity Index (MPI) is an important index in the evaluation of overall productivity, which considers technological developments and technical efficiency at the same time. This article proposed a model based on the multistage MPI, considering limited data (Grey’s theory). This model can evaluate the performance of units using limited and uncertain data in a multistage process. It was applied by the electricity market manager to Iran’s electric power supply chain (EPSC), which contains uncertain data, to evaluate the performance of its actors. Results from solving the model showed an improvement in the accuracy of future performance of the units under investigation, using the Grey’s system theory. This model can be used in all case studies, in which MPI is used and there are limited or uncertain data.

Keywords: Malmquist Index, Grey's Theory, CCR Model, network data envelopment analysis, Iran electricity power chain

Procedia PDF Downloads 144
27470 Cloud Shield: Model to Secure User Data While Using Content Delivery Network Services

Authors: Rachna Jain, Sushila Madan, Bindu Garg

Abstract:

Cloud computing is the key powerhouse in numerous organizations due to shifting of their data to the cloud environment. In recent years it has been observed that cloud-based-services are being used on large scale for content storage, distribution and processing. Various issues have been observed in cloud computing environment that need to be addressed. Security and privacy are found topmost concern area. In this paper, a novel security model is proposed to secure data by utilizing CDN services like image to icon conversion. CDN Service is a content delivery service which converts an image to icon, word to pdf & Latex to pdf etc. Presented model is used to convert an image into icon by keeping image secret. Here security of image is imparted so that image should be encrypted and decrypted by data owners only. It is also discussed in the paper that how server performs multiplication and selection on encrypted data without decryption. The data can be image file, word file, audio or video file. Moreover, the proposed model is capable enough to multiply images, encrypt them and send to a server application for conversion. Eventually, the prime objective is to encrypt an image and convert the encrypted image to image Icon by utilizing homomorphic encryption.

Keywords: cloud computing, user data security, homomorphic encryption, image multiplication, CDN service

Procedia PDF Downloads 322
27469 Index t-SNE: Tracking Dynamics of High-Dimensional Datasets with Coherent Embeddings

Authors: Gaelle Candel, David Naccache

Abstract:

t-SNE is an embedding method that the data science community has widely used. It helps two main tasks: to display results by coloring items according to the item class or feature value; and for forensic, giving a first overview of the dataset distribution. Two interesting characteristics of t-SNE are the structure preservation property and the answer to the crowding problem, where all neighbors in high dimensional space cannot be represented correctly in low dimensional space. t-SNE preserves the local neighborhood, and similar items are nicely spaced by adjusting to the local density. These two characteristics produce a meaningful representation, where the cluster area is proportional to its size in number, and relationships between clusters are materialized by closeness on the embedding. This algorithm is non-parametric. The transformation from a high to low dimensional space is described but not learned. Two initializations of the algorithm would lead to two different embeddings. In a forensic approach, analysts would like to compare two or more datasets using their embedding. A naive approach would be to embed all datasets together. However, this process is costly as the complexity of t-SNE is quadratic and would be infeasible for too many datasets. Another approach would be to learn a parametric model over an embedding built with a subset of data. While this approach is highly scalable, points could be mapped at the same exact position, making them indistinguishable. This type of model would be unable to adapt to new outliers nor concept drift. This paper presents a methodology to reuse an embedding to create a new one, where cluster positions are preserved. The optimization process minimizes two costs, one relative to the embedding shape and the second relative to the support embedding’ match. The embedding with the support process can be repeated more than once, with the newly obtained embedding. The successive embedding can be used to study the impact of one variable over the dataset distribution or monitor changes over time. This method has the same complexity as t-SNE per embedding, and memory requirements are only doubled. For a dataset of n elements sorted and split into k subsets, the total embedding complexity would be reduced from O(n²) to O(n²=k), and the memory requirement from n² to 2(n=k)², which enables computation on recent laptops. The method showed promising results on a real-world dataset, allowing to observe the birth, evolution, and death of clusters. The proposed approach facilitates identifying significant trends and changes, which empowers the monitoring high dimensional datasets’ dynamics.

Keywords: concept drift, data visualization, dimension reduction, embedding, monitoring, reusability, t-SNE, unsupervised learning

Procedia PDF Downloads 131
27468 Analysis of One-Way and Two-Way FSI Approaches to Characterise the Flow Regime and the Mechanical Behaviour during Closing Manoeuvring Operation of a Butterfly Valve

Authors: M. Ezkurra, J. A. Esnaola, M. Martinez-Agirre, U. Etxeberria, U. Lertxundi, L. Colomo, M. Begiristain, I. Zurutuza

Abstract:

Butterfly valves are widely used industrial piping components as on-off and flow controlling devices. The main challenge in the design process of this type of valves is the correct dimensioning to ensure proper mechanical performance as well as to minimise flow losses that affect the efficiency of the system. Butterfly valves are typically dimensioned in a closed position based on mechanical approaches considering uniform hydrostatic pressure, whereas the flow losses are analysed by means of CFD simulations. The main limitation of these approaches is that they do not consider either the influence of the dynamics of the manoeuvring stage or coupled phenomena. Recent works have included the influence of the flow on the mechanical behaviour for different opening angles by means of one-way FSI approach. However, these works consider steady-state flow for the selected angles, not capturing the effect of the transient flow evolution during the manoeuvring stage. Two-way FSI modelling approach could allow overcoming such limitations providing more accurate results. Nevertheless, the use of this technique is limited due to the increase in the computational cost. In the present work, the applicability of FSI one-way and two-way approaches is evaluated for the analysis of butterfly valves, showing that not considering fluid-structure coupling involves not capturing the most critical situation for the valve disc.

Keywords: butterfly valves, fluid-structure interaction, one-way approach, two-way approach

Procedia PDF Downloads 153
27467 Collective Behavior of Mice Passing through a Middle-Exit or Corner-Exit under Panic

Authors: Teng Zhang, Xuelin Zhang, Shouxiang Lu, Changhai Li

Abstract:

The existence of animal groups and collective migration are common in nature, and collective behavior is attracting more and more attention of researchers. Previous results have shown that architectural design had an important effect on the process of crowd evacuation. In this paper, collective behavior of mice passing through a middle-exit or corner-exit under panic was investigated. Selfish behavior and herd behavior were easily observed in our video, which caused the congregation with high density near the exit. Triangle structure of congregation formed near the middle-exit while arch structure formed near the corner-exit. It is noteworthy that the exit located at the middle of the wall was more effective for evacuation than at the corner. Meanwhile, the escape sequence of mouse passing through the exit was investigated, and the result showed that the priority depends largely on its location in the congregation. With the level of stimulus increasing, these phenomena still exist. The frequency distributions of time intervals and the burst sizes were also analyzed in this study to explore the secret of collective behavior of mice. These results could provide evidence for the hypothesis or prediction about human behavior in crowd evacuation. However, it is not clear whether the simulated results from different species can correspond to reality or not. Broader comparison among different species about this topic will be eager to be conducted to deepen our understanding of collective behavior in nature.

Keywords: collective behavior, mice, evacuation, exit location

Procedia PDF Downloads 290
27466 Data Mining Approach: Classification Model Evaluation

Authors: Lubabatu Sada Sodangi

Abstract:

The rapid growth in exchange and accessibility of information via the internet makes many organisations acquire data on their own operation. The aim of data mining is to analyse the different behaviour of a dataset using observation. Although, the subset of the dataset being analysed may not display all the behaviours and relationships of the entire data and, therefore, may not represent other parts that exist in the dataset. There is a range of techniques used in data mining to determine the hidden or unknown information in datasets. In this paper, the performance of two algorithms Chi-Square Automatic Interaction Detection (CHAID) and multilayer perceptron (MLP) would be matched using an Adult dataset to find out the percentage of an/the adults that earn > 50k and those that earn <= 50k per year. The two algorithms were studied and compared using IBM SPSS statistics software. The result for CHAID shows that the most important predictors are relationship and education. The algorithm shows that those are married (husband) and have qualification: Bachelor, Masters, Doctorate or Prof-school whose their age is > 41<57 earn > 50k. Also, multilayer perceptron displays marital status and capital gain as the most important predictors of the income. It also shows that individuals that their capital gain is less than 6,849 and are single, separated or widow, earn <= 50K, whereas individuals with their capital gain is > 6,849, work > 35 hrs/wk, and > 27yrs their income will be > 50k. By comparing the two algorithms, it is observed that both algorithms are reliable but there is strong reliability in CHAID which clearly shows that relation and education contribute to the prediction as displayed in the data visualisation.

Keywords: data mining, CHAID, multi-layer perceptron, SPSS, Adult dataset

Procedia PDF Downloads 367
27465 Wave-Assisted Flapping Foil Propulsion: Flow Physics and Scaling Laws From Fluid-Structure Interaction Simulations

Authors: Rajat Mittal, Harshal Raut, Jung Hee Seo

Abstract:

Wave-assisted propulsion (WAP) systems convert wave energy into thrust using elastically mounted hydrofoils. We employ sharp-interface immersed boundary simulations to examine the effect of two key parameters on the flow physics, the fluid-structure interaction, as well as thrust performance of these systems - the stiffness of the torsional spring and the location of the rotational center. The variation in spring stiffness leads to different amplitude of pitch motion, phase difference with respect to heaving motion and thrust coefficient and we show the utility of ‘maps’ of energy exchange between the flow and the hydrofoil system, as a way to understand and predict this behavior. The Force Partitioning Method (FPM) is used to decompose the pressure forces into individual components and understand the mechanism behind increase in thrust. Next, a scaling law is presented for the thrust coefficient generated by heaving and pitching foil. The parameters within the scaling law are calculated based on direct-numerical simulations based parametric study utilized to generate the energy maps. The predictions of the proposed scaling law are then compared with those of a similar model from the literature, showing a noticeable improvement in the prediction of the thrust coefficient.

Keywords: propulsion, flapping foils, hydrodynamics, wave power

Procedia PDF Downloads 43
27464 Developing an Information Model of Manufacturing Process for Sustainability

Authors: Jae Hyun Lee

Abstract:

Manufacturing companies use life-cycle inventory databases to analyze sustainability of their manufacturing processes. Life cycle inventory data provides reference data which may not be accurate for a specific company. Collecting accurate data of manufacturing processes for a specific company requires enormous time and efforts. An information model of typical manufacturing processes can reduce time and efforts to get appropriate reference data for a specific company. This paper shows an attempt to build an abstract information model which can be used to develop information models for specific manufacturing processes.

Keywords: process information model, sustainability, OWL, manufacturing

Procedia PDF Downloads 416
27463 An Interpretable Data-Driven Approach for the Stratification of the Cardiorespiratory Fitness

Authors: D.Mendes, J. Henriques, P. Carvalho, T. Rocha, S. Paredes, R. Cabiddu, R. Trimer, R. Mendes, A. Borghi-Silva, L. Kaminsky, E. Ashley, R. Arena, J. Myers

Abstract:

The continued exploration of clinically relevant predictive models continues to be an important pursuit. Cardiorespiratory fitness (CRF) portends clinical vital information and as such its accurate prediction is of high importance. Therefore, the aim of the current study was to develop a data-driven model, based on computational intelligence techniques and, in particular, clustering approaches, to predict CRF. Two prediction models were implemented and compared: 1) the traditional Wasserman/Hansen Equations; and 2) an interpretable clustering approach. Data used for this analysis were from the 'FRIEND - Fitness Registry and the Importance of Exercise: The National Data Base'; in the present study a subset of 10690 apparently healthy individuals were utilized. The accuracy of the models was performed through the computation of sensitivity, specificity, and geometric mean values. The results show the superiority of the clustering approach in the accurate estimation of CRF (i.e., maximal oxygen consumption).

Keywords: cardiorespiratory fitness, data-driven models, knowledge extraction, machine learning

Procedia PDF Downloads 272
27462 Iron Doping Enhanced Photocatalytic Nitrogen Fixation Performance of WO₃ with Three-Dimensionally Orderd Macroporous Structure

Authors: Xiaoling Ren, Guidong Yang

Abstract:

Ammonia, as one of the largest-volume industrial chemicals, is mostly produced by century-old Haber-Bosch process with extreme conditionsand high-cost. Under the circumstance, researchersarededicated in finding new ways to replace the Haber-Bosch process. Photocatalytic nitrogen fixation is a promising sustainable, clear and green strategy for ammonia synthesis, butit is still a big challenge due to the high activation energy for nitrogen. It is essential to develop an efficient photocatalyst for making this approach industrial application. Constructing chemisorption active sites through defect engineering can be defined as an effective and reliable means to improve nitrogen activation by forming the extraordinary coordination environment and electronic structure. Besides, the construction of three-dimensionally orderdmacroporous (3DOM) structured photocatalyst is considered to be one of effectivestrategiesto improve the activity due to it canincrease the diffusion rate of reactants in the interior, which isbeneficial to the mass transfer process of nitrogen molecules in photocatalytic nitrogen reduction. Herein, Fe doped 3DOM WO₃(Fe-3DOM WO₃) without noble metal cocatalysts is synthesized by a polystyrene-template strategy, which is firstly used for photocatalytic nitrogen fixation. To elucidate the chemical nature of the dopant, the X-ray diffraction (XRD) analysiswas conducted. The pure 3DOM WO₃ has a monoclinic type crystal structure. And no additional peak is observed in Fe doped 3DOM WO₃, indicating that the incorporation of Fe atoms did not result in a secondary phase formation. In order to confirm the morphologies of Fe-3DOM WO₃and 3DOM WO₃, scanning electron microscopy (SEM) was employed. The synthesized Fe-3DOM WO₃and 3DOM WO₃ both exhibit a highly ordered three dimensional inverse opal structure with interconnected pores. From high-resolution TEM image of Fe-3DOM WO₃, the ordered lattice fringes with a spacing of 3.84 Å can be assigned to the (001) plane of WO₃, which is consistent with the XRD results. Finally, the photocatalytic nitrogen reduction performance of 3DOM WO₃ and Fe doped 3DOM WO₃with various Fe contents were examined. As a result, both Fe-3DOM WO₃ samples achieve higher ammonia production rate than that of pure 3DOM WO₃, indicating that the doped Fe plays a critical role in the photocatalytic nitrogen fixation performance. To verify the reaction process upon N2 reduction on the Fe-3DOM WO₃, in-situ diffuse reflectance infrared Fourier-transform spectroscopy was employed to monitor the intermediates. The in-situ DRIFTS spectra of Fe-3DOM WO₃ exhibit the increased signals with the irradiation time from 0–60min in the N2 atmosphere. The above results prove that nitrogen is gradually hydrogenated to produce ammonia over Fe-3DOM WO₃. Thiswork would enrich our knowledge in designing efficient photocatalystsfor photocatalytic nitrogen reduction.

Keywords: ammonia, photocatalytic, nitrogen fixation, Fe doped 3DOM WO₃

Procedia PDF Downloads 151
27461 Dynamic Correlations and Portfolio Optimization between Islamic and Conventional Equity Indexes: A Vine Copula-Based Approach

Authors: Imen Dhaou

Abstract:

This study examines conditional Value at Risk by applying the GJR-EVT-Copula model, and finds the optimal portfolio for eight Dow Jones Islamic-conventional pairs. Our methodology consists of modeling the data by a bivariate GJR-GARCH model in which we extract the filtered residuals and then apply the Peak over threshold model (POT) to fit the residual tails in order to model marginal distributions. After that, we use pair-copula to find the optimal portfolio risk dependence structure. Finally, with Monte Carlo simulations, we estimate the Value at Risk (VaR) and the conditional Value at Risk (CVaR). The empirical results show the VaR and CVaR values for an equally weighted portfolio of Dow Jones Islamic-conventional pairs. In sum, we found that the optimal investment focuses on Islamic-conventional US Market index pairs because of high investment proportion; however, all other index pairs have low investment proportion. These results deliver some real repercussions for portfolio managers and policymakers concerning to optimal asset allocations, portfolio risk management and the diversification advantages of these markets.

Keywords: CVaR, Dow Jones Islamic index, GJR-GARCH-EVT-pair copula, portfolio optimization

Procedia PDF Downloads 243
27460 Determination of Foaming Behavior in Thermoplastic Composite Nonwoven Structures for Automotive Applications

Authors: Zulfiye Ahan, Mustafa Dogu, Elcin Yilmaz

Abstract:

The use of nonwoven textile materials in many application areas is rapidly increasing thanks to their versatile performance properties. The automotive industry is one of the largest sectors in the world with a potential market of more than 2 billion euros for nonwoven textile materials applications. Lightweight materials having higher mechanical performance, better sound and heat insulation properties are of interest in many applications. Since the usage of nonwoven surfaces provides many of these advantages, the demand for this kind of materials is gradually growing especially in the automotive industry. Nonwoven materials used in lightweight vehicles can contain economical and high strength thermoplastics as well as durable components such as glass fiber. By bringing these composite materials into foam structure containing micro or nanopores, products with high absorption ability, light and mechanically stronger can be fabricated. In this respect, our goal is to produce thermoplastic composite nonwoven by using nonwoven glass fiber fabric reinforced polypropylene (PP). Azodicarbonamide (ADC) was selected as a foaming agent and a thermal process was applied to obtain porous structure. Various foaming temperature ranges and residence times were studied to examine the foaming behaviour of the thermoplastic composite nonwoven. Physicochemical and mechanical tests were applied in order to analyze the characteristics of composite foams.

Keywords: composite nonwoven, thermoplastic foams, foaming agent, foaming behavior

Procedia PDF Downloads 221
27459 Dissecting Big Trajectory Data to Analyse Road Network Travel Efficiency

Authors: Rania Alshikhe, Vinita Jindal

Abstract:

Digital innovation has played a crucial role in managing smart transportation. For this, big trajectory data collected from traveling vehicles, such as taxis through installed global positioning system (GPS)-enabled devices can be utilized. It offers an unprecedented opportunity to trace the movements of vehicles in fine spatiotemporal granularity. This paper aims to explore big trajectory data to measure the travel efficiency of road networks using the proposed statistical travel efficiency measure (STEM) across an entire city. Further, it identifies the cause of low travel efficiency by proposed least square approximation network-based causality exploration (LANCE). Finally, the resulting data analysis reveals the causes of low travel efficiency, along with the road segments that need to be optimized to improve the traffic conditions and thus minimize the average travel time from given point A to point B in the road network. Obtained results show that our proposed approach outperforms the baseline algorithms for measuring the travel efficiency of the road network.

Keywords: GPS trajectory, road network, taxi trips, digital map, big data, STEM, LANCE

Procedia PDF Downloads 147
27458 The Impact of Non-Oil Revenue on Nigeria’s Economic Growth and Development

Authors: Abubakar O. Sulaiman

Abstract:

Agriculture was the main stay of Nigeria’s economy before the oil boom of the 1970s caused a gradual but steady shift from agriculture to crude oil as the major source of revenue and foreign exchange. The economy later experienced many symptoms of the 'Dutch disease', with exchange rate appreciation and erosion of competitiveness of the non-oil tradable goods. In order to reverse the worsening economic situations -high unemployment, galloping inflation, deteriorating balance of payment, declining economic growth, and fiscal deficits among others- the government, embarked on austerity measures in 1982 and Structure Adjustment Programme (SAP) in 1986. One of the cornerstones of SAP is the diversification of the economy from oil to non-oil. In the form of stocktaking, this paper investigates the impact of non-oil revenue on economic growth in Nigeria using quarterly time-series data from 1980 to 2019. The findings revealed that a long-run relationship exists between the variables (non-oil variables) and economic growth in Nigeria. Among the variables, (agriculture revenue, manufacturing revenue, revenue from services, and company income tax) contributed substantially to economic growth. The paper recommends that the government should continue to intensify efforts and policies in the diversification of the economy as it will bring about sustainable non-oil revenue and economic growth.

Keywords: non-oil revenue, economic growth, export, long run relationship

Procedia PDF Downloads 144
27457 Bioinformatic Study of Follicle Stimulating Hormone Receptor (FSHR) Gene in Different Buffalo Breeds

Authors: Hamid Mustafa, Adeela Ajmal, Kim EuiSoo, Noor-ul-Ain

Abstract:

World wild, buffalo production is considered as most important component of food industry. Efficient buffalo production is related with reproductive performance of this species. Lack of knowledge of reproductive efficiency and its related genes in buffalo species is a major constraint for sustainable buffalo production. In this study, we performed some bioinformatics analysis on Follicle Stimulating Hormone Receptor (FSHR) gene and explored the possible relationship of this gene among different buffalo breeds and with other farm animals. We also found the evolution pattern for this gene among these species. We investigate CDS lengths, Stop codon variation, homology search, signal peptide, isoelectic point, tertiary structure, motifs and phylogenetic tree. The results of this study indicate 4 different motif in this gene, which are Activin-recp, GS motif, STYKc Protein kinase and transmembrane. The results also indicate that this gene has very close relationship with cattle, bison, sheep and goat. Multiple alignment (MA) showed high conservation of motif which indicates constancy of this gene during evolution. The results of this study can be used and applied for better understanding of this gene for better characterization of Follicle Stimulating Hormone Receptor (FSHR) gene structure in different farm animals, which would be helpful for efficient breeding plans for animal’s production.

Keywords: buffalo, FSHR gene, bioinformatics, production

Procedia PDF Downloads 516
27456 Mitigating Supply Chain Risk for Sustainability Using Big Data Knowledge: Evidence from the Manufacturing Supply Chain

Authors: Mani Venkatesh, Catarina Delgado, Purvishkumar Patel

Abstract:

The sustainable supply chain is gaining popularity among practitioners because of increased environmental degradation and stakeholder awareness. On the other hand supply chain, risk management is very crucial for the practitioners as it potentially disrupts supply chain operations. Prediction and addressing the risk caused by social issues in the supply chain is paramount importance to the sustainable enterprise. More recently, the usage of Big data analytics for forecasting business trends has been gaining momentum among professionals. The aim of the research is to explore the application of big data, predictive analytics in successfully mitigating supply chain social risk and demonstrate how such mitigation can help in achieving sustainability (environmental, economic & social). The method involves the identification and validation of social issues in the supply chain by an expert panel and survey. Later, we used a case study to illustrate the application of big data in the successful identification and mitigation of social issues in the supply chain. Our result shows that the company can predict various social issues through big data, predictive analytics and mitigate the social risk. We also discuss the implication of this research to the body of knowledge and practice.

Keywords: big data, sustainability, supply chain social sustainability, social risk, case study

Procedia PDF Downloads 387
27455 Improving the Analytical Power of Dynamic DEA Models, by the Consideration of the Shape of the Distribution of Inputs/Outputs Data: A Linear Piecewise Decomposition Approach

Authors: Elias K. Maragos, Petros E. Maravelakis

Abstract:

In Dynamic Data Envelopment Analysis (DDEA), which is a subfield of Data Envelopment Analysis (DEA), the productivity of Decision Making Units (DMUs) is considered in relation to time. In this case, as it is accepted by the most of the researchers, there are outputs, which are produced by a DMU to be used as inputs in a future time. Those outputs are known as intermediates. The common models, in DDEA, do not take into account the shape of the distribution of those inputs, outputs or intermediates data, assuming that the distribution of the virtual value of them does not deviate from linearity. This weakness causes the limitation of the accuracy of the analytical power of the traditional DDEA models. In this paper, the authors, using the concept of piecewise linear inputs and outputs, propose an extended DDEA model. The proposed model increases the flexibility of the traditional DDEA models and improves the measurement of the dynamic performance of DMUs.

Keywords: Dynamic Data Envelopment Analysis, DDEA, piecewise linear inputs, piecewise linear outputs

Procedia PDF Downloads 146
27454 A Proposal of Advanced Key Performance Indicators for Assessing Six Performances of Construction Projects

Authors: Wi Sung Yoo, Seung Woo Lee, Youn Kyoung Hur, Sung Hwan Kim

Abstract:

Large-scale construction projects are continuously increasing, and the need for tools to monitor and evaluate the project success is emphasized. At the construction industry level, there are limitations in deriving performance evaluation factors that reflect the diversity of construction sites and systems that can objectively evaluate and manage performance. Additionally, there are difficulties in integrating structured and unstructured data generated at construction sites and deriving improvements. In this study, we propose the Key Performance Indicators (KPIs) to enable performance evaluation that reflects the increased diversity of construction sites and the unstructured data generated, and present a model for measuring performance by the derived indicators. The comprehensive performance of a unit construction site is assessed based on 6 areas (Time, Cost, Quality, Safety, Environment, Productivity) and 26 indicators. We collect performance indicator information from 30 construction sites that meet legal standards and have been successfully performed. And We apply data augmentation and optimization techniques into establishing measurement standards for each indicator. In other words, the KPI for construction site performance evaluation presented in this study provides standards for evaluating performance in six areas using institutional requirement data and document data. This can be expanded to establish a performance evaluation system considering the scale and type of construction project. Also, they are expected to be used as a comprehensive indicator of the construction industry and used as basic data for tracking competitiveness at the national level and establishing policies.

Keywords: key performance indicator, performance measurement, structured and unstructured data, data augmentation

Procedia PDF Downloads 15
27453 Synthesis, Biological Evaluation and Molecular Modeling Studies on Chiral Chloroquine Analogues as Antimalarial Agents

Authors: Srinivasarao Kondaparla, Utsab Debnath, Awakash Soni, Vasantha Rao Dola, Manish Sinha, Kumkum Kumkum Srivastava, Sunil K. Puri, Seturam B. Katti

Abstract:

In a focused exploration, we have designed synthesized and biologically evaluated chiral conjugated new chloroquine (CQ) analogs with substituted piperazines as antimalarial agents. In vitro as well as in vivo studies revealed that compound 7c showed potent activity [for in vitro IC₅₀= 56.98nM (3D7), 97.76nM (K1); for in vivo (up to at the dose of 12.5 mg/kg); SI = 3510] as a new lead of antimalarial agent. Other compounds 6b, 6d, 7d, 7h, 8c, 8d, 9a, and 9c are also showing moderate activity against CQ-sensitive (3D7) strain and superior activity against resistant (K1) strain of P. falciparum. Furthermore, we have carried out docking and 3D-QSAR studies of all in-house data sets (168 molecules) of chiral CQ analogs to explain the structure activity relationships (SAR). Our new findings specified the significance of H-bond interaction with the side chain of heme for biological activity. In addition, the 3D-QSAR study against 3D7 strain indicated the favorable and unfavorable sites of CQ analogs for incorporating steric, hydrophobic and electropositive groups to improve the antimalarial activity.

Keywords: piperazines, CQ-sensitive strain-3D7, in-vitro and in-vivo assay, docking, 3D-QSAR

Procedia PDF Downloads 153
27452 Behavior of Cold Formed Steel in Trusses

Authors: Reinhard Hermawan Lasut, Henki Wibowo Ashadi

Abstract:

The use of materials in Indonesia's construction sector requires engineers and practitioners to develop efficient construction technology, one of the materials used in cold-formed steel. Generally, the use of cold-formed steel is used in the construction of roof trusses found in houses or factories. The failure of the roof truss structure causes errors in the calculation analysis in the form of cross-sectional dimensions or frame configuration. The roof truss structure, vertical distance effect to the span length at the edge of the frame carries the compressive load. If the span is too long, local buckling will occur which causes problems in the frame strength. The model analysis uses various shapes of roof trusses, span lengths and angles with analysis of the structural stiffness matrix method. Model trusses with one-fifth shortened span and one-sixth shortened span also The trusses model is reviewed with increasing angles. It can be concluded that the trusses model by shortening the span in the compression area can reduce deflection and the model by increasing the angle does not get good results because the higher the roof, the heavier the load carried by the roof so that the force is not channeled properly. The shape of the truss must be calculated correctly so the truss is able to withstand the working load so that there is no structural failure.

Keywords: cold-formed, trusses, deflection, stiffness matrix method

Procedia PDF Downloads 148
27451 A Fuzzy TOPSIS Based Model for Safety Risk Assessment of Operational Flight Data

Authors: N. Borjalilu, P. Rabiei, A. Enjoo

Abstract:

Flight Data Monitoring (FDM) program assists an operator in aviation industries to identify, quantify, assess and address operational safety risks, in order to improve safety of flight operations. FDM is a powerful tool for an aircraft operator integrated into the operator’s Safety Management System (SMS), allowing to detect, confirm, and assess safety issues and to check the effectiveness of corrective actions, associated with human errors. This article proposes a model for safety risk assessment level of flight data in a different aspect of event focus based on fuzzy set values. It permits to evaluate the operational safety level from the point of view of flight activities. The main advantages of this method are proposed qualitative safety analysis of flight data. This research applies the opinions of the aviation experts through a number of questionnaires Related to flight data in four categories of occurrence that can take place during an accident or an incident such as: Runway Excursions (RE), Controlled Flight Into Terrain (CFIT), Mid-Air Collision (MAC), Loss of Control in Flight (LOC-I). By weighting each one (by F-TOPSIS) and applying it to the number of risks of the event, the safety risk of each related events can be obtained.

Keywords: F-topsis, fuzzy set, flight data monitoring (FDM), flight safety

Procedia PDF Downloads 151
27450 Aerothermal Analysis of the Brazilian 14-X Hypersonic Aerospace Vehicle at Mach Number 7

Authors: Felipe J. Costa, João F. A. Martos, Ronaldo L. Cardoso, Israel S. Rêgo, Marco A. S. Minucci, Antonio C. Oliveira, Paulo G. P. Toro

Abstract:

The Prof. Henry T. Nagamatsu Laboratory of Aerothermodynamics and Hypersonics, at the Institute for Advanced Studies designed the Brazilian 14-X Hypersonic Aerospace Vehicle, which is a technological demonstrator endowed with two innovative technologies: waverider technology, to obtain lift from conical shockwave during the hypersonic flight; and uses hypersonic airbreathing propulsion system called scramjet that is based on supersonic combustion, to perform flights on Earth's atmosphere at 30 km altitude at Mach numbers 7 and 10. The scramjet is an aeronautical engine without moving parts that promote compression and deceleration of freestream atmospheric air at the inlet through the conical/oblique shockwaves generated during the hypersonic flight. During high speed flight, the shock waves and the viscous forces yield the phenomenon called aerodynamic heating, where this physical meaning is the friction between the fluid filaments and the body or compression at the stagnation regions of the leading edge that converts the kinetic energy into heat within a thin layer of air which blankets the body. The temperature of this layer increases with the square of the speed. This high temperature is concentrated in the boundary-layer, where heat will flow readily from the boundary-layer to the hypersonic aerospace vehicle structure. Fay and Riddell and Eckert methods are applied to the stagnation point and to the flat plate segments in order to calculate the aerodynamic heating. On the understanding of the aerodynamic heating it is important to analyze the heat conduction transfer to the 14-X waverider internal structure. ANSYS Workbench software provides the Thermal Numerical Analysis, using Finite Element Method of the 14-X waverider unpowered scramjet at 30 km altitude at Mach number 7 and 10 in terms of temperature and heat flux. Finally, it is possible to verify if the internal temperature complies with the requirements for embedded systems, and, if is necessary to do modifications on the structure in terms of wall thickness and materials.

Keywords: aerodynamic heating, hypersonic, scramjet, thermal analysis

Procedia PDF Downloads 431
27449 From Modeling of Data Structures towards Automatic Programs Generating

Authors: Valentin P. Velikov

Abstract:

Automatic program generation saves time, human resources, and allows receiving syntactically clear and logically correct modules. The 4-th generation programming languages are related to drawing the data and the processes of the subject area, as well as, to obtain a frame of the respective information system. The application can be separated in interface and business logic. That means, for an interactive generation of the needed system to be used an already existing toolkit or to be created a new one.

Keywords: computer science, graphical user interface, user dialog interface, dialog frames, data modeling, subject area modeling

Procedia PDF Downloads 288
27448 Synthesis and Surface Engineering of Lanthanide Nanoparticles for NIR Luminescence Imaging and Photodynamic Therapy

Authors: Syue-Liang Lin, C. Allen Chang

Abstract:

Luminescence imaging is an important technique used in biomedical research and clinical diagnostic applications in recent years. Concurrently, the development of NIR luminescence probes / imaging contrast agents has helped the understanding of the structural and functional properties of cells and animals. Photodynamic therapy (PDT) is used clinically to treat a wide range of medical conditions, but the therapeutic efficacy of general PDT for deeper tumor was limited by the penetration of excitation source. The tumor targeting biomedical nanomaterials UCNP@PS (upconversion nanoparticle conjugated with photosensitizer) for photodynamic therapy and near-infrared imaging of cancer will be developed in our study. Synthesis and characterization of biomedical nanomaterials were completed in this studies. The spectrum of UCNP was characterized by photoluminescence spectroscopy and the morphology was characterized by Transmission Electron Microscope (TEM). TEM and XRD analyses indicated that these nanoparticles are about 20~50 nm with hexagonal phase. NaYF₄:Ln³⁺ (Ln= Yb, Nd, Er) upconversion nanoparticles (UCNPs) with core / shell structure, synthesized by thermal decomposition method in 300°C, have the ability to emit visible light (upconversion: 540 nm, 660 nm) and near-infrared with longer wavelength (downconversion: NIR: 980 nm, 1525 nm) by absorbing 800 nm NIR laser. The information obtained from these studies would be very useful for applications of these nanomaterials for bio-luminescence imaging and photodynamic therapy of deep tumor tissue in the future.

Keywords: Near Infrared (NIR), lanthanide, core-shell structure, upconversion, theranostics

Procedia PDF Downloads 223
27447 The Nonlinear Optical Properties Analysis of AlPc-Cl Organic Compound

Authors: M. Benhaliliba, A. Ben Ahmed, C.E. Benouis, A.Ayeshamariam

Abstract:

The properties of nonlinear optical NLOs are examined, and the results confirm the 2.19 eV HOMO-LUMO mismatch. In the Al-Pc cluster, certain functional bond lengths and bond angles have been observed. The Quantum chemical method (DFT and TD-DFT) and Vibrational spectra properties of AlPc are studied. X-ray pattern reveals the crystalline structure along with the (242) orientation of the AlPc organic thin layer. UV-Vis shows the frequency selective behavior of the device. The absorbance of such layer exhibits a high value within the UV range and two consecutive peaks within visible range. Spin coating is used to make an organic diode based on the Aluminium-phthalocynanine (AlPc-Cl) molecule. Under dark and light conditions, electrical characterization of Ag/AlPc/Si/Au is obtained. The diode's high rectifying capability (about 1x104) is subsequently discovered. While the height barrier is constant and saturation current is greatly reliant on light, the ideality factor of such a diode increases to 6.9 which confirms the non-ideality of such a device. The Cheung-Cheung technique is employed to further the investigation and gain additional data such as series resistance and barrier height.

Keywords: AlPc-Cl organic material, nonlinear optic, optical filter, diode

Procedia PDF Downloads 120
27446 Optimized Weight Selection of Control Data Based on Quotient Space of Multi-Geometric Features

Authors: Bo Wang

Abstract:

The geometric processing of multi-source remote sensing data using control data of different scale and different accuracy is an important research direction of multi-platform system for earth observation. In the existing block bundle adjustment methods, as the controlling information in the adjustment system, the approach using single observation scale and precision is unable to screen out the control information and to give reasonable and effective corresponding weights, which reduces the convergence and adjustment reliability of the results. Referring to the relevant theory and technology of quotient space, in this project, several subjects are researched. Multi-layer quotient space of multi-geometric features is constructed to describe and filter control data. Normalized granularity merging mechanism of multi-layer control information is studied and based on the normalized scale factor, the strategy to optimize the weight selection of control data which is less relevant to the adjustment system can be realized. At the same time, geometric positioning experiment is conducted using multi-source remote sensing data, aerial images, and multiclass control data to verify the theoretical research results. This research is expected to break through the cliché of the single scale and single accuracy control data in the adjustment process and expand the theory and technology of photogrammetry. Thus the problem to process multi-source remote sensing data will be solved both theoretically and practically.

Keywords: multi-source image geometric process, high precision geometric positioning, quotient space of multi-geometric features, optimized weight selection

Procedia PDF Downloads 270
27445 Consortium Blockchain-based Model for Data Management Applications in the Healthcare Sector

Authors: Teo Hao Jing, Shane Ho Ken Wae, Lee Jin Yu, Burra Venkata Durga Kumar

Abstract:

Current distributed healthcare systems face the challenge of interoperability of health data. Storing electronic health records (EHR) in local databases causes them to be fragmented. This problem is aggravated as patients visit multiple healthcare providers in their lifetime. Existing solutions are unable to solve this issue and have caused burdens to healthcare specialists and patients alike. Blockchain technology was found to be able to increase the interoperability of health data by implementing digital access rules, enabling uniformed patient identity, and providing data aggregation. Consortium blockchain was found to have high read throughputs, is more trustworthy, more secure against external disruptions and accommodates transactions without fees. Therefore, this paper proposes a blockchain-based model for data management applications. In this model, a consortium blockchain is implemented by using a delegated proof of stake (DPoS) as its consensus mechanism. This blockchain allows collaboration between users from different organizations such as hospitals and medical bureaus. Patients serve as the owner of their information, where users from other parties require authorization from the patient to view their information. Hospitals upload the hash value of patients’ generated data to the blockchain, whereas the encrypted information is stored in a distributed cloud storage.

Keywords: blockchain technology, data management applications, healthcare, interoperability, delegated proof of stake

Procedia PDF Downloads 122
27444 Investigation of Structural and Optical Properties of Coal Fly Ash Thin Film Doped with T𝒊O₂ Nanoparticles

Authors: Rawan Aljabbari, Thamer Alomayri, Faisal G. Al-Maqate, Abeer Al Suwat

Abstract:

For environmentally friendly innovative technologies and a sustainable future, fly ash/TiO₂ thin film nanocomposites are essential. Fly ash will be doped with titanium dioxide in this work in order to better understand its optical characteristics and employ it in semiconductor electrical devices. This study focused on the structure, morphology, and optical properties of fly ash/TiO₂ thin films. The spin-coating technique was used to create thin coatings of fly ash/TiO₂. For the first time, the doping of TiO₂ in the fly ash host at ratios of 1, 2, and 3 wt% was investigated with the thickness of all samples fixed. When compared to undoped thin films, the surface morphology of the doped thin films was improved. The weakly crystalline structure of the doped fly ash films was verified by XRD. The optical bandgap energy of these films was successfully reduced by the TiO₂ doping, going from 3.9 to 3.5 eV. With increasing dopant concentration, the value of Urbach energy is increasing. The optical band gap is clearly in opposition to the disorder. While it considerably improved the optical conductivity to a value of 4.1 x 10^9 s^(-1), it also raised the refractive index and extinction coefficient. Depending on the TiO₂ doping ratio, the transmittance decreased, and the reflection increased. As the TiO₂ concentration rises, the absorption of photon energy rises, and the absorption coefficient of photon energy is reduced. results in their possible use as solar energy and semiconductor materials.

Keywords: fly ash, structural analysis, optical properties, morphology

Procedia PDF Downloads 65