$def with (d)
<div id="everything">
    $:d.header
    <div id="topcontent">
        <div id="headleft">
            <div class="intro">
                <a id="email" href="mailto:neeraj@cs.columbia.edu">neeraj@cs.columbia.edu</a>
                <p>Postdoctoral Research Associate with Profs.
                <a target="_blank"
                href="http://www.cs.washington.edu/homes/seitz/">Steve Seitz</a> and
                <a target="_blank" href="http://www.cs.washington.edu/homes/curless/">Brian Curless</a></p>
                $# <p><a target="_blank" href="http://grail.cs.washington.edu/">GRAIL</a>,
                <p><a target="_blank" href="http://www.cs.washington.edu/">Department of Computer Science and Engineering</a>,
                <a target="_blank" href="http://www.washington.edu/">University of Washington-Seattle</a>.</p>
                <br/>
                <p>Ph.D. 2011 from <a href="http://www.columbia.edu">Columbia University</a>, advised by <a href="http://www.cs.columbia.edu/~belhumeur/">Peter Belhumeur</a> &amp; <a href="http://www.cs.columbia.edu/~nayar/">Shree Nayar</a></p>
            </div>
            <div class="topleftcontent">
            <h2>Research Overview</h2>
            <p>
            I work in the areas of computer vision and machine learning,
            developing techniques that leverage large collections of real-world
            images for a variety of applications.  I am particularly interested
            in the use of intermediate representations such as parts and
            attributes, both for improving performance on classical vision
            tasks such as search and recognition, as well as for creating novel
            applications such as automatic face replacement and exploration of
            image collections. Much of my work is directed toward human faces.
            </p>
            <br>
            <p>
            Watch a <a href="http://www.youtube.com/watch?v=9RO_CKKWfBA" target="_blank">recent talk</a> I gave at UNC-Chapel Hill describing my PhD. work.
            </p>
            <br>
        </div>
        </div>
        <div id="headright">
            <img src="neeraj_small.jpg" alt="neeraj headshot" />
        </div>
    </div>
    <div id="maincontent">
        <h2>Curriculum Vitae</h2>
        <a href="neeraj_kumar_cv.pdf">PDF Format</a>
        <h2 id="publications">Recent Publications (<a href="publications/">see all</a>)</h2>
        <ol class="publications">
        $for p in d.publications:
            <li>$:p</li>
        </ol>
        <h2 id="projects">Recent Projects (<a href="projects/">see all</a>)</h2>
        <div class="projects">
        $for p in d.projects:
            $:p
        </div>
        <h2 id="databases">Databases</h2>
        <div class="databases">
        $for p in d.databases:
            $:p
        </div>
        $if d.personal:
            <h2 id="personal">Personal</h2>
            $:d.personal
    </div>
</div>
