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
  • 97502db
  • /
  • examples
  • /
  • schema-org-codemeta.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
  • release
content badge
swh:1:cnt:ba1b662196af2d6a5b07f5ad973cc3a90a4e3c50
directory badge
swh:1:dir:26625112b81875f33e51b88594585dacb6bff429
revision badge
swh:1:rev:19a4de2deb55ab7c907984bc9333f45eb5f50412
snapshot badge
swh:1:snp:b33649b2c5b0f3f9374db3e344d5a92f8f6e5fbe
release badge
swh:1:rel:fdc047d2695f099400524303b75d15ad2626852a

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
  • release
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 ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 19a4de2deb55ab7c907984bc9333f45eb5f50412 authored by Valentin Lorentz on 13 July 2023, 09:13:27 UTC
Merge branch 'develop'
Tip revision: 19a4de2
schema-org-codemeta.json
{
    "@context": ["http://schema.org", {"author": {"@id": "schema:author", "@container": "@list"} } ] ,
    "name": "Generate CodeMeta Metadata for R Packages",
    "description": "Codemeta defines a 'JSON-LD' format for describing software metadata. This package provides utilities to generate, parse, and modify codemeta.jsonld files automatically for R packages.",
    "identifier": {"@id": "http://dx.doi.org/10.5281/zenodo.XXXX"},
    "@type": "SoftwareSourceCode",
    "author": [{
        "@id": "http://orcid.org/0000-0002-2192-403X",
        "@type": "Person",
        "email": "slaughter@nceas.ucsb.edu",
        "givenName": "Peter",
        "familyName":  "Slaughter",
        "affiliation": "NCEAS"
    },
    {
        "@id": "http://orcid.org/0000-0003-0077-4738",
        "@type": "Person",
        "givenName": "Matthew",
        "familyName": "Jones",
        "affiliation": "NCEAS"
    },
    {
        "@id": "http://orcid.org/0000-0002-1642-628X",
        "@type": "Person",
        "givenName": "Carl",
        "familyName": "Boettiger",
        "email": "cobettig@gmail.com",
        "affiliation": "UC Berkeley"
    }
    ],
    "copyrightHolder": {
        "@type": "Organization",
        "email": "info@ucop.edu",
        "name": "University of California, Santa Barbara"
    },
    "codeRepository": "https://github.com/codemeta/codemetar",
    "datePublished": "2014-09-06",
    "dateModified": "2014-08-15",
    "dateCreated": "2014-08-06",
    "publisher": "zenodo",
    "keywords": [
        "publishing",
        "DOI",
        "credit for code"
    ],
    "license": "https://opensource.org/licenses/BSD-2-Clause",
    "version": "0.1.0",

    "programmingLanguage": {
        "name": "R",
        "URL": "https://www.r-project.org"
    },
    "downloadUrl": "https://github.com/codemeta/codemetar/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