nih-gov/www.ncbi.nlm.nih.gov/datasets/cgr/working-group/index.html

793 lines
41 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" >
<head >
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- UA-68648221-3 -->
<!-- Favicons -->
<link rel="shortcut icon" type="image/ico" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon.ico" />
<link rel="icon" type="image/png" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon.png" />
<!-- 192x192, as recommended for Android
http://updates.html5rocks.com/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
-->
<link rel="icon" type="image/png" sizes="192x192" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon-192.png" />
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon-57.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon-72.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon-114.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon-144.png">
<!-- Stylesheets -->
<script>
const consoleError = console.error;
const SUPPRESSED_ERRORS = ['Support for defaultProps will', 'jQuery.Deferred exception'];
console.error = function filterWarnings(msg, ...args) {
if (!SUPPRESSED_ERRORS.some((entry) => msg.includes(entry))) {
consoleError(msg, ...args);
}
};
const consoleWarn = console.warn;
const SUPPRESSED_WARNINGS = ['jQuery.Deferred exception'];
console.warn = function filterWarnings(msg, ...args) {
if (!SUPPRESSED_WARNINGS.some((entry) => msg.includes(entry))) {
consoleWarn(msg, ...args);
}
};
</script>
<link rel="stylesheet" href="/datasets/static/nwds/css/nwds.css" />
<link rel="stylesheet" href="/datasets/static/nwds/css/header.css" />
<link rel="stylesheet" href="/datasets/static/nwds/css/footer.css" />
<link href="/datasets/static/bundles/ncbi_standards.66b6a1d7ebc1f9ec9d72.css" rel="stylesheet" />
<link href="/datasets/static/bundles/cgr_static.437c5c7cf29c7ca91ba0.css" rel="stylesheet" />
<title>Board of Regents Working Group (BoR WG) members - NCBI - NLM</title>
<!-- meta tags -->
<link rel="canonical" href="https://www.ncbi.nlm.nih.gov/comparative-genomics-resource/working-group/" />
<meta name="robots" content="index,follow,noarchive"/>
<meta name="description" content="Meet the members of the NLM Board of Regents Working Group (BoR WG) for the NIH Comparative Genomics Resource (CGR)"/>
<meta name="keywords" content="CGR, NIH comparative genomics resource, NLM board of regents working group, BoR WG"/>
<meta property="og:url" content="https://www.ncbi.nlm.nih.gov/comparative-genomics-resource/working-group/"/>
<meta property="og:title" content="Board of Regents Working Group (BoR WG) members"/>
<meta property="og:description" content="Meet the members of the NLM Board of Regents Working Group (BoR WG) for the NIH Comparative Genomics Resource (CGR)"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="NCBI"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:url" content="https://www.ncbi.nlm.nih.gov/comparative-genomics-resource/working-group/"/>
<meta name="twitter:title" content="Board of Regents Working Group (BoR WG) members"/>
<meta name="twitter:description" content="Meet the members of the NLM Board of Regents Working Group (BoR WG) for the NIH Comparative Genomics Resource (CGR)"/>
<meta name="twitter:site" content="@NCBI"/>
<meta name="twitter:domain" content="www.ncbi.nlm.nih.gov"/>
<meta property="fb:pages" content="367794192480"/>
<meta name="theme-color" content="#0071bc">
<!-- Logging params: Pinger defaults -->
<meta name="ncbi_app" content="cgr" />
<meta name="ncbi_db" content="cgr" />
<meta name="ncbi_pdid" content="cgr_static" />
<meta name="ncbi_phid" content="D0BD57DE768D5F5500003FCE4343C3AA.1.m_2" />
<!-- Logging params: Pinger custom -->
<script type="text/javascript">
var useOfficialGovtHeader = true; /* referenced in header.js */
var localInstance = false
var ncbiBaseUrl = "https://www.ncbi.nlm.nih.gov";
var ncbiRegion = "bethesda-prod";
var ncbiRole = "production";
var ncbiLabs = false
var appBaseUrl = "/datasets";
var appName = "datasets";
var appVersion = "4.55.0";
var appPage = "cgr_static";
var pageId = "D0BD57DE768D5F5500003FCE4343C3AA.1";
var clientOS = "Linux";
var clientBrowser = "Firefox;"
var clientId = "CE8BC1E97D9F05E1_0182SID"
var actZone = null
var actUsrId = null
var actLogin = null
var actToken = null
function removeWwwPrefixFromUrl(url) {
const parsedUrl = new URL(url.toLowerCase());
const hostname = document.location.hostname.toLowerCase();
if (!hostname.startsWith('www') && parsedUrl.hostname.startsWith('www')) {
parsedUrl.hostname = hostname;
return parsedUrl.toString()
}
return url;
}
var datasetsApiUrlProxyVersionless = removeWwwPrefixFromUrl("https://www.ncbi.nlm.nih.gov/datasets/api/datasets")
window.pageData = {
ncbiBaseUrl: ncbiBaseUrl,
appBaseUrl: appBaseUrl,
appPage: appPage,
pageId: pageId,
pageTitle: "Board of Regents Working Group (BoR WG) members",
}
</script>
<!-- no debug info -->
</head>
<body >
<div id="app-csrf"><input type="hidden" name="csrfmiddlewaretoken" value="e5ay47gyhK3WtKClrWJiy0hL4vvRcPsHWWJNeAaA5maPmHln36Qj88JqMdrhYpRM"></div>
<a class="usa-skipnav" href="#maincontent">Skip to main page content</a>
<div data-ga-category="ncbi_header">
<!-- ========== BEGIN HEADER ========== -->
<section class="usa-banner">
<div class="usa-accordion">
<header class="usa-banner-header">
<div class="usa-grid usa-banner-inner">
<img src="https://www.ncbi.nlm.nih.gov/coreutils/uswds/img/favicons/favicon-57.png" alt="U.S. flag" />
<p>An official website of the United States government</p>
<button
class="usa-accordion-button usa-banner-button"
aria-expanded="false"
aria-controls="gov-banner-top"
>
<span class="usa-banner-button-text">Here's how you know</span>
</button>
</div>
</header>
<div
class="usa-banner-content usa-grid usa-accordion-content"
id="gov-banner-top"
>
<div class="usa-banner-guidance-gov usa-width-one-half">
<img
class="usa-banner-icon usa-media_block-img"
src="https://www.ncbi.nlm.nih.gov/coreutils/uswds/img/icon-dot-gov.svg"
alt="Dot gov"
/>
<div class="usa-media_block-body">
<p>
<strong>The .gov means its official.</strong>
<br />
Federal government websites often end in .gov or .mil. Before
sharing sensitive information, make sure youre on a federal
government site.
</p>
</div>
</div>
<div class="usa-banner-guidance-ssl usa-width-one-half">
<img
class="usa-banner-icon usa-media_block-img"
src="https://www.ncbi.nlm.nih.gov/coreutils/uswds/img/icon-https.svg"
alt="Https"
/>
<div class="usa-media_block-body">
<p>
<strong>The site is secure.</strong>
<br />
The <strong>https://</strong> ensures that you are connecting to the
official website and that any information you provide is encrypted
and transmitted securely.
</p>
</div>
</div>
</div>
</div>
</section>
<div class="usa-overlay"></div>
<header class="ncbi-header" role="banner" data-section="Header">
<div class="usa-grid">
<div class="usa-width-one-whole">
<div class="ncbi-header__logo">
<a href="https://www.ncbi.nlm.nih.gov/" class="logo" aria-label="NCBI Logo" data-ga-action="click_image" data-ga-label="NIH NLM Logo">
<img src="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/logos/AgencyLogo.svg" alt="NIH NLM Logo" />
</a>
</div>
<div class="ncbi-header__account">
<a id="account_login" href="https://account.ncbi.nlm.nih.gov" class="usa-button header-button" style="display:none" data-ga-action="open_menu" data-ga-label="account_menu">Log in</a>
<button id="account_info" class="header-button" style="display:none"
aria-controls="account_popup">
<span class="fa fa-user" aria-hidden="true"></span>
<span class="username desktop-only" aria-hidden="true" id="uname_short"></span>
<span class="sr-only">Show account info</span>
</button>
</div>
<div class="ncbi-popup-anchor">
<div class="ncbi-popup account-popup" id="account_popup" aria-hidden="true">
<div class="ncbi-popup-head">
<button class="ncbi-close-button" data-ga-action="close_menu" data-ga-label="account_menu"><span class="fa fa-times"></span><span class="usa-sr-only">Close</span></button>
<h4>Account</h4>
</div>
<div class="account-user-info">
Logged in as:<br/>
<b><span class="username" id="uname_long">username</span></b>
</div>
<div class="account-links">
<ul class="usa-unstyled-list">
<li><a id="account_myncbi" href="/myncbi/" class="set-base-url" data-ga-action="click_menu_item" data-ga-label="account_myncbi">Dashboard</a></li>
<li><a id="account_pubs" href="/myncbi/collections/bibliography/" class="set-base-url" data-ga-action="click_menu_item" data-ga-label="account_pubs">Publications</a></li>
<li><a id="account_settings" href="/account/settings/" class="set-base-url" data-ga-action="click_menu_item" data-ga-label="account_settings">Account settings</a></li>
<li><a id="account_logout" href="/account/signout/" class="set-base-url" data-ga-action="click_menu_item" data-ga-label="account_logout">Log out</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<div role="navigation" aria-label="access keys">
<a id="nws_header_accesskey_0" href="https://www.ncbi.nlm.nih.gov/guide/browsers/#ncbi_accesskeys" class="usa-sr-only" accesskey="0" tabindex="-1">Access keys</a>
<a id="nws_header_accesskey_1" href="https://www.ncbi.nlm.nih.gov" class="usa-sr-only" accesskey="1" tabindex="-1">NCBI Homepage</a>
<a id="nws_header_accesskey_2" href="/myncbi/" class="set-base-url usa-sr-only" accesskey="2" tabindex="-1">MyNCBI Homepage</a>
<a id="nws_header_accesskey_3" href="#maincontent" class="usa-sr-only" accesskey="3" tabindex="-1">Main Content</a>
<a id="nws_header_accesskey_4" href="#" class="usa-sr-only" accesskey="4" tabindex="-1">Main Navigation</a>
</div>
<section data-section="Alerts">
<div class="ncbi-alerts-placeholder"></div>
</section>
<!-- ========== END HEADER ========== -->
</div>
<div id='react_app'>
<section id="mainnav" data-section="AppBar">
<div class="appbar_placeholder">
<!-- AppBar goes here -->
</div>
<div class="navbar_placeholder">
<!-- LocalNav goes here -->
</div>
</section>
<section id="alerts-section" class="alerts-section" data-section="Alerts">
<div id="alerts-section__alert" class="usa-grid alerts-section__alert">
<div class="custom-alerts-placeholder"></div>
</div>
</section>
<main id="maincontent" accesskey="3" class="main-content">
<div id="page_content" class="nwds-main-content">
<section class="cgr-banner">
<div class="usa-grid">
<h1>Board of Regents Working Group (BoR WG) members</h1>
</div>
</section>
<div class="page-content">
<div class="member-profile">
<h2 id="hannah-carey-phd">Hannah Carey, PhD</h2>
<p><img src="/core/assets/datasets/images/cgr/headshots/hannah-carey.jpg" alt="Hannah Carey"/></p>
<div class="member-bio">
<p>Hannah Carey is Professor Emeritus in the School of Veterinary Medicine at the University of Wisconsin-Madison. She
received her PhD in Zoology from the University of California, Davis and completed postdoctoral training in
gastrointestinal physiology at the University of Nevada-Reno School of Medicine and the Ohio State College of Medicine.<br/>
Her research investigates adaptations of the gastrointestinal tract and its microbiome to extreme changes in physiology
and nutrition in hibernating mammals, and their potential applications to biomedicine. Dr. Carey is a Past President of
the American Physiological Society and the Federation of American Societies of Experimental Biology, and is a AAAS
Fellow. She served as a rotating Program Officer in the Directorate for Biological Sciences at the National Science
Foundation (NSF) from 2010-2011. </p>
</div>
</div>
<div class="member-profile">
<h2 id="wayne-n-frankel-phd">Wayne N. Frankel, PhD</h2>
<p><img src="/core/assets/datasets/images/cgr/headshots/wayne-frankel.jpg" alt="Wayne N. Frankel"/></p>
<div class="member-bio">
<p>Wayne N. Frankel, Ph.D. is a Professor in the Department of Genetics &amp; Development and in the Institute for Genomic
Medicine at Columbia University (New York, NY). Frankel earned his masters and doctorate degrees from Albert Einstein
College of Medicine (Bronx, NY), and continued his training as a postdoc at Tufts University School of Medicine
(Boston, MA).</p>
<p>In 1992 he joined the faculty of The Jackson Laboratory (Bar Harbor, ME) where using mouse models he pioneered various
approaches to understand the genetic basis of epilepsy, initially pursuing gene discovery by aligning mouse seizure
genes with human epilepsy GWAS hits and pathogenic variants detected by next-gen sequencing. </p>
<p>As human epilepsy gene discovery advanced, he reversed the approach to model human variants in engineered mice, an
approach he has continued since relocating to Columbia in 2015. In studying over a dozen different genetic models of
DEE in collaborations with neurophysiologists and clinicians at Columbia and externally, his two broad objectives are
identifying mechanisms that converge across different genetic etiologies and in advancing treatment by focusing on
genetic therapies in otherwise intractable forms of epilepsy. </p>
<p>Frankel has authored or co-authored over 140 research publications, was the founding Editor-in-Chief of PLOS Genetics
and has served in various national and international scientific advisory capacities, both in the US (NIH) and
international (EU). </p>
</div>
</div>
<div class="member-profile">
<h2 id="kristi-holmes-phd-chair">Kristi Holmes, PhD (Chair)</h2>
<p><img src="/core/assets/datasets/images/cgr/headshots/kristi-holmes.jpg" alt="Kristi Holmes"/></p>
<div class="member-bio">
<p>Kristi Holmes is the Director of Galter Health Sciences Library &amp; Learning Center and Professor of Preventive Medicine
(Health &amp; Biomedical Informatics) and Medical Education at Northwestern University. She is deeply committed to
empowering data discovery and equitable access to knowledge, including the development of computational and social
architectures to support these goals.Dr. Holmes directs evaluation for several large centers and institutes,
training grants and other strategic initiatives, including the Northwestern University Clinical and Translational
Sciences Institute (NUCATS), where she serves as an Associate Director of the institute. She is the Chief of Knowledge
Management at the Northwestern University Institute for Augmented Intelligence in Medicine (I.AIM) and actively
collaborates on several informatics and data science strategic initiatives, bringing experience with highly cooperative
technical information projects on the local, national, and international level. Her advisory roles include service on
the NLM Board of Regents, the InCommon Steering Committee, the Research Centers in Minority Institutions (RCMI)
Coordinating Center External Advisory Committee, and her team is also a core development partner with CERN on the
InvenioRDM project. Before joining Northwestern University, she was a bioinformaticist at Washington University in St.
Louis. She earned a PhD in Biochemistry from Iowa State University.</p>
</div>
</div>
<div class="member-profile">
<h2 id="ani-w-manichaikul-phd">Ani W. Manichaikul, PhD</h2>
<p><img src="/core/assets/datasets/images/cgr/headshots/ani-manichaikul.jpg" alt="Ani W. Manichaikul"/></p>
<div class="member-bio">
<p>Ani W. Manichaikul is a biostatistician and statistical geneticist with interests in genetic analysis of complex
disease for both rare and common genetic variants in studies of multi-ethnic and admixed populations. Among many of
my current efforts, I work actively as an analyst in MESA, performing genetic analyses of a variety of traits
(including pulmonary function, emphysema, subclinical atherosclerosis, CVD events, inflammatory markers, fatty acids,
lipids, nutrition) in combined samples of families and unrelated individuals. Current efforts in my group include
integration of genomic and transcriptomic data with application to lung disease traits, translational studies in
collaboration with investigators performing animal studies, assay of protein levels in MESA participants to follow-up
of recent genetic association findings, and statistical mediation analysis of inflammatory biomarkers in the
pathogenesis of disease. Beyond MESA, I collaborate actively on translational research efforts with basic scientists at
the University of Virginia, with a focus on bridging candidate gene association studies in humans with mouse studies,
including gene mapping and phenotypic characterization of knockout animals. </p>
</div>
</div>
<div class="member-profile">
<h2 id="len-pennacchio-phd">Len Pennacchio, PhD</h2>
<p><img src="/core/assets/datasets/images/cgr/headshots/len-pennacchio.jpg" alt="Len Pennacchio"/></p>
<div class="member-bio">
<p>Dr. Len Pennacchio is a Senior Scientist at the Lawrence Berkeley Laboratory (LBL), Deputy Director of the DOE Joint
Genome Institute, and Adjunct Professor at the University of California Berkeley. He received his PhD in Genetics from
Stanford University in 1998 under Rick Myers and then served as a DOE Alexander Hollaender Distinguished Fellow at LBL
under Eddy Rubin. He has authored over 170 publications and received the Presidential Early Career Award for Scientists
and Engineers (PECASE) from the White House for his contributions to the Human Genome Project and understanding
mammalian gene regulation in vivo. Dr. Pennacchio has an extensive background in mammalian genetics and genomics as
well as with DNA sequencing technologies and their application to address outstanding issues in both the biomedical,
energy, and environment sectors. He serves in numerous advisory roles such as NHGRIs National Council, NHGRIs Genome
Sequencing Program, the Centre for Genomic Research at the University of Liverpool, as a permanent member of NIHs GCAT
Study Section. He also is an Organizer and Co-Chair of three separate annual Advances in Genome Biology &amp; Technology
(AGBT) meetings as well as a “Systems Biology of Gene Regulation and Genome Editing” meeting hosted by Cold Spring
Harbor Asia. Currently his research is heavily focused on understanding the spectrum of DNA mutations that contribute
to human disease through in vivo functional studies. </p>
</div>
</div>
<div class="member-profile">
<h2 id="alejandro-snchez-alvarado-phd">Alejandro Sánchez Alvarado, PhD</h2>
<p><img src="/core/assets/datasets/images/cgr/headshots/alejandro-sanchez-alvarado.jpg" alt="Alejandro Sánchez Alvarado"/></p>
<div class="member-bio">
<p>Sánchez Alvarado received a BS in molecular biology and chemistry from Vanderbilt University in Nashville, TN, and a
PhD in pharmacology and cell biophysics from the University of Cincinnati College of Medicine in Cincinnati, OH. He
performed postdoctoral and independent research at the Carnegie Institution of Washington, Department of Embryology in
Baltimore, MD. In 2002, he joined the faculty of the University of Utah School of Medicine in Salt Lake City where he
held the H.A. &amp; Edna Benning Presidential Endowed Chair. In 2005, he was named a Howard Hughes Medical Institute
Investigator. He joined Stowers Institute for Medical Research in Kansas City in 2011 and became Scientific Director of
the Stowers Institute in 2019 and is now serving as the Institutes Executive Director &amp; Chief Scientific Officer. </p>
<p>Sánchez Alvarado is a member of the National Academy of Science, the American Academy of Arts and Sciences, and the
Latin American Academy of Sciences, a Kavli Fellow of the National Academy of Sciences USA, a Fellow of the Marine
Biological Laboratory in Woods Hole, MA, a recipient of a National Institutes of Health MERIT award, Priscilla Wood
Neaves Chair in the Biomedical Sciences, and the EE Just Medal for Scientific Achievement. He has served on numerous
scientific advisory committees and boards including the National Advisory Council of the National Institute of General
Medical Sciences, National Institutes of Health, and presently serves on the Board of Directors of American Century
Investments. </p>
</div>
</div>
<div class="member-profile">
<h2 id="kenneth-stuart-phd">Kenneth Stuart, PhD</h2>
<p><img src="/core/assets/datasets/images/cgr/headshots/kenneth-stuart.jpg" alt="Kenneth Stuart"/></p>
<div class="member-bio">
<p>Kenneth D. Stuart, Ph.D. is a Principal Investigator at the Seattle Children's Research Institute (SCRI) and a
Professor in the Division of Infectious Diseases in the School of Medicine at the University of Washington where he
was previously chair of the Department of Pathobiology. He is also an Affiliate Investigator in the Vaccine and
Infectious Disease Division at the Fred Hutchinson Cancer Research Center. He founded The Seattle Biomedical Research
Institute (SBRI) that focused on global infectious diseases including malaria, HIV/AIDS and tuberculosis, and neglected
parasitic diseases which merged with the Center from Global Infectious Disease Research at SCRI. </p>
<p>He received a BA in Biology from Northeastern University, Boston, MA; a MA in Biology from Wesleyan University,
Middletown, CT; and a Ph.D. in Zoology from the University of Iowa, Iowa City, IA. He received postdoctoral training in
biochemistry at the National Institute for Medical Research, London and SUNY Stony Brook before becoming an Assistant
Professor of Biology at the University of South Florida (1972-76). He relocated to Seattle in 1976 and created SBRI. </p>
<p>Dr. Stuart is an expert in molecular and cell biology and performs research on complex pathogens and the diseases that
they cause including African sleeping sickness, Chagas disease, leishmaniasis, and malaria. He led the formation of the
international consortium that sequenced the genomes of the parasites which laid the foundation for many scientific
advances by numerous researchers. He is particularly recognized for his groundbreaking studies of RNA editing and is
also known for his numerous contributions to the understanding of protozoan pathogens that cause extensive human
disease, primarily in less developed countries. These include immune evasion processes, viral contribution to
pathogenesis, pathogen regulatory processes and human immune responses to malaria infection and vaccination. </p>
</div>
</div>
<div class="member-profile">
<h2 id="tandy-warnow-phd">Tandy Warnow, PhD</h2>
<p><img src="/core/assets/datasets/images/cgr/headshots/tandy-warnow.jpg" alt="Tandy Warnow"/></p>
<div class="member-bio">
<p>Tandy Warnow is the Grainger Distinguished Chair in Engineering, and Professor and Associate Head of Computer Science
at the University of Illinois at Urbana-Champaign. Tandy received her PhD in Mathematics at UC Berkeley under the
direction of Gene Lawler and did postdoctoral training with Simon Tavaré and Michael Waterman at USC. Her research
combines computer science, statistics, and discrete mathematics, focusing on developing improved models and algorithms
for reconstructing complex and large-scale evolutionary histories in biology and historical linguistics. Her main
research is focused on algorithmic problems in computational biology with the aim of developing methods that biologists
will use and that will have transformative accuracy and scalability. Her current work is on large-scale and complex
estimation problems in phylogenomics (i.e., genome-scale phylogeny estimation), multiple sequence alignment, and
metagenomics. Her awards include the NSF Young Investigator Award (1994), the David and Lucile Packard Foundation Award
(1996), a Radcliffe Institute Fellowship (2003), and the John Simon Guggenheim Foundation Fellowship (2011). She was
elected a Fellow of the Association for Computing Machinery (ACM) in 2015, of the International Society for
Computational Biology (ISCB) in 2017, and of the American Association for the Advancement of Science (AAAS) in 2021. </p>
</div>
</div>
<div class="member-profile">
<h2 id="cathy-wu-phd">Cathy Wu, PhD</h2>
<p><img src="/core/assets/datasets/images/cgr/headshots/cathy-wu.jpg" alt="Cathy Wu"/></p>
<div class="member-bio">
<p>Dr. Wu is the Unidel Edward G. Jefferson Chair Professor in Engineering and Computer Science at the University of
Delaware and has served as the Founding Director of the Center for Bioinformatics and Computational Biology since 2010
and the Data Science Institute since 2018. She received her PhD from Purdue University and has conducted bioinformatics
research for 30 years in areas encompassing genomic and protein sequence and functional annotation, biological text
mining and natural language processing, biological ontology, semantic data integration, knowledge network analysis, and
bioinformatics cyberinfrastructure. She has published 300 peer-reviewed publications with an h-index of 72 and been
recognized as a Highly Cited Researcher. </p>
<p>As the Director of the Protein Information Resource (PIR), she has co-led the international UniProt Consortium since
2002, which now serves as a hub of protein knowledge with over 8 million pageviews monthly from &gt;900,000 unique sites
worldwide. She is an IEEE Fellow, ACM Fellow, and AAIA Fellow, and received the Purdue Distinguished Agriculture Alumni
Award. She has served on the National Institute of General Medical Sciences Advisory Council (2017-2021), the ACM SIGBio
Board of Directors (since 2010), and the Editorial Board of the IEEE/ACM Transactions on Computational Biology and
Bioinformatics (TCBB) (since 2014). She has launched several degree programs since 2010, including the MS, PSM, PhD,
and graduate certificate programs in Bioinformatics Data Science, as well as a new NIH T32 Graduate Training Program in
Computational Biology, Bioinformatics and Biomedical Data Science. </p>
</div>
</div>
</div>
</div>
<p></p>
</main>
</div><!-- end react_app -->
<div data-ga-category="ncbi_footer">
<!-- ========== BEGIN FOOTER ========== -->
<footer>
<section class="icon-section">
<div id="icon-section-header" class="icon-section_header">Follow NCBI</div>
<div class="grid-container container">
<div class="icon-section_container">
<a class="footer-icon" id="footer_twitter" href="https://twitter.com/ncbi" aria-label="Twitter">
<svg width="40" height="40" viewBox="0 0 40 37" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>Twitter</title>
<g id="State=Default">
<path id="path1009"
d="M6.06736 7L16.8778 20.8991L6.00001 32.2H10.2L18.6 23.1L25.668 32.2H34L22.8 17.5L31.9 7H28.4L20.7 15.4L14.401 7H6.06898H6.06736ZM9.66753 8.73423H12.9327L29.7327 30.4658H26.5697L9.66753 8.73423Z"
fill="#5B616B"/>
</g>
</svg>
</a>
<a class="footer-icon" id="footer_facebook" href="https://www.facebook.com/ncbi.nlm" aria-label="Facebook"><svg
data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<title>Facebook</title>
<path class="cls-11"
d="M210.5,115.12H171.74V97.82c0-8.14,5.39-10,9.19-10h27.14V52l-39.32-.12c-35.66,0-42.42,26.68-42.42,43.77v19.48H99.09v36.32h27.24v109h45.41v-109h35Z">
</path>
</svg></a>
<a class="footer-icon" id="footer_linkedin"
href="https://www.linkedin.com/company/ncbinlm"
aria-label="LinkedIn"><svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<title>LinkedIn</title>
<path class="cls-11"
d="M101.64,243.37H57.79v-114h43.85Zm-22-131.54h-.26c-13.25,0-21.82-10.36-21.82-21.76,0-11.65,8.84-21.15,22.33-21.15S101.7,78.72,102,90.38C102,101.77,93.4,111.83,79.63,111.83Zm100.93,52.61A17.54,17.54,0,0,0,163,182v61.39H119.18s.51-105.23,0-114H163v13a54.33,54.33,0,0,1,34.54-12.66c26,0,44.39,18.8,44.39,55.29v58.35H198.1V182A17.54,17.54,0,0,0,180.56,164.44Z">
</path>
</svg></a>
<a class="footer-icon" id="footer_github" href="https://github.com/ncbi" aria-label="GitHub"><svg
data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<style>
.cls-11,
.cls-12 {
fill: #737373;
}
.cls-11 {
fill-rule: evenodd;
}
</style>
</defs>
<title>GitHub</title>
<path class="cls-11"
d="M151.36,47.28a105.76,105.76,0,0,0-33.43,206.1c5.28,1,7.22-2.3,7.22-5.09,0-2.52-.09-10.85-.14-19.69-29.42,6.4-35.63-12.48-35.63-12.48-4.81-12.22-11.74-15.47-11.74-15.47-9.59-6.56.73-6.43.73-6.43,10.61.75,16.21,10.9,16.21,10.9,9.43,16.17,24.73,11.49,30.77,8.79,1-6.83,3.69-11.5,6.71-14.14C108.57,197.1,83.88,188,83.88,147.51a40.92,40.92,0,0,1,10.9-28.39c-1.1-2.66-4.72-13.42,1-28,0,0,8.88-2.84,29.09,10.84a100.26,100.26,0,0,1,53,0C198,88.3,206.9,91.14,206.9,91.14c5.76,14.56,2.14,25.32,1,28a40.87,40.87,0,0,1,10.89,28.39c0,40.62-24.74,49.56-48.29,52.18,3.79,3.28,7.17,9.71,7.17,19.58,0,14.15-.12,25.54-.12,29,0,2.82,1.9,6.11,7.26,5.07A105.76,105.76,0,0,0,151.36,47.28Z">
</path>
<path class="cls-12"
d="M85.66,199.12c-.23.52-1.06.68-1.81.32s-1.2-1.06-.95-1.59,1.06-.69,1.82-.33,1.21,1.07.94,1.6Zm-1.3-1">
</path>
<path class="cls-12"
d="M90,203.89c-.51.47-1.49.25-2.16-.49a1.61,1.61,0,0,1-.31-2.19c.52-.47,1.47-.25,2.17.49s.82,1.72.3,2.19Zm-1-1.08">
</path>
<path class="cls-12"
d="M94.12,210c-.65.46-1.71,0-2.37-.91s-.64-2.07,0-2.52,1.7,0,2.36.89.65,2.08,0,2.54Zm0,0"></path>
<path class="cls-12"
d="M99.83,215.87c-.58.64-1.82.47-2.72-.41s-1.18-2.06-.6-2.7,1.83-.46,2.74.41,1.2,2.07.58,2.7Zm0,0">
</path>
<path class="cls-12"
d="M107.71,219.29c-.26.82-1.45,1.2-2.64.85s-2-1.34-1.74-2.17,1.44-1.23,2.65-.85,2,1.32,1.73,2.17Zm0,0">
</path>
<path class="cls-12"
d="M116.36,219.92c0,.87-1,1.59-2.24,1.61s-2.29-.68-2.3-1.54,1-1.59,2.26-1.61,2.28.67,2.28,1.54Zm0,0">
</path>
<path class="cls-12"
d="M124.42,218.55c.15.85-.73,1.72-2,1.95s-2.37-.3-2.52-1.14.73-1.75,2-2,2.37.29,2.53,1.16Zm0,0"></path>
</svg></a>
<a class="footer-icon" id="footer_blog" href="https://ncbiinsights.ncbi.nlm.nih.gov/" aria-label="Blog">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:#737373;}</style></defs><path class="cls-1" d="M14,30a4,4,0,1,1-4-4,4,4,0,0,1,4,4Zm11,3A19,19,0,0,0,7.05,15a1,1,0,0,0-1,1v3a1,1,0,0,0,.93,1A14,14,0,0,1,20,33.07,1,1,0,0,0,21,34h3a1,1,0,0,0,1-1Zm9,0A28,28,0,0,0,7,6,1,1,0,0,0,6,7v3a1,1,0,0,0,1,1A23,23,0,0,1,29,33a1,1,0,0,0,1,1h3A1,1,0,0,0,34,33Z"/></svg>
</a>
</div>
</div>
</section>
<section class="container-fluid bg-primary">
<div class="container pt-5">
<div class="row mt-3">
<div class="col-lg-3 col-12">
<p><a class="text-white" href="https://www.nlm.nih.gov/socialmedia/index.html">Connect with NLM</a></p>
<ul class="list-inline social_media">
<li class="list-inline-item"><a href="https://twitter.com/NLM_NIH" aria-label="Twitter"
target="_blank" rel="noopener noreferrer">
<svg width="35" height="35" viewBox="0 0 38 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>Twitter</title>
<g id="X icon" clip-path="url(#clip0_65276_3946)">
<path id="Vector" d="M17.5006 34.6565C26.9761 34.6565 34.6575 26.9751 34.6575 17.4996C34.6575 8.02416 26.9761 0.342773 17.5006 0.342773C8.02514 0.342773 0.34375 8.02416 0.34375 17.4996C0.34375 26.9751 8.02514 34.6565 17.5006 34.6565Z" fill="#205493" stroke="white" stroke-width="1.2" stroke-miterlimit="10"></path>
<path id="path1009" d="M8.54811 8.5L16.2698 18.4279L8.50001 26.5H11.5L17.5 20L22.5486 26.5H28.5L20.5 16L27 8.5H24.5L19 14.5L14.5007 8.5H8.54927H8.54811ZM11.1197 9.73873H13.4519L25.4519 25.2613H23.1926L11.1197 9.73873Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_65276_3946">
<rect width="38" height="38" fill="white"></rect>
</clipPath>
</defs>
</svg></a>
</li>
<li class="list-inline-item"><a href="https://www.facebook.com/nationallibraryofmedicine"
aria-label="Facebook" rel="noopener noreferrer" target="_blank">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewBox="0 0 249 249" style="enable-background:new 0 0 249 249;" xml:space="preserve">
<style type="text/css">
.st10 {
fill: #FFFFFF;
}
.st110 {
fill: none;
stroke: #FFFFFF;
stroke-width: 8;
stroke-miterlimit: 10;
}
</style>
<title>SM-Facebook</title>
<g>
<g>
<path class="st10" d="M159,99.1h-24V88.4c0-5,3.3-6.2,5.7-6.2h16.8V60l-24.4-0.1c-22.1,0-26.2,16.5-26.2,27.1v12.1H90v22.5h16.9
v67.5H135v-67.5h21.7L159,99.1z"></path>
</g>
</g>
<circle class="st110" cx="123.6" cy="123.2" r="108.2"></circle>
</svg>
</a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/user/NLMNIH" aria-label="Youtube"
target="_blank" rel="noopener noreferrer"><svg version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 249 249"
style="enable-background:new 0 0 249 249;" xml:space="preserve">
<title>SM-Youtube</title>
<style type="text/css">
.st4 {
fill: none;
stroke: #FFFFFF;
stroke-width: 8;
stroke-miterlimit: 10;
}
.st5 {
fill: #FFFFFF;
}
</style>
<circle class="st4" cx="124.2" cy="123.4" r="108.2"></circle>
<g transform="translate(0,-952.36218)">
<path class="st5"
d="M88.4,1037.4c-10.4,0-18.7,8.3-18.7,18.7v40.1c0,10.4,8.3,18.7,18.7,18.7h72.1c10.4,0,18.7-8.3,18.7-18.7
v-40.1c0-10.4-8.3-18.7-18.7-18.7H88.4z M115.2,1058.8l29.4,17.4l-29.4,17.4V1058.8z"></path>
</g>
</svg></a></li>
</ul>
</div>
<div class="col-lg-3 col-12">
<p class="address_footer text-white">National Library of Medicine<br>
<a href="https://www.google.com/maps/place/8600+Rockville+Pike,+Bethesda,+MD+20894/@38.9959508,-77.101021,17z/data=!3m1!4b1!4m5!3m4!1s0x89b7c95e25765ddb:0x19156f88b27635b8!8m2!3d38.9959508!4d-77.0988323"
class="text-white" target="_blank" rel="noopener noreferrer">8600 Rockville Pike<br>
Bethesda, MD 20894</a></p>
</div>
<div class="col-lg-3 col-12 centered-lg">
<p><a href="https://www.nlm.nih.gov/web_policies.html" class="text-white">Web Policies</a><br>
<a href="https://www.nih.gov/institutes-nih/nih-office-director/office-communications-public-liaison/freedom-information-act-office"
class="text-white">FOIA</a><br>
<a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html" class="text-white" id="vdp">HHS Vulnerability Disclosure</a></p>
</div>
<div class="col-lg-3 col-12 centered-lg">
<p><a class="supportLink text-white" href="https://support.nlm.nih.gov/">Help</a><br>
<a href="https://www.nlm.nih.gov/accessibility.html" class="text-white">Accessibility</a><br>
<a href="https://www.nlm.nih.gov/careers/careers.html" class="text-white">Careers</a></p>
</div>
</div>
<div class="row">
<div class="col-lg-12 centered-lg">
<nav class="bottom-links">
<ul class="mt-3">
<li>
<a class="text-white" href="//www.nlm.nih.gov/">NLM</a>
</li>
<li>
<a class="text-white"
href="https://www.nih.gov/">NIH</a>
</li>
<li>
<a class="text-white" href="https://www.hhs.gov/">HHS</a>
</li>
<li>
<a
class="text-white" href="https://www.usa.gov/">USA.gov</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</section>
</footer>
<!-- ========== END FOOTER ========== -->
<!-- javascript to inject NWDS meta tags. Note: value of nwds_version is updated by "npm version" command -->
<script type="text/javascript">
var nwds_version = "1.2.2";
var meta_nwds_ver = document.createElement('meta');
meta_nwds_ver.name = 'ncbi_nwds_ver';
meta_nwds_ver.content = nwds_version;
document.getElementsByTagName('head')[0].appendChild(meta_nwds_ver);
var meta_nwds = document.createElement('meta');
meta_nwds.name = 'ncbi_nwds';
meta_nwds.content = 'yes';
document.getElementsByTagName('head')[0].appendChild(meta_nwds);
var alertsUrl = "/core/alerts/alerts.js";
if (typeof ncbiBaseUrl !== 'undefined') {
alertsUrl = ncbiBaseUrl + alertsUrl;
}
</script>
</div>
<script type="text/javascript" src="https://www.ncbi.nlm.nih.gov/core/pinger/pinger.js"> </script>
<!-- JavaScript -->
<script src="https://code.jquery.com/jquery-3.5.0.min.js"
integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ="
crossorigin="anonymous">
</script>
<script type="text/javascript">
if (!jQuery.ncbipopup){
jQuery.fn.ncbipopup = function() {}
}
</script>
<script src="/datasets/static/nwds/js/header.js">
</script>
<!-- importing ncbi_standards.js -->
<script src="/datasets/static/bundles/ncbi_standards.27820cd0e424a776e7f8.js" ></script>
<!-- end JavaScript -->
<script type="text/javascript">
const pageData = window.pageData || {};
pageData.cgrBase = "/comparative-genomics-resource";
pageData.pageId = "cgr_working_group";
window.pageData = pageData
</script>
<script src="/datasets/static/bundles/react.0b238b7cb4e8a652f728.js" ></script>
<script src="/datasets/static/bundles/dx-react-grid.edb41905296dbd2fe745.js" ></script>
<script src="/datasets/static/bundles/redux.9da316ddd98f8172b465.js" ></script>
<script src="/datasets/static/bundles/others.0badd0cb95c13576cd5e.js" ></script>
<script src="/datasets/static/bundles/cgr_static.e1dd4863bdd67f9ca7fc.js" ></script>
<script type="text/javascript">
jQuery.getScript(alertsUrl, function () {
galert(['.custom-alerts-placeholder', 'body > *:nth-child(1)']);
});
</script>
</body>
</html>