Skip to content

Instantly share code, notes, and snippets.

@jsam
Created May 23, 2019 13:46
Show Gist options
  • Save jsam/e23044bfd00ec712f1a3b997b7f49a49 to your computer and use it in GitHub Desktop.
Save jsam/e23044bfd00ec712f1a3b997b7f49a49 to your computer and use it in GitHub Desktop.
Zenodo default response
{"conceptdoi": "10.5281/zenodo.597964", "conceptrecid": "597964", "created": "2019-05-02T17:42:23.865691+00:00", "doi": "10.5281/zenodo.2658634", "files": [{"bucket": "e3afe60a-0780-4e73-8b66-6826d1c48a61", "checksum": "md5:15da253c243022e510c0ad4801cbda43", "key": "quantling/pyndl-v0.6.4.zip", "links": {"self": "https://zenodo.org/api/files/e3afe60a-0780-4e73-8b66-6826d1c48a61/quantling/pyndl-v0.6.4.zip"}, "size": 498099, "type": "zip"}], "id": 2658634, "links": {"badge": "https://zenodo.org/badge/doi/10.5281/zenodo.2658634.svg", "bucket": "https://zenodo.org/api/files/e3afe60a-0780-4e73-8b66-6826d1c48a61", "conceptbadge": "https://zenodo.org/badge/doi/10.5281/zenodo.597964.svg", "conceptdoi": "https://doi.org/10.5281/zenodo.597964", "doi": "https://doi.org/10.5281/zenodo.2658634", "html": "https://zenodo.org/record/2658634", "latest": "https://zenodo.org/api/records/2658634", "latest_html": "https://zenodo.org/record/2658634", "self": "https://zenodo.org/api/records/2658634"}, "metadata": {"access_right": "open", "access_right_category": "success", "creators": [{"affiliation": "University of Tuebingen, Quantitative Linguistics", "name": "Konstantin Sering"}, {"name": "Marc Weitz"}, {"name": "David-Elias K\\u00fcnstle"}, {"name": "Lennart Schneider"}], "description": "<ul>\\n<li><p>fixes math.ceil with explicit cast to double before ceiling</p>\\n</li>\\n<li><p>makes error codes in ndl_parallel more human readable</p>\\n</li>\\n</ul>", "doi": "10.5281/zenodo.2658634", "keywords": ["naive discriminative learning", "linguistics", "python", "cognitive science", "machine learning"], "language": "eng", "license": {"id": "MIT"}, "publication_date": "2019-05-02", "related_identifiers": [{"identifier": "https://github.com/quantling/pyndl/tree/v0.6.4", "relation": "isSupplementTo", "scheme": "url"}, {"identifier": "10.5281/zenodo.597964", "relation": "isVersionOf", "scheme": "doi"}], "relations": {"version": [{"count": 20, "index": 19, "is_last": true, "last_child": {"pid_type": "recid", "pid_value": "2658634"}, "parent": {"pid_type": "recid", "pid_value": "597964"}}]}, "resource_type": {"title": "Software", "type": "software"}, "title": "Pyndl: Naive discriminative learning in python", "version": "v0.6.4"}, "owners": [29848], "revision": 3, "stats": {"downloads": 65.0, "unique_downloads": 42.0, "unique_views": 0.0, "version_downloads": 444.0, "version_unique_downloads": 184.0, "version_unique_views": 418.0, "version_views": 548.0, "version_volume": 240448309.0, "views": 0.0, "volume": 32376435.0}, "updated": "2019-05-03T01:33:14.820159+00:00"}
@jsam
Copy link
Author

jsam commented May 23, 2019

with jsonld

{"@context": "https://schema.org/", "@id": "https://doi.org/10.5281/zenodo.2658634", "@type": "SoftwareSourceCode", "codeRepository": "https://github.com/quantling/pyndl/tree/v0.6.4", "creator": [{"@type": "Person", "affiliation": "University of Tuebingen, Quantitative Linguistics", "name": "Konstantin Sering"}, {"@type": "Person", "name": "Marc Weitz"}, {"@type": "Person", "name": "David-Elias K\\u00fcnstle"}, {"@type": "Person", "name": "Lennart Schneider"}], "datePublished": "2019-05-02", "description": "<ul>\\n<li><p>fixes math.ceil with explicit cast to double before ceiling</p>\\n</li>\\n<li><p>makes error codes in ndl_parallel more human readable</p>\\n</li>\\n</ul>", "identifier": "https://doi.org/10.5281/zenodo.2658634", "inLanguage": {"@type": "Language", "alternateName": "eng", "name": "English"}, "keywords": ["naive discriminative learning", "linguistics", "python", "cognitive science", "machine learning"], "license": "http://www.opensource.org/licenses/MIT", "name": "Pyndl: Naive discriminative learning in python", "url": "https://zenodo.org/record/2658634", "version": "v0.6.4"}```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment