RJC sponsored and was a part of Women and Girls in Science 2023 at the TELUS World of Science - Edmonton. We celebrated International Day of Women and Girls in Science with four female guests sharing insights and highlighting female scientists and the discoveries they made that changed the world. Laura Talboys, Kristina Washburn, Caitlin Vail, and Lisa Henderson had a blast supporting the event, showcasing successful STEM women, and introducing girls to role models in their community.
Women and Girls in Science 2023 Back to Community (function($){ // get the images of the gallery and replace it by a canvas of the same size to fix the problem with overlapping images on load. $('img[width][height]:not(.uk-overlay-panel)', $('#wk-grid879')).each(function() { var $img = $(this); if (this.width == 'auto' || this.height == 'auto' || !$img.is(':visible')) { return; } var $canvas = $(' ').attr({width:$img.attr('width'), height:$img.attr('height')}), img = new Image, release = function() { $canvas.remove(); $img.css('display', ''); release = function(){}; }; $img.css('display', 'none').after($canvas); $(img).on('load', function(){ release(); }); setTimeout(function(){ release(); }, 1000); img.src = this.src; }); })(jQuery);