From bd18d034f1086556a7035cb0a3f7923c98d97c4e Mon Sep 17 00:00:00 2001 From: beramos Date: Thu, 25 Jan 2024 15:44:39 +0100 Subject: [PATCH] init project template --- projects/0-project-template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 projects/0-project-template.md diff --git a/projects/0-project-template.md b/projects/0-project-template.md new file mode 100644 index 0000000..3f013ab --- /dev/null +++ b/projects/0-project-template.md @@ -0,0 +1,15 @@ +# {Title} + +**tags:** *{tag1}, {tag2}, {tag3}* + +![project image](https://images.unsplash.com/photo-1577083862054-7324cd025fa6?q=80&w=2141&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) + +## 1. Abstract + +## 2. Background + +## 3. Assignments + +## 4. Resources +- DrWatson.js - Introduction ([source](https://juliadynamics.github.io/DrWatson.jl/dev/)) +- Julia documentation ([source](https://docs.julialang.org/en/v1/)) \ No newline at end of file