<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://cnas.ucr.edu/">
  <channel>
    <title>Simon C. &amp;quot;Niels&amp;quot; Groen</title>
    <link>https://cnas.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Your skin color may affect how well a medication works for you — but the research is way behind</title>
  <link>https://cnas.ucr.edu/media/2024/11/26/your-skin-color-may-affect-how-well-medication-works-you-research-way-behind</link>
  <description>&lt;span&gt;Your skin color may affect how well a medication works for you — but the research is way behind&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-11-26T08:46:40-08:00" title="Tuesday, November 26, 2024 - 08:46"&gt;Tue, 11/26/2024 - 08:46&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnas.ucr.edu/in-the-media"&gt;More CNAS in the Media&lt;/a&gt;
    
            Emily Cooke | Live Science    
            &lt;time datetime="2024-11-26T12:00:00Z"&gt;November 26, 2024&lt;/time&gt;
    
            &lt;p&gt;LIVE SCIENCE - Your skin color may influence how safe and effective a given drug is for you, a new analysis suggests.&lt;/p&gt;&lt;p&gt;In a recent think piece, published Oct. 9 in the journal Human Genomics, scientists examined a plethora of studies, revealing that melanin — the pigment that gives our skin, hair and eyes their color — can absorb certain drugs that are either applied to the skin or taken orally, thus affecting how much of a dose makes it to the tissues that need treatment.&lt;/p&gt;&lt;p&gt;This means that people's responses to a standard dose of a given drug may vary depending on their skin tone. For instance, research has shown that nicotine binds to melanin and that variations in skin pigmentation may influence how much people smoke. This may be because, once nicotine is inhaled, it travels through the bloodstream and is absorbed by melanin-containing cells in the skin, therefore reducing how much of the drug reaches the brain. However, the exact reason is not yet fully understood.&lt;/p&gt;&lt;p&gt;Toxic chemicals, such as those found in fertilizers and pesticides, may also accumulate in higher concentrations in darker skin than in lighter skin, the researchers found. This could reframe what a standard safe-exposure level might be for certain demographics.&lt;/p&gt;&lt;p&gt;In the think piece, &lt;a href="https://www.eddi.bio/about" target="_blank" title="Sophie Zaaijer"&gt;&lt;strong&gt;Sophie Zaaijer&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, a consultant and researcher affiliated with the University of California, Riverside&lt;/strong&gt;, and &lt;a href="https://profiles.ucr.edu/simon.groen" target="_blank" title="Simon Groen"&gt;&lt;strong&gt;Simon Groen&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, an assistant professor of evolutionary systems biology at UC Riverside&lt;/strong&gt;, noted that melanin's ability to interact with specific drugs was flagged back in the 1960s. However, they argued that its effects have not been properly considered in preclinical research or in clinical trials of new drugs.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.livescience.com/health/medicine-drugs/your-skin-color-may-affect-how-well-a-medication-works-for-you-but-the-research-is-way-behind" target="_blank" title="Read the Full Article" aria-label="Read the Full Article"&gt;Read the Full Article&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&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://cnas.ucr.edu/tags/department-nematology" hreflang="en"&gt;Department of Nematology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnas.ucr.edu/tags/simon-c-niels-groen" hreflang="en"&gt;Simon C. "Niels" Groen&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://cnas.ucr.edu/media/2024/11/26/your-skin-color-may-affect-how-well-medication-works-you-research-way-behind" data-a2a-title="Your skin color may affect how well a medication works for you — but the research is way behind"&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%2Fcnas.ucr.edu%2Fmedia%2F2024%2F11%2F26%2Fyour-skin-color-may-affect-how-well-medication-works-you-research-way-behind&amp;amp;title=Your%20skin%20color%20may%20affect%20how%20well%20a%20medication%20works%20for%20you%20%E2%80%94%20but%20the%20research%20is%20way%20behind"&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>Tue, 26 Nov 2024 16:46:40 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3758 at https://cnas.ucr.edu</guid>
    </item>
