add standalone publications page
[~bandali/bndl.org] / static / publications-sed.txt
diff --git a/static/publications-sed.txt b/static/publications-sed.txt
new file mode 100644 (file)
index 0000000..0287ec8
--- /dev/null
@@ -0,0 +1,10 @@
+# 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#/
+
+# linkify author names
+s|Amin Bandali|<a href="https://bndl.org">&</a>|
+s|Nancy&nbsp;A. Day|<a href="https://cs.uwaterloo.ca/~nday/">&</a>|