diff --git a/content/publication/2017dakkak.md b/content/publication/2017dakkak.md new file mode 100644 index 0000000..b827dd0 --- /dev/null +++ b/content/publication/2017dakkak.md @@ -0,0 +1,29 @@ ++++ +draft = false + +date = "2017-05-29" +title = "RAI: A Scalable Project Submission System for Parallel Programming Courses" +authors = ["Adbul Dakkak", "Carl Pearson", "Cheng Li"] + +abstract = 'A major component of many advanced programming courses is an open-ended “end-of-term project” assignment. +Delivering and evaluating open-ended parallel programming projects for hundreds or thousands of students brings a +need for broad system reconfigurability coupled with challenges of testing and development uniformity, access to +esoteric hardware and programming environments, scalability, and security. We present RAI, a secure and extensible +system for delivering open-ended programming assignments configured with access to different hardware and software +requirements. We describe how the system was used to deliver a programming-competition-style final project in an introductory +GPU programming course at the University of Illinois Urbana-Champaign.' + +image = "" +image_preview = "" +math = false +publication = "*Parallel and Distributed Processing Symposium Workshops, 2017 IEEE International.* IEEE, 2017." + +url_code = "" +url_dataset = "" +url_pdf = "pdf/rai-edupar2017.pdf" +url_project = "" +url_slides = "" +url_video = "" + +selected = true ++++ \ No newline at end of file diff --git a/static/pdf/rai-edupar2017.pdf b/static/pdf/rai-edupar2017.pdf new file mode 100644 index 0000000..72b7979 Binary files /dev/null and b/static/pdf/rai-edupar2017.pdf differ