    <script type = "text/javascript">
    //when DOM is loaded add map data
    document.addEventListener('DOMContentLoaded', function(){
      //init school map
      if (schoolmap == undefined && schoolmap == null) {
        var schoolmap = L.map('mapid', { preferCanvas: true} ).setView([53.328515, -7.564583], 7);
      }else{
        return;
      }

      // The mapbox API changed.
      //
      // https://api.tiles.mapbox.com/v4/mapbox.streets/7/60/41.png?access_token=pk.eyJ1IjoiZGF2ZWhlYXJuZSIsImEiOiJjanp3aHF6NWYwMGxnM3Buc3VjODk0d2RrIn0.ZKMaeOybKh6Qx-vaRDuNyg
      //
      // Changed to
      //
      // https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/7/60/41?access_token=pk.eyJ1IjoiZGF2ZWhlYXJuZSIsImEiOiJjanp3aHF6NWYwMGxnM3Buc3VjODk0d2RrIn0.ZKMaeOybKh6Qx-vaRDuNyg
      //

      //add street map tiles from mapbox
      /*
      L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token={accessToken}', {
      	attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="https://www.mapbox.com/">Mapbox</a>',
      	maxZoom: 18,
      	id: 'mapbox.streets', //.light for grayscale
      	accessToken: 'pk.eyJ1IjoiZGF2ZWhlYXJuZSIsImEiOiJjanp3aHF6NWYwMGxnM3Buc3VjODk0d2RrIn0.ZKMaeOybKh6Qx-vaRDuNyg'
      }).addTo(schoolmap);
       */

      L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', {
      	attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="https://www.mapbox.com/">Mapbox</a>',
      	maxZoom: 18,
      	id: 'mapbox/streets-v11',
      	accessToken: 'pk.eyJ1IjoiZGF2ZWhlYXJuZSIsImEiOiJjanp3aHF6NWYwMGxnM3Buc3VjODk0d2RrIn0.ZKMaeOybKh6Qx-vaRDuNyg'
      }).addTo(schoolmap);


      //create arrays for layered approach
      var primaryArray = [];
      var secondaryArray = [];
      var earlyArray = [];
      var learningArray = [];
      var adultArray = [];
      var otherArray = [];
      var clusterArray = [];

      //create layers based on school type
  var primary = L.layerGroup(primaryArray);
  var secondary = L.layerGroup(secondaryArray);
  var early_learning = L.layerGroup(earlyArray);
  var learning_network = L.layerGroup(learningArray);
  var adult_group = L.layerGroup(adultArray);
  var other = L.layerGroup(otherArray);

  //create clusterDefault
  // var markers = L.markerClusterGroup();
  // clusterArray = clusterArray.concat(primaryArray,secondaryArray, earlyArray, learningArray, adultArray, otherArray);
  //
  // for (var i = 0; i < clusterArray.length; i++) {
  //   var new_marker = clusterArray[i];
  //   var marker = new_marker;
  //   var title = new_marker.options.title;
  //   marker.bindPopup(title);
  //   markers.addLayer(marker);
  // }
  //schoolmap.addLayer(markers)

  //init Base Layers
