e37b391a14c26fd75b24710af0d70277fdd53aba
kate
  Wed Dec 19 10:53:36 2018 -0800
Improve images. refs #22678

diff --git src/hg/htdocs/gtex.html src/hg/htdocs/gtex.html
index 814a681..1c039ea 100755
--- src/hg/htdocs/gtex.html
+++ src/hg/htdocs/gtex.html
@@ -22,31 +22,31 @@
 GTEx Laboratory, Data Analysis and Coordinating Center at the Broad Institute.</p>
 
 <div class="row">
     <div class="col-md-6">
         <h2>GTEx Tissue Body Map</h2>
 <p>This interactive graphic identifies the tissues sampled by GTEx for gene expression studies. 
 Some GTEx browser tracks include the Body Map in the track configuration page, to facilitate 
 limiting track display to tissues of interest.  A stand-alone page with the interactive
 graphic is <a target="_blank" href="../gtexBodyMap.html">here</a>.</p>
             
 <!--
         <a target="_blank" href="../gtexBodyMap.html"><img src="../images/gtexBodyMap.svg" alt="GTEx Body Map">
 -->
         <p class="text-center">
         <object id="bodyMapSvg" type="image/svg+xml" 
-                data="<!--#echo var="ROOT" -->/images/gtexBodyMapPage.svg"></object>
+                data="<!--#echo var="ROOT" -->/images/gtexBodyMap.svg"></object>
         <div class="gbmCredit">Credit: jwestdesign</div>
         </p>
     </div>
     <div class="col-md-6">
         <div class="row">
             <h2>GTEx data at UCSC</h2>
             <ul>
             <li><a target="_blank" 
                 href="../cgi-bin/hgGtexTrackSettings?db=hg19&g=gtexGene#INFO_SECTION">
                         GTEx Gene track</a></li>
                 <dd>Gene Expression in 53 tissues from GTEx RNA-seq of 8555 samples (570 donors)</dd>
             <li><a target="_blank" 
                 href="../cgi-bin/hgTrackUi?db=hg19&g=gtexTranscExpr#TRACK_HTML">
                         GTEx Transcript track</a></li>
                 <dd>Transcript Expression in 53 tissues from GTEx RNA-seq of 8555 samples (570 donors)</dd>
@@ -67,25 +67,25 @@
                         GTEx Analysis hub</a></li>
                 <dd>Allele-Specific Expression in 53 Tissues from GTEx Analysis</dd>
                 <dd>Distant variants affecting gene expression (trans-eQTLs) from GTEx Analysis</dd>
             </ul>
         </div>
         <div class="row">
             <h2>GTEx in the browser</h2>
             <p>
 Below is a screenshot of a  
 <a target="_blank" 
 href="http://genome.ucsc.edu/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=kate&hgS_otherUserSessionName=GTEx%20demo%20for%20blog">
 public session</a>
  that highlights the GTEx gene expression track and GTEx RNA-seq signal hub for the <a target="_blank" href="http://genome.ucsc.edu/blog/gtex-resources-in-the-browser/">GTEx Resources in the Genome Browser blog article</a>. 
 The session shows a genomic region where 5 genes exhibit different patterns of tissue-specific expression. 
         <p class="text-center">
-        <img src="../images/gtexBlogSession.png" width="540px" height="424px"></p>
+        <img src="../images/gtexSessionGeneExpr.png" width="540px" height="727px"></p>
         </div>
     </div>
 </div>
 
 <!--#include virtual="$ROOT/inc/gbPageEnd.html"-->
 
 <script type='text/javascript' src='/js/hgGtexTrackSettings.js'></script>