Jeff Terrell

Jeff Terrell
Ph.D. Candidate
Department of Computer Science
University of North Carolina at Chapel Hill

jsterrel AT cs.unc.edu
(919) 962-1791 (office)

View Source of index.php

In the interest of open source, and in the interest of keeping Mr. Webmaster honest, here is the PHP source of 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 
"index.php"?>
  <title>Jeff Terrell</title>
<?php include("header2.php"); ?>
<?php 
include("localheader.php"); ?>

  <h1>Welcome</h1>
  <p>I am currently putting the final touches on my Ph.D. dissertation in the <a href="http://www.cs.unc.edu/">computer science department</a> at the <a href="http://www.unc.edu/">University of North Carolina at Chapel Hill</a>.  I have been working with <a href="http://www.cs.unc.edu/~jeffay/">Kevin Jeffay</a> and <a href="http://www.cs.unc.edu/~smithfd/">Don Smith</a> on network management and traffic analysis.  Specifically, I have devised a new, simple, hands-off method of managing the performance of various types of servers within a large network.</p>

  <p>I am currently here at UNC, finishing my dissertation, which I will file on July 23.  I will receive the Ph.D. in August, 2009.  I successfully defended my dissertation on May 5, 2009.  The summer of 2007, I worked with <a href="http://www.caida.org/~cshannon/">Colleen Shannon</a> and <a href="http://www.caida.org/~dmoore/">David Moore</a> at <a href="http://www.caida.org/home/">CAIDA</a>, the cooperative association for Internet Data Analysis.  I spent the summer of 2006 with <a href="http://www.icir.org/vern/">Vern Paxson</a> and <a href="http://www.icir.org/mallman/">Mark Allman</a> at the <a href="http://www.icsi.berkeley.edu/">ICSI</a> Center for Internet Research (<a href="http://www.icir.org/">ICIR</a>) in Berkeley, California, resulting in <a href="research/imc07-scan.pdf">a paper</a> at <a href="http://www.imconf.net/imc-2007/">IMC 2007</a> titled <i>A Brief History of Scanning</i>.</p>

  <p>For the 2006-2007 school year, I served as the president of the UNC <a href="http://www.cs.unc.edu/~cssa/">Computer Science Students Association</a>.</p>

  <h3>See also</h3>
  <dl>
    <dt><a href="/~jsterrel/cgi-bin/">cgi-bin/</a></dt>
    <dd>Network Trace Request Tool</dd>
  </dl>

<?php include("footer.php"); ?>
viewsource.php: Last Modified: 08/13/07@20:34:26 | Size: 2780 bytes | View Source