update links to git repos
[~bandali/bndl.org] / index.m4
index 54fe7a2..ad3d902 100644 (file)
--- a/index.m4
+++ b/index.m4
@@ -2,7 +2,8 @@ dnl -*- html -*-
 define(__title, `Amin Bandali''`s Personal Site')dnl
 define(__slug, `home')dnl
 define(__nts)dnl
-include(header.html)
+include(header.html)dnl
+
 <section id="intro">
 <p>Hi, I'm Amin.  I am currently a graduate student at the
 <a href="//watform.uwaterloo.ca">Waterloo Formal Methods</a>
@@ -11,7 +12,8 @@ group at the University of Waterloo, supervised by
 The main goal of my research is
 improving <strong>software and systems reliability</strong>
 through application of
-<a href="//en.wikipedia.org/wiki/Formal_methods">formal methods</a>.</p>
+<a href="//en.wikipedia.org/wiki/Formal_methods">formal
+methods</a>.</p>
 
 <p>My research at WatForm focuses on formal logic, model checking, and
 verification.  I am also interested in programming languages, proof
@@ -43,8 +45,8 @@ University of Waterloo.</p>
 <dt>A Comparison of the Declarative Modelling Languages B, DASH, and
 TLA<sup>+</sup>
 <small>
-[ <a href="papers/modre2018-declarative.pdf">pdf</a>
-| <a href="papers/modre2018-declarative.bib">bib</a>
+[ <a href="//p.bndl.org/modre2018-declarative.pdf">pdf</a>
+| <a href="//p.bndl.org/modre2018-declarative.bib">bib</a>
 ]
 </small>
 </dt>
@@ -63,10 +65,10 @@ Copyright &copy; 2018 IEEE.  All Rights Reserved.  Sadly.
 <dl>
 <dt>The Magic of Specifications and Type Systems
 <small>
-[ <a href="talks/cucsc-2017-slides.pdf"
+[ <a href="//p.bndl.org/cucsc-2017-slides.pdf"
      title="presented at the Canadian Undergraduate Computer Science Conference 2017,
 University of Toronto, Canada, June 15–17, 2017">slides</a>
-| <a href="talks/eecs4080-poster.pdf"
+| <a href="//p.bndl.org/eecs4080-poster.pdf"
      title="presented at the Lassonde Undergraduate Summer Student Research Conference,
 York University, Toronto, Canada, August 15, 2017">poster</a>
 ]
@@ -82,12 +84,15 @@ York University, Toronto, Canada, August 15, 2017">poster</a>
 
 <section id="projects">
 <h2>Projects</h2>
-<p>Below are a number of free software projects I have worked on:</p>
+<p>Here are some of my recent free software projects:</p>
 <dl>
-<dt><a href="//git.bandali.eu.org/george-mode">george-mode</a></dt>
+<dt><a href="//git.emacsconf.org/bandali/refinery-theme">refinery-theme</a></dt>
+<dd>A refined, minimalist, layered colour theme for GNU Emacs</dd>
+
+<dt><a href="//git.emacsconf.org/bandali/george-mode">george-mode</a></dt>
 <dd>Emacs major mode for editing George files</dd>
 
-<dt><a href="//git.bandali.eu.org/alloy-catalyst">alloy-catalyst</a></dt>
+<dt><a href="//git.emacsconf.org/bandali/alloy-catalyst">alloy-catalyst</a></dt>
 <dd>Framework for performance analysis of Alloy models</dd>
 
 <dt><a href="//github.com/unitb/unitb-web">unitb-web</a></dt>
@@ -101,15 +106,15 @@ York University, Toronto, Canada, August 15, 2017">poster</a>
 <section id="notes">
 <h2>Notes</h2>
 <p>Here are notes about a variety of topics and issues I care
-about.<!--<br/>
-They're also available via
+about.<br/>
+They are also available via
 <a href="notes.atom">
-<img class="feed-icon" src="/icon-12px.png"
-     alt="subscribe to atom feed">Atom</a>
+<img class="feed-icon" src="icon-12px.png"
+     alt="subscribe to Atom feed">Atom</a>
 and
 <a href="notes.rss">
-<img class="feed-icon" src="/icon-12px.png"
-     alt="subscribe to rss feed">RSS</a> feeds.--></p>
+<img class="feed-icon" src="icon-12px.png"
+     alt="subscribe to RSS feed">RSS</a> feeds.</p>
 
 <table class="post-list">
 <tbody>
@@ -117,7 +122,6 @@ and
 <td><a href="computing">How I do my Computing</a></td>
 <td><small>September 14, 2019</small></td>
 </tr>
-
 <tr>
 <td><a href="arch-macbook-air">Arch GNU/Linux on MacBook Air 2013</a></td>
 <td><small>November 1, 2016</small></td>
@@ -125,5 +129,6 @@ and
 </tbody>
 </table>
 </section>
+
 define(__copy, `2016&ndash;2019')dnl
-include(footer.html)
+include(footer.html)dnl