erikgabr commited on
Commit
92ebd0b
·
verified ·
1 Parent(s): d8bc1d5

Upload folder using huggingface_hub

Browse files
LICENSES/MIT.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Bioimage informatics group (Ruusuvuori lab)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
 
12
  # WSI test data
13
 
14
- WSI test slides for the [opentile](https://github.com/imi-bigpicture/opentile) test suite, mirrored here for fast, reliable CI downloads. Each slide folder holds a self-contained `metadata.json`; the root `index.json` is the aggregate. Each slide's original source, license, credit and attribution are in its `metadata.json`.
15
 
16
  | File | Source | License | Credit |
17
  |---|---|---|---|
@@ -25,8 +25,16 @@ WSI test slides for the [opentile](https://github.com/imi-bigpicture/opentile) t
25
  | `argos/Argos-1-Stacked/Argos-1-Stacked.avs` | [source](https://openslide.cs.cmu.edu/download/openslide-testdata/Argos/Argos-1-Stacked.avs) | CC0-1.0 | - |
26
  | `qptiff/HandEcompressed/HandEcompressed_Scan1.qptiff` | [source](https://downloads.openmicroscopy.org/images/Vectra-QPTIFF/perkinelmer/PKI_scans/HandEcompressed_Scan1.qptiff) | CC-BY-4.0 | PerkinElmer |
27
  | `qptiff/LuCa-7color/LuCa-7color_Scan1.qptiff` | [source](https://downloads.openmicroscopy.org/images/Vectra-QPTIFF/perkinelmer/PKI_scans/LuCa-7color_Scan1.qptiff) | CC-BY-4.0 | PerkinElmer |
 
 
 
 
28
 
29
  ## Licenses
30
 
31
  - **CC0-1.0** - public-domain dedication (`LICENSES/CC0-1.0.txt`); no conditions.
32
  - **CC-BY-4.0** - `LICENSES/CC-BY-4.0.txt`; requires attribution, carried in each qptiff slide's `metadata.json` `attribution` field (creator + license link).
 
 
 
 
 
11
 
12
  # WSI test data
13
 
14
+ WSI test slides for the [opentile](https://github.com/imi-bigpicture/opentile) and [wsidicomizer](https://github.com/imi-bigpicture/wsidicomizer) test suites, mirrored here for fast, reliable CI downloads. Each slide folder holds a self-contained `metadata.json`; the root `index.json` is the aggregate. Each slide's original source, license, credit and attribution are in its `metadata.json`.
15
 
16
  | File | Source | License | Credit |
17
  |---|---|---|---|
 
25
  | `argos/Argos-1-Stacked/Argos-1-Stacked.avs` | [source](https://openslide.cs.cmu.edu/download/openslide-testdata/Argos/Argos-1-Stacked.avs) | CC0-1.0 | - |
26
  | `qptiff/HandEcompressed/HandEcompressed_Scan1.qptiff` | [source](https://downloads.openmicroscopy.org/images/Vectra-QPTIFF/perkinelmer/PKI_scans/HandEcompressed_Scan1.qptiff) | CC-BY-4.0 | PerkinElmer |
27
  | `qptiff/LuCa-7color/LuCa-7color_Scan1.qptiff` | [source](https://downloads.openmicroscopy.org/images/Vectra-QPTIFF/perkinelmer/PKI_scans/LuCa-7color_Scan1.qptiff) | CC-BY-4.0 | PerkinElmer |
28
+ | `svs/JP2K-33003-1/JP2K-33003-1.svs` | [source](https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/JP2K-33003-1.svs) | distributable | - |
29
+ | `svs/CMU-1-JP2K-33005/CMU-1-JP2K-33005.svs` | [source](https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/CMU-1-JP2K-33005.svs) | CC0-1.0 | - |
30
+ | `mirax/CMU-1/` | [source](https://openslide.cs.cmu.edu/download/openslide-testdata/Mirax/CMU-1.zip) | CC0-1.0 | - |
31
+ | `isyntax/isyntax1/testslide.isyntax` | [source](https://doi.org/10.5281/zenodo.5037046) | MIT | Bioimage Informatics Group (Ruusuvuori lab) |
32
 
33
  ## Licenses
34
 
35
  - **CC0-1.0** - public-domain dedication (`LICENSES/CC0-1.0.txt`); no conditions.
36
  - **CC-BY-4.0** - `LICENSES/CC-BY-4.0.txt`; requires attribution, carried in each qptiff slide's `metadata.json` `attribution` field (creator + license link).
37
+ - **distributable** - openslide's tag for slides that may be freely redistributed but carry no formal SPDX license (see the openslide testdata index); credit is preserved in each slide's `metadata.json`.
38
+ - **MIT** - `LICENSES/MIT.txt`; requires preserving the copyright notice.
39
+
40
+ `mirax/CMU-1/` is a multi-file MIRAX slide (folder of members), so its `index.json` entry is folder-level with no single checksum; per-member checksums live in the consuming test suite.
index.json CHANGED
@@ -7,6 +7,22 @@
7
  "sha256": "00a3d54482cd707abf254fe69dccc8d06b8ff757a1663f1290c23418c480eb30",
8
  "size": 177552579
9
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  "ndpi/CMU-1/CMU-1.ndpi": {
11
  "description": "Small scan with valid JPEG headers, brightfield, circa 2009",
12
  "format": "Hamamatsu NDPI",
@@ -86,5 +102,20 @@
86
  "attribution": "(c) PerkinElmer (http://www.perkinelmer.com). Licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0), https://creativecommons.org/licenses/by/4.0/. The image content is unchanged.",
87
  "sha256": "0a0558670a479d826f13e467fd7e50cb6d691c9b4009d86bf579d1a0f3c526dc",
88
  "size": 2090277544
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  }
90
- }
 
7
  "sha256": "00a3d54482cd707abf254fe69dccc8d06b8ff757a1663f1290c23418c480eb30",
8
  "size": 177552579
9
  },
10
+ "svs/JP2K-33003-1/JP2K-33003-1.svs": {
11
+ "description": "Aorta tissue, brightfield, JPEG 2000, YCbCr",
12
+ "format": "Aperio SVS",
13
+ "source": "https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/JP2K-33003-1.svs",
14
+ "license": "distributable",
15
+ "sha256": "6205ccf75a8fa6c32df7c5c04b7377398971a490fb6b320d50d91f7ba6a0e6fd",
16
+ "size": 63847265
17
+ },
18
+ "svs/CMU-1-JP2K-33005/CMU-1-JP2K-33005.svs": {
19
+ "description": "Export of CMU-1.svs, brightfield, JPEG 2000, ICT",
20
+ "format": "Aperio SVS",
21
+ "source": "https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/CMU-1-JP2K-33005.svs",
22
+ "license": "CC0-1.0",
23
+ "sha256": "9a1923cd9bcb260ba4d99d64f8d6e32550648c332ba48817f920662f3a513420",
24
+ "size": 132565343
25
+ },
26
  "ndpi/CMU-1/CMU-1.ndpi": {
27
  "description": "Small scan with valid JPEG headers, brightfield, circa 2009",
28
  "format": "Hamamatsu NDPI",
 
102
  "attribution": "(c) PerkinElmer (http://www.perkinelmer.com). Licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0), https://creativecommons.org/licenses/by/4.0/. The image content is unchanged.",
103
  "sha256": "0a0558670a479d826f13e467fd7e50cb6d691c9b4009d86bf579d1a0f3c526dc",
104
  "size": 2090277544
105
+ },
106
+ "mirax/CMU-1": {
107
+ "description": "Brightfield, JPEG, MIRAX (multi-file), CURRENT_SLIDE_VERSION 1.9",
108
+ "format": "MIRAX",
109
+ "source": "https://openslide.cs.cmu.edu/download/openslide-testdata/Mirax/CMU-1.zip",
110
+ "license": "CC0-1.0"
111
+ },
112
+ "isyntax/isyntax1/testslide.isyntax": {
113
+ "description": "iSyntax test slide from the OpenPhi project",
114
+ "format": "Philips iSyntax",
115
+ "source": "https://doi.org/10.5281/zenodo.5037046",
116
+ "license": "MIT",
117
+ "credit": "Bioimage Informatics Group (Ruusuvuori lab)",
118
+ "sha256": "38e65f4ddd2001f18135a1835807cb5b2303d012a2a63d63cdfa08a9673c849d",
119
+ "size": 495125898
120
  }
121
+ }
isyntax/isyntax1/metadata.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "testslide.isyntax": {
3
+ "description": "iSyntax test slide from the OpenPhi project",
4
+ "format": "Philips iSyntax",
5
+ "source": "https://doi.org/10.5281/zenodo.5037046",
6
+ "license": "MIT",
7
+ "credit": "Bioimage Informatics Group (Ruusuvuori lab)",
8
+ "sha256": "38e65f4ddd2001f18135a1835807cb5b2303d012a2a63d63cdfa08a9673c849d",
9
+ "size": 495125898
10
+ }
11
+ }
mirax/CMU-1/metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "CMU-1.mrxs": {
3
+ "description": "Brightfield, JPEG, MIRAX (multi-file), CURRENT_SLIDE_VERSION 1.9",
4
+ "format": "MIRAX",
5
+ "source": "https://openslide.cs.cmu.edu/download/openslide-testdata/Mirax/CMU-1.zip",
6
+ "license": "CC0-1.0"
7
+ }
8
+ }
svs/CMU-1-JP2K-33005/metadata.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "CMU-1-JP2K-33005.svs": {
3
+ "description": "Export of CMU-1.svs, brightfield, JPEG 2000, ICT",
4
+ "format": "Aperio SVS",
5
+ "source": "https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/CMU-1-JP2K-33005.svs",
6
+ "license": "CC0-1.0",
7
+ "sha256": "9a1923cd9bcb260ba4d99d64f8d6e32550648c332ba48817f920662f3a513420",
8
+ "size": 132565343
9
+ }
10
+ }
svs/JP2K-33003-1/metadata.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "JP2K-33003-1.svs": {
3
+ "description": "Aorta tissue, brightfield, JPEG 2000, YCbCr",
4
+ "format": "Aperio SVS",
5
+ "source": "https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/JP2K-33003-1.svs",
6
+ "license": "distributable",
7
+ "sha256": "6205ccf75a8fa6c32df7c5c04b7377398971a490fb6b320d50d91f7ba6a0e6fd",
8
+ "size": 63847265
9
+ }
10
+ }