diff options
author | Holden Rohrer <hr@hrhr.dev> | 2022-08-16 18:23:05 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2022-08-16 18:23:05 -0400 |
commit | cf35f9ab5f78f64c62b9ae9d83df8524be58394f (patch) | |
tree | 03daec3b3d818d22c1e656b9df497f31de165a50 /README |
Initial Commit (research opportunities)
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +# Holden Rohrer's work for the 2022-23 school year + +## Professors + +- Wing Suet Li for Research + +## Structure + +The growth of this repository will be pretty organic, but as a general +rule it will consist exclusively of ASCII plain-text files (preferably +as a final format, but sometimes using TeX to generate pdfs with a +Makefile). At the top level there will be a folder for each prof, +labeled with their last name (e.g. `markley/`), all-caps files like +README, LICENSE, and PROGRESS for what is mostly metadata, and possibly +some TeX format files. Git commits' commit times will act as the record +for when different events occur. + +## License + +I have chosen to release this writing under CC BY-SA 4.0. +The full license is available in LICENSE. |