<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://cnasscholarships.ucr.edu/">
  <channel>
    <title>Daniel Moen</title>
    <link>https://cnasscholarships.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Most known species evolved during 'explosions' of diversity, shows first analysis across 'tree of life'</title>
  <link>https://cnasscholarships.ucr.edu/media/2025/08/19/most-known-species-evolved-during-explosions-diversity-shows-first-analysis-across</link>
  <description>&lt;span&gt;Most known species evolved during 'explosions' of diversity, shows first analysis across 'tree of life'&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tomwt&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2025-08-20T09:02:33-07:00" title="Wednesday, August 20, 2025 - 09:02"&gt;Wed, 08/20/2025 - 09:02&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://cnasscholarships.ucr.edu/in-the-media"&gt;More CNAS in the Media&lt;/a&gt;
    
            Michiel Dijkstra | Frontiers    
            &lt;time datetime="2025-08-19T12:00:00Z"&gt;August 19, 2025&lt;/time&gt;
    
            &lt;p&gt;FRONTIERS - The British evolutionary biologist JBS Haldane is said to have quipped that any divine being evidently had ‘an ordinate fondness for beetles’. This bon mot conveyed an important truth: the ‘tree of life’ – the family tree of all species, living or extinct – is very uneven. In places, it resembles a dense thicket of short twigs; elsewhere it has only sparse but long branches. A few groups tend to predominate: as Haldane pointed out, more than 40% of extant insects are beetles, while 60% of birds are passerines, and more than 85% of plants are flowering plants.&lt;/p&gt;&lt;p&gt;But is such a concentration of species within a few exceptionally large groups a universal phenomenon of life on Earth? This question, important for our understanding of evolution and ecology, has long been the subject of controversy among biologists. But until recently, it was difficult to answer due to our poor knowledge of the number of species in existence, their evolutionary relationships, and the age of each group. But now, scientists in the US finally have provided an answer, published in Frontiers in Ecology and Evolution.&lt;/p&gt;&lt;p&gt;“Here we show for the first time that most living species do indeed belong to a limited number of rapid radiations: that is, they form groups with many species which evolved in a relatively short period of time,” said Dr John J. Wiens, a professor at the University of Arizona.&lt;/p&gt;&lt;p&gt;“Specifically, if we look among the kingdoms of life, among animal phyla, and among plant phyla, we find in each case that more than 80% of known species belong to the minority of groups with exceptionally high rates of species diversification.”&lt;/p&gt;&lt;p&gt;Wiens and his &lt;strong&gt;co-author &lt;/strong&gt;&lt;a href="https://profiles.ucr.edu/daniel.moen" target="_blank" title="Dr. Daniel Moen"&gt;&lt;strong&gt;Dr. Daniel Moen&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, an assistant professor at the University of California Riverside&lt;/strong&gt;, here analyzed the distribution of species richness and diversification rates across ‘clades’ – groups of species that each evolved from a single ancestor, such as phyla, classes, or families.&lt;/p&gt;&lt;p&gt;&lt;a class="btn-ucr" href="https://www.frontiersin.org/news/2025/08/20/frontiers-ecology-evolution-tree-of-life-rapid-radiation-the-rule" 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://cnasscholarships.ucr.edu/tags/department-evolution-ecology-and-organismal-biology" hreflang="en"&gt;Department of Evolution, Ecology and Organismal Biology&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="https://cnasscholarships.ucr.edu/tags/daniel-moen" hreflang="en"&gt;Daniel Moen&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://cnasscholarships.ucr.edu/media/2025/08/19/most-known-species-evolved-during-explosions-diversity-shows-first-analysis-across" data-a2a-title="Most known species evolved during 'explosions' of diversity, shows first analysis across 'tree of life'"&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%2Fcnasscholarships.ucr.edu%2Fmedia%2F2025%2F08%2F19%2Fmost-known-species-evolved-during-explosions-diversity-shows-first-analysis-across&amp;amp;title=Most%20known%20species%20evolved%20during%20%27explosions%27%20of%20diversity%2C%20shows%20first%20analysis%20across%20%27tree%20of%20life%27"&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, 20 Aug 2025 16:02:33 +0000</pubDate>
    <dc:creator>tomwt</dc:creator>
    <guid isPermaLink="false">3893 at https://cnasscholarships.ucr.edu</guid>
    </item>

  </channel>
</rss>
