add scope project, update to Hugo 0.45, Academic 2.3.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
dist: trusty
|
||||
|
||||
install:
|
||||
- wget -q https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz -O hugo.tar.gz
|
||||
- wget -q https://github.com/gohugoio/hugo/releases/download/v0.45/hugo_0.45_Linux-64bit.tar.gz -O hugo.tar.gz
|
||||
- tar -xvf hugo.tar.gz
|
||||
- mkdir -vp ~/bin
|
||||
- mv -v hugo ~/bin/hugo
|
||||
|
@@ -1,23 +1,30 @@
|
||||
+++
|
||||
# Projects widget.
|
||||
# Note: this widget will only display if `content/project/` contains projects.
|
||||
|
||||
date = "2017-03-12T00:00:00"
|
||||
draft = false
|
||||
widget = "projects"
|
||||
active = true
|
||||
date = 2017-03-12T00:00:00
|
||||
|
||||
title = "Projects"
|
||||
subtitle = ""
|
||||
widget = "projects"
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 20
|
||||
|
||||
# Content.
|
||||
# Display content from the following folder.
|
||||
# For example, `folder = "project"` displays content from `content/project/`.
|
||||
folder = "project"
|
||||
|
||||
# View.
|
||||
# Customize how projects are displayed.
|
||||
# Legend: 0 = list, 1 = cards.
|
||||
view = 1
|
||||
|
||||
# Filter toolbar.
|
||||
|
||||
# Default filter index (e.g. 0 corresponds to the first `[[filter]]` instance below).
|
||||
filter_default = 0
|
||||
|
||||
# Add or remove as many filters (`[[filter]]` instances) as you like.
|
||||
# Use "*" tag to show all projects or an existing tag prefixed with "." to filter by specific tag.
|
||||
# To remove toolbar, delete/comment all instances of `[[filter]]` below.
|
||||
@@ -38,4 +45,3 @@ view = 1
|
||||
tag = ".personal"
|
||||
|
||||
+++
|
||||
|
||||
|
13
content/home/tags.md
Normal file
13
content/home/tags.md
Normal file
@@ -0,0 +1,13 @@
|
||||
+++
|
||||
# Tag Cloud widget.
|
||||
widget = "tag_cloud"
|
||||
active = false
|
||||
date = 2017-09-20T00:00:00
|
||||
|
||||
title = "Tags"
|
||||
subtitle = ""
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 65
|
||||
|
||||
+++
|
@@ -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 = ""
|
||||
|
||||
+++
|
@@ -37,6 +37,12 @@ image_preview = ""
|
||||
# Is this a selected publication? (true/false)
|
||||
selected = true
|
||||
|
||||
# Projects (optional).
|
||||
# Associate this publication 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 = []
|
||||
|
||||
# Links (optional)
|
||||
url_pdf = ""
|
||||
url_preprint = ""
|
||||
|
@@ -15,9 +15,9 @@ 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/`.
|
||||
# Otherwise, set `projects = []`.
|
||||
projects = ["app_studies.md"]
|
||||
# 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 = []
|
||||
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
|
@@ -15,9 +15,9 @@ selected = false
|
||||
|
||||
# Projects (optional).
|
||||
# Associate this talk with one or more of your projects.
|
||||
# Simply enter the filename of your project file in `content/project/`.
|
||||
# Otherwise, set `projects = []`.
|
||||
projects = ["cab.md"]
|
||||
# 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 = []
|
||||
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
|
@@ -15,9 +15,9 @@ 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/`.
|
||||
# Otherwise, set `projects = []`.
|
||||
projects = ["cab.md"]
|
||||
# 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 = []
|
||||
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
|
Submodule themes/academic updated: 26930f8794...11a5d1bf50
Reference in New Issue
Block a user