{% extends 'baseFront.html.twig' %}{% block title %}Hello HomeController!{% endblock %}{% block body %} <main> <div class="container px-1 "> <section id="forAuthors"> <h1> Registration </h1><p>For the PHARES 2026 Workshop, the registration fees are as follows:<li>Researchers (with paper or participation only): 180 DT</li><li>Senior researchers: 380 DT</li><li>Industry participants: 450 DT</li></br>The registration fees include lunch and coffee breaks for both days of the event.</p> <table style="border: 1px solid #000 !important; border-collapse: collapse !important; background: white !important;"> <tr> <th style="border: 1px solid #000 !important; padding: 8px !important; background: white !important; color: #000 !important;">Participants</th> <th style="border: 1px solid #000 !important; padding: 8px !important; background: white !important; color: #000 !important;">Price</th> </tr> <tr> <td align = "center" style="border: 1px solid #000 !important; padding: 8px !important; background: white !important; color: #000 !important;">Student</td> <td align = "center" style="border: 1px solid #000 !important; padding: 8px !important; background: white !important; color: #000 !important;">180 DT</td> </tr> <tr> <td align = "center" style="border: 1px solid #000 !important; padding: 8px !important; background: white !important; color: #000 !important;">Senior</td> <td align = "center" style="border: 1px solid #000 !important; padding: 8px !important; background: white !important; color: #000 !important;">380 DT</td> </tr> <tr> <td align = "center" style="border: 1px solid #000 !important; padding: 8px !important; background: white !important; color: #000 !important;">Industrial</td> <td align = "center" style="border: 1px solid #000 !important; padding: 8px !important; background: white !important; color: #000 !important;">450 DT</td> </tr></table> </br> <p> To register, please fill out the following form and send it to this email: submissionrfmi@gmail.com <a href="{{ asset('Registration_RFMI_2026.docx') }}" download> Download the registration form </a></p> {#<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 %}