Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Add support for cic copyright form.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccurley committed Nov 30, 2023
1 parent 73d6a43 commit d5370be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iacrcopyright/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit d5370be

Please sign in to comment.