revamp the site and go fully static
[~bandali/bndl.org] / static / publications-sed.txt
diff --git a/static/publications-sed.txt b/static/publications-sed.txt
deleted file mode 100644 (file)
index 5e1b655..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# delete all leading blank lines
-# tip: can use /[[:space:]]/,$!d to delete all leading space
-/./,$!d
-
-# take the rename into consideration
-s/publications_bib/bandali-bib/
-
-# delete <font size="-1"> and </font>
-# s|<font size="-1">||
-# s|</font>||
-
-# linkify author names
-s|Amin Bandali|<a href="https://shemshak.org/~bandali/">&</a>|
-s|Nancy&nbsp;A. Day|<a href="https://cs.uwaterloo.ca/~nday/">&</a>|
-s|Simon Hudon|<a href="https://github.com/cipher1024">&</a>|
-s|Jonathan&nbsp;S. Ostroff|<a href="https://www.eecs.yorku.ca/~jonathan/">&</a>|