61769930f20061774aa09945aaaaf548ca349cd2
galt
  Sat May 18 00:47:44 2019 -0700
Changing CIRM SSI to use new setRoot approach

diff --git src/hg/cirm/gateway/htdocs/index.html src/hg/cirm/gateway/htdocs/index.html
index 9053e4a..0504339 100755
--- src/hg/cirm/gateway/htdocs/index.html
+++ src/hg/cirm/gateway/htdocs/index.html
@@ -1,72 +1,73 @@
 <!DOCTYPE html>
 <!--#set var="TITLE" value="CIRM Stem Cell Hub at UCSC Homepage" -->
-<!--#set var="ROOT" value="" -->
 
-<!--#include virtual="$ROOT/inc/header.html" -->
+<!--#include virtual="setRoot.html" -->
+
+<!--#include virtual="${ROOT}inc/header.html" -->
 
 <div class="cirm-page-body">
   <div class="cirm-page-title back-gray">
     <h5 class="cirm-page-title-text">Welcome to the CESCG Stem Cell Hub!</h5>
   </div>
   <div class="row">
     <div class="card-deck padded-deck">
       <!--<div class="card col-md-9">-->
       <div class="card col-md-12">
         <div class="row no-gutters">
           <div class="card-body col-md-3">
             <img src="images/cirmInsulinCells.jpg" class="img-fluid" alt="">
           </div>
           <div class="col" style="//padding: 0px 15px">
             <div class="card-body">
               <div class="row">
               <div class="col-6">
               <p class="card-text">
               Welcome to the Stem Cell Hub web site. This contains high quality
               genomics data from a wide range of stem cell projects. It was built
               with funding from the California Institute of Regenerative Medicine
               (CIRM), and includes all the data from two dozen labs participating in
               CIRM's Center of Excellence for Stem Cell Genomics as well as selected
               data from other relevant stem cell projects. It includes single cell
               RNA-seq data on naturally developing human tissues as well as cells
               engineered from healthy skin and blood cells to become replacements
               for diseased cells and tissues, including data from ethically and
               scientifically careful human clinical trials.
               <p class="card-text">
               The Stem Cell Hub combines state of the art software with careful
               human curation. The software runs quality checks that ensure the
               data is in the proper format, contains no contamination, that the DNA
               aligns in expected places, that the level of mitochondrial and
               ribosomal data are within expected range, and gathers statistics on
               how well replicates agree using a number of statistical measures. The
               system supports tagging
               </div>
               <div class="col-6">
               <p class="card-text">
               the data using a flexible metadata system that
               allows experiments to be described in a concise but rich manner that
               reflects any natural hierarchies or control/experiment groups that are
               part of the experimental design. The human curators work with the
               contributing labs and the system to make sure that experiments are
               described consistently across labs and that metadata tags exist to
               describe even new, leading edge assays. The Stem Cell Hub can be
               searched using either a faceted search or SQL like queries on the
               metadata. The Hub can restrict access to certain data to specific
               users to meet privacy requirements.
 
               <p class="card-text">
               We hope that the Stem Cell Hub will be useful to a wide range of
               scientists from clinicians to cell biologists to bioinformaticians
               doing custom analysis and combining data from multiple projects.
               Please see the help link for additional information on how to use the
               site.
               </div>
               </div>
             </div>
           </div>
         </div>
       </div>
     </div>
   </div>
 </div>
 
-<!--#include virtual="$ROOT/inc/footer.html" -->
+<!--#include virtual="${ROOT}inc/footer.html" -->