<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://datascience.ucr.edu/">
  <channel>
    <title>events</title>
    <link>https://datascience.ucr.edu/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>The Proximal Distance Principle for Constrained Estimation</title>
  <link>https://datascience.ucr.edu/news/2024/05/24/proximal-distance-principle-constrained-estimation</link>
  <description>&lt;span&gt;The Proximal Distance Principle for Constrained Estimation&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tmaju002&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-05-28T07:46:13-07:00" title="Tuesday, May 28, 2024 - 07:46"&gt;Tue, 05/28/2024 - 07:46&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://datascience.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2024-05-24T12:00:00Z"&gt;May 24, 2024&lt;/time&gt;
    
            &lt;p&gt;Statistical methods often involve solving an optimization problem, such as in maximum likelihood estimation and regression. The addition of constraints, either to enforce a hard requirement in estimation or to regularize solutions, complicates matters. Fortunately, the rich theory of convex optimization provides ample tools for devising novel methods. In this talk, I present applications of distance-to-set penalties to statistical learning problems. Specifically, I will focus on proximal distance algorithms, based on the MM principle, tailored to various applications such as regression and discriminant analysis. Special emphasis is given to sparsity set constraints as a compromise between exhaustive combinatorial searches and lasso penalization methods that induce shrinkage.&lt;/p&gt;&lt;p&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/alandero"&gt;Dr. Alfonso Landeros&lt;/a&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://datascience.ucr.edu/tags/events" hreflang="en"&gt;events&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://datascience.ucr.edu/news/2024/05/24/proximal-distance-principle-constrained-estimation" data-a2a-title="The Proximal Distance Principle for Constrained Estimation"&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%2Fdatascience.ucr.edu%2Fnews%2F2024%2F05%2F24%2Fproximal-distance-principle-constrained-estimation&amp;amp;title=The%20Proximal%20Distance%20Principle%20for%20Constrained%20Estimation"&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, 28 May 2024 14:46:13 +0000</pubDate>
    <dc:creator>tmaju002</dc:creator>
    <guid isPermaLink="false">539 at https://datascience.ucr.edu</guid>
    </item>
<item>
  <title>Data-Efficient Deep Learning using Physics-Informed Neural Networks</title>
  <link>https://datascience.ucr.edu/news/2024/05/10/data-efficient-deep-learning-using-physics-informed-neural-networks</link>
  <description>&lt;span&gt;Data-Efficient Deep Learning using Physics-Informed Neural Networks&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tmaju002&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-05-28T07:39:37-07:00" title="Tuesday, May 28, 2024 - 07:39"&gt;Tue, 05/28/2024 - 07:39&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://datascience.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2024-05-10T12:00:00Z"&gt;May 10, 2024&lt;/time&gt;
    
            &lt;p&gt;A grand challenge with great opportunities is to develop a coherent framework that enables blending conservation laws, physical principles, and/or phenomenological behaviours expressed by differential equations with the vast data sets available in many fields of engineering, science, and technology. At the intersection of probabilistic machine learning, deep learning, and scientific computations, this work is pursuing the overall vision to establish promising new directions for harnessing the long-standing developments of classical methods in applied mathematics and mathematical physics to design learning machines with the ability to operate in complex domains without requiring large quantities of data. To materialize this vision, this work is exploring two complementary directions: (1) designing data-efficient learning machines capable of leveraging the underlying laws of physics, expressed by time dependent and non-linear differential equations, to extract patterns from high-dimensional data generated from experiments, and (2) designing novel numerical algorithms that can seamlessly blend equations and noisy multi-fidelity data, infer latent quantities of interest (e.g., the solution to a differential equation), and naturally quantify uncertainty in computations.&lt;/p&gt;&lt;p&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/maziarr"&gt;Dr. Maziar Raissi&lt;/a&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://datascience.ucr.edu/tags/events" hreflang="en"&gt;events&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://datascience.ucr.edu/news/2024/05/10/data-efficient-deep-learning-using-physics-informed-neural-networks" data-a2a-title="Data-Efficient Deep Learning using Physics-Informed Neural Networks"&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%2Fdatascience.ucr.edu%2Fnews%2F2024%2F05%2F10%2Fdata-efficient-deep-learning-using-physics-informed-neural-networks&amp;amp;title=Data-Efficient%20Deep%20Learning%20using%20Physics-Informed%20Neural%20Networks"&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, 28 May 2024 14:39:37 +0000</pubDate>
    <dc:creator>tmaju002</dc:creator>
    <guid isPermaLink="false">538 at https://datascience.ucr.edu</guid>
    </item>
