Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## Changes
- Add `How-To` category in JSON schema

---------

Co-authored-by: Ivana Kurečić <[email protected]>
  • Loading branch information
ashishks0522 and ikurecic authored Jul 23, 2024
1 parent e3d164a commit d47b6f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ quantum computing paper/result.
- Make sure the file name is `<name of your tutorial>.metadata.json`.
- The "id" of the author will be the same as the one you chose when creating the bio.
- The date of publication and modification. Leave them empty in case you don't know them.
- Choose the categories your demo fits into: `"Getting Started"`, `"Optimization"`, `"Quantum Machine Learning"`, `"Quantum Chemistry"`, `"Devices and Performance"`, `"Quantum Computing"`, `"Quantum Hardware"` or `"Algorithms"`. Feel free to add more than one.
- Choose the categories your demo fits into: `"Getting Started"`, `"Optimization"`, `"Quantum Machine Learning"`, `"Quantum Chemistry"`, `"Devices and Performance"`, `"Quantum Computing"`, `"Quantum Hardware"`, `"Algorithms"` or `"How-to"`. Feel free to add more than one.
- In `previewImages` you should simply modify the final part of the file's name to fit the name of your demo. These two images will be sent to you once the review process begins. Once sent, you must upload them to the address indicated in the metadata.
- `relatedContent` refers to the demos related to yours. You will have to put the corresponding id and set the `weight` to `1.0`.
- If there is any doubt with any field, do not hesitate to post a comment to the reviewer of your demo.
Expand Down
3 changes: 2 additions & 1 deletion metadata_schemas/demo.metadata.schema.0.1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"Quantum Chemistry",
"Devices and Performance",
"Quantum Computing",
"Quantum Hardware"
"Quantum Hardware",
"How-to"
]
},
"minItems": 0
Expand Down

0 comments on commit d47b6f9

Please sign in to comment.