<?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 Jobs &amp; More Exchange sorted by active.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3713611" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3644908" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3707691" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3696892" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3692831" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3680195" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3631132" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3644501" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3356414" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3337730" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3156766" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3254456" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3164296" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1598412" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2512902" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1055936" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3096065" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2968310" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3054008" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3005287" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3713611">
    <title>Looking for a study partner / mentor in Mathematical Physics (Theory of Everything)</title>
    <link>https://community.wolfram.com/groups/-/m/t/3713611</link>
    <description>Hi everyone,&#xD;
&#xD;
I’m a 3rd-year Mathematics student and I’m reaching a point where I finally start to understand what math really is. I’m fascinated by the Theory of Everything.&#xD;
&#xD;
I have a specific perspective: I believe that while physics can change based on new data, mathematics is absolute. For me, physics is like a subset of a huge axiomatic mathematical structure. I really want to study this connection, but I don’t have much background in physics yet.&#xD;
&#xD;
I live in a small city where it’s hard to find experts in this specific field, and sometimes it&amp;#039;s difficult to stay disciplined when you study everything alone. I’m looking for a study partner or a mentor who is interested in:&#xD;
&#xD;
Mathematical Physics and Axiomatic systems.&#xD;
&#xD;
String Theory or Quantum Mechanics from a math perspective.&#xD;
&#xD;
Deep scientific discussions (not just methodology, but pure science).&#xD;
&#xD;
I want to learn fast and I&amp;#039;m ready to dive into complex topics. If you are interested in exploring these &amp;#034;intersection points&amp;#034; of the universe together, please let me know!</description>
    <dc:creator>Naira naira.mndlyan2005@gmail.com</dc:creator>
    <dc:date>2026-05-08T17:17:40Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3644908">
    <title>Looking for help cleaning up a Mathematica notebook into a reference implementation</title>
    <link>https://community.wolfram.com/groups/-/m/t/3644908</link>
    <description>**TL;DR** I&amp;#039;m looking for someone to refactor a Mathematica notebook I&amp;#039;ve got from a fellow researcher so I can use it as a reliable reference implementation. I expect it&amp;#039;s a few hours of work for the right person. I can offer financial compensation and/or my own technical expertise.&#xD;
&#xD;
Hello Wolfram community!&#xD;
&#xD;
I hope this is the right place for this kind of request. If not, my apologies!&#xD;
&#xD;
I&amp;#039;m a PhD student in the final stage of my project, an attempt at closed-loop control of water jets from firefighting robots using UAV imagery as feedback. The controller design is based on the Smith predictor architecture, which requires a predictive model to compensate for the long dead time of the system. Accurately predicting the trajectory of water jets is far from trivial. One of the most promising models I could find is described in https://link.springer.com/article/10.1007/s10694-021-01175-1. The model is formulated as a system of ordinary differential equations.   &#xD;
  &#xD;
I tried implementing it in Python so I can integrate it with my other components. It&amp;#039;s almost complete, but despite several months of debugging I haven&amp;#039;t been able to resolve the remaining issues. So I contacted the corresponding author. They confirmed some errors I found in the printed versions of the equations, and kindly provided their original Mathematica implementation. This helped, but my own implementation is still incomplete. The issues could stem from additional errors in the printed equations I/we haven&amp;#039;t found yet, mistakes in my implementation, or differences in solver behavior (Mathematica&amp;#039;s vs. SciPy&amp;#039;s solve_ivp() function). &#xD;
&#xD;
Unfortunately, the notebook is hard for me to follow and differs quite a bit from the published paper (structure, variable naming, angle conventions, etc.). I&amp;#039;ve never worked with Mathematica and don&amp;#039;t have the time nor patience to properly learn it before my deadline. &#xD;
&#xD;
The author is currently unable to provide further support, but since I&amp;#039;m getting more and more desperate to finish this subproject, I&amp;#039;m now seeking third-party help. I&amp;#039;m looking for someone to refactor the notebook into a clean, well-structured reference implementation. Specifically, I&amp;#039;d like them to&#xD;
&#xD;
 - remove unused and redundant code (many expressions are duplicated)&#xD;
 - improve structure&#xD;
 - improve documentation&#xD;
 - add small quality-of-life improvements if appropriate&#xD;
 - flag any noticeable discrepancies&#xD;