<item>
  <title>Electronic Bee-Veterinarian: A Data Centric Approach to Monitor Honeybee Health</title>
  <link>https://datascience.ucr.edu/news/2024/04/26/electronic-bee-veterinarian-data-centric-approach-monitor-honeybee-health</link>
  <description>&lt;span&gt;Electronic Bee-Veterinarian: A Data Centric Approach to Monitor Honeybee Health&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tmaju002&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-05-28T07:34:51-07:00" title="Tuesday, May 28, 2024 - 07:34"&gt;Tue, 05/28/2024 - 07:34&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://datascience.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2024-04-26T12:00:00Z"&gt;April 26, 2024&lt;/time&gt;
    
            &lt;p&gt;Honeybees are vital for pollination and food production. Among many factors, extreme temperature (e.g., due to climate change) is particularly dangerous for bee health. Anticipating such extremities would allow beekeepers to take early preventive action. Thus, given sensor (temperature) time series data from beehives, how can we find patterns and do forecasting? Forecasting is crucial as it helps spot unexpected behavior and thus issue warnings to the beekeepers. In that case, what are the right models for forecasting? ARIMA, RNNs, or something else?&lt;/p&gt;&lt;p&gt;We propose the EBV (Electronic Bee-Veterinarian) method, which has the following desirable properties: (i) principled: it is based on a) diffusion equations from physics and b) control theory for feedback-loop controllers; (ii) effective: it works well on multiple, real-world time sequences, (iii) explainable: it needs only a handful of parameters (e.g., bee strength) that beekeepers can easily understand and trust, and (iv) scalable: it performs linearly in time. We applied our method to multiple real-world time sequences, and found that it yields accurate forecasting (up to 49% improvement in RMSE compared to baselines), and segmentation. Specifically, discontinuities detected by EBV mostly coincide with domain expert's opinions, showcasing our approach's potential and practical feasibility. Moreover, EBV is scalable and fast, taking about 20 minutes on a stock laptop for reconstructing two months of sensor data. (See paper at: &lt;a href="https://epubs.siam.org/doi/epdf/10.1137/1.9781611978032.34"&gt;https://epubs.siam.org/doi/epdf/10.1137/1.9781611978032.34&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Joint work with &lt;a href="http://www.cs.cmu.edu/~christos/"&gt;Christos Faloutsos (CMU),&lt;/a&gt; &lt;a href="https://profiles.ucr.edu/app/home/profile/borisbar"&gt;Boris Baer (UCR)&lt;/a&gt;, &lt;a href="https://profiles.ucr.edu/app/home/profile/hyoseung"&gt;Hyoseung Kim (UCR)&lt;/a&gt;, and &lt;a href="https://profiles.ucr.edu/app/home/profile/vtsotras"&gt;Vassilis Tsotras (UCR)&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://ciber.ucr.edu/mst-shamima-hossain"&gt;Mst. Shamima Hossain&lt;/a&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://datascience.ucr.edu/tags/events" hreflang="en"&gt;events&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://datascience.ucr.edu/news/2024/04/26/electronic-bee-veterinarian-data-centric-approach-monitor-honeybee-health" data-a2a-title="Electronic Bee-Veterinarian: A Data Centric Approach to Monitor Honeybee Health"&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%2Fdatascience.ucr.edu%2Fnews%2F2024%2F04%2F26%2Felectronic-bee-veterinarian-data-centric-approach-monitor-honeybee-health&amp;amp;title=Electronic%20Bee-Veterinarian%3A%20A%20Data%20Centric%20Approach%20to%20Monitor%20Honeybee%20Health"&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, 28 May 2024 14:34:51 +0000</pubDate>
    <dc:creator>tmaju002</dc:creator>
    <guid isPermaLink="false">537 at https://datascience.ucr.edu</guid>
    </item>
<item>
  <title>LAMBRETTA: Learning to Rank for Twitter Soft Moderation</title>
  <link>https://datascience.ucr.edu/news/2024/04/19/lambretta-learning-rank-twitter-soft-moderation</link>
  <description>&lt;span&gt;LAMBRETTA: Learning to Rank for Twitter Soft Moderation&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tmaju002&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-05-28T07:19:23-07:00" title="Tuesday, May 28, 2024 - 07:19"&gt;Tue, 05/28/2024 - 07:19&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://datascience.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2024-04-19T12:00:00Z"&gt;April 19, 2024&lt;/time&gt;
    
            &lt;p&gt;To curb the problem of false information, social media platforms like Twitter started adding warning labels to content discussing debunked narratives, with the goal of providing more context to their audiences. Unfortunately, these labels are not applied uniformly and leave large amounts of false content unmoderated. This talk presents LAMBRETTA, a system that automatically identifies tweets that are candidates for soft moderation using Learning To Rank (LTR). We run LAMBRETTA on Twitter data to moderate false claims related to the 2020 US Election and find that it flags over 20 times more tweets than Twitter, with only 3.93% false positives and 18.81% false negatives, outperforming alternative state-of-the-art methods based on keyword extraction and semantic search.&lt;/p&gt;&lt;p&gt;Overall, LAMBRETTA assists human moderators in identifying and flagging false information on social media (PDF: &lt;a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10179392"&gt;IEEE Xplore Full-Text PDF:&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/emiliand"&gt;Dr. Emiliano De Cristofaro&lt;/a&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://datascience.ucr.edu/tags/events" hreflang="en"&gt;events&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://datascience.ucr.edu/news/2024/04/19/lambretta-learning-rank-twitter-soft-moderation" data-a2a-title="LAMBRETTA: Learning to Rank for Twitter Soft Moderation"&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%2Fdatascience.ucr.edu%2Fnews%2F2024%2F04%2F19%2Flambretta-learning-rank-twitter-soft-moderation&amp;amp;title=LAMBRETTA%3A%20Learning%20to%20Rank%20for%20Twitter%20Soft%20Moderation"&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, 28 May 2024 14:19:23 +0000</pubDate>
    <dc:creator>tmaju002</dc:creator>
    <guid isPermaLink="false">536 at https://datascience.ucr.edu</guid>
    </item>
<item>
  <title>Charting the Future: Integrating Health Informatics into Undergraduate Medical Education</title>
  <link>https://datascience.ucr.edu/news/2024/04/12/charting-future-integrating-health-informatics-undergraduate-medical-education</link>
  <description>&lt;span&gt;Charting the Future: Integrating Health Informatics into Undergraduate Medical Education&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tmaju002&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-05-28T07:13:55-07:00" title="Tuesday, May 28, 2024 - 07:13"&gt;Tue, 05/28/2024 - 07:13&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://datascience.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2024-04-12T12:00:00Z"&gt;April 12, 2024&lt;/time&gt;
    
            &lt;p&gt;Digital information systems have become central to the practice of medicine over the last twenty years, and the next twenty years will bring even greater changes challenges, and benefits for physicians, patients, and health systems. While trends in AI, Big Data, and Digital Health indicate major changes on the horizon, health informatics platforms that derive data from clinical environments have already begun to change how physicians and public health research real-world clinical problems. In recognition of the value of these technologies, the American Medical Association has ascribed Health informatics a prominent place as a new competency in the field of Health Systems Science. As students begin their journey towards becoming physician leaders, they will need the knowledge, skills, and critical perspectives necessary to understand, use, and steward these technological systems even as they continue to evolve.&lt;/p&gt;&lt;p&gt;In this talk, I will describe the current need for health informatics education in undergraduate medical education (MD) programs, how these technologies can dovetail with the pressing need to standardize and improve research education in UME, and provide a demo of the TriNetX clinical data platform that will be available at UCR starting on April 15, 2024. Participant questions will be welcomed.&lt;/p&gt;&lt;p&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/danieln"&gt;Dr. Daniel Novak&lt;/a&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://datascience.ucr.edu/tags/events" hreflang="en"&gt;events&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://datascience.ucr.edu/news/2024/04/12/charting-future-integrating-health-informatics-undergraduate-medical-education" data-a2a-title="Charting the Future: Integrating Health Informatics into Undergraduate Medical Education"&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%2Fdatascience.ucr.edu%2Fnews%2F2024%2F04%2F12%2Fcharting-future-integrating-health-informatics-undergraduate-medical-education&amp;amp;title=Charting%20the%20Future%3A%20Integrating%20Health%20Informatics%20into%20Undergraduate%20Medical%20Education"&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, 28 May 2024 14:13:55 +0000</pubDate>
    <dc:creator>tmaju002</dc:creator>
    <guid isPermaLink="false">535 at https://datascience.ucr.edu</guid>
    </item>
<item>
  <title>Using AI to enhance FIB-SEM Image Segmentation For Cell Biology</title>
  <link>https://datascience.ucr.edu/news/2024/03/08/using-ai-enhance-fib-sem-image-segmentation-cell-biology</link>
  <description>&lt;span&gt;Using AI to enhance FIB-SEM Image Segmentation For Cell Biology&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tmaju002&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2024-05-28T07:09:20-07:00" title="Tuesday, May 28, 2024 - 07:09"&gt;Tue, 05/28/2024 - 07:09&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://datascience.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2024-03-08T12:00:00Z"&gt;March 08, 2024&lt;/time&gt;
    
            &lt;p&gt;Focused Ion Beam Scanning Electron Microscopy (FIB-SEM) has been improved to the point that nanoscale imaging of whole cell and even larger biological samples can now be reliably obtained. The science bottleneck now moves to processing these images to extract insights and knowledge. Librarians at UCR and Virginia Tech are working with microscopy and biomed researchers at Yale School of Medicine to segment cell organelles from recently acquired enhanced FIB-SEM images of mouse neurons. While we did not develop new machine-learning algorithms, practical AI work still requires smart strategies to apply these algorithms to their fullest effects. We will discuss these practical considerations, from ground truth labeling, training, and post-processing, and highlight the necessity to adapt machine-learning pipeline to the needs of the scientific drives.&lt;/p&gt;&lt;p&gt;This project showcases how librarians can be embedded and contribute to faculty research. UCR Library's Research Data Initiative is open to collaborate with UCR faculty on data intensive and AI assisted methods to directly help solve domain research problems. Come and learn about the UCR library's vision on this initiative, and solicit potential collaborative project ideas.&lt;/p&gt;&lt;p&gt;&lt;a href="https://www.zhiwuxie.com/"&gt;Dr. Zhiwu Xie&lt;/a&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://datascience.ucr.edu/tags/events" hreflang="en"&gt;events&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://datascience.ucr.edu/news/2024/03/08/using-ai-enhance-fib-sem-image-segmentation-cell-biology" data-a2a-title="Using AI to enhance FIB-SEM Image Segmentation For Cell Biology"&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%2Fdatascience.ucr.edu%2Fnews%2F2024%2F03%2F08%2Fusing-ai-enhance-fib-sem-image-segmentation-cell-biology&amp;amp;title=Using%20AI%20to%20enhance%20FIB-SEM%20Image%20Segmentation%20For%20Cell%20Biology"&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, 28 May 2024 14:09:20 +0000</pubDate>
    <dc:creator>tmaju002</dc:creator>
    <guid isPermaLink="false">534 at https://datascience.ucr.edu</guid>
    </item>
<item>
  <title>Dealing with Latent Pre-exposure to Information Treatments</title>
  <link>https://datascience.ucr.edu/news/2023/03/03/dealing-latent-pre-exposure-information-treatments</link>
  <description>&lt;span&gt;Dealing with Latent Pre-exposure to Information Treatments&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tmaju002&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2023-02-26T00:38:51-08:00" title="Sunday, February 26, 2023 - 00:38"&gt;Sun, 02/26/2023 - 00:38&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://datascience.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2023-03-03T12:00:00Z"&gt;March 03, 2023&lt;/time&gt;
    
            &lt;p&gt;In Social Sciences, many experiments rely on responses to information treatments. Experimental subjects in the treatment group receive some information that subjects in the control group don't. Often, the proportion of people in the treatment and control groups who were pre-exposed to the information is unknown and uncontrolled by the researchers. If that pre-exposure is ignored, it can bias the treatment effect estimation and lead to incorrect conclusions. I propose two estimation procedures for latent pre-exposure in this paper. One combines designed-based and model-based methods and relies on ancillary sampling and predictive probability of pre-exposure. The other is data-driven and relies on exploring latent effect heterogeneity using unsupervised learning methods and Dirichlet Process models. I compare both approaches using a real application to investigate public attitudes toward government tax policies to reduce economic inequality.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/diogof"&gt;Dr. Diogo Ferrari&lt;/a&gt;&lt;/p&gt;
&lt;quillbot-extension-portal&gt;&lt;/quillbot-extension-portal&gt;&lt;quillbot-extension-portal&gt;&lt;/quillbot-extension-portal&gt;    &lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://datascience.ucr.edu/tags/events" hreflang="en"&gt;events&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://datascience.ucr.edu/news/2023/03/03/dealing-latent-pre-exposure-information-treatments" data-a2a-title="Dealing with Latent Pre-exposure to Information Treatments"&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%2Fdatascience.ucr.edu%2Fnews%2F2023%2F03%2F03%2Fdealing-latent-pre-exposure-information-treatments&amp;amp;title=Dealing%20with%20Latent%20Pre-exposure%20to%20Information%20Treatments"&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, 26 Feb 2023 08:38:51 +0000</pubDate>
    <dc:creator>tmaju002</dc:creator>
    <guid isPermaLink="false">524 at https://datascience.ucr.edu</guid>
    </item>
<item>
  <title>Machine Learning Guided Modeling of Ligand-Protein Binding Energy Landscape: Applications in Small Molecule and Protein-based Drug Design.</title>
  <link>https://datascience.ucr.edu/news/2023/02/17/machine-learning-guided-modeling-ligand-protein-binding-energy-landscape</link>
  <description>&lt;span&gt;Machine Learning Guided Modeling of Ligand-Protein Binding Energy Landscape: Applications in Small Molecule and Protein-based Drug Design.&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tmaju002&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2023-02-26T00:35:20-08:00" title="Sunday, February 26, 2023 - 00:35"&gt;Sun, 02/26/2023 - 00:35&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://datascience.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2023-02-17T12:00:00Z"&gt;February 17, 2023&lt;/time&gt;
    
            &lt;p&gt;Molecules in cells constantly move. The motions of proteins in living cells can be simple fluctuations or functional. Therefore, investigating protein dynamics is crucial for understanding protein function and for accurately compute ligand-protein binding free energy landscape. Because experimental structures are static conformations, classical or enhanced molecular dynamics (MD) simulations are commonly used for conformational sampling. Machine/deep learning approaches can then be used to analyze MD results and assist conformational sampling and energy calculations.&lt;/p&gt;

&lt;p&gt;In this presentation, we will focus on modeling ligand-receptor binding/unbinding pathways to compute protein-drug binding thermodynamics and kinetics for drug development. We will show the binding free energy landscape constructed by Binding Kinetics Toolkit (BKiT), a program using post-analysis, principal component analysis and milestoning theory to predict drug binding kinetics. We will also discuss use of machine learning and deep learning to enhance protein conformational sampling to model protein conformational transition and other applications.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/chiaenc"&gt;Dr. Chia-en Chang&lt;/a&gt;&lt;/p&gt;
&lt;quillbot-extension-portal&gt;&lt;/quillbot-extension-portal&gt;&lt;quillbot-extension-portal&gt;&lt;/quillbot-extension-portal&gt;    &lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://datascience.ucr.edu/tags/events" hreflang="en"&gt;events&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://datascience.ucr.edu/news/2023/02/17/machine-learning-guided-modeling-ligand-protein-binding-energy-landscape" data-a2a-title="Machine Learning Guided Modeling of Ligand-Protein Binding Energy Landscape: Applications in Small Molecule and Protein-based Drug Design."&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%2Fdatascience.ucr.edu%2Fnews%2F2023%2F02%2F17%2Fmachine-learning-guided-modeling-ligand-protein-binding-energy-landscape&amp;amp;title=Machine%20Learning%20Guided%20Modeling%20of%20Ligand-Protein%20Binding%20Energy%20Landscape%3A%20Applications%20in%20Small%20Molecule%20and%20Protein-based%20Drug%20Design."&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, 26 Feb 2023 08:35:20 +0000</pubDate>
    <dc:creator>tmaju002</dc:creator>
    <guid isPermaLink="false">523 at https://datascience.ucr.edu</guid>
    </item>
<item>
  <title>Some Thoughts on Data Science - Population Health Collaborations.</title>
  <link>https://datascience.ucr.edu/news/2023/02/10/some-thoughts-data-science-population-health-collaborations</link>
  <description>&lt;span&gt;Some Thoughts on Data Science - Population Health Collaborations.&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tmaju002&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2023-02-26T00:28:51-08:00" title="Sunday, February 26, 2023 - 00:28"&gt;Sun, 02/26/2023 - 00:28&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://datascience.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2023-02-10T12:00:00Z"&gt;February 10, 2023&lt;/time&gt;
    
            &lt;p&gt;Data science involves the application of knowledge from the fields of computer science (on how to manage data) and statistics (on how to analyze data) to solve theoretical and practical problems. The field of population health involves investigation of health outcomes, patterns of health determinants, and policies and interventions that link them (Kindig and Stoddart, 2003). Data science and population health have a natural affinity. This talk will explore this affinity, including potential avenues for realizing its potential. Special reference will be made to opportunities at UCR for collaborations of data scientists and population health scholars involving research, teaching, and service.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/mwolfson"&gt;Dr. Mark Wolfson&lt;/a&gt;&lt;/p&gt;
&lt;quillbot-extension-portal&gt;&lt;/quillbot-extension-portal&gt;&lt;quillbot-extension-portal&gt;&lt;/quillbot-extension-portal&gt;&lt;quillbot-extension-portal&gt;&lt;/quillbot-extension-portal&gt;&lt;quillbot-extension-portal&gt;&lt;/quillbot-extension-portal&gt;    &lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://datascience.ucr.edu/tags/events" hreflang="en"&gt;events&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://datascience.ucr.edu/news/2023/02/10/some-thoughts-data-science-population-health-collaborations" data-a2a-title="Some Thoughts on Data Science - Population Health Collaborations."&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%2Fdatascience.ucr.edu%2Fnews%2F2023%2F02%2F10%2Fsome-thoughts-data-science-population-health-collaborations&amp;amp;title=Some%20Thoughts%20on%20Data%20Science%20-%20Population%20Health%20Collaborations."&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, 26 Feb 2023 08:28:51 +0000</pubDate>
    <dc:creator>tmaju002</dc:creator>
    <guid isPermaLink="false">522 at https://datascience.ucr.edu</guid>
    </item>
<item>
  <title>Remote Sensing of plant and soil for precision agriculture</title>
  <link>https://datascience.ucr.edu/news/2023/02/03/remote-sensing-plant-and-soil-precision-agriculture</link>
  <description>&lt;span&gt;Remote Sensing of plant and soil for precision agriculture&lt;/span&gt;
&lt;span&gt;&lt;span&gt;tmaju002&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;time datetime="2023-02-02T11:51:50-08:00" title="Thursday, February 2, 2023 - 11:51"&gt;Thu, 02/02/2023 - 11:51&lt;/time&gt;
&lt;/span&gt;

            &lt;a href="https://datascience.ucr.edu/news"&gt;More News&lt;/a&gt;
    
            &lt;time datetime="2023-02-03T12:00:00Z"&gt;February 03, 2023&lt;/time&gt;
    
            &lt;p&gt;Agricultural systems are often characterized by high spatial and temporal variability in the factors that determine crop yield. In particular, the variability of soil and other environmental factors affecting yield are notoriously hard to characterize at very high spatial resolution. Recent high-resolution satellites (e.g., Sentinel and PlanetScope) may be useful tools for monitoring crops and environmental factors in agriculture. This talk will describe recent research in Scudiero’s Lab on remote sensing of soil moisture and on the determination of crop salinity tolerance in crops using high-resolution satellite data. The talk will include an overview of research gaps and opportunities for the use of data science in agricultural research.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://profiles.ucr.edu/app/home/profile/elias"&gt;Dr. Elia Scudiero&lt;/a&gt;&lt;/p&gt;
&lt;quillbot-extension-portal&gt;&lt;/quillbot-extension-portal&gt;&lt;quillbot-extension-portal&gt;&lt;/quillbot-extension-portal&gt;    &lt;div class="tags-title"&gt;Tags&lt;/div&gt;
  &lt;div class="tags-list"&gt;
          &lt;div&gt;&lt;a href="https://datascience.ucr.edu/tags/events" hreflang="en"&gt;events&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://datascience.ucr.edu/news/2023/02/03/remote-sensing-plant-and-soil-precision-agriculture" data-a2a-title="Remote Sensing of plant and soil for precision agriculture"&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%2Fdatascience.ucr.edu%2Fnews%2F2023%2F02%2F03%2Fremote-sensing-plant-and-soil-precision-agriculture&amp;amp;title=Remote%20Sensing%20of%20plant%20and%20soil%20for%20precision%20agriculture"&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, 02 Feb 2023 19:51:50 +0000</pubDate>
    <dc:creator>tmaju002</dc:creator>
    <guid isPermaLink="false">521 at https://datascience.ucr.edu</guid>
    </item>

  </channel>
</rss>
