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