From b7924e3971739f53c4cb7de54b5a3c45c070bda2 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Sat, 21 Oct 2023 15:52:09 +0200 Subject: [PATCH] add info files to templates --- abschlussbericht/info.json | 7 +++++++ lebenslauf/info.json | 24 ++++++++++++++++++++++++ sachbeihilfe/info.json | 7 +++++++ 3 files changed, 38 insertions(+) create mode 100644 abschlussbericht/info.json create mode 100644 lebenslauf/info.json create mode 100644 sachbeihilfe/info.json diff --git a/abschlussbericht/info.json b/abschlussbericht/info.json new file mode 100644 index 0000000..b393e71 --- /dev/null +++ b/abschlussbericht/info.json @@ -0,0 +1,7 @@ +{ + "NAME": "Abschlussbericht", + "LANGUAGE: "de", + "VERSION": "3.06 - 01/23", + "AUTHOR": "Jan Grewe", + "BRIEF": "Template for the final project report." +} \ No newline at end of file diff --git a/lebenslauf/info.json b/lebenslauf/info.json new file mode 100644 index 0000000..f3c0c5c --- /dev/null +++ b/lebenslauf/info.json @@ -0,0 +1,24 @@ +{ + "templates": [ + { + "name": "Curriculum vitae DE", + "alias": "cvDE", + "language": "de", + "version": "53.200 - 03/23", + "author": "Jan Grewe", + "brief": "Template for the final project report.", + "mainfile": "lebenslauf.tex", + "files": ["header.tex", "DFG_logo.png", "Makefile", "lebenslauf.tex"] + }, + { + "name": "Curriculum vitae EN", + "language": "en", + "alias": "cvEN", + "version": "53.200 - 03/23", + "author": "Jan Grewe", + "brief": "Template for the final project report.", + "mainfile": "cv.tex", + "files": ["header.tex", "DFG_logo.png", "Makefile", "cv.tex"] + } + ] +} \ No newline at end of file diff --git a/sachbeihilfe/info.json b/sachbeihilfe/info.json new file mode 100644 index 0000000..dffa882 --- /dev/null +++ b/sachbeihilfe/info.json @@ -0,0 +1,7 @@ +{ + "NAME": "Sachbeihilfe", + "LANGUAGE: "de", + "VERSION": "53.01 - 09/22", + "AUTHOR": "Jan Grewe", + "BRIEF": "Template for grant application as Sachbeihilfe." +} \ No newline at end of file