<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Pieter Belmans</title>
    <description></description>
    <link>http://pbelmans.ncag.info/</link>
    <atom:link href="http://pbelmans.ncag.info/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Fri, 20 Mar 2026 09:26:31 +0000</pubDate>
    <lastBuildDate>Fri, 20 Mar 2026 09:26:31 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>Intersection theory in OSCAR</title>
        <description>&lt;p&gt;5 years ago, Jieao Song wrote
&lt;a href=&quot;https://github.com/jieaosong/IntersectionTheory&quot;&gt;a really nice intersection theory package&lt;/a&gt; in Julia,
my new favourite programming language.
It is similar to the famous &lt;a href=&quot;https://macaulay2.com/doc/Macaulay2/share/doc/Macaulay2/Schubert2/html/index.html&quot;&gt;Schubert2&lt;/a&gt; package
in Macaulay2,
and other, lesser-known packages,
like &lt;a href=&quot;https://www.math.sciences.univ-nantes.fr/~sorger/en/chow/&quot;&gt;Chow&lt;/a&gt; for SageMath.
It is extremely efficient (being significantly faster than Schubert2).
&lt;p&gt;One plan that had been around for almost 5 years
&lt;a href=&quot;https://github.com/jieaosong/IntersectionTheory/issues/4&quot;&gt;was to integrate it into OSCAR&lt;/a&gt;,
the Julia analogue of what SageMath is in Python,
so that it becomes part of a stable ecosystem.
&lt;p&gt;I&apos;m happy to say that &lt;a href=&quot;https://github.com/oscar-system/Oscar.jl/pull/5865/changes&quot;&gt;&lt;strong&gt;this integration is now done&lt;/strong&gt;&lt;/a&gt;!
This was a joint effort of &lt;a href=&quot;https://math.rptu.de/en/decker&quot;&gt;Wolfram Decker&lt;/a&gt; and myself.
I want to thank Wolfram for the great help (and patience).
Aside from simply integrating the infrastructure,
we have added lots of documentation, examples, tests, and some minor features.
That said, it cannot be overstated how great the foundation laid by Jieao was.
I feel like standing on the shoulder of a giant here, and I hope that this will be a great tool for many people in the future.
&lt;p&gt;It is not yet in the latest version (which is 1.7.0 at the time of writing) of OSCAR,
but you can use the &lt;a href=&quot;https://docs.oscar-system.org/dev/DeveloperDocumentation/new_developers/&quot;&gt;development version per these instructions&lt;/a&gt;.
&lt;p&gt;If you want to see what it is capable of,
see &lt;a href=&quot;https://docs.oscar-system.org/dev/Experimental/IntersectionTheory/intro/&quot;&gt;the documentation&lt;/a&gt;
(which for now still refers to the development branch; in the latest branch it is still the older version),
e.g., check out
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://docs.oscar-system.org/dev/Experimental/IntersectionTheory/AbstractVarieties/&quot;&gt;the different constructions and properties&lt;/a&gt;, or
  &lt;li&gt;&lt;a href=&quot;https://docs.oscar-system.org/dev/Experimental/IntersectionTheory/examples/&quot;&gt;one of the many examples&lt;/a&gt;
&lt;/ul&gt;
&lt;p&gt;it can work with.
&lt;p&gt;It is still in the experimental phase,
and we are eager to hear your feedback and comments!</description>
        <pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate>
        <link>http://pbelmans.ncag.info/blog/2026/03/17/intersectiontheory/</link>
        <guid isPermaLink="true">http://pbelmans.ncag.info/blog/2026/03/17/intersectiontheory/</guid>
        
        <category>algebraic geometry</category>
        
        <category>programming</category>
        
        
        <category>mathematics</category>
        
      </item>
    
      <item>
        <title>Hyperkaehler.info: an update</title>
        <description>&lt;p&gt;Last week I updated &lt;a href=&quot;https://hyperkaehler.info&quot;&gt;Hyperkaehler.info&lt;/a&gt; a bit,
