add scope project, update to Hugo 0.45, Academic 2.3.0
This commit is contained in:
@@ -6,7 +6,7 @@ image_preview = ""
|
||||
summary = "Tools and Techniques for Code Acceleration"
|
||||
highlight = true
|
||||
math = false
|
||||
tags = ["impact"]
|
||||
tags = []
|
||||
|
||||
[header]
|
||||
caption = ""
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
summary = "An LLVM Version Manager"
|
||||
tags = ["personal"]
|
||||
tags = []
|
||||
highlight = true
|
||||
external_link = "https://github.com/cwpearson/llvmvm"
|
||||
math = false
|
||||
|
@@ -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
31
content/project/scope.md
Normal 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 = ""
|
||||
|
||||
+++
|
Reference in New Issue
Block a user