Update projects
This commit is contained in:
@@ -38,3 +38,17 @@ I have also been a teaching assistant for the Programming and Tuning Massively P
|
||||
[(PUMPS)](http://bcw.ac.upc.edu/PUMPS2017/) summer school in Barcelona since 2014.
|
||||
|
||||
I have also mentored undergraduates and a high school student, who is a co-author on two papers.
|
||||
|
||||
During the Mavis fellowship, I administered the ECE 408 GPU programming project in spring 2018. I created
|
||||
|
||||
* Four lectures on machine learning ([1][l1], [2][l2], [3][l3], [4][l4])
|
||||
* A [course project][project_repo] where students add a GPU convolution operator to MXNet.
|
||||
* Project kickoff [slides][kickoff-slides] ([repo][kickoff-repo]).
|
||||
|
||||
[project_repo]: https://github.com/illinois-impact/ece408_project
|
||||
[l1]: ../../pdf/2017FA_ECE408_dl01_Intro.pdf
|
||||
[l2]: ../../pptx/2017FA_ECE408_dl02_FF-Gradient.pptx
|
||||
[l3]: ../../pptx/2017FA_ECE408_dl03_CNN01.pptx
|
||||
[l4]: ../../pptx/2017FA_ECE408_dl04_CNN02.pptx
|
||||
[kickoff-slides]: ../../pdf/2017FA_ECE408_project-kickoff.pdf
|
||||
[kickoff-repo]: https://github.com/illinois-impact/ece408_project-kickoff-slides
|
@@ -34,14 +34,10 @@ filter_default = 0
|
||||
|
||||
[[filter]]
|
||||
name = "C3SR"
|
||||
tag = ".c3sr"
|
||||
tag = "c3sr"
|
||||
|
||||
[[filter]]
|
||||
name = "IMPACT"
|
||||
tag = ".impact"
|
||||
|
||||
[[filter]]
|
||||
name = "Personal"
|
||||
tag = ".personal"
|
||||
tag = "impact"
|
||||
|
||||
+++
|
||||
|
@@ -6,7 +6,7 @@ image_preview = ""
|
||||
summary = "Tools and Techniques for Code Acceleration"
|
||||
highlight = true
|
||||
math = false
|
||||
tags = ["c3sr"]
|
||||
tags = ["impact","c3sr"]
|
||||
|
||||
[header]
|
||||
caption = ""
|
||||
@@ -14,9 +14,11 @@ tags = ["c3sr"]
|
||||
|
||||
+++
|
||||
|
||||
I am part of the IME-Accelerators team for the NCSA PAID program. This program pairs domain scientists with computing specialists to improve effective utilization of the Blue Waters supercomputer at the National Petascale Computing Facility. I have worked on:
|
||||
I worked with Abdul Dakkak and Cheng Li at Illinois on a full-stack performance analasis platform for machine learning software. The same infrastructure is also used to deliver some course projects for GPU programming courses.
|
||||
|
||||
I worked with Mert Hidayetoglu at Illinois on GPU acceleration of a massively-parallel tomographic image reconstruction code.
|
||||
|
||||
I was part of the IME-Accelerators team for the NCSA PAID program. This program pairs domain scientists with computing specialists to improve effective utilization of the Blue Waters supercomputer at the National Petascale Computing Facility. I have worked on:
|
||||
|
||||
- CUDA Kernel Optimization for [AWP](https://scec.usc.edu/scecpedia/AWP-ODC) with the Southern California Earthquake Center
|
||||
- OpenACC Acceleration for [SETSM](https://u.osu.edu/setsm/) with Ohio State University
|
||||
|
||||
I am also working on applying tools developed by the IMPACT research group to high-performance code in collaboration with Huawei.
|
@@ -1,17 +0,0 @@
|
||||
+++
|
||||
highlight = true
|
||||
external_link = ""
|
||||
image_preview = ""
|
||||
summary = "Cognitive Application Builder"
|
||||
tags = ["c3sr"]
|
||||
date = "2017-03-13T21:24:51-05:00"
|
||||
title = "Cognitive Application Builder"
|
||||
math = false
|
||||
|
||||
[header]
|
||||
caption = ""
|
||||
image = ""
|
||||
|
||||
+++
|
||||
|
||||
The Cognitive Application Builder (CAB) is part of the joint UIUC / IBM C3SR cognitive computing systems research center. CAB will allow cognitive application developers to quickly write and debug high-performance scalable cogntitive computing applications.
|
@@ -1,47 +0,0 @@
|
||||
+++
|
||||
title = "ECE408 / CS483 Course Development"
|
||||
date = 2017-09-29T06:35:05-05:00
|
||||
draft = false
|
||||
|
||||
# Tags: can be used for filtering projects.
|
||||
# Example: `tags = ["machine-learning", "deep-learning"]`
|
||||
tags = ["impact"]
|
||||
|
||||
# Project summary to display on homepage.
|
||||
summary = "Students add a convolution layer to MXNet"
|
||||
|
||||
# Optional image to display on homepage.
|
||||
image_preview = ""
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
external_link = ""
|
||||
|
||||
# Does the project detail page use math formatting?
|
||||
math = false
|
||||
|
||||
# Does the project detail page use source code highlighting?
|
||||
highlight = true
|
||||
|
||||
# Featured image
|
||||
# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
|
||||
I developed new course content for University of Illinois ECE 408 / CS 483 during the 2017 fall semester.
|
||||
|
||||
* Four lectures on machine learning ([1][l1], [2][l2], [3][l3], [4][l4])
|
||||
* A [course project][project_repo] where students add a GPU convolution operator to MXNet.
|
||||
* Project kickoff [slides][kickoff-slides] ([repo][kickoff-repo]).
|
||||
|
||||
I administered the project and revised it for the spring 2018 semester.
|
||||
|
||||
[project_repo]: https://github.com/illinois-impact/ece408_project
|
||||
[l1]: ../../pdf/2017FA_ECE408_dl01_Intro.pdf
|
||||
[l2]: ../../pptx/2017FA_ECE408_dl02_FF-Gradient.pptx
|
||||
[l3]: ../../pptx/2017FA_ECE408_dl03_CNN01.pptx
|
||||
[l4]: ../../pptx/2017FA_ECE408_dl04_CNN02.pptx
|
||||
[kickoff-slides]: ../../pdf/2017FA_ECE408_project-kickoff.pdf
|
||||
[kickoff-repo]: https://github.com/illinois-impact/ece408_project-kickoff-slides
|
49
content/project/graph_challenge.md
Normal file
49
content/project/graph_challenge.md
Normal file
@@ -0,0 +1,49 @@
|
||||
+++
|
||||
# Project title.
|
||||
title = "Graph Challenge"
|
||||
|
||||
# Date this page was created.
|
||||
date = 2019-01-09T00:00:00-05:00
|
||||
|
||||
# Project summary to display on homepage.
|
||||
summary = "Heterogeneous System Benchmarking"
|
||||
|
||||
# Tags: can be used for filtering projects.
|
||||
# Example: `tags = ["machine-learning", "deep-learning"]`
|
||||
tags = ["impact"]
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
#external_link = "https://github.com/rai-project/scope"
|
||||
|
||||
# Slides (optional).
|
||||
# Associate this project with Markdown slides.
|
||||
# Simply enter your slide deck's filename without extension.
|
||||
# E.g. `slides = "example-slides"` references
|
||||
# `content/slides/example-slides.md`.
|
||||
# Otherwise, set `slides = ""`.
|
||||
slides = ""
|
||||
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
url_slides = ""
|
||||
url_video = ""
|
||||
url_code = ""
|
||||
|
||||
# Custom links (optional).
|
||||
# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
|
||||
#url_custom = [
|
||||
# {icon_pack = "fab", icon="github", name="SCOPE", url = "https://github.com/c3sr/scope"},
|
||||
# {icon_pack = "fab", icon="github", name="Comm|Scope", url = "https://github.com/c3sr/comm_scope"}
|
||||
#]
|
||||
|
||||
# Featured image
|
||||
# To use, add an image named `featured.jpg/png` to your project's folder.
|
||||
[image]
|
||||
# Caption (optional)
|
||||
caption = "Photo by rawpixel on Unsplash"
|
||||
|
||||
# Focal point (optional)
|
||||
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
|
||||
focal_point = "Smart"
|
||||
+++
|
||||
|
@@ -1,31 +0,0 @@
|
||||
+++
|
||||
title = "latex-docker"
|
||||
date = 2017-10-18T12:47:48-05:00
|
||||
draft = false
|
||||
|
||||
# Tags: can be used for filtering projects.
|
||||
# Example: `tags = ["machine-learning", "deep-learning"]`
|
||||
tags = ["personal"]
|
||||
|
||||
# Project summary to display on homepage.
|
||||
summary = "Docker images with latex"
|
||||
|
||||
# Optional image to display on homepage.
|
||||
image_preview = ""
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
external_link = "https://github.com/cwpearson/latex-docker"
|
||||
|
||||
# Does the project detail page use math formatting?
|
||||
math = false
|
||||
|
||||
# Does the project detail page use source code highlighting?
|
||||
highlight = true
|
||||
|
||||
# Featured image
|
||||
# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
@@ -1,16 +0,0 @@
|
||||
+++
|
||||
summary = "An LLVM Version Manager"
|
||||
tags = ["personal"]
|
||||
highlight = true
|
||||
external_link = "https://github.com/cwpearson/llvmvm"
|
||||
math = false
|
||||
image_preview = ""
|
||||
date = "2017-03-13T04:23:32-05:00"
|
||||
title = "llvmvm"
|
||||
|
||||
[header]
|
||||
caption = ""
|
||||
image = ""
|
||||
|
||||
+++
|
||||
|
@@ -1,31 +0,0 @@
|
||||
+++
|
||||
title = "Resume/CV"
|
||||
date = 2017-09-27T16:45:32-05:00
|
||||
draft = false
|
||||
|
||||
# Tags: can be used for filtering projects.
|
||||
# Example: `tags = ["machine-learning", "deep-learning"]`
|
||||
tags = ["personal"]
|
||||
|
||||
# Project summary to display on homepage.
|
||||
summary = "Generate PDF, docx, html, and txt resume/cv from a single markdown source."
|
||||
|
||||
# Optional image to display on homepage.
|
||||
image_preview = ""
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
external_link = "https://github.com/cwpearson/resume"
|
||||
|
||||
# Does the project detail page use math formatting?
|
||||
math = false
|
||||
|
||||
# Does the project detail page use source code highlighting?
|
||||
highlight = false
|
||||
|
||||
# Featured image
|
||||
# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
@@ -1,31 +1,48 @@
|
||||
+++
|
||||
# Project title.
|
||||
title = "Scope"
|
||||
|
||||
# Date this page was created.
|
||||
date = 2018-07-24T09:28:43-05:00
|
||||
draft = false
|
||||
|
||||
# Project summary to display on homepage.
|
||||
summary = "Heterogeneous System Benchmarking"
|
||||
|
||||
# Tags: can be used for filtering projects.
|
||||
# Example: `tags = ["machine-learning", "deep-learning"]`
|
||||
tags = ["c3sr"]
|
||||
|
||||
# Project summary to display on homepage.
|
||||
summary = "Heterogeneous System Benchmarking"
|
||||
|
||||
# Optional image to display on homepage.
|
||||
image_preview = ""
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
external_link = "https://github.com/rai-project/scope"
|
||||
#external_link = "https://github.com/rai-project/scope"
|
||||
|
||||
# Does the project detail page use math formatting?
|
||||
math = false
|
||||
# Slides (optional).
|
||||
# Associate this project with Markdown slides.
|
||||
# Simply enter your slide deck's filename without extension.
|
||||
# E.g. `slides = "example-slides"` references
|
||||
# `content/slides/example-slides.md`.
|
||||
# Otherwise, set `slides = ""`.
|
||||
slides = ""
|
||||
|
||||
# Does the project detail page use source code highlighting?
|
||||
highlight = true
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
url_slides = ""
|
||||
url_video = ""
|
||||
url_code = ""
|
||||
|
||||
# Custom links (optional).
|
||||
# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
|
||||
url_custom = [
|
||||
{icon_pack = "fab", icon="github", name="SCOPE", url = "https://github.com/c3sr/scope"},
|
||||
{icon_pack = "fab", icon="github", name="Comm|Scope", url = "https://github.com/c3sr/comm_scope"}]
|
||||
|
||||
# Featured image
|
||||
# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
# To use, add an image named `featured.jpg/png` to your project's folder.
|
||||
[image]
|
||||
# Caption (optional)
|
||||
caption = "Photo by rawpixel on Unsplash"
|
||||
|
||||
# Focal point (optional)
|
||||
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
|
||||
focal_point = "Smart"
|
||||
+++
|
||||
|
||||
|
48
content/project/teaching_tools.md
Normal file
48
content/project/teaching_tools.md
Normal file
@@ -0,0 +1,48 @@
|
||||
+++
|
||||
# Project title.
|
||||
title = "Teaching Tools"
|
||||
|
||||
# Date this page was created.
|
||||
date = 2016-01-01T00:00:00-05:00
|
||||
|
||||
# Project summary to display on homepage.
|
||||
summary = "Software to support GPU programming classes"
|
||||
|
||||
# Tags: can be used for filtering projects.
|
||||
# Example: `tags = ["machine-learning", "deep-learning"]`
|
||||
tags = ["impact"]
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
#external_link = "https://github.com/rai-project/scope"
|
||||
|
||||
# Slides (optional).
|
||||
# Associate this project with Markdown slides.
|
||||
# Simply enter your slide deck's filename without extension.
|
||||
# E.g. `slides = "example-slides"` references
|
||||
# `content/slides/example-slides.md`.
|
||||
# Otherwise, set `slides = ""`.
|
||||
slides = ""
|
||||
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
url_slides = ""
|
||||
url_video = ""
|
||||
url_code = ""
|
||||
|
||||
# Custom links (optional).
|
||||
# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
|
||||
url_custom = [
|
||||
{icon_pack = "fab", icon="github", name="rai", url = "https://github.com/rai-project/rai"},
|
||||
]
|
||||
|
||||
# Featured image
|
||||
# To use, add an image named `featured.jpg/png` to your project's folder.
|
||||
[image]
|
||||
# Caption (optional)
|
||||
caption = "Photo by rawpixel on Unsplash"
|
||||
|
||||
# Focal point (optional)
|
||||
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
|
||||
focal_point = "Smart"
|
||||
+++
|
||||
|
@@ -32,6 +32,14 @@ url_video = ""
|
||||
|
||||
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"]
|
||||
|
||||
# Featured image
|
||||
# To use, add an image named `featured.jpg/png` to your page's folder.
|
||||
[image]
|
||||
|
@@ -32,6 +32,14 @@ url_video = ""
|
||||
|
||||
selected = false
|
||||
|
||||
# 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 = ["app_studies"]
|
||||
|
||||
# Featured image
|
||||
# To use, add an image named `featured.jpg/png` to your page's folder.
|
||||
[image]
|
||||
|
@@ -34,7 +34,7 @@ selected = false
|
||||
# E.g. `projects = ["deep-learning"]` references
|
||||
# `content/project/deep-learning/index.md`.
|
||||
# Otherwise, set `projects = []`.
|
||||
projects = []
|
||||
projects = ["app_studies"]
|
||||
|
||||
# Slides (optional).
|
||||
# Associate this publication with Markdown slides.
|
||||
|
@@ -37,6 +37,14 @@ image_preview = ""
|
||||
# Is this a selected publication? (true/false)
|
||||
selected = false
|
||||
|
||||
# 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 = ["app_studies"]
|
||||
|
||||
# Links (optional)
|
||||
url_pdf = "pdf/20170621_pearson_cem.pdf"
|
||||
url_preprint = ""
|
||||
|
@@ -34,6 +34,14 @@ 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 = ""
|
||||
|
@@ -39,9 +39,11 @@ selected = true
|
||||
|
||||
# Projects (optional).
|
||||
# Associate this publication with one or more of your projects.
|
||||
# Simply enter the filename (excluding '.md') of your project file in `content/project/`.
|
||||
# E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`.
|
||||
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 = ["app_studies"]
|
||||
|
||||
# Links (optional)
|
||||
url_pdf = "pdf/20180521_hidayetoglu_ipdps.pdf"
|
||||
|
@@ -37,6 +37,14 @@ image_preview = ""
|
||||
# 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 = ["scope"]
|
||||
|
||||
# Links (optional)
|
||||
url_pdf = "pdf/20180625_pearson_ms.pdf"
|
||||
url_preprint = ""
|
||||
|
@@ -37,6 +37,14 @@ image_preview = ""
|
||||
# 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 = ["scope"]
|
||||
|
||||
# Links (optional)
|
||||
url_pdf = "pdf/20180628-iwoph.pdf"
|
||||
url_preprint = ""
|
||||
|
@@ -37,6 +37,14 @@ image_preview = ""
|
||||
# Is this a selected publication? (true/false)
|
||||
selected = false
|
||||
|
||||
# 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 = ["scope"]
|
||||
|
||||
# Links (optional)
|
||||
url_pdf = "pdf/20180918_pearson_arxiv.pdf"
|
||||
url_preprint = ""
|
||||
|
@@ -37,6 +37,14 @@ image_preview = ""
|
||||
# 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 = ["graph_challenge"]
|
||||
|
||||
# Links (optional)
|
||||
url_pdf = "pdf/20180925_mailthody_iwoph.pdf"
|
||||
url_preprint = ""
|
||||
|
@@ -1,21 +1,66 @@
|
||||
+++
|
||||
abstract = "Experience from GPU acceleration of scientific code on NCSA Blue Waters"
|
||||
url_slides = "pdf/2016nuggets.pdf"
|
||||
math = false
|
||||
title = "GPU Performance Nuggets"
|
||||
url_video = "https://www.youtube.com/watch?v=ReQWjJ3o8us"
|
||||
location = "Sunriver Resort, OR"
|
||||
date = 2016-06-15T04:14:45-05:00 # Schedule page publish date.
|
||||
draft = false
|
||||
|
||||
# Talk start and end times.
|
||||
# End time can optionally be hidden by prefixing the line with `#`.
|
||||
time_start = 2016-06-15T16:45:00-05:00
|
||||
time_end = 2016-06-15T17:00:00-05:00
|
||||
|
||||
# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
||||
authors = ["Simon Garcia de Gonzalo", "Carl Pearson"]
|
||||
|
||||
# Abstract and optional shortened version.
|
||||
abstract = "Experience from GPU acceleration of scientific code on NCSA Blue Waters"
|
||||
abstract_short = "An example talk using Academic's Markdown slides feature."
|
||||
|
||||
# Name of event and optional event URL.
|
||||
event = "Blue Waters Symposium"
|
||||
highlight = true
|
||||
date = "2016-06-15T04:14:45-05:00"
|
||||
event_url = ""
|
||||
abstract_short = ""
|
||||
|
||||
# Location of event.
|
||||
location = "Sunriver Resort, OR"
|
||||
|
||||
# Is this a selected talk? (true/false)
|
||||
selected = true
|
||||
|
||||
# Projects (optional).
|
||||
# Associate this talk 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 = ["app_studies"]
|
||||
|
||||
# Tags (optional).
|
||||
# Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
|
||||
tags = []
|
||||
|
||||
# Slides (optional).
|
||||
# Associate this talk with Markdown slides.
|
||||
# Simply enter your slide deck's filename without extension.
|
||||
# E.g. `slides = "example-slides"` references
|
||||
# `content/slides/example-slides.md`.
|
||||
# Otherwise, set `slides = ""`.
|
||||
slides = ""
|
||||
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
url_slides = "pdf/2016nuggets.pdf"
|
||||
url_video = "https://www.youtube.com/watch?v=ReQWjJ3o8us"
|
||||
url_code = ""
|
||||
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
# Does the content use math formatting?
|
||||
math = false
|
||||
|
||||
# Featured image
|
||||
# To use, add an image named `featured.jpg/png` to your page's folder.
|
||||
[image]
|
||||
# Caption (optional)
|
||||
caption = "Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)"
|
||||
|
||||
# Focal point (optional)
|
||||
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
|
||||
focal_point = "Right"
|
||||
+++
|
||||
|
||||
|
@@ -3,6 +3,15 @@ event = "NVIDIA GPU Technology Conference 2017"
|
||||
title = "RAI: A Scalable Submission System for GPU Applications"
|
||||
highlight = true
|
||||
selected = false
|
||||
|
||||
# Projects (optional).
|
||||
# Associate this talk 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"]
|
||||
|
||||
abstract = ""
|
||||
url_slides = "pdf/rai-gtc2017-slides.pdf"
|
||||
event_url = "http://www.gputechconf.com/"
|
||||
|
@@ -15,9 +15,11 @@ selected = true
|
||||
|
||||
# Projects (optional).
|
||||
# Associate this talk with one or more of your projects.
|
||||
# Simply enter the filename (excluding '.md') of your project file in `content/project/`.
|
||||
# E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`.
|
||||
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 = ["app_studies"]
|
||||
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
|
@@ -15,9 +15,11 @@ selected = true
|
||||
|
||||
# Projects (optional).
|
||||
# Associate this talk with one or more of your projects.
|
||||
# Simply enter the filename of your project file in `content/project/`.
|
||||
# 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 = []
|
||||
projects = ["app_studies"]
|
||||
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
|
@@ -7,7 +7,8 @@ highlight = false
|
||||
# List format.
|
||||
# 0 = Simple
|
||||
# 1 = Detailed
|
||||
list_format = 0
|
||||
# 2 = Stream
|
||||
list_format = 2
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
@@ -15,3 +16,4 @@ image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
|
||||
|
Reference in New Issue
Block a user