67 lines
2.4 KiB
Markdown
67 lines
2.4 KiB
Markdown
+++
|
|
title = "RAI: A Scalable Project Submission System for Parallel Programming Courses"
|
|
date = 2017-05-29
|
|
draft = false
|
|
|
|
# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
|
authors = ["Adbul Dakkak", "Carl Pearson", "Cheng Li"]
|
|
|
|
# Publication type.
|
|
# Legend:
|
|
# 0 = Uncategorized
|
|
# 1 = Conference paper
|
|
# 2 = Journal article
|
|
# 3 = Manuscript
|
|
# 4 = Report
|
|
# 5 = Book
|
|
# 6 = Book section
|
|
publication_types = ["1"]
|
|
|
|
# Publication name and optional abbreviated version.
|
|
publication = "*Parallel and Distributed Processing Symposium Workshops, 2017 IEEE International.* IEEE, 2017."
|
|
publication_short = "IPDPS Workshop 2017"
|
|
|
|
# Abstract and optional shortened version.
|
|
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."
|
|
abstract_short = ""
|
|
|
|
# Does this page contain LaTeX math? (true/false)
|
|
math = false
|
|
|
|
# Does this page require source code highlighting? (true/false)
|
|
highlight = false
|
|
|
|
# Is this a selected publication? (true/false)
|
|
selected = true
|
|
|
|
# Projects (optional).
|
|
# Associate this publication with one or more of your projects.
|
|
# Simply enter your project's folder or file name without extension.
|
|
# E.g. `projects = ["deep-learning"]` references
|
|
# `content/project/deep-learning/index.md`.
|
|
# Otherwise, set `projects = []`.
|
|
projects = ["teaching_tools"]
|
|
|
|
# Links (optional)
|
|
url_pdf = "pdf/rai-edupar2017.pdf"
|
|
url_preprint = ""
|
|
url_code = ""
|
|
url_dataset = ""
|
|
url_project = ""
|
|
url_slides = ""
|
|
url_video = ""
|
|
url_poster = ""
|
|
url_source = ""
|
|
|
|
# Featured image
|
|
# To use, add an image named `featured.jpg/png` to your page's folder.
|
|
[image]
|
|
# Caption (optional)
|
|
caption = ""
|
|
|
|
# Focal point (optional)
|
|
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
|
|
focal_point = ""
|
|
|
|
+++
|