JarrettYe commited on
Commit
8e856a1
·
verified ·
1 Parent(s): cc85e96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -7,4 +7,20 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ ## About
11
+
12
+ Open Spaced Repetition (OSR) is an open-source community dedicated to the advancement of spaced repetition algorithms. We are the creators of the Free Spaced Repetition Scheduler (FSRS), which is backed by academic literatures and experiments. FSRS has been implemented in various programming languages, including Javascript, Golang, Rust, Python, and so on.
13
+
14
+ ## Mission
15
+
16
+ Our mission is to develop efficient, effective, and accessible spaced repetition algorithms that can be readily integrated into any educational software or system.
17
+
18
+ ## Features
19
+
20
+ - **Multiple Language Support**: [ts-fsrs](https://github.com/open-spaced-repetition/ts-fsrs), [fsrs.js](https://github.com/open-spaced-repetition/fsrs.js), [go-fsrs](https://github.com/open-spaced-repetition/go-fsrs), [rs-fsrs](https://github.com/open-spaced-repetition/rs-fsrs), [py-fsrs](https://github.com/open-spaced-repetition/py-fsrs), [cljc-fsrs](https://github.com/open-spaced-repetition/cljc-fsrs), [swift-fsrs](https://github.com/open-spaced-repetition/swift-fsrs) and [ex_fsrs](https://github.com/open-spaced-repetition/ex_fsrs)
21
+ - **Scientifically-Backed**:
22
+ - [A Stochastic Shortest Path Algorithm for Optimizing Spaced Repetition Scheduling | Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining](https://dl.acm.org/doi/10.1145/3534678.3539081)
23
+ - [Optimizing Spaced Repetition Schedule by Capturing the Dynamics of Memory | IEEE Journals & Magazine | IEEE Xplore](https://ieeexplore.ieee.org/document/10059206)
24
+ - [open-spaced-repetition/fsrs-benchmark: A benchmark for spaced repetition algorithms (github.com)](https://github.com/open-spaced-repetition/fsrs-benchmark)
25
+
26
+ - **Production-Ready**: [fsrs4anki](https://github.com/open-spaced-repetition/fsrs4anki), [fsrs-rs](https://github.com/open-spaced-repetition/fsrs-rs), [fsrs4tw](https://github.com/open-spaced-repetition/fsrs4tw), [obsidian-spaced-repetition-recall](https://github.com/open-spaced-repetition/obsidian-spaced-repetition-recall), [fsrs4remnote](https://github.com/open-spaced-repetition/fsrs4remnote) and so on.