blob: 8c61424f0cb805068787c492de1d094d1580e47d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
==================================
Repository README
==================================
This is a checkout of the git repository for Bryan Newbold's 2009 undergrad
physics thesis work on functionally programming general relativity.
It should be hosted online at http://web.mit.edu/bnewbold/thesis/
The repository should be browsable at http://git.bnewbold.net/
Requirements/Setup
-------------------------------
Install the scmutils package for MIT/GNU Scheme.
Instructions
-------------------------------
Read the document?
Heirarchy
-------------------------------
README
this file
main.html
would be index.html but i don't want to over-ride directory listings
on athena
journal/
daily journal entries
proposal/
the original proposal as submited to the physics department
src/
LaTeX, figures, source files, etc for actual document
work/
Scheme code and examples
other/
Misc other files
|