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