<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>scverse</title><link>https://scverse.org/</link><description>Recent content on scverse</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 12 Oct 2026 00:00:00 +0100</lastBuildDate><atom:link href="https://scverse.org/index.xml" rel="self" type="application/rss+xml"/><item><title>scverse Conference 2026-10 Copenhagen</title><link>https://scverse.org/events/2026_10_conference/</link><pubDate>Mon, 12 Oct 2026 00:00:00 +0100</pubDate><guid>https://scverse.org/events/2026_10_conference/</guid><description>&lt;p&gt;Join us for the third scverse conference in &lt;strong&gt;Copenhagen (DTU)&lt;/strong&gt;, from &lt;strong&gt;Monday, October 12&lt;/strong&gt; to &lt;strong&gt;Wednesday, October 14&lt;/strong&gt;, 2026.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://scverse.org/conference2026/"&gt;Visit the dedicated conference page for more details&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Scverse x sc-Proteomics Hackathon 2026-09 Vienna</title><link>https://scverse.org/events/2026_09_singlecellproteomics/</link><pubDate>Fri, 04 Sep 2026 00:00:05 +0100</pubDate><guid>https://scverse.org/events/2026_09_singlecellproteomics/</guid><description>&lt;h2 id="welcome"&gt;Welcome&lt;/h2&gt;
&lt;p&gt;Join us for the joint &lt;a href="https://scverse.org"&gt;scverse&lt;/a&gt; x single-cell proteomics hackathon on &lt;strong&gt;September 4-5, 2026&lt;/strong&gt; at the Vienna Biocenter in Vienna.&lt;/p&gt;
&lt;p&gt;This hackathon aims to bring together users and developers of scverse tools with mass spectrometry-based single-cell proteomics (SCP) researchers. The main topic of this hackathon will center on the specialized preprocessing and downstream analysis workflows unique to SCP data.&lt;/p&gt;
&lt;p&gt;During this hackathon, we will tackle core computational challenges, settle on robust data formats, and establish best practices for handling low-input MS signals. You will have the opportunity to directly improve existing tools, build missing pieces of the ecosystem, and optimize scverse packages for single-cell proteomics data. All contributions will be made publicly available on GitHub under an open-source license.&lt;/p&gt;</description></item><item><title>scverse x Cell Painting Hackathon 2026-09 Berlin</title><link>https://scverse.org/events/2026_09_cellpainting/</link><pubDate>Wed, 02 Sep 2026 00:00:00 +0200</pubDate><guid>https://scverse.org/events/2026_09_cellpainting/</guid><description>&lt;p&gt;Join us for the scverse × Cell Painting hackathon taking place from &lt;strong&gt;Wednesday, September 2&lt;/strong&gt; to &lt;strong&gt;Friday, September 4&lt;/strong&gt; at the &lt;strong&gt;Max Delbrück Center, Campus Berlin-Buch, Berlin, Germany&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This hackathon unites the scverse, CytoData Society, and EU-OPENSCREEN communities for three days of collaborative development, bridging scverse and Cell Painting communities at the intersection of image-based profiling, phenomics, and single-cell perturbation analysis.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://scverse.org/cellpainting2026/"&gt;Visit the dedicated event page for more details&lt;/a&gt;&lt;/p&gt;</description></item><item><title>rapids-singlecell 0.15.0: Prebuilt CUDA Wheels and Compiled Kernels</title><link>https://scverse.org/blog/2026-rsc-goes-nanobind/</link><pubDate>Thu, 30 Apr 2026 00:00:05 +0100</pubDate><guid>https://scverse.org/blog/2026-rsc-goes-nanobind/</guid><description>&lt;h1 id="rapids-singlecell-release-0150"&gt;Rapids-singlecell release 0.15.0&lt;/h1&gt;
&lt;p&gt;We are proud to announce rapids-singlecell release 0.15.0 which comes with lots of new features but also changes to the installation process.&lt;/p&gt;
&lt;h2 id="why-the-packaging-changes"&gt;Why the packaging changes&lt;/h2&gt;
&lt;p&gt;In earlier versions of rapids-singlecell, all GPU kernels were written as CuPy RawKernels.
These were compiled the first time you called them — in your environment, on your machine.
That worked, but it came with friction:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;First-call latency.&lt;/strong&gt;
The initial invocation of a kernel-backed function could take several seconds while nvrtc compiled the CUDA source.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Silent dtype/layout mismatches.&lt;/strong&gt;
A RawKernel receives raw pointers.
If the input array had the wrong dtype or wasn&amp;rsquo;t C-contiguous, the kernel might silently produce garbage rather than raising an error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CUDA code trapped in Python strings.&lt;/strong&gt;
RawKernels are defined as CUDA source inside Python string literals.
That means no syntax highlighting, no autocomplete, and no compiler warnings in your editor — debugging C++ code buried in a Python string is nobody&amp;rsquo;s idea of a good time.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Starting with 0.15.0, these kernels are compiled once at build time and shipped as nanobind/CUDA C++ extension modules inside the wheel.
The result is a more conventional compiled-extension workflow: you &lt;code&gt;pip install&lt;/code&gt; the package and every kernel is ready immediately.&lt;/p&gt;</description></item><item><title>scverse Hackathon 2026-03 Berlin</title><link>https://scverse.org/events/2026_03_hackathon/</link><pubDate>Mon, 30 Mar 2026 00:00:05 +0100</pubDate><guid>https://scverse.org/events/2026_03_hackathon/</guid><description>&lt;h2 id="welcome"&gt;Welcome&lt;/h2&gt;
&lt;p&gt;Join us for the joint &lt;a href="https://scverse.org"&gt;scverse&lt;/a&gt; x proteomics hackathon on &lt;strong&gt;March 30-31, 2026&lt;/strong&gt; at the Max Delbrück Center, Mitte campus in Berlin.&lt;/p&gt;
&lt;p&gt;This hackathon aims to bring together users and developers of scverse tools, and proteomics researchers, both imaging and mass spectrometry based. The main topic of this hackathon will be around the preprocessing and analysis of proteomic data, including: multiplex immunofluorescence, liquid-chromatrography mass spectrometry (even single-cell proteomics). During this hackathon, we will discuss approaches, data formats, packages, and best practices; and you will have the opportunity to improve these and the realated code. All contributions will be made publicly available on GitHub under an open source license.&lt;/p&gt;</description></item><item><title>Highlights from the scverse conference 2025</title><link>https://scverse.org/blog/2025-conference-summary/</link><pubDate>Thu, 20 Nov 2025 00:00:05 -0800</pubDate><guid>https://scverse.org/blog/2025-conference-summary/</guid><description>&lt;figure style="margin: 1rem 0;"&gt;
 &lt;img src="https://scverse.org/img/blog/conference2025/conference2025.jpg" style="max-width: 100%; border-radius: 8px;" alt="Group photo from the scverse conference 2025" /&gt;
 &lt;figcaption style="text-align: center; font-size: 0.9rem; color: #666; margin-top: 0.5rem;"&gt;Attendees gather for a group photo at Stanford University&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The 2nd scverse conference at Stanford University, Palo Alto, California, on November 17-19, 2025 brought together developers and scientists from academia and industry to discuss the latest advances in computational tools and experimental techniques for single cell and spatial multi omics.&lt;/p&gt;
