add scope project, update to Hugo 0.45, Academic 2.3.0

This commit is contained in:
Carl Pearson
2018-07-24 10:03:19 -05:00
parent fc0f8a2fbb
commit 19f96cedc3
16 changed files with 80 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ image_preview = ""
summary = "Tools and Techniques for Code Acceleration"
highlight = true
math = false
tags = ["impact"]
tags = []
[header]
caption = ""

View File

@@ -3,7 +3,7 @@ highlight = true
external_link = ""
image_preview = ""
summary = "Cognitive Application Builder"
tags = ["c3sr", "impact"]
tags = []
date = "2017-03-13T21:24:51-05:00"
title = "Cognitive Application Builder"
math = false

View File

@@ -5,7 +5,7 @@ draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = ["impact"]
tags = []
# Project summary to display on homepage.
summary = "Students add a convolution layer to MXNet"

View File

@@ -5,7 +5,7 @@ draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = ["impact"]
tags = []
# Project summary to display on homepage.
summary = "A from-scratch feed-forward network in CUDA 4.0 suitable for GPGPUSim"

View File

@@ -5,7 +5,7 @@ draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = ["personal"]
tags = []
# Project summary to display on homepage.
summary = "Docker images with latex"

View File

@@ -1,6 +1,6 @@
+++
summary = "An LLVM Version Manager"
tags = ["personal"]
tags = []
highlight = true
external_link = "https://github.com/cwpearson/llvmvm"
math = false

View File

@@ -5,7 +5,7 @@ draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = ["personal"]
tags = []
# Project summary to display on homepage.
summary = "Generate PDF, docx, html, and txt resume/cv from a single markdown source."

31
content/project/scope.md Normal file
View File

@@ -0,0 +1,31 @@
+++
title = "Scope"
date = 2018-07-24T09:28:43-05:00
draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = []
# 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"
# 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 = ""
+++