|
1 | 1 | --- |
2 | 2 | title: RIA-J |
3 | | -name: RIA-J (Ratio Imaging Analyzer - Java Edition) |
4 | | -description: A high-performance, interactive dashboard for real-time ratiometric fluorescence analysis and visualization. |
5 | | -categories: [Analysis, Visualization, Image Characterization] |
6 | | -authors: [Kui Wang] |
7 | | -labels: [ratiometric, fluorescence, FRET, biosensor, kinetics, normalized-convolution] |
8 | | -icon: /media/icons/RIA-J.png |
9 | | -project: https://github.com/Epivitae/RIA-J |
10 | | -source: https://github.com/Epivitae/RIA-J/blob/main/src/main/java/com/mybiolab/RIA_J.java |
11 | | -website: https://github.com/Epivitae/RIA-J |
12 | | -dev-status: active |
13 | | -support: https://github.com/Epivitae/RIA-J/issues |
14 | | -doi: 10.5281/zenodo.18200077 |
15 | | -update-site: RIA-J |
| 3 | +categories: [Analysis, Visualization] |
| 4 | +icon: /media/icons/ria-j.png |
| 5 | +source-url: "https://github.com/Epivitae/RIA-J" |
| 6 | +update-site: "RIA-J" |
| 7 | +release-version: v2.0.0 |
| 8 | +support-status: Active |
| 9 | +team-founders: ['@Epivitae'] |
| 10 | +team-maintainers: ['@Epivitae'] |
16 | 11 | --- |
| 12 | +{%- assign github = page.github -%} |
| 13 | +{%- assign release-version = page.release-version -%} |
| 14 | +{%- assign release-date = page.release-date -%} |
| 15 | +{%- assign dev-status = page.dev-status -%} |
| 16 | +{%- unless team-maintainers -%} {%- assign team-maintainers = page.team-maintainer -%} {%- endunless -%} |
17 | 17 |
|
18 | | -**RIA-J (Ratio Imaging Analyzer - Java Edition)** is a lightweight, high-performance ImageJ/Fiji plugin designed for interactive ratiometric fluorescence analysis. 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. |
| 18 | +**RIA-J (Ratio Imaging Analyzer - Java Edition)** is a lightweight, high-performance ImageJ/Fiji plugin designed for interactive ratiometric fluorescence analysis. |
| 19 | + |
| 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. |
| 21 | + |
| 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. |
19 | 23 |
|
20 | 24 | ## Key Features |
21 | 25 |
|
|
0 commit comments