Skip to content

Commit 9b5784f

Browse files
authored
Merge pull request #403 from imagej/update-ria-j-docs
Update ria j docs, its a small update, so i do it by my self. Thanks!
2 parents 360a974 + fbb270e commit 9b5784f

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

_pages/plugins/ria-j.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
---
22
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']
1611
---
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 -%}
1717

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.
1923

2024
## Key Features
2125

0 commit comments

Comments
 (0)