Update posts files to track academic theme changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
++
|
||||
# Recent Posts widget.
|
||||
# Note: this widget will only display if `content/post/` contains posts.
|
||||
# This widget displays recent posts from `content/post/`.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
draft = false
|
||||
@@ -12,8 +12,11 @@ widget = "posts"
|
||||
# Order that this section will appear in.
|
||||
weight = 70
|
||||
|
||||
# Show posts that contain the following tags. Default to any tags.
|
||||
tags = []
|
||||
# Filter posts by tag.
|
||||
# By default, show all recent posts.
|
||||
# Filtering example: `tags_include = ["hugo", "academic"]`
|
||||
tags_include = []
|
||||
tags_exclude = []
|
||||
|
||||
# Number of posts to list.
|
||||
count = 5
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
+++
|
||||
title = "PUMPS 2017"
|
||||
date = 2017-06-26T06:50:39-07:00
|
||||
draft = false
|
||||
|
||||
tags = []
|
||||
highlight = true
|
||||
math = false
|
||||
date = "2017-06-26T06:50:39-07:00"
|
||||
categories = []
|
||||
|
||||
[header]
|
||||
caption = ""
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Posts"
|
||||
date = "2017-01-01T00:00:00Z"
|
||||
date = 2017-01-01
|
||||
math = false
|
||||
highlight = false
|
||||
|
||||
@@ -9,4 +9,4 @@ highlight = false
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
+++
|
||||
@@ -1,16 +1,22 @@
|
||||
+++
|
||||
title = "GTC 2017"
|
||||
tags = []
|
||||
highlight = true
|
||||
math = false
|
||||
date = "2017-05-09T06:50:39-07:00"
|
||||
date = 2017-05-09T06:50:39-07:00
|
||||
draft = false
|
||||
|
||||
# Tags and categories
|
||||
# For example, use `tags = []` for no tags, or the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
|
||||
tags = []
|
||||
categories = []
|
||||
|
||||
# Featured image
|
||||
# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
|
||||
[header]
|
||||
caption = ""
|
||||
image = ""
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
|
||||
|
||||
I've made my first trip to NVIDIA's GPU Technology Conference this year, to present some work with my collaborators Abdul Dakkak and Cheng Li. I've wanted to attend GTC ever since my first year in the IMPACT group, so this is an exciting trip for me!
|
||||
|
||||
<!--more-->
|
||||
|
||||
Reference in New Issue
Block a user