various updates
[~bandali/bndl.org] / index.m4
index 2459b42..4263196 100644 (file)
--- a/index.m4
+++ b/index.m4
@@ -4,111 +4,44 @@ define(__slug, `home')dnl
 define(__nts)dnl
 include(header.html)dnl
 
-<section id="intro">
-<p>Hi, I'm bandali.  I am a graduate student at the
-<a href="//watform.uwaterloo.ca">Waterloo Formal Methods</a> group at
-the University of Waterloo, supervised by
-<a href="//cs.uwaterloo.ca/~nday/">Nancy&nbsp;Day</a>.
-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>
-
-<p>My research at WatForm focuses on formal logic, model checking, and
-verification.  I am also interested in programming languages, proof
+<section id="intro" class="justify">
+<p>Hi, I'm bandali.  I am
+a <a href="//www.gnu.org/philosophy/free-sw.html">free software</a>
+activist and a computing scientist.  I graduated from the University
+of Waterloo with a <a href="/mmath">Master of Mathematics</a> degree
+in Computer Science, where I did research in formal logic, model
+checking, and verification supervised
+by <a href="//cs.uwaterloo.ca/~nday/">Dr.&nbsp;Nancy Day</a>.  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>.
+My research areas of interest include programming languages, proof
 assistants, and their type systems.</p>
 
-<p>On the side, I enjoy
-<a href="//stallman.org/articles/on-hacking.html">hacking</a> on
-<a href="//www.gnu.org/software/emacs/manual/elisp.html">elisp</a>
-and <a href="//www.gnu.org/software/guile/">guile</a>.  I am a
+<p>On the side, I
+enjoy <a href="//stallman.org/articles/on-hacking.html">hacking</a>
+on <a href="//www.gnu.org/software/emacs/manual/elisp.html">elisp</a>
+and <a href="//www.gnu.org/software/guile/">guile</a>.  I'm a
 GNU <a href="//www.gnu.org/people/#bandali">maintainer</a>,
 <a href="//www.gnu.org/people/webmeisters.html#bandali">webmaster</a>,
-and <a href="//savanna.gnu.org/maintenance/SavannahHacker/">Savannah
-hacker</a>.  I am also a
-<a href="//www.gnu.org/philosophy/free-sw.html">free software</a>
-activist, and an <a href="//www.fsf.org/associate/">associate
-member</a> of the <a href="///www.fsf.org">Free Software
-Foundation</a>.  I'm the chief organizer of
-the <a href="//emacsconf.org">EmacsConf</a> conference, and the
-co-host of the <a href="//emacsel.com">Emacs.el</a> podcast with
+and <a href="//savannah.gnu.org/maintenance/SavannahHacker/">Savannah
+hacker</a>; and an <a href="//www.fsf.org/associate/">associate
+member</a> of the Free Software Foundation (FSF).  I'm currently the
+chief organizer of the <a href="//emacsconf.org">EmacsConf</a>
+conference, and the co-host of
+the <a href="//emacsel.com">Emacs.el</a> podcast with
 <a href="//www.pygopar.com">Daniel Gopar</a>.  I am also a member of
 the Systems Committee of the
 <a href="//csclub.uwaterloo.ca">Computer Science Club</a> of the
-University of Waterloo, and an intern with the FSF tech team starting
-in spring 2020.</p>
-</section>
-
-<section id="papers">
-<h2>Papers</h2>
-<dl>
-<dt>A Comparison of the Declarative Modelling Languages B, Dash, and
-TLA<sup>+</sup>
-<small>
-[ <a href="//p.bndl.org/modre2018-declarative.pdf">pdf</a>
-| <a href="//p.bndl.org/modre2018-declarative.bib">bib</a>
-]
-</small>
-</dt>
-<dd>
-Ali Abbassi, <a href="//bndl.org">Amin Bandali</a>,
-<a href="//cs.uwaterloo.ca/~nday/">Nancy A. Day</a>, Jose Serna<br/>
-<em>2018 IEEE 8th International Model-Driven Requirements Engineering
-Workshop (MoDRE)</em><br/>
-Copyright &copy; 2018 IEEE.  All Rights Reserved.  Sadly.
-</dd>
-</dl>
-</section>
-
-<section id="talks">
-<h2>Talks</h2>
-<dl>
-<dt>The Magic of Specifications and Type Systems
-<small>
-[ <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="//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>
-]
-</small>
-</dt>
-<dd>
-<a href="//bndl.org">Amin Bandali</a>,
-<a href="//github.com/cipher1024">Simon Hudon</a>,
-<a href="//www.cse.yorku.ca/~jonathan/">Jonathan S. Ostroff</a>
-</dd>
-</dl>
-</section>
-
-<section id="projects">
-<h2>Projects</h2>
-<p>Here are some of my recent free software projects:</p>
-<dl>
-<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.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>
-<dd>Web interface for Unit-B</dd>
+University of Waterloo.</p>
 
-<dt><a href="//github.com/unitb/tex2png-hs">tex2png-hs</a></dt>
-<dd>Library and CLI for converting TeX and LaTeX to PNG images</dd>
-</dl>
+<p>Starting in spring 2020, I am an intern with the FSF tech team.</p>
 </section>
 
-<section id="notes">
+<section id="notes" class="justify">
 <h2>Notes</h2>
-<p>Here are notes about a variety of topics and issues I care
-about.<br/>
-They are also available via
+<p>Here are notes about a variety of topics and issues I care about.
+They're also available via
 <a href="notes.atom">
 <img class="feed-icon" src="icon-12px.png"
      alt="subscribe to Atom feed">Atom</a>