<item>
  <title>Skin tone may affect how drugs work, including those designed to help people stop smoking</title>
  <link>https://cnas.ucr.edu/media/2024/10/17/skin-tone-may-affect-how-drugs-work-including-those-designed-help-people-stop</link>
  <description>&lt;span&gt;Skin tone may affect how drugs work, including those designed to help people stop smoking&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-10-24T16:27:29-07:00" title="Thursday, October 24, 2024 - 16:27"&gt;Thu, 10/24/2024 - 16:27&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnas.ucr.edu/in-the-media"&gt;More CNAS in the Media&lt;/a&gt;
    
            Anna Edney | Bloomberg    
            &lt;time datetime="2024-10-17T12:00:00Z"&gt;October 17, 2024&lt;/time&gt;
    
            &lt;p&gt;BLOOMBERG - Many factors can affect how well a drug works: age, whether you’ve eaten, your weight and even drinking grapefruit juice. Recently, I learned skin color can also play a role.&lt;/p&gt;&lt;p&gt;Researchers at the University of California, Riverside, highlighted this last week in the journal Human Genomics and called for drugmakers to take steps to better understand the reaction between melanin, the substance that determines skin tone, and medications.&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Scientists Sophie Zaaijer and &lt;/strong&gt;&lt;a href="https://profiles.ucr.edu/simon.groen" target="_blank" title="Simon Groen"&gt;&lt;strong&gt;Simon Groen&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; from UC Riverside&lt;/strong&gt; laid out a cost-effective way drugmakers could investigate whether melanin affects these potential treatments. Hopefully they’ll listen.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.bloomberg.com/news/newsletters/2024-10-17/nicotine-patches-may-be-less-effective-in-black-people" target="_blank" title="Read the Full Article" aria-label="Read the Full Article"&gt;Read the Full Article&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&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://cnas.ucr.edu/tags/department-nematology" hreflang="en"&gt;Department of Nematology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnas.ucr.edu/tags/simon-c-niels-groen" hreflang="en"&gt;Simon C. "Niels" Groen&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://cnas.ucr.edu/media/2024/10/17/skin-tone-may-affect-how-drugs-work-including-those-designed-help-people-stop" data-a2a-title="Skin tone may affect how drugs work, including those designed to help people stop smoking"&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%2Fcnas.ucr.edu%2Fmedia%2F2024%2F10%2F17%2Fskin-tone-may-affect-how-drugs-work-including-those-designed-help-people-stop&amp;amp;title=Skin%20tone%20may%20affect%20how%20drugs%20work%2C%20including%20those%20designed%20to%20help%20people%20stop%20smoking"&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, 24 Oct 2024 23:27:29 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3734 at https://cnas.ucr.edu</guid>
    </item>
<item>
  <title>A poisonous diet gives these animals their own toxic defense</title>
  <link>https://cnas.ucr.edu/media/2024/06/12/poisonous-diet-gives-these-animals-their-own-toxic-defense</link>
  <description>&lt;span&gt;A poisonous diet gives these animals their own toxic defense&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-06-12T09:10:02-07:00" title="Wednesday, June 12, 2024 - 09:10"&gt;Wed, 06/12/2024 - 09:10&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnas.ucr.edu/in-the-media"&gt;More CNAS in the Media&lt;/a&gt;
    
            Brian Handwerk | Smithsonian Magazine    
            &lt;time datetime="2024-06-12T12:00:00Z"&gt;June 12, 2024&lt;/time&gt;
    
            &lt;p&gt;SMITHSONIAN MAGAZINE - You are what you eat, the old saying goes, and that holds true for many animals that regularly ingest poison. For certain species that feed on toxic fare like plants and insects, not only do the poisonous meals do these creatures no harm, but the consumers actually co-opt the toxins. They become poisonous themselves for protection from parasites or predators.&lt;/p&gt;&lt;p&gt;Monarch butterflies are beautiful backyard favorites—but they’re also toxic. Monarchs lay their eggs on milkweed plants, where caterpillars devour leaves containing poisonous cardiac glycosides compounds. The monarchs store these toxins in their own bodies to deter predators—and the insects’ appealing black and orange color signals this toxicity.&lt;/p&gt;&lt;p&gt;The monarchs evolved to digest the toxic plant through just a few key genetic mutations—ones that scientists have recently uncovered. Unfortunately for the butterflies, some of their predators, including black-headed grosbeaks and eastern deer mice, have also evolved mutations enabling them to devour the insects and tolerate the toxins.&lt;/p&gt;&lt;p&gt;“It looks like in this situation there might be an evolutionary arms race up the food chain,” says &lt;strong&gt;Simon Cornelis “Niels” Groen&lt;/strong&gt;, &lt;strong&gt;an evolutionary systems biologist at the University of California, Riverside&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.smithsonianmag.com/science-nature/a-poisonous-diet-gives-these-animals-their-own-toxic-defense-180984435/" target="_blank" title="Read the Full Article" aria-label="Read the Full Article"&gt;Read the Full Article&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&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://cnas.ucr.edu/tags/department-nematology" hreflang="en"&gt;Department of Nematology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnas.ucr.edu/tags/simon-c-niels-groen" hreflang="en"&gt;Simon C. "Niels" Groen&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://cnas.ucr.edu/media/2024/06/12/poisonous-diet-gives-these-animals-their-own-toxic-defense" data-a2a-title="A poisonous diet gives these animals their own toxic defense"&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%2Fcnas.ucr.edu%2Fmedia%2F2024%2F06%2F12%2Fpoisonous-diet-gives-these-animals-their-own-toxic-defense&amp;amp;title=A%20poisonous%20diet%20gives%20these%20animals%20their%20own%20toxic%20defense"&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>Wed, 12 Jun 2024 16:10:02 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3644 at https://cnas.ucr.edu</guid>
    </item>
