reorder sections

This commit is contained in:
Carl Pearson
2020-03-09 16:17:38 -05:00
parent 7ad121828a
commit 412a535b8e
7 changed files with 23 additions and 20 deletions

View File

@@ -13,29 +13,29 @@
url = "#publications_selected" url = "#publications_selected"
weight = 20 weight = 20
[[main]]
name = "Recognition"
url = "#awards"
weight = 30
[[main]] [[main]]
name = "Talks" name = "Talks"
url = "#talks" url = "#talks"
weight = 30 weight = 40
[[main]]
name = "Industry"
url = "#industry"
weight = 50
[[main]] [[main]]
name = "Projects" name = "Projects"
url = "#projects" url = "#projects"
weight = 40
[[main]]
name = "Academic Experience"
url = "#academic_experience"
weight = 50
[[main]]
name = "Other Experience"
url = "#industry_positions"
weight = 60 weight = 60
[[main]] [[main]]
name = "Recognition" name = "Academic"
url = "#awards" url = "#academic"
weight = 70 weight = 70
[[main]] [[main]]

View File

@@ -6,7 +6,7 @@
widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/ widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section. headless = true # This file represents a page section.
active = true # Activate this widget? true/false active = true # Activate this widget? true/false
weight = 50 # Order that this section will appear. weight = 70 # Order that this section will appear.
title = "Academic Experience" title = "Academic Experience"
subtitle = "" subtitle = ""

View File

@@ -3,7 +3,7 @@
widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/ widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section. headless = true # This file represents a page section.
active = true # Activate this widget? true/false active = true # Activate this widget? true/false
weight = 70 # Order that this section will appear. weight = 30 # Order that this section will appear.
title = "Recognition" title = "Recognition"
subtitle = "" subtitle = ""

View File

@@ -3,9 +3,9 @@
widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/ widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section. headless = true # This file represents a page section.
active = true # Activate this widget? true/false active = true # Activate this widget? true/false
weight = 60 # Order that this section will appear. weight = 50 # Order that this section will appear.
title = "Other Experience" title = "Industry Experience"
subtitle = "" subtitle = ""
# Date format for experience # Date format for experience

View File

@@ -3,7 +3,7 @@
widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/ widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section. headless = true # This file represents a page section.
active = true # Activate this widget? true/false active = true # Activate this widget? true/false
weight = 40 # Order that this section will appear. weight = 60 # Order that this section will appear.
title = "Projects" title = "Projects"
subtitle = "" subtitle = ""

View File

@@ -5,7 +5,7 @@
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section. headless = true # This file represents a page section.
active = true # Activate this widget? true/false active = true # Activate this widget? true/false
weight = 30 # Order that this section will appear. weight = 40 # Order that this section will appear.
title = "Recent & Upcoming Talks" title = "Recent & Upcoming Talks"
subtitle = "" subtitle = ""

View File

@@ -2,7 +2,10 @@
title: Stencil Library title: Stencil Library
summary: A CUDA+MPI stencil library with automatic data placement and optimized multi-GPU communication, summary: A CUDA+MPI stencil library with automatic data placement and optimized multi-GPU communication,
tags: tags:
- Demo - GPU
- CUDA
- MPI
- stencil
date: "2020-03-09T00:00:00Z" date: "2020-03-09T00:00:00Z"
# Optional external URL for project (replaces project detail page). # Optional external URL for project (replaces project detail page).