2020-11-24 08:33:07 +01:00
|
|
|
default_context:
|
|
|
|
paper_id: '{{ cookiecutter.paper_id }}'
|
|
|
|
paper_repo_name: '{{ cookiecutter.paper_repo_name }}'
|
|
|
|
paper_short_description: '{{ cookiecutter.paper_short_description }}'
|
|
|
|
paper_title: '{{ cookiecutter.paper_title }}'
|
|
|
|
gitlab_group: '{{ cookiecutter.gitlab_group }}'
|
|
|
|
main_contributor: '{{ cookiecutter.main_contributor }}'
|
|
|
|
main_contributor_name: '{{ cookiecutter.main_contributor_name }}'
|
|
|
|
latex_template: '{{ cookiecutter.latex_template }}'
|
|
|
|
git_host: '{{ cookiecutter.git_host }}'
|
|
|
|
locale: '{{ cookiecutter.locale }}'
|
|
|
|
with_appendix: '{{ cookiecutter.with_appendix }}'
|
|
|
|
extra_locale: '{{ cookiecutter.extra_locale }}'
|
|
|
|
with_arxiv_package: '{{ cookiecutter.with_arxiv_package }}'
|
|
|
|
discipline: '{{ cookiecutter.discipline }}'
|
|
|
|
specialization: '{{ cookiecutter.specialization }}'
|
|
|
|
supervisor: '{{ cookiecutter.supervisor }}'
|
|
|
|
album_no: '{{ cookiecutter.album_no }}'
|
2022-01-22 12:46:59 +01:00
|
|
|
beeminder_support: '{{ cookiecutter.beeminder_support }}'
|
2022-02-12 11:56:46 +01:00
|
|
|
contribution_declaration: '{{ cookiecutter.contribution_declaration }}'
|