From 2b9a88d9542bf13218d411d3e840750f7a44a570 Mon Sep 17 00:00:00 2001 From: DSGuala Date: Thu, 21 Nov 2024 19:48:13 +0000 Subject: [PATCH 1/4] commit message --- content/qcaastest/_meta/class.json | 13 ++++++++ content/qcaastest/our-dataset/citation.txt | 6 ++++ content/qcaastest/our-dataset/dataset.json | 30 +++++++++++++++++++ .../features/dataset-attributes.md | 3 ++ content/qcaastest/our-dataset/meta.json | 28 +++++++++++++++++ .../our-dataset/using_this_dataset.md | 1 + 6 files changed, 81 insertions(+) create mode 100644 content/qcaastest/_meta/class.json create mode 100644 content/qcaastest/our-dataset/citation.txt create mode 100644 content/qcaastest/our-dataset/dataset.json create mode 100644 content/qcaastest/our-dataset/features/dataset-attributes.md create mode 100644 content/qcaastest/our-dataset/meta.json create mode 100644 content/qcaastest/our-dataset/using_this_dataset.md 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..554b0118 --- /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": null, + "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..1921a526 --- /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": null, + "thumbnail": null, + "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 From 71dc6f2743daf0fe6bc9e9a3dc7262cec738981f Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 25 Nov 2024 11:35:22 -0500 Subject: [PATCH 2/4] update urls --- content/qcaastest/our-dataset/dataset.json | 2 +- content/qcaastest/our-dataset/meta.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/qcaastest/our-dataset/dataset.json b/content/qcaastest/our-dataset/dataset.json index 554b0118..b1ba1848 100644 --- a/content/qcaastest/our-dataset/dataset.json +++ b/content/qcaastest/our-dataset/dataset.json @@ -6,7 +6,7 @@ "collection": null, "data": [ { - "dataUrl": null, + "dataUrl": "https://datasets.cloud.pennylane.ai/user/2c9b8d9e-818b-4a10-a1fb-54bf86da0cf8", "parameters": {}, "extra": {} } diff --git a/content/qcaastest/our-dataset/meta.json b/content/qcaastest/our-dataset/meta.json index 1921a526..199ac837 100644 --- a/content/qcaastest/our-dataset/meta.json +++ b/content/qcaastest/our-dataset/meta.json @@ -22,7 +22,7 @@ "usingThisDataset": { "$path": "using_this_dataset.md" }, - "heroImage": null, - "thumbnail": null, + "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 From 33e1174de055b2f792f4fa1e867993433ca98a5b Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 25 Nov 2024 12:00:39 -0500 Subject: [PATCH 3/4] try adding to "other" --- content/other/qcaastest/citation.txt | 6 ++++ content/other/qcaastest/dataset.json | 32 +++++++++++++++++++ .../qcaastest/features/dataset-attributes.md | 3 ++ content/other/qcaastest/meta.json | 25 +++++++++++++++ content/other/qcaastest/using_this_dataset.md | 1 + 5 files changed, 67 insertions(+) create mode 100644 content/other/qcaastest/citation.txt create mode 100644 content/other/qcaastest/dataset.json create mode 100644 content/other/qcaastest/features/dataset-attributes.md create mode 100644 content/other/qcaastest/meta.json create mode 100644 content/other/qcaastest/using_this_dataset.md 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 From 1e48f43d5f06b19496880f1d57e2e47f3f59f6f0 Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 25 Nov 2024 12:07:05 -0500 Subject: [PATCH 4/4] Add other/_meta :grimacing: --- content/other/_meta/class.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/other/_meta/class.json 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