lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

69
active users

#sympy

0 posts0 participants0 posts today
Peter Vennemann<p>The interactive calculation sheet for <a href="https://nrw.social/tags/engineering" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>engineering</span></a>, based on <a href="https://nrw.social/tags/emacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacs</span></a>, <a href="https://nrw.social/tags/orgmode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>orgmode</span></a>, <a href="https://nrw.social/tags/texlatex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>texlatex</span></a> and <a href="https://nrw.social/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a> is available in English [1], although the blog article is in German [2]. The template is also in English [3].</p><p><a href="https://nrw.social/tags/Orgmode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Orgmode</span></a> is so impressive, you could use <a href="https://nrw.social/tags/maxima" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>maxima</span></a>, <a href="https://nrw.social/tags/octave" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>octave</span></a>, <a href="https://nrw.social/tags/gnuplot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gnuplot</span></a>, <a href="https://nrw.social/tags/graphviz" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>graphviz</span></a> and almost 40 other languages with all their libraries right out of the box [4].</p><p>Have fun!</p><p>[1] <a href="https://vennemann-online.de/flossblog/downloads/eng.pdf" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">vennemann-online.de/flossblog/</span><span class="invisible">downloads/eng.pdf</span></a><br>[2] <a href="https://vennemann-online.de/flossblog/post20250208_pencilandpaper.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">vennemann-online.de/flossblog/</span><span class="invisible">post20250208_pencilandpaper.html</span></a><br>[3] <a href="https://vennemann-online.de/flossblog/downloads/org_eng.zip" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">vennemann-online.de/flossblog/</span><span class="invisible">downloads/org_eng.zip</span></a><br>[4] <a href="https://orgmode.org/worg/org-contrib/babel/languages/index.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">orgmode.org/worg/org-contrib/b</span><span class="invisible">abel/languages/index.html</span></a></p>
Peter Vennemann<p>Interactive calculation sheets with <a href="https://nrw.social/tags/emacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacs</span></a>, <a href="https://nrw.social/tags/orgmode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>orgmode</span></a>, <a href="https://nrw.social/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a> and <a href="https://nrw.social/tags/texlatex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>texlatex</span></a>. Blog post: <a href="https://vennemann-online.de/flossblog/post20250208_pencilandpaper.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">vennemann-online.de/flossblog/</span><span class="invisible">post20250208_pencilandpaper.html</span></a> <a href="https://nrw.social/tags/foss" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>foss</span></a> <a href="https://nrw.social/tags/floss" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>floss</span></a></p>
nen<p>I like to do math, small prototypes and other experimenting with Python in Jupyter notebooks. NumPy, SciPy, SymPy and Matplotlib have been very handy.</p><p>But recently Python was too slow for what I was doing and I had trouble juggling Numpy arrays like I often have (it is required for speed). I know some <a href="https://mementomori.social/tags/Rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rust</span></a> so I decided to give <a href="https://mementomori.social/tags/evcxr" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>evcxr</span></a> a go because it has a Jupyter kernel. And omg, I wasn't disappointed! It was mindbogglingly fast compared to what I'm used to and it also made the hard part of my code way easier to get right.</p><p>However, I only needed math functions provided by std this time. Now I'm trying to figure out if there are science Rust libs that are convenient enough to replace most Python in my notebooks. I know it's a fragmented space, but maybe one could already gather a comprehensive collection of crates manually.</p><p>Any recommendations?</p><p><a href="https://mementomori.social/tags/RustLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RustLang</span></a> <a href="https://mementomori.social/tags/SciPy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SciPy</span></a> <a href="https://mementomori.social/tags/NumPy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NumPy</span></a> <a href="https://mementomori.social/tags/SymPy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SymPy</span></a> <a href="https://mementomori.social/tags/SciComp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SciComp</span></a> <a href="https://mementomori.social/tags/Math" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Math</span></a></p>
Nadiah Kristensen<p>I recently read a paper by Kleshnina and others and used it to teach myself some evolutionary game theory techniques.</p><p>This is a little obscure, so I'll thread below about why this topic matters for humans and the environment 🧵 </p><p><a href="https://nadiah.org/2024/11/20/kleshnina_2023" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">nadiah.org/2024/11/20/kleshnin</span><span class="invisible">a_2023</span></a></p><p><a href="https://fediscience.org/tags/GameTheory" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GameTheory</span></a> <a href="https://fediscience.org/tags/PrisonersDilemma" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PrisonersDilemma</span></a> <a href="https://fediscience.org/tags/iteratedGame" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iteratedGame</span></a> <a href="https://fediscience.org/tags/cooperation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cooperation</span></a> <a href="https://fediscience.org/tags/EvolutionOfCooperation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EvolutionOfCooperation</span></a> <a href="https://fediscience.org/tags/Z3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Z3</span></a> <a href="https://fediscience.org/tags/pyeda" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pyeda</span></a> <a href="https://fediscience.org/tags/networkx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>networkx</span></a> <a href="https://fediscience.org/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a> <a href="https://fediscience.org/tags/SageMath" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SageMath</span></a> <a href="https://fediscience.org/tags/sustainability" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sustainability</span></a></p>
Albert Cardona<p>A math problem:</p><p>Variables: a, b, c, d, e.<br>Values: 2, 5, 13, 14, 15.<br>Constraints:<br>1. a is a multiple of b.<br>2. d is a factor of a.<br>3. e - b = c.<br>Which variable holds which value?<br>I can't find the solution.</p><p>Today's math problem courtesy of a 12 year old upset with his "unsolvable" homework. I'm stumbled too.</p><p>Can <a href="https://mathstodon.xyz/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a> be wrangled to solve this sort of problems? Can't see where to limit the values each variable can take.</p>
Eugenia L<p><a href="https://mastodon.social/tags/Switch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Switch</span></a> to <a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>opensource</span></a> solutions:</p><p>Windows: <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a><br>Photoshop: <a href="https://mastodon.social/tags/Gimp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gimp</span></a> 3.0-rc<br>Illustrator: <a href="https://mastodon.social/tags/Inkscape" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Inkscape</span></a><br>PremierePro: <a href="https://mastodon.social/tags/Kdenlive" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kdenlive</span></a>, <a href="https://mastodon.social/tags/Shotcut" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Shotcut</span></a><br>Office/Acrobat: <a href="https://mastodon.social/tags/OnlyOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OnlyOffice</span></a>, <a href="https://mastodon.social/tags/LibreOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LibreOffice</span></a><br>Maya: <a href="https://mastodon.social/tags/Blender" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Blender</span></a><br>Media: <a href="https://mastodon.social/tags/VLC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VLC</span></a><br>Unity: <a href="https://mastodon.social/tags/Godot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Godot</span></a><br>ToonBoom: <a href="https://mastodon.social/tags/SynfigStudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SynfigStudio</span></a>, <a href="https://mastodon.social/tags/Pencil2D" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pencil2D</span></a><br>InDesign: <a href="https://mastodon.social/tags/Scribus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Scribus</span></a><br>Nuke: <a href="https://mastodon.social/tags/Natron" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Natron</span></a><br>Procreate: <a href="https://mastodon.social/tags/Krita" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Krita</span></a><br>After Effects: <a href="https://mastodon.social/tags/Friction" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Friction</span></a><br>Mathematica: <a href="https://mastodon.social/tags/SageMath" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SageMath</span></a>, <a href="https://mastodon.social/tags/SymPy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SymPy</span></a><br>MatLab: <a href="https://mastodon.social/tags/GnuOctave" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GnuOctave</span></a><br>Audition: <a href="https://mastodon.social/tags/Audacity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Audacity</span></a><br>Autocad: <a href="https://mastodon.social/tags/FreeCAD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeCAD</span></a>, <a href="https://mastodon.social/tags/QCad" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>QCad</span></a><br>Ableton: <a href="https://mastodon.social/tags/Ardour" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ardour</span></a>, <a href="https://mastodon.social/tags/LMMS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LMMS</span></a> (daily build)<br>Lightroom: <a href="https://mastodon.social/tags/DarkTable" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DarkTable</span></a>, <a href="https://mastodon.social/tags/RawTherapee" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RawTherapee</span></a></p><p><a href="https://mastodon.social/tags/foss" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>foss</span></a></p>
Simone Conradi<p>Color version of "How do the complex roots of the polynomial in the title move when t₁ and t₂ vary on S₁ x S₁?" <br>Made with <a href="https://mathstodon.xyz/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a>, <a href="https://mathstodon.xyz/tags/matplotlib" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>matplotlib</span></a>, <a href="https://mathstodon.xyz/tags/numpy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>numpy</span></a> and <a href="https://mathstodon.xyz/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a></p>
Simone Conradi<p>Color version of "How do the complex roots of the polynomial in the title move when t₁ and t₂ vary on S₁ x S₁?" <br>Made with <a href="https://mathstodon.xyz/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a>, <a href="https://mathstodon.xyz/tags/matplotlib" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>matplotlib</span></a>, <a href="https://mathstodon.xyz/tags/numpy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>numpy</span></a> and <a href="https://mathstodon.xyz/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a></p>
Simone Conradi<p>Color version of "How do the complex roots of the polynomial in the title move when t₁ and t₂ vary on S₁ x S₁?" <br>Made with <a href="https://mathstodon.xyz/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a>, <a href="https://mathstodon.xyz/tags/matplotlib" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>matplotlib</span></a>, <a href="https://mathstodon.xyz/tags/numpy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>numpy</span></a> and <a href="https://mathstodon.xyz/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a></p>
Simone Conradi<p>Orbits.<br>Code: <a href="https://github.com/profConradi/Python_Simulations/blob/01570d281a2bfdfb4c18d3feeb38150c9b74c449/Nice_orbits.ipynb" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/profConradi/Python_</span><span class="invisible">Simulations/blob/01570d281a2bfdfb4c18d3feeb38150c9b74c449/Nice_orbits.ipynb</span></a><br>Made with <a href="https://mathstodon.xyz/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a>, <a href="https://mathstodon.xyz/tags/matplotlib" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>matplotlib</span></a>, <a href="https://mathstodon.xyz/tags/numpy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>numpy</span></a> and <a href="https://mathstodon.xyz/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a>.<br><a href="https://mathstodon.xyz/tags/mathart" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mathart</span></a> <a href="https://mathstodon.xyz/tags/math" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>math</span></a> <a href="https://mathstodon.xyz/tags/chaos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chaos</span></a></p>
Simone Conradi<p>How do the complex roots of the polynomial in the title move when t₁ and t₂ vary on S₁ x S₁?<br>Made with <a href="https://mathstodon.xyz/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a>, <a href="https://mathstodon.xyz/tags/matplotlib" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>matplotlib</span></a>, <a href="https://mathstodon.xyz/tags/numpy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>numpy</span></a> and <a href="https://mathstodon.xyz/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a>.<br><a href="https://mathstodon.xyz/tags/mathart" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mathart</span></a> <a href="https://mathstodon.xyz/tags/math" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>math</span></a></p>
Simone Conradi<p>Roots of parametric polynomials.<br>Made with <a href="https://mathstodon.xyz/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a>, <a href="https://mathstodon.xyz/tags/matplotlib" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>matplotlib</span></a>, <a href="https://mathstodon.xyz/tags/numpy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>numpy</span></a> and <a href="https://mathstodon.xyz/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a>.</p>
Yann Büchau :nixos:<p>Here is a <a href="https://fosstodon.org/tags/JOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JOSS</span></a> paper about the main reusable thing from my <a href="https://fosstodon.org/tags/PhD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PhD</span></a>: the :python: Python package PARMESAN 🧀 for meteorological turbulence and timeseries analysis:</p><p><a href="https://doi.org/10.21105/joss.06127" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">doi.org/10.21105/joss.06127</span><span class="invisible"></span></a></p><p>PARMESAN integrates with <a href="https://fosstodon.org/tags/pandas" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pandas</span></a>, uses <a href="https://fosstodon.org/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a>-based equations and handles units with pint.</p><p>I really like the approach of <span class="h-card" translate="no"><a href="https://fosstodon.org/@joss" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>joss</span></a></span>: fully open infrastructure, automated workflows, everything feels really smooth. 👍</p><p><a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://fosstodon.org/tags/meteorology" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meteorology</span></a> <a href="https://fosstodon.org/tags/physics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>physics</span></a> <a href="https://fosstodon.org/tags/turbulence" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>turbulence</span></a></p>
Buck Baskin<p>I found some interesting trends today while working with the simplify function from <a href="https://fosstodon.org/tags/Sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sympy</span></a> as part of an experimental project for <span class="h-card" translate="no"><a href="https://fosstodon.org/@formak" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>formak</span></a></span>. A large portion of the time is spent in list comprehensions and calling simplify recursively, which seems to “confuse” the flame graph representation.</p><p>Also, I think flame graphs are pretty to look at<br><a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://fosstodon.org/tags/visualization" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>visualization</span></a></p>
Yann Büchau :nixos:<p>🤯 Holy sh*t, <a href="https://fosstodon.org/tags/sympy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sympy</span></a> is such a crazy powerful :python: <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> package, look how much you can get out of a single one-line expression and some fancy decorators and wrappers.</p><p>This is from the development version of PARMESAN¹, a Python package for <a href="https://fosstodon.org/tags/meteorology" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meteorology</span></a> <a href="https://fosstodon.org/tags/turbulence" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>turbulence</span></a> <a href="https://fosstodon.org/tags/timeseries" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>timeseries</span></a> <a href="https://fosstodon.org/tags/analysis" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>analysis</span></a> I'm working on <span class="h-card"><a href="https://xn--baw-joa.social/@umphy" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>umphy</span></a></span> and that I plan to submit to <span class="h-card"><a href="https://fosstodon.org/@joss" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>joss</span></a></span> in near future.</p><p>¹<a href="https://gitlab.com/tue-umphy/software/parmesan" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gitlab.com/tue-umphy/software/</span><span class="invisible">parmesan</span></a></p><p>(🖱️ click to expand the large image)</p>