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

  • e510b7d
  • /
  • css
  • /
  • style.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.

  • content
  • directory
content badge
swh:1:cnt:645120be214b33389efa3af9ee837989bd153d0b
directory badge
swh:1:dir:dd9921798d3759f6805ae85fffd5e79c3455fb7a

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
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
style.css
@media (min-width: 1200px) {
  .container {
    width: 950px;
  }
}
@media(max-width: 700px) {
  td {
    display: table-row;
  }
}

body {
  padding: 0;
  font: 13pt "Open Sans", "Liberation sans", "Noto sans", Helvetica, Arial, sans-serif;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.4em;
}

header {
  background-color: #004666;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2em;
  padding-bottom: 3em;
}
header a {
  color: white;
  text-decoration: none;
}
header a:hover {
  color: white;
  text-decoration: underline;
}

footer {
  margin-top: auto;
  background-color: #666;
  color: white;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2.5em;
  padding-bottom: 3em;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer .footer-small {
  font-size: 0.9em;
  margin-bottom: 0.3em;
}
footer .social {
  margin-top: 1em;
  margin-bottom: 0.3em;
}
footer .social i {
  margin-right: 0.5em;
}

main {
  flex: 1;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
main a {
  color: #007799;
  text-decoration: none;
}
main a:hover {
  color: #007799;
  text-decoration: underline;
}
main p {
  margin-bottom: 0.8em;
}
main .campaign-list {
  font-size: 0.9em;
  margin-bottom: 4em;
  margin-top: 0em;
}
main p.campaign-entries {
  margin-left: 0em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
main .orcid-text {
  color: #666;
  font-size: 0.8em;
  margin-left: 1.2em;
}
main .orcid-text-sidebar {
  color: #666;
  font-size: 0.7em;
  margin-left: 0em;
  line-height: 1.4em;
}
main .sidebar-text {
  margin-top: 3em;
  font-size: 0.8em;
  line-height: 1em;
  padding-bottom: 1.5em;
}
main .link {
  color: #007799;
  text-decoration: none;
}
main .link:hover {
  color: #007799;
  text-decoration: underline;
}
main .orcid-box {
  margin-top: 3em;
  margin-bottom: 3em;
}
main .user-list {
  font-size: 0.8em;
  margin-left: 1em;
  margin-right: 0;
  margin-bottom: 0em;
  padding: 0;
  margin-top: 0;
}
main .user-row {
  line-height: 1.4em;
  padding-bottom: 0.4em;
}
main a.user-name {
  font-weight: bold;
  color: #444444;
}
main a.user-name:hover {
  font-weight: bold;
  color: #444444;
  text-decoratoon: underline;
}
main table {
  margin-bottom: 3.5em;
}
main .margin-bottom {
  margin-bottom: 4em;
}
main .margin-section {
  margin-bottom: 3em;
}
main .create-item {
  margin-top: 2em;
  margin-bottom: 0em;
}
main .form-choice {
  font-size: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
}
main .return-to-signatories {
  margin-top: 2em;
}
main .sign {
  margin-top: 5em;
}
main .remove {
  margin-top: 4em;
}
main .margin-before-content {
  margin-top: 4em;
}
main .extra-margin {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
main .extra-margin-top {
  margin-top: 1.2em;
  margin-bottom: 0em;
}
main .nav-links a {
  color: white;
  text-decoration: none;
}
main .nav-links a:hover {
  color: white;
  text-decoration: none;
}
main .admin-list {
  margin-top: 2.5em;
  margin-bottom: 0em;
  font-size: 0.9em;
}
main .admin-row {
  margin-top: 0em;
  margin-bottom: 0.25em;
}

hr {
  border-top: 1px solid #000;
}

h1 {
  font-size: 2.6em;
  margin-bottom: 0;
}
h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}
h2.orcid {
  padding-top: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
}
h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}
h3.short {
  color: #eee;
  margin-bottom: 0;
  margin-top: 0.6em;
  font-size: 1.3em;
}
h3.orcid {
  padding-top: 0em;
  margin-top: 0.25em;
  margin-bottom: 0em;
}
h4 {
  margin-bottom: 0.5em;
  margin-top: 0em;
}
h4.orcid {
  margin-top: 0.5em;
}

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