{"id":7236,"date":"2025-12-01T17:59:43","date_gmt":"2025-12-01T16:59:43","guid":{"rendered":"https:\/\/www.axiom-genetics.com\/?page_id=7236"},"modified":"2025-12-15T17:07:09","modified_gmt":"2025-12-15T16:07:09","slug":"axiom-global-summit","status":"publish","type":"page","link":"https:\/\/www.axiom-genetics.com\/en\/axiom-global-summit\/","title":{"rendered":"AXIOM Global Summit"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Header&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;gcid-secondary-color 20%|gcid-primary-color 100%&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-secondary-color%22:%91%22background_color%22,%22background_color_gradient_stops%22%93,%22gcid-c5bc362f-a057-402f-9393-389d58cc3652%22:%91%22background_color_gradient_stops%22%93,%22gcid-primary-color%22:%91%22background_color_gradient_stops%22%93}&#8221;][et_pb_row column_structure=&#8221;3_5,2_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||80px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/logo-baseline_2.svg&#8221; alt=&#8221;Logo Axiom international summit&#8221; title_text=&#8221;logo baseline_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||7px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; z_index=&#8221;999&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;right&#8221; custom_margin=&#8221;||3px|||&#8221; text_orientation_tablet=&#8221;center&#8221; text_orientation_phone=&#8221;center&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;]<!-- Add to Calendar Button --><!-- [et_pb_line_break_holder] --><\/p>\n<div id=\"add-to-calendar-widget\"><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->(function() {<!-- [et_pb_line_break_holder] -->  \/\/ Event configuration - CUSTOMIZE THESE VALUES<!-- [et_pb_line_break_holder] -->  const eventConfig = {<!-- [et_pb_line_break_holder] -->    title: \"Axiom International Summit 2026\",<!-- [et_pb_line_break_holder] -->    description: \"Building a Sustainable and Robust Swine Industry\",<!-- [et_pb_line_break_holder] -->    location: \"Couvent des Jacobins, Rennes, France\",<!-- [et_pb_line_break_holder] -->    startDate: \"2026-06-10T08:30:00\", \/\/ Format: YYYY-MM-DDTHH:mm:ss<!-- [et_pb_line_break_holder] -->    endDate: \"2026-06-11T12:30:00\"     \/\/ Format: YYYY-MM-DDTHH:mm:ss<!-- [et_pb_line_break_holder] -->  };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Helper functions<!-- [et_pb_line_break_holder] -->  function formatDate(dateStr) {<!-- [et_pb_line_break_holder] -->    return new Date(dateStr).toISOString().replace(\/[-:]\/g, \"\").split(\".\")[0] + \"Z\";<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function generateICS() {<!-- [et_pb_line_break_holder] -->    return `BEGIN:VCALENDAR<!-- [et_pb_line_break_holder] -->VERSION:2.0<!-- [et_pb_line_break_holder] -->PRODID:-\/\/Add to Calendar\/\/EN<!-- [et_pb_line_break_holder] -->BEGIN:VEVENT<!-- [et_pb_line_break_holder] -->UID:${Date.now()}@addtocal.com<!-- [et_pb_line_break_holder] -->DTSTAMP:${formatDate(new Date().toISOString())}<!-- [et_pb_line_break_holder] -->DTSTART:${formatDate(eventConfig.startDate)}<!-- [et_pb_line_break_holder] -->DTEND:${formatDate(eventConfig.endDate)}<!-- [et_pb_line_break_holder] -->SUMMARY:${eventConfig.title}<!-- [et_pb_line_break_holder] -->DESCRIPTION:${eventConfig.description.replace(\/\\n\/g, \"\\\\n\")}<!-- [et_pb_line_break_holder] -->LOCATION:${eventConfig.location}<!-- [et_pb_line_break_holder] -->END:VEVENT<!-- [et_pb_line_break_holder] -->END:VCALENDAR`;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function downloadICS() {<!-- [et_pb_line_break_holder] -->    const icsContent = generateICS();<!-- [et_pb_line_break_holder] -->    const blob = new Blob([icsContent], { type: \"text\/calendar;charset=utf-8\" });<!-- [et_pb_line_break_holder] -->    const link = document.createElement(\"a\");<!-- [et_pb_line_break_holder] -->    link.href = URL.createObjectURL(blob);<!-- [et_pb_line_break_holder] -->    link.download = eventConfig.title.replace(\/\\s+\/g, \"-\").toLowerCase() + \".ics\";<!-- [et_pb_line_break_holder] -->    document.body.appendChild(link);<!-- [et_pb_line_break_holder] -->    link.click();<!-- [et_pb_line_break_holder] -->    document.body.removeChild(link);<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function generateGoogleUrl() {<!-- [et_pb_line_break_holder] -->    const params = new URLSearchParams({<!-- [et_pb_line_break_holder] -->      action: \"TEMPLATE\",<!-- [et_pb_line_break_holder] -->      text: eventConfig.title,<!-- [et_pb_line_break_holder] -->      details: eventConfig.description,<!-- [et_pb_line_break_holder] -->      location: eventConfig.location,<!-- [et_pb_line_break_holder] -->      dates: formatDate(eventConfig.startDate) + \"\/\" + formatDate(eventConfig.endDate)<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->    return \"https:\/\/calendar.google.com\/calendar\/render?\" + params.toString();<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function generateOutlookUrl() {<!-- [et_pb_line_break_holder] -->    const params = new URLSearchParams({<!-- [et_pb_line_break_holder] -->      path: \"\/calendar\/action\/compose\",<!-- [et_pb_line_break_holder] -->      rru: \"addevent\",<!-- [et_pb_line_break_holder] -->      subject: eventConfig.title,<!-- [et_pb_line_break_holder] -->      body: eventConfig.description,<!-- [et_pb_line_break_holder] -->      location: eventConfig.location,<!-- [et_pb_line_break_holder] -->      startdt: new Date(eventConfig.startDate).toISOString(),<!-- [et_pb_line_break_holder] -->      enddt: new Date(eventConfig.endDate).toISOString()<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->    return \"https:\/\/outlook.live.com\/calendar\/0\/deeplink\/compose?\" + params.toString();<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function generateYahooUrl() {<!-- [et_pb_line_break_holder] -->    const params = new URLSearchParams({<!-- [et_pb_line_break_holder] -->      v: \"60\",<!-- [et_pb_line_break_holder] -->      view: \"d\",<!-- [et_pb_line_break_holder] -->      type: \"20\",<!-- [et_pb_line_break_holder] -->      title: eventConfig.title,<!-- [et_pb_line_break_holder] -->      desc: eventConfig.description,<!-- [et_pb_line_break_holder] -->      in_loc: eventConfig.location,<!-- [et_pb_line_break_holder] -->      st: formatDate(eventConfig.startDate),<!-- [et_pb_line_break_holder] -->      et: formatDate(eventConfig.endDate)<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->    return \"https:\/\/calendar.yahoo.com\/?\" + params.toString();<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Create button and dropdown<!-- [et_pb_line_break_holder] -->  const container = document.getElementById(\"add-to-calendar-widget\");<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  const styles = document.createElement(\"style\");<!-- [et_pb_line_break_holder] -->  styles.textContent = `<!-- [et_pb_line_break_holder] -->    .atc-button {<!-- [et_pb_line_break_holder] -->\t\tposition: relative;<!-- [et_pb_line_break_holder] -->    display: inline-flex;<!-- [et_pb_line_break_holder] -->    align-items: center;<!-- [et_pb_line_break_holder] -->    padding: 20px 5%;<!-- [et_pb_line_break_holder] -->    background: #d10073;<!-- [et_pb_line_break_holder] -->    color: white;<!-- [et_pb_line_break_holder] -->    border: none;<!-- [et_pb_line_break_holder] -->    cursor: pointer;<!-- [et_pb_line_break_holder] -->    min-width: 300px;<!-- [et_pb_line_break_holder] -->    font-size: 18px;<!-- [et_pb_line_break_holder] -->    flex-direction: row;<!-- [et_pb_line_break_holder] -->    justify-content: space-between;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .atc-button:hover {<!-- [et_pb_line_break_holder] -->      box-shadow: 0 8px 30px -4px rgba(79, 142, 247, 0.3);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .atc-dropdown {<!-- [et_pb_line_break_holder] -->     position: absolute;<!-- [et_pb_line_break_holder] -->     top: calc(100% + 0.5rem);<!-- [et_pb_line_break_holder] -->     right: 0;<!-- [et_pb_line_break_holder] -->     background: white;<!-- [et_pb_line_break_holder] -->     box-shadow:0 4px 12px rgba(0,0,0,0.08);<!-- [et_pb_line_break_holder] -->     min-width: 300px;<!-- [et_pb_line_break_holder] -->     z-index: 999;<!-- [et_pb_line_break_holder] -->     display:none;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .atc-dropdown.show {<!-- [et_pb_line_break_holder] -->      display: block;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .atc-option {<!-- [et_pb_line_break_holder] -->      display: flex;<!-- [et_pb_line_break_holder] -->      align-items: center;<!-- [et_pb_line_break_holder] -->      gap: 0.75rem;<!-- [et_pb_line_break_holder] -->      padding: 0.75rem 1rem;<!-- [et_pb_line_break_holder] -->      border-radius: 0.5rem;<!-- [et_pb_line_break_holder] -->      cursor: pointer;<!-- [et_pb_line_break_holder] -->      transition: background-color 0.2s;<!-- [et_pb_line_break_holder] -->      text-decoration: none;<!-- [et_pb_line_break_holder] -->      color: #1e293b;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .atc-option:hover {<!-- [et_pb_line_break_holder] -->      background-color: #f1f5f9;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .atc-wrapper {<!-- [et_pb_line_break_holder] -->      position: relative;<!-- [et_pb_line_break_holder] -->      display: inline-block;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  `;<!-- [et_pb_line_break_holder] -->  document.head.appendChild(styles);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  const wrapper = document.createElement(\"div\");<!-- [et_pb_line_break_holder] -->  wrapper.className = \"atc-wrapper\";<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  const button = document.createElement(\"button\");<!-- [et_pb_line_break_holder] -->  button.className = \"atc-button\";<!-- [et_pb_line_break_holder] -->  button.innerHTML = `<!-- [et_pb_line_break_holder] -->    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><!-- [et_pb_line_break_holder] -->      <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><!-- [et_pb_line_break_holder] -->      <line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><!-- [et_pb_line_break_holder] -->      <line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><!-- [et_pb_line_break_holder] -->      <line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><!-- [et_pb_line_break_holder] -->    <\/svg><!-- [et_pb_line_break_holder] -->    Add to Calendar<!-- [et_pb_line_break_holder] -->    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><!-- [et_pb_line_break_holder] -->      <polyline points=\"6 9 12 15 18 9\"><\/polyline><!-- [et_pb_line_break_holder] -->    <\/svg><!-- [et_pb_line_break_holder] -->  `;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  const dropdown = document.createElement(\"div\");<!-- [et_pb_line_break_holder] -->  dropdown.className = \"atc-dropdown\";<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  const options = [<!-- [et_pb_line_break_holder] -->    { name: \"\ud83d\udcc5 Google Calendar\", action: () => window.open(generateGoogleUrl(), \"_blank\") },<!-- [et_pb_line_break_holder] -->    { name: \"\ud83c\udf4e Apple Calendar\", action: downloadICS },<!-- [et_pb_line_break_holder] -->    { name: \"\ud83d\udce7 Outlook Calendar\", action: () => window.open(generateOutlookUrl(), \"_blank\") },<!-- [et_pb_line_break_holder] -->    { name: \"\ud83d\udfe3 Yahoo Calendar\", action: () => window.open(generateYahooUrl(), \"_blank\") },<!-- [et_pb_line_break_holder] -->    { name: \"\ud83d\udcbe Download ICS\", action: downloadICS }<!-- [et_pb_line_break_holder] -->  ];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  options.forEach(opt => {<!-- [et_pb_line_break_holder] -->    const item = document.createElement(\"div\");<!-- [et_pb_line_break_holder] -->    item.className = \"atc-option\";<!-- [et_pb_line_break_holder] -->    item.textContent = opt.name;<!-- [et_pb_line_break_holder] -->    item.onclick = () => {<!-- [et_pb_line_break_holder] -->      opt.action();<!-- [et_pb_line_break_holder] -->      dropdown.classList.remove(\"show\");<!-- [et_pb_line_break_holder] -->    };<!-- [et_pb_line_break_holder] -->    dropdown.appendChild(item);<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  button.onclick = () => dropdown.classList.toggle(\"show\");<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  document.addEventListener(\"click\", (e) => {<!-- [et_pb_line_break_holder] -->    if (!wrapper.contains(e.target)) {<!-- [et_pb_line_break_holder] -->      dropdown.classList.remove(\"show\");<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  wrapper.appendChild(button);<!-- [et_pb_line_break_holder] -->  wrapper.appendChild(dropdown);<!-- [et_pb_line_break_holder] -->  container.appendChild(wrapper);<!-- [et_pb_line_break_holder] -->})();<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_5,3_5&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; z_index=&#8221;10&#8243; custom_margin=&#8221;||60px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;50px|5%|50px|5%|true|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;June 10 and 11, 2026&#8243; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe023;||divi||400&#8243; icon_color=&#8221;gcid-secondary-color&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;27px&#8221; content_max_width=&#8221;400px&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_text_color=&#8221;gcid-secondary-color&#8221; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;24px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22image_icon_background_color%22,%22image_icon_background_color%22%93,%22gcid-secondary-color%22:%91%22header_text_color%22,%22icon_color%22%93}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Rennes&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf5a0;||fa||900&#8243; icon_color=&#8221;gcid-secondary-color&#8221; icon_placement=&#8221;left&#8221; content_max_width=&#8221;400px&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_text_color=&#8221;gcid-secondary-color&#8221; header_font_size=&#8221;22px&#8221; body_link_font=&#8221;||||on||||&#8221; module_alignment=&#8221;center&#8221; custom_css_free_form=&#8221;selector .et_pb_blurb_description {margin-top:-15px;}&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22image_icon_background_color%22,%22image_icon_background_color%22,%22image_icon_background_color%22,%22image_icon_background_color%22%93,%22gcid-secondary-color%22:%91%22header_text_color%22,%22icon_color%22,%22header_text_color%22,%22icon_color%22%93}&#8221;]<\/p>\n<p><a href=\"https:\/\/www.centre-congres-rennes.fr\/\" target=\"_blank\" rel=\"noopener\">Couvent des Jacobins<\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;30px||30px||true|false&#8221; custom_padding_phone=&#8221;20px||20px||true|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;||justify-content: center;&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_countdown_timer date_time=&#8221;2026-06-10 00:00&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;_initial&#8221; numbers_font=&#8221;|500|||||||&#8221; numbers_font_size=&#8221;56px&#8221; label_font=&#8221;|700||on|||||&#8221; label_text_color=&#8221;#FFFFFF&#8221; background_enable_color=&#8221;off&#8221; use_background_color=&#8221;off&#8221; z_index=&#8221;10&#8243; numbers_font_size_tablet=&#8221;32px&#8221; numbers_font_size_phone=&#8221;20px&#8221; numbers_font_size_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_countdown_timer][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_icon font_icon=&#8221;&#x22;||divi||400&#8243; icon_color=&#8221;#FFFFFF&#8221; icon_width=&#8221;39px&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;top&#8221; animation_duration=&#8221;1500ms&#8221; animation_speed_curve=&#8221;linear&#8221; animation_repeat=&#8221;loop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_icon][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; admin_label=&#8221;About&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;40px||||false|false&#8221; custom_padding_phone=&#8221;40px||||false|false&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;2_5,3_5&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10%||||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;About the Event&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;_initial&#8221; title_level=&#8221;h4&#8243; title_font=&#8221;|700||on|||||&#8221; title_text_color=&#8221;gcid-primary-color&#8221; title_font_size=&#8221;14px&#8221; title_letter_spacing=&#8221;0.08em&#8221; title_line_height=&#8221;1.6em&#8221; custom_margin=&#8221;||10px||false|false&#8221; title_font_size_tablet=&#8221;13px&#8221; title_font_size_phone=&#8221;12px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22title_text_color%22%93}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;||||||||&#8221; header_2_font_size=&#8221;56px&#8221; header_2_line_height=&#8221;1.2em&#8221; custom_css_free_form=&#8221;selector h2 {||font-weight: 500;  ||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>The AXIOM International Summit<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;_initial&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>In this historic location in Rennes, AXIOM is organising <strong>an international summit<\/strong>, bringing together <strong>experts from the pig industry<\/strong> in Europe, Latin America, Asia and other key regions.<\/p>\n<p>Over two days, opinion leaders, researchers, integrators and all players in the field will share their experiences and solutions for building a more robust, sustainable and efficient pig industry.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/couvent_jacobins_rennes.webp&#8221; alt=&#8221;Hommes d&#8217;affaire lors d&#8217;une conf\u00e9rence dans le cloitre du couvent des Jacobins \u00e0 Rennes&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|-30%|||false|false&#8221; custom_margin_tablet=&#8221;|0vw|||false|false&#8221; custom_margin_phone=&#8221;|0vw|||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; scroll_vertical_motion_enable=&#8221;on&#8221; scroll_vertical_motion=&#8221;0|50|50|100|1.2|0|-0.7&#8243; motion_trigger_start=&#8221;bottom&#8221; scroll_vertical_motion_tablet=&#8221;0|50|50|100|0|0|0&#8243; scroll_vertical_motion_phone=&#8221;0|50|50|100|0|0|0&#8243; scroll_vertical_motion_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Workshops&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Topics &#038; Program&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;_initial&#8221; title_level=&#8221;h2&#8243; title_font=&#8221;|500|||||||&#8221; title_font_size=&#8221;56px&#8221; title_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||40px||false|false&#8221; title_font_size_tablet=&#8221;32px&#8221; title_font_size_phone=&#8221;&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;3_5,2_5&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;1800px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;|auto||38px|false|false&#8221; custom_padding=&#8221;20px||0px|10%|false|false&#8221; custom_padding_tablet=&#8221;20px|0px|20px|0px|true|true&#8221; custom_padding_phone=&#8221;20px|0px|20px|0px|true|true&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;off|desktop&#8221; custom_padding__hover=&#8221;|20px||20px|true|true&#8221; border_radii__hover_enabled=&#8221;on|desktop&#8221; border_radii__hover=&#8221;on|12px|12px|12px|12px&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;5%|7%|5%||false|false&#8221; custom_padding_tablet=&#8221;|0%|||false|false&#8221; custom_padding_phone=&#8221;|0%|||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Animal vitality and robustness&#8221; image=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/conference-event-icon-01-1.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;f39cc10d-5c71-472f-b365-79a3008eaedb&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-9d5d11f9-d654-432d-8206-34ad20a6d54e%22:%91%22link_text_color%22,%22quote_border_color%22,%22link_text_color%22,%22quote_border_color%22%93,%22gcid-b6028d43-4027-4a22-87a1-1d6e61b15b8b%22:%91%22quote_text_color%22,%22quote_text_color%22%93}&#8221; quote_font_size_tablet=&#8221;16px&#8221; quote_font_size_phone=&#8221;15px&#8221; quote_font_size_last_edited=&#8221;on|desktop&#8221;]<\/p>\n<p>Results of 40 years of selection, body condition management, feeding strategies and animal welfare<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Innovation and digitalisation&#8221; image=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/conference-event-icon-01-1.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;f39cc10d-5c71-472f-b365-79a3008eaedb&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-9d5d11f9-d654-432d-8206-34ad20a6d54e%22:%91%22link_text_color%22,%22quote_border_color%22,%22link_text_color%22,%22quote_border_color%22,%22link_text_color%22,%22quote_border_color%22,%22link_text_color%22,%22quote_border_color%22%93,%22gcid-b6028d43-4027-4a22-87a1-1d6e61b15b8b%22:%91%22quote_text_color%22,%22quote_text_color%22,%22quote_text_color%22,%22quote_text_color%22%93}&#8221; quote_font_size_tablet=&#8221;16px&#8221; quote_font_size_phone=&#8221;15px&#8221; quote_font_size_last_edited=&#8221;on|desktop&#8221;]<\/p>\n<p>Artificial intelligence, data collection and analysis, sound monitoring, connected solutions<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Sustainability and adaptation of systems&#8221; image=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/conference-event-icon-01-1.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;f39cc10d-5c71-472f-b365-79a3008eaedb&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-9d5d11f9-d654-432d-8206-34ad20a6d54e%22:%91%22link_text_color%22,%22quote_border_color%22,%22link_text_color%22,%22quote_border_color%22,%22link_text_color%22,%22quote_border_color%22,%22link_text_color%22,%22quote_border_color%22%93,%22gcid-b6028d43-4027-4a22-87a1-1d6e61b15b8b%22:%91%22quote_text_color%22,%22quote_text_color%22,%22quote_text_color%22,%22quote_text_color%22%93}&#8221; quote_font_size_tablet=&#8221;16px&#8221; quote_font_size_phone=&#8221;15px&#8221; quote_font_size_last_edited=&#8221;on|desktop&#8221;]<\/p>\n<p>New housing methods, nutritional efficiency, resilience to climate and economic challenges<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Sharing international experiences&#8221; image=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/conference-event-icon-01-1.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;f39cc10d-5c71-472f-b365-79a3008eaedb&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-9d5d11f9-d654-432d-8206-34ad20a6d54e%22:%91%22link_text_color%22,%22quote_border_color%22,%22link_text_color%22,%22quote_border_color%22%93,%22gcid-b6028d43-4027-4a22-87a1-1d6e61b15b8b%22:%91%22quote_text_color%22,%22quote_text_color%22%93}&#8221; quote_font_size_tablet=&#8221;16px&#8221; quote_font_size_phone=&#8221;15px&#8221; quote_font_size_last_edited=&#8221;on|desktop&#8221;]<\/p>\n<p>Testimonials from partners and customers around the world<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;gcid-e3b30804-98c5-4528-8663-76f4e5b210ad&#8221; custom_padding=&#8221;60px|5%|60px|5%|true|false&#8221; custom_padding_tablet=&#8221;|10%||10%|true|true&#8221; custom_padding_phone=&#8221;|5%||5%|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{%22gcid-e3b30804-98c5-4528-8663-76f4e5b210ad%22:%91%22background_color%22%93}&#8221;][et_pb_blurb image=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/Conference_vert.svg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;d4334125-409b-401c-a166-c1c6e622612e&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22image_icon_background_color%22,%22image_icon_background_color%22%93,%22gcid-secondary-color%22:%91%22border_color_all%22,%22header_text_color%22%93}&#8221;]<\/p>\n<p><strong>Conferences<\/strong> by internationally renowned experts<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/workshop_vert.svg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;d4334125-409b-401c-a166-c1c6e622612e&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22image_icon_background_color%22,%22image_icon_background_color%22%93,%22gcid-secondary-color%22:%91%22border_color_all%22,%22header_text_color%22%93}&#8221;]<\/p>\n<p><strong>Solution Workshops<\/strong> to discover innovations<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/gala_vert.svg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;d4334125-409b-401c-a166-c1c6e622612e&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22image_icon_background_color%22,%22image_icon_background_color%22%93,%22gcid-secondary-color%22:%91%22border_color_all%22,%22header_text_color%22%93}&#8221;]<\/p>\n<p><strong>A gala dinner<\/strong> celebrating 10 years of the Axiom brand<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Call to Action&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;gcid-primary-color&#8221; background_enable_image=&#8221;off&#8221; parallax=&#8221;on&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-9d5d11f9-d654-432d-8206-34ad20a6d54e%22:%91%22background_color_gradient_stops%22%93,%22gcid-5f63220e-8342-4427-89fa-de1da73c3340%22:%91%22background_color_gradient_stops%22%93,%22gcid-eae5a87c-d221-447d-a731-6f9ad57d2149%22:%91%22background_color_gradient_stops%22%93,%22gcid-primary-color%22:%91%22background_color%22%93}&#8221;][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-items: center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Coming soon&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;_initial&#8221; title_level=&#8221;h2&#8243; title_font=&#8221;|500|||||||&#8221; title_text_align=&#8221;left&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;80px&#8221; title_line_height=&#8221;1.1em&#8221; title_font_size_tablet=&#8221;80px&#8221; title_font_size_phone=&#8221;50px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;150px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;_initial&#8221; text_font=&#8221;|700|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;24px&#8221; link_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>The full program will be disclosed in January 2026.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;_initial&#8221; text_font=&#8221;|700|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;24px&#8221; link_text_color=&#8221;#FFFFFF&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>Registration<br \/>will open<br \/>in January.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Speakers&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; disabled=&#8221;on&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Keynote speakers&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;_initial&#8221; title_level=&#8221;h2&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;rgba(255,255,255,0) 0%|rgba(0,0,0,0.8) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/conference-event-01.jpg&#8221; custom_padding=&#8221;300px|30px|30px|30px|false|true&#8221; custom_padding_tablet=&#8221;300px|30px|30px|30px|false|true&#8221; custom_padding_phone=&#8221;|20px|20px|20px|false|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Edward Johnson&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;_initial&#8221; title_level=&#8221;h3&#8243; title_font=&#8221;Inter|500|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;22px&#8221; title_line_height=&#8221;1.3em&#8221; custom_margin=&#8221;||0px||false|false&#8221; title_font_size_tablet=&#8221;26px&#8221; title_font_size_phone=&#8221;18px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text quote_border_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;_initial&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||||||&#8221; link_text_color=&#8221;#FFFFFF&#8221; quote_font=&#8221;Inter|500|||||||&#8221; quote_text_color=&#8221;#FFFFFF&#8221; quote_font_size=&#8221;24px&#8221; quote_line_height=&#8221;1.4em&#8221; header_font=&#8221;Inter|500|||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;90px&#8221; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Inter|500|||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;56px&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Inter|500|||||||&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;36px&#8221; header_3_line_height=&#8221;1.3em&#8221; header_4_font=&#8221;Inter|500|||||||&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; header_4_font_size=&#8221;24px&#8221; header_4_line_height=&#8221;1.4em&#8221; header_5_font=&#8221;Inter|500|||||||&#8221; header_5_text_color=&#8221;#FFFFFF&#8221; header_5_font_size=&#8221;20px&#8221; header_5_line_height=&#8221;1.4em&#8221; header_6_font=&#8221;Inter|500|||||||&#8221; header_6_text_color=&#8221;#FFFFFF&#8221; header_6_font_size=&#8221;16px&#8221; header_6_line_height=&#8221;1.4em&#8221; text_orientation=&#8221;center&#8221; text_font_size_tablet=&#8221;15px&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|desktop&#8221; quote_font_size_tablet=&#8221;16px&#8221; quote_font_size_phone=&#8221;15px&#8221; quote_font_size_last_edited=&#8221;on|desktop&#8221; header_font_size_tablet=&#8221;40px&#8221; header_font_size_phone=&#8221;24px&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;32px&#8221; header_2_font_size_phone=&#8221;20px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;24px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;21px&#8221; header_4_font_size_phone=&#8221;16px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;18px&#8221; header_5_font_size_phone=&#8221;15px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;15px&#8221; header_6_font_size_phone=&#8221;14px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Creative Director<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;rgba(255,255,255,0) 0%|rgba(0,0,0,0.8) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/conference-event-02.jpg&#8221; custom_padding=&#8221;300px|30px|30px|30px|false|true&#8221; custom_padding_tablet=&#8221;300px|30px|30px|30px|false|true&#8221; custom_padding_phone=&#8221;|20px|20px|20px|false|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Martha Smith&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;_initial&#8221; title_level=&#8221;h3&#8243; title_font=&#8221;Inter|500|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;22px&#8221; title_line_height=&#8221;1.3em&#8221; custom_margin=&#8221;||0px||false|false&#8221; title_font_size_tablet=&#8221;26px&#8221; title_font_size_phone=&#8221;18px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text quote_border_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;_initial&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||||||&#8221; link_text_color=&#8221;#FFFFFF&#8221; quote_font=&#8221;Inter|500|||||||&#8221; quote_text_color=&#8221;#FFFFFF&#8221; quote_font_size=&#8221;24px&#8221; quote_line_height=&#8221;1.4em&#8221; header_font=&#8221;Inter|500|||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;90px&#8221; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Inter|500|||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;56px&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Inter|500|||||||&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;36px&#8221; header_3_line_height=&#8221;1.3em&#8221; header_4_font=&#8221;Inter|500|||||||&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; header_4_font_size=&#8221;24px&#8221; header_4_line_height=&#8221;1.4em&#8221; header_5_font=&#8221;Inter|500|||||||&#8221; header_5_text_color=&#8221;#FFFFFF&#8221; header_5_font_size=&#8221;20px&#8221; header_5_line_height=&#8221;1.4em&#8221; header_6_font=&#8221;Inter|500|||||||&#8221; header_6_text_color=&#8221;#FFFFFF&#8221; header_6_font_size=&#8221;16px&#8221; header_6_line_height=&#8221;1.4em&#8221; text_orientation=&#8221;center&#8221; text_font_size_tablet=&#8221;15px&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|desktop&#8221; quote_font_size_tablet=&#8221;16px&#8221; quote_font_size_phone=&#8221;15px&#8221; quote_font_size_last_edited=&#8221;on|desktop&#8221; header_font_size_tablet=&#8221;40px&#8221; header_font_size_phone=&#8221;24px&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;32px&#8221; header_2_font_size_phone=&#8221;20px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;24px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;21px&#8221; header_4_font_size_phone=&#8221;16px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;18px&#8221; header_5_font_size_phone=&#8221;15px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;15px&#8221; header_6_font_size_phone=&#8221;14px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Product Designer<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;rgba(255,255,255,0) 0%|rgba(0,0,0,0.8) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/12\/conference-event-03.jpg&#8221; custom_padding=&#8221;300px|30px|30px|30px|false|true&#8221; custom_padding_tablet=&#8221;300px|30px|30px|30px|false|true&#8221; custom_padding_phone=&#8221;|20px|20px|20px|false|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Roana Marques&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;_initial&#8221; title_level=&#8221;h3&#8243; title_font=&#8221;Inter|500|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;22px&#8221; title_line_height=&#8221;1.3em&#8221; custom_margin=&#8221;||0px||false|false&#8221; title_font_size_tablet=&#8221;26px&#8221; title_font_size_phone=&#8221;18px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text quote_border_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;_initial&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||||||&#8221; link_text_color=&#8221;#FFFFFF&#8221; quote_font=&#8221;Inter|500|||||||&#8221; quote_text_color=&#8221;#FFFFFF&#8221; quote_font_size=&#8221;24px&#8221; quote_line_height=&#8221;1.4em&#8221; header_font=&#8221;Inter|500|||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;90px&#8221; header_line_height=&#8221;1.2em&#8221; header_2_font=&#8221;Inter|500|||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;56px&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Inter|500|||||||&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;36px&#8221; header_3_line_height=&#8221;1.3em&#8221; header_4_font=&#8221;Inter|500|||||||&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; header_4_font_size=&#8221;24px&#8221; header_4_line_height=&#8221;1.4em&#8221; header_5_font=&#8221;Inter|500|||||||&#8221; header_5_text_color=&#8221;#FFFFFF&#8221; header_5_font_size=&#8221;20px&#8221; header_5_line_height=&#8221;1.4em&#8221; header_6_font=&#8221;Inter|500|||||||&#8221; header_6_text_color=&#8221;#FFFFFF&#8221; header_6_font_size=&#8221;16px&#8221; header_6_line_height=&#8221;1.4em&#8221; text_orientation=&#8221;center&#8221; text_font_size_tablet=&#8221;15px&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|desktop&#8221; quote_font_size_tablet=&#8221;16px&#8221; quote_font_size_phone=&#8221;15px&#8221; quote_font_size_last_edited=&#8221;on|desktop&#8221; header_font_size_tablet=&#8221;40px&#8221; header_font_size_phone=&#8221;24px&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;32px&#8221; header_2_font_size_phone=&#8221;20px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;24px&#8221; header_3_font_size_phone=&#8221;18px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;21px&#8221; header_4_font_size_phone=&#8221;16px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;18px&#8221; header_5_font_size_phone=&#8221;15px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;15px&#8221; header_6_font_size_phone=&#8221;14px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Front End Developer<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Couvent des JacobinsThe AXIOM International SummitIn this historic location in Rennes, AXIOM is organising an international summit, bringing together experts from the pig industry in Europe, Latin America, Asia and other key regions. Over two days, opinion leaders, researchers, integrators and all players in the field will share their experiences and solutions for building a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"dipi_cpt_category":[],"class_list":["post-7236","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AXIOM Global Summit - Axiom Genetics<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.axiom-genetics.com\/en\/axiom-global-summit\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AXIOM Global Summit - Axiom Genetics\" \/>\n<meta property=\"og:description\" content=\"Couvent des JacobinsThe AXIOM International SummitIn this historic location in Rennes, AXIOM is organising an international summit, bringing together experts from the pig industry in Europe, Latin America, Asia and other key regions. Over two days, opinion leaders, researchers, integrators and all players in the field will share their experiences and solutions for building a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.axiom-genetics.com\/en\/axiom-global-summit\/\" \/>\n<meta property=\"og:site_name\" content=\"Axiom Genetics\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/p\/Axiom-France-100064379400783\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-15T16:07:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/axiom-global-summit\\\/\",\"url\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/axiom-global-summit\\\/\",\"name\":\"AXIOM Global Summit - Axiom Genetics\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/#website\"},\"datePublished\":\"2025-12-01T16:59:43+00:00\",\"dateModified\":\"2025-12-15T16:07:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/axiom-global-summit\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/axiom-global-summit\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/axiom-global-summit\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AXIOM Global Summit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/\",\"name\":\"Axiom\",\"description\":\"G\u00e9n\u00e9tique porcine fran\u00e7aise\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/#organization\",\"name\":\"Axiom\",\"url\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.axiom-genetics.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/SB_CMJN.png\",\"contentUrl\":\"https:\\\/\\\/www.axiom-genetics.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/SB_CMJN.png\",\"width\":5841,\"height\":2332,\"caption\":\"Axiom\"},\"image\":{\"@id\":\"https:\\\/\\\/www.axiom-genetics.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/p\\\/Axiom-France-100064379400783\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/18675597\",\"https:\\\/\\\/www.instagram.com\\\/axiomfrance\",\"https:\\\/\\\/www.youtube.com\\\/@Axiom-global\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AXIOM Global Summit - Axiom Genetics","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.axiom-genetics.com\/en\/axiom-global-summit\/","og_locale":"en_US","og_type":"article","og_title":"AXIOM Global Summit - Axiom Genetics","og_description":"Couvent des JacobinsThe AXIOM International SummitIn this historic location in Rennes, AXIOM is organising an international summit, bringing together experts from the pig industry in Europe, Latin America, Asia and other key regions. Over two days, opinion leaders, researchers, integrators and all players in the field will share their experiences and solutions for building a [&hellip;]","og_url":"https:\/\/www.axiom-genetics.com\/en\/axiom-global-summit\/","og_site_name":"Axiom Genetics","article_publisher":"https:\/\/www.facebook.com\/p\/Axiom-France-100064379400783\/","article_modified_time":"2025-12-15T16:07:09+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.axiom-genetics.com\/en\/axiom-global-summit\/","url":"https:\/\/www.axiom-genetics.com\/en\/axiom-global-summit\/","name":"AXIOM Global Summit - Axiom Genetics","isPartOf":{"@id":"https:\/\/www.axiom-genetics.com\/en\/#website"},"datePublished":"2025-12-01T16:59:43+00:00","dateModified":"2025-12-15T16:07:09+00:00","breadcrumb":{"@id":"https:\/\/www.axiom-genetics.com\/en\/axiom-global-summit\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.axiom-genetics.com\/en\/axiom-global-summit\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.axiom-genetics.com\/en\/axiom-global-summit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.axiom-genetics.com\/en\/"},{"@type":"ListItem","position":2,"name":"AXIOM Global Summit"}]},{"@type":"WebSite","@id":"https:\/\/www.axiom-genetics.com\/en\/#website","url":"https:\/\/www.axiom-genetics.com\/en\/","name":"Axiom","description":"G\u00e9n\u00e9tique porcine fran\u00e7aise","publisher":{"@id":"https:\/\/www.axiom-genetics.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.axiom-genetics.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.axiom-genetics.com\/en\/#organization","name":"Axiom","url":"https:\/\/www.axiom-genetics.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.axiom-genetics.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/11\/SB_CMJN.png","contentUrl":"https:\/\/www.axiom-genetics.com\/wp-content\/uploads\/2025\/11\/SB_CMJN.png","width":5841,"height":2332,"caption":"Axiom"},"image":{"@id":"https:\/\/www.axiom-genetics.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/p\/Axiom-France-100064379400783\/","https:\/\/www.linkedin.com\/company\/18675597","https:\/\/www.instagram.com\/axiomfrance","https:\/\/www.youtube.com\/@Axiom-global"]}]}},"_links":{"self":[{"href":"https:\/\/www.axiom-genetics.com\/en\/wp-json\/wp\/v2\/pages\/7236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.axiom-genetics.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.axiom-genetics.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.axiom-genetics.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.axiom-genetics.com\/en\/wp-json\/wp\/v2\/comments?post=7236"}],"version-history":[{"count":70,"href":"https:\/\/www.axiom-genetics.com\/en\/wp-json\/wp\/v2\/pages\/7236\/revisions"}],"predecessor-version":[{"id":7925,"href":"https:\/\/www.axiom-genetics.com\/en\/wp-json\/wp\/v2\/pages\/7236\/revisions\/7925"}],"wp:attachment":[{"href":"https:\/\/www.axiom-genetics.com\/en\/wp-json\/wp\/v2\/media?parent=7236"}],"wp:term":[{"taxonomy":"dipi_cpt_category","embeddable":true,"href":"https:\/\/www.axiom-genetics.com\/en\/wp-json\/wp\/v2\/dipi_cpt_category?post=7236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}