From 412a535b8e5bd30de3f4fb27dc291b820d7d0a1e Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 9 Mar 2020 16:17:38 -0500 Subject: [PATCH] reorder sections --- config/_default/menus.toml | 26 +++++++++---------- .../{academic_experience.md => academic.md} | 2 +- content/home/awards.md | 2 +- .../{industry_positions.md => industry.md} | 4 +-- content/home/projects.md | 2 +- content/home/talks.md | 2 +- content/project/stencil_library/index.md | 5 +++- 7 files changed, 23 insertions(+), 20 deletions(-) rename content/home/{academic_experience.md => academic.md} (98%) rename content/home/{industry_positions.md => industry.md} (97%) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index eb1b711..f479368 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -13,29 +13,29 @@ url = "#publications_selected" weight = 20 +[[main]] + name = "Recognition" + url = "#awards" + weight = 30 + [[main]] name = "Talks" url = "#talks" - weight = 30 + weight = 40 + +[[main]] + name = "Industry" + url = "#industry" + weight = 50 [[main]] name = "Projects" url = "#projects" - weight = 40 - -[[main]] - name = "Academic Experience" - url = "#academic_experience" - weight = 50 - -[[main]] - name = "Other Experience" - url = "#industry_positions" weight = 60 [[main]] - name = "Recognition" - url = "#awards" + name = "Academic" + url = "#academic" weight = 70 [[main]] diff --git a/content/home/academic_experience.md b/content/home/academic.md similarity index 98% rename from content/home/academic_experience.md rename to content/home/academic.md index 68d3ce1..a4973a6 100644 --- a/content/home/academic_experience.md +++ b/content/home/academic.md @@ -6,7 +6,7 @@ widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. 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" subtitle = "" diff --git a/content/home/awards.md b/content/home/awards.md index becd95b..e21f321 100644 --- a/content/home/awards.md +++ b/content/home/awards.md @@ -3,7 +3,7 @@ widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. 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" subtitle = "" diff --git a/content/home/industry_positions.md b/content/home/industry.md similarity index 97% rename from content/home/industry_positions.md rename to content/home/industry.md index 82117e8..dd54e46 100644 --- a/content/home/industry_positions.md +++ b/content/home/industry.md @@ -3,9 +3,9 @@ widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. 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 = "" # Date format for experience diff --git a/content/home/projects.md b/content/home/projects.md index f025dc7..0074769 100644 --- a/content/home/projects.md +++ b/content/home/projects.md @@ -3,7 +3,7 @@ widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. 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" subtitle = "" diff --git a/content/home/talks.md b/content/home/talks.md index 7829f87..82df0f9 100644 --- a/content/home/talks.md +++ b/content/home/talks.md @@ -5,7 +5,7 @@ widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. 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" subtitle = "" diff --git a/content/project/stencil_library/index.md b/content/project/stencil_library/index.md index 78b712b..8fc69e3 100644 --- a/content/project/stencil_library/index.md +++ b/content/project/stencil_library/index.md @@ -2,7 +2,10 @@ title: Stencil Library summary: A CUDA+MPI stencil library with automatic data placement and optimized multi-GPU communication, tags: -- Demo +- GPU +- CUDA +- MPI +- stencil date: "2020-03-09T00:00:00Z" # Optional external URL for project (replaces project detail page).