<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="https://community.wolfram.com">
    <title>Community RSS Feed</title>
    <link>https://community.wolfram.com</link>
    <description>RSS Feed for Wolfram Community showing any discussions tagged with Education sorted by active.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3678548" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3678635" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3674222" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3670605" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3657263" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3665842" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3663446" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3651250" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3660024" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3601488" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3649769" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3646965" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3641315" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2593151" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3644671" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3444204" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3641306" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3637932" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3639273" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3636073" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3678548">
    <title>[WSG77] Daily Study Group: Differential Equations (begins April 13)</title>
    <link>https://community.wolfram.com/groups/-/m/t/3678548</link>
    <description>Please join us in a study group devoted to differential equations that begins **Monday, April 13**. This study group will meet daily, Monday to Friday, over the next two weeks. We will share the excellent lesson videos from the Wolfram U course &amp;#034;Introduction to Differential Equations.&amp;#034; The study group sessions will include time for exercises, discussion and Q&amp;amp;A. This study group will help you achieve the course completion **certificate** for the &amp;#034;Introduction to Differential Equations&amp;#034; course after you complete the course quizzes.&#xD;
&#xD;
&amp;gt;[**REGISTER HERE**][1]&#xD;
&#xD;
![enter image description here][2]&#xD;
&#xD;
&#xD;
  [1]: https://www.bigmarker.com/series/intro-to-differential-equations/series_details&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=image-2026-03-20T22-14-17Z.png&amp;amp;userId=20103</description>
    <dc:creator>Luke Titus</dc:creator>
    <dc:date>2026-04-08T20:24:18Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3678635">
    <title>Compression and recompression of JPEG: stability, artifacts, and iterative image collapse</title>
    <link>https://community.wolfram.com/groups/-/m/t/3678635</link>
    <description>![Compression and recompression of JPEG: stability, artifacts, and iterative image collapse][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Recompression.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/18a64de8-1a94-472a-aaeb-3f9efb87bccf</description>
    <dc:creator>Flip Phillips</dc:creator>
    <dc:date>2026-04-08T18:34:26Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3674222">
    <title>Build your own spectrogram and noise remover from scratch</title>
    <link>https://community.wolfram.com/groups/-/m/t/3674222</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/4dcf93ed-d510-4c9d-942b-f6fa8a951ecd</description>
    <dc:creator>Jana Rusrus</dc:creator>
    <dc:date>2026-04-04T17:10:12Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3670605">
    <title>Privacy-Aware LLM integration for Wolfram</title>
    <link>https://community.wolfram.com/groups/-/m/t/3670605</link>
    <description>I work at a university and handle data--such as student grades--that institutional policy prohibits from being sent to cloud-based LLMs. However, the built-in Notebook Assistant automatically sends notebook data to cloud LLMs without distinction.&#xD;
&#xD;
To address this, I prototyped a framework that assigns privacy levels to notebook data, separating what must remain confidential from what can safely be sent to the cloud, and processes them accordingly via Claude Code. Or rather, I had Claude Code build it for me.&#xD;
&#xD;
The goal is to route confidential data to a local LLM (via LM Studio) while letting Claude Code handle everything else. I have only been developing and testing on Windows, and since the package invokes the Claude Code CLI directly, modifications will almost certainly be required for macOS and Linux environments.&#xD;
&#xD;
##Installation&#xD;
&#xD;
###Prerequisites&#xD;
&#xD;
Claude Code CLI -- Download and install from the official site.&#xD;
&#xD;
    (* Verify installation *)&#xD;
    ClaudeCommand[&amp;#034;--version&amp;#034;]&#xD;
&#xD;
Node.js -- Download and install the latest LTS version from the official Node.js site.&#xD;
&#xD;
Running the `claude` command in your terminal will launch an interactive login flow--just follow the on-screen instructions to complete authentication.&#xD;
&#xD;
###Setting Up in Mathematica&#xD;
&#xD;
After launching Mathematica, define `$packageDirectory` as your preferred directory and add it to the path:&#xD;
&#xD;
    $packageDirectory = &amp;#034;...&amp;#034;; &#xD;
    AppendTo[\$Path, $packageDirectory];&#xD;
&#xD;
Then download the files and folders from the following repositories and place them in `$packageDirectory`:&#xD;
&#xD;
https://github.com/transreal/claudecode  &#xD;
https://github.com/transreal/NBAccess&#xD;
&#xD;
Load the package with:&#xD;
&#xD;
    $CharacterEncoding = &amp;#034;UTF-8&amp;#034;;&#xD;
    &amp;lt;&amp;lt; claudecode.wl&#xD;
&#xD;
##Basic Usage&#xD;
&#xD;
The two main entry points are:&#xD;
&#xD;
`ClaudeQuery` -- primarily for obtaining results as values (default: `AutoEvaluate -&amp;gt; False`)  &#xD;
`ClaudeEval` -- primarily for generating and executing expressions (default: `AutoEvaluate -&amp;gt; True`)&#xD;
&#xD;
You can ask questions freely, and the system will generally give you reasonable answers:&#xD;
&#xD;
    ClaudeQuery[&amp;#034;How do I use claudecode?&amp;#034;]&#xD;
    &#xD;
    ClaudeQuery[&amp;#034;How do I configure data confidentiality settings?&amp;#034;]&#xD;
&#xD;
A helper palette called &amp;#034;Claude Code&amp;#034; is also installed automatically for convenient access to common operations.</description>
    <dc:creator>Katsunobu Imai</dc:creator>
    <dc:date>2026-03-26T22:36:19Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3657263">
    <title>Wolfram U Webinar Series: Using Computation in Your Research and Teaching</title>
    <link>https://community.wolfram.com/groups/-/m/t/3657263</link>
    <description>![Wolfram U Webinar Series: Using Computation in Your Research and Teaching][1]&#xD;
&#xD;
We are excited to launch our new webinar series: Using Computation in Your Research and Teaching!&#xD;
&#xD;
For 70 years we&amp;#039;ve had programming languages---which are all based on telling computers, in their terms, what to do. Now we have something much bigger and broader: computational language. &#xD;
Wolfram Language, the ultimate computational language, lets us to create a &amp;#034;computational X&amp;#034; for all imaginable fields X.&#xD;
&#xD;
This webinar series is inspired by this concept, that we can take any field and operationalize it in computational terms!&#xD;
We want to show you, whether you are a researcher, professional, or student, how you can inject modern computation into your field, and equip yourself with the computational superpowers that Wolfram Language provides.&#xD;
&#xD;
Each session will be 1 hour, and will interactively guide you through thought-provoking explorations designed for a wide range of technical abilities.&#xD;
&#xD;
The series **begins on Thursday 12th March 2026**, so be sure to sign up to a session (or a few) quickly!&#xD;
&#xD;
- Thursday, March 12, 2026 11am-12pm CT (4--5pm GMT) - Computational Physics and Astrophysics with Wolfram Language&#xD;
&#xD;
- Thursday, March 19, 2026 11am-12pm CT (4--5pm GMT) - Engineering Computation with Wolfram Language&#xD;
&#xD;
- Thursday, March 26, 2026 11am-12pm CT (4--5pm GMT) - Computational Social Science with Wolfram Language&#xD;
&#xD;
- Tuesday, April 7, 2026 11am-12pm CT (5--6pm BST) - Computational Economics with Wolfram Language&#xD;
&#xD;
- Tuesday, April 14, 2026  11am-12pm CT (5--6pm BST) - Mathematics Computation with Wolfram Language&#xD;
&#xD;
- Tuesday, April 21, 2026  11am-12pm CT (5--6pm BST) - Computational Chemistry and Bioscience with Wolfram Language&#xD;
&#xD;
Why join?&#xD;
&#xD;
- Ask questions directly to the Wolfram developers who make use of this powerful computation every day&#xD;
&#xD;
- Gain hands-on experience in applying computation to your field&#xD;
&#xD;
- Receive a recording directly to your inbox even if you can&amp;#039;t attend live&#xD;
&#xD;
Check out the series and sign up for individual sessions **[here](https://www.bigmarker.com/series/using-computation-mar-apr-2026/series_details)**. All sessions will start at 11AM Central Time.&#xD;
&#xD;
We hope to see you there. In the meantime, check out Stephen Wolfram&amp;#039;s **[blog post](https://writings.stephenwolfram.com/2023/10/how-to-think-computationally-about-ai-the-universe-and-everything/)** and **[TED Talk](https://www.ted.com/talks/stephen_wolfram_how_to_think_computationally_about_ai_the_universe_and_everything)** which explores this concept of &amp;#039;Computational X&amp;#039;.&#xD;
&#xD;
![Wolfram U][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Usingcomputationinresearchandteaching.png&amp;amp;userId=20103&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=WolframUBanner.jpeg&amp;amp;userId=20103</description>
    <dc:creator>Joseph Brennan</dc:creator>
    <dc:date>2026-03-11T21:54:41Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3665842">
    <title>[BOOK] Laplace Transforms in Theory and Practice: A Computational Approach now available</title>
    <link>https://community.wolfram.com/groups/-/m/t/3665842</link>
    <description>![Laplace Transforms in Theory and Practice: A Computational Approach][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=LaplaceTransformsinTheoryandPractice.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/516aa775-f05e-41c0-b73f-b0a80b0008e3</description>
    <dc:creator>Juan Ortiz</dc:creator>
    <dc:date>2026-03-18T13:44:54Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3663446">
    <title>The Ruliad concept: some ideas and observations</title>
    <link>https://community.wolfram.com/groups/-/m/t/3663446</link>
    <description>![The Ruliad concept: some ideas and observations][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=TheRuliadconceptsomeideasandexamples.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/db1cd65f-d494-49cb-8414-bcaed8b4ffef</description>
    <dc:creator>Denis Ivanov</dc:creator>
    <dc:date>2026-03-17T04:57:25Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3651250">
    <title>Computational dynamics of the classical and perturbed circular restricted three-body problem</title>
    <link>https://community.wolfram.com/groups/-/m/t/3651250</link>
    <description>![Computational dynamics of the classical and perturbed circular restricted three-body problem][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=10346hero.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/f37e309d-f41e-45e5-a952-bb2953a400c4</description>
    <dc:creator>Akram Masoud</dc:creator>
    <dc:date>2026-03-06T16:49:26Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3660024">
    <title>Building an audio effects pipeline in Wolfram language</title>
    <link>https://community.wolfram.com/groups/-/m/t/3660024</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/9f4999ac-49ef-427f-ae84-87f00ee39f73</description>
    <dc:creator>Jana Rusrus</dc:creator>
    <dc:date>2026-03-13T14:50:35Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3601488">
    <title>[WSG26] Daily Study Group: Computational Food and Nutrition</title>
    <link>https://community.wolfram.com/groups/-/m/t/3601488</link>
    <description>A Wolfram U Daily Study Group on computational food and nutrition begins on February 23, 2026.&#xD;
&#xD;
Join me and fellow food and nutrition enthusiasts to learn how to compute, analyze and visualize data from Wolfram Language&amp;#039;s built-in knowledgebase of foods. Our topics for the study group include easy-to-use nutrition data retrieval and analysis tools, nutrient comparison plots and visualizations, statistical analysis of nutrition data, recipe management with LLMs, and food chemistry and physics with curated data and built-in formulas.&#xD;
&#xD;
No prior Wolfram Language experience is required.&#xD;
&#xD;
Please feel free to use this thread to collaborate and share ideas, materials and links to other resources with fellow learners.&#xD;
&#xD;
**Dates**&#xD;
&#xD;
February 23-27, 2026 (Monday through Friday), 11am-12pm CT (5-6pm GMT)&#xD;
&#xD;
&amp;gt; [**REGISTER HERE**][1]&#xD;
&#xD;
&#xD;
I hope to see you there!&#xD;
&#xD;
![enter image description here][2]&#xD;
&#xD;
&#xD;
  [1]: https://www.bigmarker.com/series/computational-food-and-nutrition-wsg75/series_details?utm_bmcr_source=community&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=4505hero.png&amp;amp;userId=20103</description>
    <dc:creator>Gay Wilson</dc:creator>
    <dc:date>2026-01-06T00:18:12Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3649769">
    <title>[BOOK] Special Functions: A Computational Approach now available in Wolfram Notebook format</title>
    <link>https://community.wolfram.com/groups/-/m/t/3649769</link>
    <description>![Special Functions: A Computational Approach now available in Wolfram Notebook format][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=SpecialFunctionsAComputationalApproachnowavailableinWolframNotebookformat.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/4a2dc2d7-e361-4e5e-9336-8922f7cde0a3</description>
    <dc:creator>Tigran Ishkhanyan</dc:creator>
    <dc:date>2026-03-05T13:10:41Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3646965">
    <title>Visualizing sound: audio analysis with Wolfram</title>
    <link>https://community.wolfram.com/groups/-/m/t/3646965</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/4f0a4ff2-ffad-46b5-ab11-ba4964d1a296</description>
    <dc:creator>Jana Rusrus</dc:creator>
    <dc:date>2026-02-28T15:27:16Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3641315">
    <title>Ocean color calculus image integration NASA MODIS-aqua satellite part 2-α9.0</title>
    <link>https://community.wolfram.com/groups/-/m/t/3641315</link>
    <description>![Ocean color calculus image integration NASA MODIS-aqua satellite part 2-α9.0][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=OceancolorcalculusimageintegrationNASAMODIS-aquasatellitepart2-%CE%B19.0.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/789fed36-a288-473b-8115-2cde1320d405</description>
    <dc:creator>Dara Shayda</dc:creator>
    <dc:date>2026-02-18T05:41:22Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2593151">
    <title>⭐ [R&amp;amp;DL] Wolfram R&amp;amp;D Developers on LIVE Stream</title>
    <link>https://community.wolfram.com/groups/-/m/t/2593151</link>
    <description>**Introducing our brand new YouTube channel, [Wolfram R&amp;amp;D][1]! Our channel features livestreams, behind-the-scenes creator presentations, insider videos, and more.**&#xD;
&#xD;
----------&#xD;
&#xD;
Join us for the unique Wolfram R&amp;amp;D livestreams on [Twitch][2] and [YouTube][3] led by our developers! &#xD;
&#xD;
You will see **LIVE** stream indicators on these channels on the dates listed below. The live streams provide tutorials and behind the scenes look at Mathematica and the Wolfram Language directly from developers.&#xD;
&#xD;
Join our livestreams every Wednesday at 11 AM CST and interact with developers who work on data science, machine learning, image processing, visualization, geometry, and other areas.&#xD;
&#xD;
&#xD;
----------&#xD;
&#xD;
&#xD;
⭕ **UPCOMING** EVENTS&#xD;
&#xD;
&#xD;
- Jan 29 -- Reinforcement Learning Applied to Feedback Control with [Suba Thomas][61]&#xD;
&#xD;
----------&#xD;
&#xD;
&#xD;
✅ **PAST** EVENTS  &#xD;
&#xD;
&#xD;
- April 24 -- [FeynCalc][60]&#xD;
- April 3 -- [Explore the Total Solar Eclipse of April 2024][59]&#xD;
- Mar 22 -- [20 Years of xAct Tensor Computer Algebra][58] &#xD;
- Feb 28 -- [Zero Knowledge Authentication][57]&#xD;
- Jan 17 -- [Nutrients by the Numbers][56]&#xD;
- Dec 13 -- [Understanding Graphics][55]&#xD;
- Oct 18 -- [Overview of Number Theory][54]&#xD;
- Sep 27 -- [QMRITools: Processing Quantitative MRI Data][52]&#xD;
- Sep 13 -- [Make High Quality Graph Visualization][51]&#xD;
- Sep 6 -- [Insider&amp;#039;s View of Graphs &amp;amp; Networks][53]&#xD;
- Aug 30 -- [Labeling Everywhere][49]&#xD;
- Aug 22 -- [Equation Generator for Equation-of-Motion Coupled Cluster Assisted by CAS][48]&#xD;
- Aug 16 -- [Foreign Function Interface][4]&#xD;
- July 26 -- [Modeling Fluid Circuits][6]&#xD;
- July 19 -- [Geocomputation][5]&#xD;
- July 5 -- [Protein Visualization][7]&#xD;
- Jun 14 -- [Chat Notebooks bring the power of Notebooks to LLMs][8]&#xD;
- May 31-- [Probability and Statistics: Random Sampling][9]&#xD;
- May 24 -- [Problem Solving][10]&#xD;
- May 17 -- [The state of Optimization][11]&#xD;
- May 10 -- [Building a video game with Wolfram notebooks][12]&#xD;
- April 26 -- [Control Systems: An Overview][13]&#xD;
- April 19 -- [MaXrd: A crystallography package developed for research support][14]&#xD;
- April 5th -- [Relational database in the Wolfram Language][15]&#xD;
- Mar 29th -- [Build your first game in the Wolfram Language with Unity game engine] [16]&#xD;
- Mar 22nd -- [Everything to know about Mellin-Barnes Integrals - Part II][17]&#xD;
- Mar 15th -- [Building your own Shakespearean GPT - a ChatGPT like GPT model][18]&#xD;
- Mar 8th -- [Understand Time, Date and Calendars][19]&#xD;
- Mar 1st -- [Introducing Astro Computation][20]&#xD;
- Feb 22nd -- [Latest features in System Modeler][21]&#xD;
- Feb 15th -- [Everything to know about Mellin-Barnes Integrals][22]&#xD;
- Feb 8th -- [Dive into Video Processing][23]&#xD;
- Feb 1st -- [PDE Modeling][24]&#xD;
- Jan. 25th -- [Ask Integration Questions to Oleg Marichev][25]&#xD;
- Jan. 18th -- [My Developer Tools][26]&#xD;
- Jan. 11th -- [Principles of Dynamic Interfaces][27]&#xD;
- Dec. 14th -- [Wolfram Resource System: Repositories &amp;amp; Archives][28]&#xD;
- Dec. 7th -- [Inner Workings of ImageStitch: Image Registration, Projection and Blending][29]&#xD;
- Nov. 30th -- [Q&amp;amp;A for Calculus and Algebra][30]&#xD;
- Nov. 23rd -- [xAct: Efficient Tensor Computer Algebra][31]&#xD;
- Nov. 16th -- [Latest in Machine Learning][32]&#xD;
- Nov. 9th -- [Computational Geology][33]&#xD;
- Nov. 2nd -- [Behind the Scenes at the Wolfram Technology Conference 2022][34]&#xD;
- Oct 26th -- [Group Theory Package (GTPack) and Symmetry Principles in Condensed Matter][35]&#xD;
- Oct 12th -- [Tree Representation for XML, JSON and Symbolic Expressions][36]&#xD;
- Oct. 5th -- [A Computational Exploration of Alcoholic Beverages][37]&#xD;
- Sept. 28th -- [Q&amp;amp;A with Visualization &amp;amp; Graphics Developers][38]&#xD;
- Sept. 14th -- [Paclet Development][39]&#xD;
- Sept. 7th -- [Overview of Chemistry][40]&#xD;
- Aug. 24th -- [Dive into Visualization][41]  &#xD;
- Aug. 17th -- [Latest in Graphics &amp;amp; Shaders][42]   &#xD;
- Aug. 10th -- [What&amp;#039;s new in Calculus &amp;amp; Algebra][43]   &#xD;
&#xD;
&#xD;
&#xD;
&#xD;
&#xD;
&amp;gt; **What are your interests? Leave a comment here on this post to share your favorite topic suggestions for our livestreams.**  &#xD;
**Follow us on our live broadcasting channels [Twitch][44] and [YouTube][45] and for the up-to-date announcements on our social media: [Facebook][46] and [Twitter][47].**&#xD;
&#xD;
&#xD;
  [1]: https://wolfr.am/1eatWLcDA&#xD;
  [2]: https://www.twitch.tv/wolfram&#xD;
  [3]: https://wolfr.am/1eatWLcDA&#xD;
  [4]: https://www.youtube.com/watch?v=C82NHpy7D6k&#xD;
  [5]: https://community.wolfram.com/groups/-/m/t/2985580&#xD;
  [6]: https://community.wolfram.com/groups/-/m/t/2982197&#xD;
  [7]: https://community.wolfram.com/groups/-/m/t/2982114&#xD;
  [8]: https://youtu.be/ZqawtrWwE0c&#xD;
  [9]: https://community.wolfram.com/groups/-/m/t/2946101&#xD;
  [10]: https://community.wolfram.com/groups/-/m/t/2925156&#xD;
  [11]: https://community.wolfram.com/groups/-/m/t/2921756&#xD;
  [12]: https://community.wolfram.com/groups/-/m/t/2918746&#xD;
  [13]: https://community.wolfram.com/groups/-/m/t/2917597&#xD;
  [14]: https://community.wolfram.com/groups/-/m/t/2911327&#xD;
  [15]: https://community.wolfram.com/groups/-/m/t/2907390&#xD;
  [16]: https://community.wolfram.com/groups/-/m/t/2921593&#xD;
  [17]: https://community.wolfram.com/groups/-/m/t/2861119&#xD;
  [18]: https://community.wolfram.com/groups/-/m/t/2847286&#xD;
  [19]: https://community.wolfram.com/groups/-/m/t/2851575&#xD;
  [20]: https://community.wolfram.com/groups/-/m/t/2852934&#xD;
  [21]: https://community.wolfram.com/groups/-/m/t/2842136&#xD;
  [22]: https://community.wolfram.com/groups/-/m/t/2838335&#xD;
  [23]: https://community.wolfram.com/groups/-/m/t/2827166&#xD;
  [24]: https://community.wolfram.com/groups/-/m/t/2823264&#xD;
  [25]: https://community.wolfram.com/groups/-/m/t/2821053&#xD;
  [26]: https://youtu.be/istKGqpDUsw&#xD;
  [27]: https://community.wolfram.com/groups/-/m/t/2777853&#xD;
  [28]: https://youtu.be/roCkXVkDuLA&#xD;
  [29]: https://youtu.be/pYHAz-NatXI&#xD;
  [30]: https://youtu.be/r7Hjdr_D7c4&#xD;
  [31]: https://community.wolfram.com/groups/-/m/t/2713818&#xD;
  [32]: https://community.wolfram.com/groups/-/m/t/2705779&#xD;
  [33]: https://community.wolfram.com/groups/-/m/t/2701172&#xD;
  [34]: https://youtu.be/UrM-OBu3H9o&#xD;
  [35]: https://community.wolfram.com/groups/-/m/t/2678940&#xD;
  [36]: https://community.wolfram.com/groups/-/m/t/2649407&#xD;
  [37]: https://community.wolfram.com/groups/-/m/t/2635049&#xD;
  [38]: https://community.wolfram.com/groups/-/m/t/2618033&#xD;
  [39]: https://community.wolfram.com/groups/-/m/t/2616863&#xD;
  [40]: https://community.wolfram.com/groups/-/m/t/2613617&#xD;
  [41]: https://community.wolfram.com/groups/-/m/t/2605432&#xD;
  [42]: https://community.wolfram.com/groups/-/m/t/2600997&#xD;
  [43]: https://community.wolfram.com/groups/-/m/t/2596451&#xD;
  [44]: https://www.twitch.tv/wolfram&#xD;
  [45]: https://wolfr.am/1eatWLcDA&#xD;
  [46]: https://www.facebook.com/wolframresearch&#xD;
  [47]: https://twitter.com/WolframResearch&#xD;
  [48]: https://www.youtube.com/live/ElP55ZILxPw?si=nsAPOQ3u-RbvuGKX&#xD;
  [49]: https://community.wolfram.com/groups/-/m/t/3007543&#xD;
  [50]: https://community.wolfram.com/web/charlesp&#xD;
  [51]: https://community.wolfram.com/groups/-/m/t/3019288&#xD;
  [52]: https://www.youtube.com/live/KM1yWHRrF2k?si=g2R7rHB2IinVRpo6&#xD;
  [53]: https://community.wolfram.com/groups/-/m/t/3009184&#xD;
  [54]: https://community.wolfram.com/groups/-/m/t/3064700&#xD;
  [55]: https://community.wolfram.com/groups/-/m/t/3084291&#xD;
  [56]: https://community.wolfram.com/groups/-/m/t/3104670&#xD;
  [57]: https://community.wolfram.com/groups/-/m/t/3164204&#xD;
  [58]: https://youtube.com/playlist?list=PLdIcYTEZ4S8TSEk7YmJMvyECtF-KA1SQ2&amp;amp;si=paXZHs0ZzGdB7y1y&#xD;
  [59]: https://youtube.com/playlist?list=PLdIcYTEZ4S8RyjEB7JSAsGerbYHl5xXeJ&amp;amp;si=xkNtkIDvKHFWHVmD&#xD;
  [60]: https://youtu.be/KUWK19Gx2LE?si=qbKISbL8FtvweSWo&#xD;
  [61]: https://community.wolfram.com/web/subat</description>
    <dc:creator>Charles Pooh</dc:creator>
    <dc:date>2022-08-05T21:37:19Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3644671">
    <title>Self-directed learning with notebooks: students&amp;#039; experiences in a chemical thermodynamics exercise</title>
    <link>https://community.wolfram.com/groups/-/m/t/3644671</link>
    <description>[![Self-directed learning with notebooks: students&amp;#039; experiences in a chemical thermodynamics exercise][1]][2]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][3]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Self-directedlearningwithnotebooksstudents%E2%80%99experiencesinachemicalthermodynamicsexerc.jpg&amp;amp;userId=20103&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Self-directedlearningwithnotebooksstudents%E2%80%99experiencesinachemicalthermodynamicsexerc.jpg&amp;amp;userId=20103&#xD;
  [3]: https://www.wolframcloud.com/obj/c863fe35-3afe-4103-b447-ca6e6feb3f4c</description>
    <dc:creator>Michael Haring</dc:creator>
    <dc:date>2026-02-24T19:19:08Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3444204">
    <title>[BOOK] An introduction to Mathematica for civil and structural engineers</title>
    <link>https://community.wolfram.com/groups/-/m/t/3444204</link>
    <description>![An introduction to Mathematica for civil and structural engineers][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Main15042025.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/9ddfc925-09b0-4d9d-be17-bdda845d689f</description>
    <dc:creator>Malcolm Woodruff</dc:creator>
    <dc:date>2025-04-14T07:10:19Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3641306">
    <title>Ocean color calculus image integration NASA MODIS-aqua satellite part 1-α9.0</title>
    <link>https://community.wolfram.com/groups/-/m/t/3641306</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/9107500a-9183-4f26-92a2-507f8622e48b</description>
    <dc:creator>Dara Shayda</dc:creator>
    <dc:date>2026-02-18T05:38:50Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3637932">
    <title>[BOOK] Introduction to Probability now available as a prerelease E-book!</title>
    <link>https://community.wolfram.com/groups/-/m/t/3637932</link>
    <description>![Introduction to Probability now available as a prerelease E-book!][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=IntroductiontoProbabilitynowavailableasaprereleaseE-book!.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/871d69c8-70ae-4de6-86ed-041a414471e0</description>
    <dc:creator>Marc Vicuna</dc:creator>
    <dc:date>2026-02-10T18:21:50Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3639273">
    <title>Numerical Picard iteration with trapezoidal quadrature for initial value problems</title>
    <link>https://community.wolfram.com/groups/-/m/t/3639273</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/379dceab-900f-42dd-9862-739736638306</description>
    <dc:creator>Michael Rogers</dc:creator>
    <dc:date>2026-02-13T14:17:44Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3636073">
    <title>Ocean color calculus: NASA MODIS-aqua satellite image data</title>
    <link>https://community.wolfram.com/groups/-/m/t/3636073</link>
    <description>![Ocean color calculus: NASA MODIS-aqua satellite image data][1]&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][2]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=OceancolorcalculusNASAMODIS-aquasatelliteimagedata.png&amp;amp;userId=20103&#xD;
  [2]: https://www.wolframcloud.com/obj/a72add26-a14f-45ab-8ad7-e55c8dde009c</description>
    <dc:creator>Dara Shayda</dc:creator>
    <dc:date>2026-02-08T03:55:50Z</dc:date>
  </item>
</rdf:RDF>

