Update projects

This commit is contained in:
Carl Pearson
2019-01-09 07:11:49 -06:00
parent eff0adc845
commit e122e08d62
26 changed files with 301 additions and 191 deletions

View File

@@ -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"
+++

View File

@@ -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/"

View File

@@ -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 = ""

View File

@@ -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 = ""

View File

@@ -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 = ""
+++