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

https://github.com/thu-vis/MutualDetector
23 January 2026, 07:14:46 UTC
  • Code
  • Branches (2)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/main
    • refs/heads/video
    No releases to show
  • 5c3066e
  • /
  • public
  • /
  • index.html
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

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
origin badgecontent badge
swh:1:cnt:7e957b9f55d9516f50806abb0531a51fbc1ae984
origin badgedirectory badge
swh:1:dir:d6132d3ae03babb939dbdcaa237442397d8002fd
origin badgerevision badge
swh:1:rev:2b019233d6851facadec8e9215cc805eef47932c
origin badgesnapshot badge
swh:1:snp:79fcba32a7d79dcc00f7bb22b535a3094a18ec7e

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: 2b019233d6851facadec8e9215cc805eef47932c authored by Changjian Chen on 20 May 2024, 01:52:04 UTC
update readme
Tip revision: 2b01923
index.html
<!DOCTYPE html>
<html lang="en" style="overflow-y: hidden;">

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  <title>
    <%= htmlWebpackPlugin.options.title %>
  </title>
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
  <link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/simplebar@5.3.5/dist/simplebar.css"
/>
<script src="https://cdn.jsdelivr.net/npm/simplebar@5.3.5/dist/simplebar.min.js"></script>
</head>

<body>
  <noscript>
    <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
        Please enable it to continue.</strong>
  </noscript>
  <div id="app"></div>
  <!-- built files will be auto injected -->
  <!-- <svg t="1609481897234" id="plus-square" class="icon" viewBox="0 0 1024 1024" version="1.1"
    xmlns="http://www.w3.org/2000/svg" p-id="2548" width="15" height="15">
    <path
      d="M672 480H544V352c0-17.6-14.4-32-32-32s-32 14.4-32 32v128H352c-17.6 0-32 14.4-32 32s14.4 32 32 32h128v128c0 17.6 14.4 32 32 32s32-14.4 32-32V544h128c17.6 0 32-14.4 32-32s-14.4-32-32-32z"
      fill="#707070" p-id="2549"></path>
    <path
      d="M800 96H224c-70.4 0-128 57.6-128 128v576c0 70.4 57.6 128 128 128h576c70.4 0 128-57.6 128-128V224c0-70.4-57.6-128-128-128z m64 704c0 17-6.7 33-18.9 45.1C833 857.3 817 864 800 864H224c-17 0-33-6.7-45.1-18.9C166.7 833 160 817 160 800V224c0-17 6.7-33 18.9-45.1C191 166.7 207 160 224 160h576c17 0 33 6.7 45.1 18.9C857.3 191 864 207 864 224v576z"
      fill="#707070" p-id="2550"></path>
  </svg>
  
  <svg t="1609482038407" id="minus-square" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
    p-id="3086" width="15" height="15">
    <path
      d="M800 96H224c-70.4 0-128 57.6-128 128v576c0 70.4 57.6 128 128 128h576c70.4 0 128-57.6 128-128V224c0-70.4-57.6-128-128-128z m64 704c0 17-6.7 33-18.9 45.1C833 857.3 817 864 800 864H224c-17 0-33-6.7-45.1-18.9C166.7 833 160 817 160 800V224c0-17 6.7-33 18.9-45.1C191 166.7 207 160 224 160h576c17 0 33 6.7 45.1 18.9C857.3 191 864 207 864 224v576z"
      fill="#707070" p-id="3087"></path>
    <path d="M672 480H352c-17.6 0-32 14.4-32 32s14.4 32 32 32h320c17.6 0 32-14.4 32-32s-14.4-32-32-32z" fill="#707070"
      p-id="3088"></path>
  </svg> -->
  <div class="loading" style="display: none;">

  </div>
  <svg version="1.1" width="80px" height="80px" style="enable-background:new 0 0 512 512; opacity: 1; display: none;" xml:space="preserve"
    class="loading-svg">
    <symbol id="static-update-icon" viewBox="-150 -150 812 812">
      <g>
        <g>
          <path
            d="M463.702,162.655L442.491,14.164c-1.744-12.174-16.707-17.233-25.459-8.481l-30.894,30.894
                                      C346.411,12.612,301.309,0,254.932,0C115.464,0,3.491,109.16,0.005,248.511c-0.19,7.617,5.347,14.15,12.876,15.234l59.941,8.569
                                      c8.936,1.304,17.249-5.712,17.125-15.058C88.704,165.286,162.986,90,254.932,90c22.265,0,44.267,4.526,64.6,13.183l-29.78,29.78
                                      c-8.697,8.697-3.761,23.706,8.481,25.459l148.491,21.211C456.508,181.108,465.105,172.599,463.702,162.655z" />
        </g>
      </g>
      <g>
        <g>
          <path d="M499.117,249.412l-59.897-8.555c-7.738-0.98-17.124,5.651-17.124,16.143c0,90.981-74.019,165-165,165
                                      c-22.148,0-44.048-4.482-64.306-13.052l28.828-28.828c8.697-8.697,3.761-23.706-8.481-25.459L64.646,333.435
                                      c-9.753-1.393-18.39,6.971-16.978,16.978l21.21,148.492c1.746,12.187,16.696,17.212,25.459,8.481l31.641-31.626
                                      C165.514,499.505,210.587,512,257.096,512c138.794,0,250.752-108.618,254.897-247.28
                                      C512.213,257.088,506.676,250.496,499.117,249.412z" />
        </g>
      </g>
    </symbol>
    <symbol id="animate-update-icon" viewBox="0 0 60 60">
      <g transform="translate(30,30)">
        <path class="circle-path"
          d="M1.2246467991473533e-15,-20A20,20,0,1,1,-20,2.4492935982947065e-15L-16,1.959434878635765e-15A16,16,0,1,0,9.797174393178826e-16,-16Z">
        </path>
      </g>
  
    </symbol>
    <use xlink:href="#animate-update-icon" x="0" y="0" width="40px" height="40px"></use>
  </svg>
</body>

</html>

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