<?php
$link = "home";
$title = "Home";
include("inc/header.php");
?>

<?php
   /*$ipfile = "ipaddresses.txt";
   $fh = fopen($ipfile, 'a');
   $iptime = $date . " - " . getIP();
   @fwrite($fh, "ASDF");
   @fclose($fh);*/
?>


<h2>Welcome!</h2>
<div class="box">
<p>I am now a Software Engineer at Google.</p>

<p>I received my Ph.D. EECS at MIT in 2014.  My research advisor was <a href="http://people.csail.mit.edu/fisher/" target="BLANK">John W. Fisher III</a> and I worked in the Computer Science and Artificial Intelligence Laboratory (<a href="http://csail.mit.edu" target="BLANK">CSAIL</a>).  I was a member of the Sensing, Learning, and Inference (<a href="http://groups.csail.mit.edu/vision/sli/" target="BLANK">SLI</a>) group, the <a href="http://groups.csail.mit.edu/vision/welcome/" target="BLANK">CSAIL Vision group</a>,  and worked closely with <a href="http://ssg.mit.edu/group/willsky/willsky.shtml" target="BLANK">Alan Willsky</a> and the Stochastic Systems Group (<a href="http://ssg.mit.edu/" target="BLANK">SSG</a>) in the Laboratory for Information and Decision Systems (<a href="http://lids.mit.edu/" target="BLANK">LIDS</a>).</p>

<!--p>Prior to graduate school, I finished my undergraduate degree in electrical engineering at the University of Illinois at Urbana-Champaign in 2007.  I did a little bit of research in Decentralized Detection Schemes under the supervision of Prof. Venugopal Veeravalli.  However, my efforts in undergrad were focused more in extra-curricular activities such as Engineering Open House.</p-->

<p>My current research interests involve image/video segmentation, probabilistic modeling, and machine learning.
</div>
<br>
<!--div class="boxad">
   You can find my CV <a href="files/jason_chang_cv.pdf">here</a>.
</div-->


<?php include("inc/footer.php"); ?>
