The goal is to store notes (e.g., markdown files, code notebooks, programs, and applications) related to various systems science papers, presentations, tutorials, classes, and books.
At the top level of the repository there is a folder for papers (paper/
), presentations (prez/
), tutorials (tutor/
), classes (class/
), and books (book):
βββ README.md
βββ book
βββ class
βββ paper
βββ prez
βββ tutor
In each of the folders there are sub folders for specific papers (SSP#/
), presentations (SSS#/
), tutorials (SST#/
), classes (SSC#/
), and books (SSB#/
):
βββ README.md
βββ book
β βββ SSB1
β βββ SSB2
βββ class
β βββ SSC1
β βββ SSC2
βββ paper
β βββ SSP1
β βββ SSP2
βββ prez
β βββ SSS1
β βββ SSS2
βββ tutor
βββ SST1
βββ SST2
Finally, in each of the sub folders there is a README (ssb1.md) describing the information source and notes created from the information source:
βββ README.md
βββ book
β βββ SSB1
β β βββ chap1
β β βββ ssb1.md
β βββ SSB2
β β βββ chap1
β β βββ ssb2.md
β βββ SSB3
β βββ chap1
β βββ ssb3.md
βββ class
β βββ SSC1
β β βββ ssc1.md
β β βββ topic1
β βββ SSC2
β β βββ ssc2.md
β β βββ topic1
β βββ SSC3
β β βββ ssc3.md
β β βββ topic1
β βββ SSC4
β β βββ ssc4.md
β β βββ topic1
β βββ SSC5
β βββ ssc5.md
β βββ topic1
βββ paper
β βββ SSP1
β βββ SSP2
βββ prez
β βββ SSS1
β βββ SSS2
βββ tutor
βββ SST1
βββ SST2