<?php
	$under_title 	= 's.c.r.e.a.m.';
	$page_title	= 'Index';

	include('directory.php');
	include($dir_prefix . 'header.html');
	
	echo "<link rel=\"stylesheet\" href=\"style.css\">";
?>

<body bgcolor=#000000>
	<?php
		include('top.php');
		include('beginbody.php');
	?>
	<!--	   -
		     | |
		     | |
		 - - | |-      |====| |====| |====| |====|    |=|=| |    | |====| |====|    |    | |====| |====|  |====|
		| |  | | |     |    | |    | |      |           |   |\   | |      |    |    |    | |      |    |  |
		|        |-    |    | |    | |      |           |   | |  | |      |    |    |    | |      |    |  |
		|        | |   |====| |====| |      |====|      |   | \  | |==|   |    |    |====| |====| |====|  |====|
		|        | |   |      |    | |  |=| |           |   |  | | |      |    |    |    | |      |   \   |
		\         /    |      |    | |    | |           |   |   \| |      |    |    |    | |      |    \  |
		 \       /     |      |    | |====| |====|    |=|=| |    | |      |====|    |    | |====| |     \ |====|
			
		 WRITE ALL YOUR IMPORTANT INFORMATION HERE!  BUT LEAVE THIS TAG HERE! BECAUSE IT LOOKS COOL!
	-->
   <!-- that's a default tag on all my pages, or, in particular, this template,
        but maybe not such a good idea on a senior design project page... oh
        well -->
   <font class = "NormalText">
   The s.c.r.e.a.m. (<b>s</b>ystem for the <b>c</b>reation of <b>r</b>andom
   <b>e</b>lectronic <b>a</b>daptive <b>m</b>usic) is a project which aims to
   create a method by which random music can be generated.  The project is being
   undertaken by the <b>Orange Lunchbox Brigade</b>, a team of two Georgia Tech
   engineers: <a href="http://www.igglybob.com" class="TextLink">Ryan Curtin</a>
   and <a href="http://www.cdkersey.com" class="TextLink">Chad D. Kersey</a>.<br>
   <br>
   More information about the project can be found in the following subpages:
   <br>
   <br>
   &nbsp;-&nbsp;Technical Review Papers - <a href="technical_review_papers.php" class="TextLink">technical_review_papers.php</a>
   <br><br>
   &nbsp;-&nbsp;Project Proposal - <a href="./proposal.php" class="TextLink">proposal.php</a><br>
   <br>
   <br>
   On April 25, The Orange Lunchbox Brigade gave its final presentation on the
s.c.r.e.a.m. and its development timeline.  The slides used can be found <a
href="./papers/final_presentation.pdf" class="TextLink">here</a>.
   <br>
	<br>
   &nbsp;-&nbsp;Final Report - <a href="./papers/final_report.pdf"
class="TextLink">final_report.pdf</a>
   <br>
   <br>
   While the Spring 2008 semester has long since ended, development work
	continues on the s.c.r.e.a.m., albeit slowly and intermittently.  A <a
	href="http://en.wikipedia.org/wiki/Trac" class="TextLink">Trac</a> instance
	has been set up for the development.  Mailing lists have also been set up
	for project management and discussion.
	<br>
	<br>
	&nbsp;-&nbsp;Trac - <a href="http://svn.igglybob.com/scream/"
	class="TextLink">http://svn.igglybob.com/scream/</a>
	<br><br>
	&nbsp;-&nbsp;scream-devel mailing list - <a
	href="http://lists.igglybob.com/mailman/listinfo/scream-devel"
	class="TextLink">http://lists.igglybob.com/mailman/listinfo/scream-devel</a>
	<br><br>
	&nbsp;-&nbsp;scream-svn mailing list (for SVN commits) - <a
	href="http://lists.igglybob.com/mailman/listinfo/scream-svn"
	class="TextLink">http://lists.igglybob.com/mailman/listinfo/scream-svn</a>
	<br>
	<br>
	Anyone interested in developing for this project should feel free to contact
   The Orange Lunchbox Brigade.
   </font>
   <!-- End page! -->
	<?php
		include($dir_prefix . 'counter.php');
		include($dir_prefix . 'footer.php');
	?>
</body>
</html>
