From c9972efb142ceeb3a43a3a93512ba564475cd119 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Wed, 13 Oct 2021 15:18:28 +0200 Subject: [PATCH] Remove EACL --- README.md | 1 - hooks/post_gen_project.sh | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/README.md b/README.md index 6e9c033..85fe175 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ following templates are handled: * COLING (`coling`) * LLNCS (`llncs`) * EMNLP (`emnlp`) -* EACL (`eacl`) * NeurIPS (`neurips`) * IEEE Access (`ieee-access`) * PolEval (`poleval`) diff --git a/hooks/post_gen_project.sh b/hooks/post_gen_project.sh index eeee8d7..61bc238 100755 --- a/hooks/post_gen_project.sh +++ b/hooks/post_gen_project.sh @@ -73,16 +73,6 @@ elif [ "{{ cookiecutter.latex_template }}" = "emnlp" ]; then cp -r _latex-templates/emnlp2020-template.tex {{cookiecutter.paper_id}}.tex cp -r _latex-templates/emnlp2020-template-meta.tex metadata.tex cp -r _latex-templates/emnlp2020-template-appendix.tex the-appendix.tex -elif [ "{{ cookiecutter.latex_template }}" = "eacl" ]; then - get_files "https://2021.eacl.org/downloads/eacl2021-templates.zip" \ - acl_natbib.bst \ - eacl2021.sty - cp -r _latex-templates/acl2020-template.tex {{cookiecutter.paper_id}}.tex - cp -r _latex-templates/acl2020-template-meta.tex metadata.tex - - if [ "{{ cookiecutter.with_appendix }}" = "yes" ]; then - cp -r _latex-templates/acl2020-template-appendix.tex the-appendix.tex - fi elif [ "{{ cookiecutter.latex_template }}" == "neurips" ]; then rm -f neurips_2021.sty wget https://media.neurips.cc/Conferences/NeurIPS2021/Styles/neurips_2021.sty