diff --git a/build.py b/build.py index a36f6ee..142e5af 100644 --- a/build.py +++ b/build.py @@ -5,7 +5,6 @@ # production server. # TODO: in template.html, add apple touch icon, maybe other favicon sizes. -# TODO: local mirrors of all papers in publications.html # Requirements: # sudo apt install python3-markdown diff --git a/content/publications.md b/content/publications.md index 5598ba1..b71c55d 100644 --- a/content/publications.md +++ b/content/publications.md @@ -12,7 +12,7 @@ Technical report CMU-CS-09-112, Carnegie Mellon University, April 2, 2009. Luis von Ahn, Benjamin Maurer, Colin McMillen, David Abraham, and Manuel Blum. Science, 12 September 2008: 1465-1468. -[A Team of Humanoid Game Commentators.](https://www.cs.cmu.edu/~mmv/papers/08ijhr-cmcast.pdf) +[A Team of Humanoid Game Commentators.](/papers/Veloso-2008-IJHR-CMCast.pdf) Manuela Veloso, Nicholas Armstrong-Crews, Sonia Chernova, Elisabeth Crawford, Colin McMillen, Maayan Roth, and Douglas Vail. International Journal of Humanoid Robotics, 2008. @@ -26,7 +26,7 @@ Robotics and Autonomous Systems, August 2002. ## Refereed Conference Papers -[Analysis of Multi-Robot Play Effectiveness and of Distributed Incidental Play Recognition.](http://www.cs.cmu.edu/~mmv/papers/08dars-colin.pdf) +[Analysis of Multi-Robot Play Effectiveness and of Distributed Incidental Play Recognition.](papers/McMillen-2008-DARS-final.pdf) Colin McMillen and Manuela Veloso. Proceedings of Distributed Autonomous Robotic Systems (DARS 2008), November 2008. @@ -55,7 +55,7 @@ Proceedings of the RoboCup International Symposium, Bremen, Germany, June 2006. Colin McMillen, Paul Rybski, and Manuela Veloso. Multi-Robot Systems: From Swarms to Intelligent Automata, Volume III, 2005. -[MinneTAC Sales Strategies for Supply Chain TAC.](papers/Ketter-2004-AAMAS.pdf) +[MinneTAC Sales Strategies for Supply Chain TAC.](papers/Ketter-2004-AAMAS-final.pdf) Wolfgang Ketter, Elena Kryzhnyaya, Steven Damer, Colin McMillen, Amrudin Agovic, John Collins, and Maria Gini. Proceedings of the Third International Conference on Autonomous Agents and Multi-Agent Systems, New York, July 2004. diff --git a/static/papers/Ketter-2004-AAMAS.pdf b/static/papers/Ketter-2004-AAMAS.pdf deleted file mode 100644 index 1438452..0000000 Binary files a/static/papers/Ketter-2004-AAMAS.pdf and /dev/null differ diff --git a/static/papers/McMillen-2008-DARS-final.pdf b/static/papers/McMillen-2008-DARS-final.pdf new file mode 100644 index 0000000..ac7316f Binary files /dev/null and b/static/papers/McMillen-2008-DARS-final.pdf differ diff --git a/static/papers/Veloso-2008-IJHR-CMCast.pdf b/static/papers/Veloso-2008-IJHR-CMCast.pdf new file mode 100644 index 0000000..f569f2c Binary files /dev/null and b/static/papers/Veloso-2008-IJHR-CMCast.pdf differ