diff --git a/_data/tutorials.yml b/_data/tutorials.yml new file mode 100644 index 00000000..9ffcbd35 --- /dev/null +++ b/_data/tutorials.yml @@ -0,0 +1,35 @@ +- id: tutorial-1 + title: "Welcome to the SciX Training Hub" + description: "Get an overview of the SciX Training Hub and what you'll learn across this tutorial series." + video_id: jJ0ve_3ov0M + is_new: true + +- id: tutorial-2 + title: "Searching for a Specific Paper" + description: "Learn how to quickly find a specific paper in SciX using author names, titles, identifiers, and more." + video_id: 7ELEYN5L49U + is_new: true + +- id: tutorial-3 + title: "SciX Tutorial 3" + description: "Placeholder description — update this in _data/tutorials.yml." + video_id: WsYbgdaC2Es + is_new: false + +- id: tutorial-4 + title: "SciX Tutorial 4" + description: "Placeholder description — update this in _data/tutorials.yml." + video_id: aOq_JxQId4M + is_new: false + +- id: tutorial-5 + title: "SciX Tutorial 5" + description: "Placeholder description — update this in _data/tutorials.yml." + video_id: tZaLIAoavv8 + is_new: false + +- id: tutorial-6 + title: "SciX Tutorial 6" + description: "Placeholder description — update this in _data/tutorials.yml." + video_id: IPGv0vPxy4M + is_new: false diff --git a/_includes/head_default_scix.html b/_includes/head_default_scix.html index 25b30f92..db30bc83 100644 --- a/_includes/head_default_scix.html +++ b/_includes/head_default_scix.html @@ -78,5 +78,10 @@ ga('send', 'pageview'); + + {% if page.extra_css %} + + {% endif %} + diff --git a/_includes/left-nav_scix.html b/_includes/left-nav_scix.html index f57e0fe0..d6ff3559 100644 --- a/_includes/left-nav_scix.html +++ b/_includes/left-nav_scix.html @@ -162,6 +162,7 @@
+ {{ tutorial.description }}
+