Skip to content

Commit

Permalink
[doc] update neurojson website url to https://neurojson.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 1, 2024
1 parent 3e6e6ab commit 875a357
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pmcx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# PMCX - Python bindings for Monte Carlo eXtreme photon transport simulator

- Copyright: (C) Matin Raayai Ardakani (2022-2023) <raayaiardakani.m at northeastern.edu>, Qianqian Fang (2019-2024) <q.fang at neu.edu>, Fan-Yu Yen (2024) <yen.f at northeastern.edu>
- Copyright: (C) Matin Raayai Ardakani (2022-2023) <raayaiardakani.m at northeastern.edu>, Qianqian Fang (2019-2024) <q.fang at neu.edu>, Fan-Yu Yen (2023-2024) <yen.f at northeastern.edu>
- 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

Expand Down
2 changes: 1 addition & 1 deletion pmcx/pmcx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pmcx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 5 additions & 3 deletions src/mcx_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -5339,16 +5339,18 @@ void mcx_printheader(Config* cfg) {
###############################################################################\n\
# Monte Carlo eXtreme (MCX) -- CUDA #\n\
# Copyright (c) 2009-2024 Qianqian Fang <q.fang at neu.edu> #\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\
###############################################################################\n\
# 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);
Expand Down

0 comments on commit 875a357

Please sign in to comment.