&lt;figure style="margin: 1rem 0;"&gt;
 &lt;img src="https://scverse.org/img/blog/conference2025/conference2025-numbers.png" style="max-width: 100%; border-radius: 8px;" alt="Conference in numbers infographic" /&gt;
 &lt;figcaption style="text-align: center; font-size: 0.9rem; color: #666; margin-top: 0.5rem;"&gt;The conference in numbers&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The conference in numbers:&lt;/p&gt;</description></item><item><title>scverse Conference 2025-11 Stanford</title><link>https://scverse.org/events/2025_11_conference/</link><pubDate>Mon, 17 Nov 2025 00:00:00 +0100</pubDate><guid>https://scverse.org/events/2025_11_conference/</guid><description>&lt;p&gt;Join us for the scverse conference taking place from &lt;strong&gt;Monday, November 17&lt;/strong&gt; to &lt;strong&gt;Wednesday, November 19&lt;/strong&gt; in &lt;strong&gt;Stanford, California&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://scverse.org/conference2025/"&gt;Visit the dedicated conference page for more details&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://scverse.org/conference2025/"&gt; &lt;img src="https://scverse.org/img/events/2025_11_conference_banner.png" style="max-width: 100%;" alt="scverse conference 2025 banner" /&gt; &lt;/a&gt;&lt;/p&gt;</description></item><item><title>scverse × BioContextAI: Community Infrastructure for Agentic Analysis</title><link>https://scverse.org/blog/2025-11-biocontextai/</link><pubDate>Sat, 08 Nov 2025 00:00:05 +0100</pubDate><guid>https://scverse.org/blog/2025-11-biocontextai/</guid><description>&lt;h1 id="scverse--biocontextai-community-infrastructure-for-agentic-analysis"&gt;scverse × BioContextAI: Community Infrastructure for Agentic Analysis&lt;/h1&gt;
