Now that we are reviving the requirement to include editable graphics with a publication package, a permanent location is needed.
My recommendation is to store the graphics in the digital library on GitHub, but not make it available in the SMPTE Standards Library. The graphics would also not be included in the ZIP file downloaded from the SMPTE Standards Library.
Sample manifest (please forgive syntax errors):
Add a new editablegraphics folder:
"editablegraphics": [
{
"title": "Figure 1 — Workflow",
"file": {
"mediaType": "application/application/vnd.ms-visio.drawing.main+xml",
"path": "Figure1-Workflow.vsdx"
}
},
{
"title": "Figure 2 — Bitstream Diagram",
"file": {
"mediaType": "application/application/photoshop",
"path": "Figure2-Bitstream-Diagram.psd"
}
},
{
"title": "Figure 3 — System Map",
"file": {
"mediaType": "application/illustrator",
"path": "Figure3-System-Map.ai"
}
},
],
Now that we are reviving the requirement to include editable graphics with a publication package, a permanent location is needed.
My recommendation is to store the graphics in the digital library on GitHub, but not make it available in the SMPTE Standards Library. The graphics would also not be included in the ZIP file downloaded from the SMPTE Standards Library.
Sample manifest (please forgive syntax errors):
Add a new editablegraphics folder: