diff --git a/_config.yml b/_config.yml index a4b3e4f..ac2ad72 100644 --- a/_config.yml +++ b/_config.yml @@ -47,9 +47,6 @@ collections: events-draft: output: true permalink: /events-draft/:slug - series: - output: true - permalink: /series/:slug impact: output: true permalink: /impact/:slug @@ -65,11 +62,6 @@ defaults: type: "events-draft" values: layout: "event" - - scope: - path: "" - type: "series" - values: - layout: "page" feed: collections: diff --git a/resources/series-teaser b/resources/series-teaser index daf7b07..1083038 100644 --- a/resources/series-teaser +++ b/resources/series-teaser @@ -6,25 +6,25 @@ group-linkurl = include.linkurl title1 = "HPC Best Practices Webinars" - url1 = "/series/hpc-best-practices-webinars" + url1 = "/resources/series/hpc-best-practices-webinars" blurb1 = "The HPC Best Practices webinars address issues faced by developers of computational science and engineering (CSE) software on high-performance computers (HPC)." title2 = "BSSw Tutorials" - url2 = "/series/bssw-tutorials" + url2 = "/resources/series/bssw-tutorials" blurb2 = "The Better Scientific Software (BSSw) tutorials focus on issues of developer productivity, software sustainability, and reproducibility in scientific research software, particularly targeting high-performance computers." title3 = "Technical Sessions and Meetings" - url3 = "/series/technical-sessions-and-meetings" + url3 = "/resources/series/technical-sessions-and-meetings" blurb3 = "Creating opportunities to talk about software development, productivity, and sustainability as part of larger meetings or standalone." title4 = "Strategies for Working Remotely" - url4 = "/series/strategies-for-working-remotely" + url4 = "/resources/series/strategies-for-working-remotely" blurb4 = "Exploring strategies for working remotely, with emphasis on how HPC teams can be effective and efficient in long-term hybrid settings." %} {% comment %} title5 = "Performance Portability & ECP" - url5 = "/series/performance-portability-ecp" + url5 = "/resources/series/performance-portability-ecp" blurb5 = "Experiences of projects in the Exascale Computing Project Application Development with performance portability -- how they've handled it and the outcomes they've realized." {% endcomment %} \ No newline at end of file diff --git a/_series/bssw-tutorials.md b/resources/series/bssw-tutorials.md similarity index 99% rename from _series/bssw-tutorials.md rename to resources/series/bssw-tutorials.md index 39f6755..71760da 100644 --- a/_series/bssw-tutorials.md +++ b/resources/series/bssw-tutorials.md @@ -1,4 +1,5 @@ --- +layout: page title: "BSSw Tutorials" #blurb: "The quick brown fox jumps over the lazy dog." diff --git a/_series/hpc-best-practices-webinars.md b/resources/series/hpc-best-practices-webinars.md similarity index 99% rename from _series/hpc-best-practices-webinars.md rename to resources/series/hpc-best-practices-webinars.md index eed2ce4..16368ce 100644 --- a/_series/hpc-best-practices-webinars.md +++ b/resources/series/hpc-best-practices-webinars.md @@ -1,4 +1,5 @@ --- +layout: page title: "HPC Best Practices Webinars" #blurb: "The quick brown fox jumps over the lazy dog." diff --git a/_series/performance-portability-ecp.md b/resources/series/performance-portability-ecp.md similarity index 99% rename from _series/performance-portability-ecp.md rename to resources/series/performance-portability-ecp.md index 77bee8f..dd937ab 100644 --- a/_series/performance-portability-ecp.md +++ b/resources/series/performance-portability-ecp.md @@ -1,4 +1,5 @@ --- +layout: page title: "Performance Portability & ECP" blurb: "This series has concluded" diff --git a/_series/strategies-for-working-remotely.md b/resources/series/strategies-for-working-remotely.md similarity index 99% rename from _series/strategies-for-working-remotely.md rename to resources/series/strategies-for-working-remotely.md index 0757b39..2292214 100644 --- a/_series/strategies-for-working-remotely.md +++ b/resources/series/strategies-for-working-remotely.md @@ -1,4 +1,5 @@ --- +layout: page title: "Strategies for Working Remotely" #blurb: "This series has concluded" diff --git a/_series/technical-sessions-and-meetings.md b/resources/series/technical-sessions-and-meetings.md similarity index 99% rename from _series/technical-sessions-and-meetings.md rename to resources/series/technical-sessions-and-meetings.md index 6dbe212..060d55e 100644 --- a/_series/technical-sessions-and-meetings.md +++ b/resources/series/technical-sessions-and-meetings.md @@ -1,4 +1,5 @@ --- +layout: page title: "Technical Sessions and Meetings" #blurb: "The quick brown fox jumps over the lazy dog." diff --git a/series.md b/series.md deleted file mode 100644 index c83e68e..0000000 --- a/series.md +++ /dev/null @@ -1,14 +0,0 @@ ---- - -layout: page - -title: "Event Series" - ---- - -Events organized by the IDEAS Productivity project are organized into several series. Select a series to see events in that particular series or follow the links to the main events page for all upcoming or past events. - -{% include_relative resources/series-teaser - linktext = "see full list of events" - linkurl = "/resources/events" -%}