specref icon indicating copy to clipboard operation
specref copied to clipboard

Referencing a particular version of the spec

Open podborski opened this issue 1 year ago • 3 comments

I have a question.

It looks like a lot of MPEG specs are fetched automatically from the ISO site. Right? But I wonder how should one reference a particular version of the spec. For example for ISOBMFF I see an entry like this in iso_jtc1_sc29.json file:

    "iso14496-12": {
        "href": "https://www.iso.org/standard/85596.html",
        "title": "Information technology — Coding of audio-visual objects — Part 12: ISO base media file format",
        "status": "Under development",
        "publisher": "ISO/IEC",
        "source": "https://dashifspecref.blob.core.windows.net/iso/iso_jtc1_sc29.json?st=2019-04-01T00%3A00%3A00Z&se=2039-04-01T00%3A00%3A00Z&sp=rl&sv=2018-03-28&sr=b&sig=Q1%2F6yLw90v0VCYKPhuSw89qLXS8tPZWU%2BQSvYj%2B7NmY%3D"
    },

that points to a current version that is under development (currently 8th edition). But where is the link to the 7th edition? What is the process for adding a particular version of the spec?

podborski avatar Nov 21 '24 14:11 podborski

@tobie any idea on how to solve this?

podborski avatar Feb 07 '25 18:02 podborski

You can just add them manually in biblio.json.

tobie avatar Feb 07 '25 19:02 tobie

(Via a pull request)

tobie avatar Feb 07 '25 19:02 tobie

Feel free to open relevant PRs when needed.

tobie avatar Sep 25 '25 19:09 tobie