From 19f96cedc33d37ca18ea76407e32e8dfc03200a9 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Tue, 24 Jul 2018 10:03:19 -0500 Subject: [PATCH] add scope project, update to Hugo 0.45, Academic 2.3.0 --- .travis.yml | 2 +- content/home/projects.md | 18 +++++++---- content/home/tags.md | 13 ++++++++ content/project/app_studies.md | 2 +- content/project/cab.md | 2 +- content/project/ece408_project.md | 2 +- content/project/gpu_dnn.md | 2 +- content/project/latex_docker.md | 2 +- content/project/llvmvm.md | 2 +- content/project/resume.md | 2 +- content/project/scope.md | 31 +++++++++++++++++++ .../publication/20180518_hidayetoglu_ipdps.md | 6 ++++ content/talk/20180606bw.md | 6 ++-- content/talk/2018ada.md | 6 ++-- content/talk/2018ff.md | 6 ++-- themes/academic | 2 +- 16 files changed, 80 insertions(+), 24 deletions(-) create mode 100644 content/home/tags.md create mode 100644 content/project/scope.md diff --git a/.travis.yml b/.travis.yml index 5facef9..fa50596 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/content/home/projects.md b/content/home/projects.md index 866962a..156eb84 100644 --- a/content/home/projects.md +++ b/content/home/projects.md @@ -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" +++ - diff --git a/content/home/tags.md b/content/home/tags.md new file mode 100644 index 0000000..0f9e9fe --- /dev/null +++ b/content/home/tags.md @@ -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 + ++++ diff --git a/content/project/app_studies.md b/content/project/app_studies.md index 19c5a3b..50134e0 100644 --- a/content/project/app_studies.md +++ b/content/project/app_studies.md @@ -6,7 +6,7 @@ image_preview = "" summary = "Tools and Techniques for Code Acceleration" highlight = true math = false -tags = ["impact"] +tags = [] [header] caption = "" diff --git a/content/project/cab.md b/content/project/cab.md index 14ebe14..a91d306 100644 --- a/content/project/cab.md +++ b/content/project/cab.md @@ -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 diff --git a/content/project/ece408_project.md b/content/project/ece408_project.md index dc40232..dfd32b8 100644 --- a/content/project/ece408_project.md +++ b/content/project/ece408_project.md @@ -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" diff --git a/content/project/gpu_dnn.md b/content/project/gpu_dnn.md index 77f90c6..c22531d 100644 --- a/content/project/gpu_dnn.md +++ b/content/project/gpu_dnn.md @@ -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" diff --git a/content/project/latex_docker.md b/content/project/latex_docker.md index 97b784d..fd4d047 100644 --- a/content/project/latex_docker.md +++ b/content/project/latex_docker.md @@ -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" diff --git a/content/project/llvmvm.md b/content/project/llvmvm.md index a2af424..69f9a47 100644 --- a/content/project/llvmvm.md +++ b/content/project/llvmvm.md @@ -1,6 +1,6 @@ +++ summary = "An LLVM Version Manager" -tags = ["personal"] +tags = [] highlight = true external_link = "https://github.com/cwpearson/llvmvm" math = false diff --git a/content/project/resume.md b/content/project/resume.md index bb2eca5..095661b 100644 --- a/content/project/resume.md +++ b/content/project/resume.md @@ -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." diff --git a/content/project/scope.md b/content/project/scope.md new file mode 100644 index 0000000..0a7242b --- /dev/null +++ b/content/project/scope.md @@ -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 = "" + ++++ diff --git a/content/publication/20180518_hidayetoglu_ipdps.md b/content/publication/20180518_hidayetoglu_ipdps.md index d5ace29..1bedaa3 100644 --- a/content/publication/20180518_hidayetoglu_ipdps.md +++ b/content/publication/20180518_hidayetoglu_ipdps.md @@ -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 = "" diff --git a/content/talk/20180606bw.md b/content/talk/20180606bw.md index 7472366..c1e374a 100644 --- a/content/talk/20180606bw.md +++ b/content/talk/20180606bw.md @@ -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 = "" diff --git a/content/talk/2018ada.md b/content/talk/2018ada.md index 257eac4..784ac4e 100644 --- a/content/talk/2018ada.md +++ b/content/talk/2018ada.md @@ -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 = "" diff --git a/content/talk/2018ff.md b/content/talk/2018ff.md index 2d03ef9..ea53be4 100644 --- a/content/talk/2018ff.md +++ b/content/talk/2018ff.md @@ -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 = "" diff --git a/themes/academic b/themes/academic index 26930f8..11a5d1b 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit 26930f87944c988073902177176a34ce0cf3ee6c +Subproject commit 11a5d1bf500e45e26a28faf166f7622cc929b052