and now it also contains information on:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.hyperkaehler.info/monodromy&quot;&gt;monodromy groups&lt;/a&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.hyperkaehler.info/riemann-roch&quot;&gt;Riemann&amp;ndash;Roch polynomials&lt;/a&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.hyperkaehler.info/llv&quot;&gt;Looijenga–Lunts–Verbitsky (LLV) decompositions&lt;/a&gt;
&lt;/ul&gt;
&lt;p&gt;Especially the latter is really cool,
it is a refinement of the Hodge decomposition using the representation theory of a finite-dimensional Lie algebra attached to a hyperkähler variety.
&lt;a href=&quot;https://jieaosong.github.io&quot;&gt;Jieao Song&lt;/a&gt; created an interactive visualization of this decomposition,
and this is now integrated into the website.
You can explore it for &lt;a href=&quot;https://www.hyperkaehler.info/K3-4&quot;&gt;type K3&lt;sup&gt;[4]&lt;/sup&gt;&lt;/a&gt;.
Notice how each type now also has its own canonical URL!&lt;/p&gt;

&lt;hr&gt;
&lt;p&gt;Full disclosure: I have used LLMs (more precisely, Claude Opus and Sonnet, via GitHub Copilot)
to implement these additions.
What would probably have taken me more than a day of work (including various unrelated fixes) ended up taking only one or two hours,
split between some implementation work of my own and a larger amount of reviewing LLM-generated code.&lt;/p&gt;
&lt;p&gt;It seems that LLMs have reached sufficient maturity to be useful for these things
(but one has to carefully review things! they are basically very good autocomplete machines behaving like slot machines, or vice versa)
and I&apos;ll be describing some more successful use cases later.
</description>
        <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
        <link>http://pbelmans.ncag.info/blog/2026/03/09/hyperkaehler-update/</link>
        <guid isPermaLink="true">http://pbelmans.ncag.info/blog/2026/03/09/hyperkaehler-update/</guid>
        
        <category>algebraic geometry</category>
        
        <category>programming</category>
        
        
        <category>mathematics</category>
        
      </item>
    
      <item>
        <title>Welcome to the new members of the research group</title>
        <description>&lt;p&gt;It is all good to post job announcements,
but I&apos;ve come to realize that it is also good to actually publicly welcome the people who have joined the research group!
&lt;p&gt;I am really glad to say that I&apos;m being joined by
&lt;ul&gt;
  &lt;li&gt;dr. &lt;strong&gt;&lt;a href=&quot;https://yuki-mizuno728.github.io/homepage/&quot;&gt;Yuki Mizuno&lt;/a&gt;&lt;/strong&gt;, who is joining me as a postdoc for 3 years,
    working on noncommutative algebraic geometry
  &lt;li&gt;&lt;strong&gt;Matthijs Holstege&lt;/strong&gt;, who is joining me as a PhD student,
    working on quiver moduli and noncommutative algebraic geometry
  &lt;li&gt;&lt;strong&gt;Javier Fernández Piriz&lt;/strong&gt;, who is joining Karin Melnick and me as a PhD student (so joint with the University of Luxembourg),
    working on partial flag varieties
&lt;/ul&gt;
&lt;p&gt;I&apos;m looking forward to all the interesting mathematics that we will do together!
</description>
        <pubDate>Fri, 06 Feb 2026 00:00:00 +0000</pubDate>
        <link>http://pbelmans.ncag.info/blog/2026/02/06/welcome-new-team-members/</link>
        <guid isPermaLink="true">http://pbelmans.ncag.info/blog/2026/02/06/welcome-new-team-members/</guid>
        
        
        <category>mathematics</category>
        
      </item>
    
      <item>
        <title>Postdoc position in algebraic geometry</title>
        <description>&lt;p&gt;I am excited to announce
&lt;a href=&quot;https://www.uu.nl/en/organisation/working-at-utrecht-university/jobs/postdoc-position-in-algebraic-geometry&quot;&gt;
  a postdoc position in algebraic geometry
