Event-Driven Data Mining Techniques for Automotive Fault Diagnosis

Total Page:16

File Type:pdf, Size:1020Kb

Event-Driven Data Mining Techniques for Automotive Fault Diagnosis 21st International Workshop on Principles of Diagnosis, 2010 Event-driven Data Mining Techniques for Automotive Fault Diagnosis Chaitanya Sankavaram1, Anuradha Kodali1, Diego Fernando Martinez Ayala1, Krishna Pattipati1, Satnam Singh2, and Pulak Bandyopadhyay2 1 Electrical and Computer Engineering, University of Connecticut, Storrs, CT 06269 USA E-mail: [email protected] 2 Diagnosis & Prognosis Group, India Science Lab, General Motors Global Research and Development, GM Technical Centre India Pvt Ltd, Bangalore, INDIA E-mail: [email protected] ABSTRACT Automotive OEMs collect a variety of on-board vehicle health data via telematics and off-board data via dealer The increasing sophistication of electronics in diagnostics services. These data sources acquire vehicular systems is providing the necessary different types of vehicle data at different sampling information to perform data-driven rates. For example, dealer diagnostic data is collected diagnostics. Specifically, the advances in when a vehicle comes for repair at a dealer shop; the automobiles enable periodic acquisition of warranty data, collected infrequently, includes the data from telematics services and the diagnostic trouble codes (DTCs), freeze frame data associated dealer diagnostic data from (engineering variables/PIDs), repairs/replacement vehicles; this requires a data-driven actions, and structured/unstructured text in the form of framework that can detect component customer verbatim. The fleet data is collected at a degradations and isolate the root causes of much higher sampling frequency (e.g., every few failures. The event-driven data consists of ignition cycles) for overall health of vehicle diagnostic trouble codes (DTCs) and the subsystems, such as the engine and/or transmission concomitant parameter identifiers (PIDs) system, emission system, airbag system, anti-lock brake collected from various sensors, customer system, tire pressure; this data is gathered even when complaints (CCs), and labor codes (LCs) the vehicle is functioning normally. However, what is associated with the repair. In this paper, we needed is an early warning capability that continuously discuss a systematic data-driven diagnostic monitors the data, detects, isolates and estimates the framework featuring data pre-processing, data severity of faults (viz., fault detection and diagnosis) visualization, clustering, classification, and based on models that includes cross-subsystem fault fusion techniques and apply it to field failure propagation effects, and relates the detected datasets. The results demonstrated that the degradations in vehicles to accurate remaining life-time support vector machine (SVM) classifier with predictions (viz., prognosis) of replaceable DTCs and customer complaints as features components. provides the best accuracy (74.3%) compared Methods for fault diagnosis can be classified as to any other classifier and that a tree- being associated with one or more of the following structured classifier with SVM as the base three approaches: model-based, knowledge-based, or classifier at each node achieves approximately data-driven. What if a mathematical model (for model- 75.2% diagnostic accuracy. based diagnosis) or cause-effect graph model of system failures and their manifestations (for knowledge-based approach to diagnosis) is not available? The Data- 1 INTRODUCTION driven approach to fault diagnosis is an alternative, The relentless competition among automotive OEMs, provided that system monitoring data is available. A increased demands from customers for dynamically- data-driven approach to fault diagnosis has close controlled safety systems and growing dependence on relationship with pattern recognition, wherein one electronics are creating the need for a continuous learns classification rules directly from the data, rather monitoring system that tracks and identifies the trends than using mathematical models or a knowledge-based and sources of component degradations prior to failure. approach. Due to its simplicity and adaptability, 1 21st International Workshop on Principles of Diagnosis, 2010 Fig. 1. Diagnostic Process Overview customization of a data-driven approach does not viz., its inability to diagnose anticipated, but require an in-depth knowledge of the system. However, unobserved faults. We recommend that a recursive data-driven techniques provide no information on classifier should be developed that can incrementally unobserved faults, even though they may be anticipated adapt with the observed cases for unanticipated faults. (Sankavaram et. al., 2009). The proposed diagnostic process is generic; it can be In this paper, we propose a systematic data-driven applied to a wide range of subsystems across vehicle diagnostic framework for fault diagnosis. The key types and models. We demonstrate the process on two features of the proposed framework include data pre- datasets (dataset 1 and dataset 2) gleaned from field processing, visualization, clustering, classification, and failure databases. fusion algorithms to detect and isolate faults and to The paper is organized as follows: In Section 2, we reduce no-trouble found rates and warranty costs. describe our data-driven diagnostic framework. In Often, the data acquired via onboard diagnostic systems Section 3, we describe the characteristics of the (telematics), dealer diagnostics etc., require data pre- datasets, demonstrate our proposed framework and processing techniques in order to process the DTCs, discuss the classification results. Finally, the paper engineering variables and the vehicle information. concludes with a summary in Section 4. Hence, the data-preprocessing technique plays a crucial role in fault diagnosis. Furthermore, in order to 2 DATA-DRIVEN DIAGNOSTIC diagnose the faults of interest, a number of classifier FRAMEWORK techniques are employed, viz., support vector machines (SVM), probabilistic neural network (PNN), Gaussian Our data-driven diagnostic framework, shown in Fig. 1, mixture models (GMM), k-nearest neighbor (KNN) consists of visualization, feature selection, clustering, classifier and so on (Bishop, 2006; Duda et al., 2001). classification, and fusion techniques. Each process is The diagnostic process also exploits clustering explained in detail in the following subsections. techniques, such as Principal Component Analysis (PCA), Partial Least Squares (PLS) and Linear Vector 2.1 Graphical Visualization of Data Quantization (LVQ) especially to cluster/ group the ambiguous faults in order to improve the classification Data visualization helps in assessing the level of accuracy. Furthermore, by examining the confusion difficulty of classification problem and also helps in matrices, we suggest a tree-structured classifier, where selecting data pre-processing techniques for better the ambiguous labor codes (LCs) are grouped together diagnosis (e.g., grouping or subdividing labor codes, and a classifier is applied on the subset of LCs. We also etc.). We employed a variety of data visualization illustrate a major limitation of data-driven approaches, techniques viz., Self Organizing Map (SOM), PCA, 2 21st International Workshop on Principles of Diagnosis, 2010 Fig. 2. Histograms of Top PID, DTCs and Customer Complaints PLS, histograms, etc., as part of our diagnostic process. n( O , LC ) 1 Pˆ(/) O LC ji (2) For instance, Fig. 2 shows the histograms of the top jin( LC ) | LC | PID and DTCs conditioned on the LCs. We could i observe that the DTCs (also CCs) may provide better where |LC| is the number of labor codes. The isolation of labor codes when compared to the top PID dependency matrix can be either binary (0 or 1 (hard)) alone (according to information gain criterion) because or probabilistic (soft). These fault models provide an there is no significant overlap of labor codes with alternative method for inferring the LCs from the DTCs and CCs. This is borne out by our classification classified DTCs or CCs (see Fig1). analysis later. 2.3 Feature Selection 2.2 Bi-partite Fault models The main idea of feature selection is to choose a subset of PIDs by eliminating those with little or no predictive Fault model is a probabilistic dependency matrix which information. We rank ordered PIDs via mutual depicts the cause-effect relationships between the information gain algorithm and selected the minimum failure modes (LCs) and the tests (DTCs, CCs). We number of PIDs required for classification based on the have derived the fault models between (i) LCs and diagnostic accuracy on test case data. The mutual DTCs, (ii) LCs and CCs, and (iii) LCs and DTC-CC information (MI) (Cover et. al., 1991) between a combinations via maximum likelihood estimation of feature, F and a class, C is given by, probabilities given by, p( F | C ) MIFC(,) PCpFC ()[(|)log dF ] (3) nij n(,) O j LC i pF() pˆ Pˆ(/) O LC (1) C F ijn j i n() LC iiHistograms of relevant probability density functions where Oj is DTCj or CCj or (DTC,CC)j, nij is the number from data are used to compute (3). We seek minimum of times Oj is associated with LCi and ni is the total number of PIDs to decrease the implementation number of observed cases with LCi. In order to avoid complexity of classification approaches. the problem with ML estimate i.e., the possibility of having a zero probability because of an unseen 2.4 Classification combination of (O LC ) in the training data, we use j, j Our framework features a number of statistical Laplacian smoothing (Metzler et al., 2004) given by, 3 21st International Workshop
Recommended publications
  • Latent Class Analysis to Classify Patients with Transthyretin Amyloidosis by Signs and Symptoms
    Neurol Ther DOI 10.1007/s40120-015-0028-y ORIGINAL RESEARCH Latent Class Analysis to Classify Patients with Transthyretin Amyloidosis by Signs and Symptoms Jose Alvir . Michelle Stewart . Isabel Conceic¸a˜o To view enhanced content go to www.neurologytherapy-open.com Received: February 21, 2015 Ó The Author(s) 2015. This article is published with open access at Springerlink.com ABSTRACT status measures for the latent classes were examined. Introduction: The aim of this study was to Results: A four-class latent class solution was develop an empirical approach to classifying thebestfitforthedata.Thelatentclasseswere patients with transthyretin amyloidosis (ATTR) characterized by the predominant symptoms based on clinical signs and symptoms. as severe neuropathy/severe autonomic, Methods: Data from 971 symptomatic subjects moderate to severe neuropathy/low to enrolled in the Transthyretin Amyloidosis moderate autonomic involvement, severe Outcomes Survey were analyzed using a latent cardiac, and moderate to severe neuropathy. class analysis approach. Differences in health Incorporating disease duration improved the model fit. It was found that measures of health Electronic supplementary material The online status varied by latent class in interpretable version of this article (doi:10.1007/s40120-015-0028-y) contains supplementary material, which is available to patterns. authorized users. Conclusion: This latent class analysis approach On behalf of the THAOS Investigators. offered promise in categorizing patients with ATTR across the spectrum of disease. The four- Trial registration: ClinicalTrials.gov number, class latent class solution included disease NCT00628745. duration and enabled better detection of J. Alvir (&) heterogeneity within and across genotypes Statistical Center for Outcomes, Real-World and than previous approaches, which have tended Aggregate Data, Global Medicines Development, Global Innovative Pharma Business, Pfizer, Inc., to classify patients a priori into neuropathic, New York, NY, USA cardiac, and mixed groups.
    [Show full text]
  • Annona Coriacea Mart. Fractions Promote Cell Cycle Arrest and Inhibit Autophagic Flux in Human Cervical Cancer Cell Lines
    molecules Article Annona coriacea Mart. Fractions Promote Cell Cycle Arrest and Inhibit Autophagic Flux in Human Cervical Cancer Cell Lines Izabela N. Faria Gomes 1,2, Renato J. Silva-Oliveira 2 , Viviane A. Oliveira Silva 2 , Marcela N. Rosa 2, Patrik S. Vital 1 , Maria Cristina S. Barbosa 3,Fábio Vieira dos Santos 3 , João Gabriel M. Junqueira 4, Vanessa G. P. Severino 4 , Bruno G Oliveira 5, Wanderson Romão 5, Rui Manuel Reis 2,6,7,* and Rosy Iara Maciel de Azambuja Ribeiro 1,* 1 Experimental Pathology Laboratory, Federal University of São João del Rei—CCO/UFSJ, Divinópolis 35501-296, Brazil; [email protected] (I.N.F.G.); [email protected] (P.S.V.) 2 Molecular Oncology Research Center, Barretos Cancer Hospital, Barretos 14784-400, Brazil; [email protected] (R.J.S.-O.); [email protected] (V.A.O.S.); [email protected] (M.N.R.) 3 Laboratory of Cell Biology and Mutagenesis, Federal University of São João del Rei—CCO/UFSJ, Divinópolis 35501-296, Brazil; [email protected] (M.C.S.B.); [email protected] (F.V.d.S.) 4 Special Academic Unit of Physics and Chemistry, Federal University of Goiás, Catalão 75704-020, Brazil; [email protected] (J.G.M.J.); [email protected] (V.G.P.S.) 5 Petroleomic and forensic chemistry laboratory, Department of Chemistry, Federal Institute of Espirito Santo, Vitória, ES 29075-910, Brazil; [email protected] (B.G.O.); [email protected] (W.R.) 6 Life and Health Sciences Research Institute (ICVS), Medical School, University of Minho, 4710-057 Braga, Portugal 7 3ICVS/3B’s-PT Government Associate Laboratory, 4710-057 Braga, Portugal * Correspondence: [email protected] (R.M.R.); [email protected] (R.I.M.d.A.R.); Tel.: +55-173-321-6600 (R.M.R.); +55-3736-904-484 or +55-3799-1619-155 (R.I.M.d.A.R.) Received: 25 September 2019; Accepted: 29 October 2019; Published: 1 November 2019 Abstract: Plant-based compounds are an option to explore and perhaps overcome the limitations of current antitumor treatments.
    [Show full text]
  • DNV Classification Note 31.2 Strength Analysis of Hull Structure in Roll
    CLASSIFICATION NOTES No. 31.2 STRENGTH ANALYSIS OF HULL STRUCTURE IN ROLL ON/ROLL OFF SHIPS AND CAR CARRIERS APRIL 2011 The content of this service document is the subject of intellectual property rights reserved by Det Norske Veritas AS (DNV). The user accepts that it is prohibited by anyone else but DNV and/or its licensees to offer and/or perform classification, certification and/or verification services, including the issuance of certificates and/or declarations of conformity, wholly or partly, on the basis of and/or pursuant to this document whether free of charge or chargeable, without DNV's prior written consent. DNV is not responsible for the consequences arising from any use of this document by others. DET NORSKE VERITAS Veritasveien 1, NO-1322 Høvik, Norway Tel.: +47 67 57 99 00 Fax: +47 67 57 99 11 FOREWORD DET NORSKE VERITAS (DNV) is an autonomous and independent foundation with the objectives of safeguarding life, property and the environment, at sea and onshore. DNV undertakes classification, certification, and other verification and consultancy services relating to quality of ships, offshore units and installations, and onshore industries worldwide, and carries out research in relation to these functions. Classification Notes Classification Notes are publications that give practical information on classification of ships and other objects. Examples of design solutions, calculation methods, specifications of test procedures, as well as acceptable repair methods for some components are given as interpretations of the more general rule requirements. All publications may be downloaded from the Society’s Web site http://www.dnv.com/. The Society reserves the exclusive right to interpret, decide equivalence or make exemptions to this Classification Note.
    [Show full text]
  • Integrative Genomic Characterization Identifies Molecular Subtypes of Lung Carcinoids
    Published OnlineFirst July 12, 2019; DOI: 10.1158/0008-5472.CAN-19-0214 Cancer Genome and Epigenome Research Integrative Genomic Characterization Identifies Molecular Subtypes of Lung Carcinoids Saurabh V. Laddha1, Edaise M. da Silva2, Kenneth Robzyk2, Brian R. Untch3, Hua Ke1, Natasha Rekhtman2, John T. Poirier4, William D. Travis2, Laura H. Tang2, and Chang S. Chan1,5 Abstract Lung carcinoids (LC) are rare and slow growing primary predominately found at peripheral and endobronchial lung, lung neuroendocrine tumors. We performed targeted exome respectively. The LC3 subtype was diagnosed at a younger age sequencing, mRNA sequencing, and DNA methylation array than LC1 and LC2 subtypes. IHC staining of two biomarkers, analysis on macro-dissected LCs. Recurrent mutations were ASCL1 and S100, sufficiently stratified the three subtypes. enriched for genes involved in covalent histone modification/ This molecular classification of LCs into three subtypes may chromatin remodeling (34.5%; MEN1, ARID1A, KMT2C, and facilitate understanding of their molecular mechanisms and KMT2A) as well as DNA repair (17.2%) pathways. Unsuper- improve diagnosis and clinical management. vised clustering and principle component analysis on gene expression and DNA methylation profiles showed three robust Significance: Integrative genomic analysis of lung carcinoids molecular subtypes (LC1, LC2, LC3) with distinct clinical identifies three novel molecular subtypes with distinct clinical features. MEN1 gene mutations were found to be exclusively features and provides insight into their distinctive molecular enriched in the LC2 subtype. LC1 and LC3 subtypes were signatures of tumorigenesis, diagnosis, and prognosis. Introduction of Ki67 between ACs and TCs does not enable reliable stratification between well-differentiated LCs (6, 7).
    [Show full text]
  • Validating the Redmit/GFP-LC3 Mouse Model by Studying Mitophagy in Autosomal Dominant Optic Atrophy Due to the OPA1Q285STOP Mutation
    ORIGINAL RESEARCH published: 19 September 2018 doi: 10.3389/fcell.2018.00103 Validating the RedMIT/GFP-LC3 Mouse Model by Studying Mitophagy in Autosomal Dominant Optic Atrophy Due to the OPA1Q285STOP Mutation Alan Diot 1, Thomas Agnew 2, Jeremy Sanderson 2, Chunyan Liao 3, Janet Carver 1, Ricardo Pires das Neves 4, Rajeev Gupta 5, Yanping Guo 6, Caroline Waters 7, Sharon Seto 7, Matthew J. Daniels 8, Eszter Dombi 1, Tiffany Lodge 1, Karl Morten 1, Suzannah A. Williams 1, Tariq Enver 5, Francisco J. Iborra 9, Marcela Votruba 7 and Joanna Poulton 1* 1 Nuffield Department of Women’s and Reproductive Health, University of Oxford, Oxford, United Kingdom, 2 Sir William Dunn Edited by: School of Pathology, University of Oxford, Oxford, United Kingdom, 3 Molecular Biology and Biotechnology, University of Nuno Raimundo, Sheffield, Sheffield, United Kingdom, 4 Centro de Neurociências e Biologia Celular (CNC), Coimbra, Portugal, 5 UCL Cancer Universitätsmedizin Göttingen, Institute, University College London, London, United Kingdom, 6 National Heart and Lung Institute, Imperial College London, Germany London, United Kingdom, 7 School of Optometry and Vision Sciences, Cardiff University, Cardiff, United Kingdom, 8 Division Reviewed by: of Cardiovascular Medicine, Radcliffe Department of Medicine, University of Oxford, Headington, United Kingdom, 9 Centro Carsten Merkwirth, Nacional de Biotecnología, CSIC, Madrid, Spain Ferring Research Institute, Inc., United States Nabil Eid, Background: Autosomal dominant optic atrophy (ADOA) is usually caused by Osaka Medical College, Japan mutations in the essential gene, OPA1. This encodes a ubiquitous protein involved Brett Anthony Kaufman, University of Pittsburgh, United States in mitochondrial dynamics, hence tissue specificity is not understood.
    [Show full text]
  • Sledge Hockey
    SLEDGE HOCKEY... PAST TO PRESENT HockeyCanada.ca/SledgeHockey Table of Contents Introduction .................................................3 Appendix 6. History of the Paralympic Games .......................12 Lesson 1. People With Disabilities .................................4 Appendix 7. About Sledge Hockey ................................13 Lesson 2. History of the Paralympic Games ..........................5 Appendix 8. Sledge Hockey Timeline ..............................14 Lesson 3. Computer Lab ........................................6 Appendix 9. World Sledge Hockey Challenge Schedule .................15 Lesson 4. Video: Sledhead ......................................6 Appendix 10. Resource Summary ................................15 Activity 1. Learn to Sledge.......................................7 Activity 2. See the Sport Live! ....................................7 Hockey Canada greatly acknowledges the following individuals for their contribu- Appendix 1 Specific Disabilities ..................................8 tion to the manual: Appendix 2. Inclusion and Equity..................................9 Todd Sargeant - President, Ontario Sledge Hockey Association / Chair, 2011 Appendix 3. The Role of Sport ....................................9 World Sledge Hockey Challenge Appendix 4. Sports of the Paralympics.............................10 Jackie Martin - Tourism London, Sport Tourism Assistant Appendix 5. The International Paralympic Committee ..................12 © Copyright 2011 by Hockey Canada HockeyCanada.ca/SledgeHockey
    [Show full text]
  • The Novel Antitumor Compound HCA Promotes Glioma Cell Death by Inducing Endoplasmic Reticulum Stress and Autophagy
    cancers Article The Novel Antitumor Compound HCA Promotes Glioma Cell Death by Inducing Endoplasmic Reticulum Stress and Autophagy Roberto Beteta-Göbel 1,2 , Javier Fernández-Díaz 1,2, Laura Arbona-González 1, Raquel Rodríguez-Lorca 1,2, Manuel Torres 1, Xavier Busquets 1, Paula Fernández-García 2, Pablo V. Escribá 1,2 and Victoria Lladó 1,* 1 Laboratory of Molecular Cell Biomedicine, Department of Biology, University of the Balearic Islands, 07122 Palma de Mallorca, Spain; [email protected] (R.B.-G.); [email protected] (J.F.-D.); [email protected] (L.A.-G.); [email protected] (R.R.-L.); [email protected] (M.T.); [email protected] (X.B.); [email protected] (P.V.E.) 2 Department of R&D, Laminar Pharmaceuticals, Isaac Newton, 07121 Palma de Mallorca, Spain; [email protected] * Correspondence: [email protected] Simple Summary: Melitherapy is an innovative therapeutic approach to treat different diseases, including cancer, and it is based on the regulation of cell membrane composition and structure, which modulates relevant signal pathways. In this context, 2-hydroxycervonic acid (HCA) was designed for patients with cancer or other pathologies who have received ineffective and safe treatment. Here, we have tested the effects of HCA on glioblastoma cells and xenograft tumors (mice). HCA appeared Citation: Beteta-Göbel, R.; to enhance endoplasmic reticulum stress/unfolded protein response signaling, which consequently Fernández-Díaz, J.; Arbona-González, induced autophagic cell death of the glioblastoma tumor cells. In light of the data obtained, it would L.; Rodríguez-Lorca, R.; Torres, M.; clearly be worthwhile to undertake more clinically orientated studies to fully assess the potential of Busquets, X.; Fernández-García, P.; HCA to combat glioblastoma in patients.
    [Show full text]
  • IAEA TECDOC SERIES Integrated Integrated of Mechanical Components for Fusion to Safety Classification Approach Applications
    IAEA-TECDOC-1851 IAEA-TECDOC-1851 IAEA TECDOC SERIES Integrated Approach to Safety Classification of Mechanical Components for Fusion ApplicationsApproach to Safety Classification of Mechanical Components for Fusion Integrated IAEA-TECDOC-1851 Integrated Approach to Safety Classification of Mechanical Components for Fusion Applications International Atomic Energy Agency Vienna ISBN 978-92-0-105518-7 ISSN 1011–4289 @ INTEGRATED APPROACH TO SAFETY CLASSIFICATION OF MECHANICAL COMPONENTS FOR FUSION APPLICATIONS The following States are Members of the International Atomic Energy Agency: AFGHANISTAN GERMANY PALAU ALBANIA GHANA PANAMA ALGERIA GREECE PAPUA NEW GUINEA ANGOLA GRENADA PARAGUAY ANTIGUA AND BARBUDA GUATEMALA PERU ARGENTINA GUYANA PHILIPPINES ARMENIA HAITI POLAND AUSTRALIA HOLY SEE PORTUGAL AUSTRIA HONDURAS QATAR AZERBAIJAN HUNGARY REPUBLIC OF MOLDOVA BAHAMAS ICELAND ROMANIA BAHRAIN INDIA BANGLADESH INDONESIA RUSSIAN FEDERATION BARBADOS IRAN, ISLAMIC REPUBLIC OF RWANDA BELARUS IRAQ SAINT VINCENT AND BELGIUM IRELAND THE GRENADINES BELIZE ISRAEL SAN MARINO BENIN ITALY SAUDI ARABIA BOLIVIA, PLURINATIONAL JAMAICA SENEGAL STATE OF JAPAN SERBIA BOSNIA AND HERZEGOVINA JORDAN SEYCHELLES BOTSWANA KAZAKHSTAN SIERRA LEONE BRAZIL KENYA SINGAPORE BRUNEI DARUSSALAM KOREA, REPUBLIC OF SLOVAKIA BULGARIA KUWAIT SLOVENIA BURKINA FASO KYRGYZSTAN SOUTH AFRICA BURUNDI LAO PEOPLE’S DEMOCRATIC SPAIN CAMBODIA REPUBLIC SRI LANKA CAMEROON LATVIA SUDAN CANADA LEBANON SWEDEN CENTRAL AFRICAN LESOTHO SWITZERLAND REPUBLIC LIBERIA CHAD LIBYA SYRIAN ARAB REPUBLIC
    [Show full text]
  • Human LC3 and GABARAP Subfamily Members Achieve Functional Specificity Via Specific Structural Modulations
    Autophagy ISSN: 1554-8627 (Print) 1554-8635 (Online) Journal homepage: https://www.tandfonline.com/loi/kaup20 Human LC3 and GABARAP subfamily members achieve functional specificity via specific structural modulations Nidhi Jatana, David B. Ascher, Douglas E.V. Pires, Rajesh S. Gokhale & Lipi Thukral To cite this article: Nidhi Jatana, David B. Ascher, Douglas E.V. Pires, Rajesh S. Gokhale & Lipi Thukral (2019): Human LC3 and GABARAP subfamily members achieve functional specificity via specific structural modulations, Autophagy, DOI: 10.1080/15548627.2019.1606636 To link to this article: https://doi.org/10.1080/15548627.2019.1606636 View supplementary material Accepted author version posted online: 14 Apr 2019. Published online: 28 Apr 2019. Submit your article to this journal Article views: 568 View related articles View Crossmark data Citing articles: 3 View citing articles Full Terms & Conditions of access and use can be found at https://www.tandfonline.com/action/journalInformation?journalCode=kaup20 AUTOPHAGY https://doi.org/10.1080/15548627.2019.1606636 RESEARCH PAPER Human LC3 and GABARAP subfamily members achieve functional specificity via specific structural modulations Nidhi Jatanaa, David B. Ascher b,c,d, Douglas E.V. Pires b,d, Rajesh S. Gokhalea,e, and Lipi Thukral a,f,g aCSIR-Institute of Genomics and Integrative Biology, New Delhi, India; bDepartment of Biochemistry and Molecular Biology, Bio21 Institute, University of Melbourne, Melbourne, Victoria, Australia; cDepartment of Biochemistry, University of Cambridge, Cambridgeshire, UK; dInstituto René Rachou, Fundação Oswaldo Cruz, Belo Horizonte, Brazil; eNational Institute of Immunology, New Delhi, India; fAcademy of Scientific and Innovative Research (AcSIR), CSIR- Institute of Genomics and Integrative Biology, New Delhi, India; gInterdisciplinary Center for Scientific Computing, University of Heidelberg, Heidelberg, Germany ABSTRACT ARTICLE HISTORY Autophagy is a conserved adaptive cellular pathway essential to maintain a variety of physiological Received 29 March 2018 functions.
    [Show full text]
  • IPC Classification
    A guide to current Internaonal Paralympic Commiee Classificaons Archery is open to athletes with a physical impairment and classificaon is broken up into three classes: ARW1: spinal cord and cerebral palsy athletes with impairment in all four limbs ARW2: wheelchair users with full arm funcon ARST (standing): athletes who have no impairments in their arms but who have some impairment in their legs. This group also includes amputees, les autres and cerebral palsy standing athletes. Some athletes in the standing group will sit on a high stool for support but will sll have their feet touching the ground. Athlecs uses a system of leers and numbers is used to disnguish between them. A leer F is for field athletes, T represents those who compete on the track, and the number shown refers to their impairment. 11-13: track and field athletes who are visually impaired 20: track and field athletes who are intellectually disabled 31-38: track and field athletes with cerebral palsy 41-46: track and field amputees and les autres T 51-56: wheelchair track athletes F 51-58: wheelchair field athletes Blind athletes compete in class 11 and are permied to run with a sighted guide, while field athletes in the class are allowed the use of acousc signals, for example electronic noises, clapping or voices, if they compete in the 100m, long jump or triple jump. Athletes in classes 42, 43 and 44 must wear a prosthesis while compeng, but this is oponal for classes 45 and 46. Boccia (a bowling game) is open to athletes with cerebral palsy and other severe physical impairments (eg, muscular dystrophy) who compete from a wheelchair, with classificaon split into four classes: BC1 : Athletes may compete with the help of an assistant, who must remain outside the athlete's playing box.
    [Show full text]
  • Strength Analysis of Hull Structures in Bulk Carriers
    CLASSIFICATION NOTES No. 31.1 STRENGTH ANALYSIS OF HULL STRUCTURES IN BULK CARRIERS JUNE 1999 DET N ORS KE VERIT AS Vcritasveien 1, N-1322 Hfl!vik, Norway Tel.: +47 67 57 99 00 Fax: +47 67 57 99 11 FOREWORD DET NORSKE VERJTAS is an autonomous and independent Foundation with the objective of safeguarding life, property and the environment at sea and ashore. DET NORSKE VERlTAS AS is a fully owned subsidiary Society of the Foundation. It undertakes classification and certification of ships, mobile offshore units, fixed oftshore structures, facilities and systems for shipping and other industries. The Society also carries out research and' development associated with these functions. DET NORSKE VERITAS operates a worldwide network ot survey stations and is authorised by more than 120 national administrations to carry out surveys and, in most cases, issue certificates on their behalf. Classification Notes Classification Notes are publications that give practical information on classification of ships and other objects. Examples of design solutions, calculation methods, specifications of test procedures, as well as acceptahle repair methods for some components are given as interpretations of the more general rule requirements. A list of Classification Notes is found in the latest edi6on of the Introduction booklets to the "Rules for Classification of Ships", the "Rules for Classification of Mobile Offshore Units" and the "Rules for Classification of High Speed and Light Craft". In "Rules for Classification of Fixed Offshore Installations", only those Classification Notes that are relevant for this type of structure, have been listed. The list of Classification Notes is also included in the current "Classification Services - Publications" issued by the Society, which is available on request.
    [Show full text]
  • Para-Cycling Para-Cycling Is Cycling for People with Impairments Resulting from a Health Condition (Disability)
    Paralympic Sport Information Para-Cycling Para-Cycling is cycling for people with impairments resulting from a health condition (disability). Para-Athletes with physical impairments either compete on handcycles, tricycles or bicycles, while those with a visual impairment compete on tandems with a sighted ‘pilot’. Para-Cycling is divided into track and road events, with seven events in total. Classification In Para-Sport classification provides the structure for fair and equitable competition to ensure that winning is determined by skill, fitness, power, endurance, tactical ability and mental focus – the same factors that account for success in sport for able-bodied athletes. The Para-Sport classification assessment process identifies the eligibility of each Para-Athlete’s impairment, and groups them into a sport class according to the degree of activity limitation resulting from their impairment. Classification is sport-specific as an eligible impairment affects a Para-Athlete’s ability to perform in different sports to a different extent. Each Para-Sport has a different classification system. More information on classification and sport classes is available under ‘Classification detail’ below. Qualification – the road to Rio Qualification to secure spots at the Paralympic Games is based on a nation’s ranking in the UCI Para- Cycling Road and Track ‘Combined’ Nations Ranking Allocation system. Para-Athletes generate qualifying points for their nation, which contribute to their nation’s world ranking, by competing at Union Cycliste Internationale (UCI) recognised events between 1 January 2014 and 21 March 2016. The number of qualifying spots for New Zealand is expected to be announced in early April 2016.
    [Show full text]