d99f52c07a5b5b0de8a67cb70e376166c1ee850d
kate
  Thu Jan 5 11:52:45 2017 -0800
Experiment with using Apache environment variable and path alias to supplant relative paths in include sections. refs #18621

diff --git src/hg/htdocs/cite.html src/hg/htdocs/cite.html
index 40f94d2..fbbbe7e 100755
--- src/hg/htdocs/cite.html
+++ src/hg/htdocs/cite.html
@@ -1,18 +1,23 @@
 <!DOCTYPE html>
 <!--#set var="TITLE" value="UCSC Genome Browser: Citing Us" -->
+
+<!--#if expr="$GB_DOCUMENT_ROOT" -->
+<!--#include virtual="/gbDocs/gbPageStart.html" -->
+<!--#else -->
 <!--#include virtual="/gbPageStart.html" -->
+<!--#endif -->
 
 <h1>Citing the UCSC Browser in a Publication or Web Page</h1>
 <p>
 Follow these citation guidelines when 
 using applications from the Genome Browser tool suite or 
 data from the UCSC Genome Browser database in a research
 work that will be published in a journal or on the 
 Internet.  In addition to the relevant 
 paper, please include a reference to the Genome Browser 
 website in your manuscript: <A HREF="index.html" 
 TARGET=_blank>http://genome.ucsc.edu/</A>. Be sure to 
 mention the release date of the genome assembly used in 
 your work to faciliate the examination of your data by 
 reviewers and the readers. Please do <B>not</B> include
 references to our development servers (such as
@@ -134,17 +139,21 @@
 TARGET=_blank>Assembly of the working draft of the human genome with 
 gigAssembler</A>. 
 <em>Genome Res</em>. 2001 Sep;11(9)1541-1548.<BR>
 <em> Cite this paper when publishing results pertaining to human genome 
 assemblies prior to the 22 Dec. 2001 assembly.</em> 
 </P>
 <P>
 <B>Other genome assemblies:</B> 
 Manuscripts that include the use of Genome Browser assembly data from 
 organisms other than human should cite the relevant initial sequencing paper. 
 Often this information can be found on the Genome Browser 
 <A HREF="goldenPath/credits.html">Credits</A> page or on the GenBank BioProject
 page for the organism. 
 </P>
 
+<!--#if expr="$GB_DOCUMENT_ROOT" -->
+<!--#include virtual="/gbDocs/gbPageEnd.html" -->
+<!--#else -->
 <!--#include virtual="/gbPageEnd.html" -->
+<!--#endif -->