Browse Source

add todo list

Xi Ruoyao 5 years ago
parent
commit
e2e0aa60eb
2 changed files with 44 additions and 0 deletions
  1. 5 0
      config/_default/menus.toml
  2. 39 0
      content/todo/_index.md

+ 5 - 0
config/_default/menus.toml

@@ -18,6 +18,11 @@
   url = "#projects"
   weight = 4
 
+[[main]]
+  name = "Todo"
+  url = "todo"
+  weight = 5
+
 [[main]]
   name = "Contact"
   url = "#contact"

+ 39 - 0
content/todo/_index.md

@@ -0,0 +1,39 @@
++++
+date = "2019-11-13T22:10:00+08:00"
+draft = false
+tags = []
+title = "My Todo List"
+authors = ["xry111"]
++++
+
+# Math
+
+- [ ] Rethink linear algebra
+- [ ] Learn tensor algebra
+- [ ] Kirchhoff's matrix tree theorem ([Luogu 4336][lg4336])
+- [ ] Trace of matrix (Problem J, 2019 ICPC Asia Regional Nanchang)
+
+# Physics
+
+- [ ] Rethink dynamics
+
+# Computer Science & Engineering
+
+- [ ] DSU on tree
+- [ ] Translate LFS book
+- [ ] Learn Rust
+- [ ] Rebuild codebase for competitive programming
+
+# Project
+
+## XDOJ-4
+
+- [ ] Fix the prototype
+- [ ] Judging backend using systemd
+
+## RM-100-II
+
+- [ ] Utility for extracting data from binary stream
+- [ ] Experiment report
+
+[lg4336]: https://www.luogu.org/problem/P4336