website/research/misc.php
2000-04-25 23:39:32 +00:00

37 lines
1.2 KiB
PHP

<?PHP
$sitename = "The QuakeForge Project";
$pagename = "Misc. Texts";
require("../parts/library.php"); // Load function library
include("../parts/head.php"); // Load the HEAD and open BODY
include("../parts/topstrip.php"); // Display top strip
include("../parts/titletable.php"); // Display main title w/ logos
?>
<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>
<TR valign="top">
<?php
include("../parts/menu.php"); // Import left-side menus
tableSpacer( 1, 9, 1, "black"); // Separate content from menus
?>
<TD width="100%">
<?php
$focused = "none"; // name of focused icon
include( "../parts/topmain.php" ); // Display content top table
?>
<P>
<br><b>"Visibility Computations in Densely Occluded Polyhedral Enviroments" by Seth Jared Teller</b><br>
<br><a href="http://graphics.lcs.mit.edu/~seth/pubs/part1.ps.gz">Part 1</a><br>
<br><a href="http://graphics.lcs.mit.edu/~seth/pubs/part2.ps.gz">Part 2</a><br>
<br><a href="http://graphics.lcs.mit.edu/~seth/pubs/part3.ps.gz">Part 3</a><br><br>
</TD>
<?php
tableSpacer( 1, 9, 1, "black");
?>
</TR>
<TR>
<TD COLSPAN="4">
<?php
include("../parts/copyright.php");
?>
</TD>
</TR>
</TABLE>