Skip to content

Commit 2d65d34

Browse files
committed
cleanup and sensible html
1 parent a8e2798 commit 2d65d34

File tree

4 files changed

+83
-65
lines changed

4 files changed

+83
-65
lines changed

_config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: Leonid Keselman
77

88
# Short bio or description (displayed in the header)
9-
description: the profile of an engineer, researcher and software developer
9+
# description: the profile of an engineer, researcher and software developer
1010

1111
# URL of your avatar or profile pic (you could use your GitHub profile pic)
1212
avatar: images/circle_bw_crop.jpg
@@ -48,7 +48,7 @@ url: "https://leonidk.com" # the base hostname & protocol for your site
4848
# (http://yourusername.github.io/repository-name)
4949
# and NOT your User repository (http://yourusername.github.io)
5050
# then add in the baseurl here, like this: "/repository-name"
51-
baseurl: ""
51+
#baseurl: ""
5252

5353
#
5454
# !! You don't need to change any of the configuration flags below !!
@@ -74,9 +74,9 @@ sass:
7474
style: :expanded # You might prefer to minify using :compressed
7575

7676
# Use the following plug-ins
77-
gems:
78-
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
79-
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
77+
plugins:
78+
# - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
79+
# - jekyll-feed # Create an Atom feed using the official Jekyll feed gem
8080

8181
# Exclude these files from your production _site
8282
exclude:

_layouts/default.html

+51-53
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,74 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
3-
<head>
4-
<title>{{ site.name }}</title>
53

6-
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
4+
<head>
5+
<title>{{ site.name }}</title>
76

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'>
128

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>
1717

18-
</head>
1918

2019

21-
2220
<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>
3230
<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>.
3331
</p>
3432
<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.
3634
</p>
3735
<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.
3937
</p>
40-
<p align=center>
38+
<p style="text-align:center">
4139
<a target="_blank" href="https://mailhide.io/e/B8TyS"> Email</a> &nbsp;/&nbsp;
4240
<a href="https://github.com/leonidk">GitHub</a> &nbsp;/&nbsp;
4341
<a href="https://scholar.google.com/citations?user=GCYG4GoAAAAJ">Google Scholar</a> &nbsp;/&nbsp;
4442
<a href="https://www.linkedin.com/in/lkeselman"> LinkedIn </a>
4543
</p>
4644
</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">
4947
</td>
5048
</tr>
5149
</table>
5250

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;">
5452
<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>
5755
<p>
5856
I'm interested in computer vision, machine learning, optimization, graphics and robotics.
5957
</p>
6058
</td>
6159
</tr>
6260
</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;">
6462

6563
{% for post in site.posts %}
6664
{% for cat in post.categories %}
6765
{% if cat == 'research' %}
6866
<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" />
7169
</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>
7472
<br>
7573
{{post.authors}}
7674

@@ -100,32 +98,34 @@
10098
{% endfor %}
10199
{% endfor %}
102100
</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;">
105105
<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.
109109
</p>
110110
</td>
111111
</tr>
112112
</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;">
114114

115115
{% for post in site.posts %}
116116
{% for cat in post.categories %}
117117
{% if cat != 'research' %}
118118
<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" />
121121
</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>
124124
<br>
125-
<em>{{post.categories}} {{post.course}}</em>
125+
<em>{{post.categories}} {{post.course}}</em>
126126
<br>
127127
{{ post.date | date: "%Y-%m-%d" }}
128-
128+
129129
<br>
130130
{% if post.website %}
131131
<a href="{{post.website}}">website</a> /
@@ -166,14 +166,12 @@
166166
{% endfor %}
167167
</table>
168168

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;">
170170
<tr>
171-
<td>
171+
<td style="padding:0px">
172172
<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>
177175
</p>
178176
</td>
179177
</tr>

_posts/2019-06-02-venue.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "Venue Analytics: An alternative to citation-based metrics"
3+
title: "Venue Analytics: A Simple Alternative to Citation-Based Metrics"
44
date: 2019-06-04 22:21:59 +00:00
55
image: /images/jcdl2019.png
66
categories: research
@@ -11,4 +11,4 @@ arxiv: https://arxiv.org/abs/1904.12573
1111
slides: /pdfs/jcdl2019.pdf
1212
code: https://github.com/leonidk/venue_scores
1313
---
14-
A bibliometric/scientometric project. Our main two results will be a way to assign value to all venues in computer science and organize them into distinct subfields, all without using citation data. The resulting venue scores can be used to rank universities' by scholarly output, and produce a responsive author-level metric.
14+
A bibliometric/scientometric project. Our main two results are a method of assigning value to all venues in computer science and a method to organize them into distinct subfields, all without using citation data. The resulting venue scores can be used to rank universities' by scholarly output, and produce a responsive author-level metric.

style.scss

+25-5
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,48 @@ tr,
3030
p,
3131
a {
3232
font-family: 'Lato', Verdana, Helvetica, sans-serif;
33-
font-size: 14px
33+
font-size: 14px;
34+
font-display: auto;
3435
}
3536

3637
strong {
3738
font-family: 'Lato', Verdana, Helvetica, sans-serif;
3839
font-size: 14px;
40+
font-display: auto;
3941
}
4042

41-
heading {
43+
h2 {
4244
font-family: 'Lato', Verdana, Helvetica, sans-serif;
4345
font-size: 22px;
46+
font-display: auto;
47+
font-weight: normal;
48+
padding: 0px;
49+
margin: 0px;
50+
display:inline;
4451
}
4552

46-
papertitle {
53+
h3 {
4754
font-family: 'Lato', Verdana, Helvetica, sans-serif;
4855
font-size: 14px;
49-
font-weight: 700
56+
font-weight: 700;
57+
font-display: auto;
58+
padding: 0px;
59+
margin: 0px;
60+
display:inline;
5061
}
5162

52-
personname {
63+
h1 {
5364
font-family: 'Lato', Verdana, Helvetica, sans-serif;
5465
font-size: 32px;
66+
font-weight: normal;
67+
font-display: auto;
68+
text-align: center;
69+
padding: 0px;
70+
margin-block-start: 14px;
71+
margin-block-end: 14px;
72+
margin-left: 0px;
73+
margin-right: 0px;
74+
5575
}
5676

5777
.one {

0 commit comments

Comments
 (0)