[dxwg] DCAT: Duplicated DATS bib entry (#895)

andrea-perego has just created a new issue for https://github.com/w3c/dxwg:

== DCAT: Duplicated DATS bib entry ==
The DATS entry is duplicated in [`config.js`](https://github.com/w3c/dxwg/blob/gh-pages/dcat/config.js):

````
        "DATS": {
            href : "http://wg3-metadataspecifications.readthedocs.io/",
            title : "Data Tag Suite",
            authors : ["Philippe Rocca-Serra", "Alejandra Gonzalez-Beltran"],
            publisher : "NIH Big Data 2 Knowledge bioCADDIE project.",
            date : "2016"
        },
       ...   
        "DATS": {
            "href": "https://github.com/datatagsuite/",
            "title": "Data Tag Suite",
            "authors": ["Alejandra Gonzalez-Beltran", "Philippe Rocca-Serra"],
            "publisher": "NIH Big Data 2 Knowledge bioCADDIE and NIH Data Commons projects",
            "date": "2016"
        },
````

@agbeltran , which is the right one?

BTW, I also found out this one:

https://datatagsuite.github.io/docs/html/

which seems to be the human-readable rendering of the 2nd entry above.

Please view or discuss this issue at https://github.com/w3c/dxwg/issues/895 using your GitHub account

Received on Friday, 12 April 2019 11:56:20 UTC