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