[www-pubs] r239255 - Added awards for the AI FSE 2014 paper and Criswell's dissertation.

John Criswell criswell at uiuc.edu
Sun Jun 7 11:25:40 PDT 2015


Author: criswell
Date: Sun Jun  7 13:25:40 2015
New Revision: 239255

URL: http://llvm.org/viewvc/llvm-project?rev=239255&view=rev
Log:
Added awards for the AI FSE 2014 paper and Criswell's dissertation.

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=239255&r1=239254&r2=239255&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Sun Jun  7 13:25:40 2015
@@ -14,6 +14,7 @@ var PUBS =
     author: "Mingxing Zhang, Yongwei Wu, Shan Lu, Shanxiang Qi, Jinglei Ren, and Weimin Zheng",
     title: "AI: A Lightweight System for Tolerating Concurrency Bugs",
     published: "Proceedings of the Twenty Second ACM SIGSOFT International Symposium on Foundations of Software Engineering",
+    award: 'Received an ACM SIGSOFT Distinguished Paper Award',
     month: 11,
     year: 2014,
   },
@@ -46,6 +47,7 @@ var PUBS =
     author: "John Criswell",
     title: "Secure Virtual Architecture: Security for Commodity Software Systems",
     published: "Ph.D. Dissertation,  University of Illinois at Urbana-Champaign",
+    award: 'Received the 2015 David J. Kuck Outstanding Ph.D. Thesis Award, the Honorable Mention for the 2014 ACM SIGOPS Dennis M. Ritchie Doctoral Dissertation Award, and an Honorable Mention for the 2014 ACM Doctoral Dissertation Award',
     month: 9,
     year: 2014,
   },





More information about the llvm-commits mailing list