-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from stevejpurves/main
separate publication and presentation listings
- Loading branch information
Showing
3 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
::: |