# delete all leading blank lines
# tip: can use /[[:space:]]/,$!d to delete all leading space
/./,$!d
# take the rename into consideration
s/publications_bib.html#/bandali-bib#/
# delete and
# s|||
# s|||
# linkify author names
s|Amin Bandali|&|
s|Nancy A. Day|&|
s|Simon Hudon|&|
s|Jonathan S. Ostroff|&|