templates/baseFront.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0039)https://icpr2026.org/callWorkshops.html -->
  3. <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6.     <!-- Open Graph & auto SEO  -->
  7.     <!-- Begin Jekyll SEO tag v2.8.0 -->
  8.     <title>Reconnaissance de Formes et Mouvement dans l'Image</title>
  9.     <meta name="generator" content="Jekyll v3.10.0">
  10.     <meta property="og:title" content="ICPR 2026: Call for Workshops">
  11.     <meta property="og:locale" content="en_US">
  12.     <meta name="description" content="Call for Workshops hosted at ICPR 2026 - International Conference on Pattern Recognition that take place in Lyon 17-22 August 2026.">
  13.     <meta property="og:description" content="Call for Workshops hosted at ICPR 2026 - International Conference on Pattern Recognition that take place in Lyon 17-22 August 2026.">
  14.     <link rel="canonical" href="https://icpr2026.org/callWorkshops.html">
  15.     <meta property="og:url" content="https://icpr2026.org/callWorkshops.html">
  16.     <meta property="og:site_name" content="ICPR2026website">
  17.     <meta property="og:type" content="website">
  18.     <meta name="twitter:card" content="summary">
  19.     <meta property="twitter:title" content="ICPR 2026: Call for Workshops">
  20.     <script type="application/ld+json">
  21.         {"@context":"https://schema.org","@type":"WebPage","description":"Call for Workshops hosted at ICPR 2026 - International Conference on Pattern Recognition that take place in Lyon 17-22 August 2026.","headline":"ICPR 2026: Call for Workshops","url":"https://icpr2026.org/callWorkshops.html"}</script>
  22.     <!-- End Jekyll SEO tag -->
  23.     <!-- Bootstrap 5 CSS -->
  24.     <link href="{{ asset('assetFront/bootstrap.min.css') }}" rel="stylesheet">
  25.     <meta name="description" content="Call for Workshops hosted at ICPR 2026 - International Conference on Pattern Recognition that take place in Lyon 17-22 August 2026.">
  26.     <link rel="canonical" href="https://icpr2026.org/callWorkshops.html">
  27.     <link rel="icon" type="image/x-icon" href="https://icpr2026.org/Logos/icprIcon.ico">
  28.     <link rel="preload" as="image" href="https://icpr2026.org/Images/headerBackground.webp">
  29.     <link rel="stylesheet" href="{{ asset('assetFront/main.css')}}">
  30.     <script defer="" src="{{ asset('assetFront/script.js.téléchargement')}}" data-website-id="cb791972-3363-4719-91c9-be80f4922a76"></script>
  31.     <script defer="" src="{{ asset('assetFront/script(1).js.téléchargement')}}" data-website-id="96da01bb-0162-407e-88a0-03d3e2fe0465"></script>
  32. </head>
  33. <body>
  34. <div id="headerSite"></div>
  35. <!-- _includes/header.html -->
  36. <header>
  37.     <!-- Bandeau -->
  38.     <section class="background-image" style="background-image: url('{{ setting.background ? asset('uploads/setting/' ~ setting.background) : '' }}');">
  39.         <div class="container">
  40.             <div class="row align-items-center g-2">
  41.                 <!-- Bloc Logo (disparaît sur petits écrans) -->
  42.                 <div class="col-md-4 col-sm-5  d-none d-sm-flex justify-content-center">
  43.                     <img class="d-none d-md-block pe-3" width="290" src="{{ setting.logo ? asset('uploads/setting/' ~ setting.logo) : '' }}" alt="Logo of ICPR 2026">
  44.                    {# <img class="d-none d-md-none pe-3" width="180" src="{{ asset('assetFront/icpr26Logo.svg')}}" alt="Logo of ICPR 2026">#}
  45.                 </div>
  46.                 <style>
  47.   .conference-name {
  48.     font-size: 40px;
  49.     line-height: 1.2;
  50.     font-family: inherit;
  51.    
  52. }
  53. .conference-name sup {
  54.     font-size: 0.75em;
  55.     vertical-align: super;
  56. }
  57. /* Sous-titre : location + date */
  58. .conference-location {
  59.     font-size: 22px;
  60.     font-weight: 400;
  61.     margin-top: 6px;
  62. }
  63. /* Venue (salle), visible seulement sur desktop via d-none d-lg-block) */
  64. .conference-venue {
  65.     font-size: 18px;
  66.     margin-top: 4px;
  67. }
  68. /* 📱 Responsive */
  69. @media (max-width: 768px) {
  70.     .conference-name {
  71.         font-size: 28px;
  72.     }
  73.     .conference-location {
  74.         font-size: 18px;
  75.     }
  76.     .conference-venue {
  77.         font-size: 16px;
  78.     }
  79. }
  80. @media (max-width: 480px) {
  81.     .conference-name {
  82.         font-size: 22px;
  83.     }
  84.     .conference-location {
  85.         font-size: 16px;
  86.     }
  87.     .conference-venue {
  88.         font-size: 14px;
  89.     }
  90. }
  91. </style>
  92.                 <!-- Bloc Texte -->
  93.                 <div class="col-md-8 col-sm-12 pl-4 px-3 text-left">
  94.                     <div class="conference-name">{#28<sup>th</sup> -#}{{setting.conferancename}}</div>
  95.                     <div class="conference-location">{#Nabeul, #}{{setting.conferancelocationdate}}</div>
  96.                     <div class="conference-venue d-none d-lg-block subtitle">{{setting.conferancevenue}}</div>
  97.                 </div>
  98.             </div>
  99.         </div>
  100.     </section>
  101.     <nav id="navMenu" class="navbar navbar-expand-lg navbar-dark custom-navbar sticky-top px-3 mb-4 blurry" aria-label="Main navigation">
  102.         <a class="navbar-brand d-lg-none" href="{{ path('app_home') }}">Home</a>
  103.         <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle main navigation menu">
  104.             <span class="navbar-toggler-icon"></span>
  105.         </button>
  106.         <div class="collapse navbar-collapse " id="navbarCollapse">
  107.             <ul class="navbar-nav mx-lg-auto">
  108.                 <a class="navbar-brand d-none d-lg-block " href="{{ path('app_home') }}">Home</a>
  109.                 <li class="nav-item">
  110.                     <a class="nav-link" href="{{ path('app_speaker') }}">Speakers</a>
  111.                 </li>
  112.                 <li class="nav-item">
  113.                     <a class="nav-link" href="{{ path('app_committee') }}">Committee</a>
  114.                 </li>
  115.                 <li class="nav-item">
  116.                     <a class="nav-link" href="{{ path('app_importantDates') }}">Important Dates</a>
  117.                 </li>
  118.                 <li class="nav-item dropdown">
  119.                     <a class="nav-link dropdown-toggle" href="{{ path('app_calls') }}" id="dropdown01" role="button" data-bs-toggle="dropdown" aria-expanded="false">
  120.                         Calls
  121.                     </a>
  122.                     <ul class="dropdown-menu" aria-labelledby="dropdown01">
  123.                         <li><a class="dropdown-item" role="menuitem" href="{{ path('app_calls') }}">Main Call</a></li>
  124.                         <li><a class="dropdown-item" role="menuitem" href="{{ path('app_callCompetitions') }}">Call for Competitions</a></li>
  125.                         <li><a class="dropdown-item" role="menuitem" href="{{ path('app_callDocConsortium') }}">Call for Doctoral Consortium</a></li>
  126.                         <li><a class="dropdown-item" role="menuitem" href="{{ path('app_callTutorials') }}">Call for Tutorials</a></li>
  127.                         <li><a class="dropdown-item" role="menuitem" href="{{ path('app_callWorkshops') }}">Call for Workshops</a></li>
  128.                     </ul>
  129.                 </li>
  130.                 <li class="nav-item">
  131.                     <a class="nav-link" href="{{ path('app_program') }}">Program</a>
  132.                 </li>
  133.                 <li class="nav-item">
  134.                     <a class="nav-link" href="{{ path('app_authors') }}">For Authors</a>
  135.                 </li>
  136.                 <li class="nav-item">
  137.                     <a class="nav-link" href="{{ path('app_localInformations') }}">Local Informations</a>
  138.                 </li>
  139.                 <li class="nav-item">
  140.                     <a class="nav-link" href="{{ path('app_sponsors') }}">Sponsors</a>
  141.                 </li>
  142.                 <li class="nav-item">
  143.                     <a class="nav-link" href="{{ path('app_news') }}">News</a>
  144.                 </li>
  145.                 <li class="nav-item">
  146.                     <a class="nav-link" href="{{ path('app_contact') }}">Contact</a>
  147.                 </li>
  148.                 <li class="nav-item">
  149.                     <a class="nav-link" href="{{ path('app_gallerie') }}">Photo gallery</a>
  150.                 </li>
  151.                 <li class="nav-item">
  152.                     <a class="nav-link" href="{{ path('app_login') }}">Sign in</a>
  153.                 </li>
  154.                 <li class="nav-item">
  155.                     <a class="nav-link" href="{{ path('app_register') }}">Sign up</a>
  156.                 </li>
  157.             </ul>
  158.         </div>
  159.     </nav>
  160.     <div class="blurrer"></div>
  161.     {% block body %}
  162.         <main>
  163.             <div class="container px-1 ">
  164.                 <script>
  165.                     const q = window.location.search;
  166.                     if (q.match(/(\?|&)(page_id|p|cat|feed|author)=/)) {
  167.                         window.location.replace(window.location.origin + '/');
  168.                     }
  169.                 </script>
  170.                 <!-- About Conference -->
  171.                 <div class="row">
  172.                     <div class="col-lg-6">
  173.                         <h1>About the ICPR Conference</h1>
  174.                         <p>
  175.                             The International Conference on Pattern Recognition (ICPR) is
  176.                             the leading event of the International Association for Pattern
  177.                             Recognition, recognized as a top conference in the field. It
  178.                             encompasses a wide range of topics where Pattern Recognition
  179.                             methods are applied in fields including Computer Vision,
  180.                             Machine Learning, Image Processing, Speech and Natural
  181.                             Language Processing, and Sensor Pattern Processing. The 28th
  182.                             ICPR, taking place from 17 to 22 August 2026, offers an
  183.                             excellent platform for students, academics, and industry
  184.                             researchers to foster new ideas and collaborations.
  185.                         </p>
  186.                     </div>
  187.                     <!-- Gallery -->
  188.                     <div class="col-lg-6 text-center">
  189.                         <div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
  190.                             <div class="carousel-indicators">
  191.                                 <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="" aria-label="Slide 1"></button>
  192.                                 <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2" class=""></button>
  193.                                 <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3" class="active" aria-current="true"></button>
  194.                             </div>
  195.                             <div class="carousel-inner">
  196.                                 <div class="carousel-item">
  197.                                     <picture>
  198.                                         <source srcset="{{ asset('assetFront/images/bouleLumi.webp') }}" type="image/webp">
  199.                                         <img class="img-fluid w-100 mt-3" src="{{ asset('assetFront/images/bouleLumi.webp') }}" alt="photo boules lumineuses" width="466" height="311">
  200.                                     </picture>
  201.                                 </div>
  202.                                 <div class="carousel-item">
  203.                                     <picture>
  204.                                         <source srcset="{{ asset('assetFront/images/vueAerienneCiteInternat.webp') }}" type="image/webp">
  205.                                         <img class="img-fluid w-100 mt-3" src="{{ asset('assetFront/images/vueAerienneCiteInternat.webp') }}" alt="Vue aérienne cité internationale" width="466" height="311" loading="lazy">
  206.                                     </picture>
  207.                                 </div>
  208.                                 <div class="carousel-item active">
  209.                                     <picture>
  210.                                         <source srcset="{{ asset('assetFront/images/vueGeneraleCiteInternat.webp') }}" type="image/webp">
  211.                                         <img class="img-fluid w-100 mt-3" src="{{ asset('assetFront/images/vueGeneraleCiteInternat.webp') }}" alt="Vue générale cité internationale" width="466" height="262" loading="lazy">
  212.                                     </picture>
  213.                                 </div>
  214.                             </div>
  215.                         </div>
  216.                     </div>
  217.                 </div>
  218.                 <section id="news" class="news-panel">
  219.                     <h2>Latest News</h2>
  220.                     <div class="news-list">
  221.                         <article class="news-item">
  222.                             <h3><a href="https://icpr2026.org/2025/11/15/rrprBadges.html">Instructions to Reproducible Research in Pattern Recognition (RRPR) Badge</a></h3>
  223.                             <p class="news-date">15 November 2025</p>
  224.                             <p></p><p>Instructions to Reproducible Research in Pattern Recognition (RRPR) Badge are available <a href="https://icpr2026.org/rrprBadges.html">here</a>.</p>
  225.                             <p></p>
  226.                         </article>
  227.                         <article class="news-item">
  228.                             <h3><a href="https://icpr2026.org/2025/11/15/elsevierSponsor.html">New sponsor: Elsevier supports the Piero Zamperoni Student Award</a></h3>
  229.                             <p class="news-date">15 November 2025</p>
  230.                             <p></p><p>Thanks to <a href="https://icpr2026.org/sponsors.html">Elsevier</a> for supporting the Piero Zamperoni Student Award.</p>
  231.                             <p></p>
  232.                         </article>
  233.                         <article class="news-item">
  234.                             <h3><a href="https://icpr2026.org/2025/11/10/CMT-open.html">CMT paper submission is now open!</a></h3>
  235.                             <p class="news-date">10 November 2025</p>
  236.                             <p></p><p>We apologize for the delay in activating the submission system. You can now submit your papers via CMT.</p>
  237.                             <p></p>
  238.                         </article>
  239.                     </div>
  240.                     <p class="more-news"><a href="https://icpr2026.org/news.html">See all news →</a></p>
  241.                 </section>
  242.                 <!-- Contact information -->
  243.                 <div class="row mt-5">
  244.                     <div class="col-md-6 mx-auto">
  245.                         <div class="card border-info mb-3">
  246.                             <div class="card-header text-center">Contact information</div>
  247.                             <div class="card-body text-center text-info">
  248.                                 e-mail: <a href="mailto:contact@icpr2026.org">contact@icpr2026.org</a>
  249.                             </div>
  250.                         </div>
  251.                         <div class="text-center">
  252.                             <img class="w-50" src="{{ asset('assetFront/images/IAPR.svg')}}" alt="IAPR Logo">
  253.                         </div>
  254.                     </div>
  255.                 </div>
  256.                 <div class="row">
  257.                     <div class="col-12 text-center my-3">
  258.                         <div class="visits-block">
  259.                             👁️ <span id="visits-count24h" title="last 24h visits">807</span> (24h)
  260.                         </div>
  261.                         <div class="visits-block">
  262.                             👁️ <span id="visits-count7d" title="last 7 days visits">4662</span> (7 days)
  263.                         </div>
  264.                     </div>
  265.                 </div>
  266.                 <script>
  267.                     (async function() {
  268.                         const siteId = "96da01bb-0162-407e-88a0-03d3e2fe0465";
  269.                         const url = window.location.pathname;
  270.                         try {
  271.                             const response7d = await fetch(`https://livelightning.ddnsfree.com/visits?range=7d`);
  272.                             const data = await response7d.json();
  273.                             const views = data.visits ?? "N/A";
  274.                             document.getElementById("visits-count7d").textContent = views;
  275.                             const response24h = await fetch(`https://livelightning.ddnsfree.com/visits?range=24h`);
  276.                             const data24h = await response24h.json();
  277.                             const views24h = data24h.visits ?? "N/A";
  278.                             document.getElementById("visits-count24h").textContent = views24h;
  279.                         } catch (error) {
  280.                             console.error("Erreur compteur Umami :", error);
  281.                             document.getElementById("visits-count7d").textContent = "N/A";
  282.                             document.getElementById("visits-count24h").textContent = "N/A";
  283.                         }
  284.                     })();
  285.                 </script>
  286.             </div>
  287.         </main>
  288.     {% endblock %}
  289.     <footer class="container px-1">
  290.        {# <div class="last-update">
  291.             last modified :
  292.             25 October 2025
  293.         </div>#}
  294.     </footer>
  295.     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
  296.     <script src="{{ asset('assetFront/bootstrap.bundle.min.js.téléchargement')}}"></script>
  297.     {# CSS Lightbox #}
  298. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css" />
  299. {# JS Lightbox #}
  300. <script src="https://cdn.jsdelivr.net/npm/glightbox/dist/js/glightbox.min.js"></script>
  301. </header></body></html>