[www-pubs] r316861 - Fixed author list of PLDI 2017 paper.

John Criswell via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 29 08:53:48 PDT 2017


Author: criswell
Date: Sun Oct 29 08:53:48 2017
New Revision: 316861

URL: http://llvm.org/viewvc/llvm-project?rev=316861&view=rev
Log:
Fixed author list of PLDI 2017 paper.

Fixed the author list of a 2017 PLDI paper so that there are commas between
all names.  Unlike BibTeX, the publications page doesn't strip out extraneous
"and"'s.

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=316861&r1=316860&r2=316861&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Sun Oct 29 08:53:48 2017
@@ -38,7 +38,7 @@ var PUBS =
   },
 
   { url: "http://web.ist.utl.pt/nuno.lopes/pubs/undef-pldi17.pdf",
-    author: "Juneyoung Lee and Yoonseung Kim and Youngju Song and Chung-Kil Hur and Sanjoy Das and David Majnemer and John Regehr and Nuno P. Lopes",
+    author: "Juneyoung Lee, Yoonseung Kim, Youngju Song, Chung-Kil Hur, Sanjoy Das, David Majnemer, John Regehr, and Nuno P. Lopes",
     title: "Taming Undefined Behavior in LLVM",
     published: "Proc. of the 38th ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
     month: 6,




More information about the llvm-commits mailing list