diff --git a/docs/intro.md b/docs/intro.md index 312643d..ea1cfd2 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -10,14 +10,18 @@ If you have feedback or suggestions, if spotted a typo, broken link or misleadin ## Recent blog posts -### [Running bio image analysis workflows on your machine](stefan_hahmann/github_desktop_jupyter_notebook/readme) +### [Installation of Elephant Server on Windows](stefan_hahmann/elephant_server_installation_windows/readme) [Stefan Hahmann](stefan_hahmann/readme), April 24th, 2024

ELEPHANT is a platform for 3D cell tracking, based on incremental and interactive deep learning. This post will show you how to install the ELEPHANT server component on a Windows machine.

+### [Running bio image analysis workflows on your machine](stefan_hahmann/github_desktop_jupyter_notebook/readme) + [Stefan Hahmann](stefan_hahmann/readme), December 21st, 2023

Jupyter Notebooks may be used to run bio image analysis workflows on your machine with your own data. They are a great tool to share workflows with others. This post will show you how to run workflows that have been shared via GitHub.

+### [Best of both worlds: Combining Qt Designer and magicgui](johannes_mueller/qtdesigner_and_magicgui/readme) + [Johannes Soltwedel](johannes_mueller/readme), Mai 12th, 2023

This blog post will give you a quick introduction on how to combine two great tools for the creation of graphical user interfaces in napari: The [Qt Designer](https://doc.qt.io/qt-6/qtdesigner-manual.html) and [magicgui](https://pyapp-kit.github.io/magicgui/).