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

Revision 42366d9c35be7f5024377b094493a2c3cfffeba7 authored by lauragarrison on 17 March 2021, 06:29:03 UTC, committed by lauragarrison on 17 March 2021, 06:29:03 UTC
updates to readme for cli and requirements list (simplejson)
1 parent 93851da
  • Files
  • Changes
  • 439217c
  • /
  • templates
  • /
  • style_carousel.css
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.

  • revision
  • directory
  • content
revision badge
swh:1:rev:42366d9c35be7f5024377b094493a2c3cfffeba7
directory badge Iframe embedding
swh:1:dir:041d5860d786eb97a5fca6f1d520becba6fdd10a
content badge Iframe embedding
swh:1:cnt:8c67d85f02b0730376b35e3f5b698adf03215ef8

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.

  • revision
  • directory
  • content
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 ...
style_carousel.css
* { box-sizing: border-box; }



.scene {
    position: relative;
    width: 15%;
    height: calc(100% - 40px);
    margin: 0px auto;
}

.carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateZ(-288px);
    /*transform: translateZ(-288px);*/
    transform-style: preserve-3d;
    transition: transform 1s;
}

.carousel__cell {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    line-height: 116px;
    font-size: 80px;
    font-weight: bold;
    color: white;
    transition: transform 1s, opacity 1s;
}

.carousel-options {
    text-align: center;
    position: relative;
    height: var(--dimension_button_width_height);
    z-index: 2;
    background: hsla(0, 0%, 100%, 0.8);
}
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

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— Content policy— Contact— JavaScript license information— Web API