From d5b8ce0a276d1396033c1cdc79377870763ba3f0 Mon Sep 17 00:00:00 2001 From: Kevin McCurley Date: Thu, 21 Dec 2023 01:02:32 +0000 Subject: [PATCH] switch lncs to at most 500 pages. --- iacr/lncs.php | 2 +- iacr/lncsEditor.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iacr/lncs.php b/iacr/lncs.php index 032d06455..7da301c2f 100644 --- a/iacr/lncs.php +++ b/iacr/lncs.php @@ -61,7 +61,7 @@
  • Create the front matter for the LNCS volume(s) (in a LaTeX file). This contains the program committee, external reviewers, and table of contents. This requires - you to group papers into topics and volumes to obey the 800 page limit. For + you to group papers into topics and volumes to obey the 500 page limit. For this purpose we have created a drag-and-drop tool to simplify the task. If you prefer, you can perform this step manually starting from a single LaTeX file. diff --git a/iacr/lncsEditor.php b/iacr/lncsEditor.php index 454e71d18..0bfebab44 100644 --- a/iacr/lncsEditor.php +++ b/iacr/lncsEditor.php @@ -175,7 +175,7 @@ function plus() { echo ""; } else { echo '
    All final versions have been uploaded. Create your LNCS proceedings by adding topics to the volumes, - and dragging papers from the left into the topics. You can also move topics between volumes. Each volume should not exceed 800 pages.
    '; } $db = null;