|
1 | 1 | [](https://bids-website.readthedocs.io/en/latest/?badge=latest) |
| 2 | +[](https://github.com/bids-standard/bids-website/actions/workflows/check_md_links.yml) |
| 3 | +[](https://github.com/bids-standard/bids-website/actions/workflows/validation.yml) |
2 | 4 |
|
3 | | -# The one true BIDS website |
| 5 | +<img |
| 6 | + src="https://github.com/bids-standard/bids-specification/blob/master/BIDS_logo/BIDS_logo_white_transparent_background_crop.png#gh-dark-mode-only" |
| 7 | + alt="bids-logo" |
| 8 | + width="600" |
| 9 | +/> |
| 10 | +<img |
| 11 | + src="https://github.com/bids-standard/bids-specification/blob/master/BIDS_logo/BIDS_logo_black_transparent_background_crop.png#gh-light-mode-only" |
| 12 | + alt="bids-logo" |
| 13 | + width="600" |
| 14 | +/> |
4 | 15 |
|
5 | | -View it here: https://bids-website.readthedocs.io/en/latest/?badge=latest |
6 | | - |
7 | | -## Serving locally |
8 | | - |
9 | | -### Requirements |
10 | | - |
11 | | -<!-- TODO determines minimum python version --> |
12 | | -- python 3.X |
13 | | - |
14 | | -## Install |
15 | | - |
16 | | -Clone the repo and its submodules |
17 | | - |
18 | | -```bash |
19 | | -git clone https://github.com/bids-standard/bids-website.git --recurse-submodules |
20 | | -``` |
21 | | - |
22 | | -Create a virtual environment using `conda`, `venv` of what other environment management tool you prefer. |
| 16 | +# BIDS website |
23 | 17 |
|
24 | | -Install all the dependencies. |
| 18 | +<!-- This is the repository for the Brain Imaging Data Structure (BIDS) website that is hosted at <https://bids.neuroimaging.io>. --> |
25 | 19 |
|
26 | | -```bash |
27 | | -pip install -r requirements.txt |
28 | | -``` |
29 | | - |
30 | | -Generate all the content require for the build. |
31 | | - |
32 | | -```bash |
33 | | -make update |
34 | | -``` |
35 | | - |
36 | | -Serve the website with the mkdocs. |
37 | | -```bash |
38 | | -mkdocs serve |
39 | | -``` |
40 | | - |
41 | | -## Maintenance |
42 | | - |
43 | | -### Requirements |
44 | | - |
45 | | -Same automation will work better if you are on unix system and have make. |
| 20 | +View it here: https://bids-website.readthedocs.io/en/latest/?badge=latest |
46 | 21 |
|
47 | | -Same as for the install but you will also need to install `tox`. |
| 22 | +## Contributing to the BIDS website |
48 | 23 |
|
49 | | -```bash |
50 | | -pip install tox |
51 | | -``` |
52 | | -<!-- TODO find minimal version of node and npm --> |
53 | | -For some quality checks and rare operations, you will need node.js and npm. |
| 24 | +To contribute to the website, |
| 25 | +see our [contributing guidelines](./CONTRIBUTING.md) |
| 26 | +and please submit an [issue](https://github.com/bids-standard/bids-website/issues) |
| 27 | +or send a [pull request](https://github.com/bids-standard/bids-website/pulls) to this repository. |
54 | 28 |
|
55 | | -## Update all files |
| 29 | +## Contributing to the BIDS specification |
56 | 30 |
|
57 | | -```bash |
58 | | -make update |
59 | | -``` |
| 31 | +The specification is hosted on [https://bids-specification.readthedocs.io](https://bids-specification.rtfd.io). |
| 32 | +To contribute to the specification, |
| 33 | +please submit an [issue](https://github.com/bids-standard/bids-specification/issues) |
| 34 | +or send a [pull request](https://github.com/bids-standard/bids-specification/pulls) |
| 35 | +on the [bids-specification](https://github.com/bids-standard/bids-specification) repository. |
60 | 36 |
|
61 | | -## Run all formatting / linting tools |
| 37 | +## Asking questions about BIDS |
62 | 38 |
|
63 | | -```bash |
64 | | -tox |
65 | | -make remark |
66 | | -``` |
| 39 | +If you have questions how to apply BIDS to your dataset, |
| 40 | +how to use a shared BIDS dataset, |
| 41 | +or about tools to convert and/or handle BIDS datasets, |
| 42 | +please see the [getting started section](https://bids-website.readthedocs.io/en/latest/getting_started/index.html) page, |
| 43 | +and our [FAQ](https://bids-website.readthedocs.io/en/latest/faq/index.html). |
0 commit comments