&lt;/a&gt;.
&lt;p&gt;The summary:
&lt;ul&gt;
  &lt;li&gt;starting date is &lt;strong&gt;October 1 2026&lt;/strong&gt; (or as soon as possible thereafter)
  &lt;li&gt;it is for 3 years (with a 1-year probation)
  &lt;li&gt;the focus is (derived categories of) Hilbert schemes of points on surfaces,
    so some experience with these or topics closely related to it
    is required
  &lt;li&gt;it is part of a &lt;a href=&quot;https://pbelmans.ncag.info/projects/hilbertmovies&quot;&gt;joint grant&lt;/a&gt;
    between &lt;a href=&quot;https://sites.google.com/site/andkrugmath/&quot;&gt;Andreas Krug&lt;/a&gt;
    and myself, and regular visits to Hannover are anticipated
  &lt;li&gt;we will start reviewing and interviewing candidates after the application deadline of &lt;strong&gt;February 22&lt;/strong&gt;
&lt;/ul&gt;
&lt;p&gt;There is a really active research group on algebraic geometry in Utrecht,
and the Netherlands is a great place in general for algebraic geometry, with many interesting activities.

&lt;p&gt;The position is funded by the &lt;a href=&quot;https://nwo.nl&quot;&gt;NWO&lt;/a&gt;,
through the &lt;a href=&quot;https://pbelmans.ncag.info/projects/hilbertmovies&quot;&gt;NWO+DFG Weave project HilbertMoVieS&lt;/a&gt;.

&lt;p&gt;All information on how to apply can be found on the Utrecht University job portal.
If you have any questions, please get in touch!
</description>
        <pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate>
        <link>http://pbelmans.ncag.info/blog/2026/02/05/postdoc-hilbertmovies/</link>
        <guid isPermaLink="true">http://pbelmans.ncag.info/blog/2026/02/05/postdoc-hilbertmovies/</guid>
        
        
        <category>mathematics</category>
        
      </item>
    
      <item>
        <title>An assistant professorship at Utrecht University</title>
        <description>&lt;p&gt;The previous such post is only a few months old,
but here is another position!
&lt;p&gt;Utrecht University is hiring an &lt;a href=&quot;https://www.uu.nl/en/organisation/working-at-utrecht-university/jobs/assistant-professor-in-pure-mathematics&quot;&gt;&lt;strong&gt;assistant professor in pure mathematics&lt;/strong&gt;&lt;/a&gt;, not tied to specific area.
I can attest it is a great place to work, so if you fit the (broad) profile, and would like to work at Utrecht University,
please consider applying!
&lt;p&gt;If you have questions, you can ask me, or in case of more official questions, the head of the committee, which is &lt;a href&quot;https://sites.google.com/site/gijsheuts/home&quot;&gt;Gijs Heuts&lt;/a&gt;.

</description>
        <pubDate>Tue, 03 Feb 2026 00:00:00 +0000</pubDate>
        <link>http://pbelmans.ncag.info/blog/2026/02/03/ud-utrecht-2/</link>
        <guid isPermaLink="true">http://pbelmans.ncag.info/blog/2026/02/03/ud-utrecht-2/</guid>
        
        
        <category>mathematics</category>
        
      </item>
    
      <item>
        <title>Events related to Markus Reineke as Springer Chair</title>
        <description>&lt;p&gt;This academic year,
the &lt;a href=&quot;https://www.uu.nl/en/research/utrecht-geometry-centre/research/ta-springer-chair&quot;&gt;Springer Chair&lt;/a&gt; (a visiting professorship at Utrecht University) has been given to &lt;a href=&quot;https://math.ruhr-uni-bochum.de/fakultaet/arbeitsbereiche/algebra/research-team-reineke/team/prof-dr-markus-reineke/&quot;&gt;Markus Reineke&lt;/a&gt;.
He will be visiting us in February,
and in this context we are organizing several events:
&lt;ul&gt;
  &lt;li&gt;a &lt;a href=&quot;https://www.uu.nl/en/research/utrecht-geometry-centre/activities/ugc-colloquium&quot;&gt;colloquium talk&lt;/a&gt;
    on Tuesday, February 3, from 16 to 17, in Minaert 201
  &lt;li&gt;a &lt;a href=&quot;https://www.uu.nl/en/events/quiver-moduli-and-their-geometry&quot;&gt;lecture series&lt;/a&gt;
    on February 4, 9, and 10
    (see the webpage for more details)
  &lt;li&gt;&lt;a href=&quot;https://www.uu.nl/en/events/open-problems-discussion-quivers&quot;&gt;a problem session&lt;/a&gt;
    on Wednesday, February 11, from 13h15 to 15h00, in HFG 611
  &lt;li&gt;&lt;a href=&quot;https://quivers-2026.ncag.info&quot;&gt;a 2-day workshop&lt;/a&gt;
    on February 23 and 24
    (see the webpage for more details, note that capacity is very limited)
