From aade09289fd2bf1668c70baacc8954cd1375396b Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 2 Feb 2022 13:10:24 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=C2=AF\=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbed735..be8386b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Master Internship Outreach +# Master Internship Documentation Presentations, documents, etc. related to my Master's Internship at HEP. From 37638fe70589ca5d0a461d4ee8a3e69e916008fb Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Tue, 1 Feb 2022 10:20:32 +0100 Subject: [PATCH 2/3] Don't ignore pdfs in /figures/ --- figures/.gitignore | 2 ++ figures/README.md | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 figures/.gitignore create mode 100644 figures/README.md diff --git a/figures/.gitignore b/figures/.gitignore new file mode 100644 index 0000000..927a521 --- /dev/null +++ b/figures/.gitignore @@ -0,0 +1,2 @@ +# Do not ignore pdf in this directory +!*.pdf diff --git a/figures/README.md b/figures/README.md new file mode 100644 index 0000000..85a7528 --- /dev/null +++ b/figures/README.md @@ -0,0 +1,7 @@ +# Figures + +Storage for common figures. +It's better to put figures here, than to separately copy them over +when you need it in multiple documents. + +Also, categories seem to be useful. From ccf168972a0a172773ed8cca07a36f8000b6a338 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 2 Feb 2022 13:15:45 +0100 Subject: [PATCH 3/3] Link bibliography repository here --- .gitmodules | 3 +++ bibliotheca | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 bibliotheca diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d67924d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bibliotheca"] + path = bibliotheca + url = git@gitlab.science.ru.nl:edeboone/m-thesis-bibliotheca.git diff --git a/bibliotheca b/bibliotheca new file mode 160000 index 0000000..28ccd1c --- /dev/null +++ b/bibliotheca @@ -0,0 +1 @@ +Subproject commit 28ccd1cc099d152851b3c8527392344d471f0892