diff --git a/README.md b/README.md index c359b0c..485cf3d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # NiChart: Neuro-imaging Chart +Full documentation at https://cbica.github.io/NiChart_Project + +GitHub page at https://github.com/CBICA/NiChart_Project + +## About + NiChart is a novel AI-powered neuroimaging platform with tools for computing a dimensional chart from multi-modal MRI data. NiChart provides end-to-end pipelines from raw DICOM data to advanced AI biomarkers, allowing to map a subject’s MRI images into personalized measurements, along with reference distributions for comparison to a broader population. diff --git a/docs2/README.rst b/docs2/README.rst index 29e7c36..7034c7a 100644 --- a/docs2/README.rst +++ b/docs2/README.rst @@ -2,6 +2,7 @@ NiChart: Neuro-imaging Chart ============================ Full documentation at `NiChart Documentation `_ +NiChart Package at `NiChart GitHub _ About ----- @@ -33,9 +34,9 @@ Running NiChart We provide both a locally installable **desktop application** and a **cloud-based application**. -For the desktop application please see [FIXME: link to readthedocs and Github]. +For the desktop application please see https://github.com/CBICA/NiChart_Project . -[NiChart cloud application](https://neuroimagingchart.com/portal), hosted via Amazon Web Services (AWS), deploys scalable infrastructure which hosts the *NiChart* tools as a standard web application accessible via the user’s web browser. +`NiChart cloud application `, hosted via Amazon Web Services (AWS), deploys scalable infrastructure which hosts the *NiChart* tools as a standard web application accessible via the user’s web browser. The cloud and desktop applications are unified at the code level through the use of the Python library [Streamlit](https://streamlit.io/). Consequently, the user experience is nearly identical between the cloud and desktop applications.