&lt;/ul&gt;
&lt;p&gt;Everyone is cordially invited to the colloquium,
lecture series,
and problem session!
&lt;p&gt;Whilst the workshop isn&apos;t invitation-only,
we could only get a small room,
so if you plan to attend it,
please get in touch with me at &lt;a href=&quot;mailto:p.belmans@uu.nl&quot;&gt;p.belmans@uu.nl&lt;/a&gt;.
</description>
        <pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate>
        <link>http://pbelmans.ncag.info/blog/2026/01/16/markus-events/</link>
        <guid isPermaLink="true">http://pbelmans.ncag.info/blog/2026/01/16/markus-events/</guid>
        
        
        <category>mathematics</category>
        
      </item>
    
      <item>
        <title>Change of host for Hyperkaehler.info</title>
        <description>&lt;p&gt;I&apos;ve been hosting all interactive websites on PythonAnywhere,
but recently I felt the urge to try and host them on my Synology DS920+.
Four years ago, I bought it with the possibility in mind
of starting to self-host various things
aside from using it as a NAS.
After a failed attempt a few weeks ago
(despite port forwarding being set up in a seemingly correct fashion,
my ISP was blocking communication with the Let&apos;s Encrypt servers)
I figured out that I could use CloudFlare Tunnels instead.
&lt;p&gt;I have now done this for &lt;a href=&quot;https://hyperkaehler.info&quot;&gt;Hyperkaehler.info&lt;/a&gt;,
as a little experiment.
You shouldn&apos;t notice anything different,
except that response times might even be a little quicker,
and the SSL certificate comes from somewhere else.
But in case it does go down for a prolonged period,
now you know why.
&lt;p&gt;If this approach works well for the next few months,
I&apos;ll probably move my other interactive websites over as well
(the static ones can simply continue running via GitHub Pages for the time being)
</description>
        <pubDate>Sun, 28 Dec 2025 00:00:00 +0000</pubDate>
        <link>http://pbelmans.ncag.info/blog/2025/12/28/change-of-host-hyperkaehler/</link>
        <guid isPermaLink="true">http://pbelmans.ncag.info/blog/2025/12/28/change-of-host-hyperkaehler/</guid>
        
        <category>algebraic geometry</category>
        
        <category>programming</category>
        
        
        <category>mathematics</category>
        
      </item>
    
      <item>
        <title>New paper: Generic non-semisimplicity of small quantum cohomology of Kronecker moduli</title>
        <description>&lt;p&gt;It&apos;s not quite a new paper,
rather it is a new &lt;em&gt;appendix&lt;/em&gt; (&lt;a href=&quot;/assets/appendix-non-semisimple-kronecker-moduli.pdf&quot;&gt;&lt;strong&gt;pdf of a standalone version&lt;/strong&gt;&lt;/a&gt;),
to be included in &lt;a href=&quot;https://arxiv.org/abs/2509.01101&quot;&gt;A-D-E diagrams, Hodge&amp;ndash;Tate hyperplane sections and semisimple quantum cohomology&lt;/a&gt;
by Sergey Galkin, Naichung Conan Leung, Changzheng Li, and Rui Xiong.
&lt;p&gt;It is a short appendix,
in which we observe that one of the main results in the Galkin&amp;ndash;Leung&amp;ndash;Li&amp;ndash;Xiong paper
is also sufficiently strong to deduce that
the small quantum cohomology of certain Kronecker moduli is &lt;em&gt;not&lt;/em&gt; semisimple.
Here, Kronecker moduli is shorthand for
moduli spaces of stable quiver representations of the Kronecker quiver;
this class of smooth projective varieties has many extremely nice properties,
and many strong tools to study them.
&lt;p&gt;I refer to the introduction of the main paper for additional context
motivating the study of quantum cohomology.
Let me just point out that
&lt;ul&gt;
  &lt;li&gt;combining the Schofield and Dubrovin conjectures
    predicts that the big quantum cohomology should be generically semisimple;
  &lt;li&gt;special cases of Kronecker moduli are Grassmannians,
    for which the small quantum cohomology is generically semisimple;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/2412.15987&quot;&gt;Meng has shown&lt;/a&gt; that the small quantum cohomology for the Kronecker moduli space
    for the 3-Kronecker quiver and dimension vector $(2,3)$
    (the smallest case which is not a Grassmannian)
    has generically simple quantum cohomology.
