1 # delete all leading blank lines
2 # tip: can use /[[:space:]]/,$!d to delete all leading space
5 # take the rename into consideration
6 s/publications_bib.html#/bandali-bib#/
8 # delete <font size="-1"> and </font>
12 # linkify author names
13 s|Amin Bandali|<a href="https://bndl.org">&</a>|
14 s|Nancy A. Day|<a href="https://cs.uwaterloo.ca/~nday/">&</a>|
15 s|Simon Hudon|<a href="https://github.com/cipher1024">&</a>|
16 s|Jonathan S. Ostroff|<a href="https://www.eecs.yorku.ca/~jonathan/">&</a>|