Spirit-26 commited on
Commit
61026f2
·
verified ·
1 Parent(s): 2e6fd4e

Upload LICENSES.md

Browse files
Files changed (1) hide show
  1. LICENSES.md +61 -0
LICENSES.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Licenses and Terms of Use
2
+
3
+ This dataset aggregates three distinct BraTS 2024 collections. Each has its own terms.
4
+
5
+ ## BraTS-GLI (Glioma)
6
+
7
+ **Source:** Synapse.org (Synapse:syn53708249)
8
+ **Access Date:** December 2024
9
+ **Terms:** Downloaded under the BraTS 2024 challenge agreement.
10
+ **Usage:** Non-commercial research only. Must cite original BraTS papers.
11
+ **Citation:** See CITATIONS.bib in the BraTS-GLI folder.
12
+
13
+ ## BraTS-MEN-RT (Meningioma with Radiotherapy)
14
+
15
+ **Source:** Synapse.org (Synapse:syn53708249)
16
+ **Access Date:** February 2025
17
+ **Terms:** Downloaded under the BraTS 2024 challenge agreement. Embargoed until April 2025 for challenge participants, but released for general research.
18
+ **Usage:** Non-commercial research only. Must cite original BraTS papers.
19
+ **Citation:** See CITATION.bib in the BraTS-MEN-RT folder.
20
+
21
+ ## BraTS-PED (Pediatric)
22
+
23
+ **Source:** The Cancer Imaging Archive (TCIA)
24
+ **License:** Creative Commons Attribution-NonCommercial 4.0 (CC BY-NC 4.0)
25
+ **Terms:**
26
+ - You are free to share and adapt the material
27
+ - You must give appropriate credit
28
+ - You may not use the material for commercial purposes
29
+ **Citation:** When using this data, cite both TCIA and the original source.
30
+
31
+ ## Metadata Files
32
+
33
+ Two additional metadata files are included for the PED dataset:
34
+
35
+ 1. **BraTS-PEDs_Imaging_Info.tsv** - Technical parameters for each MRI sequence
36
+ 2. **BraTS-PEDs_metadata.tsv** - De-identified patient clinical data
37
+
38
+ These are provided under the same CC BY-NC 4.0 license as the parent dataset.
39
+
40
+ ## General Requirements
41
+
42
+ For all data:
43
+ - Cite the original BraTS 2024 papers in any publications
44
+ - Do not attempt to re-identify patients
45
+ - Do not use for commercial purposes
46
+ - Respect the original data contributors
47
+
48
+ ## Citation for This Organized Version
49
+
50
+ If you use this organized version, please cite:
51
+ ```
52
+ @dataset{yourname_2025_brats2024complete,
53
+ author = {Your Name},
54
+ title = {BraTS-2024-Complete},
55
+ year = 2025,
56
+ publisher = {Hugging Face},
57
+ version = {1.0.0},
58
+ url = {https://huggingface.co/datasets/yourusername/BraTS-2024-Complete}
59
+ }
60
+ ```
61
+ And also cite the original BraTS papers as provided in the respective CITATION files.