X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/blobdiff_plain/cb742bb69034bdc97f1b762fc4bf7fde4f027fea..60d1cae9374d09398e12f0b6239092e4d0b3eb76:/index.html diff --git a/index.html b/index.html index c58ebd7..978578c 100644 --- a/index.html +++ b/index.html @@ -1,143 +1,66 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> - <meta charset="utf-8"> - <meta name=viewport content="width=device-width, initial-scale=1"> - <meta name="description" content="Amin Bandali is a graduate - student at WatForm, the co-host of the Emacs.el - podcast, a free software advocate, and a volunteer - webmaster for the GNU project."/> - <title>Amin Bandali</title> + <meta charset="utf-8" /> + <meta name=viewport content="width=device-width, initial-scale=1" /> + <title>Amin Bandali's Personal Site</title> + <meta + name="description" + content="Amin Bandali is a graduate student at WatForm, a free + software activist, and a GNU webmaster and volunteer." /> <link rel="stylesheet" href="/style.css" /> </head> <body> - <header> - <h1><a href="images/amin.png">Amin Bandali</a>’s personal site</h1> - <span id="sub"> - Graduate student at University of Waterloo supervised by - <a href="https://cs.uwaterloo.ca/~nday/">Nancy Day</a> - </span> - </header> - <main> + <header> + <h1 id="title">bandali</h1> + <h2 id="subtitle">my corner of the interwebs</h2> + </header> <section> - <h2 id="contact">Contact</h2> - <table class="btable"> - <tbody> - <tr> - <th></th> - <th>academic</th> - <th>personal</th> - </tr> - <tr> - <td>email</td> - <td><a href="mailto:abandali@uwaterloo.ca">abandali@uwaterloo.ca</a></td> - <td><a href="mailto:bandali@gnu.org">bandali@gnu.org</a> - (<a href="gpg">gpg</a>)</td> - </tr> - <tr> - <td>git repos</td> - <td><a href="https://git.uwaterloo.ca/abandali">git.uwaterloo.ca/abandali</a></td> - <td><a href="https://git.sr.ht/~bandali">git.sr.ht/~bandali</a></td> - </tr> - <tr> - <td>other means</td> - <td>see <a href="contact">contact</a> page</td> - </tr> - </tbody> - </table> - </section> - - <section> - <h2 id="research-interests">Research interests</h2> - <p> - The main goal of my research is improving - <strong>software reliability</strong> - through application of <em>formal methods</em>. - </p> - - <p> - My current research at <a href="https://watform.uwaterloo.ca">WatForm</a> - focuses on formal logic, model checking, and verification. - Specifically, I am working on various optimizations aiming to - improve the analysis performance of the Alloy Analyzer on - models. - </p> - - <p> - I am also interested in programming languages, type systems, and - interactive theorem proving. - </p> - <p> - On the side, I dabble in <a href="https://leanprover.github.io">Lean</a> - and <a href="https://www.rust-lang.org">Rust</a>, and enjoy - <a href="https://stallman.org/articles/on-hacking.html">hacking</a> on - <a href="https://www.gnu.org/software/emacs/manual/elisp.html">Emacs Lisp</a>. - I’m also a <a href="https://www.gnu.org/philosophy/free-sw.en.html">free software</a> - and <a href="https://www.gnu.org/licenses/copyleft.en.html">copyleft</a> - advocate, and a volunteer webmaster for the GNU project. + Hi, Iâm + <a href="images/bandali-with-rms.jpg" + title="photo of bandali with rms wearing a âpay cash donât be trackedâ pin">Amin Bandali</a>, + often just <code>bandali</code> around the web. </p> - - <p> - You may wish to view my academic <a href="bandali-cv.pdf">curriculum vitae</a>. - </p> - </section> - - <section> - <h2 id="publications">Publications</h2> - <dl> - <dt><b>A Comparison of the Declarative Modelling Languages - B, Dash, and TLA<sup>+</sup></b> - (<a href="papers/2018-AbBaDaSe-modre.pdf">pdf</a>, - <a href="papers/2018-AbBaDaSe-modre.bib">bib</a>, - <a href="https://doi.org/10.1109/MoDRE.2018.00008">doi</a>, - <a href="https://cs.uwaterloo.ca/~nday/models/2018-modre">models</a>) - </dt> - <dd> - Ali Abbassi, <strong>Amin Bandali</strong>, Nancy A. Day, - and Jose Serna - </dd> - <dd> - <em>2018 IEEE 8th International Model-Driven Requirements - Engineering Workshop (MoDRE)</em> - </dd> - </dl> - <!-- <h3 id="theses">Theses</h3> --> </section> - + <h3>Academia</h3> <section> - <h2 id="presentations">Presentations</h2> - <dl> - <dt>Will be added soon.</dt> - <!-- <dd></dd> --> - </dl> + <nav> + <ul id="academia"> + <li><a href="cv">CV</a></li> + <li><a href="publications">Publications</a></li> + <li><a href="research">Research interests</a></li> + </ul> + </nav> + <p> + Iâm a graduate student at <a href="https://watform.uwaterloo.ca">WatForm</a> + at University of Waterloo, supervised by + <a href="https://cs.uwaterloo.ca/~nday/">Dr. Nancy Day</a>. + My research at WatForm focuses on formal logic, model + checking, and verification. See my research interests link + above for more details. + </p> </section> - + <h3>Personal</h3> <section> - <h2 id="writings">Writings</h2> - <dl> - <dt>Will be added soon.</dt> - <!-- <dd></dd> --> - </dl> + <nav> + <ul id="personal"> + <li><a href="blog">Blog</a></li> + <li><a href="now">Now</a></li> + <li><a href="computing">Computing</a></li> + <li><a href="contact">Contact</a></li> + </ul> + </nav> + <p> + Iâm a <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software</a> + and <a href="https://www.gnu.org/licenses/copyleft.html">Copyleft</a> activist, + an <a href="https://www.fsf.org/associate/">FSF associate member</a>, + and a <a href="https://www.gnu.org/people/webmeisters.html#bandali">GNU webmaster</a> + and volunteer. I co-host the <a href="https://emacsel.com">Emacs.el</a> podcast, + and Iâm organizing <a href="https://emacsconf.org/2019/">EmacsConf 2019</a> this fall. + </p> </section> </main> - <footer> - <p> - Copyright (c) 2016–2019 Amin Bandali<br> - Verbatim copying and redistribution of this entire page are - permitted provided this notice is preserved.<br> - The <a href="https://www.gnu.org/graphics/gnu-inside.html"> - GNU Inside</a> banner is available under the - <a href="https://creativecommons.org/licenses/by-sa/2.0/"> - Creative Commons Attribution-ShareAlike 2.0 License</a>. - </p> - <div id="gnu-inside"> - <a href="https://www.gnu.org"> - <img src="images/gnu-inside.png" - alt="GNU Inside!" title="GNU Inside!"/> - </a> - </div> - </footer> </body> </html>