View Source of research/index.php
In the interest of open source, and in the interest of keeping Mr. Webmaster honest, here is the PHP source of research/index.php. (This encourages him to write clean, easy-to-understand code...well, relatively clean and easy-to-understand, that is.) If you become interested in PHP, you can read more about it at PHP: Hypertext Preprocessor. You will also see plenty of HTML code, which is what makes the World Wide Web go 'round. You can read more about HTML (and CSS, another technology used on this site) here, at the official page of the very official World Wide Web Consortium (W3C). Anyway, enough rambling, here's the code!
<?php include("../header1.php"); ?>
<?php $THIS_FILE = "research/index.php"; ?>
<title>Jeff T. - Research</title>
<link rel="stylesheet" href="local.css" type="text/css" charset="iso-8859-1" title="Default" />
<?php include("../header2.php"); ?>
<?php include("localheader.php"); ?>
<h1>Research Overview</h1>
<p>I am currently working with Kevin Jeffay and F. Donelson Smith in the <a href="http://www.cs.unc.edu/Research/dirt/">DiRT group</a> (<strong>Di</strong>stributed and <strong>R</strong>eal-<strong>T</strong>ime Systems) on network management and traffic analysis. Specifically, we are investigating new approaches to network management, based on an insightful application-level model called the <a href="http://www.cs.unc.edu/~fhernand/diss-html/node17.html">A-B-T model</a>.</p>
<p>I spent the summer of 2007 working on the same research at <a href="http://www.caida.org/">CAIDA</a> with <a href="http://www.caida.org/~cshannon/">Colleen Shannon</a> and <a href="http://www.caida.org/~dmoore/">David Moore</a>. In the summer of 2006, I worked with <a href="http://www.icir.org/vern/">Vern Paxson</a> and <a href="http://www.icir.org/mallman/">Mark Allman</a> at <a href="http://www.icir.org/">ICIR</a>.</p>
<?php include("../footer.php"); ?>