Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ge dev #60

Merged
merged 8 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .tmp.md.kate-swp
Binary file not shown.
26 changes: 18 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
NiChart: Neuro-imaging Chart
============================

Full documentation at https://cbica.github.io/NiChart_Project
Documentation at: `NiChart Documentation <https://cbica.github.io/NiChart_Project>`_

NiChart Package at: `NiChart GitHub <https://github.com/CBICA/NiChart_Project>`_

About
-----
Expand Down Expand Up @@ -33,21 +35,29 @@ Running NiChart

We provide both a locally installable **desktop application** and a **cloud-based application**.

For the desktop application please see our documentation (https://cbica.github.io/NiChart_Project) and our GitHub page (https://github.com/CBICA/NiChart_Project/).
For the desktop application please see `NiChart GitHub <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 <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.

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

Quick Links
-----------

`NiChart Website & Cloud <https://neuroimagingchart.com>`
.. image:: https://img.shields.io/badge/-Website-blue?style=for-the-badge&logo=world&logoColor=white
:target: https://neuroimagingchart.com
:alt: NiChart Website & Cloud

`AIBIL Research <https://aibil.med.upenn.edu/research>`
.. image:: https://img.shields.io/badge/-Research-blue?style=for-the-badge&logo=google-scholar&logoColor=white
:target: https://aibil.med.upenn.edu/research
:alt: AIBIL Research

`YouTube <https://www.youtube.com/@NiChart-UPenn>`
.. image:: https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white
:target: https://www.youtube.com/@NiChart-UPenn
:alt: YouTube

`Twitter <https://x.com/NiChart_AIBIL>`
.. image:: https://img.shields.io/twitter/url/https/twitter.com/NiChart_AIBIL.svg?style=social&label=Follow%20%40NiChart_AIBIL
:target: https://x.com/NiChart_AIBIL
:alt: Twitter

© 2024 CBICA. All Rights Reserved.
26 changes: 17 additions & 9 deletions docs2/README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
NiChart: Neuro-imaging Chart
============================

Full documentation at `NiChart Documentation <https://cbica.github.io/NiChart_Project>`_
Documentation at: `NiChart Documentation <https://cbica.github.io/NiChart_Project>`_

NiChart Package at `NiChart GitHub <https://github.com/CBICA/NiChart_Project>_
NiChart Package at: `NiChart GitHub <https://github.com/CBICA/NiChart_Project>`_

About
-----
Expand Down Expand Up @@ -35,21 +35,29 @@ Running NiChart

We provide both a locally installable **desktop application** and a **cloud-based application**.

For the desktop application please see https://github.com/CBICA/NiChart_Project .
For the desktop application please see `NiChart GitHub <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 <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.

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

Quick Links
-----------

`NiChart Website & Cloud <https://neuroimagingchart.com>`
.. image:: https://img.shields.io/badge/-Website-blue?style=for-the-badge&logo=world&logoColor=white
:target: https://neuroimagingchart.com
:alt: NiChart Website & Cloud

`AIBIL Research <https://aibil.med.upenn.edu/research>`
.. image:: https://img.shields.io/badge/-Research-blue?style=for-the-badge&logo=google-scholar&logoColor=white
:target: https://aibil.med.upenn.edu/research
:alt: AIBIL Research

`YouTube <https://www.youtube.com/@NiChart-UPenn>`
.. image:: https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white
:target: https://www.youtube.com/@NiChart-UPenn
:alt: YouTube

`Twitter <https://x.com/NiChart_AIBIL>`
.. image:: https://img.shields.io/twitter/url/https/twitter.com/NiChart_AIBIL.svg?style=social&label=Follow%20%40NiChart_AIBIL
:target: https://x.com/NiChart_AIBIL
:alt: Twitter

© 2024 CBICA. All Rights Reserved.
4 changes: 2 additions & 2 deletions README.md → tmp.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# NiChart: Neuro-imaging Chart

Full documentation at https://cbica.github.io/NiChart_Project
Documentation at: https://cbica.github.io/NiChart_Project

GitHub page at https://github.com/CBICA/NiChart_Project
NiChart Package at: https://github.com/CBICA/NiChart_Project

## About

Expand Down
Loading