revamp the website
[~bandali/bndl.org] / static / publications-sed.txt
CommitLineData
8c1ba2f2
AB
1# delete all leading blank lines
2# tip: can use /[[:space:]]/,$!d to delete all leading space
3/./,$!d
4
5# take the rename into consideration
29f0d7b9 6s/publications_bib/bandali-bib/
8c1ba2f2 7
ea39cfbe
AB
8# delete <font size="-1"> and </font>
9# s|<font size="-1">||
10# s|</font>||
11
8c1ba2f2 12# linkify author names
29f0d7b9 13s|Amin Bandali|<a href="https://shemshak.org/~bandali/">&</a>|
8c1ba2f2 14s|Nancy&nbsp;A. Day|<a href="https://cs.uwaterloo.ca/~nday/">&</a>|
ea39cfbe
AB
15s|Simon Hudon|<a href="https://github.com/cipher1024">&</a>|
16s|Jonathan&nbsp;S. Ostroff|<a href="https://www.eecs.yorku.ca/~jonathan/">&</a>|