Files
edx-platform/staff.html
2011-12-21 17:30:03 -05:00

74 lines
3.0 KiB
HTML

<%inherit file="main.html" />
<div id="topWrapper">
<div id="topBanner"></div>
</div>
<div id="topnav">
<ul>
<li style="border:none">
<a href="/" shape="rect">Home</a>
</li>
<li style="border:none">
<a href="/t/info.html" shape="rect">Course Info</a>
</li>
<li id="current" style="border:none">
<a href="/t/staff.html" shape="rect">Instructors</a>
</li>
<li style="border:none">
<a href="http://books.google.com/books/about/Foundations_of_analog_and_digital_electr.html?id=6_mt26W5VMUC" shape="rect">Textbook</a>
</li>
</ul>
</div>
<!-- end top wrapper -->
<div id="wrapper">
<div id="bg">
<div id="header"></div>
<div id="page">
<!-- begin container -->
<div id="container">
<!-- content -->
<div id="content">
<center>
<table>
<tr> <td colspan=3> <h1>About the course staff</h1></td></tr>
<tr><td width=110><img src="/static/staff/agarwal-mit-news-small.jpg"></td><td width=400 colspan=2> <p> Anant Agarwal is Director the MIT's Computer Science and Artificial
Intelligence Laboratory. His research focus is in parallel computer
architectures, and he is the founder of several successful
startups. Most recently, he founded Tilera, which produces scalable
multicore embedded processors. He co-author the course textbook
"Foundations of Analog and Digital Electronic Circuits." </td></tr>
<tr><td width=110><img src="/static/staff/cjt-small.jpg"></td><td colspan=2> <p> Chris Terman is Co-Director MIT CSAIL, and a highly regarded
instructor. He is the author of JSim, an educational package for
on-line circuit schematic entry and simulation, and XTutor, and
on-line question-and-answer tutoring system. </td></tr>
<tr><td><img src="/static/staff/gjs-small.jpg"></td><td colspan=2> <p> Gerald Sussman is a Professor of Electrical Engineering at MIT. He
is a well know educator in the computer science community, perhaps
best know as the author of Structure and Interpretation of Computer
Programs, which is universally acknowledged as one of the top ten
textboooks in computer science, or as the creator of Scheme, a popular
teaching language. His research spans a range of topics, from
artifical intelligence, to physics and chaotic systems, to
supercomputer design.</td></tr>
<tr><td><img src="/static/staff/pmitros-small.jpg"></td><td colspan=2> <p> Piotr Mitros is a Research Scientist at MIT. His research focus is
in finding ways to apply techniques from control systems to optimizing
the learning process. Piotr has worked as an analog designer at Texas
Instruments, Talking Lights, and most recently, designed the analog
front end for a novel medical imaging modality for Rhythmia Medical.</td></tr>
</td></tr></table>
</div>
<!-- end content -->
</div>
<!-- end container -->
</div>
<div id="footerWrapper"></div>
</div>
</div>