Skip to content

Commit bcaadbf

Browse files
committed
updated DOI links
1 parent de7de93 commit bcaadbf

File tree

3 files changed

+11
-19
lines changed

3 files changed

+11
-19
lines changed

Anonymised_Radiology/readme.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,19 @@
22

33
## Usage
44

5-
Extract all archives `Patient_Reports_01.zip, Patient_Reports_02.zip ...Patient_Reports_26.zip` from [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.838705.svg)](https://doi.org/10.5281/zenodo.838705) into this directory so the structure is:
5+
Extract all archives `Patient_Reports_01.zip, Patient_Reports_02.zip ...Patient_Reports_26.zip` from [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1199641.svg)](https://doi.org/10.5281/zenodo.1199641) into this directory so the structure is:
66

77
```
88
|---P_01
9-
| |---20160504 192137 [ - CT Acute Stroke]
10-
| | |---Series 001 [CT - 2 0]
11-
| | |---Series 003 [CT - Thick Brain 5 0 Head Brain FC21]
12-
| | |...
13-
| |---20160505 102132 [ - MR Head]
14-
| | |---Series 201 [MR - DTI P6d noniso]
15-
| | |---Series 202 [MR - isoDWI b1000 iso]
9+
| |---func
10+
| | |---sub-01_CT_Plain_Brain_Stroke.json
11+
| | |---sub-01_CT_Plain_Brain_Stroke.nii.gz
1612
| | |...
1713
| |---Patient01.pdf
1814
|---P_03
19-
| |---20160510 152102 [ - CT Acute Stroke]
20-
| | |---Series 001 [CT - 2 0]
21-
| | |---Series 003 [CT - Thick Brain 5 0 Head Brain FC21]
22-
| | |...
23-
| |---20160511 090538 [ - MR Head]
24-
| | |---Series 201 [MR - DTI P6d noniso]
25-
| | |---Series 202 [MR - isoDWI b1000 iso]
15+
| |---func
16+
| | |---sub-03_CT_Plain_Brain_(Stroke).json
17+
| | |---sub-03_CT_Plain_Brain_(Stroke).nii.gz
2618
| | |...
2719
| |---Patient03.pdf
2820
...

Patients/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# UCLH EIT Dataset - Patients
22

33
Extract all archives `Patient_01.zip, Patient_02.zip ...Patient_26.zip` from [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1199529.svg)](https://doi.org/10.5281/zenodo.1199529)
4-
and [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.838184.svg)](https://doi.org/10.5281/zenodo.838184) into this directory so the structure is:
4+
and [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1199630.svg)](https://doi.org/10.5281/zenodo.1199630) into this directory so the structure is:
55
```
66
|---Patient_01
77
| |---P1_MF1.bdf

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ plt.plot(EITDATA[6]['VoltagesCleaned']
4848
## Raw data files
4949
The raw `.bdf` files are available should you wish to recreate or alter the processing of this dataset. In total the dataset is **~150GB**, and is thus split into parts based on the Zenodo 50 GB file limit. Please download the following zip files and extract them into the corresponding folders.
5050

51-
- Subject data: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1199523.svg)](https://doi.org/10.5281/zenodo.1199523) into the `./Subjects` folder
51+
- Subject data: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1199523.svg)](https://doi.org/10.5281/zenodo.1199523) into the `./Subjects` folder
5252
- Patient data (part 1): [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1199529.svg)](https://doi.org/10.5281/zenodo.1199529) into the `./Patients` folder
53-
- Patient data (part 2): [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.838184.svg)](https://doi.org/10.5281/zenodo.838184) into the `./Patients` folder
54-
- Radiology data: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.838705.svg)](https://doi.org/10.5281/zenodo.838705) into the `./Anonymised_Radiology` folder
53+
- Patient data (part 2): [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1199630.svg)](https://doi.org/10.5281/zenodo.1199630) into the `./Patients` folder
54+
- Radiology data: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1199641.svg)](https://doi.org/10.5281/zenodo.1199641) into the `./Anonymised_Radiology` folder
5555

5656
Example structures for these directories are given in the readmes.
5757

0 commit comments

Comments
 (0)