//   var baseMaps = {
// 	"Clusters": marker
// };

  var schoolMaps = {
    "Primary": primary,
    "Secondary": secondary,
    "Early Learning": early_learning,
    "Learning Network": learning_network,
    "Adult Group": adult_group,
    "Other": other,
  };

  //add layers to map
  L.control.layers(schoolMaps).addTo(schoolmap);
      //close JS function
      }, false);
  </script>
  {"id":1087,"date":"2018-03-22T11:03:02","date_gmt":"2018-03-22T11:03:02","guid":{"rendered":"http:\/\/www.mathsweek.ie\/2018\/?page_id=1087"},"modified":"2026-03-10T15:26:31","modified_gmt":"2026-03-10T15:26:31","slug":"news","status":"publish","type":"page","link":"https:\/\/www.mathsweek.ie\/2026\/news\/","title":{"rendered":"News"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1289.6px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-image-element\" style=\"text-align:center;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-1 hover-type-none\"><img decoding=\"async\" width=\"1024\" height=\"118\" src=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-1024x118.png\" alt class=\"img-responsive wp-image-18171\" srcset=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-200x23.png 200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-400x46.png 400w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-600x69.png 600w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-800x92.png 800w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-1200x138.png 1200w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 1024px\" \/><\/span><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;width:100%;\"><div class=\"fusion-separator-border sep-double\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ffffff;border-color:#ffffff;border-top-width:6px;border-bottom-width:6px;\"><\/div><\/div><div ><a class=\"fusion-button button-flat fusion-button-default-size button-default fusion-button-default button-1 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/contact-us\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Sign up to our newsletter<\/span><\/a><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-background-position:left top;--awb-border-sizes-top:0px;--awb-border-sizes-bottom:0px;--awb-border-sizes-left:0px;--awb-border-sizes-right:0px;--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-top:10px;--awb-padding-bottom:4%;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_5 1_5 fusion-one-fifth fusion-column-first\" style=\"--awb-bg-size:cover;width:20%;width:calc(20% - ( ( 4% + 4% ) * 0.2 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-column-wrapper-legacy\"><div class=\"fusion-image-element in-legacy-container\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-2 hover-type-none\"><img decoding=\"async\" width=\"2560\" height=\"1067\" title=\"Newletters-HeaderGraphic RK 10\/1\/23\" src=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Newletters-scaled.jpg\" alt class=\"img-responsive wp-image-14097\" srcset=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Newletters-200x83.jpg 200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Newletters-400x167.jpg 400w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Newletters-600x250.jpg 600w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Newletters-800x333.jpg 800w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Newletters-1200x500.jpg 1200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Newletters-scaled.jpg 2560w\" sizes=\"(max-width: 800px) 100vw, 400px\" \/><\/span><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-2 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/december-2025-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter December 2025 &#8211; 10\/12\/25<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-3 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/november-2025-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter November 2025 07\/11\/25<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-4 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/october-2025-newsletter-new-resources-101025\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter October 2025 &#8211; Update 10\/10\/25<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-5 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/october-2025-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week Newsletter October 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-6 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/september-2025-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week Newsletter September 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-7 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/may-2025-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week Newsletter May 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-8 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/april-2025-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week Newsletter April 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-9 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/march-2025-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week Newsletter March 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-10 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/february-2025-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week Newsletter February 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-11 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/december-2024-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week Newsletter December 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-12 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/november-2024-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week Newsletter November 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-13 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/mathsweek_review_october2024\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week Review October 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-14 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/september-2024-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter September 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-15 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/august-2024-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter August 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-16 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/july-2024-newsletter-2\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter July 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-17 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/june-2024-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter June 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-18 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/may-2024-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter May 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-19 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/april-2024-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter April 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-20 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/march-2024-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter March 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-21 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/february-2024-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter February 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-22 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/january-2024-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter January 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-23 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/decemberr-2023-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter December 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-24 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/november-2023-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter November 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-25 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/update-06-10-23\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week 2023 06-10-23<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-26 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/sep-2023-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter September 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-27 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/may-2023-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter May 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-28 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/april-2023-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter Apr 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-29 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/march-2023-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter Mar 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-30 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/january-2023-newsletter\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter Jan 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-31 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-december-2022\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter Dec 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-32 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-November-2022\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter Nov 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-33 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2022-feedback\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week 2022 Feedback<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-34 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-october-2022\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter Oct 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-35 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-september-2022\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter Sept 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-36 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\" https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-july-august-2022\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter Jul\/Aug 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-37 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\" https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-june-2022\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter June 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-38 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-may-2022\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter May 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-39 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-april-2022\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter April 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-40 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-march-2022\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter March 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-41 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-march-2022\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter February 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-42 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-january-22\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Newsletter January 2022<\/span><\/a><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_3_5 3_5 fusion-three-fifth\" style=\"--awb-bg-size:cover;--awb-margin-bottom:25px;width:60%;width:calc(60% - ( ( 4% + 4% ) * 0.6 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-image-element in-legacy-container\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-3 hover-type-none\"><img decoding=\"async\" width=\"2560\" height=\"533\" title=\"Featured news Banner Graphic RK 10\/1\/23\" src=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Featured-news-scaled.jpg\" alt class=\"img-responsive wp-image-14098\" srcset=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Featured-news-200x42.jpg 200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Featured-news-400x83.jpg 400w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Featured-news-600x125.jpg 600w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Featured-news-800x166.jpg 800w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Featured-news-1200x250.jpg 1200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Featured-news-scaled.jpg 2560w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/span><\/div><div class=\"fusion-title title fusion-title-1 fusion-title-text fusion-title-size-one\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h1 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;--fontSize:50;line-height:1.2;\"><h3>Maths Week Ireland 2025 Maths Eyes Competition Winners<\/h3><\/h1><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:#eaeaea;\"><\/div><\/div><\/div><div class=\"fusion-image-element in-legacy-container\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-4 hover-type-none\"><img decoding=\"async\" width=\"1341\" height=\"751\" alt=\"Maths Eyes Picture\" title=\"Maths Eyes\" src=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27.png\" class=\"img-responsive wp-image-12610\" srcset=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27-200x112.png 200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27-400x224.png 400w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27-600x336.png 600w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27-800x448.png 800w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27-1200x672.png 1200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27.png 1341w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/span><\/div><div class=\"fusion-text fusion-text-1\"><table width=\"949\">\n<tbody>\n<tr>\n<td width=\"119\">Category<\/td>\n<td width=\"218\">Winners<\/td>\n<td width=\"309\">School<\/td>\n<td width=\"119\">County<\/td>\n<td width=\"184\">Teacher<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>7 years or under<\/td>\n<td width=\"218\">Damien McLaughlin<\/td>\n<td>St Brigid&#8217;s NS, Glenmakee, Carndonagh<\/td>\n<td>Donegal<\/td>\n<td>Ms Grant<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Frankie Mae O&#8217;Connell<\/td>\n<td>Rathgormack N.S.<\/td>\n<td>Waterford<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Heidi Puirs\u00e9al<\/td>\n<td>Gaelscoil Chluain Meala<\/td>\n<td>Tipperary<\/td>\n<td>Ms U\u00ed Chonallain<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Lyla Flood<\/td>\n<td>St. Mura&#8217;s NS, Tooban<\/td>\n<td>Donegal<\/td>\n<td>Rory Grant<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Turlough McHugh<\/td>\n<td>St. Mura&#8217;s NS, Tooban<\/td>\n<td>Donegal<\/td>\n<td>Rory Grant<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>11 years or under<\/td>\n<td width=\"218\">Florence Eafaigh N\u00ed Chura\u00edn<\/td>\n<td>Gaelscoil Chluain Meala<\/td>\n<td>Tipperary<\/td>\n<td>Marc O&#8217;Connell<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Lemmy Cullen Strain<\/td>\n<td>St. Mura&#8217;s NS, Tooban<\/td>\n<td>Donegal<\/td>\n<td>Rory Grant<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Nikola Stjepanovic<\/td>\n<td>St John\u2019s NS<\/td>\n<td>Sligo<\/td>\n<td>Mrs O\u2019Hanlon<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Oisin McDermott<\/td>\n<td>Saint Egney\u2019s N.S<\/td>\n<td>Donegal<\/td>\n<td>Ms McDermott<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Ollie Aird<\/td>\n<td>Aglish N.S.<\/td>\n<td>Waterford<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>14 years or under<\/td>\n<td width=\"218\">Aobh\u00edn Flavin<\/td>\n<td>St. Declan&#8217;s N.S., Ardmore<\/td>\n<td>Waterford<\/td>\n<td>Ms N\u00ed Fhlartharta<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Emmy Cantual N\u00ed Dh\u00fanaigh<\/td>\n<td>Gaelchol\u00e1iste Maigh Nuad<\/td>\n<td>Kildare<\/td>\n<td>Ms Ni an Mhaoir<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Felix White McInnes<\/td>\n<td>Killaloe Boys National School<\/td>\n<td>Clare<\/td>\n<td>Mr Corry<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Jacob Leonard<\/td>\n<td>Celbridge Community School<\/td>\n<td>Kildare<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Luisa Foley<\/td>\n<td>Borris College<\/td>\n<td>Carlow<\/td>\n<td>Ms O&#8217;Donnell<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>19 years or under<\/td>\n<td width=\"218\">Jamie Donelon<\/td>\n<td>Glenamaddy Community School<\/td>\n<td>Galway<\/td>\n<td>Ms McHugh<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Johanna Schilde<\/td>\n<td>CBS Westland Row<\/td>\n<td>Dublin<\/td>\n<td>Ms. Murphy<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Juliet Devereux<\/td>\n<td>East Glendalough School<\/td>\n<td>Wicklow<\/td>\n<td>Ms Nolan<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Simone Russo<\/td>\n<td>CBS Westlandrow<\/td>\n<td>Dublin<\/td>\n<td>Miss Murphy<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Family &amp; Community (collaboration)<\/td>\n<td width=\"218\">2nd &amp; 3rd Class<\/td>\n<td>Ballycurrane N.S.<\/td>\n<td>Waterford<\/td>\n<td>Mr Gough<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Darragh, Edel, Tommy &amp; Cillian<\/td>\n<td>Burncourt N.S.<\/td>\n<td>Tipperary<\/td>\n<td>Ms Walsh<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Patrician Presentation SS First Year class<\/td>\n<td>Patrician Presentation Secondary School<\/td>\n<td>Tipperary<\/td>\n<td>Mr Walsh<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Ruth O\u2019Brien, Robyn McGrath, Abbie Feery &amp; Maria-Rose Ryan<\/td>\n<td>Cloneen N.S.<\/td>\n<td>Tipperary<\/td>\n<td>Ms Kiersey<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\">Group Initiative (Maths Eyes Project)<\/td>\n<td>Raphoe Central National School<\/td>\n<td>Donegal<\/td>\n<td>Ms White<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Scoil \u00c9inne<\/td>\n<td>Galway<\/td>\n<td>Ms N\u00ed Lionn\u00e1\u00edn<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Hospital School CHI at Temple Street<\/td>\n<td>Dublin<\/td>\n<td>Ms Jenkins<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Sixth Class, Glison NS<\/td>\n<td>Meath<\/td>\n<td>Mr Geraghty and Ms Galligan<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Our Lady of Victories, Ballymun<\/td>\n<td>Dublin<\/td>\n<td>Ms Thomas<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Kilglass National School, Ballglass, Enniscrone<\/td>\n<td>Sligo<\/td>\n<td>Ms\u00a0 McDermott<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Dunderry National School Navan<\/td>\n<td>Meath<\/td>\n<td>Ms Duffy<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Knockanean National School<\/td>\n<td>Clare<\/td>\n<td>Ms Quinn<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>3rd Class, Presentation Primary<\/td>\n<td>Limerick<\/td>\n<td>Ms O&#8217; Sullivan<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>3rd and 4th Class of Keash National School<\/td>\n<td>Sligo<\/td>\n<td>Ms. Alison Murphy<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Lady of Fatima<\/td>\n<td>Wexford<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>St. Oliver Plunkett BNS<\/td>\n<td>Westmeath<\/td>\n<td>Mr Daly<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Best picture<\/td>\n<td width=\"218\">Ciara Nicholson<\/td>\n<td>Louisburgh National School<\/td>\n<td>Mayo<\/td>\n<td>Ms Gaughan<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Felix Gunning<\/td>\n<td>Killaloe Boys National School<\/td>\n<td>Clare<\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-title title fusion-title-2 fusion-title-text fusion-title-size-one\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h1 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;--fontSize:50;line-height:1.2;\"><h3>Maths Week Ireland 2025 Award for Raising Public Awareness of Maths goes to Dublin Teacher Paul Nugent<\/h3><\/h1><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:#eaeaea;\"><\/div><\/div><\/div><div class=\"fusion-image-element in-legacy-container\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-5 hover-type-none\"><img decoding=\"async\" width=\"500\" height=\"375\" alt=\"Paul Nugent receiving award at the James Joyce centre\" title=\"Paul Nugent Award\" src=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-500x375.jpeg\" class=\"img-responsive wp-image-22794\" srcset=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-200x150.jpeg 200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-400x300.jpeg 400w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-600x450.jpeg 600w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-800x600.jpeg 800w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-1200x900.jpeg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/span><\/div><div class=\"fusion-text fusion-text-2\"><p><strong>Highly popular teacher and public promoter of maths is exemplary of the creativity, enthusiasm and contribution of the teaching profession in Ireland<\/strong><\/p>\n<p><strong>13 October 2025<\/strong><\/p>\n<p>Paul Nugent, a teacher at Santa Sabina Dominican College in Sutton, Dublin, has been named the 2025 recipient of the Maths Week Ireland Award in recognition of his outstanding contribution to promotion of maths in Ireland.<\/p>\n<p>Mr. Nugent has been involved with Maths Week Ireland since it began in 2006 and has played a key role in supporting its aim to make maths engaging and accessible for people of all ages.<\/p>\n<p>Through this award, Maths Week Ireland pays tribute not only to Paul Nugent\u2019s achievements and contribution, but to the wider teaching profession and the teachers who bring maths to life for students in classrooms across the country.<\/p>\n<p>Over two decades, Maths Week has become a major celebration of maths, engaging hundreds of thousands of people each year. In 2024, more than 500,000 students from 2,702 schools took part, while over 20,000 members of the public joined events such as Maths in the City and Puzzles in the Park. Teacher surveys show that 85% of students felt more positive about maths after taking part.<\/p>\n<p>A teacher for more than 25 years, Paul Nugent is known for his commitment to helping students see maths as something they can enjoy and succeed in. At Santa Sabina Dominican College, where he serves as Assistant Principal, Digital Leader and ICT Co-ordinator, he teaches maths, physics, science and ICT. Through innovative teaching methods and a deep belief in the potential of every student, he has encouraged countless young people to develop confidence in their maths ability.<\/p>\n<p>Mr. Nugent\u2019s influence extends well beyond his own classroom. Through his involvement with Oide (the professional learning and support service for teachers and school leaders in Ireland), and the Institute of Physics in Ireland, he has supported colleagues across the country, helping to strengthen teaching and learning in maths and related subjects.<\/p>\n<p>He is a member of several professional bodies, including the Irish Maths Teachers Association, the Irish Science Teachers Association, the Computer Education Society of Ireland and the Institute of Physics in Ireland. He is also co-chair of the Irish National Steering Committee for Science on Stage, a member of the Executive Board of Science on Stage Europe, and has delivered many workshops in Ireland, the UK and across Europe. He is also a founding member and co-ordinator of Physics Busking, a STEM outreach group supported by Research Ireland.<\/p>\n<p>Mr. Nugent\u2019s dedication to his profession and learners has already been recognised through several national and international honours, including the Eiroforum Science Teaching Award and the Irish Science Teachers\u2019 Association Educator of the Year Award<\/p>\n<p>In making the presentation, Maths Week co-founder Eoin Gill said \u201cWhile Paul Nugent has made important contributions in teaching and in wider STEM engagement, it is for his contribution to popularising maths that he is receiving this award. When we got the idea to establish a Maths Week for the island many people said it wouldn\u2019t work. Paul was one of a core group people who thought it was worth trying and gave full support to the emerging festival. He was an important bridge to maths teachers in the early days, he advises on activities and helps organise events, in particular those aimed at post-primary schools. Throughout the 20 festivals of Maths Week, he has continued to give his time, energy and expertise to help make this the leading festival of its kind in the world.<\/p>\n<p>\u201cTeachers are the driving force behind Maths Week Ireland,\u201d added Gill, \u201cThey are the ones who spark curiosity, nurture confidence and show students that maths is something to explore and enjoy. It is gratifying that we are honouring a teacher and also through him acknowledging the important role teachers play in Maths Week every year. We are proud to honour Paul\u2019s excellent contribution with this year\u2019s award.\u201d<\/p>\n<p>Accepting the award, Paul Nugent said: \u201cI am deeply honoured to receive this award and the beautiful mathematical sculptural piece by silversmith Seamus Gill. Maths Week has shown what a difference teachers can make when they help students experience maths in a positive way. I believe teachers play a very important role in building confidence and curiosity, often changing how students see themselves and their abilities. I have been lucky to work with so many dedicated colleagues over the years who share that same goal of helping every student see that maths is for themselves. It is a privilege to work with young people and to be part of a community that values and celebrates that work.\u201d<\/p>\n<\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-43 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#65cded;--button_gradient_bottom_color:#65cded;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/participants-gallery\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">See our photos of recent events<\/span><\/a><\/div><!DOCTYPE html><html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\"><head>\n<!--[if gte mso 15]>\n<xml>\n<o:OfficeDocumentSettings>\n<o:AllowPNG\/>\n<o:PixelsPerInch>96<\/o:PixelsPerInch>\n<\/o:OfficeDocumentSettings>\n<\/xml>\n<![endif]-->\n<meta charset=\"UTF-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>Latest Maths News, Events & Competition Winners<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<style>          img{-ms-interpolation-mode:bicubic;} \n          table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} \n          .mceStandardButton, .mceStandardButton td, .mceStandardButton td a{mso-hide:all !important;} \n          p, a, li, td, blockquote{mso-line-height-rule:exactly;} \n          p, a, li, td, body, table, blockquote{-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;} \n          @media only screen and (max-width: 480px){\n            body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} \n          }\n          .mcnPreviewText{display: none !important;} \n          .bodyCell{margin:0 auto; padding:0; width:100%;}\n          .ExternalClass, .ExternalClass p, .ExternalClass td, .ExternalClass div, .ExternalClass span, .ExternalClass font{line-height:100%;} \n          .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} \n          a[x-apple-data-detectors]{color:inherit !important; text-decoration:none !important; font-size:inherit !important; font-family:inherit !important; font-weight:inherit !important; line-height:inherit !important;} \n            body{height:100%; margin:0; padding:0; width:100%; background: #ffffff;}\n            p{margin:0; padding:0;} \n            table{border-collapse:collapse;} \n            td, p, a{word-break:break-word;} \n            h1, h2, h3, h4, h5, h6{display:block; margin:0; padding:0;} \n            img, a img{border:0; height:auto; outline:none; text-decoration:none;} \n            a[href^=\"tel\"], a[href^=\"sms\"]{color:inherit; cursor:default; text-decoration:none;} \n            li p {margin: 0 !important;}\n            .ProseMirror a {\n                pointer-events: none;\n            }\n                  .mceColumn .mceButtonLink,\n                  .mceColumn-1 .mceButtonLink, \n                  .mceColumn-2 .mceButtonLink, \n                  .mceColumn-3 .mceButtonLink,\n                  .mceColumn-4 .mceButtonLink {min-width:30px;}\n            @media only screen and (max-width: 640px){\n                .mceClusterLayout td{padding: 4px !important;} \n            }\n            @media only screen and (max-width: 480px){\n                body{width:100% !important; min-width:100% !important; } \n                body.mobile-native {\n                    -webkit-user-select: none; user-select: none; transition: transform 0.2s ease-in; transform-origin: top center;\n                }\n                body.mobile-native.selection-allowed a, body.mobile-native.selection-allowed .ProseMirror {\n                    user-select: auto;\n                    -webkit-user-select: auto;\n                }\n                colgroup{display: none;}\n                img{height: auto !important;}\n                .mceWidthContainer{max-width: 660px !important;}\n                .mceColumn{display: block !important; width: 100% !important;}\n                .mceColumn-forceSpan{display: table-cell !important; width: auto !important;}\n                .mceColumn-forceSpan .mceButton a{min-width:0 !important;}\n                                  .mceReverseStack {display:table; width: 100%;}\n                             .mceColumn-1 {display:table-footer-group; width: 100% !important;}\n                             .mceColumn-2 {display: block !important; width: 100% !important;}\n                             .mceColumn-3 {display:table-header-group; width: 100% !important;}\n                             .mceColumn-4 {display:table-caption; width: 100% !important;}\n                             .mceKeepColumns .mceButtonLink {min-width:0px;}\n                .mceBlockContainer{padding-right:16px !important; padding-left:16px !important;} \n                .mceTextBlockContainer{padding-right:16px !important; padding-left:16px !important;} \n                .mceBlockContainerE2E{padding-right:0px; padding-left:0px;} \n                .mceSpacing-24{padding-right:16px !important; padding-left:16px !important;}\n                .mceImage, .mceLogo{width: 100% !important; height: auto !important;} \n                .mceFooterSection .mceText, .mceFooterSection .mceText p{font-size: 16px !important; line-height: 140% !important;}\n            }\n            div[contenteditable=\"true\"] {outline: 0;}\n            .ProseMirror h1.empty-node:only-child::before,\n            .ProseMirror h2.empty-node:only-child::before,\n            .ProseMirror h3.empty-node:only-child::before,\n            .ProseMirror h4.empty-node:only-child::before {\n                content: 'Heading';\n            }\n            .ProseMirror p.empty-node:only-child::before, .ProseMirror:empty::before {\n                content: 'Start typing...';\n            }\n            .mceImageBorder {display: inline-block;}\n            .mceImageBorder img {border: 0 !important;}\nbody, #bodyTable { background-color: rgb(244, 244, 244); }.mceText, .mcnTextContent, .mceLabel { font-family: \"Helvetica Neue\", Helvetica, Arial, Verdana, sans-serif; }.mceText, .mcnTextContent, .mceLabel { color: rgb(0, 0, 0); }.mceSpacing-12 label { margin-bottom: 12px; }.mceSpacing-12 input { margin-bottom: 12px; }.mceSpacing-12 .mceInput + .mceErrorMessage { margin-top: -6px; }.mceSpacing-24 label { margin-bottom: 24px; }.mceSpacing-24 input { margin-bottom: 24px; }.mceSpacing-24 .mceInput + .mceErrorMessage { margin-top: -12px; }.mceInput { background-color: transparent; border: 2px solid rgb(208, 208, 208); width: 60%; color: rgb(77, 77, 77); display: block; }.mceInput[type=\"radio\"], .mceInput[type=\"checkbox\"] { float: left; margin-right: 12px; display: inline; width: auto !important; }.mceLabel > .mceInput { margin-bottom: 0px; margin-top: 2px; }.mceLabel { display: block; }.mceText p, .mcnTextContent p { color: rgb(0, 0, 0); font-family: \"Helvetica Neue\", Helvetica, Arial, Verdana, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.5; mso-line-height-alt: 150%; text-align: left; letter-spacing: 0px; direction: ltr; margin: 0px; }.mceText h2, .mcnTextContent h2 { color: rgb(0, 0, 0); font-family: \"Helvetica Neue\", Helvetica, Arial, Verdana, sans-serif; font-size: 25px; font-weight: bold; line-height: 1.5; mso-line-height-alt: 150%; text-align: left; letter-spacing: 0px; direction: ltr; }.mceText a, .mcnTextContent a { color: rgb(0, 200, 208); font-style: normal; font-weight: normal; text-decoration: underline; direction: ltr; }p.mcePastedContent, h1.mcePastedContent, h2.mcePastedContent, h3.mcePastedContent, h4.mcePastedContent { text-align: left; }.mceSectionHeader .mceText p, .mceSectionHeader .mcnTextContent p { }.mceSectionHeader .mceText a, .mceSectionHeader .mcnTextContent a { font-style: normal; }.mceSectionBody .mceText h2, .mceSectionBody .mcnTextContent h2 { }.mceSectionBody .mceText p, .mceSectionBody .mcnTextContent p { }.mceSectionBody .mceText a, .mceSectionBody .mcnTextContent a { font-style: normal; }.mceSectionFooter .mceText p, .mceSectionFooter .mcnTextContent p { }.mceSectionFooter .mceText a, .mceSectionFooter .mcnTextContent a { font-style: normal; }\n@media only screen and (max-width: 480px) {\n            .mceText p { margin: 0px; font-size: 16px !important; line-height: 1.5 !important; mso-line-height-alt: 150%; }\n          }\n@media only screen and (max-width: 480px) {\n            .mceText h2 { font-size: 25px !important; line-height: 1.5 !important; mso-line-height-alt: 150%; }\n          }\n@media only screen and (max-width: 480px) {\n            .bodyCell { padding-left: 16px !important; padding-right: 16px !important; }\n          }\n@media only screen and (max-width: 480px) {\n            .mceButtonContainer { width: fit-content !important; max-width: fit-content !important; }\n          }\n@media only screen and (max-width: 480px) {\n            .mceButtonLink { padding: 18px 28px !important; font-size: 16px !important; }\n          }\n@media only screen and (max-width: 480px) {\n            .mceDividerBlock { border-top-width: 2px !important; }\n          }\n@media only screen and (max-width: 480px) {\n            .mceDividerContainer { width: 100% !important; }\n          }\n#dataBlockId-182 p, #dataBlockId-182 h1, #dataBlockId-182 h2, #dataBlockId-182 h3, #dataBlockId-182 h4, #dataBlockId-182 ul { text-align: center; }#dataBlockId-1 p, #dataBlockId-1 h1, #dataBlockId-1 h2, #dataBlockId-1 h3, #dataBlockId-1 h4, #dataBlockId-1 ul { text-align: center; }<\/style><\/head>\n<body>\n<!---->\n<!--[if !gte mso 9]><!----><span class=\"mcnPreviewText\" style=\"display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;\">Stay updated with the latest in maths events, news and resources<\/span><!--<![endif]-->\n<!---->\n<div style=\"display: none; max-height: 0px; overflow: hidden;\">\u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007\u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad<\/div><!--MCE_TRACKING_PIXEL-->\n<center>\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"bodyTable\" style=\"background-color: rgb(244, 244, 244);\">\n<tbody><tr>\n<td class=\"bodyCell\" align=\"center\" valign=\"top\">\n<table id=\"root\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tbody data-block-id=\"3\" class=\"mceWrapper\"><tr><td style=\"background-color:#f4f4f4\" valign=\"top\" align=\"center\" class=\"mceSectionHeader\"><!--[if (gte mso 9)|(IE)]><table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"660\" style=\"width:660px;\"><tr><td><![endif]--><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"max-width:660px\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffffff\" valign=\"top\" class=\"mceWrapperInner\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"2\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--25\" data-block-id=\"-25\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-1\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"1\" class=\"mceText\" id=\"dataBlockId-1\" style=\"width:100%\"><p class=\"last-child\"><a href=\"https:\/\/mailchi.mp\/wit\/0kcz41a8gl-5008287?e=[UNIQID]\">View this email in your browser<\/a><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><!--[if (gte mso 9)|(IE)]><\/td><\/tr><\/table><![endif]--><\/td><\/tr><\/tbody><tbody data-block-id=\"180\" class=\"mceWrapper\"><tr><td style=\"background-color:#f4f4f4\" valign=\"top\" align=\"center\" class=\"mceSectionBody\"><!--[if (gte mso 9)|(IE)]><table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"660\" style=\"width:660px;\"><tr><td><![endif]--><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"max-width:660px\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffffff\" valign=\"top\" class=\"mceWrapperInner\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"625\" id=\"section_072febc196962f0dd0176dfb8d3bea67\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--36\" data-block-id=\"-36\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--24\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-24\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--45\" data-block-id=\"-45\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-624\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"624\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-623\" data-block-id=\"623\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-179\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"179\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--26\" data-block-id=\"-26\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-5\"><table width=\"100%\" style=\"border:0;background-color:#ffecd4;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"5\" class=\"mceText\" id=\"dataBlockId-5\" style=\"width:100%\"><h2 class=\"last-child\">Welcome to the May Newsletter<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-220\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"220\" class=\"mceText\" id=\"dataBlockId-220\" style=\"width:100%\"><p><br><\/p><p><strong>Dear Maths Friends,<\/strong><\/p><p class=\"mcePastedContent\"><strong>Please find below Maths and STEM news and activities including the Robert Boyle Summer School taking place in Waterford next weekend and exploring the brain. Probably the best value cultural summer school in Ireland, there is also a special accommodation deal of \u20ac120 for 3 nights. See details below.<\/strong><\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\"> As we know there is a lower participation by <strong>women in mathematics<\/strong> and some STEM areas and this is something we work hard at. Here we report on the recent Women in Maths Day Conference in Galway, a poster initiative from UCD and resources on the Maths Ireland blog. We also feature many coming events for your diary.<\/p><p class=\"mcePastedContent\"><br><\/p><ol><li><p class=\"mcePastedContent\">Robert Boyle Summer School<\/p><\/li><li><p class=\"mcePastedContent\">STRIPE new sponsor for YSTE<\/p><\/li><li><p class=\"mcePastedContent\">Gender and Maths<\/p><\/li><li><p class=\"mcePastedContent\">Summer Courses for Primary Maths<\/p><\/li><li><p class=\"mcePastedContent\">Coming Events:<\/p><p class=\"mcePastedContent\">Cork Carnival of Science<\/p><p class=\"mcePastedContent\">Clonmel Junction Festival <\/p><p class=\"mcePastedContent\">Waterford Spraoi<\/p><p class=\"mcePastedContent\">Northern Ireland Maths Teachers Association Conference<\/p><p class=\"mcePastedContent\">IMS Meeting<\/p><p class=\"mcePastedContent\">IMTA Annual Conference<\/p><p class=\"mcePastedContent\">IAMTA Annual Conference<\/p><p class=\"mcePastedContent\">Science on Stage 2026<\/p><\/li><li><p class=\"mcePastedContent\">International Day of Maths Maths Eyes Winners<\/p><\/li><\/ol><p class=\"mcePastedContent\"><br><\/p><p>Don\u2019t forget when planning for next academic year, <\/p><p>the <strong>20th Maths Week will take place from 11-19 October 2025<\/strong>.<\/p><p>And good luck to all students preparing for GSCE, A Levels, Junior Cert and Leaving Cert exams.<\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:40px\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"left\" id=\"blockContainerId-589\"><div><!--[if !mso]><!--><\/div><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"11%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:11%;width:11%;height:auto\" role=\"presentation\" data-testid=\"image-589\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/52fe2abd-846d-4042-1140-b1e9925d221f.jpeg\" width=\"68.2\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"589\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/52fe2abd-846d-4042-1140-b1e9925d221f.jpeg\" alt=\"\" width=\"68.2\" height=\"auto\" style=\"display:block;max-width:68.2px;width:68.2px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-471\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"471\" class=\"mceText\" id=\"dataBlockId-471\" style=\"width:100%\"><p class=\"mcePastedContent last-child\">Eoin Gill, Founder Maths Week Ireland<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-527\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"527\" class=\"mceText\" id=\"dataBlockId-527\" style=\"width:100%\"><p class=\"last-child\"><strong><span style=\"font-size: 24px\">Robert Boyle Summer School 6-8 June<\/span><\/strong><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"background-color:#ffecd4;padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-590\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-590\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/202be2a9-b7e4-c755-8975-cba3cd7634d5.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"590\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/202be2a9-b7e4-c755-8975-cba3cd7634d5.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-501\"><table width=\"100%\" style=\"border:0;background-color:#ffecd4;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"501\" class=\"mceText\" id=\"dataBlockId-501\" style=\"width:100%\"><p>The 13th Robert Boyle Summer School will explore the theme: The Brain, Past, Present and Future with a range of talks, walks and social events in Waterford and Lismore. \u00a0A special event on Saturday will celebrate the work of outstanding Irish neuroscientist, Prof Eleanor Maguire who sadly died in January. Her groundbreaking research helped shaped our understanding of human memory. Her study on London Taxi drivers clearly demonstrated neuroplasticity - that our brains can change as we learn. Professor Ray Dolan, regarded as one of the world\u2019s leading neuroscientists who was a colleague of Eleanor at UCL will talk about her life and legacy.<\/p><p class=\"mcePastedContent\"><strong>There is a special offer at SETU accommodation for participants: 3 nights for \u20ac120<\/strong><\/p><p class=\"mcePastedContent\">Line up:<\/p><p class=\"MsoNormal mcePastedContent\"><strong>Professor Veronica Campbell (President, SETU, Neuropharmacologist)<\/strong> <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Professor Ray Dolan FRS (University College London<\/strong>)<\/p><p class=\"MsoNormal mcePastedContent\"><strong>Professor Colin Doherty (Head of School of Medicine, Trinity College Dublin, Neurologist)<\/strong> <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Professor Luke Gibbons (Maynooth University, Joycean Scholar)<\/strong> <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Dr. David Delany (SETU, Psychologist)<\/strong> <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Professor Veronica O\u2019Keane (Emeritus Professor of Psychiatry, TCD)<\/strong> <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Dr. Nora Salaberry (SETU, Neuroscientist<\/strong>) <\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\">The Summer School\u2019s programme also includes a range of social events, such as a <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Walking tour of historic Waterford, <\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Visit to Blackwater Distillery, home of Robert Boyle Gin,<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Garden party in the beautiful surroundings of Lismore Castle Gardens<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Guided tour of Waterford Gallery of Art<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Booking and Further Information: <\/strong><\/p><p class=\"MsoNormal mcePastedContent last-child\">Visit <a href=\"http:\/\/www.robertboyle.ie\">www.robertboyle.ie<\/a> \u00a0for the full programme and ticket details.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"background-color:#ffecd4;padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-593\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"593\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.robertboyle.ie\/robert-boyle-summer-school\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info Here<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"593\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.robertboyle.ie\/robert-boyle-summer-school\/\"\nstyle=\"v-text-anchor:middle; width:166.72px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info Here\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"background-color:#ffecd4;padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-591\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-591\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/416c8eaf-9851-621a-7fdf-b821387a3d4e.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"591\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/416c8eaf-9851-621a-7fdf-b821387a3d4e.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-583\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"583\" class=\"mceText\" id=\"dataBlockId-583\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">Summer Maths Course for Primary Teachers<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-648\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"648\" class=\"mceText\" id=\"dataBlockId-648\" style=\"width:100%\"><p class=\"mcePastedContent last-child\">The Department of Education on the South supports a range of in-service training courses for primary teachers over the summer. Here are some examples that are relevant to Maths teaching. \u00a0<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-651\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"651\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.esci.ie\/cpd-courses\/list\/7.html?resetfilters=0&clearordering=0&clearfilters=0\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">Full List of Courses <\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"651\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.esci.ie\/cpd-courses\/list\/7.html?resetfilters=0&clearordering=0&clearfilters=0\"\nstyle=\"v-text-anchor:middle; width:201.39000000000001px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nFull List of Courses \n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-649\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"649\" class=\"mceText\" id=\"dataBlockId-649\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong>PRIMARY MATHEMATICS CURRICULUM - THE 'HOW' and the 'WHAT' <\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Waterford, Clare, Laois, Limerick, Cork, Sligo, Monaghan, Carrick on Shannon, Ballincollig, Dublin, Donegal<\/strong><\/p><p class=\"mcePastedContent\"><strong>Various Dates<\/strong><\/p><p class=\"MsoNormal mcePastedContent last-child\">Participants will engage with the mathematical content, elements, and pedagogical practices of the Primary Mathematics Curriculum to deepen their mathematical and pedagogical content knowledge, building on the strengths explored during Closure Day Two. The session will support the development of participants\u2019 understanding of rich, meaningful, and inclusive learning and self-assessment experiences for children in mathematics. Through critical and collaborative reflection, participants will consider both current and future classroom practices. They will also have the opportunity to experience and develop playful and engaging learning activities across the various stages. Additionally, the session will explore how the School Self-Evaluation (SSE) process and <em>Looking at Our Schools<\/em> (2022)can support the effective implementation of the Primary Mathematics Curriculum.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-650\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"650\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.esci.ie\/cpd-courses\/list\/7.html?resetfilters=0&clearordering=0&clearfilters=0\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info <\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"650\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.esci.ie\/cpd-courses\/list\/7.html?resetfilters=0&clearordering=0&clearfilters=0\"\nstyle=\"v-text-anchor:middle; width:132.03px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info \n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-638\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"638\" class=\"mceText\" id=\"dataBlockId-638\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong>THE WATERFORD GREENWAY - AN OUTDOOR LEARNING RESOURCE <\/strong><\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\"><strong>TUESDAY JULY 1 -TO SATURDAY, 5th JULY INCLUSIVE, <\/strong><\/p><p class=\"mcePastedContent\"><br><\/p><ul style=\"margin-top: 0cm;\" class=\"last-child\"><li><p class=\"mcePastedContent\">This course is based in <span style=\"text-decoration:underline;\">Kilmacthomas and Tramore<\/span>, It will be a combination of presentations and practical activities on the Greenway. \u00a0There will be input from 5 different tutors who will combine their expertise in biodiversity, history, geography, maths and outdoor education with the wonderful outdoor learning resources on the Greenway. The full day on using the Waterford Greenway as a classroom for Maths will be delivered by the Ciaran O Suliivan, retired Maths lecturer TUD and founder of Have you got Maths Eyes, along with the Maths Week team.<\/p><\/li><\/ul><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-647\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"647\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.wtc.ie\/cpd-courses-2\/primary-courses\/2691-face-to-face-the-waterford-greenway-an-outdoor-learning-resource-3.html\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">Greenway <\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"647\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.wtc.ie\/cpd-courses-2\/primary-courses\/2691-face-to-face-the-waterford-greenway-an-outdoor-learning-resource-3.html\"\nstyle=\"v-text-anchor:middle; width:137.38px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nGreenway \n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-645\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"645\" class=\"mceText\" id=\"dataBlockId-645\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">New Sponsor for Young Scientist<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-646\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"646\" class=\"mceText\" id=\"dataBlockId-646\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\">STRIPE has become the main sponsor for the Young Scientist and Technology Exhibition following the departure of BT after many Years. STRIP founders the Collison brothers are former prize winners with Patrick being an overall YSTE winner, while John won a category award.<\/p><p class=\"MsoNormal mcePastedContent\">Patrick Collison, Co-founder and CEO of Stripe said, \u201cYSTE is a special institution for me and John. It amplified our curiosity and reinforced our confidence at a critical juncture. We\u2019re honoured that Stripe has been selected to help preserve it for generations to come.\u201d<\/p><p class=\"MsoNormal mcePastedContent last-child\">\u00a0It is hoped that the STRIPE YSTE will go from strength to strength in the future.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-639\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"639\" class=\"mceText\" id=\"dataBlockId-639\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">Gender Balance in Maths<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-602\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-602\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/109316bb-2a65-f83f-8d20-c2518711fcb2.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"602\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/109316bb-2a65-f83f-8d20-c2518711fcb2.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-600\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"600\" class=\"mceText\" id=\"dataBlockId-600\" style=\"width:100%\"><p> \u00a0 Earlier this month Women in Maths Day was celebrated at the University of Galway by the Irish Committee for Equality, Diversity, and Inclusion in Mathematics (ICEDIM) organised with the Royal Irish Academy the Women in Mathematics Day 2025. <\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\">Events take place around the world to celebrate women in mathematics on 12 May. The significance of the date is that it is the birthday of <a href=\"https:\/\/may12.womeninmaths.org\/why\" target=\"_blank\">Maryam Mirzakhani<\/a> an Iranian mathematician who was the first female recipient of the Fields Medal and sadly died in 2017 at the early age of 40. \u00a0<\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent last-child\">The Irish event was chaired by Dr Romina Gaburro from MACSI, Department of Mathematics and Statistics, UL and facilitated by Dr Niall Madden and Dr Nina Snigireva (University of Galway) and featured national and international speakers including Dr Nicola Fitz-Simon, University of Galway; Dr Doireann O\u2019Kiely, University of Limerick; Dr R\u00f3is\u00edn Neururer and Myrto Manolaki, University College Dublin; Margherita Piccolo, Fern Universit\u00e4tin Hagen; Victoria S\u00e1nchez Mu\u00f1oz, Universit\u00e9 Libre de Bruxelles. The event was registered as part of the global online effort honouring women in mathematics worldwide, in memory of Maryam Mirzakhani, the first woman and Iranian mathematician to receive the Fields Medal in 2014.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-601\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"601\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.irishmathsoc.org\/icedim\/?file=WiMD2025\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"601\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.irishmathsoc.org\/icedim\/?file=WiMD2025\"\nstyle=\"v-text-anchor:middle; width:127.59px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-599\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-599\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"599\" id=\"section_9215d6e75bc65eac070cd0fa334a8056\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--35\" data-block-id=\"-35\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--22\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-22\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--44\" data-block-id=\"-44\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-598\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"598\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-597\" data-block-id=\"597\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-596\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"596\" class=\"mceText\" id=\"dataBlockId-596\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">UCD Women in Maths Poster Initiative<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-587\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-587\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/c9a669ed-71b4-0527-e68b-8cde408d2744.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"587\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/c9a669ed-71b4-0527-e68b-8cde408d2744.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-605\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"605\" class=\"mceText\" id=\"dataBlockId-605\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\">A nationwide outreach project led by <a href=\"https:\/\/people.ucd.ie\/christiana.pantelidou\" target=\"_blank\" title=\"Go to 'Dr Christiana Pantelidou' page\">Dr Christiana Pantelidou<\/a> from the <a href=\"https:\/\/www.ucd.ie\/mathstat\/\" title=\"Go to 'UCD School of Mathematics and Statistics' page\">UCD School of Mathematics and Statistics<\/a> has highlighted the achievements of Irishwomen in mathematics, with the aim of encouraging girls in primary school to consider STEM careers.<\/p><p class=\"MsoNormal mcePastedContent\">\u201cIreland\u2019s Maths Superwomen\u201d profiles seven Irish female mathematicians, including Dr Pantelidou herself, as well as Sheila Tinney, the renowned mathematical physicist and UCD associate professor.<\/p><p class=\"MsoNormal mcePastedContent\">Working alongside primary school teacher Caitriona O\u2019Sullivan and artist Lauren McHugh, Dr Pantelidou has developed a poster exhibition aimed at 8-10-year-old girls from rural areas of Ireland, celebrating the life and achievements of the mathematicians. <\/p><p class=\"MsoNormal mcePastedContent last-child\">Over the next year, English and Irish-language versions of the posters will be distributed to mixed or girls-only schools and community centres across the country, as well as being available online.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-606\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"606\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.ucd.ie\/newsandopinion\/news\/2025\/february\/11\/ucdresearcherleadsschooloutreachprojecthighlightingirishmathssuperwomen\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"606\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.ucd.ie\/newsandopinion\/news\/2025\/february\/11\/ucdresearcherleadsschooloutreachprojecthighlightingirishmathssuperwomen\/\"\nstyle=\"v-text-anchor:middle; width:126.7px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-603\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"603\" class=\"mceText\" id=\"dataBlockId-603\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">Irish Women in Maths at Maths Ireland Blog<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-609\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-609\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/d247373f-e2cf-39dd-ff91-2f725c68889c.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"609\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/d247373f-e2cf-39dd-ff91-2f725c68889c.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-607\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"607\" class=\"mceText\" id=\"dataBlockId-607\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\">You can read about Sheila Tinney and the first 55 Irish women trailblazers in mathematics, \u00a0in the Maths Ireland blogs <a href=\"https:\/\/www.mathsireland.ie\/blog\/2021_05_cm\" target=\"_blank\">here<\/a> <\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\">You can also watch a presentation about pioneering Irish Maths Women spanning 150 years \u00a0in this <a href=\"https:\/\/www.mathsireland.ie\/annals-of-irish-mathematics-mathematicians\/women\" target=\"_blank\">video<\/a> <span style=\"color:windowtext;\"> from the Robert Boyle Summer School 2021 where we celebrated Women in STEM: Past, Present and Future. Prof Colm Mulcahy\u2019s piece starts <\/span>at 30 minutes. <\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-610\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"610\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.mathsireland.ie\/annals-of-irish-mathematics-mathematicians\/women\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"610\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.mathsireland.ie\/annals-of-irish-mathematics-mathematicians\/women\"\nstyle=\"v-text-anchor:middle; width:127.59px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-608\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"608\" class=\"mceText\" id=\"dataBlockId-608\" style=\"width:100%\"><h2 class=\"mcePastedContent\">Cork Carnival of Science<\/h2><h2 class=\"mcePastedContent last-child\">7-8 June<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-616\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-616\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/07c9641f-ea5c-075c-ac28-d8c0506c8e41.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"616\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/07c9641f-ea5c-075c-ac28-d8c0506c8e41.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-615\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"615\" class=\"mceText\" id=\"dataBlockId-615\" style=\"width:100%\"><p class=\"last-child\">The Cork Carnival of Science will return to Fitzgerald Park next weekend with fun for all the family. Unfortunately the Maths Week team will not be there as we will be running the Robert Boyle Summer School and at present we don\u2019t have the to resources to cover both. Nevertheless if you are near Cork this is a fantastic event for all.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-617\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"617\" class=\"mceText\" id=\"dataBlockId-617\" style=\"width:100%\"><h2 class=\"mcePastedContent\">Clonmel Junction Arts Festival<\/h2><h2 class=\"mcePastedContent last-child\">July 11<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-644\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"36%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:36%;width:36%;height:auto\" role=\"presentation\" data-testid=\"image-644\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/9a177c80-b61c-6e8f-35b9-6d13783327a8.jpg\" width=\"237.6\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"644\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/9a177c80-b61c-6e8f-35b9-6d13783327a8.jpg\" alt=\"\" width=\"237.6\" height=\"auto\" style=\"display:block;max-width:237.6px;width:237.6px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-618\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"618\" class=\"mceText\" id=\"dataBlockId-618\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><span style=\"color:black;\"><span style=\"font-size: 11pt\">The Maths Week team and Calmast, the STEM Engagement Centre at South East Technological University (SETU), returns to The Lab at the Showgrounds Shopping Centre as part of this year\u2019s Clonmel Junction Arts Festival. Join us for a fun-filled day of hands-on activities designed to spark curiosity and encourage creativity and critical thinking.<\/span><\/span><\/p><p class=\"MsoNormal mcePastedContent last-child\"><span style=\"color:black;\"><span style=\"font-size: 11pt\">Free Event | 11am - 3pm | Suitable for Ages 5+<\/span><\/span><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-620\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"620\" class=\"mceText\" id=\"dataBlockId-620\" style=\"width:100%\"><h2 class=\"mcePastedContent\">Waterford Spraoi Festival<\/h2><h2 class=\"mcePastedContent last-child\">August 2 - 3<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-621\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-621\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/2da09c2e-16a8-0450-a53a-bb3f7694ea67.jpeg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"621\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/2da09c2e-16a8-0450-a53a-bb3f7694ea67.jpeg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-619\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"619\" class=\"mceText\" id=\"dataBlockId-619\" style=\"width:100%\"><p class=\"last-child\">The Maths Week team will be at the Spraoi Street Theatre Festival on the August Bank Holiday weekend when Cathedral Square will become STEM Square with loads of Maths Activities for all ages.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-614\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"614\" class=\"mceText\" id=\"dataBlockId-614\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">Northern Ireland Maths Teachers Association Conference 30 August<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-604\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-604\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/cb79f9c5-9e70-4965-ce26-f1b1ae7bb5a4.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"604\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/cb79f9c5-9e70-4965-ce26-f1b1ae7bb5a4.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-586\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-586\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"586\" id=\"section_6b68222b08474300e310ffd5fda6dc58\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--34\" data-block-id=\"-34\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--20\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-20\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--43\" data-block-id=\"-43\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-585\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"585\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-584\" data-block-id=\"584\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-582\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"582\" class=\"mceText\" id=\"dataBlockId-582\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong>NIMTA conference<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Lisburn<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Sat 30 August 2025<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>9am \u2013 1pm <\/strong><\/p><p class=\"MsoNormal mcePastedContent\">The Northern Ireland Maths Teachers Association is holding its first conference on Saturday 30August 2025 for post primary maths teachers. The keynote presentation \u201cHow understanding Cognitive Load Theory Unlocks Maths Learning will be delivered by Amarbeer Singh Gill. This will be followed by workshops developed by local teachers. <\/p><p class=\"mcePastedContent\">Connect with NIMTA:<\/p><p class=\"MsoNormal mcePastedContent\">Bluesky: @nimtassoc.bsky.social<\/p><p class=\"MsoNormal mcePastedContent\">X: @NIMTAssoc<\/p><p class=\"mcePastedContent last-child\"><span style=\"font-size: 11pt\"><span style=\"font-family: Aptos, sans-serif\">Insta: nimtassoc<\/span><\/span><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-592\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"592\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.facebook.com\/events\/2099851680480068\/?post_id=2116188308846405&acontext=%7B%22event_action_history%22%3A[%7B%22mechanism%22%3A%22footer_attachment%22%2C%22surface%22%3A%22newsfeed%22%7D]%2C%22ref_notif_type%22%3Anull%7D\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"592\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.facebook.com\/events\/2099851680480068\/?post_id=2116188308846405&acontext=%7B%22event_action_history%22%3A[%7B%22mechanism%22%3A%22footer_attachment%22%2C%22surface%22%3A%22newsfeed%22%7D]%2C%22ref_notif_type%22%3Anull%7D\"\nstyle=\"v-text-anchor:middle; width:126.7px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-520\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"520\" class=\"mceText\" id=\"dataBlockId-520\" style=\"width:100%\"><h2 class=\"mcePastedContent\">Irish Maths Society Annual Meeting <\/h2><h2 class=\"mcePastedContent last-child\">28-29 August<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-594\"><table width=\"100%\" style=\"border:0;background-color:#ffecd4;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"594\" class=\"mceText\" id=\"dataBlockId-594\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><br><img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/9e57584f-5645-1ede-a382-3ccae05e87d1.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"257.40000000000003\" height=\"auto\" class=\"imageDropZone mceImage\">The 38th Annual IMS meeting will take place in Maynooth University on the 28th and 29th of August 2025. <\/p><p class=\"mcePastedContent\">There will be a number of contributed short talks and a poster session. \u00a0<\/p><p class=\"MsoNormal mcePastedContent\">If you would like to submit a proposal for a talk or a poster, please send an email with your name, affiliation, the talk title, and a brief abstract to <a href=\"mailto:christian.ketterer@mu.ie\"><strong>christian.ketterer@mu.ie<\/strong><\/a><strong>. <\/strong> We would like to ask you to include <strong>IMS2025 Short Talk<\/strong> or <strong>IMS2025 Poster<\/strong> in the subject line.<\/p><p class=\"MsoNormal mcePastedContent last-child\">The deadline for both posters and short talk proposals is Friday, 20th June, 2025.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-640\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"640\" class=\"mceText\" id=\"dataBlockId-640\" style=\"width:100%\"><h2 class=\"mcePastedContent\">Talking Maths in Public<\/h2><h2 class=\"mcePastedContent last-child\">28-30 August<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-642\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-642\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/d984cb65-98a4-4a66-8ad5-cc9b48c533e6.png\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"642\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/d984cb65-98a4-4a66-8ad5-cc9b48c533e6.png\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-641\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"641\" class=\"mceText\" id=\"dataBlockId-641\" style=\"width:100%\"><p><br><\/p><p class=\"MsoNormal mcePastedContent\"><strong>TMiP 2025 will take place in the Zeeman Building at the University of Warwick on 28th - 30th August 2025<\/strong>, with the option to participate online too. With two days of workshops, sessions and discussions on Thursday and Friday, and a half day on Saturday for networking and activities.<\/p><p class=\"mcePastedContent\">Talking Maths in Public is a conference which runs in the UK every two years, for people who work in, or otherwise participate in, communicating mathematics to the public. The event is independently organised and funded by ticket sales and grants from mathematical institutions. Our events in 2017, 2019, 2021 (online)and 2023 all fully sold out and were highly rated by attendees.<\/p><p class=\"MsoNormal mcePastedContent last-child\">TMiP is run by an independent committee of people who work in different areas of maths communication, and the event includes workshops provided by expert guests, discussions on varied topics, networking sessions and chances to share ideas and showcase projects.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-643\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"643\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/talkingmathsinpublic.uk\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"643\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/talkingmathsinpublic.uk\/\"\nstyle=\"v-text-anchor:middle; width:127.59px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-572\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"572\" class=\"mceText\" id=\"dataBlockId-572\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong><span style=\"font-size: 25px\">IMTA Conference <\/span><\/strong><\/p><p class=\"MsoNormal mcePastedContent last-child\"><strong><span style=\"font-size: 25px\">13 September 2025 <\/span><\/strong><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-565\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffecd4;padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-565\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"565\" id=\"section_46b2e4cf8c098534d6d537fbd69d2cbd\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--33\" data-block-id=\"-33\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--18\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-18\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--42\" data-block-id=\"-42\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-564\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"564\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0px;padding-bottom:0px\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" style=\"table-layout:fixed\" role=\"presentation\"><colgroup><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><\/colgroup><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-563\" data-block-id=\"563\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-480\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"480\" class=\"mceText\" id=\"dataBlockId-480\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\">IMTA Maths Conference2025 will be held on Saturday 13th September in the Midlands Park Hotel, Portlaoise, Co Laois. The cost of the conference, including lunch is \u20ac20.<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-size: 11pt\"><span style=\"font-family: Aptos, sans-serif\">The keynote speaker is Dr Tom Crawford. <\/span><\/span><\/p><p class=\"mcePastedContent last-child\"><span style=\"font-size: 11pt\"><span style=\"font-family: Aptos, sans-serif\">A regular visitor to Maths Week, Tom is a Mathematician at the University of Oxford and the University of Cambridge. Tom runs an award-winning outreach programme through his website \u2019Tom Rocks Maths\u2019 also a regular on Numberphile and the BBC. Recently filled in for Rachel Riley on Countdown<\/span><\/span> <\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-567\" data-block-id=\"567\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-566\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-566\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/488930b9-99c8-454d-9226-9f4ade657caf.jpg\" width=\"280.5\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"566\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/488930b9-99c8-454d-9226-9f4ade657caf.jpg\" alt=\"\" width=\"280.5\" height=\"auto\" style=\"display:block;max-width:280.5px;width:280.5px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-481\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"481\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/imta.ie\/product\/imta-maths-conference-2025\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">Read Article <\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"481\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/imta.ie\/product\/imta-maths-conference-2025\/\"\nstyle=\"v-text-anchor:middle; width:150.72px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nRead Article \n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-521\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"521\" class=\"mceText\" id=\"dataBlockId-521\" style=\"width:100%\"><h2 class=\"mcePastedContent\">IAMTA Conference<\/h2><h2 class=\"mcePastedContent last-child\">15 November 2025<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-524\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffffff;padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-524\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"524\" id=\"section_e655b7917ac37470fb00bfdc6de7a354\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--31\" data-block-id=\"-31\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--14\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-14\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--40\" data-block-id=\"-40\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-523\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"523\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0px;padding-bottom:0px\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" style=\"table-layout:fixed\" role=\"presentation\"><colgroup><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><\/colgroup><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-522\" data-block-id=\"522\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-519\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"519\" class=\"mceText\" id=\"dataBlockId-519\" style=\"width:100%\"><p>The Irish Applied Maths Teachers Association conference will take place in Athlone on 15 November at the Athlone Springs Hotel. \u00a0<\/p><p class=\"last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-571\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"571\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/iamta.ie\/annual-conference-2025\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"571\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/iamta.ie\/annual-conference-2025\/\"\nstyle=\"v-text-anchor:middle; width:127.59px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-526\" data-block-id=\"526\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-525\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-525\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/645b6f84-40f1-2671-3184-356552c6a199.jpg\" width=\"280.5\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"525\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/645b6f84-40f1-2671-3184-356552c6a199.jpg\" alt=\"\" width=\"280.5\" height=\"auto\" style=\"display:block;max-width:280.5px;width:280.5px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-516\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"516\" class=\"mceText\" id=\"dataBlockId-516\" style=\"width:100%\"><p class=\"last-child\"><strong><span style=\"font-size: 24px\">SoS - Science on Stage 2026<\/span><\/strong><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-613\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-613\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/ce9b9735-bba0-bda5-c6ef-10e024fb6ede.png\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"613\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/ce9b9735-bba0-bda5-c6ef-10e024fb6ede.png\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-509\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffecd4;padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-509\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"509\" id=\"section_0469b2767979b639c82286a2231c163a\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--30\" data-block-id=\"-30\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--12\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-12\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--39\" data-block-id=\"-39\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-515\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"515\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0px;padding-bottom:0px\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" style=\"table-layout:fixed\" role=\"presentation\"><colgroup><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><\/colgroup><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-511\" data-block-id=\"511\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-510\"><table width=\"100%\" style=\"border:0;background-color:#ffecd4;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"510\" class=\"mceText\" id=\"dataBlockId-510\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong>Science on Stage 2026 will take place in Klaipeda, Lithuania 28 - 31 May. \u00a0<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Applications are invited from teachers for the Festival - Closing in September.<\/strong><\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\">-Travel, Festival fee and accommodation costs all covered<\/p><p class=\"MsoNormal mcePastedContent\">- Projects do not need to be complete as an experience mentor will be assigned<\/p><p class=\"MsoNormal mcePastedContent\">- Join 450 teachers from 35 countries to share innovative practical ideas<\/p><p class=\"MsoNormal mcePastedContent\">Fill in the expression of interest <a href=\"https:\/\/bit.ly\/SonSapply\" target=\"_blank\">here<\/a><\/p><p class=\"MsoNormal mcePastedContent last-child\"> or email <a href=\"mailto:paul.nugent@gmail.com\" target=\"_blank\">paul.nugent@gmail.com<\/a> for more info.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-612\" data-block-id=\"612\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-611\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"611\" class=\"mceText\" id=\"dataBlockId-611\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong>Guiding themes forFestival 2026<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>STEM for the youngest<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>STEM education for sustainable development<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>AI in STEM education<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>Equity and inclusion in STEM education<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>Self-directed learning in STEM education<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>Career Orientation in STEM Education<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>Low-cost experiments in STEM education<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span> Collaborative projects<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>STEM for Teachers in Training <\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-459\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"459\" class=\"mceText\" id=\"dataBlockId-459\" style=\"width:100%\"><p class=\"last-child\"><strong><span style=\"font-size: 24px\">International Day of Maths Maths Eyes Competition<\/span><\/strong><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-500\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"500\" class=\"mceText\" id=\"dataBlockId-500\" style=\"width:100%\"><p class=\"last-child\">The IDM competition attracted hundreds of entries from across the island. The winning entries are shown below. Congratulations to the winners and well done to all who entered and practiced using their Maths Eyes. <\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-504\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffffff;padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-504\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"504\" id=\"section_82e2d7bd159addc67466c0a224183bcd\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--29\" data-block-id=\"-29\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--10\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-10\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--38\" data-block-id=\"-38\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-503\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"503\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0px;padding-bottom:0px\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" style=\"table-layout:fixed\" role=\"presentation\"><colgroup><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><\/colgroup><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-628\" data-block-id=\"628\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-627\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"627\" class=\"mceText\" id=\"dataBlockId-627\" style=\"width:100%\"><p>Na\u00edon\u00e1in Bheaga agus Mh\u00f3ra <img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/db6e8238-c4cc-bf49-525f-9793ce9c5264.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"280.5\" height=\"auto\" class=\"imageDropZone mceImage\"><\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\">Tadhg \u00f3 Dochartaigh <\/p><p class=\"MsoNormal mcePastedContent\">Na\u00ed. Mh\u00f3ra, Gaelscoil Bhrian B\u00f3roimhe,S\u00f3rd<\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-629\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"629\" class=\"mceText\" id=\"dataBlockId-629\" style=\"width:100%\"><p>Rang a Tr\u00ed agus a Ceathair<img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/857907c2-709d-21cd-23bb-a2871563427b.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"280.5\" height=\"auto\" class=\"imageDropZone mceImage\"> <\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\">Tom\u00e1s \u00d3g \u00d3 Gr\u00edofa <\/p><p class=\"MsoNormal mcePastedContent\">Rang a 4, ScoilSailearna, Indreabh\u00e1n\u00a0<\/p><p class=\"MsoNormal mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-634\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"634\" class=\"mceText\" id=\"dataBlockId-634\" style=\"width:100%\"><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\">Primary School<\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\"><img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/308287d7-c48f-8718-1336-a6b0e4450e75.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"561\" height=\"auto\" class=\"imageDropZone mceImage\"><\/p><p class=\"mcePastedContent\">Gabriela Piskorz<\/p><p class=\"mcePastedContent\">Castlebar Primary School Senior Campus<\/p><p class=\"MsoNormal mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-637\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"637\" class=\"mceText\" id=\"dataBlockId-637\" style=\"width:100%\"><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\">Post Primary School<\/p><p class=\"mcePastedContent\"><img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/8e847c83-b4c9-c957-b904-c49c51065913.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"280.5\" height=\"auto\" class=\"imageDropZone mceImage\"><\/p><p class=\"mcePastedContent\">I<span style=\"font-size: 12pt\"><span style=\"font-family: Aptos, sans-serif\">sabelle hHealy, <\/span><\/span><\/p><p class=\"mcePastedContent\"><span style=\"font-size: 12pt\"><span style=\"font-family: Aptos, sans-serif\">Scoil Mhuire Cork<\/span><\/span><\/p><p class=\"MsoNormal mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-633\" data-block-id=\"633\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-630\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"630\" class=\"mceText\" id=\"dataBlockId-630\" style=\"width:100%\"><p>Rang a hAon agus a D\u00f3<br><img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/22296998-0590-d0d7-acd4-af2f22f6a3e6.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"280.5\" height=\"auto\" class=\"imageDropZone mceImage\"><\/p><p>D\u00f3nal \u00d3 Dulaoich <\/p><p class=\"mcePastedContent last-child\"><span style=\"font-size: 12pt\"><span style=\"font-family: Aptos, sans-serif\">Ranga 2, Gaelscoil an tSl\u00ed D\u00e1la, Co. Laoise<\/span><\/span><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-632\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"632\" class=\"mceText\" id=\"dataBlockId-632\" style=\"width:100%\"><p>Rang a C\u00faig agus a S\u00e9<img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/c8409bbf-fe26-8ce3-54b1-33cf818ecae7.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"280.5\" height=\"auto\" class=\"imageDropZone mceImage\"> <\/p><p class=\"MsoNormal mcePastedContent\">Grace N\u00ed Sh\u00failleabh\u00e1in <\/p><p class=\"MsoNormal mcePastedContent\">Rang a 5, GaelscoilMhic Amhlaigh, Gaillimh<\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-636\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"636\" class=\"mceText\" id=\"dataBlockId-636\" style=\"width:100%\"><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\">Post Primary School <\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\"><img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/6663d3d4-6c80-3551-8576-a58fd9fca010.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"561\" height=\"auto\" class=\"imageDropZone mceImage\"><\/p><p class=\"mcePastedContent\">Dillon Grebel Thornton<\/p><p class=\"mcePastedContent\">Col\u00e1iste Ru\u00e1in, Killanaule, Co Tipperary<\/p><p class=\"MsoNormal mcePastedContent\">\u00a0 <\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-284\"><table width=\"100%\" style=\"border-width:1px;border-style:ridge;border-color:#000000;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"284\" class=\"mceText\" id=\"dataBlockId-284\" style=\"width:100%\"><p class=\"last-child\"><strong><span style=\"font-size: 18px\">If you have news, resources or events you would like to share or feedback on this newsletter please email mathsweek.wd@setu.ie<\/span><\/strong><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-285\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"285\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--6\" data-block-id=\"-6\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceSocialFollowBlockContainer\" id=\"blockContainerId--5\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" class=\"mceSocialFollowBlock\" data-block-id=\"-5\"><tbody><tr><td valign=\"middle\" align=\"center\"><!--[if mso]><table align=\"left\" border=\"0\" cellspacing= \"0\" cellpadding=\"0\"><tr><![endif]--><!--[if mso]><td align=\"center\" valign=\"top\"><![endif]--><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;float:left\" role=\"presentation\"><tbody><tr><td style=\"padding-top:3px;padding-bottom:3px;padding-left:12px;padding-right:12px\" valign=\"top\" class=\"mceSocialFollowIcon\" align=\"center\" width=\"40\"><a href=\"https:\/\/facebook.com\/mathsweek\" target=\"_blank\" rel=\"noreferrer\"><img decoding=\"async\" class=\"mceSocialFollowImage\" width=\"40\" height=\"40\" alt=\"Facebook icon\" src=\"https:\/\/cdn-images.mailchimp.com\/icons\/social-block-v3\/block-icons-v3\/facebook-filled-dark-40.png\"><\/a><\/td><\/tr><\/tbody><\/table><!--[if mso]><\/td><![endif]--><!--[if mso]><td align=\"center\" valign=\"top\"><![endif]--><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;float:left\" role=\"presentation\"><tbody><tr><td style=\"padding-top:3px;padding-bottom:3px;padding-left:12px;padding-right:12px\" valign=\"top\" class=\"mceSocialFollowIcon\" align=\"center\" width=\"40\"><a href=\"https:\/\/instagram.com\/mathsireland\" target=\"_blank\" rel=\"noreferrer\"><img decoding=\"async\" class=\"mceSocialFollowImage\" width=\"40\" height=\"40\" alt=\"Instagram icon\" src=\"https:\/\/cdn-images.mailchimp.com\/icons\/social-block-v3\/block-icons-v3\/instagram-filled-dark-40.png\"><\/a><\/td><\/tr><\/tbody><\/table><!--[if mso]><\/td><![endif]--><!--[if mso]><td align=\"center\" valign=\"top\"><![endif]--><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;float:left\" role=\"presentation\"><tbody><tr><td style=\"padding-top:3px;padding-bottom:3px;padding-left:12px;padding-right:12px\" valign=\"top\" class=\"mceSocialFollowIcon\" align=\"center\" width=\"40\"><a href=\"https:\/\/twitter.com\/mathsweek\" target=\"_blank\" rel=\"noreferrer\"><img decoding=\"async\" class=\"mceSocialFollowImage\" width=\"40\" height=\"40\" alt=\"Twitter icon\" src=\"https:\/\/cdn-images.mailchimp.com\/icons\/social-block-v3\/block-icons-v3\/twitter-filled-dark-40.png\"><\/a><\/td><\/tr><\/tbody><\/table><!--[if mso]><\/td><![endif]--><!--[if mso]><td align=\"center\" valign=\"top\"><![endif]--><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;float:left\" role=\"presentation\"><tbody><tr><td style=\"padding-top:3px;padding-bottom:3px;padding-left:12px;padding-right:12px\" valign=\"top\" class=\"mceSocialFollowIcon\" align=\"center\" width=\"40\"><a href=\"https:\/\/tiktok.com\/https:\/\/www.tiktok.com\/@mathsweek?lang=en\" target=\"_blank\" rel=\"noreferrer\"><img decoding=\"async\" class=\"mceSocialFollowImage\" width=\"40\" height=\"40\" alt=\"TikTok icon\" src=\"https:\/\/cdn-images.mailchimp.com\/icons\/social-block-v3\/block-icons-v3\/tiktok-filled-dark-40.png\"><\/a><\/td><\/tr><\/tbody><\/table><!--[if mso]><\/td><![endif]--><!--[if mso]><\/tr><\/table><![endif]--><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-55\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"55\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">Follow us<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"55\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"\"\nstyle=\"v-text-anchor:middle; width:127.58px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nFollow us\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-489\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-489\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"489\" id=\"section_18c1f63715bb2695f6242855e04739c9\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--28\" data-block-id=\"-28\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--8\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-8\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--37\" data-block-id=\"-37\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-488\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"488\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-487\" data-block-id=\"487\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"background-color:transparent;padding-top:20px;padding-bottom:20px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceDividerBlockContainer\" id=\"blockContainerId-130\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"background-color:transparent;width:100%\" role=\"presentation\" class=\"mceDividerContainer\" data-block-id=\"130\"><tbody><tr><td style=\"min-width:100%;border-top-width:2px;border-top-style:solid;border-top-color:#000000;line-height:0;font-size:0\" valign=\"top\" class=\"mceDividerBlock\">\u00a0<\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-471\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"471\" class=\"mceText\" id=\"dataBlockId-471\" style=\"width:100%\"><p class=\"mcePastedContent last-child\">Eoin Gill, Founder Maths Week Ireland<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"559\" id=\"section_ac11cf9dfe0e55f5f6d1a088eb026ffd\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--32\" data-block-id=\"-32\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--16\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-16\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--41\" data-block-id=\"-41\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-558\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"558\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-557\" data-block-id=\"557\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-595\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"595\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.irishmathsoc.org\/meetings\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"595\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.irishmathsoc.org\/meetings\/\"\nstyle=\"v-text-anchor:middle; width:127.59px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><!--[if (gte mso 9)|(IE)]><\/td><\/tr><\/table><![endif]--><\/td><\/tr><\/tbody><tbody data-block-id=\"187\" class=\"mceWrapper\"><tr><td style=\"background-color:#f4f4f4\" valign=\"top\" align=\"center\" class=\"mceSectionFooter\"><!--[if (gte mso 9)|(IE)]><table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"660\" style=\"width:660px;\"><tr><td><![endif]--><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"max-width:660px\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffffff\" valign=\"top\" class=\"mceWrapperInner\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"186\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--27\" data-block-id=\"-27\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:8px;padding-bottom:8px;padding-right:8px;padding-left:8px\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-184\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"184\" id=\"section_205f51a7852da740bef00a54087493aa\" class=\"mceFooterSection\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"12\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--3\" data-block-id=\"-3\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-181\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:110px;width:100%;height:auto\" role=\"presentation\" data-testid=\"image-181\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"Logo\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/ee7f1eb9-46b1-40d2-acda-49f5f1c26a3e.jpg\" width=\"110\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"mceLogo\" data-block-id=\"181\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"mceLogo\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/ee7f1eb9-46b1-40d2-acda-49f5f1c26a3e.jpg\" alt=\"Logo\" width=\"110\" height=\"auto\" style=\"display:block;max-width:110px;width:110px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" align=\"center\" id=\"blockContainerId-182\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:16px;padding-right:16px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"182\" class=\"mceText\" id=\"dataBlockId-182\" style=\"display:inline-block;width:100%\"><p class=\"last-child\"><em>Copyright (C) 2025 Maths Week Ireland*. All rights reserved.<\/em><br><br>Our mailing address is:<br>mathsweek.wd@setu.ie<br><br>Want to change how you receive these emails?<br>You can <a href=\"https:\/\/calmast.us5.list-manage.com\/profile?u=1e4c696c230483f91e7da02d5&id=5de9e4a074&e=[UNIQID]&c=1010b25748\">update your preferences<\/a> or <a href=\"https:\/\/calmast.us5.list-manage.com\/unsubscribe?u=1e4c696c230483f91e7da02d5&id=5de9e4a074&t=b&e=[UNIQID]&c=1010b25748\">unsubscribe<\/a><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceLayoutContainer\" align=\"center\" id=\"blockContainerId--2\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-2\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0px;padding-bottom:0px\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"background-color:transparent;padding-top:20px;padding-bottom:20px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceDividerBlockContainer\" id=\"blockContainerId-185\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"background-color:transparent;width:100%\" role=\"presentation\" class=\"mceDividerContainer\" data-block-id=\"185\"><tbody><tr><td style=\"min-width:100%;border-top-width:2px;border-top-style:solid;border-top-color:#000000;line-height:0;font-size:0\" valign=\"top\" class=\"mceDividerBlock\">\u00a0<\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><!--[if (gte mso 9)|(IE)]><\/td><\/tr><\/table><![endif]--><\/td><\/tr><\/tbody><\/table>\n<\/td>\n<\/tr>\n<\/tbody><\/table>\n<\/center>\n<\/body><\/html><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_5 1_5 fusion-one-fifth fusion-column-last\" style=\"--awb-bg-size:cover;width:20%;width:calc(20% - ( ( 4% + 4% ) * 0.2 ) );\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-image-element in-legacy-container\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-6 hover-type-none\"><img decoding=\"async\" width=\"2560\" height=\"1067\" title=\"Podcasts &#038; Media Banner Graphic RK 10\/1\/23\" src=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Podcasts-Media-scaled.jpg\" alt class=\"img-responsive wp-image-14099\" srcset=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Podcasts-Media-200x83.jpg 200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Podcasts-Media-400x167.jpg 400w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Podcasts-Media-600x250.jpg 600w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Podcasts-Media-800x334.jpg 800w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Podcasts-Media-1200x500.jpg 1200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2023\/01\/Podcasts-Media-scaled.jpg 2560w\" sizes=\"(max-width: 800px) 100vw, 400px\" \/><\/span><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep fusion-clearfix\" style=\"float:left;margin-top:10px;margin-bottom:45px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#ff8d61;border-color:#ff8d61;border-top-width:2px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-image-element in-legacy-container\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-7 hover-type-none\"><a class=\"fusion-no-lightbox\" href=\"https:\/\/www.mathsweek.ie\/2026\/podcast-media\/\" target=\"_self\" aria-label=\"Screenshot 2019-10-23 at 12.09.57\"><img decoding=\"async\" width=\"392\" height=\"175\" alt=\"Soundcloud 01\" src=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2019\/10\/Screenshot-2019-10-23-at-12.09.57.png\" class=\"img-responsive wp-image-5647\" srcset=\"https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2019\/10\/Screenshot-2019-10-23-at-12.09.57-200x89.png 200w, https:\/\/www.mathsweek.ie\/2026\/wp-content\/uploads\/2019\/10\/Screenshot-2019-10-23-at-12.09.57.png 392w\" sizes=\"(max-width: 800px) 100vw, 392px\" \/><\/a><\/span><\/div><div class=\"fusion-text fusion-text-3\"><h2>Have You Got Maths Eyes Award Winners<\/h2>\n<table role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"mceLayoutContainer\" valign=\"top\">\n<table id=\"section_22b5d54ae78efad3ffcbea5ab0b201b1\" class=\"mceLayout\" role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" data-block-id=\"621\">\n<tbody>\n<tr class=\"mceRow\">\n<td valign=\"top\">\n<table role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"mceColumn\" colspan=\"12\" valign=\"top\" width=\"100%\" data-block-id=\"-106\">\n<table role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td align=\"center\" valign=\"top\">\n<table role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" data-block-id=\"-76\">\n<tbody>\n<tr class=\"mceRow\">\n<td valign=\"top\">\n<table role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"24\" cellpadding=\"0\">\n<colgroup>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/><\/colgroup>\n<tbody>\n<tr>\n<td class=\"mceColumn\" colspan=\"6\" valign=\"center\" width=\"50%\" data-block-id=\"-17\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-44 fusion-button-default-span \" style=\"--button_accent_color:rgba(255,255,255,0.92);--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:rgba(244,173,85,0.95);--button_gradient_bottom_color:rgba(244,173,85,0.95);--button_gradient_top_color_hover:rgba(133,216,234,0.92);--button_gradient_bottom_color_hover:rgba(133,216,234,0.92);\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/podcast-media\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Check out Podcasts &amp; Media here!<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-45 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:rgba(244,207,85,0.95);--button_gradient_bottom_color:rgba(239,185,83,0.95);--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2022-monday-update\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week 2022 Monday Newsletter<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-46 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:rgba(244,207,85,0.95);--button_gradient_bottom_color:rgba(239,185,83,0.95);--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2022-tuesday-update\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week 2022 Tuesday Newsletter<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-47 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:rgba(244,207,85,0.95);--button_gradient_bottom_color:rgba(239,185,83,0.95);--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2022-wednesday-update\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week 2022 Wednesday Newsletter<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-48 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:rgba(244,207,85,0.95);--button_gradient_bottom_color:rgba(239,185,83,0.95);--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2022-thursday-update-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week 2022 Thursday Newsletter<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-dotted\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#eaeaea;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-align-block\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-49 fusion-button-default-span fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:rgba(244,207,85,0.95);--button_gradient_bottom_color:rgba(239,185,83,0.95);--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2022-friday-update-newsletter\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Maths Week 2022 Friday Newsletter<\/span><\/a><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-4 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-first\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-column-wrapper-legacy\"><ul style=\"--awb-line-height:23.8px;--awb-icon-width:23.8px;--awb-icon-height:23.8px;--awb-icon-margin:9.8px;--awb-content-margin:33.6px;--awb-circlecolor:#e9a825;--awb-circle-yes-font-size:12.32px;\" class=\"fusion-checklist fusion-checklist-1 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/newsletter-january-2021\/\">Newsletter January 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/news-february-2021\/\">Newsletter February 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-news-march-2021\/\">Newsletter March 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-news-april-2021\/\">Newsletter April 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-news-may-2021\/\">Newsletter May 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-news-June-2021\/\">Newsletter June 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-news-July-2021\/\">Newsletter July 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-news-August-2021\/\">Newsletter August 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-september-2021\/\">Newsletter September 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-october-2021\/\">Newsletter October 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-november-2021\/\">Newsletter November 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-december-2021\/\">Newsletter December 2021<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-5 fusion_builder_column_1_3 1_3 fusion-one-third\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-column-wrapper-legacy\"><ul style=\"--awb-line-height:23.8px;--awb-icon-width:23.8px;--awb-icon-height:23.8px;--awb-icon-margin:9.8px;--awb-content-margin:33.6px;--awb-circlecolor:#e9a825;--awb-circle-yes-font-size:12.32px;\" class=\"fusion-checklist fusion-checklist-2 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-june-2020\/\">Newsletter June 2020<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-july-2020\/\">Newsletter July 2020<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-august-2020\/\">Newsletter August 2020<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-newsletter-september-2020\/\">Newsletter September 2020<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/pre-maths-week-newsletter-october-2020\/\">Newsletter October 2020<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-6 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-last\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-column-wrapper-legacy\"><ul style=\"--awb-line-height:23.8px;--awb-icon-width:23.8px;--awb-icon-height:23.8px;--awb-icon-margin:9.8px;--awb-content-margin:33.6px;--awb-circlecolor:#e9a825;--awb-circle-yes-font-size:12.32px;\" class=\"fusion-checklist fusion-checklist-3 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-at-home-newsletter-vol-1\/\">Maths At Home Vol 1<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-at-home-newsletter-vol-2-31-03-20\/\">Maths At Home Vol 2<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-at-home-newsletter-vol-3-03-04-20\/\">Maths At Home Vol 3<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-at-home-newsletter-vol-4-20-04-20\/\">Maths At Home Vol 4<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-at-home-newsletter-vol-5-27-04-20\/\">Maths At Home Vol 5<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-at-home-newsletter-vol-6-06-05-20\/\">Maths At Home Vol 6<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-at-home-newsletter-vol-7-11-05-20\/\">Maths At Home Vol 7<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-at-home-newsletter-vol-8-18-05-20\/\">Maths At Home Vol 8<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-at-home-newsletter-vol-9-25-05-20\/\">Maths At Home Vol 9<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-at-home-newsletter-vol-10-02-06-20\/\">Maths At Home Vol 10<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-7 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-first\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-column-wrapper-legacy\"><ul style=\"--awb-line-height:23.8px;--awb-icon-width:23.8px;--awb-icon-height:23.8px;--awb-icon-margin:9.8px;--awb-content-margin:33.6px;--awb-circlecolor:#e9a825;--awb-circle-yes-font-size:12.32px;\" class=\"fusion-checklist fusion-checklist-4 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2021-update-monday-18-october\/\">Maths Week 2021 Monday<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2021-update-tuesday-19-october-2\/\">Maths Week 2021 Tuesday<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2021-update-wednesday-20-october-2\/\">Maths Week 2021 Wednesday<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2021-update-thursday-21-october\/\">Maths Week 2021 Thursday<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2026\/maths-week-2021-update-friday-22-october\/\">Maths Week 2021 Friday<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/us5.campaign-archive.com\/home\/?u=1e4c696c230483f91e7da02d5&amp;id=5de9e4a074\" target=\"_blank\" rel=\"noopener noreferrer\">OLDER ARCHIVES<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-8 fusion_builder_column_1_3 1_3 fusion-one-third\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-column-wrapper-legacy\"><ul style=\"--awb-line-height:23.8px;--awb-icon-width:23.8px;--awb-icon-height:23.8px;--awb-icon-margin:9.8px;--awb-content-margin:33.6px;--awb-circlecolor:#e9a825;--awb-circle-yes-font-size:12.32px;\" class=\"fusion-checklist fusion-checklist-5 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-news-and-events-january\">Newsletter January 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-activities-and-opportunities-feb-2019\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter February 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-news-and-events-march-2019\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter March 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-newsletter-april\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter April 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-newsletter-june-2019\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter June 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-ireland-newsletter-july-2019\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter July 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/august-news-from-maths-ireland\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter August 2019<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-9 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-last\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-column-wrapper-legacy\"><ul style=\"--awb-line-height:23.8px;--awb-icon-width:23.8px;--awb-icon-height:23.8px;--awb-icon-margin:9.8px;--awb-content-margin:33.6px;--awb-circlecolor:#e9a825;--awb-circle-yes-font-size:12.32px;\" class=\"fusion-checklist fusion-checklist-6 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-happenings-in-2019\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter Dec 2018<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-news-and-activities\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter November 2018<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-week-2018-biggest-ever\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter October 2018<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\">\n<p><a href=\"https:\/\/us5.campaign-archive.com\/home\/?u=1e4c696c230483f91e7da02d5&amp;id=5de9e4a074\" target=\"_blank\" rel=\"noopener noreferrer\">OLDER ARCHIVES<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-3 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1289.6px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-10 fusion_builder_column_1_5 1_5 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:20%;--awb-margin-top-large:0px;--awb-spacing-right-large:9.6%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:9.6%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-11 fusion_builder_column_1_5 1_5 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:20%;--awb-margin-top-large:0px;--awb-spacing-right-large:9.6%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:9.6%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_5 1_5 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:20%;--awb-margin-top-large:0px;--awb-spacing-right-large:9.6%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:9.6%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-sizes-top:0px;--awb-border-sizes-bottom:0px;--awb-border-sizes-left:0px;--awb-border-sizes-right:0px;--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-top:40px;--awb-padding-bottom:40px;--awb-background-color:rgba(255,152,0,0.68);--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-13 fusion_builder_column_1_1 1_1 fusion-one-full fusion-column-first fusion-column-last fusion-animated\" style=\"--awb-padding-top:60px;--awb-padding-right:60px;--awb-padding-bottom:60px;--awb-padding-left:60px;--awb-bg-position:center center;--awb-bg-size:cover;\" data-animationType=\"slideInDown\" data-animationDuration=\"1\" data-animationOffset=\"top-into-view\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-fa-align-center\"><a class=\"fb-icon-element-1 fb-icon-element fontawesome-icon fa-phone fas circle-yes fusion-link\" style=\"--awb-iconcolor:#5d707f;--awb-iconcolor-hover:#5d707f;--awb-circlecolor:#ffffff;--awb-circlecolor-hover:#ffffff;--awb-circlebordersize:1px;--awb-font-size:34.32px;--awb-width:68.64px;--awb-height:68.64px;--awb-line-height:66.64px;\" href=\"https:\/\/www.mathsweek.ie\/2026\/join\/\" target=\"_self\" aria-label=\"Link to https:\/\/www.mathsweek.ie\/2026\/join\/\"><\/a><\/div><div class=\"fusion-text fusion-text-4\" style=\"--awb-content-alignment:center;--awb-text-color:#5d707f;--awb-text-font-family:&quot;Carrois Gothic&quot;;--awb-text-font-style:normal;--awb-text-font-weight:400;\"><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Become a Maths Week Sponsor<\/span><\/h1>\n<\/div><div class=\"fusion-text fusion-text-5\" style=\"--awb-text-color:#5d707f;--awb-text-font-family:&quot;Carrois Gothic&quot;;--awb-text-font-style:normal;--awb-text-font-weight:400;\"><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Maths Week operates on a not-for-profit basis and relies entirely on public funding and private support to provide outreach activities to the public. The opportunities for sponsors are numerous and our team would love to have a conversation about possibilities.<\/span><\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:8px;width:100%;\"><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-button-wrapper fusion-aligncenter\"><a class=\"fusion-button button-flat fusion-button-default-size button-custom fusion-button-default button-50 fusion-button-span-no fusion-button-default-type fusion-has-button-gradient\" style=\"--button_accent_color:#785510;--button_accent_hover_color:#785510;--button_border_hover_color:#785510;--button_gradient_top_color:#25a9bd;--button_gradient_bottom_color:#25a9bd;--button_gradient_top_color_hover:#d6ad5a;--button_gradient_bottom_color_hover:#e8cb90;\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2026\/join\/\"><span class=\"fusion-button-text awb-button__text awb-button__text--default\">Support Maths Week<\/span><i class=\"fa-angle-right fas awb-button__icon awb-button__icon--default button-icon-right\" aria-hidden=\"true\"><\/i><\/a><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div>\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>yes<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"_acf_changed":false,"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-1087","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>News &#8211; MATHS WEEK IRELAND<\/title>\n<meta name=\"description\" content=\"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND\" \/>\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.mathsweek.ie\/2025\/news\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"News &#8211; MATHS WEEK IRELAND\" \/>\n<meta property=\"og:description\" content=\"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mathsweek.ie\/2025\/news\/\" \/>\n<meta property=\"og:site_name\" content=\"MATHS WEEK IRELAND\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/MathsWeek\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T15:26:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@mathsweek\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"19 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/news\\\/\",\"url\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/news\\\/\",\"name\":\"News &#8211; MATHS WEEK IRELAND\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#website\"},\"datePublished\":\"2018-03-22T11:03:02+00:00\",\"dateModified\":\"2026-03-10T15:26:31+00:00\",\"description\":\"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/news\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/news\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/news\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#website\",\"url\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/\",\"name\":\"MATHS WEEK IRELAND\",\"description\":\"Maths for All\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#organization\",\"name\":\"Maths Week Ireland\",\"url\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/MW-logo-cropped-e1521418465216.png\",\"contentUrl\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/MW-logo-cropped-e1521418465216.png\",\"width\":20,\"height\":20,\"caption\":\"Maths Week Ireland\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/MathsWeek\",\"https:\\\/\\\/x.com\\\/mathsweek\",\"https:\\\/\\\/www.instagram.com\\\/mathsireland\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/maths-week-ireland\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCNWgrcdn2mGzKqhXJDI_-Pg?disable_polymer=true\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"News &#8211; MATHS WEEK IRELAND","description":"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND","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.mathsweek.ie\/2025\/news\/","og_locale":"en_GB","og_type":"article","og_title":"News &#8211; MATHS WEEK IRELAND","og_description":"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND","og_url":"https:\/\/www.mathsweek.ie\/2025\/news\/","og_site_name":"MATHS WEEK IRELAND","article_publisher":"https:\/\/www.facebook.com\/MathsWeek","article_modified_time":"2026-03-10T15:26:31+00:00","twitter_card":"summary_large_image","twitter_site":"@mathsweek","twitter_misc":{"Est. reading time":"19 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mathsweek.ie\/2025\/news\/","url":"https:\/\/www.mathsweek.ie\/2025\/news\/","name":"News &#8211; MATHS WEEK IRELAND","isPartOf":{"@id":"https:\/\/www.mathsweek.ie\/2025\/#website"},"datePublished":"2018-03-22T11:03:02+00:00","dateModified":"2026-03-10T15:26:31+00:00","description":"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND","breadcrumb":{"@id":"https:\/\/www.mathsweek.ie\/2025\/news\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mathsweek.ie\/2025\/news\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.mathsweek.ie\/2025\/news\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mathsweek.ie\/2025\/"},{"@type":"ListItem","position":2,"name":"News"}]},{"@type":"WebSite","@id":"https:\/\/www.mathsweek.ie\/2025\/#website","url":"https:\/\/www.mathsweek.ie\/2025\/","name":"MATHS WEEK IRELAND","description":"Maths for All","publisher":{"@id":"https:\/\/www.mathsweek.ie\/2025\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mathsweek.ie\/2025\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.mathsweek.ie\/2025\/#organization","name":"Maths Week Ireland","url":"https:\/\/www.mathsweek.ie\/2025\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.mathsweek.ie\/2025\/#\/schema\/logo\/image\/","url":"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2018\/03\/MW-logo-cropped-e1521418465216.png","contentUrl":"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2018\/03\/MW-logo-cropped-e1521418465216.png","width":20,"height":20,"caption":"Maths Week Ireland"},"image":{"@id":"https:\/\/www.mathsweek.ie\/2025\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MathsWeek","https:\/\/x.com\/mathsweek","https:\/\/www.instagram.com\/mathsireland\/","https:\/\/www.linkedin.com\/company\/maths-week-ireland\/","https:\/\/www.youtube.com\/channel\/UCNWgrcdn2mGzKqhXJDI_-Pg?disable_polymer=true"]}]}},"_links":{"self":[{"href":"https:\/\/www.mathsweek.ie\/2026\/wp-json\/wp\/v2\/pages\/1087","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mathsweek.ie\/2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mathsweek.ie\/2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mathsweek.ie\/2026\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mathsweek.ie\/2026\/wp-json\/wp\/v2\/comments?post=1087"}],"version-history":[{"count":218,"href":"https:\/\/www.mathsweek.ie\/2026\/wp-json\/wp\/v2\/pages\/1087\/revisions"}],"predecessor-version":[{"id":23995,"href":"https:\/\/www.mathsweek.ie\/2026\/wp-json\/wp\/v2\/pages\/1087\/revisions\/23995"}],"wp:attachment":[{"href":"https:\/\/www.mathsweek.ie\/2026\/wp-json\/wp\/v2\/media?parent=1087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}