0287ec876166d35a9693d4986574abec061e9330
[~bandali/bndl.org] / static / publications-sed.txt
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
6 s/publications_bib.html#/bandali-bib#/
7
8 # linkify author names
9 s|Amin Bandali|<a href="https://bndl.org">&</a>|
10 s|Nancy&nbsp;A. Day|<a href="https://cs.uwaterloo.ca/~nday/">&</a>|