Skip to content

Commit 178fac1

Browse files
committed
update submodule and root git repo to NeuroJSON org
1 parent 11f7670 commit 178fac1

30 files changed

Lines changed: 26 additions & 2466 deletions

.gitmodules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,15 @@
77
[submodule "lib/python/pyjdata"]
88
path = lib/python/pyjdata
99
url = https://github.com/fangq/pyjdata.git
10+
[submodule "lib/matlab/jnifty"]
11+
path = lib/matlab/jnifty
12+
url = https://github.com/NeuroJSON/jnifty.git
13+
[submodule "lib/matlab/jsonlab"]
14+
path = lib/matlab/jsonlab
15+
url = https://github.com/NeuroJSON/jsonlab
16+
[submodule "lib/javascript/js-bjdata"]
17+
path = lib/javascript/js-bjdata
18+
url = https://github.com/NeuroJSON/js-bjdata.git
19+
[submodule "lib/javascript/jsdata"]
20+
path = lib/javascript/jsdata
21+
url = https://github.com/NeuroJSON/jsdata.git

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ The JNIfTI specification is compatible with [JData specification Draft 1](https:
2121
You can use a number of methods to provide your feedback to the working
2222
draft of this file specification, including
2323

24-
- [Create an "Issue"](https://github.com/fangq/jnifti/issues)
24+
- [Create an "Issue"](https://github.com/NeuroJSON/jnifti/issues)
2525
- This is the most recommended method to provide detailed feedback or
2626
discussion. An "Issue" in github is highly versatile. One can ask a
2727
question, report a bug, provide a feature request, or simply propose
2828
general discussions. Please use URLs or keywords to link your discussion
2929
to a specific line/section/topic in the document.
30-
- [Write short comments on Request for Comments (RFC) commits](https://github.com/fangq/jnifti/)
30+
- [Write short comments on Request for Comments (RFC) commits](https://github.com/NeuroJSON/jnifti/)
3131
- A milestone version of the specification will be associated with an
3232
RFC (Request for comments) commit (where the entire file is removed
3333
and re-added so that every line appears in such comment). One can
@@ -37,7 +37,7 @@ draft of this file specification, including
3737
"plus" icon is displayed, clicking it will allow one to comment on a
3838
specific line (or reply to other's comments).
3939
- The RFC page can get busy if too many comments appear. Please consider
40-
using the [Issues section](https://github.com/fangq/jnifti/issues) if this happens.
40+
using the [Issues section](https://github.com/NeuroJSON/jnifti/issues) if this happens.
4141
- One can browse the commit history of the specification document. If
4242
anyone is interested in commenting on a particular updated, you can also
4343
comment on any of the commit page using the same method.
@@ -52,15 +52,15 @@ please follow the below steps
5252

5353
- Fork this repository and make updates, then create a pull-request
5454
- Please first register an account on github, then, browse the
55-
[JNIfTI repository](https://github.com/fangq/jnifti);
55+
[JNIfTI repository](https://github.com/NeuroJSON/jnifti);
5656
on the top-right of this page, find and click the "Fork" button.
5757
- once you fork the JNIfTI project to your own repository, you may edit the
5858
files in your browser directly, or download to your local folder, and
5959
edit the files using a text editor;
6060
- once your revision is complete, please "commit" and "push" it to your forked
6161
git repository. Then you should create a pull-request against the upstream
62-
repository (i.e., `fangq/jnifti`). Please select "Compare cross forks" and
63-
select `"fangq/jnifti"` as "base fork". Please write a descriptive title for
62+
repository (i.e., `NeuroJSON/jnifti`). Please select "Compare cross forks" and
63+
select `"NeuroJSON/jnifti"` as "base fork". Please write a descriptive title for
6464
your pull-request. The project maintainer will review your updates
6565
and choose to merge to the upstream files or request revision from you.
6666

lib/javascript/js-bjdata

Submodule js-bjdata added at bfba3d8

lib/javascript/jsdata

Submodule jsdata added at 5eea5bd

lib/matlab/DESCRIPTION

Lines changed: 0 additions & 16 deletions
This file was deleted.

lib/matlab/INDEX

Lines changed: 0 additions & 18 deletions
This file was deleted.

lib/matlab/LICENSE_Apache-2.0.txt

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)