You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any contribution intentionally submitted for inclusion in the dataset provided by the `vacs-data` project by you shall be licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license.
4
+
5
+
In short: by contributing, you agree that your contributions may be used under the CC BY-NC-SA 4.0 license, the same way as the existing dataset.
6
+
7
+
By submitting a contribution, you represent that you have the right to do so (e.g., you are the author or have permission from the rights holder) and that you are granting the project and its users a license to your contribution under the same terms.
8
+
9
+
## License for tools
10
+
11
+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the tools provided by the `vacs-data` project by you, as defined in the Apache-2.0 license, shall be dual-licensed under the MIT license and the Apache License, Version 2.0, at your option, without any additional terms or conditions.
12
+
13
+
In short: by contributing, you agree that your contributions may be used under either the MIT or the Apache-2.0 license, the same way as the existing code.
14
+
15
+
By submitting a contribution, you represent that you have the right to do so (e.g., your employer allows you to contribute under these terms) and that you are granting the project and its users a license to your contribution under the same terms.
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,27 @@ This includes guides for:
14
14
-[Positions](docs/dataset/positions.md)
15
15
-[Profiles](docs/dataset/profiles.md)
16
16
17
+
## Tools
18
+
19
+
Because the dataset is large and complex, we provide a set of command-line tools to help maintain it. These tools can be used to validate the dataset against the schema and import data from other formats.
20
+
21
+
See the **[Tools Documentation](tools/README.md)** for more information.
22
+
17
23
## Contributing
18
24
19
25
We welcome contributions from FIR staff and community members! Please refer to the [Dataset Documentation](docs/dataset/README.md) for detailed instructions on the file formats and directory structure.
20
26
21
27
1.[Fork the repository](https://github.com/MorpheusXAUT/vacs-data/fork).
22
28
2. Make your changes in your FIR's directory (or create it if it doesn't exist).
23
-
3. Validate your changes using the provided JSON schemas.
29
+
3. Validate your changes using the provided JSON schemas or the `vacs-data` tool.
24
30
4.[Submit a Pull Request](https://github.com/MorpheusXAUT/vacs-data/compare).
25
31
26
32
## License
27
33
34
+
This repository contains both a dataset and tools to manage it. Due to the different nature of the contents, multiple licenses apply.
35
+
36
+
### Dataset license
37
+
28
38
The dataset content of this repository is [licensed](LICENSE) under the **[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)** license.
29
39
30
40
**This means you are free to:**
@@ -37,3 +47,11 @@ The dataset content of this repository is [licensed](LICENSE) under the **[Creat
37
47
-**Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
38
48
-**NonCommercial** — You may not use the material for commercial purposes.
39
49
-**ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
50
+
51
+
### Tools license
52
+
53
+
The tools in this repository (`tools/`) are licensed under either of:
54
+
55
+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
56
+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
This directory contains the CLI tools for managing the `vacs-data` repository. These tools are used to validate the dataset's integrity and import data from various sources.
4
+
5
+
## Installation
6
+
7
+
### Pre-built Binaries
8
+
9
+
You can download pre-built binaries for Linux, Windows, and macOS from the [GitHub Releases](https://github.com/MorpheusXAUT/vacs-data/releases/latest) page.
10
+
11
+
## Usage
12
+
13
+
### Validation
14
+
15
+
To validate the entire dataset:
16
+
17
+
```bash
18
+
vacs-data validate path/to/dataset
19
+
```
20
+
21
+
### Import
22
+
23
+
The tool supports importing data from other formats.
0 commit comments