-<!DOCTYPE html>
-<html lang="en">
- <head>
- <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>
- <main>
- <header>
- <h1 id="title">bandali</h1>
- <h2 id="subtitle">my corner of the interwebs</h2>
- </header>
- <section>
- <p>
- 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>
- </section>
- <h3>Academia</h3>
- <section>
- <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>
- <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>
- </body>
+<!doctype html><html lang="en"><head>
+<meta charset="utf-8" />
+<meta name="author" content="bandali" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<title>bandali's personal site</title>
+<link rel="icon" href="data:,">
+<link rel="canonical" href="https://bndl.org" />
+<link rel="alternate" href="bandali.txt" title="plain text" type="text/plain" />
+<link rel="alternate" href="notes.atom" title="notes atom feed" type="application/atom+xml" />
+<link rel="alternate" href="notes.rss" title="notes rss feed" type="application/rss+xml" />
+<link rel="alternate" href="fa/" hreflang="fa" title="persian" />
+<style>
+body{margin:0 auto;max-width:37.5em;}p,li{line-height:1.6}
+h1{font-size:1.5em}h2{font-size:1.3em}
+#fa{text-decoration:none}#fa:hover,#fa:focus{text-decoration:underline}
+ul{list-style-type:none;padding:0}ul li{margin:0.25em 0}
+#copy,#license{font-size:0.84em;line-height:1.3;}
+#copy{margin-bottom:0.5em}#license{margin-top:0.5em}
+@media(prefers-color-scheme:dark){body{background:#1c1c1c;color:white;}
+a:link{color:#acdeff}a:visited{color:#f8f}a:active{color:#e00}}
+</style></head>
+<body>
+<h1>bandali's personal site</h1>
+<nav>
+<a href="projects.html">projects</a>
+| <a href="cv.html">cv</a>
+| <a href="contact.html">contact</a>
+| <a href="bandali.txt">plain text</a>
+| <a href="fa/" hreflang="fa" title="Persian" id="fa">فارسی</a>
+</nav>
+
+<p>I am a
+<a href="https://www.gnu.org/philosophy/free-sw.html">free/libre
+software</a> activist and a computing scientist. I'm a GNU maintainer
+of <a href="https://jami.net">Jami</a>
+and <a href="https://www.gnu.org/software/gnuzilla/">GNU IceCat</a>,
+and wear <a href="https://www.gnu.org/people/people.html#bandali">a
+few other hats</a> around GNU as well: Savannah hacker/admin,
+assistant GNUisance, GNU webmaster, etc.</p>
+
+<h2 id="notes">notes</h2>
+<p>Here are notes about topics or issues I care about:</p>
+
+<ul>
+<li><a href="fsf-internship/beyond.html">My internship with
+the FSF tech team and beyond</a>
+<small>(18 December 2020)</small></li>
+<li><a href="fsf-internship/intro.html">Internship with the
+FSF tech team</a> <small>(29 May 2020)</small></li>
+<li><a href="computing.html">How I do my computing</a>
+<small>(14 September 2019)</small></li>
+</ul>
+
+<p>The notes are also available via <a href="notes.atom">Atom</a>
+and <a href="notes.rss">RSS</a> feeds.</p>
+
+<h2 id="talks">talks</h2>
+<p>Some of the talks and presentations I've given over the years:</p>
+
+<ul>
+<li><a href="talks/libreplanet-2021-jami.html">LibrePlanet 2021: Jami
+and how it empowers users</a> <small>(20 March 2021)</small></li>
+<li><a href="theses/mmath.html#presentation">A Comprehensive Study of
+Declarative Modelling Languages</a> <small>(30 June 2020)</small></li>
+</ul>
+
+<hr />
+<p id="copy">Copyright © 2012–2021 bandali</p>
+<p id="license">Copying and distribution of this file, with or without
+modification, are permitted in any medium without royalty provided the
+copyright notice and this notice are preserved. This file is offered
+as-is, without any warranty.</p>
+</body>
</html>