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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -17,10 +17,11 @@ Our mission is to develop efficient, effective, and accessible spaced repetition
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.
 
17
 
18
  ## Features
19
 
20
+ - **Multiple Language Support**: [ts-fsrs](https://github.com/open-spaced-repetition/ts-fsrs), [go-fsrs](https://github.com/open-spaced-repetition/go-fsrs), [fsrs-rs](https://github.com/open-spaced-repetition/fsrs-rs), [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), [ex_fsrs](https://github.com/open-spaced-repetition/ex_fsrs) and so on.
21
+
22
  - **Scientifically-Backed**:
23
  - [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)
24
  - [Optimizing Spaced Repetition Schedule by Capturing the Dynamics of Memory | IEEE Journals & Magazine | IEEE Xplore](https://ieeexplore.ieee.org/document/10059206)
25
+ - [open-spaced-repetition/srs-benchmark: A benchmark for spaced repetition schedulers/algorithms (github.com)](https://github.com/open-spaced-repetition/srs-benchmark)
26
 
27
+ - **Plugin & Add-on**: [fsrs4anki-helper](https://github.com/open-spaced-repetition/fsrs4anki-helper), [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.