add rss feed
[~bandali/bndl.org] / index.m4
CommitLineData
505a9419
AB
1dnl -*- html -*-
2define(__title, `Amin Bandali''`s Personal Site')dnl
3define(__slug, `home')dnl
4define(__nts)dnl
5include(header.html)
4927af92
AB
6<section id="intro">
7<p>Hi, I'm Amin. I am currently a graduate student at the
8<a href="//watform.uwaterloo.ca">Waterloo Formal Methods</a>
9group at the University of Waterloo, supervised by
10<a href="//cs.uwaterloo.ca/~nday/">Nancy&nbsp;Day</a>.
11The main goal of my research is
12improving <strong>software and systems reliability</strong>
13through application of
066f7565
AB
14<a href="//en.wikipedia.org/wiki/Formal_methods">formal
15methods</a>.</p>
4927af92
AB
16
17<p>My research at WatForm focuses on formal logic, model checking, and
18verification. I am also interested in programming languages, proof
19assistants, and their type systems.</p>
20
21<p>On the side, I enjoy
22<a href="//stallman.org/articles/on-hacking.html">hacking</a> on
23<a href="//www.gnu.org/software/emacs/manual/elisp.html">elisp</a>
4f38fff2
AB
24and <a href="//www.gnu.org/software/guile/">guile</a>. I am a
25GNU <a href="//www.gnu.org/people/#bandali">maintainer</a>,
4927af92 26<a href="//www.gnu.org/people/webmeisters.html#bandali">webmaster</a>,
4f38fff2
AB
27and <a href="//savanna.gnu.org/maintenance/SavannahHacker/">Savannah
28hacker</a>. I am also a
29<a href="//www.gnu.org/philosophy/free-sw.html">free software</a>
30activist, and an <a href="//www.fsf.org/associate/">associate
31member</a> of the <a href="///www.fsf.org">Free Software
32Foundation</a>. I'm the chief organizer of
33the <a href="//emacsconf.org">EmacsConf</a> conference, and the
34co-host of the <a href="//emacsel.com">Emacs.el</a> podcast with
35<a href="//www.pygopar.com">Daniel Gopar</a>. I am also a member of
36the Systems Committee of the
37<a href="//csclub.uwaterloo.ca">Computer Science Club</a> of the
38University of Waterloo.</p>
4927af92
AB
39</section>
40
41<section id="papers">
42<h2>Papers</h2>
43<dl>
44<dt>A Comparison of the Declarative Modelling Languages B, DASH, and
45TLA<sup>+</sup>
46<small>
47[ <a href="papers/modre2018-declarative.pdf">pdf</a>
48| <a href="papers/modre2018-declarative.bib">bib</a>
49]
50</small>
51</dt>
52<dd>
53Ali Abbassi, <a href="//bandali.eu.org">Amin Bandali</a>,
54<a href="//cs.uwaterloo.ca/~nday/">Nancy A. Day</a>, Jose Serna<br/>
55<em>2018 IEEE 8th International Model-Driven Requirements Engineering
56Workshop (MoDRE)</em><br/>
4f38fff2 57Copyright &copy; 2018 IEEE. All Rights Reserved. Sadly.
4927af92
AB
58</dd>
59</dl>
60</section>
61
62<section id="talks">
63<h2>Talks</h2>
64<dl>
65<dt>The Magic of Specifications and Type Systems
66<small>
67[ <a href="talks/cucsc-2017-slides.pdf"
68 title="presented at the Canadian Undergraduate Computer Science Conference 2017,
69University of Toronto, Canada, June 15–17, 2017">slides</a>
70| <a href="talks/eecs4080-poster.pdf"
71 title="presented at the Lassonde Undergraduate Summer Student Research Conference,
72York University, Toronto, Canada, August 15, 2017">poster</a>
73]
74</small>
75</dt>
76<dd>
77<a href="//bandali.eu.org">Amin Bandali</a>,
78<a href="//github.com/cipher1024">Simon Hudon</a>,
79<a href="//www.cse.yorku.ca/~jonathan/">Jonathan S. Ostroff</a>
80</dd>
81</dl>
82</section>
83
84<section id="projects">
85<h2>Projects</h2>
86<p>Below are a number of free software projects I have worked on:</p>
87<dl>
88<dt><a href="//git.bandali.eu.org/george-mode">george-mode</a></dt>
89<dd>Emacs major mode for editing George files</dd>
90
91<dt><a href="//git.bandali.eu.org/alloy-catalyst">alloy-catalyst</a></dt>
92<dd>Framework for performance analysis of Alloy models</dd>
93
94<dt><a href="//github.com/unitb/unitb-web">unitb-web</a></dt>
95<dd>Web interface for Unit-B</dd>
96
97<dt><a href="//github.com/unitb/tex2png-hs">tex2png-hs</a></dt>
98<dd>Library and CLI for converting TeX and LaTeX to PNG images</dd>
99</dl>
100</section>
101
102<section id="notes">
103<h2>Notes</h2>
104<p>Here are notes about a variety of topics and issues I care
066f7565
AB
105about.<br/>
106They are also available via
4927af92 107<a href="notes.atom">
066f7565
AB
108<img class="feed-icon" src="icon-12px.png"
109 alt="subscribe to Atom feed">Atom</a>
4927af92
AB
110and
111<a href="notes.rss">
066f7565
AB
112<img class="feed-icon" src="icon-12px.png"
113 alt="subscribe to RSS feed">RSS</a> feeds.</p>
4927af92
AB
114
115<table class="post-list">
116<tbody>
117<tr>
118<td><a href="computing">How I do my Computing</a></td>
119<td><small>September 14, 2019</small></td>
120</tr>
4927af92
AB
121<tr>
122<td><a href="arch-macbook-air">Arch GNU/Linux on MacBook Air 2013</a></td>
123<td><small>November 1, 2016</small></td>
124</tr>
125</tbody>
126</table>
127</section>
505a9419
AB
128define(__copy, `2016&ndash;2019')dnl
129include(footer.html)