<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://urbanpest.ucr.edu/">
  <channel>
    <title>Choe</title>
    <link>https://urbanpest.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Choe's promotion</title>
  <link>https://urbanpest.ucr.edu/news/2023/07/30/choes-promotion</link>
  <description>&lt;span&gt;Choe's promotion&lt;/span&gt;
&lt;span&gt;&lt;span&gt;Dong-Hwan Choe&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2023-07-30T11:48:26-07:00" title="Sunday, July 30, 2023 - 11:48"&gt;Sun, 07/30/2023 - 11:48&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://urbanpest.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            
                &lt;picture&gt;
                  &lt;source srcset="https://urbanpest.ucr.edu/sites/default/files/styles/article_header_l/public/IMG_9277_small.jpg?h=ba3aae22&amp;amp;itok=ZYi3zoJ4 1x" media="all and (min-width: 1401px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://urbanpest.ucr.edu/sites/default/files/styles/article_header_l/public/IMG_9277_small.jpg?h=ba3aae22&amp;amp;itok=ZYi3zoJ4 1x" media="all and (min-width: 1025px) and (max-width: 1400px)" type="image/jpeg" width="1170" height="450"&gt;
              &lt;source srcset="https://urbanpest.ucr.edu/sites/default/files/styles/article_header_m/public/IMG_9277_small.jpg?h=ba3aae22&amp;amp;itok=P-8f9gFv 1x" media="all and (min-width: 768px) and (max-width: 1024px)" type="image/jpeg" width="1023" height="450"&gt;
              &lt;source srcset="https://urbanpest.ucr.edu/sites/default/files/styles/article_header_s/public/IMG_9277_small.jpg?h=ba3aae22&amp;amp;itok=1V_IqEUV 1x" type="image/jpeg" width="767" height="767"&gt;
                  &lt;img loading="eager" width="1170" height="450" src="https://urbanpest.ucr.edu/sites/default/files/styles/article_header_l/public/IMG_9277_small.jpg?h=ba3aae22&amp;amp;itok=ZYi3zoJ4" alt&gt;

  &lt;/picture&gt;

        
            Dong-Hwan Choe    
            Jul 30, 2023    
            &lt;div alt="Choe profile photo" data-embed-button="media_browser" data-entity-embed-display="media_image" data-entity-embed-display-settings="{&amp;quot;image_style&amp;quot;:&amp;quot;scale_550&amp;quot;,&amp;quot;image_link&amp;quot;:&amp;quot;&amp;quot;}" data-entity-type="media" data-entity-uuid="c410e339-d278-4527-9c0b-c3c01fa19abc" data-langcode="en" title="Choe profile photo" class="embedded-entity"&gt;  &lt;img loading="lazy" src="https://urbanpest.ucr.edu/sites/default/files/styles/scale_550/public/317824.jpg?itok=rmK7JooT" alt="Choe profile photo" title="Choe profile photo"&gt;


&lt;/div&gt;


&lt;p&gt;As of July 1, 2023, Dong-Hwan Choe, the principal investigator of the Choe laboratory has been promoted to Cooperative Extension Specialist / Professor. Choe started his faculty career at UCR Entomology in November 2011 as an Assistant Cooperative Extension Specialist / Assistant Professor. It has been almost 12 years!&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://urbanpest.ucr.edu/tags/choe" hreflang="en"&gt;Choe&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://urbanpest.ucr.edu/tags/promotion" hreflang="en"&gt;Promotion&lt;/a&gt;&lt;/div&gt;
      &lt;/div&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://urbanpest.ucr.edu/news/2023/07/30/choes-promotion" data-a2a-title="Choe's promotion"&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%2Furbanpest.ucr.edu%2Fnews%2F2023%2F07%2F30%2Fchoes-promotion&amp;amp;title=Choe%27s%20promotion"&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>Sun, 30 Jul 2023 18:48:26 +0000</pubDate>
    <dc:creator>Dong-Hwan Choe</dc:creator>
    <guid isPermaLink="false">62 at https://urbanpest.ucr.edu</guid>
    </item>

  </channel>
</rss>
