templates/home/callTutorials.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="calltutorials">
  7.                 <h1>Call for Tutorials</h1>
  8.                 <p>
  9.                     The ICPR 2026 Organizing Committee invites proposals for tutorials in
  10.                     conjunction with the 28th International Conference on Pattern
  11.                     Recognition, which will be held at Lyon, France, during August 17-21,
  12.                     2026. We seek tutorials on emerging research topics, core techniques,
  13.                     and application areas that are of interest within the ICPR
  14.                     community. An effective and informative tutorial should provide a
  15.                     broad introduction to the chosen research area as well as in-depth
  16.                     coverage of selected advanced topics.
  17.                 </p>
  18.                 <p>
  19.                     Proposals that focus exclusively on the presenters' own work or
  20.                     commercial presentations are not acceptable.
  21.                 </p>
  22.                 <h2>Guideline for Submitting Tutorial Proposals</h2>
  23.                 To propose a tutorial, a PDF file containing the information outlined
  24.                 below must be submitted by email to <a href="mailto:tutorials@icpr2026.org"> tutorials@icpr2026.org </a><a>.
  25.                     The proposal should contain the following information:
  26.                     <ul>
  27.                         <li> Proposed tutorial title</li>
  28.                         <li> Names, titles, affiliations, emails, and brief bio sketches of the people delivering the tutorial</li>
  29.                         <li> Name and email of the lead person for communication and responsibility</li>
  30.                         <li> Preference for half- or full-day event (the latter requires a brief justification)</li>
  31.                         <li> Tutorial description with list of topics to be covered, along with a brief outline and important details;
  32.                             any innovative pedagogy employed; any hands-on participation, etc.</li>
  33.                         <li> Expected target audience, in terms of both composition and estimated number of attendees</li>
  34.                         <li> List of citations and/or URLs to relevant publications and/or products of the tutorial presenters and other
  35.                             relevant related work</li>
  36.                         <li> A description of how this proposal relates to tutorials/short courses appearing at the last two ICPRs (and
  37.                             also other major related conferences since 2022)</li>
  38.                         <li> A description of and/or URLs to any planned materials or resources to be distributed to attendees</li>
  39.                     </ul>
  40.                     <h2>Proposal assessment</h2>
  41.                     <p>Each proposal will be evaluated on the basis of its scientific merit,
  42.                         proposed structure, overall relevance, and how it complements the main
  43.                         conference.</p>
  44.                     <h2>Important Dates</h2>
  45.                     <ul>
  46.                         <li> Tutorials proposal due: February 28, 2026</li>
  47.                         <li> Notification of acceptance: March 31, 2026</li>
  48.                         <li> ICPR main conference dates: August 17--20, 2026</li>
  49.                         <li> Tutorials/Workshops: August 21--22, 2026</li>
  50.                     </ul>
  51.                     <h2>ICPR 2026 will be responsible for: </h2>
  52.                     <ul>
  53.                         <li> Providing a meeting venue with necessary technical equipment and catering services during the lunch and/or
  54.                             coffee breaks</li>
  55.                         <li> Providing staff to help with the on-site/on-line organization</li>
  56.                         <li> Advertising the event on the ICPR web site</li>
  57.                         <li> Scheduling the event together with the organizers and including it in the conference program</li>
  58.                     </ul>
  59.                     <h2>Tutorial organizers are responsible for: </h2>
  60.                     <ul>
  61.                         <li> Compiling and distributing notes to the participants; leading the event at ICPR2026</li>
  62.                     </ul>
  63.                     <h2>Costs and Terms</h2>
  64.                     <p>Tutorials are free for all participants with full ICPR2026
  65.                         registration. If a person wishes to attend only the tutorials (without the full ICPR2026 registration), then a
  66.                         tutorial-only
  67.                         registration will be available. Participation in tutorials is limited
  68.                         to the room capacity. ICPR2026 participants who wish to attend a
  69.                         tutorial should register for it and will be admitted on a first come,
  70.                         first served basis.
  71.                     </p>
  72.                     <p>
  73.                         ICPR 2026 reserves the right to cancel a tutorial if the responsibilities are not fulfilled by
  74.                         the proponent, or if too few attendees register for the event, or for any unforeseen reason.
  75.                     </p>
  76.                     <h2>ICPR 2026 Tutorial Co-Chair</h2>
  77.                     <div class="col-md-5  ml-3  mr-3 b-3 t-3">
  78.                         <div class="card border-info ml-1 mb-3">
  79.                             <div class="card-body text-info">
  80.                                 <ul>
  81.                                     <li>Xiaoyi Jiang, Germany </li>
  82.                                     <li>Zhaoxiang Zhang, China </li>
  83.                                     <li>Luc Brun, France </li>
  84.                                 </ul>
  85.                             </div>
  86.                         </div>
  87.                     </div>
  88.                 </a><p><a>If you have any questions, please contact the
  89.                         ICPR-2026 Tutorial Co-Chairs at </a><a href="mailto:tutorials@icpr2026.org"> tutorials@icpr2026.org </a><a></a></p><a>
  90.                     <h2>Flyers of Call for Tutorials </h2>
  91.                     The main flyer of the call for tutorial is available here:
  92.                 </a><div class="text-center"><a>
  93.                     </a><a href="https://icpr2026.org/files/callForTutorials_icpr2026.pdf">
  94.                         <picture class="flyer-container">
  95.                             <!-- Version WebP -->
  96.                             <source srcset="{{ asset('assetFront/images/flyerCallForTutorials.webp') }}" type="image/webp">
  97.                             <!-- Fallback PNG -->
  98.                             <img src="{{ asset('assetFront/images/flyerCallForTutorials.webp') }}" alt="ICPR 2026 Conference flyer Call for tutorial preview" class="img-fluid flyer">
  99.                         </picture>
  100.                     </a>
  101.                 </div>
  102.             </section>
  103.         </div>
  104.     </main>
  105. {% endblock %}