{% extends 'baseFront.html.twig' %}
{% block title %}Hello HomeController!{% endblock %}
{% block body %}
<main>
<div class="container px-1 ">
<section id="forAuthors">
<h1> For Authors </h1>
<p>
Like the previous edition of ICPR, all accepted papers will be published in the proceedings published in the <a href="https://link.springer.com/conference/icpr"> Lecture Notes in Computer Science (LNCS) series</a>.
</p><center> <img src="{{ asset('assetFront/images/LNCS-Logo.png') }}" alt="LNCS logo" width="200"> </center>
<p></p>
<h2> Papers Submission </h2>
<p> Please read the following <a href="#"> instructions</a> before submission.
To submit a paper you should follow this link:
</p><div class="d-grid gap-2 col-sm-6 col-md-3 mx-auto">
<a href="#" class="btn btn-success mt-3 rounded-pill " role="button" aria-disabled="true"> submit a paper </a>
</div>
<p></p>
<h3>Paper Format and Length </h3>
<p>
Springer LNCS format with maximum 15 pages (including references) during paper submission. To take care of reviewers'
comments, one more page is allowed (without any charge) during revised/camera ready submission. Moreover, authors may
purchase up to 2 extra pages. Extra page charges must be paid at the time of registration.
</p>
<p>
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
Supplementary materials, click on Instruction.
</p><h3> Submission interface </h3>
<p> The <a href="#"> Microsoft CMT service</a> was used for managing the
peer-reviewing process for this conference. This service was provided for free by Microsoft and they bore all
expenses, including costs for Azure cloud services as well as for software development and support.
</p>
</section>
<section id="rrBadge">
<h1> Reproducible Research Badge </h1>
<div class="row align-items-center">
<div class="col-12 col-md-10">
<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>
</div>
<div class="col-12 col-md-2 text-center">
<img src="{{ asset('assetFront/images/logoRRPR.png') }}" class="img-fluid" alt="Image à droite">
</div>
</div>
<p> To apply, please refer to the information provided below.
</p><div class="d-grid gap-2 col-sm-6 col-md-3 mx-auto">
<a href="#" class="btn btn-info mt-3 rounded-pill " role="button" aria-disabled="true"> Learn more </a>
</div>
<p></p>
</section>
</div>
</main>
{% endblock %}