From eb7cc9f84d7a0d0d9c4f129747aff5e3770306b5 Mon Sep 17 00:00:00 2001 From: noah Date: Fri, 17 Feb 2023 13:50:52 -0600 Subject: [PATCH] Adding dissertation submodule --- .gitmodules | 3 +++ Dissertation | 1 + README.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 Dissertation 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)