<item>
  <title>RFK Jr. revealed he had a parasitic brain worm. Here’s what to know.</title>
  <link>https://cnas.ucr.edu/media/2024/05/08/rfk-jr-revealed-he-had-parasitic-brain-worm-heres-what-know</link>
  <description>&lt;span&gt;RFK Jr. revealed he had a parasitic brain worm. Here’s what to know.&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-05-09T10:40:38-07:00" title="Thursday, May 9, 2024 - 10:40"&gt;Thu, 05/09/2024 - 10:40&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnas.ucr.edu/in-the-media"&gt;More CNAS in the Media&lt;/a&gt;
    
            Fenit Nirappil | The Washington Post    
            &lt;time datetime="2024-05-08T12:00:00Z"&gt;May 08, 2024&lt;/time&gt;
    
            &lt;p&gt;THE WASHINGTON POST - Presidential candidate Robert F. Kennedy Jr. revealed that he was diagnosed with mercury poisoning around the same time doctors discovered a parasitic worm in his brain, adding to questions about cognitive fitness that have roiled the 2024 campaign.&lt;/p&gt;&lt;p&gt;“It’s not necessarily a problem right away to have this infection, but it’s really when the parasite is starting to die in the brain,” said &lt;strong&gt;Simon Groen, assistant professor of evolutionary systems biology at University of California at Riverside&lt;/strong&gt;, who has researched parasitic worms. “That’s when a lot of molecules are released from the parasite cells that brain cells can respond to with an innate immune response that causes inflammation. And that in turn can lead to neurological disorders like seizures.”&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.washingtonpost.com/health/2024/05/08/parasitic-brain-worm-rfk" target="_blank" title="Read the Article" aria-label="Read the Article"&gt;Read the Article&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&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://cnas.ucr.edu/tags/department-nematology" hreflang="en"&gt;Department of Nematology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnas.ucr.edu/tags/simon-c-niels-groen" hreflang="en"&gt;Simon C. "Niels" Groen&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://cnas.ucr.edu/media/2024/05/08/rfk-jr-revealed-he-had-parasitic-brain-worm-heres-what-know" data-a2a-title="RFK Jr. revealed he had a parasitic brain worm. Here’s what to know."&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%2Fcnas.ucr.edu%2Fmedia%2F2024%2F05%2F08%2Frfk-jr-revealed-he-had-parasitic-brain-worm-heres-what-know&amp;amp;title=RFK%20Jr.%20revealed%20he%20had%20a%20parasitic%20brain%20worm.%20Here%E2%80%99s%20what%20to%20know."&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, 09 May 2024 17:40:38 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3617 at https://cnas.ucr.edu</guid>
    </item>

  </channel>
</rss>