&#xD;
The refactored version must reproduce the original results, in particular the figures shown in the paper. Ideally, it should make it easy to experiment with the equations and parameters. One specific goal is to verify whether the rearranged equation forms I use in Python (to match SciPy&amp;#039;s solver interface) produce the same results as the original formulation.&#xD;
  &#xD;
If you&amp;#039;re interested, I&amp;#039;ll obtain the author&amp;#039;s permission and share the notebook privately so you can assess the scope before we discuss compensation. Bonus points if you have experience with physics-based simulations and are open to occasional follow-up questions :)&#xD;
&#xD;
Many thanks and regards!</description>
    <dc:creator>Merlin Stampa</dc:creator>
    <dc:date>2026-02-24T20:34:23Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3707691">
    <title>⭐ Final Call: 24th Wolfram Summer Research Institute</title>
    <link>https://community.wolfram.com/groups/-/m/t/3707691</link>
    <description>*Bentley University, Waltham, MA &amp;#x2014; June 28&amp;#x2013;July 18, 2026*&#xD;
[![enter image description here][2]][1]&#xD;
&#xD;
&amp;gt; [**APPLY HERE**][3]  &#xD;
Application deadline May 1, 2026  &#xD;
&#xD;
The Wolfram Summer Research Institute connects you with a global community of researchers, scientist and innovators at the frontier of computation. Alumni have continued as Wolfram Institute affiliates, presented at the Wolfram Technology Conference, published in academic journals and been offered positions at Wolfram companies. **Your project is just the beginning.**&#xD;
&#xD;
At the heart of the Wolfram Summer Research Institute is an original research project&amp;#x2014;designed in collaboration with Stephen Wolfram, shaped by knowledgeable mentors and published at the end of three weeks. Topics range from fundamental physics and metamathematics to computational art, economics and educational technology. Many go on to become the foundations of lasting research partnerships.&#xD;
&#xD;
####**Open to undergraduates, graduate students, researchers, professionals and lifelong learners from any field.**&#xD;
&#xD;
&#xD;
&#xD;
![enter image description here][4]&#xD;
&#xD;
&#xD;
  [1]: https://education.wolfram.com/summer-research-institute/&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=WolframSummerResearchInstitute3.png&amp;amp;userId=20103&#xD;
  [3]: https://education.wolfram.com/summer-research-institute/&#xD;
  [4]: https://community.wolfram.com//c/portal/getImageAttachment?filename=WolframSummerResearchInstituteApply_Build_Join_GiveBack.png&amp;amp;userId=20103</description>
    <dc:creator>Wolfram Education Programs</dc:creator>
    <dc:date>2026-04-29T14:37:06Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3696892">
    <title>Help in solving hyperbolic differential equations</title>
    <link>https://community.wolfram.com/groups/-/m/t/3696892</link>
    <description>Hi everyone.  &#xD;
I need help solving a couple of linear and nonlinear differential equations in my research. I am proposing to use compact finite differences in space and block hybrid in time. Theoretically, it makes sense. But solving it now is a challenge, particularly because my skills are relatively beginner-level. Any help, even at a fee, would be appreciated.&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/5b97f299-37f6-41ef-b61c-ed431cc4db47</description>
    <dc:creator>Bangetile Khumalo</dc:creator>
    <dc:date>2026-04-19T21:15:32Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3692831">
    <title>A Call for Collaboration to draw Fermi surfaces using Wolfram Language</title>
    <link>https://community.wolfram.com/groups/-/m/t/3692831</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/4a60d346-5d30-42a9-bb35-189e58966d9e</description>
    <dc:creator>Furkan Semih Dündar</dc:creator>
    <dc:date>2026-04-17T06:13:00Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3680195">
    <title>Job opportunity with Emerald Cloud Lab!</title>
    <link>https://community.wolfram.com/groups/-/m/t/3680195</link>
    <description>![Job Opportunity with Emerald Cloud Lab!][1]&#xD;
&#xD;
**Emerald Cloud Lab (ECL)** is the world&amp;#039;s leading remote research laboratory, allowing scientists to run experiments 24/7/365, from anywhere in the world. The entire lab is run on a build out of Wolfram Language - Symbolic Lab Language, which standardizes how biological and chemical laboratory experiments and their resulting data are designed, executed, and analyzed. Scientific methods are translated into code, then executed in our state-of-the art laboratory. The full documentation and all current running experiments can be seen here: https://www.emeraldcloudlab.com/documentation/ &#xD;
&#xD;
Winner of the Wolfram Innovator award https://www.wolframconsulting.com/powering-a-life-science-lab-in-the-cloud/ ECL is becoming a powerful platform for the future of the biotech industry.&#xD;
&#xD;
**We are hiring!** For current job openings see below and contact careers@emeraldcloudlab.com&#xD;
&#xD;
**Interested?** Join us for a live interactive tele-tour with Co-Founder and CEO, Brian Frezza. The session will include an overview of ECL&amp;#039;s history and aims as well as a deep dive into our technology. It is intended to give you a genuine sense of how ECL works and how our various teams come together to make what we do possible. For information on upcoming sessions and to sign up, please contact: careers@emeraldcloudlab.com&#xD;
&#xD;
&#xD;
**Backend Engineer** - We are seeking a Senior Backend Software Engineer to join our backend team and help build the services that power the future of scientific research. You will develop and maintain critical APIs and services that enable scientists to orchestrate complex experiments remotely. This role offers the unique opportunity to solve challenging problems at the intersection of cloud computing, laboratory automation, and scientific instrumentation.&#xD;
&#xD;
**Front End Engineer** - We are seeking a Senior Front End Software Engineer to join our front end team and help build the UI that power the future of scientific research. You will develop and maintain code and services that enable scientists to orchestrate complex experiments remotely. This role offers the unique opportunity to solve challenging problems at the intersection of cloud computing, laboratory automation, and scientific instrumentation.&#xD;
&#xD;
**Scientific Developer** - We are an automated cloud-based laboratory. The role is pivotal in ensuring seamless transition for customers as they onboard on&#xD;
the ECL platform, optimizing experimental workflows for reproducibility, ease of use, and high-quality data output. As a customer-facing liaison and the bridge between our customers and platform, you will work closely with customers and internal teams to translate research needs into executable experiments, oversee their successful implementation, and troubleshoot &#xD;
&#xD;
&amp;gt;**Website:** https://www.emeraldcloudlab.com  &#xD;
&amp;gt;**LinkedIn:** https://www.linkedin.com/company/emerald-cloud-lab&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Screenshot2026-04-03073618.png&amp;amp;userId=3680157</description>
    <dc:creator>Sophia Wolfram</dc:creator>
    <dc:date>2026-04-09T17:11:20Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3631132">
    <title>A testable quantum graph theory of spacetime: seeking collaboration for simulation</title>
    <link>https://community.wolfram.com/groups/-/m/t/3631132</link>
    <description>Hello everyone,&#xD;
&#xD;
I am developing a model of spacetime that shares some fundamental concepts with the Wolfram Physics Project but introduces a specific focus on testability and quantum noise signatures.&#xD;
In my theory, spacetime is represented as a finite directed quantum graph. The core idea is that the connectivity of the graph isn&amp;#039;t just an abstract representation but directly dictates the physical observables we see in quantum systems.&#xD;
&#xD;
Key features of the model:&#xD;
&#xD;
Discrete Topology: Nodes represent Planck-scale events, and directed edges represent causal relationships.&#xD;
&#xD;
Emergent Physics: I have derived that the Einstein field equations and Maxwell&amp;#039;s equations emerge as a low-energy limit of these graph dynamics.&#xD;
Experimental Predictions: Most importantly, the model predicts specific spectral signatures in the decoherence noise of current NISQ-era quantum processors and anomalies in high-energy particle scattering.&#xD;
&#xD;
Iam looking for collaborators who are interested in:&#xD;
&#xD;
Visualizing the graph dynamics using the Wolfram Language.&#xD;
&#xD;
Simulating the noise patterns to compare them with existing data from IBM or Google quantum hardware.&#xD;
&#xD;
I believe that by identifying the right &amp;#034;rewrite rules&amp;#034; for this directed graph, we can bridge the gap between discrete spacetime models and experimental verification.&#xD;
&#xD;
Looking forward to your feedback and potential collaboration!</description>
    <dc:creator>Sergej Materov</dc:creator>
    <dc:date>2026-01-30T11:52:49Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3644501">
    <title>3D printing and visualizing Fermi surfaces in Wolfram Language</title>
    <link>https://community.wolfram.com/groups/-/m/t/3644501</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/00f106b5-05e6-4f07-a413-7aa01bfda03c</description>
    <dc:creator>Furkan Semih Dündar</dc:creator>
    <dc:date>2026-02-24T10:38:11Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3356414">
    <title>Help out the oldest computation in history</title>
    <link>https://community.wolfram.com/groups/-/m/t/3356414</link>
    <description>##Background:&#xD;
&#xD;
The Cunningham project may be the longest ongoing computational project in history. See https://homes.cerias.purdue.edu/~ssw/cun/. As of this writing there are 21 numbers as yet unfactored from the 1987 published version of the book. These are all numbers of the form 2^n+1 for n &amp;lt; 1200 and 2^(2n+1) +/- 2^(n+1) + 1 for n &amp;lt; 600&#xD;
&#xD;
A number of years ago a big push was made to finish all Mersenne numbers (2^n-1) for n &amp;lt; 1200.&#xD;
&#xD;
It would be nice to finish this last small set of composites. They were added to the tables in the early 1960&amp;#039;s by John Selfridge and D.H. Lehmer, so have been waiting for over 60 years to get done. Attempts to factor these numbers have been made since the time of Fermat, so they have strong historical interest.&#xD;
&#xD;
##Current status and request:&#xD;
&#xD;
A BOINC project (https://escatter11.fullerton.edu/nfs/) is currently being run that uses the Number Field Sieve to factor these numbers, but it is &amp;#034;running out of steam&amp;#034;.&#xD;
&#xD;
While this sort of project is out of scope in terms of not using Wolfram Language or related, it nonetheless might appeal to some participants in this forum, especially those with amateur (or professional) interests in computational number theory. And joining the project does not presume or require factoring expertise. It is a generic BOINC project, similar to SETI at Home, Protein Folding at Home, etc. That is to say, it&amp;#039;s a distributed crowd-sourced effort.&#xD;
&#xD;
This is a request for people to join the project to help finish these composites. This project pushes the state of the art in factoring algorithms.</description>
    <dc:creator>Robert Silverman</dc:creator>
    <dc:date>2025-01-13T16:56:42Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3337730">
    <title>Share your expertise at the Wolfram High School Summer Research Program</title>
    <link>https://community.wolfram.com/groups/-/m/t/3337730</link>
    <description>![Share your expertise at the Wolfram High School Summer Research Program][1]&#xD;
&#xD;
Are you a strong Wolfram Language coder? Are you excited by STEM, Computational Thinking, and finding amazing new ways to use computers to solve problems? Are you interested in working with talented high-school students?&#xD;
&#xD;
The [Wolfram High School Summer Research Program][2] is a great opportunity to mentor students through exciting projects while making their summer a fun and rewarding experience.&#xD;
&#xD;
During the 2.5-week program, students deep dive into interesting problems ranging from [Computational Crochet][3] to [Exploring Quantum Cellular Automata][4], from using machine learning to [Generate Super Mario Bros. levels][5] to using natural language processing to do [Sentiment Analysis of The Office Subreddit][6], from using [multiway sandpile models with applications to LCFTs][7], to [simulating the flocking behavior of boids][8]. They learn to code in Wolfram Language and push the boundaries of their computational thinking skills, while we support them in a fun and engaging environment.&#xD;
&#xD;
![enter image description here][9]&#xD;
&#xD;
We’re looking for people with strong Wolfram Language skills and subject knowledge in any STEM or STEM-adjacent area, including math, physics, chemistry, biology, computer science, data science, computational social sciences, digital humanities, and machine learning.&#xD;
&#xD;
We usually welcome advanced undergraduate students, graduate students, industry professionals, teachers, professors, and retirees to the team. We are based at Bentley University outside of Boston and the program runs from June 25 to July 12. All food and accommodation is covered, and mentors receive a stipend to help cover travel and costs.&#xD;
&#xD;
If you’re interested in mentoring (or you know someone who might be), please reach out to [roryf@wolfram.com][10] or [submit an application][11]. We encourage mentors to apply before January 1.&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Screenshot2024-12-11at11.33.32%E2%80%AFAM.png&amp;amp;userId=1835305&#xD;
  [2]: https://education.wolfram.com/summer-camp/&#xD;
  [3]: https://community.wolfram.com/groups/-/m/t/2316448&#xD;
  [4]: https://community.wolfram.com/groups/-/m/t/2580188&#xD;
  [5]: https://community.wolfram.com/groups/-/m/t/2580479&#xD;
  [6]: https://community.wolfram.com/groups/-/m/t/2580559&#xD;
  [7]: https://community.wolfram.com/groups/-/m/t/2579591&#xD;
  [8]: https://community.wolfram.com/groups/-/m/t/3211600&#xD;
  [9]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Screenshot2023-03-24at1.22.33PM.png&amp;amp;userId=1835305&#xD;
  [10]: http://mailto:roryf@wolfram.com&#xD;
  [11]: https://www.wolframcloud.com/obj/summercamp/WSRP/2025/StaffApplication</description>
    <dc:creator>Rory Foulger</dc:creator>
    <dc:date>2024-12-11T17:39:22Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3156766">
    <title>Help needed --- Every Japanese to be called SATO by 2531&amp;#034;</title>
    <link>https://community.wolfram.com/groups/-/m/t/3156766</link>
    <description>Hello!&#xD;
&#xD;
I&amp;#039;m a teacher of journalism at the international EDJ school in Nice FR&#xD;
&#xD;
My students have access to Mathematica 14 (but they mainly use chat-driven notebooks as the wolfram language is sort of complicated to them).&#xD;
&#xD;
Anyway. As part of the &amp;#034;Data Journalism&amp;#034; course I want to give them the assignment to read this article  https://www.dailymail.co.uk/news/article-13266707/Everyone-Japan-called-Sato-year-2531-countrys-marriage-laws.html&#xD;
&#xD;
It tells the story of a Tohoku University economics professor that concluded that, given how married couples in jpn  drop one of their family names in favour of both individuals taking the same one everyone will be called &amp;#034;SATO&amp;#034; by 2531.&#xD;
&#xD;
I&amp;#039;d like the students to perform  the same simulation for their own country (after finding out the candidate family name -- for Italy that would probably be &amp;#034;Rossi&amp;#034;)&#xD;
&#xD;
Now, after some digging I&amp;#039;ve found in this PDF https://think-name.jp/assets/pdf/Sato_estimation_yoshida_hiroshi.pdf&#xD;
&#xD;
the method used to perform the calculation for Japan:&#xD;
&#xD;
Handling of Past Data&#xD;
&#xD;
First, we obtained the number of people with the Sato surname in Japan from the data provided and published by &amp;#034;Myoji-yurai.net&amp;#034; (https://myoji-yurai.net/), which covers more than 99.04% of Japanese surnames.&#xD;
&#xD;
Next, we divided the number of people with the Sato surname by the total population of Japan for each year (estimated by the Ministry of Internal Affairs and Communications) * 99.04% to obtain the &amp;#034;ratio of the Sato surname in a given year t&amp;#034;: x(t).&#xD;
&#xD;
From the change in the Sato surname between the latest years of 2022 and 2023, we calculated the one-year growth rate \[Rho] in the Sato surname ratio.&#xD;
Estimation Results (1) Growth Rate \[Rho] of the Sato Surname It is found that the ratio of the Sato surname x(t) increased from 1.480% in 2013 to 1.530% in 2023, an increase of 0.05 percentage points over more than 10 years. Calculating from the data for the most recent points of 2022 and 2023, the growth rate \[Rho] of the Sato surname ratio is (1+\[Rho]) = 1.0083.&#xD;
&#xD;
(2) Future Simulation&#xD;
Assuming that the ratio of the Sato surname to the Japanese population will grow at a rate of 1.0083 each year, starting from 1.530% as of March 2023, and repeating the calculation of x(t+1) = (1+\[Rho]) x(t), it was calculated that the ratio will reach 100% in approximately 500 years, in 2531.&#xD;
&#xD;
-----&#xD;
&#xD;
**And the question is : Is anyone kind enough to write me the Wolfram Language generic code to perform the same**  ? Ideally, students could get their own country basic data (if possible directly with WolfrmaLanguage functions, if not possible from outside sources) and have the system perform the simulation for them (of course, forcing the Japanese role &amp;#034;select one family name&amp;#034;  even if not the case for the specific country)&#xD;
&#xD;
&#xD;
&#xD;
It is also possible that it will not converge and we will never have a &amp;#034;Rossi only&amp;#034; country not even in year 3500...or maybe yes. But that&amp;#039;s also the point of the simulation.&#xD;
&#xD;
Thanks!!</description>
    <dc:creator>Marco Barsotti</dc:creator>
    <dc:date>2024-04-11T09:01:38Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3254456">
    <title>Wolfram Prerelease is open to new beta testers</title>
    <link>https://community.wolfram.com/groups/-/m/t/3254456</link>
    <description>**Wolfram Prerelease** is open to new beta testers! Your feedback will be very useful and will improve future releases of Wolfram products.&#xD;
&#xD;
If you&amp;#039;re interested in participating in this program and receive the latest builds, please apply by sending an email to prerelease@wolfram.com with a self-intro and license number if you&amp;#039;re an existing customer.</description>
    <dc:creator>Jay Yao</dc:creator>
    <dc:date>2024-08-23T19:30:12Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3164296">
    <title>Looking for freelance person for small continuous beam problem modeling: One project, short term.</title>
    <link>https://community.wolfram.com/groups/-/m/t/3164296</link>
    <description>I am looking for someone to create a model of a continuous beam problem. Three supports, continuous loading, end moments, one concentrated load.  See attached file for detailed info. Model must run on version 14. I would like extensive comments added to the code so I can follow model execution. &#xD;
&#xD;
I don&amp;#039;t think a person experience in MATHEMATICA FEM should take very long on this problem.&#xD;
&#xD;
No rush on this.  Let me know fee for creating this model.</description>
    <dc:creator>Stephen Kiss</dc:creator>
    <dc:date>2024-04-26T04:30:12Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1598412">
    <title>Port HEALPix to Mathematica?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1598412</link>
    <description>I&amp;#039;ve been wanting to analyze [WMAP][1] data statistically for a while now in order to evaluate the non-Gaussianity of various portions of the WMAP data.  Mathematica natively supports [FITS][2] files, which are apparently the standard in astronomy. So I have set about working with FITS files from the WMAP mission. It&amp;#039;s a lot harder than I expected; the files are massive collections of data points and they are somewhat clumsy to work with. Here is my first several hours of effort on day one:&#xD;
![WMAP in Mathematica][3]&#xD;
As you can see, this is not ideal.  I had to scale down the notebook on a huge screen to show even the first twenty rows of data from each table (there are tens of thousands of rows and at least 2.5 million data points in each FITS file).  Getting from here to generating meaningful statistics and images is going to be pretty rough.&#xD;
&#xD;
I spoke with one of the creators of [HEALPix][4], Dr. Kristof Gorsky at JPL, and there is some interest in a Mathematica port of HEALPix.  Looking at the code, it looks possible but will be a lot of effort.  I am wondering if anyone shares my interest in this or if this is going to be a solo project (lol).  Thanks.&#xD;
&#xD;
  [1]: https://map.gsfc.nasa.gov/&#xD;
  [2]: https://en.wikipedia.org/wiki/FITS&#xD;
  [3]: https://community.wolfram.com//c/portal/getImageAttachment?filename=wmap.png&amp;amp;userId=1290344&#xD;
  [4]: https://healpix.sourceforge.io/</description>
    <dc:creator>Andrew Watters</dc:creator>
    <dc:date>2019-01-25T02:30:05Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2512902">
    <title>We are seeking Wolfram Student Ambassadors!</title>
    <link>https://community.wolfram.com/groups/-/m/t/2512902</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/90f1aa30-8783-43ae-b05c-35569aad693e</description>
    <dc:creator>Zach Shelton</dc:creator>
    <dc:date>2022-04-18T09:20:14Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1055936">
    <title>Wolfram Language and NKS consulting</title>
    <link>https://community.wolfram.com/groups/-/m/t/1055936</link>
    <description>Recently I decided to work on some of my own projects, and so I left Wolfram Research after almost 17 years.  I still have some time on the side to do some consulting if anyone needs a consultant for a project involving Wolfram technologies.  &#xD;
&#xD;
While I am familiar with many of the new tools in Wolfram Language, my specialty is scientific modeling following the ideas in Stephen Wolfram&amp;#039;s book [A New Kind of Science][1].  The basic idea is to search and find simple rules that help you understand something or solve a problem, and this is something that I&amp;#039;ve been successfully helping people with at the [Wolfram Summer School][2] where I was the academic director from 2003-2016.  Even though the book has been out since 2002, the applications are still rapidly growing.  This approach is very flexible.   It can be used almost anytime that traditional approaches don&amp;#039;t work, on problems easy or hard, from art to finance to engineering.&#xD;
&#xD;
So let me know if you are interested.  You can contact me at rowland@wolfram.com&#xD;
&#xD;
&#xD;
  [1]: http://www.wolframscience.com/nksonline/toc.html&#xD;
  [2]: http://education.wolfram.com/summer/school/</description>
    <dc:creator>Todd Rowland</dc:creator>
    <dc:date>2017-04-07T17:14:47Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3096065">
    <title>Does Wolfram have a tutor job board?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3096065</link>
    <description>Searching individuals for &amp;#034;tutor&amp;#034; turns up lots of Mathematica experts offering professional tutoring services.  Does Wolfram have anything like a matchmaking site showing tutor profiles with rates and areas of interest?</description>
    <dc:creator>Jay Gourley</dc:creator>
    <dc:date>2024-01-03T23:48:57Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2968310">
    <title>Looking for a teacher for help me for Wolfram Mathematica in private course</title>
    <link>https://community.wolfram.com/groups/-/m/t/2968310</link>
    <description>I am looking for a supervisor in mathematical epideùiology to help me solve the problems to move forward with my thesis. How can I have a private course?</description>
    <dc:creator>AZO MAT</dc:creator>
    <dc:date>2023-07-15T18:14:50Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3054008">
    <title>Anyone interested in algorithms to discover Elliott Waves in stock data?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3054008</link>
    <description>Hello all,  &#xD;
I was wondering if anyone out there had written algorithms to find Elliott Waves in a stock data display.  &#xD;
I have written algorithms (for the fun of it) to find all the potential Elliott Waves in a candlestick chart and to represent them as a graph. And thanks to the powerful Graph functionality in Mathematica, it is easy to find specified patterns (like Zig-Zag, impulsive, corrective waves, etc...) The information about different patterns of waves is then also contained in the Graph (or equivalently in the Adjacency Matrix).  &#xD;
Finding a pattern (e.g. Zig-Zag, Head-and-Shoulder, etc...), becomes as simple as using the FindIsomorphicSubgraph function.  &#xD;
I am now looking into the idea of using that approach in conjunction with Graph Neural Networks to see if Elliott Waves have predictive capabilities.   &#xD;
It would be fun to share my research and see what others have come up with or think.</description>
    <dc:creator>Henrick Jeanty</dc:creator>
    <dc:date>2023-10-22T13:03:06Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3005287">
    <title>Collaboration needed: sound-wave generated art</title>
    <link>https://community.wolfram.com/groups/-/m/t/3005287</link>
    <description>Hallo, I am looking for someone who would help me with the code for the image processing. It´s for the visuals for music project and the initial thought is to process the sound-wave pictures created from respective tracks to art generated by wolfram. (the weirder the merrier ).&#xD;
I am not sure how time consuming or demanding such a task is, so please advise me also regarding the fee. (and your work also will be credited). Hope this info is satisfactory for now, if not, please let me know .  &#xD;
And sorry for my English .&#xD;
&#xD;
thank you very much &#xD;
&#xD;
Barbora</description>
    <dc:creator>Barbora Briestenska</dc:creator>
    <dc:date>2023-09-04T08:37:38Z</dc:date>
  </item>
</rdf:RDF>

