Skip to content

Commit

Permalink
Merge pull request #187 from nfdi4plants/dsc-kickoff
Browse files Browse the repository at this point in the history
DataSteward Circle
  • Loading branch information
CMR248 authored Jul 12, 2023
2 parents 57f85d6 + 26cba64 commit bd72fa0
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/docs/_sidebars/mainSidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
### [Annotated Research Context](/docs/teaching-materials/slides/ARC.html)
### [Events](/docs/teaching-materials/slides/Events.html)
#### [CEPLAS Start Your ARC Series](/docs/teaching-materials/disseminations/CEPLAS-StartYourARC-Series/index.html)
#### [Data Steward Circle](/docs/teaching-materials/disseminations/DataSteward-Circle/index.html)
## [Videos](/docs/teaching-materials/videos.html)
### [Start Your ARC Series](/docs/teaching-materials/videos/StartYourARC.html)

Expand Down
19 changes: 19 additions & 0 deletions src/docs/teaching-materials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,22 @@ In `dotnet fornax watch` mode, navigate to http://127.0.0.1:8080/docs/teaching-m
> - this is not a slide deck
> - this is just to get a quick overview of available bricks
> - the file (bricks-gallery.md) can be auto-generated and will likely be overwritten
## VS Code Marp Settings

In order to work with the VS Code marp extension (i.e. preview and export slides to pdf, html, etc.), you might want to add the following to the gitignored VSC settings (`.vscode/settings.json`) of this repo:

```
{
"markdown.marp.themes": [
"src/docs/teaching-materials/style/dataplant_marp-theme.css",
"src/docs/teaching-materials/style/dataplant_marp-theme-CMR.css",
"src/docs/teaching-materials/style/dataplant_marp-theme-Intro.css",
"src/docs/teaching-materials/style/marp-theme_dataplant-ceplas-ccby"
],
"markdown.marp.enableHtml": true,
"markdown.marp.exportType": "html",
"markdown.marp.pdf.noteAnnotations": false
}
```
Loading

0 comments on commit bd72fa0

Please sign in to comment.