Finalize public release metadata before DOI registration
Browse files- CITATION.cff +2 -0
- DEPOSIT_PENDING.md +0 -12
- README.md +11 -6
- RELEASE.md +12 -0
- SHA256SUMS +61 -61
- docs/DATA_CARD.md +4 -2
- docs/PUBLIC_RELEASE.md +9 -7
- docs/REPRODUCIBILITY.md +11 -11
- files.csv +10 -10
CITATION.cff
CHANGED
|
@@ -7,6 +7,8 @@ abstract: "A 24-class complex-baseband benchmark for unified ISAC waveform recog
|
|
| 7 |
authors:
|
| 8 |
- family-names: "QI"
|
| 9 |
given-names: "Maoqian"
|
|
|
|
|
|
|
| 10 |
license: CC-BY-4.0
|
| 11 |
keywords:
|
| 12 |
- integrated sensing and communication
|
|
|
|
| 7 |
authors:
|
| 8 |
- family-names: "QI"
|
| 9 |
given-names: "Maoqian"
|
| 10 |
+
repository-code: "https://github.com/chaser1780/CISR24"
|
| 11 |
+
url: "https://huggingface.co/datasets/okra123/CISR24"
|
| 12 |
license: CC-BY-4.0
|
| 13 |
keywords:
|
| 14 |
- integrated sensing and communication
|
DEPOSIT_PENDING.md
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
# Deposit metadata pending
|
| 2 |
-
|
| 3 |
-
The author and licenses are finalized for the pre-upload CISR24 package:
|
| 4 |
-
|
| 5 |
-
- author: QI Maoqian;
|
| 6 |
-
- dataset license: CC BY 4.0;
|
| 7 |
-
- code license: Apache License 2.0.
|
| 8 |
-
|
| 9 |
-
The repository URL and version DOI are intentionally omitted from
|
| 10 |
-
`CITATION.cff` until the public GitHub repository and dataset deposit exist.
|
| 11 |
-
Before publishing the final release, add `repository-code` and `doi`, update the
|
| 12 |
-
download links in `README.md`, and rebuild `files.csv` and `SHA256SUMS`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -35,6 +35,10 @@ classes.
|
|
| 35 |
| Test | 200 samples/class/SNR; 100,800 total |
|
| 36 |
| Total | 705,600 samples |
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
The authoritative label order is [classes.csv](classes.csv). The complete
|
| 39 |
waveform definitions are in [docs/DATASET_SPEC.md](docs/DATASET_SPEC.md).
|
| 40 |
The exact loop/seed pseudocode is in
|
|
@@ -101,11 +105,12 @@ checks true, including unique seeds within every split.
|
|
| 101 |
GitHub should contain documentation, taxonomy, generation and validation code,
|
| 102 |
a loader, checksums, citation metadata, and a tiny example only. The full HDF5
|
| 103 |
payload is about 5.6 GiB and the training HDF5 file exceeds GitHub's practical
|
| 104 |
-
single-file limits.
|
| 105 |
-
|
| 106 |
-
|
|
|
|
| 107 |
|
| 108 |
CISR24 is authored by QI Maoqian. Dataset artifacts are licensed under CC BY
|
| 109 |
-
4.0 and source code is licensed under Apache License 2.0.
|
| 110 |
-
version
|
| 111 |
-
|
|
|
|
| 35 |
| Test | 200 samples/class/SNR; 100,800 total |
|
| 36 |
| Total | 705,600 samples |
|
| 37 |
|
| 38 |
+
The complete dataset is hosted in this Hugging Face repository. Generation,
|
| 39 |
+
validation, and loader source code is available from the
|
| 40 |
+
[CISR24 GitHub repository](https://github.com/chaser1780/CISR24) and its
|
| 41 |
+
[v1.1.1 release](https://github.com/chaser1780/CISR24/releases/tag/v1.1.1).
|
| 42 |
The authoritative label order is [classes.csv](classes.csv). The complete
|
| 43 |
waveform definitions are in [docs/DATASET_SPEC.md](docs/DATASET_SPEC.md).
|
| 44 |
The exact loop/seed pseudocode is in
|
|
|
|
| 105 |
GitHub should contain documentation, taxonomy, generation and validation code,
|
| 106 |
a loader, checksums, citation metadata, and a tiny example only. The full HDF5
|
| 107 |
payload is about 5.6 GiB and the training HDF5 file exceeds GitHub's practical
|
| 108 |
+
single-file limits. The full data is hosted here, while source code is hosted on
|
| 109 |
+
[GitHub](https://github.com/chaser1780/CISR24). See
|
| 110 |
+
[docs/PUBLIC_RELEASE.md](docs/PUBLIC_RELEASE.md). Quantitative shortcut evidence
|
| 111 |
+
follows [docs/SHORTCUT_AUDIT.md](docs/SHORTCUT_AUDIT.md).
|
| 112 |
|
| 113 |
CISR24 is authored by QI Maoqian. Dataset artifacts are licensed under CC BY
|
| 114 |
+
4.0 and source code is licensed under Apache License 2.0. Release locations and
|
| 115 |
+
version status are recorded in [RELEASE.md](RELEASE.md). The version DOI will be
|
| 116 |
+
added after this finalized Hugging Face revision is registered.
|
RELEASE.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CISR24 v1.1.1 release
|
| 2 |
+
|
| 3 |
+
- Dataset: <https://huggingface.co/datasets/okra123/CISR24>
|
| 4 |
+
- Source code: <https://github.com/chaser1780/CISR24>
|
| 5 |
+
- Source release: <https://github.com/chaser1780/CISR24/releases/tag/v1.1.1>
|
| 6 |
+
- Author: QI Maoqian
|
| 7 |
+
- Data license: CC BY 4.0
|
| 8 |
+
- Code license: Apache License 2.0
|
| 9 |
+
|
| 10 |
+
The version DOI will be recorded here and in `CITATION.cff` after the finalized
|
| 11 |
+
Hugging Face revision is registered. Do not cite a mutable branch URL as a
|
| 12 |
+
substitute for the dataset DOI and versioned source release.
|
SHA256SUMS
CHANGED
|
@@ -1,61 +1,61 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
|
|
|
| 1 |
+
8aaf48cb04fc245cf37248a77003a3f32bfba5ea95ca80a8443b0507c106d86d audit/effective_snr_grid.json
|
| 2 |
+
6e2eb4d8c86c09ac141e097192dc07d554e8ddb169d1124b45973a37450cd04f audit/name_migration_iq_integrity.json
|
| 3 |
+
a54172ac3eadbc4f13885326a0b0332b9842dac653e5c482652a6df141b99986 audit/naming.json
|
| 4 |
+
0b1a4c82be2ecd04b36d38a45ace625cc72815ba6be031ffdf7c143713aadab5 audit/paper_alignment.json
|
| 5 |
+
c0351e60fa2021fd2c02d385fc8d12c56fb53f30592a556aa074a561830706de audit/release_gate.json
|
| 6 |
+
5772db7fc712d4a1d3c17d0b0e62dd33120f65165a87b3744458344dd289480d audit/release_meta.json
|
| 7 |
+
0a9dbada883b6c0da4d711741d0e456e37e7523ccce32b8e6e6ecf911bb42c23 audit/shortcut/active_length_contingency.pdf
|
| 8 |
+
5b83ca1513f3c4538761296101a446baf9ae1e6cad19618ecebe200e80f4a20c audit/shortcut/active_length_contingency.png
|
| 9 |
+
042ca5e774c8793286c53ff771e74421500400bef87770706e24cb4d72d73570 audit/shortcut/metadata_assisted_class_median_heatmap.pdf
|
| 10 |
+
5537271da52fb05de76e62e5947b07f1ecce2bf1d94934838681183790e9f519 audit/shortcut/metadata_assisted_class_median_heatmap.png
|
| 11 |
+
e0a50ee24a09bdec9c606a63f39136a252a98e15a31d8bc2da2af64ef5235dec audit/shortcut/metadata_assisted_feature_distributions.pdf
|
| 12 |
+
f4c730dbed3488713f2959728d894c56b5e5576506c1868e278eb41e357faf29 audit/shortcut/metadata_assisted_feature_distributions.png
|
| 13 |
+
30cb9e6e0c213a88c1453603140fbc7fcedb13111cfbad0b591844a4a3c51fb3 audit/shortcut/metadata_assisted_mutual_information.pdf
|
| 14 |
+
2e2062e693be880055db7294070deb400e58a53aae3471701cd79a6a596645d9 audit/shortcut/metadata_assisted_mutual_information.png
|
| 15 |
+
a2c30bbe530e9adab3cc7d6ca7a9c702461cea49182764eddfba226ee95d1247 audit/shortcut/record_only_class_median_heatmap.pdf
|
| 16 |
+
e2de926f80ba142b1d2efcc8954ccfdc429589a0083446a196c430826a25ceb8 audit/shortcut/record_only_class_median_heatmap.png
|
| 17 |
+
b47efe9a9eae076f176116a448f5cc14e63e01ed96b1e34f19ed95d9e57a0f41 audit/shortcut/record_only_feature_distributions.pdf
|
| 18 |
+
d7d66fd9e71ef1ea39ade6484c7c91c790f2c433f1e168f58ade981d17556085 audit/shortcut/record_only_feature_distributions.png
|
| 19 |
+
cdbf1d73f25fae6573f0534a32ae920106b7f603273fed9d282b29c7dcf1caaf audit/shortcut/record_only_mutual_information.pdf
|
| 20 |
+
69593c41439cc4fc7ccd9500aee962fdae33b91d5e466b4ec2ec298fb5f1deb7 audit/shortcut/record_only_mutual_information.png
|
| 21 |
+
01fa1461296b095b7fa679f46c79379f8a08f6ad0e18b6274f3a564a8553a3fd audit/shortcut/shortcut_accuracy_by_snr.csv
|
| 22 |
+
0f6de741abf8400814bc227bb363cd072fddea7f377d27c018e7b4506643c7cf audit/shortcut/shortcut_accuracy_by_snr.pdf
|
| 23 |
+
20cfb7473f6ceafea6673744473afb87c9db037eab36cae0aef31a3c64be9f1a audit/shortcut/shortcut_accuracy_by_snr.png
|
| 24 |
+
55bdad4003c7b064c477a6bcf33ab32ccdfa2f1df16893689442d8d364585d1b audit/shortcut/shortcut_confusion_matrices.csv
|
| 25 |
+
9d0d339c39c6c060546ad82c1fe088cce0bc99682541ef3ac1c7ae753fd638d3 audit/shortcut/shortcut_feature_summary.csv
|
| 26 |
+
db471f49c19ca9c550c56b773c9a0e0f1ba8b7badcfca7e179f26e1862f4bcdf audit/shortcut/shortcut_features.csv.gz
|
| 27 |
+
020746aa4a11f6f5376bdb5f8799221ed7393f483032d940fe0bd60e979d59d4 audit/shortcut/shortcut_features_test.npz
|
| 28 |
+
2338c75986f642288fd0d69ab6e06135690316bdc8c1a9ad4c835ea3d08ee183 audit/shortcut/shortcut_features_train.npz
|
| 29 |
+
f95ea9169ed455eed682838daf2258c818901eb4bb0b7585622706c4a6b020b4 audit/shortcut/shortcut_model_metrics.csv
|
| 30 |
+
bddbaef79976d4eb307ebe4be785f31d8acbeb642f3d9c8e483bc5f8fede922d audit/shortcut/shortcut_mutual_information.csv
|
| 31 |
+
dcacd24f5aad945ceb7461dbd71df9ccb35e8fb102377f56367867b2643fa38f audit/shortcut_audit_train.json
|
| 32 |
+
5c4d3d886bdaa5f44bbe09dc9625ee9e2f4d16eff1c0a6aa01b43e452adf0e0f audit/validate_release.json
|
| 33 |
+
83b813107826ebc186b96d2e073e52717721c6386361d314feabab4428b08719 audit/waveform_conformance.json
|
| 34 |
+
7452d548e7cebd5697b8890352a35e97fe5ee15d444643f489383a5344ebf629 CHANGELOG.md
|
| 35 |
+
1ce0a3fb357d8c711e8b478b192db5ffe1c9f98908057bcfd4a7002aaa1df8f0 CITATION.cff
|
| 36 |
+
4c7306cb12e5c27b99220dc1ef802ce1aeccc7635d0afff93ec0d96474134bea classes.csv
|
| 37 |
+
5fd2f2d6e14278cbf73d8e7437064cffffe42025365df6ba57aa04eed720f458 docs/DATA_CARD.md
|
| 38 |
+
344d84c30bb85646d25ca93ea3cd6eed62a645064378ff6d72419d6a15d5cd97 docs/DATASET_SPEC.md
|
| 39 |
+
fd521d4bb46f9a6d9ce6cdf35a136eced3762a44ef2d250fef70ff791b1ef40c docs/GENERATION_ALGORITHM.md
|
| 40 |
+
3d1bd8723ee1f475bd8c670751599774d1bfe0fc52b84cb1d31829c3e1174ed5 docs/PAPER_ALIGNMENT.md
|
| 41 |
+
5dea005a280e35a1a1ba8131d738ee5c9016ae37cfa1515e1f87cbb44ced9d9a docs/PUBLIC_RELEASE.md
|
| 42 |
+
2628a2db78c50dfa1c78adae73b17363b548998e812d6ceae7256036e940470e docs/REPRODUCIBILITY.md
|
| 43 |
+
222fb0ccf4f2a294ac87b258a09b89849852cc5572ab59f1da6ef6e9c8c61d5e docs/SCHEMA.md
|
| 44 |
+
361aa379e6f620ae6cbfc36580e5d47da2b14ac07c9b13a069fc0425c72f8dd2 docs/SHORTCUT_AUDIT.md
|
| 45 |
+
7a474a1e8ac3deee09e6b299766090bf2d554773cf363cf763376276dbbf4f27 hdf5/cisr24_test.h5
|
| 46 |
+
3953c8c9e3aca5ce6f9e0bec1d0d8980a238a27f761ac957f549d10481976d0a hdf5/cisr24_train.h5
|
| 47 |
+
348740ad96890deecb9c46c898c8227c301adb4448d27d96c35d0a9a7efba450 hdf5/cisr24_val.h5
|
| 48 |
+
8b440b18c51752a95a4befab4828759e642864a82debfd26b837e67a60d33fa2 label_names.txt
|
| 49 |
+
b30e15d599c4802ff569fd4ec899b78d96278e2aa12c1cc7bf386944e8c475e9 LICENSE-CODE
|
| 50 |
+
100aed16e118e82ea7d0e0ab9c5e68b972158a97c14d37cf40d55d9f11733932 LICENSE-DATA
|
| 51 |
+
7a154bea32cd2721bbb2d4e0408f4e89cbe94078bc54a76f12feecdbea3e11a1 loaders/cisr24.py
|
| 52 |
+
c7685a60a24a1013f6f7e6379c1b0992581775087a30a86496f61143d52fe732 manifests/cisr24_test_manifest.csv
|
| 53 |
+
c56313fc959ae1f947051129ee9a4b98bc5b5d5d49aa3937c2c765a28ab3e36f manifests/cisr24_test_manifest.csv.gz
|
| 54 |
+
4263534d4ceb65ea2b7c775bb080859626eedb126cee21c8f47cf1fa47080387 manifests/cisr24_train_manifest.csv
|
| 55 |
+
15e300f83ad99d7fc22c38f7a005c2ebf9d0f044518c8b8012fe9f8f38bcce4e manifests/cisr24_train_manifest.csv.gz
|
| 56 |
+
426f7cf65c04125cb4bb33385b0d98583ca2e5549ec75d39e498f94299ade8d8 manifests/cisr24_val_manifest.csv
|
| 57 |
+
cc6b9a1b04d1f2b75da079e2f13f0bd61fb74d25b7ca32fb95924226b5dcfb6d manifests/cisr24_val_manifest.csv.gz
|
| 58 |
+
462b932542edf6157b7b934a891e0df311c2a48c0167dc9ad4e3c3863a307d62 provenance/CISR24-source.tar.gz
|
| 59 |
+
73bfdd51e5fdcd8050cff6845bf87642ac39eacb36923b2360d9390f279c2763 README.md
|
| 60 |
+
9f534abc081470d0c1472657c9c46c8a0936a9a4232b0f36c263cc6feb244bee RELEASE.md
|
| 61 |
+
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 SUCCESS
|
docs/DATA_CARD.md
CHANGED
|
@@ -54,5 +54,7 @@ configuration, paper hash, source archive, checksums, and validation output in
|
|
| 54 |
|
| 55 |
CISR24 is authored by QI Maoqian. Dataset artifacts are licensed under CC BY
|
| 56 |
4.0, while generators, loaders, and validation tools are licensed under Apache
|
| 57 |
-
License 2.0.
|
| 58 |
-
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
CISR24 is authored by QI Maoqian. Dataset artifacts are licensed under CC BY
|
| 56 |
4.0, while generators, loaders, and validation tools are licensed under Apache
|
| 57 |
+
License 2.0. Source code is hosted at
|
| 58 |
+
<https://github.com/chaser1780/CISR24>, and the full release is hosted at
|
| 59 |
+
<https://huggingface.co/datasets/okra123/CISR24>. The version DOI will be added
|
| 60 |
+
after the finalized Hugging Face revision is registered.
|
docs/PUBLIC_RELEASE.md
CHANGED
|
@@ -3,9 +3,10 @@
|
|
| 3 |
## Repository versus data host
|
| 4 |
|
| 5 |
Use GitHub for source code, documentation, schemas, class mappings, checksums,
|
| 6 |
-
small examples, and download instructions.
|
| 7 |
-
|
| 8 |
-
to Git or used as a normal GitHub Release
|
|
|
|
| 9 |
|
| 10 |
Recommended public repository contents:
|
| 11 |
|
|
@@ -68,7 +69,8 @@ Do not upload until all of the following are complete:
|
|
| 68 |
- select data/code licenses and confirm citation authors and DOI;
|
| 69 |
- create a clean Git commit and record it in release metadata.
|
| 70 |
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
source
|
| 74 |
-
|
|
|
|
|
|
| 3 |
## Repository versus data host
|
| 4 |
|
| 5 |
Use GitHub for source code, documentation, schemas, class mappings, checksums,
|
| 6 |
+
small examples, and download instructions. The full dataset is hosted at
|
| 7 |
+
<https://huggingface.co/datasets/okra123/CISR24>. The training HDF5 is larger
|
| 8 |
+
than 4 GiB and must not be committed to Git or used as a normal GitHub Release
|
| 9 |
+
asset.
|
| 10 |
|
| 11 |
Recommended public repository contents:
|
| 12 |
|
|
|
|
| 69 |
- select data/code licenses and confirm citation authors and DOI;
|
| 70 |
- create a clean Git commit and record it in release metadata.
|
| 71 |
|
| 72 |
+
After the final Hugging Face revision is frozen, generate its DOI and record it
|
| 73 |
+
in `CITATION.cff` and the paper's dataset reference. Tag the matching GitHub
|
| 74 |
+
source revision and link both records. The attached paper PDF is the source of
|
| 75 |
+
truth for this alignment and is not modified by this release workflow. Do not
|
| 76 |
+
cite only a mutable branch URL.
|
docs/REPRODUCIBILITY.md
CHANGED
|
@@ -5,17 +5,17 @@ location. A mutable branch URL is not a substitute for a release tag or DOI.
|
|
| 5 |
|
| 6 |
| Artifact | Canonical release content | Public location |
|
| 7 |
| --- | --- | --- |
|
| 8 |
-
| HDF5 payload | `hdf5/cisr24_{train,val,test}.h5` |
|
| 9 |
-
| Manifests and seeds | `manifests/cisr24_*_manifest.csv[.gz]` | same
|
| 10 |
-
| Generator source | `
|
| 11 |
-
| Taxonomy and schema | `classes.csv`, `docs/SCHEMA.md` |
|
| 12 |
-
| Release configuration | `audit/release_meta.json` | same
|
| 13 |
-
| Validation reports | `audit/*.json` | same
|
| 14 |
-
| Shortcut evidence | `audit/shortcut/` | same
|
| 15 |
-
| Integrity index | `files.csv`, `SHA256SUMS` | same
|
| 16 |
-
| Code license | `LICENSE-CODE` |
|
| 17 |
-
| Data license | `LICENSE-DATA` |
|
| 18 |
-
| Citation | `CITATION.cff` |
|
| 19 |
|
| 20 |
## Determinism
|
| 21 |
|
|
|
|
| 5 |
|
| 6 |
| Artifact | Canonical release content | Public location |
|
| 7 |
| --- | --- | --- |
|
| 8 |
+
| HDF5 payload | `hdf5/cisr24_{train,val,test}.h5` | [Hugging Face dataset](https://huggingface.co/datasets/okra123/CISR24) |
|
| 9 |
+
| Manifests and seeds | `manifests/cisr24_*_manifest.csv[.gz]` | same dataset revision |
|
| 10 |
+
| Generator source | `provenance/CISR24-source.tar.gz` | [GitHub v1.1.1](https://github.com/chaser1780/CISR24/releases/tag/v1.1.1) and data revision |
|
| 11 |
+
| Taxonomy and schema | `classes.csv`, `docs/SCHEMA.md` | GitHub tag and data revision |
|
| 12 |
+
| Release configuration | `audit/release_meta.json` | same dataset revision |
|
| 13 |
+
| Validation reports | `audit/*.json` | same dataset revision |
|
| 14 |
+
| Shortcut evidence | `audit/shortcut/` | same dataset revision |
|
| 15 |
+
| Integrity index | `files.csv`, `SHA256SUMS` | same dataset revision |
|
| 16 |
+
| Code license | `LICENSE-CODE` | GitHub tag and data revision |
|
| 17 |
+
| Data license | `LICENSE-DATA` | GitHub tag and data revision |
|
| 18 |
+
| Citation | `CITATION.cff` | GitHub tag and data DOI |
|
| 19 |
|
| 20 |
## Determinism
|
| 21 |
|
files.csv
CHANGED
|
@@ -1,11 +1,4 @@
|
|
| 1 |
path,role,bytes,sha256
|
| 2 |
-
CHANGELOG.md,metadata,835,7452d548e7cebd5697b8890352a35e97fe5ee15d444643f489383a5344ebf629
|
| 3 |
-
CITATION.cff,metadata,436,35e87bc15f86e89316ce9b39034f8f3d0dedfaa1222d0eef1169d867ffc6376f
|
| 4 |
-
DEPOSIT_PENDING.md,metadata,488,517f47e0b4867400f11556df753453787adb3caa1c807ad2278b50a93c76f1a7
|
| 5 |
-
LICENSE-CODE,metadata,11384,b30e15d599c4802ff569fd4ec899b78d96278e2aa12c1cc7bf386944e8c475e9
|
| 6 |
-
LICENSE-DATA,metadata,1391,100aed16e118e82ea7d0e0ab9c5e68b972158a97c14d37cf40d55d9f11733932
|
| 7 |
-
README.md,metadata,3793,2487cb314b2f2e5b781937d020e590bd6899e7439e271117459f76a8a13d468a
|
| 8 |
-
SUCCESS,metadata,0,e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
| 9 |
audit/effective_snr_grid.json,audit,418707,8aaf48cb04fc245cf37248a77003a3f32bfba5ea95ca80a8443b0507c106d86d
|
| 10 |
audit/name_migration_iq_integrity.json,audit,1091,6e2eb4d8c86c09ac141e097192dc07d554e8ddb169d1124b45973a37450cd04f
|
| 11 |
audit/naming.json,audit,861,a54172ac3eadbc4f13885326a0b0332b9842dac653e5c482652a6df141b99986
|
|
@@ -39,19 +32,23 @@ audit/shortcut/shortcut_mutual_information.csv,audit,3818,bddbaef79976d4eb307ebe
|
|
| 39 |
audit/shortcut_audit_train.json,audit,17872,dcacd24f5aad945ceb7461dbd71df9ccb35e8fb102377f56367867b2643fa38f
|
| 40 |
audit/validate_release.json,audit,2049,5c4d3d886bdaa5f44bbe09dc9625ee9e2f4d16eff1c0a6aa01b43e452adf0e0f
|
| 41 |
audit/waveform_conformance.json,audit,3185,83b813107826ebc186b96d2e073e52717721c6386361d314feabab4428b08719
|
|
|
|
|
|
|
| 42 |
classes.csv,metadata,1676,4c7306cb12e5c27b99220dc1ef802ce1aeccc7635d0afff93ec0d96474134bea
|
|
|
|
| 43 |
docs/DATASET_SPEC.md,metadata,8921,344d84c30bb85646d25ca93ea3cd6eed62a645064378ff6d72419d6a15d5cd97
|
| 44 |
-
docs/DATA_CARD.md,metadata,2376,6f291b6d3c548653543ffda9ea680762f4ee9a9b4e3228777a780f8937eafce5
|
| 45 |
docs/GENERATION_ALGORITHM.md,metadata,2434,fd521d4bb46f9a6d9ce6cdf35a136eced3762a44ef2d250fef70ff791b1ef40c
|
| 46 |
docs/PAPER_ALIGNMENT.md,metadata,3202,3d1bd8723ee1f475bd8c670751599774d1bfe0fc52b84cb1d31829c3e1174ed5
|
| 47 |
-
docs/PUBLIC_RELEASE.md,metadata,
|
| 48 |
-
docs/REPRODUCIBILITY.md,metadata,
|
| 49 |
docs/SCHEMA.md,metadata,1740,222fb0ccf4f2a294ac87b258a09b89849852cc5572ab59f1da6ef6e9c8c61d5e
|
| 50 |
docs/SHORTCUT_AUDIT.md,metadata,1899,361aa379e6f620ae6cbfc36580e5d47da2b14ac07c9b13a069fc0425c72f8dd2
|
| 51 |
hdf5/cisr24_test.h5,data,827412808,7a474a1e8ac3deee09e6b299766090bf2d554773cf363cf763376276dbbf4f27
|
| 52 |
hdf5/cisr24_train.h5,data,4134746280,3953c8c9e3aca5ce6f9e0bec1d0d8980a238a27f761ac957f549d10481976d0a
|
| 53 |
hdf5/cisr24_val.h5,data,827412808,348740ad96890deecb9c46c898c8227c301adb4448d27d96c35d0a9a7efba450
|
| 54 |
label_names.txt,metadata,186,8b440b18c51752a95a4befab4828759e642864a82debfd26b837e67a60d33fa2
|
|
|
|
|
|
|
| 55 |
loaders/cisr24.py,metadata,3574,7a154bea32cd2721bbb2d4e0408f4e89cbe94078bc54a76f12feecdbea3e11a1
|
| 56 |
manifests/cisr24_test_manifest.csv,manifest,29124778,c7685a60a24a1013f6f7e6379c1b0992581775087a30a86496f61143d52fe732
|
| 57 |
manifests/cisr24_test_manifest.csv.gz,manifest,1289035,c56313fc959ae1f947051129ee9a4b98bc5b5d5d49aa3937c2c765a28ab3e36f
|
|
@@ -60,3 +57,6 @@ manifests/cisr24_train_manifest.csv.gz,manifest,6513093,15e300f83ad99d7fc22c38f7
|
|
| 60 |
manifests/cisr24_val_manifest.csv,manifest,28905735,426f7cf65c04125cb4bb33385b0d98583ca2e5549ec75d39e498f94299ade8d8
|
| 61 |
manifests/cisr24_val_manifest.csv.gz,manifest,1288696,cc6b9a1b04d1f2b75da079e2f13f0bd61fb74d25b7ca32fb95924226b5dcfb6d
|
| 62 |
provenance/CISR24-source.tar.gz,provenance,237112,462b932542edf6157b7b934a891e0df311c2a48c0167dc9ad4e3c3863a307d62
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
path,role,bytes,sha256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
audit/effective_snr_grid.json,audit,418707,8aaf48cb04fc245cf37248a77003a3f32bfba5ea95ca80a8443b0507c106d86d
|
| 3 |
audit/name_migration_iq_integrity.json,audit,1091,6e2eb4d8c86c09ac141e097192dc07d554e8ddb169d1124b45973a37450cd04f
|
| 4 |
audit/naming.json,audit,861,a54172ac3eadbc4f13885326a0b0332b9842dac653e5c482652a6df141b99986
|
|
|
|
| 32 |
audit/shortcut_audit_train.json,audit,17872,dcacd24f5aad945ceb7461dbd71df9ccb35e8fb102377f56367867b2643fa38f
|
| 33 |
audit/validate_release.json,audit,2049,5c4d3d886bdaa5f44bbe09dc9625ee9e2f4d16eff1c0a6aa01b43e452adf0e0f
|
| 34 |
audit/waveform_conformance.json,audit,3185,83b813107826ebc186b96d2e073e52717721c6386361d314feabab4428b08719
|
| 35 |
+
CHANGELOG.md,metadata,835,7452d548e7cebd5697b8890352a35e97fe5ee15d444643f489383a5344ebf629
|
| 36 |
+
CITATION.cff,metadata,546,1ce0a3fb357d8c711e8b478b192db5ffe1c9f98908057bcfd4a7002aaa1df8f0
|
| 37 |
classes.csv,metadata,1676,4c7306cb12e5c27b99220dc1ef802ce1aeccc7635d0afff93ec0d96474134bea
|
| 38 |
+
docs/DATA_CARD.md,metadata,2494,5fd2f2d6e14278cbf73d8e7437064cffffe42025365df6ba57aa04eed720f458
|
| 39 |
docs/DATASET_SPEC.md,metadata,8921,344d84c30bb85646d25ca93ea3cd6eed62a645064378ff6d72419d6a15d5cd97
|
|
|
|
| 40 |
docs/GENERATION_ALGORITHM.md,metadata,2434,fd521d4bb46f9a6d9ce6cdf35a136eced3762a44ef2d250fef70ff791b1ef40c
|
| 41 |
docs/PAPER_ALIGNMENT.md,metadata,3202,3d1bd8723ee1f475bd8c670751599774d1bfe0fc52b84cb1d31829c3e1174ed5
|
| 42 |
+
docs/PUBLIC_RELEASE.md,metadata,2257,5dea005a280e35a1a1ba8131d738ee5c9016ae37cfa1515e1f87cbb44ced9d9a
|
| 43 |
+
docs/REPRODUCIBILITY.md,metadata,2099,2628a2db78c50dfa1c78adae73b17363b548998e812d6ceae7256036e940470e
|
| 44 |
docs/SCHEMA.md,metadata,1740,222fb0ccf4f2a294ac87b258a09b89849852cc5572ab59f1da6ef6e9c8c61d5e
|
| 45 |
docs/SHORTCUT_AUDIT.md,metadata,1899,361aa379e6f620ae6cbfc36580e5d47da2b14ac07c9b13a069fc0425c72f8dd2
|
| 46 |
hdf5/cisr24_test.h5,data,827412808,7a474a1e8ac3deee09e6b299766090bf2d554773cf363cf763376276dbbf4f27
|
| 47 |
hdf5/cisr24_train.h5,data,4134746280,3953c8c9e3aca5ce6f9e0bec1d0d8980a238a27f761ac957f549d10481976d0a
|
| 48 |
hdf5/cisr24_val.h5,data,827412808,348740ad96890deecb9c46c898c8227c301adb4448d27d96c35d0a9a7efba450
|
| 49 |
label_names.txt,metadata,186,8b440b18c51752a95a4befab4828759e642864a82debfd26b837e67a60d33fa2
|
| 50 |
+
LICENSE-CODE,metadata,11384,b30e15d599c4802ff569fd4ec899b78d96278e2aa12c1cc7bf386944e8c475e9
|
| 51 |
+
LICENSE-DATA,metadata,1391,100aed16e118e82ea7d0e0ab9c5e68b972158a97c14d37cf40d55d9f11733932
|
| 52 |
loaders/cisr24.py,metadata,3574,7a154bea32cd2721bbb2d4e0408f4e89cbe94078bc54a76f12feecdbea3e11a1
|
| 53 |
manifests/cisr24_test_manifest.csv,manifest,29124778,c7685a60a24a1013f6f7e6379c1b0992581775087a30a86496f61143d52fe732
|
| 54 |
manifests/cisr24_test_manifest.csv.gz,manifest,1289035,c56313fc959ae1f947051129ee9a4b98bc5b5d5d49aa3937c2c765a28ab3e36f
|
|
|
|
| 57 |
manifests/cisr24_val_manifest.csv,manifest,28905735,426f7cf65c04125cb4bb33385b0d98583ca2e5549ec75d39e498f94299ade8d8
|
| 58 |
manifests/cisr24_val_manifest.csv.gz,manifest,1288696,cc6b9a1b04d1f2b75da079e2f13f0bd61fb74d25b7ca32fb95924226b5dcfb6d
|
| 59 |
provenance/CISR24-source.tar.gz,provenance,237112,462b932542edf6157b7b934a891e0df311c2a48c0167dc9ad4e3c3863a307d62
|
| 60 |
+
README.md,metadata,4124,73bfdd51e5fdcd8050cff6845bf87642ac39eacb36923b2360d9390f279c2763
|
| 61 |
+
RELEASE.md,metadata,515,9f534abc081470d0c1472657c9c46c8a0936a9a4232b0f36c263cc6feb244bee
|
| 62 |
+
SUCCESS,metadata,0,e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|