77dea0bc2c5e98898774526dda1d2134d6cefd0f
kate
  Thu Dec 15 13:19:14 2016 -0800
Use absolute paths to include files to ease page migration dev.  Will need relative paths with dynamic updating before release. refs #18504

diff --git src/hg/htdocs/cite.html src/hg/htdocs/cite.html
index 668c99f..40de027 100755
--- src/hg/htdocs/cite.html
+++ src/hg/htdocs/cite.html
@@ -1,17 +1,17 @@
 <!DOCTYPE html>
-<!--#include virtual="gbPageStart.html"-->
+<!--#include virtual="/gbPageStart.html"-->
 
 <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
@@ -133,17 +133,17 @@
 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>
 
-<!--#include virtual="gbPageEnd.html"-->
+<!--#include virtual="/gbPageEnd.html"-->