Commit 59f8d6d6 authored by Murukesh Mohanan's avatar Murukesh Mohanan

used jekyll for remaining pages, @import for CSS

parent d2ead096
name: Murukesh Mohanan, IIT Bombay
markdown: kramdown
defaults:
-
scope:
path: ""
values:
layout: "default"
pagestyle: "style.css"
......@@ -11,7 +11,7 @@
<title>
{{ page.title }} &ndash; Muru's home page.
</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="styles/{{ pagestyle }}.css" type="text/css">
<!-- Web Fonts FTW! -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<script type="text/javascript" src="murujs.js"></script>
......
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Muru's home page - Acads.
</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="styles/acad.css" type="text/css">
<script type="text/javascript" src="murujs.js"></script>
</head>
<body>
<!--#include virtual="header.html"-->
<div id="main">
<div class="section">
Current courses:<ul>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+601" target="_blank">CS 601</a>: Algorithms and Complexity</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+626" target="_blank">CS 626</a>: Speech, Natural Language Processing and the Web</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+724" target="_blank">CS 724</a>: Network Security and Cryptography - 2</li>
</ul>
</div>
<div class="section">
Sem II courses:<ul>
<li>CS 534: Quantum Information and Computing</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+715" target="_blank">CS 715</a>: Design and Implementation of Gnu Compiler Generation Framework</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+726" target="_blank">CS 726</a>: Advanced Machine Learning</li>
</ul>
</div>
<div class="section">
Sem I courses:<ul>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+613" target="_blank">CS 613</a>: Design and Implementation of Functional Programming Languages</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+618" target="_blank">CS 618</a>: Program Analysis</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+621" target="_blank">CS 621</a>: Artificial Intelligence</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+719" target="_blank">CS 719</a>: Topics in Mathematical Foundations of Formal Verification</li>
</ul>
</div>
<div class="section">
Past:<ul>
<li>Bachelor of Technology in Mechanical Engineering from IIT Guwahati</li>
</ul>
</div>
<div class="section">
Current timetable:
<p>
<!--
Two exercises are completed here:
1. There is a bookmark in resources.html to #timetable, and
2. Two special characters, the down arrow and right arrow are used.
-->
<table id="timetable">
<tr>
<td width="7">Time&rarr; <br>
Day&darr; </td>
<td>09:30<br>10:55</td>
<td>14:00<br>15:25</td>
<td>15:30<br>16:55</td>
</tr>
<tr>
<td>Mon</td>
<td>&nbsp;</td>
<td><b>CS 719</b> [SIC305]: <br><em>Supratik Chakraborty</em></td>
<td><b>CS 618</b> [SIC201]: <br><em>Uday Khedkar</em>&nbsp;</td>
</tr>
<tr>
<td>Tue</td>
<td>&nbsp;</td>
<td><b>CS 613</b> [SIC201]: <br><em>Sanyal Amitabh</em>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Wed</td>
<td><b>CS 621</b> [SIC205]: <br><em>Sivakumar G.</em>&nbsp;</td>
<td colspan=2><b>CS 699</b><br><em>Bhaskar Raman</em>&nbsp;</td>
</tr>
<tr>
<td>Thu</td>
<td>&nbsp;</td>
<td><b>CS 719</b> [SIC305]: <br><em>Supratik Chakraborty</em></td>
<td><b>CS 618</b> [SIC201]: <br><em>Uday Khedkar</em>&nbsp;</td>
</tr>
<tr>
<td>Fri</td>
<td><b>CS 621</b> [SIC205]: <br><em>Sivakumar G.</em>&nbsp;</td>
<td><b>CS 613</b> [SIC201]: <br><em>Sanyal Amitabh</em>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</div>
</div>
<!--#include virtual="footer.html"-->
</body>
</html>
---
title: Academics
pagestyle: tt
---
<div class="section">
Current courses:<ul>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+601" target="_blank">CS 601</a>: Algorithms and Complexity</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+626" target="_blank">CS 626</a>: Speech, Natural Language Processing and the Web</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+724" target="_blank">CS 724</a>: Network Security and Cryptography - 2</li>
</ul>
</div>
<div class="section">
Sem II courses:<ul>
<li>CS 534: Quantum Information and Computing</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+715" target="_blank">CS 715</a>: Design and Implementation of Gnu Compiler Generation Framework</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+726" target="_blank">CS 726</a>: Advanced Machine Learning</li>
</ul>
</div>
<div class="section">
Sem I courses:<ul>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+613" target="_blank">CS 613</a>: Design and Implementation of Functional Programming Languages</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+618" target="_blank">CS 618</a>: Program Analysis</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+621" target="_blank">CS 621</a>: Artificial Intelligence</li>
<li><a href="http://www.cse.iitb.ac.in/page134?course=CS+719" target="_blank">CS 719</a>: Topics in Mathematical Foundations of Formal Verification</li>
</ul>
</div>
<div class="section">
Past:<ul>
<li>Bachelor of Technology in Mechanical Engineering from IIT Guwahati</li>
</ul>
</div>
<div class="section">
Current timetable:
<p>
<!--
Two exercises are completed here:
1. There is a bookmark in resources.html to #timetable, and
2. Two special characters, the down arrow and right arrow are used.
-->
<table id="timetable">
<tr>
<td width="7">Time&rarr; <br>
Day&darr; </td>
<td>09:30<br>10:55</td>
<td>14:00<br>15:25</td>
<td>15:30<br>16:55</td>
</tr>
<tr>
<td>Mon</td>
<td>&nbsp;</td>
<td><b>CS 719</b> [SIC305]: <br><em>Supratik Chakraborty</em></td>
<td><b>CS 618</b> [SIC201]: <br><em>Uday Khedkar</em>&nbsp;</td>
</tr>
<tr>
<td>Tue</td>
<td>&nbsp;</td>
<td><b>CS 613</b> [SIC201]: <br><em>Sanyal Amitabh</em>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Wed</td>
<td><b>CS 621</b> [SIC205]: <br><em>Sivakumar G.</em>&nbsp;</td>
<td colspan=2><b>CS 699</b><br><em>Bhaskar Raman</em>&nbsp;</td>
</tr>
<tr>
<td>Thu</td>
<td>&nbsp;</td>
<td><b>CS 719</b> [SIC305]: <br><em>Supratik Chakraborty</em></td>
<td><b>CS 618</b> [SIC201]: <br><em>Uday Khedkar</em>&nbsp;</td>
</tr>
<tr>
<td>Fri</td>
<td><b>CS 621</b> [SIC205]: <br><em>Sivakumar G.</em>&nbsp;</td>
<td><b>CS 613</b> [SIC201]: <br><em>Sanyal Amitabh</em>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</div>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Muru's home page - Contacts.
</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<link rel="stylesheet" href="style.css" type="text/css">
<script type="text/javascript" src="murujs.js"></script>
</head>
<body>
<!--#include virtual="header.html"-->
<div id="main">
<div class="section">
Currently at:<ul>
<li>C-223, Hostel 13, IIT Bombay</li>
</ul>
</div>
<div class="section">
Email me at:<ul>
<li>murukesh.mohanan [AT] gmail.com</li>
<li>murukesh [AT] cse.iitb.ac.in</li>
<li>m.mohanan [AT] alumni.iitg.ernet.in (defunct)</li>
</ul>
</div>
<div class="section">
Online:<ul>
<li><a target="_blank" href="https://facebook.com/murukesh">Facebook</a></li>
<li><a target="_blank" href="https://plus.google.com/+murukeshmohanan/">Google+</a></li>
<li><a target="_blank" href="http://murukeshm.blogspot.in/">Main Blog</a></li>
<li><a target="_blank" href="http://linuxexperiments.blogspot.in/">Second Blog</a></li>
</ul>
</div>
</div>
<!--#include virtual="footer.html"-->
</body>
</html>
---
title: Contact
---
<div id="main">
<div class="section">
Currently at:<ul>
<li>C-223, Hostel 13, IIT Bombay</li>
</ul>
</div>
<div class="section">
Email me at:<ul>
<li>murukesh.mohanan [AT] gmail.com</li>
<li>murukesh [AT] cse.iitb.ac.in</li>
<li>m.mohanan [AT] alumni.iitg.ernet.in (defunct)</li>
</ul>
</div>
<div class="section">
Online:<ul>
<li><a target="_blank" href="https://facebook.com/murukesh">Facebook</a></li>
<li><a target="_blank" href="https://plus.google.com/+murukeshmohanan/">Google+</a></li>
<li><a target="_blank" href="http://murukeshm.blogspot.in/">Main Blog</a></li>
<li><a target="_blank" href="http://linuxexperiments.blogspot.in/">Second Blog</a></li>
</ul>
</div>
</div>
---
layout: default
title: Murukesh Mohanan
---
......
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Muru's home page - Resources.
</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="styles/resources.css" type="text/css">
<link rel="stylesheet" href="styles/cann-table.css" type="text/css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu">
<script type="text/javascript" src="murujs.js"></script>
</head>
<body>
<!--#include virtual="header.html"-->
<div id="main">
<div class="section">
A CV template in LaTeX (modified from one obtained online, original included): <br>
<a href="files/CV-LaTeX.tar.gz">CV-LaTeX.tar.gz</a>
</div>
<div class="section">
Some stuff that I drag around with me on my various Linux boxes:
<ol>
<li class="no-marker">Vimrc and vim plugins:
<a href="files/vim.tar.bz2">vim.tar.bz2</a><br>
Currently contains a nifty <code>vimrc</code>, and some plugins:
<ul class="resources-list" id="plugins-list">
<li><a href="http://www.vim.org/scripts/script.php?script_id=2332" target="_blank">Pathogen</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=2736" target="_blank">Syntastic</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=1643" target="_blank">SuperTab</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=294" target="_blank">Align</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=884" target="_blank">AutoAlign</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=3109" target="_blank">Latex-Box</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=1697" target="_blank">Surround.vim</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=2603" target="_blank">Haskell Cuteness</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=3282" target="_blank">Extended Regex</a></li>
<li><a href="https://github.com/lukerandall/haskellmode-vim" target="_blank">Haskell Mode - Vim</a></li>
<li><a href="https://github.com/dag/vim2hs" target="_blank">Vim to Haskell</a></li>
</ul>
<p style="clear: both;padding-top: 0.5em;">You might wanna do a <code>git pull</code> on some of the plugins inside <code>.vim/bundle</code>.
</li>
<li class="no-marker">Some bash scripts:
<ul class="resources-list" style="list-style: decimal">
<li><a href="files/curlwc.sh">curlwc.sh</a>:
This script uses <a href="http://linux.die.net/man/1/curl" target="_blank">curl(1)</a> to download the target file in parts. Not very robust.
</li>
<li><a href="files/mtcd.sh">mtcd.sh</a>:
This script mounts all arguments in directories within <code>~/cdrom</code> (as ISO9660 images), and also handles unmounting.
</li>
</ul>
These and more can be found on my <a href="https://github.com/murukeshm/scripts" target="_blank">GitHub scrips repo</a>.
</li>
</ol>
</div>
<div class="section">
<h3 id="cann"><a href="http://www.sussex.ac.uk/Users/iane/cannyclubs.php" target="_blank" >A Cann Table:</a> </h3>
<!--#include virtual="cann-table.html"-->
<p> I have followed the banding used by <a href="http://www.7amkickoff.com/2012/cann-tables-show-the-gap-between-arsenal-and-the-top-is-smaller-than-you-think/">
@7amkickoff</a>.
<p> This table is updated weekly via a cronjob. <br>
The data is scraped from <a href=http://www.premierleague.com/en-gb/matchday/league-table.html" target="_blank">the PL site</a>
without any permission. <br>
Hopefully this will count as personal use. :)
</div>
</div>
<!--#include virtual="footer.html"-->
</body>
</html>
---
title: Resources
pagestyle: cann-table
---
<div class="section">
A CV template in LaTeX (modified from one obtained online, original included): <br>
<a href="files/CV-LaTeX.tar.gz">CV-LaTeX.tar.gz</a>
</div>
<div class="section">
Some stuff that I drag around with me on my various Linux boxes:
<ol>
<li class="no-marker">Vimrc and vim plugins:
<a href="files/vim.tar.bz2">vim.tar.bz2</a><br>
Currently contains a nifty <code>vimrc</code>, and some plugins:
<ul class="resources-list" id="plugins-list">
<li><a href="http://www.vim.org/scripts/script.php?script_id=2332" target="_blank">Pathogen</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=2736" target="_blank">Syntastic</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=1643" target="_blank">SuperTab</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=294" target="_blank">Align</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=884" target="_blank">AutoAlign</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=3109" target="_blank">Latex-Box</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=1697" target="_blank">Surround.vim</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=2603" target="_blank">Haskell Cuteness</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=3282" target="_blank">Extended Regex</a></li>
<li><a href="https://github.com/lukerandall/haskellmode-vim" target="_blank">Haskell Mode - Vim</a></li>
<li><a href="https://github.com/dag/vim2hs" target="_blank">Vim to Haskell</a></li>
</ul>
<p style="clear: both;padding-top: 0.5em;">You might wanna do a <code>git pull</code> on some of the plugins inside <code>.vim/bundle</code>.
</li>
<li class="no-marker">Some bash scripts:
<ul class="resources-list" style="list-style: decimal">
<li><a href="files/curlwc.sh">curlwc.sh</a>:
This script uses <a href="http://linux.die.net/man/1/curl" target="_blank">curl(1)</a> to download the target file in parts. Not very robust.
</li>
<li><a href="files/mtcd.sh">mtcd.sh</a>:
This script mounts all arguments in directories within <code>~/cdrom</code> (as ISO9660 images), and also handles unmounting.
</li>
</ul>
These and more can be found on my <a href="https://github.com/murukeshm/scripts" target="_blank">GitHub scrips repo</a>.
</li>
</ol>
</div>
<div class="section">
<h3 id="cann"><a href="http://www.sussex.ac.uk/Users/iane/cannyclubs.php" target="_blank" >A Cann Table:</a> </h3>
<!--#include virtual="cann-table.html"-->
<p> I have followed the banding used by <a href="http://www.7amkickoff.com/2012/cann-tables-show-the-gap-between-arsenal-and-the-top-is-smaller-than-you-think/">
@7amkickoff</a>.
<p> This table is updated weekly via a cronjob. <br>
The data is scraped from <a href=http://www.premierleague.com/en-gb/matchday/league-table.html" target="_blank">the PL site</a>
without any permission. <br>
Hopefully this will count as personal use. :)
</div>
@import '../style.css';
#timetable {
/* borderColor=#000000 width="100%" cellSpacing=0 cellPadding=9 border=1*/
border: 0.1em solid gray;
......
@import 'resources.css';
#cann-table {
border: 0.1em solid gray;
width: 100%;
......
@import '../style.css';
#main li {
list-style-image: url("../images/not_sign.png");
padding: 0.1em;
......
@import '../style.css';
#plugins-list li {
float: left;
width: 10em;
......
@import 'acad.css';
td, th {
border: solid black;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment