49 lines
1.3 KiB
Markdown
49 lines
1.3 KiB
Markdown
+++
|
|
# 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"
|
|
+++
|
|
|