You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,6 +91,7 @@ The table below gives details about the fields in the metadata JSON file for ver
84
91
|`basedOnPapers`| Yes, but can be an empty array |`array` of `string`| An array of the DOIs for the papers this demo is based on. |
85
92
|`referencedByPapers`| Yes, but can be an empty array |`array` of `string`| An array of the DOIs of any papers that reference this demo. |
86
93
|`relatedContent`| Yes, but can be an empty array |`array` of `object`| An array of objects describing the content related to this demo. See below for the object structure. |
94
+
|`hardware`| No. Can be an empty array. |`array` of `object`| An array of objects representing third-party vendors who can run the demo on their hardware. See below for the object structure. |
87
95
88
96
### Author Object Properties
89
97
@@ -125,6 +133,14 @@ The table below gives details about the fields in the metadata JSON file for ver
125
133
|`id`| Yes |`string`| The id of the content that this relation refers to. For demos, it's the file name of the demo without the extension - i.e., `tutorial_haar_measure`. |
126
134
|`weight`| Yes |`number`| A number between -1.0 and 1.0 indicating both how closely related these two pieces of content are, and which one it is preferable to encounter first. A value of 1.0 indicates that these two pieces of content are *very* closely related, and this one should be read first, and the linked one second. A value of -1.0 indicates again that these two pieces of content are very closely related, but that the linked one should be read first. A value of 0.0 indicates that these two pieces of content have nothing to do with each other. |
127
135
136
+
### Hardware Object Properties
137
+
138
+
| Name | Is Required | Value Type | Description |
139
+
|---|---|---|---|
140
+
|`id`| Yes |`enum`| The ID of the hardware vendor |
141
+
|`link`| Yes |`string`| Link to run the demo on the vendor's hardware |
142
+
|`logo`| Yes |`string`| The URI of the vendor's logo image, whether it be something hosted locally or on another site. |
143
+
128
144
129
145
130
146
@@ -202,7 +218,9 @@ The table below gives details about the fields in the metadata JSON file for ver
0 commit comments