diff --git a/content/other/_meta/class.json b/content/other/_meta/class.json new file mode 100644 index 00000000..e9f50b3c --- /dev/null +++ b/content/other/_meta/class.json @@ -0,0 +1,20 @@ +{ + "slug": "other", + "name": "Other", + "attributeList": [ + { + "name": "data_1", + "pythonType": "list", + "doc": "", + "optional": false + } + ], + "parameterList": [ + { + "name": "name", + "title": "Name", + "description": "The name of the dataset", + "optional": false + } + ] +} \ No newline at end of file diff --git a/content/other/qcaastest/citation.txt b/content/other/qcaastest/citation.txt new file mode 100644 index 00000000..d6b85cd9 --- /dev/null +++ b/content/other/qcaastest/citation.txt @@ -0,0 +1,6 @@ +@misc{me and you2024qcaastest, + title={QCaaS Test Dataset}, + author={me and you}, + howpublished={\urlhttps://pennylane.ai/datasets/other/qcaastest}, + year={2024} +} \ No newline at end of file diff --git a/content/other/qcaastest/dataset.json b/content/other/qcaastest/dataset.json new file mode 100644 index 00000000..9b8e0d7d --- /dev/null +++ b/content/other/qcaastest/dataset.json @@ -0,0 +1,32 @@ +{ + "slug": "qcaastest", + "class": { + "$path": "/other/_meta/class.json" + }, + "collection": null, + "data": [ + { + "dataUrl": "https://datasets.cloud.pennylane.ai/user/2c9b8d9e-818b-4a10-a1fb-54bf86da0cf8", + "parameters": { + "name": "our_dataset" + }, + "extra": {} + } + ], + "downloadName": "our_dataset", + "features": [ + { + "slug": "example-feature", + "title": "Example Feature", + "type": "DATA", + "content": { + "$path": "features/dataset-attributes.md" + } + } + ], + "meta": { + "$path": "meta.json" + }, + "parameterTree": null, + "extra": {} +} \ No newline at end of file diff --git a/content/other/qcaastest/features/dataset-attributes.md b/content/other/qcaastest/features/dataset-attributes.md new file mode 100644 index 00000000..049642bd --- /dev/null +++ b/content/other/qcaastest/features/dataset-attributes.md @@ -0,0 +1,3 @@ +|Name|Type|Description| +|-|-|-| +|data_1|list|| \ No newline at end of file diff --git a/content/other/qcaastest/meta.json b/content/other/qcaastest/meta.json new file mode 100644 index 00000000..42d960b7 --- /dev/null +++ b/content/other/qcaastest/meta.json @@ -0,0 +1,25 @@ +{ + "abstract": null, + "authors": [ + { + "name": "me and you" + } + ], + "citation": { + "$path": "citation.txt" + }, + "changelog": [], + "description": "A dataset for testing the qcaas workflow", + "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)", + "dateOfLastModification": "2024-11-25", + "dateOfPublication": "2024-11-25", + "sourceCodeUrl": null, + "tags": [], + "title": "QCaaS Test Dataset", + "usingThisDataset": { + "$path": "using_this_dataset.md" + }, + "heroImage": "https://assets.cloud.pennylane.ai/datasets/generic/hero/Datasets_GenericHero_2.png", + "thumbnail": "https://assets.cloud.pennylane.ai/datasets/generic/thumbnail/Dataset_Thumb_RydbergGPT.png", + "extra": {} +} \ No newline at end of file diff --git a/content/other/qcaastest/using_this_dataset.md b/content/other/qcaastest/using_this_dataset.md new file mode 100644 index 00000000..c0a98942 --- /dev/null +++ b/content/other/qcaastest/using_this_dataset.md @@ -0,0 +1 @@ +# Using this Dataset \ No newline at end of file diff --git a/content/qcaastest/_meta/class.json b/content/qcaastest/_meta/class.json new file mode 100644 index 00000000..e385c4b4 --- /dev/null +++ b/content/qcaastest/_meta/class.json @@ -0,0 +1,13 @@ +{ + "slug": "qcaastest", + "name": "QCaaSTest", + "attributeList": [ + { + "name": "data_1", + "pythonType": "list", + "doc": "", + "optional": false + } + ], + "parameterList": [] +} \ No newline at end of file diff --git a/content/qcaastest/our-dataset/citation.txt b/content/qcaastest/our-dataset/citation.txt new file mode 100644 index 00000000..d5b3ad2b --- /dev/null +++ b/content/qcaastest/our-dataset/citation.txt @@ -0,0 +1,6 @@ +@misc{Me2024ourdataset, + title={Our Dataset}, + author={Me and You}, + howpublished={\urlhttps://pennylane.ai/datasets/qcaastest/our-dataset}, + year={2024} +} \ No newline at end of file diff --git a/content/qcaastest/our-dataset/dataset.json b/content/qcaastest/our-dataset/dataset.json new file mode 100644 index 00000000..b1ba1848 --- /dev/null +++ b/content/qcaastest/our-dataset/dataset.json @@ -0,0 +1,30 @@ +{ + "slug": "our-dataset", + "class": { + "$path": "/qcaastest/_meta/class.json" + }, + "collection": null, + "data": [ + { + "dataUrl": "https://datasets.cloud.pennylane.ai/user/2c9b8d9e-818b-4a10-a1fb-54bf86da0cf8", + "parameters": {}, + "extra": {} + } + ], + "downloadName": "our-dataset", + "features": [ + { + "slug": "example-feature", + "title": "Example Feature", + "type": "DATA", + "content": { + "$path": "features/dataset-attributes.md" + } + } + ], + "meta": { + "$path": "meta.json" + }, + "parameterTree": null, + "extra": {} +} \ No newline at end of file diff --git a/content/qcaastest/our-dataset/features/dataset-attributes.md b/content/qcaastest/our-dataset/features/dataset-attributes.md new file mode 100644 index 00000000..049642bd --- /dev/null +++ b/content/qcaastest/our-dataset/features/dataset-attributes.md @@ -0,0 +1,3 @@ +|Name|Type|Description| +|-|-|-| +|data_1|list|| \ No newline at end of file diff --git a/content/qcaastest/our-dataset/meta.json b/content/qcaastest/our-dataset/meta.json new file mode 100644 index 00000000..199ac837 --- /dev/null +++ b/content/qcaastest/our-dataset/meta.json @@ -0,0 +1,28 @@ +{ + "abstract": null, + "authors": [ + { + "name": "Me" + }, + { + "name": "You" + } + ], + "citation": { + "$path": "citation.txt" + }, + "changelog": [], + "description": "A dataset we created for this demo", + "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)", + "dateOfLastModification": "2024-11-21", + "dateOfPublication": "2024-11-21", + "sourceCodeUrl": null, + "tags": [], + "title": "Our Dataset", + "usingThisDataset": { + "$path": "using_this_dataset.md" + }, + "heroImage": "https://assets.cloud.pennylane.ai/datasets/generic/hero/Datasets_GenericHero_2.png", + "thumbnail": "https://assets.cloud.pennylane.ai/datasets/generic/thumbnail/Dataset_Thumb_KetGPT.png", + "extra": {} +} \ No newline at end of file diff --git a/content/qcaastest/our-dataset/using_this_dataset.md b/content/qcaastest/our-dataset/using_this_dataset.md new file mode 100644 index 00000000..c0a98942 --- /dev/null +++ b/content/qcaastest/our-dataset/using_this_dataset.md @@ -0,0 +1 @@ +# Using this Dataset \ No newline at end of file