From eb9ce6c353fa64ed6f5099c6ffa2077432be501d Mon Sep 17 00:00:00 2001 From: emeryberger Date: Sat, 18 Jun 2016 22:54:59 -0400 Subject: [PATCH] Added. --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..3e2c4716a7 --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ +csrank.js: csrank.ts + tsc csrank.ts + +update-dblp: + echo "Downloading from DBLP." + echo "(to come)" + echo "Fixing character encodings." + sh ./util/fix-dblp.sh + mv dblp-fixed.xml dblp.xml + echo "Done." + +rebuild: + echo "Rebuilding the publication database (generated-author-info.csv)." + python util/regenerate-data.py + echo "Rebuilding the co-author database (faculty-coauthors.csv)." + python util/generate-faculty-coauthors.py + echo "Done." +