&lt;/ul&gt;
&lt;p&gt;One can experimentally (using &lt;a href=&quot;https://quiver.tools&quot;&gt;QuiverTools&lt;/a&gt;)
check that the obstruction from Galkin&amp;ndash;Leung&amp;ndash;Li&amp;ndash;Xiong&apos;s Theorem 1.2
vanishes for many examples of Kronecker moduli.
But Markus and I noticed that it does &lt;em&gt;not&lt;/em&gt; vanish for the following infinite family of Kronecker moduli:
&lt;p&gt;&lt;strong&gt;Theorem&lt;/strong&gt;
&lt;em&gt;Let $\mathrm{M}_{(2,m)}^m$ be the Kronecker moduli space
for the $m$-Kronecker quiver and dimension vector $(2,m)$, and $m\geq 5$ odd.
Then the small quantum cohomology of $\mathrm{M}_{(2,m)}^m$ is &lt;strong&gt;not&lt;/strong&gt; generically semisimple.&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;It&apos;s a fun, combinatorial proof, that fits in 1.5 page, so I won&apos;t comment further on it.
</description>
        <pubDate>Wed, 26 Nov 2025 00:00:00 +0000</pubDate>
        <link>http://pbelmans.ncag.info/blog/2025/11/26/new-paper-non-semisimplicity/</link>
        <guid isPermaLink="true">http://pbelmans.ncag.info/blog/2025/11/26/new-paper-non-semisimplicity/</guid>
        
        <category>algebraic geometry</category>
        
        <category>programming</category>
        
        
        <category>mathematics</category>
        
      </item>
    
      <item>
        <title>Updated paper: Moduli spaces of semiorthogonal decompositions in families</title>
        <description>&lt;p&gt;This update is concerned with
&lt;strong&gt;&lt;a href=&quot;https://arxiv.org/abs/2002.03303&quot;&gt;Moduli spaces of semiorthogonal decompositions in families&lt;/a&gt;&lt;/strong&gt;,
written together with Shinnosuke Okawa, and Andrea Ricolfi.
I already alluded to it in the previous post:
this paper has seen a significant update.

&lt;h3&gt;What&apos;s new?&lt;/h3&gt;
&lt;p&gt;Following a very useful referee report,
we have:
&lt;ul&gt;
  &lt;li&gt;streamlined the entire paper;
  &lt;li&gt;referred to the literature for étale descent of semiorthogonal decompositions,
    thereby getting rid of a characteristic-zero assumption;
  &lt;li&gt;included a second proof of the functor being limit-preserving,
    following a suggestion by the referee;
  &lt;li&gt;included the referee&apos;s proof for uniqueness of deformations
    (with the original proof moved to a separated paper);
  &lt;li&gt;everything now works in a general smooth and proper setting,
    so the standing assumptions are always the same;
  &lt;li&gt;we have expanded the discussion on our conjecture
    regarding the subspace of non-trivial semiorthogonal decompositions.
&lt;/ul&gt;
&lt;p&gt;I believe the paper is much improved now,
so if you didn&apos;t like the previous version, you can give this one a shot!
</description>
        <pubDate>Mon, 17 Nov 2025 00:00:00 +0000</pubDate>
        <link>http://pbelmans.ncag.info/blog/2025/11/17/updated-paper-sod-f/</link>
        <guid isPermaLink="true">http://pbelmans.ncag.info/blog/2025/11/17/updated-paper-sod-f/</guid>
        
        <category>algebraic geometry</category>
        
        
        <category>mathematics</category>
        
      </item>
    
      <item>
        <title>New paper: Deformation theory for a morphism in the derived category with fixed lift of the codomain</title>
        <description>&lt;p&gt;This blogpost is concerned with
&lt;strong&gt;&lt;a href=&quot;https://arxiv.org/abs/2511.10312&quot;&gt;Deformation theory for a morphism in the derived category with fixed lift of the codomain&lt;/a&gt;&lt;/strong&gt;,
written together with Wendy Lowen, Shinnosuke Okawa, and Andrea Ricolfi.
If you want to go straight to the details,
you can directly start reading the paper,
this blogpost is just to give a bit of background and history.

&lt;h3&gt;Origin story&lt;/h3&gt;
&lt;p&gt;Following a referee report and subsequent revision for &lt;a href=&quot;https://arxiv.org/abs/2002.03303&quot;&gt;Moduli spaces of semiorthogonal decompositions in families&lt;/a&gt;,
we have performed an appendectomy on what was formerly Appendix A in that paper
(whose v3 will be online on Monday, I&apos;ll describe those significant changes in a separate blogpost),
turning it into a standalone paper.
After all,
the main result proved in this former appendix
is of independent interest.
However, it being buried in an appendix was not an ideal situation.

&lt;p&gt;So now it is a standalone paper
which also includes our original proof
that semiorthogonal decompositions deform uniquely
in smooth and proper families.
The referee has suggested a more self-contained proof for this uniqueness,
which will be featured in v3 of the original paper,
but more on that in a later blogpost.

&lt;h3&gt;What&apos;s in the paper?&lt;/h3&gt;
&lt;p&gt;The paper establishes a deformation theory of &lt;em&gt;morphisms&lt;/em&gt;,
explaining when they lift to derived categories of deformations of abelian categories.
The case of &lt;a href=&quot;https://mathscinet.ams.org/mathscinet/article?mr=2175388&quot;&gt;objects was worked out by Lowen in 2005&lt;/a&gt;.
One important conclusion from the results for objects is
a precise theorem that explains the heuristic that exceptional objects
should lift uniquely along deformations.

&lt;p&gt;To do the same lifting for morphisms,
you have to say first what you precisely want to do with
the objects that are the domain and codomain of the morphism.
As the title suggests, we want to fix a lift of the codomain,
and then we try to understand how the domain and morphism itself
can be lifted.

&lt;p&gt;The reason for this choice of setup is that it is
exactly what is needed for our application,
namely to understand the deformation theory of semiorthogonal decompositions.
After all,
a semiorthogonal decomposition can be described using a &lt;em&gt;decomposition triangle&lt;/em&gt;
of projection functors,
with the middle term being the identity functor,
encoded using the structure sheaf of the diagonal.
We therefore know which lift of the codomain we want to take:
the structure sheaf of the diagonal.

&lt;p&gt;And thus, that is what we have done:
&lt;ul&gt;
  &lt;li&gt;Theorem A gives the technical result for lifting morphisms,
    identifying the obstruction class
    and torsor structure for the set of lifts;
  &lt;li&gt;Corollary B gives the algebro-geometric version,
    which requires a restriction argument,
    because in algebraic geometry one uses tensor products for pullbacks,
    but those are a priori not compatible with
    using Grothendieck categories and injective objects;
  &lt;li&gt;Theorem C shows that semiorthogonal decompositions deform uniquely
    in smooth and proper families.
&lt;/ul&gt;
&lt;p&gt;I hope that this abstract and general machinery can be useful for you too!
</description>
        <pubDate>Fri, 14 Nov 2025 00:00:00 +0000</pubDate>
        <link>http://pbelmans.ncag.info/blog/2025/11/14/deformation-theory-of-morphisms/</link>
        <guid isPermaLink="true">http://pbelmans.ncag.info/blog/2025/11/14/deformation-theory-of-morphisms/</guid>
        
        <category>algebraic geometry</category>
        
        
        <category>mathematics</category>
        
      </item>
    
  </channel>
</rss>
