Imprint#
Impressum#
@@ -453,7 +453,7 @@Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV:
Haftungsausschluss#
Haftung für Inhalte#
diff --git a/intro.html b/intro.html index fba8c37..73d403b 100644 --- a/intro.html +++ b/intro.html @@ -419,7 +419,7 @@Contents
Welcome!#
Most of us study and work at the Bio-image Analysis Technology Development group at the DFG Cluster of Excellence “Physics of Life” at the TU Dresden. We blog about image data science, knowledge exchange and research data management in the life sciences. The contents of this blog are licensed by the respective authors under CC-BY 4.0 license unless a different license is specified.
diff --git a/johannes_mueller/Readme.html b/johannes_mueller/Readme.html index d955e8d..f3bbc19 100644 --- a/johannes_mueller/Readme.html +++ b/johannes_mueller/Readme.html @@ -414,7 +414,7 @@Contents
Johannes Müller#
Hi! My name is Johannes and I originally studied physics. No coding, no biology, just classic physics: lasers, calculations, stuff like that. diff --git a/johannes_mueller/anaconda_getting_started/Readme.html b/johannes_mueller/anaconda_getting_started/Readme.html index 7708e5b..b692092 100644 --- a/johannes_mueller/anaconda_getting_started/Readme.html +++ b/johannes_mueller/anaconda_getting_started/Readme.html @@ -419,7 +419,7 @@
Contents
Getting started with Anaconda and Python#
Johannes Müller, January 26th, 2022
diff --git a/johannes_mueller/entry_sphinx/Readme.html b/johannes_mueller/entry_sphinx/Readme.html index efcae38..a1d244d 100644 --- a/johannes_mueller/entry_sphinx/Readme.html +++ b/johannes_mueller/entry_sphinx/Readme.html @@ -427,7 +427,7 @@Contents
- + Automated package documentation with Sphinx#
Johannes Müller, November 24th 2021
diff --git a/johannes_mueller/entry_user_inter/Readme.html b/johannes_mueller/entry_user_inter/Readme.html index 21f96b0..586cf92 100644 --- a/johannes_mueller/entry_user_inter/Readme.html +++ b/johannes_mueller/entry_user_inter/Readme.html @@ -425,7 +425,7 @@ Contents
- + Custom user interfaces for Python (Part 1)#
Johannes Müller, October 18th 2021
diff --git a/johannes_mueller/entry_user_interf2/Readme.html b/johannes_mueller/entry_user_interf2/Readme.html index 599e34a..5c50579 100644 --- a/johannes_mueller/entry_user_interf2/Readme.html +++ b/johannes_mueller/entry_user_interf2/Readme.html @@ -428,7 +428,7 @@ Contents
- + Custom user interfaces for Python (Part 2)#
Johannes Müller, October 18th 2021
@@ -444,7 +444,7 @@ Introduction +
Creating advanced standalone GUIs#
The previous entry showed you how to create basic GUIs by setting up a
QMainWindow
object and adding basic objects, such as buttons to it. However, especially if user interfaces become more complex, the approach of manually adding elements to your window will become harder and harder to control. This part of the tutorial will cover the creation of advanced user interfaces for PyQt.diff --git a/johannes_mueller/qtdesigner_and_magicgui/Readme.html b/johannes_mueller/qtdesigner_and_magicgui/Readme.html index 8680149..c4ba1b5 100644 --- a/johannes_mueller/qtdesigner_and_magicgui/Readme.html +++ b/johannes_mueller/qtdesigner_and_magicgui/Readme.html @@ -421,7 +421,7 @@ Contents
- + Best of both worlds: Combining Qt Designer and magicgui#
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 and magicgui. A good place to get started with each are the following blog posts by myself and Marcelo Zoccoler:
diff --git a/mara_lampert/getting_started_with_mambaforge_and_python/readme.html b/mara_lampert/getting_started_with_mambaforge_and_python/readme.html index ef7f5e6..d162f44 100644 --- a/mara_lampert/getting_started_with_mambaforge_and_python/readme.html +++ b/mara_lampert/getting_started_with_mambaforge_and_python/readme.html @@ -424,7 +424,7 @@
Contents
- + Getting started with Miniforge* and Python#
Mara Lampert, January 26th, 2023
updated by Stefan Hahmann, December 18th, 2023
diff --git a/mara_lampert/getting_started_with_miniforge_and_python/readme.html b/mara_lampert/getting_started_with_miniforge_and_python/readme.html index b7b7340..a1fbb6a 100644 --- a/mara_lampert/getting_started_with_miniforge_and_python/readme.html +++ b/mara_lampert/getting_started_with_miniforge_and_python/readme.html @@ -422,7 +422,7 @@Contents
- + Getting started with Miniforge and Python#
Mara Lampert, July 8th, 2024
diff --git a/mara_lampert/readme.html b/mara_lampert/readme.html index 7699a7e..a83748d 100644 --- a/mara_lampert/readme.html +++ b/mara_lampert/readme.html @@ -415,7 +415,7 @@ Contents
- + Mara Lampert#
diff --git a/marcelo_zoccoler/entry_user_interf3/Readme.html b/marcelo_zoccoler/entry_user_interf3/Readme.html index 36e8e18..549a606 100644 --- a/marcelo_zoccoler/entry_user_interf3/Readme.html +++ b/marcelo_zoccoler/entry_user_interf3/Readme.html @@ -428,7 +428,7 @@ Contents
- + Custom user interfaces for Python (Part 3)#
Marcelo Zoccoler, November 29th 2021
@@ -444,7 +444,7 @@ Introduction +
Creating advanced GUIs for napari#
The previous entry showed you how to create more advanced GUIs with the aid of the designer tool. This third part will teach you how to import those GUIs to napari and how to produce them straight from python functions using magicgui.
diff --git a/marcelo_zoccoler/entry_user_interf4/Readme.html b/marcelo_zoccoler/entry_user_interf4/Readme.html index ee6928c..b6b285d 100644 --- a/marcelo_zoccoler/entry_user_interf4/Readme.html +++ b/marcelo_zoccoler/entry_user_interf4/Readme.html @@ -431,7 +431,7 @@ Contents
- + Custom user interfaces for Python (Part 4)#
Marcelo Zoccoler, Johannes Müller, December 15th 2021, updated on July 20th 2022
@@ -447,7 +447,7 @@ Introduction +
Turning napari GUI into plugins#
The previous entry showed you three different ways to create GUIs and embed them into napari locally. This forth and last part will teach you how to transform them into napari plugins! 🏝️ 🚀
diff --git a/marcelo_zoccoler/jamovi/jamovi.html b/marcelo_zoccoler/jamovi/jamovi.html index 1e9b24b..78882b9 100644 --- a/marcelo_zoccoler/jamovi/jamovi.html +++ b/marcelo_zoccoler/jamovi/jamovi.html @@ -420,7 +420,7 @@ Contents
- + Jamovi: statistical analysis made visual and easy (powered with R)#
Marcelo Zoccoler, October 7th 2021
Statistical analysis software exist for decades. So why care about “just another one”. Well, for one main reason: simplicity. And I mean simplicity by a clean interface and an easy usage. Besides that, Jamovi is open-source and developed in R, a powerful programming language to perform statistical tests.
diff --git a/marcelo_zoccoler/mini_sabbatical_rike/Readme.html b/marcelo_zoccoler/mini_sabbatical_rike/Readme.html index b9f85b2..b8b98a1 100644 --- a/marcelo_zoccoler/mini_sabbatical_rike/Readme.html +++ b/marcelo_zoccoler/mini_sabbatical_rike/Readme.html @@ -403,7 +403,7 @@Mini-Sabbatical Experience at Bia-PoL
- + Mini-Sabbatical Experience at Bia-PoL#
Friederike Kessel, February 28th 2022
Hello, my name is Rike. For the last four years I have been a PhD student in experimental nephrology at the University Hospital Carl Gustav Carus in Dresden. During this time I started diving into the possibilities of bioimage analysis with Fiji. By using the ImageJ Macro language I helped colleagues to automatize workflows for the quantification of fluorescent signals in histology and intravital microscopy in mice.
diff --git a/marcelo_zoccoler/omero_scripts/readme.html b/marcelo_zoccoler/omero_scripts/readme.html index 0abe620..64a4924 100644 --- a/marcelo_zoccoler/omero_scripts/readme.html +++ b/marcelo_zoccoler/omero_scripts/readme.html @@ -416,7 +416,7 @@Contents
- + Running Deep-Learning Scripts in the BiA-PoL Omero Server#
Marcelo Zoccoler, May 2nd 2022
diff --git a/marcelo_zoccoler/readme.html b/marcelo_zoccoler/readme.html index fb5158b..2b01085 100644 --- a/marcelo_zoccoler/readme.html +++ b/marcelo_zoccoler/readme.html @@ -416,7 +416,7 @@ Contents
- + - Marcelo Zoccoler#
Hi! My name is Marcelo and I am an Electrical Engineer who has specialized in Life Sciences and Image Analysis! @@ -424,7 +424,7 @@
Marcelo Zoccolerfluorescence microscope that was assembled by our group at UNICAMP in Brazil. There, I started developing algorithms and software for bio-image analysis in MATLAB and Python. I also used a lot of Fiji as well! The goals were to quantify calcium concentration and membrane potential in these cells. Since some of these signals are very weak, I developed a software to extract these signals from noisy images called METROID. Most recently, I have contributed to develop a software called PoET that automatically measures Giant Unilamellar Vesicles (GUV) pores and I have designed an online simulator as a tool to teach students about electrochemical balance across a semipermeable membrane.
Since 2021, as a researcher for the Bio-image Analysis Technology Development group (BiA-PoL) at the DFG Cluster of Excellence “Physics of Life” at TU Dresden, I am developing courses and tools, mostly in Python and Fiji, that are intended to break down the barriers that biologists and biophysicists might experience when delving into the data science jungle. Below you will find some links to content related to my studies and how to find me.
+ - Blog posts#
- @@ -432,7 +432,7 @@
Jamovi: statistical analysis made visual and easy (powered with R)
Blog postsTurning napari GUI into plugins
+ Links#
- diff --git a/people.html b/people.html index 99c08a2..b99d4a8 100644 --- a/people.html +++ b/people.html @@ -403,7 +403,7 @@
BiA-PoL blog authors
-