&lt;p&gt;We&amp;rsquo;re excited to announce that we are partnering with &lt;a href="https://biocontext.ai/"&gt;BioContextAI&lt;/a&gt;, a new open-source initiative for building agentic systems in biomedical research.
BioContextAI provides a community registry for Model Context Protocol (MCP) servers.
These are standardized tools that allow AI systems to access specialized databases and software.
This project was recently published as a &lt;a href="https://www.nature.com/articles/s41587-025-02900-9"&gt;Nature Biotechnology correspondence&lt;/a&gt; and we are actively starting to explore and contribute scverse MCP servers.&lt;/p&gt;</description></item><item><title>Improved i/o in anndata 0.12</title><link>https://scverse.org/blog/2025-anndata-012/</link><pubDate>Tue, 29 Jul 2025 10:30:00 +0100</pubDate><guid>https://scverse.org/blog/2025-anndata-012/</guid><description>&lt;h1 id="012-released"&gt;0.12 released&lt;/h1&gt;
&lt;p&gt;We&amp;rsquo;re happy to announce that &lt;code&gt;anndata&lt;/code&gt; 0.12 is out now!
Check out &lt;a href="https://anndata.readthedocs.io/en/stable/release-notes/index.html#v0-12-0"&gt;the changelog&lt;/a&gt; for a full list of changes.
Here, we want to give our users a bit of a deep dive into the new functionality.
We have lots of great features, like zarr v3 support (package and format), full lazy loading, and new API customisability! Let’s dive in!&lt;/p&gt;
&lt;h2 id="zarr-v3"&gt;Zarr v3&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://zarr-specs.readthedocs.io/en/latest/v3/core/index.html"&gt;Zarr v3 as a file format&lt;/a&gt; provides improved cloud support, support for sharding to reduce the number of files created in a zarr store, and improved support for extensibility.
Check out the following graphic from the zarr docs:
By grouping chunks into shards, which are the individual file units, we can cut down the number of files a given zarr store has.
Compare this to zarr v2 where every chunk was its own file!
No more file system slowdowns, you can create large zarr stores with no concerns while still retaining the ease of use of zarr.&lt;/p&gt;</description></item><item><title>scverse × Biomni: Agentic Single-Cell Analysis</title><link>https://scverse.org/blog/2025-07-biomni/</link><pubDate>Mon, 28 Jul 2025 00:00:05 +0100</pubDate><guid>https://scverse.org/blog/2025-07-biomni/</guid><description>&lt;img src="https://scverse.org/img/blog/scverse_x_biomni_banner.png" style="max-width: 100%;" alt="scverse × Biomni partnership banner" /&gt;
&lt;p&gt;Single-cell and spatial omics have unlocked unprecedented insights into cellular diversity, tissue architecture, and drug responses.
Despite the remarkable progress in computational tools, the diversity and complexity of analyses can still pose challenges.
While the scverse ecosystem provides powerful and interoperable tools such as &lt;a href="https://scanpy.readthedocs.io/en/latest/"&gt;Scanpy&lt;/a&gt;, &lt;a href="https://scvi-tools.org/"&gt;scvi-tools&lt;/a&gt;, &lt;a href="https://squidpy.readthedocs.io/"&gt;Squidpy&lt;/a&gt;, &lt;a href="https://anndata.readthedocs.io/en/latest/"&gt;AnnData&lt;/a&gt;, &lt;a href="https://mudata.readthedocs.io/en/latest/"&gt;MuData&lt;/a&gt;, and &lt;a href="https://spatialdata.scverse.org/en/latest/"&gt;SpatialData&lt;/a&gt;, researchers can sometimes face a steep learning curve, particularly when integrating multiple analytical steps or modalities.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;scverse&lt;/strong&gt; is a community-driven, open-source initiative behind many of the most widely adopted Python tools in single-cell biology, known for promoting modular, interoperable, and scalable analysis across diverse modalities—from transcriptomics to spatial and immune profiling.&lt;/p&gt;</description></item><item><title>Four new scverse core packages</title><link>https://scverse.org/blog/2025-core-expansion/</link><pubDate>Tue, 01 Jul 2025 00:00:05 +0100</pubDate><guid>https://scverse.org/blog/2025-core-expansion/</guid><description>&lt;h1 id="four-new-core-packages-in-scverse"&gt;Four new core packages in scverse&lt;/h1&gt;
&lt;p&gt;We&amp;rsquo;re happy to announce that four new packages have joined the scverse core ecosystem: &lt;a href="https://github.com/scverse/snapatac2"&gt;SnapATAC2&lt;/a&gt;, &lt;a href="https://github.com/scverse/rapids_singlecell"&gt;rapids-singlecell&lt;/a&gt;, &lt;a href="https://github.com/scverse/pertpy"&gt;pertpy&lt;/a&gt;, and &lt;a href="https://github.com/scverse/decoupler"&gt;decoupler&lt;/a&gt;.
This broadens the scope of scverse beyond our so far supported modalities and brings in new functionality for epigenomics, perturbation screens, GPU acceleration, and functional inference.&lt;/p&gt;
&lt;p&gt;Single-cell analysis is evolving rapidly, with new experimental modalities and larger datasets becoming the norm.
To keep up with this, we’re expanding scverse to support more domains, more data types, and more scalable computing backends.
By bringing these mature, well-maintained tools into the core, we aim to provide a consistent and interoperable foundation across all stages of single-cell analysis.&lt;/p&gt;</description></item><item><title>scverse Hackathon 2025-03 Paris</title><link>https://scverse.org/events/2025_03_hackathon/</link><pubDate>Mon, 17 Mar 2025 00:00:05 +0100</pubDate><guid>https://scverse.org/events/2025_03_hackathon/</guid><description>&lt;h2 id="welcome"&gt;Welcome&lt;/h2&gt;
&lt;p&gt;Join us for the joint &lt;a href="https://scverse.org"&gt;scverse&lt;/a&gt; x &lt;a href="https://www.owkin.com/"&gt;Owkin&lt;/a&gt; hackathon on &lt;strong&gt;March 17-19, 2025&lt;/strong&gt; at the Owkin office in Paris.&lt;/p&gt;
&lt;p&gt;This hackathon aims to bring together users and developers of scverse tools, researchers, and owkinautes. The main topic of this hackathon will be spatial transcriptomics. During this hackathon, you will have the opportunity to improve existing code bases and add new features to scverse tools. All contributions will be made publicly available on GitHub under an open source license.&lt;/p&gt;</description></item><item><title>Highlights from the inaugural scverse conference</title><link>https://scverse.org/blog/2024-conference-summary/</link><pubDate>Thu, 14 Nov 2024 00:00:05 +0100</pubDate><guid>https://scverse.org/blog/2024-conference-summary/</guid><description>&lt;img src="https://scverse.org/img/blog/conference2024.png" style="max-width: 100%;" alt="Group photo from the scverse conference" /&gt;
&lt;p&gt;The first scverse conference, held in Munich, Germany from 10-12 September, 2024 brought together leading scientists, developers, and researchers from the single-cell genomics and spatial biology community. The conference was organized around five main events: (A) 6 keynotes from leaders in the field (B) 13 short talks from developers, graduate students, postdocs (C) 14 workshops with hands-on experience on various aspects of data analysis and software development (D) Poster session showcasing more than 50 posters (E) Talks from our sponsors showcasing their latest advancements. This year, the focus was on latest community-driven developments in multi-modal and spatial data analysis, broadening scverse accessibility and outreach, and enhancing interoperability. With over 170 participants from 17 different countries, the inaugural scverse conference was a success. Here, we provide major highlights from the conference.&lt;/p&gt;</description></item><item><title>scverse Conference 2024-09 Munich</title><link>https://scverse.org/events/2024_09_conference/</link><pubDate>Tue, 10 Sep 2024 00:00:05 +0100</pubDate><guid>https://scverse.org/events/2024_09_conference/</guid><description>&lt;p&gt;Join us for the first scverse conference taking place from &lt;strong&gt;Tuesday, September 10&lt;/strong&gt; to &lt;strong&gt;Thursday, September 12&lt;/strong&gt; in &lt;strong&gt;Munich, Germany&lt;/strong&gt;. Stay tuned for the registrations, speaker announcements, and more!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://scverse.org/conference2024/"&gt;Visit the dedicated conference page for more details&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://scverse.org/conference2024/"&gt; &lt;img src="https://scverse.org/img/events/2024_09_conference_savethedate.jpeg" style="max-width: 100%;" alt="Save the date info card, highlighting speakers and workshops as well as the September 10-12th date and Munich location" /&gt; &lt;/a&gt;&lt;/p&gt;</description></item><item><title>scverse Hackathon 2024-04 Boston</title><link>https://scverse.org/events/2024_04_hackathon/</link><pubDate>Tue, 02 Apr 2024 00:00:05 +0100</pubDate><guid>https://scverse.org/events/2024_04_hackathon/</guid><description>&lt;h2 id="welcome"&gt;Welcome&lt;/h2&gt;
&lt;p&gt;Join us for the scverse Hackathon taking place from &lt;strong&gt;Tuesday, April 2nd, 09:00 AM&lt;/strong&gt; to &lt;strong&gt;Thursday, April 4th, 06:00 PM&lt;/strong&gt; at &lt;strong&gt;Harvard Medical School&lt;/strong&gt; (&lt;a href="https://hms.harvard.edu/about-hms/contact-hms/harvard-longwood-campus-maps-directions"&gt;Boston, MA&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;The scverse hackathon is free. Local and international attendees could register through an open application. More information can be found at the &lt;a href="https://hms-dbmi.github.io/scverse-hackathon-spring-2024/"&gt;website&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="hackathon-tasks"&gt;Hackathon Tasks&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Visualizing remote SpatialData Zarr datasets with Vitessce&lt;/li&gt;
&lt;li&gt;Unified plotting for SpatialData: static, Napari, Vitessce&lt;/li&gt;
&lt;li&gt;Pseudotime trajectory explorer widget in Jupyter based on jupyter-scatter&lt;/li&gt;
&lt;li&gt;Genomic range DataFrame operations in scverse with genomic-features and bioframe&lt;/li&gt;
&lt;li&gt;Better interactive widgets for scverse with anywidget&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>scverse Hackathon 2023-11 Cambridge</title><link>https://scverse.org/events/2023_11_hackathon/</link><pubDate>Sun, 26 Nov 2023 00:00:05 +0100</pubDate><guid>https://scverse.org/events/2023_11_hackathon/</guid><description>&lt;h2 id="welcome"&gt;Welcome&lt;/h2&gt;
&lt;p&gt;Join us for the scverse Hackathon taking place from &lt;strong&gt;Monday, November 27th, 9:00 AM&lt;/strong&gt; to &lt;strong&gt;Wednesday, November 29th, afternoon&lt;/strong&gt; at &lt;strong&gt;Wellcome Genome Campus&lt;/strong&gt; (&lt;a href="https://www.google.com/maps/place/Wellcome+Genome+Campus/@52.0802014,0.1871654,15z/data=!4m6!3m5!1s0x47d87ccc6d10a9c9:0x3f7ad92339a765b6!8m2!3d52.0802014!4d0.1871654!16s%2Fm%2F02rttyd?entry=ttu"&gt;(Hinxton CB10 1SA, Cambridge, UK)&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;The scverse hackathon is free. Local and international attendees could register through an open application.&lt;/p&gt;
&lt;h2 id="hackathon-focus-areas"&gt;Hackathon Focus Areas&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Multi-condition analysis&lt;/strong&gt; - Improve tools for analysis, visualization &amp;amp; tutorials for comparative analysis of single-cell datasets.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data 4 AI&lt;/strong&gt; - writing new packages and docs for pytorch data loaders for single-cell omics datasets from scverse data objects&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;scverse template repos&lt;/strong&gt; - improvements to scverse cookiecutter templates for tools and analysis repos&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;An overview of the outcomes of the hackathon can be found &lt;a href="https://twitter.com/scverse_team/status/1735257738916102575"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>scverse Hackathon 2023-04 Heidelberg</title><link>https://scverse.org/events/2023_04_hackathon/</link><pubDate>Wed, 26 Apr 2023 00:00:05 +0100</pubDate><guid>https://scverse.org/events/2023_04_hackathon/</guid><description>&lt;h2 id="welcome"&gt;Welcome&lt;/h2&gt;
&lt;p&gt;Join us for the scverse Hackathon taking place from &lt;strong&gt;Wednesday, April 26th, 12:00 PM&lt;/strong&gt; to &lt;strong&gt;Friday, April 28th, afternoon&lt;/strong&gt; at &lt;strong&gt;BioQuant&lt;/strong&gt; (&lt;a href="https://goo.gl/maps/Qo5xD9pFkBYHTjHs6"&gt;Neuenheimer Feld 267, 69120 Heidelberg, Germany&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;The scverse hackathon is free. The event was invite only. We will try to make future editions open to everyone.&lt;/p&gt;
&lt;h2 id="event-schedule"&gt;Event Schedule&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Wednesday, April 26th (SR041)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;13:30 – 14:00 — PI introductions (Julio Saez-Rodriguez, Wolfgang Huber)&lt;/li&gt;
&lt;li&gt;14:00 – 14:30 — Hackathon introduction&lt;/li&gt;
&lt;li&gt;14:30 – 15:00 — State of the scverse + Q&amp;amp;A&lt;/li&gt;
&lt;li&gt;15:00 – 15:30 — Coffee break&lt;/li&gt;
&lt;li&gt;15:30 – 18:30 — Split into groups and hack&lt;/li&gt;
&lt;li&gt;18:30 – 19:00 — Short updates from teams&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Thursday, April 27th (SR042 &amp;amp; SR044)&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>scverse Hackathon 2022-12 Innsbruck</title><link>https://scverse.org/events/2022_12_hackathon/</link><pubDate>Thu, 08 Dec 2022 00:00:05 +0100</pubDate><guid>https://scverse.org/events/2022_12_hackathon/</guid><description>&lt;h2 id="welcome"&gt;Welcome&lt;/h2&gt;
&lt;p&gt;Join us for the scverse Hackathon taking place from &lt;strong&gt;Thursday, December 8th, 10:00 AM&lt;/strong&gt; to &lt;strong&gt;Friday, December 9th, afternoon&lt;/strong&gt; In Innsbruck.
The scverse hackathon is free. The event was invite only. We will try to make future editions open to everyone.&lt;/p&gt;
&lt;h2 id="hackathon-checklist"&gt;Hackathon checklist&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Check that you agree with the &lt;a href="https://scverse.org/about/code_of_conduct/"&gt;scverse code of conduct&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Ensure that you have a &lt;a href="https://github.com/"&gt;Github&lt;/a&gt; account.&lt;/li&gt;
&lt;li&gt;Join our &lt;a href="https://scverse.zulipchat.com/"&gt;zulip&lt;/a&gt; where you&amp;rsquo;ll be added to the hackathon stream. &lt;a href="https://scverse.zulipchat.com/#narrow/stream/319076-introductions"&gt;Say hi&lt;/a&gt; if this is your first time on the scverse zulip!&lt;/li&gt;
&lt;li&gt;Have &lt;a href="https://www.python.org/"&gt;python&lt;/a&gt; and any scverse package that you might work on installed.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Hello world</title><link>https://scverse.org/blog/hello-world/</link><pubDate>Tue, 17 May 2022 00:00:05 +0100</pubDate><guid>https://scverse.org/blog/hello-world/</guid><description>&lt;p&gt;Due to the increasing reliance of scientific research on complex computational pipelines, foundational software in the life sciences has outgrown individual labs and institutes in terms of its scale and impact.
This has motivated us to start something more than a code repository for an exciting new project – a new consortium to organize and support core (mostly) Python tools for single cell life science research.
We are excited to announce &lt;strong&gt;scverse&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>scverse Hackathon 2022-05 Munich</title><link>https://scverse.org/events/2022_05_hackathon/</link><pubDate>Mon, 02 May 2022 00:00:05 +0100</pubDate><guid>https://scverse.org/events/2022_05_hackathon/</guid><description>&lt;h2 id="welcome"&gt;Welcome&lt;/h2&gt;
&lt;p&gt;Join us for the scverse Hackathon taking place from &lt;strong&gt;Monday, May 2nd, 9:00 AM&lt;/strong&gt; to &lt;strong&gt;Tuesday, May 3rd, afternoon&lt;/strong&gt; In Munich.
The scverse hackathon is free. The event was invite only. We will try to make future editions open to everyone.&lt;/p&gt;
&lt;h2 id="hackathon-checklist"&gt;Hackathon checklist&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Check that you agree with the &lt;a href="https://scverse.org/about/code_of_conduct/"&gt;scverse code of conduct&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Ensure that you have a &lt;a href="https://github.com/"&gt;Github&lt;/a&gt; account.&lt;/li&gt;
&lt;li&gt;Join our &lt;a href="https://scverse.zulipchat.com/"&gt;zulip&lt;/a&gt; where you&amp;rsquo;ll be added to the hackathon stream. &lt;a href="https://scverse.zulipchat.com/#narrow/stream/319076-introductions"&gt;Say hi&lt;/a&gt; if this is your first time on the scverse zulip!&lt;/li&gt;
&lt;li&gt;Have &lt;a href="https://www.python.org/"&gt;python&lt;/a&gt; and any scverse package that you might work on installed.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>scverse conference 2025</title><link>https://scverse.org/conference2025/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://scverse.org/conference2025/</guid><description/></item><item><title>scverse conference 2026</title><link>https://scverse.org/conference2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://scverse.org/conference2026/</guid><description/></item></channel></rss>