Skip to content

Commit 9163e7c

Browse files
authored
Merge pull request #406 from imagej/ria
2 parents f8f83c6 + f62f8d6 commit 9163e7c

2 files changed

Lines changed: 62 additions & 8 deletions

File tree

_pages/people/Epivitae.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Kui Wang
3+
name: Kui Wang
4+
website: https://www.cns.ac.cn
5+
gravatar: cea731816b60218856b6326f4b0e8e41
6+
affiliation:
7+
- Institute of Neuroscience (ION) | http://www.ion.ac.cn/
8+
- Center for Excellence in Brain Science and Intelligence Technology (CEBSIT) | https://cebsit.cas.cn/
9+
- Chinese Academy of Sciences (CAS) | https://www.cas.ac.cn/
10+
- Chimeric Nano Sensor (CNS) Team | https://www.cns.ac.cn/
11+
forum: Epivitae
12+
github: Epivitae
13+
stackoverflow:
14+
openhub:
15+
twitter: bio_sensor
16+
researchgate: Kui-Wang-37
17+
orcid: 0000-0002-9436-3632
18+
scholar: RFAVjC4AAAAJ
19+
---
20+
21+
I am a Postdoctoral Fellow at the Institute of Neuroscience (ION), CAS, where I lead the **[Chimeric Nano Sensor (CNS) Team](https://www.cns.ac.cn)**. My research focuses on the development of genetically encoded fluorescent biosensors and their application in studying neurochemical dynamics in live animals.
22+
23+
<br>
24+
<br>
25+
26+
Below are the open-source software tools I developed to facilitate imaging analysis.
27+
28+
### 🔬 Biosensor Tools
29+
30+
A collection of ImageJ/Fiji plugins for ratiometric imaging, motion correction, and workspace management.
31+
32+
<br>
33+
<br>
34+
35+
**📥 Installation via Fiji Update Site**
36+
To install or update these plugins, please use the **Biosensor Tools** update site:
37+
1. Open Fiji and navigate to `Help > Update...`
38+
2. Click `Manage update sites`.
39+
3. Click `Add update site` and fill in:
40+
- **Name:** Biosensor Tools
41+
- **URL:** `https://sites.imagej.net/Biosensor-Tools/`
42+
4. Close the window and click `Apply changes`.
43+
44+
<br>
45+
<br>
46+
47+
**🛠️ Plugin List**
48+
49+
| Plugin | Description | Links |
50+
| :--- | :--- | :--- |
51+
| **RIA-J** (Ratio Imaging Analyzer) | Publication-grade analysis for ratiometric biosensors. Features background subtraction, pixel-by-pixel ratio calculation, and IMD mode. | [Wiki](https://imagej.net/plugins/ria-j) / [GitHub](https://github.com/Epivitae/RIA-J) |
52+
| **FIA** (Fluorescence Image Analyzer) | A robust tool for image registration and motion correction. Designed to stabilize live-animal time-lapse datasets before quantification. | [GitHub](https://github.com/Epivitae/FIA) |
53+
| **WinMan** (Window Manager) | A workflow utility for efficiently managing the ImageJ workspace. Allows tiling, organizing, and controlling multiple image/result windows simultaneously. | [GitHub](https://github.com/Epivitae/WinMan) |

_pages/plugins/ria-j.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: RIA-J
3-
categories: [Analysis, Visualization]
3+
categories: [Analysis, Visualization, Ratiometric Imaging]
44
icon: /media/icons/RIA-J.png
55
source-url: "https://github.com/Epivitae/RIA-J"
66
update-site: "RIA-J"
@@ -15,11 +15,13 @@ team-maintainers: ['@Epivitae']
1515
{%- assign dev-status = page.dev-status -%}
1616
{%- unless team-maintainers -%} {%- assign team-maintainers = page.team-maintainer -%} {%- endunless -%}
1717

18+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18204761.svg)](https://doi.org/10.5281/zenodo.18204761)
19+
1820
**RIA-J (Ratio Imaging Analyzer - Java Edition)** is a lightweight, high-performance ImageJ/Fiji plugin designed for interactive ratiometric fluorescence analysis.
1921

20-
Developed by **Kui Wang** at the Center for Excellence in Brain Science and Intelligence Technology (CEBSIT), Chinese Academy of Sciences, it serves as the native Java counterpart to the Python-based RIA software.
22+
Developed by **Dr. Kui Wang** at the Center for Excellence in Brain Science and Intelligence Technology (CEBSIT), Chinese Academy of Sciences, it serves as the native Java counterpart to the Python-based RIA software.
2123

22-
Author: Kui Wang, CEBSIT, CAS. For questions please use the [GitHub Issues](https://github.com/Epivitae/RIA-J/issues) or tag @Epivitae on image.sc.
24+
Author: [Kui Wang](www.cns.ac.cn), CEBSIT, CAS. For questions please use the [GitHub Issues](https://github.com/Epivitae/RIA-J/issues) or tag @Epivitae on image.sc.
2325

2426
## Key Features
2527

@@ -52,12 +54,11 @@ RIA-J is distributed via an official Fiji Update Site.
5254

5355
If you use this software in your research, please cite the permanent Zenodo record:
5456

55-
{% include citation
56-
text="Wang, K. (2026). RIA-J: Ratio Imaging Analyzer (Java) - Interactive Ratiometric Analysis for ImageJ/Fiji. Zenodo."
57-
doi="10.5281/zenodo.18200077"
58-
%}
57+
Wang, K. (2026). RIA-J: Ratio Imaging Analyzer (Java) - Publication-Grade Ratiometric Analysis for ImageJ/Fiji (v2.0.0). Zenodo. https://doi.org/10.5281/zenodo.18204761
5958

60-
* **Repository**: [https://github.com/Epivitae/RIA-J](https://github.com/Epivitae/RIA-J)
6159

60+
61+
* **Repository**: [https://github.com/Epivitae/RIA-J](https://github.com/Epivitae/RIA-J)
62+
* **CNS Team**: [Chimeric Nano Sensor Team](https://www.cns.ac.cn/)
6263
---
6364
*Developed by Kui Wang © 2026. Part of the development for genetically encoded indicators, including GEM-CPPU1.0 and phosphate (Pi) probes.*

0 commit comments

Comments
 (0)