From 875a35786fde240ca296ba962e3dab1033b5e001 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Fri, 1 Mar 2024 00:11:52 -0500 Subject: [PATCH] [doc] update neurojson website url to https://neurojson.io --- pmcx/README.md | 4 ++-- pmcx/pmcx/__init__.py | 2 +- pmcx/setup.py | 2 +- src/mcx_utils.c | 8 +++++--- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pmcx/README.md b/pmcx/README.md index 23e3bd64..1a9eac83 100644 --- a/pmcx/README.md +++ b/pmcx/README.md @@ -2,9 +2,9 @@ # PMCX - Python bindings for Monte Carlo eXtreme photon transport simulator -- Copyright: (C) Matin Raayai Ardakani (2022-2023) , Qianqian Fang (2019-2024) , Fan-Yu Yen (2024) +- Copyright: (C) Matin Raayai Ardakani (2022-2023) , Qianqian Fang (2019-2024) , Fan-Yu Yen (2023-2024) - License: GNU Public License V3 or later -- Version: 0.3.0 +- Version: 0.3.1 - URL: https://pypi.org/project/pmcx/ - Github: https://github.com/fangq/mcx diff --git a/pmcx/pmcx/__init__.py b/pmcx/pmcx/__init__.py index 3e96b8c5..10fea39a 100644 --- a/pmcx/pmcx/__init__.py +++ b/pmcx/pmcx/__init__.py @@ -49,7 +49,7 @@ # from .files import loadmc2, loadmch, load, save from .bench import bench -__version__ = "0.3.0" +__version__ = "0.3.1" __all__ = ( "gpuinfo", diff --git a/pmcx/setup.py b/pmcx/setup.py index edc412f3..b65990f5 100644 --- a/pmcx/setup.py +++ b/pmcx/setup.py @@ -123,7 +123,7 @@ def build_extension(self, ext): setup( name="pmcx", packages=["pmcx"], - version="0.3.0", + version="0.3.1", requires=["numpy"], license="GPLv3+", author="Matin Raayai Ardakani, Qianqian Fang, Fan-Yu Yen", diff --git a/src/mcx_utils.c b/src/mcx_utils.c index 1ebd7022..067b6311 100644 --- a/src/mcx_utils.c +++ b/src/mcx_utils.c @@ -5339,7 +5339,7 @@ void mcx_printheader(Config* cfg) { ###############################################################################\n\ # Monte Carlo eXtreme (MCX) -- CUDA #\n\ # Copyright (c) 2009-2024 Qianqian Fang #\n\ -#" S_BLUE " https://mcx.space/ & https://neurojson.org/ " S_MAGENTA "#\n\ +#" S_BLUE " https://mcx.space/ & https://neurojson.io/ " S_MAGENTA "#\n\ # #\n\ # Computational Optics & Translational Imaging (COTI) Lab- " S_BLUE "http://fanglab.org " S_MAGENTA "#\n\ # Department of Bioengineering, Northeastern University, Boston, MA, USA #\n\ @@ -5347,8 +5347,10 @@ void mcx_printheader(Config* cfg) { # The MCX Project is funded by the NIH/NIGMS under grant R01-GM114365 #\n\ ###############################################################################\n\ # Open-source codes and reusable scientific data are essential for research, #\n\ -# MCX proudly developed human-readable JSON-based data formats for easy reuse,#\n\ -# Please consider using JSON (" S_BLUE "https://neurojson.org/" S_MAGENTA ") for your research data #\n\ +# MCX proudly developed human-readable JSON-based data formats for easy reuse.#\n\ +# #\n\ +#Please visit our free scientific data sharing portal at " S_BLUE "https://neurojson.io/" S_MAGENTA "#\n\ +# and consider sharing your public datasets in standardized JSON/JData format #\n\ ###############################################################################\n\ $Rev:: $" S_GREEN MCX_VERSION S_MAGENTA " $Date:: $ by $Author:: $\n\ ###############################################################################\n" S_RESET);