templates/home/authors.html.twig line 1

Open in your IDE?
  1. {% extends 'baseFront.html.twig' %}
  2. {% block title %}Hello HomeController!{% endblock %}
  3. {% block body %}
  4.     <main>
  5.         <div class="container px-1 ">
  6.             <section id="forAuthors">
  7.                 <h1> For Authors </h1>
  8.         
  9.                 <h2> Papers Submission </h2>
  10.                 <p> Submissions will be selected based on the following criteria: importance and originality of the contribution, quality and impact of the scientific work, and testing and experimental validation phase. Contributions will be presented as an oral presentation, poster, or demonstrator, as decided by the review committee. All submissions will be included in the proceedings distributed to participants.
  11. Submission deadline: December 25, 2025 (Contact us for late submissions)
  12. Instructions for authors: A LaTeX toolkit is available to facilitate the preparation of this final version.</br>
  13. Researchers are invited to submit an extended abstract of up to two pages, including references, keywords, and figures..</p>
  14.                 <a href="{{ asset('RFMI_Template.zip') }}" download>
  15.                     Download the LaTeX template file.
  16.                 </a>
  17.                 {#<p> Please read the following <a href="#"> instructions</a> before submission.
  18.                     To submit a paper you should follow this link:
  19.                 </p><div class="d-grid gap-2 col-sm-6 col-md-3  mx-auto">
  20.                     <a href="#" class="btn btn-success mt-3 rounded-pill " role="button" aria-disabled="true"> submit a paper </a>
  21.                 </div>
  22.                 <p></p>
  23.                 <h3>Paper Format and Length </h3>
  24.                 <p>
  25.                     Springer LNCS format with maximum 15 pages (including references) during paper submission. To take care of reviewers'
  26.                     comments, one more page is allowed (without any charge) during revised/camera ready submission. Moreover, authors may
  27.                     purchase up to 2 extra pages. Extra page charges must be paid at the time of registration.
  28.                 </p>
  29.                 <p>
  30.                     Springer LNCS paper formatting instructions and templates for ICPR-2026 are available here <a href="https://icpr2026.org/files/ICPR_2026_DOC_Templates.zip"> DOC</a> and <a href="https://icpr2026.org/files/ICPR_2026_LaTeX_Templates.zip"> Latex</a>. For
  31.                     Supplementary materials, click on Instruction.
  32.                 </p><h3> Submission interface </h3>
  33.                 <p> The <a href="#"> Microsoft CMT service</a> was used for managing the
  34.                     peer-reviewing process for this conference. This service was provided for free by Microsoft and they bore all
  35.                     expenses, including costs for Azure cloud services as well as for software development and support.
  36.                 </p>
  37.             </section>
  38.             <section id="rrBadge">
  39.                 <h1> Reproducible Research Badge </h1>
  40.                 <div class="row align-items-center">
  41.                     <div class="col-12 col-md-10">
  42.                         <p> For the first time, ICPR offers a Reproducible Research badge as part of the submission process. If you would like your paper to be considered for the Reproducible Research in Pattern Recognition (RRPR) badge, please select “Yes” in the corresponding field of the CMT submission form.</p>
  43.                     </div>
  44.                     <div class="col-12 col-md-2 text-center">
  45.                         <img src="{{ asset('assetFront/images/logoRRPR.png') }}" class="img-fluid" alt="Image à droite">
  46.                     </div>
  47.                 </div>
  48.                 <p> To apply, please refer to the information provided below.
  49.                 </p><div class="d-grid gap-2 col-sm-6 col-md-3  mx-auto">
  50.                     <a href="#" class="btn btn-info mt-3 rounded-pill " role="button" aria-disabled="true"> Learn more </a>
  51.                 </div>
  52.                 <p></p>
  53. #}
  54.             </section>
  55.         </div>
  56.     </main>
  57. {% endblock %}