-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (12 loc) · 804 Bytes
/
index.html
File metadata and controls
18 lines (12 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: Home
---
<img id="headshot" src="/images/mehul.jpg" width="248" height="248" alt="me"/>
<div id="aboutme">
<p>Hello! I am Mehul Tikekar.</p>
<p>I am a Ph.D. candidate in Electrical Engineering and Computer Science at the Massachusetts Institute of Technology. I work on low power circuit design for video compression and decompression in the <a href="http://www-mtl.mit.edu/researchgroups/icsystems">Digital Integrated Circuits and Systems Group</a> headed by <a href="http://www-mtl.mit.edu/~anantha">Prof. Anantha Chandrakasan</a>.</p>
<p>I received a B.Tech degree at the Indian Institute of Technology Bombay in 2010 and an S.M degree at MIT in 2012.</p>
<h2>Recent blog posts</h2>
$partial("templates/post-list.html")$
<p>The full list is <a href="/blog.html">here</a>.</p>
</div>