|
1 | 1 | <!DOCTYPE HTML>
|
2 | 2 | <html lang="en">
|
3 |
| - <head> |
4 |
| - <title>{{ site.name }}</title> |
5 | 3 |
|
6 |
| - <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> |
| 4 | +<head> |
| 5 | + <title>{{ site.name }}</title> |
7 | 6 |
|
8 |
| - <meta name="description" content="{{ site.description }}"> |
9 |
| - <meta property="og:description" content="{{ site.description }}" /> |
10 |
| - <meta name="author" content="{{ site.name }}" /> |
11 |
| - <meta name="viewport" content="width=500"> |
| 7 | + <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> |
12 | 8 |
|
13 |
| - <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" /> |
14 |
| - <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> |
15 |
| - <link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" /> |
16 |
| - <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel='stylesheet' type='text/css'> |
| 9 | + <meta name="author" content="{{ site.name }}" /> |
| 10 | + <meta name="viewport" content="width=500"> |
| 11 | + |
| 12 | + <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" /> |
| 13 | + <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> |
| 14 | + <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel='stylesheet' type='text/css'> |
| 15 | + |
| 16 | +</head> |
17 | 17 |
|
18 |
| - </head> |
19 | 18 |
|
20 | 19 |
|
21 |
| - |
22 | 20 | <body>
|
23 |
| - <table width="800" border="0" align="center" cellspacing="0" cellpadding="0"> |
24 |
| - <tr> |
25 |
| - <td> |
26 |
| - <table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"> |
27 |
| - <tr> |
28 |
| - <td width="67%" valign="middle"> |
29 |
| - <p align="center"> |
30 |
| - <personname>Leonid Keselman</personname> |
31 |
| - </p> |
| 21 | + <table style="width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> |
| 22 | + <tr style="padding:0px"> |
| 23 | + <td style="padding:0px"> |
| 24 | + <table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> |
| 25 | + <tr style="padding:0px"> |
| 26 | + <td style="padding:20px;width:67%;vertical-align:middle"> |
| 27 | + <h1> |
| 28 | + Leonid Keselman |
| 29 | + </h1> |
32 | 30 | <p>I am a PhD student at the <a href="https://www.ri.cmu.edu/">Robotics Institute</a>, part of the <a href="https://www.scs.cmu.edu/">School of Computer Science</a> at <a href="https://www.cmu.edu/">Carnegie Mellon University</a>, where I work on 3D computer vision. My PhD advisor is <a href="http://www.cs.cmu.edu/~hebert/">Martial Hebert</a>.
|
33 | 31 | </p>
|
34 | 32 | <p>
|
35 |
| - From 2011 to 2017, I worked at <a href="https://www.intel.com">Intel</a>, as part of <a href="https://www.intelrealsense.com/">Intel RealSense</a>. I primarily designed computer vision algorithms for efficient hardware ASICs, including the Intel RealSense <a href="https://software.intel.com/en-us/articles/realsense-r200-camera">R200</a> and <a href="https://software.intel.com/en-us/realsense/d400">D400</a> series RGB-D sensors. Additionally, I worked on <a href="https://github.com/IntelRealSense/librealsense">software APIs</a>, <a href="https://patents.google.com/patent/US9992474B2">active illumination systems</a>, <a href="https://patents.google.com/patent/US9304597">human-computer interaction devices</a>, and helped develop demos for trade shows, including CES 2012-2016. |
| 33 | + From 2011 to 2017, I worked at <a href="https://www.intel.com">Intel</a>, as part of <a href="https://www.intelrealsense.com/">Intel RealSense</a>. I primarily designed computer vision algorithms for efficient hardware ASICs, including the Intel RealSense <a href="https://software.intel.com/en-us/articles/realsense-r200-camera">R200</a> and <a href="https://software.intel.com/en-us/realsense/d400">D400</a> RGB-D sensors. Additionally, I worked on <a href="https://github.com/IntelRealSense/librealsense">software APIs</a>, <a href="https://patents.google.com/patent/US9992474B2">active illumination systems</a>, <a href="https://patents.google.com/patent/US9304597">human-computer interaction devices</a>, and helped develop demos for trade shows, including CES 2012-2016. |
36 | 34 | </p>
|
37 | 35 | <p>
|
38 |
| - I have an MS in Computer Science (AI focus) from <a href="http://cs.stanford.edu">Stanford University</a>, where I was a research assistant for <a href="http://svl.stanford.edu/">Silvio Savarese</a> and a teaching assistant for <a href="http://svl.stanford.edu/">Fei-Fei Li</a> (<a href="http://vision.stanford.edu/teaching/cs131_fall1617/">CS131</a> & <a href="http://cs231n.stanford.edu/2017/">CS231N</a>). I did my BS in EECS at <a href="http://www.eecs.berkeley.edu/">UC Berkeley</a>, where I worked in <a href="https://people.eecs.berkeley.edu/~pister/">Kris Pister's</a> lab. |
| 36 | + I have an MS in Computer Science (AI focus) from <a href="http://cs.stanford.edu">Stanford University</a>, where I was a research assistant for <a href="http://svl.stanford.edu/">Silvio Savarese</a> and a teaching assistant for <a href="http://svl.stanford.edu/">Fei-Fei Li</a> (<a href="http://vision.stanford.edu/teaching/cs131_fall1617/">CS131</a> & <a href="http://cs231n.stanford.edu/2017/">CS231N</a>). I did my BS in EECS at <a href="http://www.eecs.berkeley.edu/">UC Berkeley</a>, where I worked in <a href="https://people.eecs.berkeley.edu/~pister/">Kris Pister's</a> lab. |
39 | 37 | </p>
|
40 |
| - <p align=center> |
| 38 | + <p style="text-align:center"> |
41 | 39 | <a target="_blank" href="https://mailhide.io/e/B8TyS"> Email</a> /
|
42 | 40 | <a href="https://github.com/leonidk">GitHub</a> /
|
43 | 41 | <a href="https://scholar.google.com/citations?user=GCYG4GoAAAAJ">Google Scholar</a> /
|
44 | 42 | <a href="https://www.linkedin.com/in/lkeselman"> LinkedIn </a>
|
45 | 43 | </p>
|
46 | 44 | </td>
|
47 |
| - <td width="33%"> |
48 |
| - <img src="images/circle_bw_crop.jpg"> |
| 45 | + <td style="padding:20px;width:33%"> |
| 46 | + <img alt="profile photo" src="images/circle_bw_crop.jpg"> |
49 | 47 | </td>
|
50 | 48 | </tr>
|
51 | 49 | </table>
|
52 | 50 |
|
53 |
| - <table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"> |
| 51 | + <table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> |
54 | 52 | <tr>
|
55 |
| - <td width="100%" valign="middle"> |
56 |
| - <heading>Research</heading> |
| 53 | + <td style="padding:20px;width:100%;vertical-align:middle"> |
| 54 | + <h2>Research</h2> |
57 | 55 | <p>
|
58 | 56 | I'm interested in computer vision, machine learning, optimization, graphics and robotics.
|
59 | 57 | </p>
|
60 | 58 | </td>
|
61 | 59 | </tr>
|
62 | 60 | </table>
|
63 |
| - <table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"> |
| 61 | + <table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> |
64 | 62 |
|
65 | 63 | {% for post in site.posts %}
|
66 | 64 | {% for cat in post.categories %}
|
67 | 65 | {% if cat == 'research' %}
|
68 | 66 | <tr>
|
69 |
| - <td width="25%"> |
70 |
| - <img src="/tn{{post.image}}" style="width:auto; height:auto; max-width:160px; max-height:160px" /> |
| 67 | + <td style="padding:20px;width:25%;vertical-align:middle"> |
| 68 | + <img src="/tn{{post.image}}" alt="project image" style="width:auto; height:auto; max-width:160px; max-height:160px" /> |
71 | 69 | </td>
|
72 |
| - <td valign="middle" width="75%"> |
73 |
| - <papertitle>{{post.title}}</papertitle> |
| 70 | + <td style="padding:20px;width:75%;vertical-align:middle"> |
| 71 | + <h3>{{post.title}}</h3> |
74 | 72 | <br>
|
75 | 73 | {{post.authors}}
|
76 | 74 |
|
|
100 | 98 | {% endfor %}
|
101 | 99 | {% endfor %}
|
102 | 100 | </table>
|
103 |
| - |
104 |
| - <table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"> |
| 101 | + <br> |
| 102 | + <br> |
| 103 | + <br> |
| 104 | + <table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> |
105 | 105 | <tr>
|
106 |
| - <td width="100%" valign="middle"> |
107 |
| - <heading>Other Projects</heading> |
108 |
| - <p> These include projects from my time in industry, coursework and fun side projects. |
| 106 | + <td style="padding:20px;width:100%;vertical-align:middle"> |
| 107 | + <h2>Other Projects</h2> |
| 108 | + <p> These include projects from my time in industry, coursework and fun side projects. |
109 | 109 | </p>
|
110 | 110 | </td>
|
111 | 111 | </tr>
|
112 | 112 | </table>
|
113 |
| - <table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"> |
| 113 | + <table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> |
114 | 114 |
|
115 | 115 | {% for post in site.posts %}
|
116 | 116 | {% for cat in post.categories %}
|
117 | 117 | {% if cat != 'research' %}
|
118 | 118 | <tr>
|
119 |
| - <td width="25%"> |
120 |
| - <img src="/tn{{post.image}}" style="width:auto; height:auto; max-width:160px; max-height:160px" /> |
| 119 | + <td style="padding:20px;width:25%;vertical-align:middle"> |
| 120 | + <img src="/tn{{post.image}}" alt="project image" style="width:auto; height:auto; max-width:160px; max-height:160px" /> |
121 | 121 | </td>
|
122 |
| - <td valign="middle" width="75%"> |
123 |
| - <papertitle>{{post.title}}</papertitle> |
| 122 | + <td style="padding:20px;width:75%;vertical-align:middle"> |
| 123 | + <h3>{{post.title}}</h3> |
124 | 124 | <br>
|
125 |
| - <em>{{post.categories}} {{post.course}}</em> |
| 125 | + <em>{{post.categories}} {{post.course}}</em> |
126 | 126 | <br>
|
127 | 127 | {{ post.date | date: "%Y-%m-%d" }}
|
128 |
| - |
| 128 | + |
129 | 129 | <br>
|
130 | 130 | {% if post.website %}
|
131 | 131 | <a href="{{post.website}}">website</a> /
|
|
166 | 166 | {% endfor %}
|
167 | 167 | </table>
|
168 | 168 |
|
169 |
| - <table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"> |
| 169 | + <table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> |
170 | 170 | <tr>
|
171 |
| - <td> |
| 171 | + <td style="padding:0px"> |
172 | 172 | <br>
|
173 |
| - <p align="center"> |
174 |
| - <font size="2"> |
175 |
| - Design and source code from <a href="https://jonbarron.info">Jon Barron's website</a> |
176 |
| - </font> |
| 173 | + <p style="text-align:center;font-size:x-small;"> |
| 174 | + Design and source code from <a style="font-size:x-small;" href="https://jonbarron.info">Jon Barron's website</a> |
177 | 175 | </p>
|
178 | 176 | </td>
|
179 | 177 | </tr>
|
|
0 commit comments