Skip to content

Commit

Permalink
Add linear algebra tutorial (#400)
Browse files Browse the repository at this point in the history
---------
Co-authored-by: Aaruni Kaushik <[email protected]>
  • Loading branch information
HereAround authored Jan 16, 2025
1 parent 28e8572 commit 328e150
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To contribute a new tutorial notebook, please follow these steps

2. Create a thumbnail for the notebook, say `mythumbnail.png` and store it in `/public/thumbnails`.

3. Create a new entry in the `_data/tutorials.yml` file, consisting of the following lines:
3. Create a new entry in the `_data/examples.yml` file, consisting of the following lines:
```
- title: "My new notebook"
repository: myusername/mybinderrepo
Expand Down
6 changes: 6 additions & 0 deletions _data/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@
language: julia
date: January 1, 1970

- title: Linear Algebra
repository: oscar-system/OSCARBinder
branch: master
filename: LinearAlgebraInOSCAR
author: Martin Bies, Aaruni Kaushik
thumbnail: LinearAlgebra.png

#- title: "Homology of VR complexes"
# repository: oscar-system/OSCARBinder
Expand Down
Binary file added public/thumbnails/LinearAlgebra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions tutorials/LinearAlgebra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: tutorial
title: LinearAlgebra
component: LinearAlgebra.png
---

{% include tutorial.html %}

0 comments on commit 328e150

Please sign in to comment.