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