/** * Child Theme functions and definitions. * This theme is a child theme for Deneb. * * @package Finance Business * @author wptexture http://testerwp.com/ * @license http://www.gnu.org/licenses/gpl-3.0.html GNU Public License * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * When using a child theme you can override certain functions (those wrapped * in a function_exists() call) by defining them first in your child theme's * functions.php file. The child theme's functions.php file is included before * the parent theme's file, so the child theme functions would be used. */ /** * Theme functions and definitions. */ add_action( 'wp_enqueue_scripts', 'finance_business_child_css',25); function finance_business_child_css() { wp_enqueue_style( 'finance-business-parent-theme-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'finance-business-child-style',get_stylesheet_directory_uri() . '/child-css/child.css'); wp_enqueue_script( 'finance-business-custom-script', get_stylesheet_directory_uri() . '/child-js/custom_script.js'); } “STEM in Action” Project Organised First LTT Event Online – Stem in action

“STEM in Action” Project Organised First LTT Event Online

“STEM in Action” Project Organised First LTT Event Online

Due to the COVID-19 pandemic, the first LTT (Learning, Teaching, Training) event of the “STEM in Action” project was held virtually hosted by Ireland. 18 participants took part in this event, with a wide range of participants including professionals and academics.
Dr Tunç Erdal Akdur from the General Directorate of Innovation and Educational Technologies of the Ministry of National Education made a presentation at the event as STEM Education Coordinator. In addition, Prof. Dr. Mutlunisa Ünaldı Coral, Dean of Mersin University Faculty of Education, and Dr. Caner Cereci shared their presentations on STEM education approach.
In the event, the topic of “How to make a video and how to make a video on STEM approach” to produce video content for online open access educational resource was successfully covered.  Our partner in Ireland, Munster University of Technology (MTU), made a significant contribution to the realisation of a successful LTT event by sharing their experience in online course preparation with the participants.
This virtual event demonstrated the project’s determination to achieve its goals even under pandemic conditions, strengthening international cooperation in the field of STEM education and offering valuable insights to the participants.

Leave a Reply

Your email address will not be published. Required fields are marked *