diff --git a/_toc.yml b/_toc.yml new file mode 100644 index 0000000..9c802f8 --- /dev/null +++ b/_toc.yml @@ -0,0 +1,24 @@ +# Table of Contents +# +# Myst will respect: +# 1. New pages +# - file: relative/path/to/page +# 2. New sections without an associated page +# - title: Folder Title +# sections: ... +# 3. New sections with an associated page +# - file: relative/path/to/page +# sections: ... +# +# Note: Titles defined on pages here are not recognized. +# +# This spec is based on the JupyterBook table of contents. +# Learn more at https://jupyterbook.org/customize/toc.html + +format: jb-book +root: index +chapters: + - file: mission + - file: open-science + - file: presentations + - file: publications diff --git a/presentations.md b/presentations.md new file mode 100644 index 0000000..7422af8 --- /dev/null +++ b/presentations.md @@ -0,0 +1,14 @@ +--- +title: Presentations +description: Presentations by the UBC-GIF team +options: + hide_toc: true +--- + +:::{cn:articles} +:venue: appliedgeophysics +:collection: presentations +:show-thumbnails: true +:show-date: true +:show-kind: true +::: diff --git a/publications.md b/publications.md new file mode 100644 index 0000000..62228b5 --- /dev/null +++ b/publications.md @@ -0,0 +1,14 @@ +--- +title: Publications +description: Publications by the UBC-GIF team +options: + hide_toc: true +--- + +:::{cn:articles} +:venue: appliedgeophysics +:collection: publications +:show-thumbnails: true +:show-date: true +:show-kind: true +:::