diff --git a/.gitmodules b/.gitmodules index c8c13f1..c1b46e4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "Publications/AG-CG-Network-Science"] path = Publications/AG-CG-Network-Science url = https://git.theschricks.com/noah/AG-CG-Network-Science.git +[submodule "Dissertation"] + path = Dissertation + url = https://git.theschricks.com/noah/Dissertation diff --git a/Dissertation b/Dissertation new file mode 160000 index 0000000..0cf3150 --- /dev/null +++ b/Dissertation @@ -0,0 +1 @@ +Subproject commit 0cf3150bd43ec0b5a27e9aa9af8b7edadd9665d3 diff --git a/README.md b/README.md index 7f9d30e..49ea42e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ Publications folder - holds submodules for manuscripts that include tex and supporting files, along with data -Projects folder - holds project code +Dissertation folder - holds project code for MS Thesis (generation) and PhD Dissertation (analysis)