From d5370bec4366fe8f313ef889cb279c0913bbbf57 Mon Sep 17 00:00:00 2001 From: Kevin McCurley Date: Thu, 30 Nov 2023 19:58:13 +0000 Subject: [PATCH] Add support for cic copyright form. --- iacrcopyright/index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iacrcopyright/index.php b/iacrcopyright/index.php index b0731cb303..a5bd6a7b6b 100644 --- a/iacrcopyright/index.php +++ b/iacrcopyright/index.php @@ -106,6 +106,11 @@ function getCopyrightOptionId() { $substitutions['[$shortName]'] = "TCHES"; $file = "$ConfSitePATH/iacrcopyright/templates/journal_copyright.html"; break; + case "cic": + $substitutions['[$longName]'] = "IACR Communications in Cryptology"; + $substitutions['[$shortName]'] = "CiC"; + $file = "$ConfSitePATH/iacrcopyright/templates/cic_agreement.html"; + break; case "crypto": // otherwise it's a conference case "eurocrypt": case "asiacrypt":