Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:b33649b2c5b0f3f9374db3e344d5a92f8f6e5fbe
  • Code
  • Branches (13)
  • Releases (2)
    • Branches
    • Releases
    • HEAD
    • refs/heads/0.1
    • refs/heads/BibTeX-sssom-mapping
    • refs/heads/agent-context
    • refs/heads/develop
    • refs/heads/force16
    • refs/heads/links-v3-schema
    • refs/heads/master
    • refs/heads/patch-travis
    • refs/heads/sssom-methodology
    • refs/tags/0.1-alpha
    • refs/tags/1.0
    • refs/tags/2.0
    • refs/tags/2.0-rc
    • 3.0
    • 2.1
  • 8b52e2f
  • /
  • examples
  • /
  • example-codemeta-full.json
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
content badge
swh:1:cnt:7269e09d1c16fa89c95f585f8884a9473d06f4a1
directory badge
swh:1:dir:d5f39a95d83b4f244d4be998f91134fffc5ff60f
revision badge
swh:1:rev:8a60dab06bb95600092525e5c504ac2722bd7576
snapshot badge
swh:1:snp:b33649b2c5b0f3f9374db3e344d5a92f8f6e5fbe

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 8a60dab06bb95600092525e5c504ac2722bd7576 authored by gothub on 05 January 2017, 22:38:17 UTC
Wording changes
Tip revision: 8a60dab
example-codemeta-full.json
{
    "title": "CodeMeta, a minimal convention for software metadata",
    "description": "Codemeta is a metadata content standard for software.  It includes schemas in JSON-LD and XML Schema for providing semantics and validation.",
    "identifier": "http://dx.doi.org/10.6084/m9.figshare.828487",
    "name": "codemeta",
    "@context":"https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
    "@type": "SoftwareSourceCode",
    "agents": [{
        "@id": "http://orcid.org/0000-0002-2192-403X",
        "@type": "person",
        "email": "slaughter@nceas.ucsb.edu",
        "name": "Peter Slaughter",
        "affiliation": "NCEAS",
        "mustBeCited": true,
        "isMaintainer": false,
        "isRightsHolder": false,
        "role": {
            "namespace": "http://www.ngdc.noaa.gov/metadata/published/xsd/schema/resources/Codelist/gmxCodelists.xml#CI_RoleCode",
            "roleCode": "contributor"
        }
    }, {
        "@id": "http://orcid.org/0000-0002-3957-2474",
        "@type": "organization",
        "email": "info@ucop.edu",
        "name": "University of California, Santa Barbara",
        "role": {
            "namespace": "http://www.ngdc.noaa.gov/metadata/published/xsd/schema/resources/Codelist/gmxCodelists.xml#CI_RoleCode",
            "roleCode": "copyrightHolder"
        }
    }],
    "depends": [{
        "identifier": "http://doi.org/10.xxxx/A324566",
        "name": "export_fig",
        "version": "1.99",
        "packageSystem": "http://www.mathworks.com"
    }, {
        "identifier": "89766228838383883",
        "name": "npplus",
        "version": "0.9.4",
        "packageSystem": "https://pypi.python.org",
        "operatingSystems": ["MacOS", "Linux"]
    }, {
        "identifier": "7777575757757-389349843-90898",
        "name": "popbio",
        "version": "1.3.4",
        "packageSystem": "http://cran.r-project.org",
        "operatingSystems": ["Windows", "OS X Mavericks"]
    }],
    "codeRepository": "https://github.com/codemeta/codemeta",
    "controlledTerms": ["software", "metadata"],
    "datePublished": "2014-09-06",
    "dateModified": "2014-08-15",
    "dateCreated": "2014-08-06",
    "developmentStatus": "active",
    "embargoDate": "2014-08-06T10:00:01Z",
    "isAutomatedBuild": false,
    "publisher": "figshare",
    "tags": [
        "publishing",
        "DOI",
        "credit for code"
    ],
    "licenseId": "Apache-2.0",
    "version": "2.1.0-rc.2",
    "uploadedBy": {
        "@id": "http://orcid.org/0000-0002-2192-403X",
        "@type": "Person",
        "email": "slaughter@nceas.ucsb.edu",
        "name": "Peter Slaughter"
    },
    "buildInstructions": "https://github.com/codemeta/codemeta/buildInstructions",
    "contIntegration": "https://github.com/codemeta/codemeta/minitest",
    "downloadLink": "https://github.com/codemeta/codemeta/releases/codemeta_2.1.0-rc.2.tar.gz",
    "funding": "National Science Foundation grant #012345678",
    "programmingLanguage": {
        "name": "ruby",
        "version": "2.3.1",
        "URL": "https://www.ruby-lang.org/en/"
    },
    "readme": "https://github.com/codemeta/codemeta/README.md",
    "issueTracker": "https://github.com/codemeta/codemeta/issues",
    "relatedLink": "https://github.com/codemeta/codemeta-paper",
    "relatedPublications": [
      "DOI:10.1177/0165551504045850",
      "DOI:10.1145/2815833.2816955"
    ],
    "relationships": {
        "relationshipType": "isPartOf",
        "relatedIdentifier": "urn:uuid:F1A0A7AF-ECF3-4C7D-B675-7C6949963995",
        "relatedIdentifierType": "UUID"
    },
    "softwarePaperCitationIdentifiers": "http://doi.org/0000/0000",
    "suggests": {
        "name": "tokenizertools",
        "version": "1.0",
        "packageSystem": "https://pypi.python.org",
        "operatingSystems": ["MacOS", "Linux"]
    },
    "zippedCode": "https://github.com/codemeta/codemeta/releases"
}

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API