53b27c12e6d7506ba94f8bc9dca10eab1ebd8850 jcasper Tue Jun 30 13:51:32 2015 -0700 Adding CGI menubar to many static pages, refs #15389 diff --git src/hg/htdocs/kc.html src/hg/htdocs/kc.html index 09bf34f..4c01edd 100755 --- src/hg/htdocs/kc.html +++ src/hg/htdocs/kc.html @@ -1,56 +1,60 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1"> <TITLE>UCSC Genome Browser: Kilokluster Project</TITLE> <LINK REL="STYLESHEET" HREF="style/HGStyle.css"> </HEAD> <BODY BGCOLOR="FFF9D2" LINK="0000CC" VLINK="#330066" ALINK="#330066"> <A NAME="TOP"></A> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%"><TR><TH COLSPAN=2 ALIGN="left"><IMG SRC="images/title.jpg"></TH></TR> -<TR><TD COLSPAN=2 HEIGHT=40><!--#include virtual="inc/topbar.html"--></TD></TR> +<noscript><div class='noscript'><div class='noscript-inner'><p><b>JavaScript is disabled in your web browser</b></p><p>You must have JavaScript enabled in your web browser to use the Genome Browser</p></div></div></noscript> +<script type='text/javascript' SRC='./js/jquery.js'></script> +<script type='text/javascript' SRC='./js/jquery.plugins.js'></script> +<LINK rel='STYLESHEET' href='./style/nice_menu.css' TYPE='text/css' /> +<TR><TD COLSPAN=2 HEIGHT=40><!--#include virtual="./cgi-bin/hgMenubar"--></TD></TR> <!--Content Tables-------------------------------------------------------> <TR><TD COLSPAN=2 CELLPADDING=10> <TABLE BGCOLOR="fffee8" WIDTH="100%" BORDERCOLOR="888888" BORDER=1><TR><TD> <TABLE BGCOLOR="D9E4F8" BACKGROUND="images/hr.gif" WIDTH=100%><TR><TD> <FONT SIZE="4"><b> The UCSC/HHMI Kilokluster project </b></FONT> </TD></TR></TABLE> <TABLE BGCOLOR="fffee8" WIDTH="100%" CELLPADDING=0><TR><TH HEIGHT=10></TH></TR> <TR><TD WIDTH=10> </TD><TD> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> Technical questions may be directed to <A HREF="mailto:cluster-admin@cse.ucsc.edu"> cluster-admin@cse.ucsc.edu</A>. </TD><TD WIDTH=15></TD></TR></TABLE> <br></TD></TR></TABLE> </TD></TR></TABLE> </BODY></HTML>