8168bea8c7f6f340082603c0ab1b9bddafae2ea7
donnak
  Wed Jan 25 15:11:53 2017 -0800
Updated header to incorporate Kate's changes. Will do footer in a separate pass. refs #18504

diff --git src/hg/htdocs/kc.html src/hg/htdocs/kc.html
index d0ce433..5e10aac 100755
--- src/hg/htdocs/kc.html
+++ src/hg/htdocs/kc.html
@@ -1,31 +1,34 @@
 <!DOCTYPE html>
-<!--#set var="TITLE" value="UCSC Genome Browser: Kilokluster Project" -->
-<!--#include virtual="/gbPageStart.html"-->
+<!--#set var="TITLE" value="Genome Browser KiloKluster Project" -->
+<!--#set var="ROOT" value="." -->
+
+<!-- Relative paths to support mirror sites with non-standard GB docs install -->
+<!--#include virtual="$ROOT/inc/gbPageStart.html" -->
 
 <h1>The UCSC/HHMI Kilokluster Project</h1>
 <p>
 The purpose of the UCSC/HHMI Kilokluster project is to provide high throughput computational 
 services for bioinformatics applications. With over one thousand processors operating in parallel, 
 the KiloKluster might be one of the most powerful computational clusters used for bioinformatics 
 in the world. </p>
 <p>
 Because of the massive growth that UCSC has been experiencing, space has been a primary issue in the
 planning of this project. Thanks to the space saving designs of 
 <a href="http://www.rackable.com/">Rackable Systems</a>, the KiloKluster occupies only nine racks 
 and is less than one hundred square feet in size.</p>
 <p>
 The KiloKluster consists of 504 compute nodes. Each compute node contains two Pentium III processors
 running at 866Mhz, a gigabyte of memory, and a forty gigabyte hard drive.</p>
 <p>
 The compute nodes are divided into eight sub-clusters, each with its own switching apparatus and 
 server. The compute nodes are networked using fast ethernet, and the sub-clusters are connected to 
 each other and to a main server through a gigabit ethernet switch.</p>
 <p>
 Sun's open source <a href="http://www.sun.com/gridware/">Gridware</a> software is used to assign 
 tasks to the compute nodes. We chose Gridware primarily because of its open source (thanks Sun!), 
 and its ease of use compared to other open source schedulers.
 <p>
 Technical questions may be directed to <a href="mailto:cluster-admin@cse.ucsc.edu">
 cluster-admin@cse.ucsc.edu</a>.</p>
 
-<!--#include virtual="/gbPageEnd.html"-->
+<!--#include virtual="$ROOT/inc/gbPageEnd.html" -->