<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://www.physics.ucr.edu/">
  <channel>
    <title>High School</title>
    <link>https://www.physics.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Professor Leads Local High School Students in an International Particle Physics Masterclass at UCR</title>
  <link>https://www.physics.ucr.edu/news/2018/03/22/professor-leads-local-high-school-students-international-particle-physics</link>
  <description>&lt;span&gt;Professor Leads Local High School Students in an International Particle Physics Masterclass at UCR&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Anonymous (not verified)&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2018-03-22T14:23:56-07:00" title="Thursday, March 22, 2018 - 14:23"&gt;Thu, 03/22/2018 - 14:23&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://www.physics.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            Iqbal Pittalwala    
            &lt;time datetime="2018-03-22T12:00:00Z"&gt;March 22, 2018&lt;/time&gt;
    
            Riverside, Ca    
            &lt;p&gt;In mid-March, students from Murrieta Valley High School, Centennial High School (Corona), and Sage Hill High School (Newport Beach) visited the Department of Physics and Astronomy to participate in the International Particle Physics Masterclass, an annual program of the European Particle Physics Outreach Group.&amp;nbsp; The Masterclass is an interactive exercise in which high school students analyze actual particle physics data collected at the Large Hadron Collider at CERN, the particle physics laboratory on the border of Switzerland and France. Following data analysis, the visiting students took part in a videoconference with CERN and high schools in Europe to discuss their findings. &amp;nbsp;Bill Gary, second from left, professor of physics, led the Masterclass at UCR.&lt;/p&gt;

&lt;p&gt;–&lt;em&gt;Iqbal Pittalwala&lt;/em&gt;&lt;/p&gt;
    &lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://www.physics.ucr.edu/tags/high-school" hreflang="en"&gt;High School&lt;/a&gt;&lt;/div&gt;
      &lt;/div&gt;

                &lt;picture&gt;
                  &lt;source srcset="https://www.physics.ucr.edu/sites/default/files/styles/article_header_l/public/DSC_0035-768x510.jpg?h=3973ad5b&amp;amp;itok=01SSVxbR 1x" media="all and (min-width: 1401px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://www.physics.ucr.edu/sites/default/files/styles/article_header_l/public/DSC_0035-768x510.jpg?h=3973ad5b&amp;amp;itok=01SSVxbR 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://www.physics.ucr.edu/sites/default/files/styles/article_header_m/public/DSC_0035-768x510.jpg?h=3973ad5b&amp;amp;itok=CuIZrBSh 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/jpeg" width="1023" height="450"&gt;
              &lt;source srcset="https://www.physics.ucr.edu/sites/default/files/styles/article_header_s/public/DSC_0035-768x510.jpg?h=3973ad5b&amp;amp;itok=GVKUwhz3 1x" type="image/jpeg" width="767" height="767"&gt;
                  &lt;img loading="eager" width="1170" height="450" src="https://www.physics.ucr.edu/sites/default/files/styles/article_header_l/public/DSC_0035-768x510.jpg?h=3973ad5b&amp;amp;itok=01SSVxbR" alt="Professor Leads Local High School Students in an International Particle Physics Masterclass at UCR"&gt;

  &lt;/picture&gt;

    &lt;div class="sharing-title"&gt;Share This&lt;/div&gt;&lt;span class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://www.physics.ucr.edu/news/2018/03/22/professor-leads-local-high-school-students-international-particle-physics" data-a2a-title="Professor Leads Local High School Students in an International Particle Physics Masterclass at UCR"&gt;&lt;a class="a2a_button_facebook"&gt;&lt;/a&gt;&lt;a class="a2a_button_x"&gt;&lt;/a&gt;&lt;a class="a2a_button_linkedin"&gt;&lt;/a&gt;&lt;a class="a2a_button_google_plus"&gt;&lt;/a&gt;&lt;a class="a2a_button_email"&gt;&lt;/a&gt;&lt;a class="a2a_button_printfriendly"&gt;&lt;/a&gt;&lt;a class="a2a_dd addtoany_share" aria-label="more options to share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.physics.ucr.edu%2Fnews%2F2018%2F03%2F22%2Fprofessor-leads-local-high-school-students-international-particle-physics&amp;amp;title=Professor%20Leads%20Local%20High%20School%20Students%20in%20an%20International%20Particle%20Physics%20Masterclass%20at%20UCR"&gt;&lt;/a&gt;&lt;/span&gt;&lt;script&gt;
    (function () {
        const customClassName = 'show-for-sr';
        const targetContainer = document.querySelector('.a2a_kit.addtoany_list');
        
        if (!targetContainer) return;

        const addClassToLabels = () =&gt; {
            const labels = targetContainer.querySelectorAll('.a2a_label');
            if (labels.length &gt; 0) {
                labels.forEach(label =&gt; {
                    if (!label.classList.contains(customClassName)) {
                        label.classList.add(customClassName);
                    }
                });
                console.log('Successfully applied show-for-sr class to AddToAny labels.');
                return true;
            }
            return false;
        };

        const observerConfig = { childList: true, subtree: true };
        const observer = new MutationObserver((mutationsList, observer) =&gt; {
            if (addClassToLabels()) {
                observer.disconnect();
            }
        });

        if (!addClassToLabels()) {
            observer.observe(targetContainer, observerConfig);
        }
    })();
&lt;/script&gt;</description>
  <pubDate>Thu, 22 Mar 2018 21:23:56 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <guid isPermaLink="false">141 at https://www.physics.ucr.edu</guid>
    </item>

  </channel>
</rss>
