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:bdc19e867479541d0f4994ceaa711217d0dc28ed
  • Code
  • Branches (17)
  • Releases (0)
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    • refs/tags/1.0.0
    • refs/tags/1.1.0
    • refs/tags/1.2.0
    • refs/tags/1.3.0
    • refs/tags/1.4.0
    • refs/tags/1.4.1
    • refs/tags/1.5.0
    • refs/tags/1.5.1
    • refs/tags/1.6.0
    • refs/tags/1.6.1
    • refs/tags/2.0.0
    • refs/tags/2.0.1
    • refs/tags/2.0.2
    • refs/tags/2.0.3
    • refs/tags/2.0.4
    • refs/tags/2.0.5
    No releases to show
  • 7089f6a
  • /
  • inst
  • /
  • templates
  • /
  • content-article-index.html
Raw File Download
Permalinks

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 Iframe embedding
swh:1:cnt:f2b20af1f068477c653adfbaf59f3986d307471d
directory badge Iframe embedding
swh:1:dir:2c0af2d30bba3e463ca32d212075d8c2abc3e1cb
revision badge
swh:1:rev:f621f2e72df3f80b159226e427529462855a825f
snapshot badge
swh:1:snp:bdc19e867479541d0f4994ceaa711217d0dc28ed
Citations

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: f621f2e72df3f80b159226e427529462855a825f authored by Hadley Wickham on 07 September 2020, 13:10:03 UTC
version 1.6.0
Tip revision: f621f2e
content-article-index.html
<div class="row">
  <div class="col-md-9 contents">
    <div class="page-header">
      <h1>Articles</h1>
    </div>

    {{#sections}}
    <div class="section {{class}}">
      <h3>{{title}}</h3>
      <p class="section-desc">{{{desc}}}</p>

      <dl>
        {{#contents}}
        <dt><a href="{{path}}">{{title}}</a></dt>
        <dd>{{{description}}}</dt>
        {{/contents}}
      </dl>
    </div>
    {{/sections}}
  </div>
</div>

Software Heritage — Copyright (C) 2015–2025, 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— Contact— JavaScript license information— Web API

back to top