Browse Source

add weekly seminars to the doc book

x 3 years ago
parent
commit
5f63ab452c
2 changed files with 20 additions and 0 deletions
  1. 1 0
      doc/src/SUMMARY.md
  2. 19 0
      doc/src/development/seminars.md

+ 1 - 0
doc/src/SUMMARY.md

@@ -14,6 +14,7 @@
   - [Contributing](development/contributing.md)
   - [Contributing](development/contributing.md)
   - [Learn](development/learn.md)
   - [Learn](development/learn.md)
   - [API Rustdoc](development/rustdoc.md)
   - [API Rustdoc](development/rustdoc.md)
+  - [Seminars](development/seminars.md)
 - [Architecture](architecture/architecture.md)
 - [Architecture](architecture/architecture.md)
   - [Overview](architecture/overview.md)
   - [Overview](architecture/overview.md)
   - [Anonymous assets](architecture/anonymous_assets.md)
   - [Anonymous assets](architecture/anonymous_assets.md)

+ 19 - 0
doc/src/development/seminars.md

@@ -0,0 +1,19 @@
+# Developer Seminars
+
+Weekly seminars on DarkFi, cryptography, code and other topics.
+
+| Date                 | Topic            | Title                                       | Notes |
+|----------------------|------------------|---------------------------------------------|-------|
+| 16:00 CET Fri 26 May | elliptic curves  | Introduction to Elliptic Curves             |       |
+| 16:00 CET Tue 30 May | abstract algebra | Group Structure and Homomorphisms           |       |
+| 16:00 CET Thu 15 Jun | consensus        | DarkFi Consensus Algorithm & Control Theory |       |
+| 16:00 CET Thu 22 Jun | consensus        | Walkthrough the Consensus Code              |       |
+| 16:00 CET Thu 29 Jun | event graph      | Walkthrough the Event Graph                 |       |
+
+The link for calls is
+[meet.jit.si/darkfi-seminar](https://meet.jit.si/darkfi-seminar).
+
+For the math seminars, we use a collaborative whiteboard called
+[therapy](https://github.com/narodnik/therapy) that we made.
+The canvas will also be shared on jitsi calls.
+