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

Commit

Permalink
switch lncs to at most 500 pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccurley committed Dec 21, 2023
1 parent a3704d9 commit d5b8ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iacr/lncs.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</li>
<li><a style="font-weight:600" href="lncsEditor.php">Create the front matter</a> 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 <a style="font-weight:600" href="lncsEditor.php">drag-and-drop tool</a>
to simplify the task. If you prefer, you can perform this step manually starting from a
<a target="_blank" href="getFrontMatter.php" download="frontmatter.tex">single LaTeX file</a>.
Expand Down
2 changes: 1 addition & 1 deletion iacr/lncsEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function plus() {
echo "</ul></div>";
} else {
echo '<div class="mt-5 mx-3 alert alert-success alert-dismissible">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.<button type="button" class="close bg-success" data-dismiss="alert" aria-label="Close">
and dragging papers from the left into the topics. You can also move topics between volumes. Each volume should not exceed 500 pages.<button type="button" class="close bg-success" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span> </button></div>';
}
$db = null;
Expand Down

0 comments on commit d5b8ce0

Please sign in to comment.