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:0c004a03453a29b80f921a24433f7e780b9ceb53
  • Code
  • Branches (34)
  • Releases (0)
    • Branches
    • Releases
    • HEAD
    • refs/heads/RELEASE_3_10
    • refs/heads/RELEASE_3_11
    • refs/heads/RELEASE_3_12
    • refs/heads/RELEASE_3_7
    • refs/heads/RELEASE_3_8
    • refs/heads/RELEASE_3_9
    • refs/heads/appeveyor
    • refs/heads/archs4
    • refs/heads/assaron-patch-1
    • refs/heads/develop
    • refs/heads/export-dataset-history
    • refs/heads/master
    • refs/heads/r-3.4
    • refs/heads/slack-test
    • refs/heads/travis-fix
    • refs/tags/v1.1.2
    • refs/tags/v1.1.3
    • refs/tags/v1.1.5
    • refs/tags/v1.1.6
    • refs/tags/v1.11.0
    • refs/tags/v1.2.0
    • refs/tags/v1.2.1
    • refs/tags/v1.3.0
    • refs/tags/v1.3.1
    • refs/tags/v1.3.2
    • refs/tags/v1.3.3
    • refs/tags/v1.3.4
    • refs/tags/v1.3.5
    • refs/tags/v1.7.2
    • refs/tags/v1.7.3
    • refs/tags/v1.7.4
    • refs/tags/v1.8.0
    • refs/tags/v1.9.0
    • refs/tags/v1.9.2
    No releases to show
  • 5f8ee46
  • /
  • inst
  • /
  • www
  • /
  • phantasus.js
  • /
  • 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:438d021e77f3bf00a744f3b0114fd680e2fe4cd8
directory badge Iframe embedding
swh:1:dir:59246d801f84c4a3a9f1b52632476279e473ecee
revision badge
swh:1:rev:fe9c3824eb3d9649de2d0c074c8896ae13c45f27
snapshot badge
swh:1:snp:0c004a03453a29b80f921a24433f7e780b9ceb53
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: fe9c3824eb3d9649de2d0c074c8896ae13c45f27 authored by Nitesh Turaga on 27 April 2020, 19:14:57 UTC
bump x.y.z version to even y prior to creation of RELEASE_3_11 branch
Tip revision: fe9c382
index.html
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport"
          content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
    <meta name="google-site-verification"
          content="7UY7VcXR28Tpmw6m6fc6wtJJQvar71GKqGojp3HPb4Q"/>
    <title>phantasus</title>
    <link rel="stylesheet" href="css/phantasus-latest.min.css">
    <script type="text/javascript" src="RELEASE.js"></script>
    <script type="text/javascript" src="js/phantasus-external-other.min.js"></script>
    <script type="text/javascript" src="js/phantasus-external-pdfkit-xlsx.min.js"></script>
    <script type="text/javascript" src="js/phantasus-external-plotly.min.js"></script>
    <script type="text/javascript"
                     src="https://apis.google.com/js/api.js"></script>
    <script src="js/phantasus.js"></script>
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

</head>
<body>
<noscript>
    <p>Please enable JavaScript</p>
</noscript>
<div id="vis"></div>

<script type="text/javascript">
  console.log(PHANTASUS_VERSION,'-',PHANTASUS_BUILD);
  phantasus.Util.setLibrary('phantasus');
  phantasus.Util.loadTrackingCode();
  window.onerror = function () {
    var errorObj = _.last(arguments);
    var errorMsg = _.size(errorObj.message) ? errorObj.message : 'Oops, something went wrong. Please try again.';
    phantasus.FormBuilder.showInModal({
      title: 'Error',
      html: errorMsg
    });
  };

  phantasus.Util.browserCheck();
  var landingPage = new phantasus.LandingPage();
</script>
</body>

</html>

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