/** * WIDGET component. * * @package Astra Builder * @link https://www.brainstormforce.com * @since Astra 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } define( 'ASTRA_BUILDER_HEADER_WIDGET_DIR', ASTRA_THEME_DIR . 'inc/builder/type/header/widget' ); define( 'ASTRA_BUILDER_HEADER_WIDGET_URI', ASTRA_THEME_URI . 'inc/builder/type/header/widget' ); /** * Heading Initial Setup * * @since 3.0.0 */ class Astra_Header_Widget_Component { /** * Constructor function that initializes required actions and hooks */ public function __construct() { // @codingStandardsIgnoreStart WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once ASTRA_BUILDER_HEADER_WIDGET_DIR . '/class-astra-header-widget-component-loader.php'; // Include front end files. if ( ! is_admin() || Astra_Builder_Customizer::astra_collect_customizer_builder_data() ) { require_once ASTRA_BUILDER_HEADER_WIDGET_DIR . '/dynamic-css/dynamic.css.php'; } // @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound } } /** * Kicking this off by creating an object. */ new Astra_Header_Widget_Component(); Kathy Joseph Bio - Kathy Loves Physics

My Story

Kathy Joseph splits her time between writing her next book, making documentary videos based on her books for her YouTube channel, and giving talks about the history of science and the importance of context for learning science.

Kathy attributes her novel’s depth and breadth partially to her YouTube channel, Kathy Loves Physics

She uses her channel to test out her ideas in documentary form and learn from her brilliant viewers, making this book an interactive experience. 


Despite her simple video format, Kathy has hit a nerve, and her channel has over six million views and over 180,000 subscribers.

Kathy also puts all of her scripts on her website and dives into other fascinating scientific topics on her blog, spanning a broad range of topics like the history of the Nobel Prize, the birth of wireless, and the early history of quantum mechanics.

Kathy Joseph
Bio

Personal Life

Kathy has earned four higher education degrees in physics, engineering, and science education, but she feels as if her real education came from spending 12 years as a public high school physics teacher. She is an alumnus of the University of Chicago, Penn State, and the University of Utah.

Kathy lives near San Francisco with her fabulous husband, Mike, her amazing children, Alicia and Alex, and one very cranky cat aptly named Brutus.