Skip to content

Commit

Permalink
Added.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Jun 19, 2016
1 parent b4e4e2b commit eb9ce6c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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."

0 comments on commit eb9ce6c

Please sign in to comment.