-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrandom.html
executable file
·41 lines (29 loc) · 2.47 KB
/
random.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="author" content="Ravishankar Krishnaswamy" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="style.css" type="text/css" />
<title>Ravishankar Krishnaswamy</title>
</head>
<body>
<div id="page" align="center">
<!--#include virtual="header.html" -->
<div id="titlebar" class="titletext">Miscellaneous</div>
<div id="mainbody" class="bodytext" align="justify">
<br><br>
<b>Show Unread in Gmail</b>: Here's a cool Gmail tip that I recently found handy. If you would like it to show only the unread emails in a particular folder/label, all you need to do is search for "label:yourlabel label:unread".
<br><br>
<b>Pittsburgh Trivia</b>: If you're in town, check out some of the cool <a href="http://www.communitywalk.com/pittsburgh/pa/pittsburgh_stairs/map/444504">Pittsburgh Steps</a>---the ones on the southside slopes likely come with a great view of the hills, the river(s), and of course, downtown Pittsburgh for free. Walking the long ones up will always be more rewarding :) Plus there are the usual suspects of taking the Incline up Mt. Washington, Fallingwater, Strip District on a Saturday, North Side Museums, etc.
<br><br>
<b>Thought for Food</b>: (Restaurant choices in Bangalore, with bias towards the veggies).
<br>
Brahmin's Coffee Bar (for the idli+vada), Veena Stores (softest idlis, good vada, sweet pongal), Ganesh Darshan (dosa+coffee).
<br><br>
<b>Coffee!</b> Last but not least, do check out my wife Divya's Indian coffee venture <a href="http://www.madrushcoffee.com">Madrush Coffee</a> if you want fresh Indian coffees shipped across the USA; if you live in India, she's got you covered as well with <a href="http://www.beachvillecoffee.com">Beachville Coffee Roasters</a>. And if you host at Airbnb, check out <a href="http://www.pricelabs.co">Pricelabs</a>, an exciting startup of my undergraduate friend Anurag!
<br><br>
<b>And some credits:</b> for my publications, I used the <a href="https://github.com/pcooksey/bibtex-js">bibtex-js tool</a> which takes in a bibtex and outputs a html page using javascript -- for the specific implementation and template, I used <a href="http://www.cs.cmu.edu/~mmv/Veloso.html">Manuela Veloso's</a> style, many thanks for that!
</div>
</div>
</body>
</html>