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://doi.org/10.5281/zenodo.3597646
09 March 2025, 10:41:59 UTC
  • Code
  • Branches (0)
  • Releases (3)
  • Visits
    • Branches
    • Releases
      • 3
      • 3
      • 2
      • 1
    • 1625e73
    • /
    • pyxem-kikuchipy-5365e79
    • /
    • .pre-commit-config.yaml
    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
    • snapshot
    • release
    origin badgecontent badge Iframe embedding
    swh:1:cnt:c55db3ef407e63de9471a32b764afb84d27c6217
    origin badgedirectory badge Iframe embedding
    swh:1:dir:144469eeffd2079dd12d2b259970ab3137bbfbdd
    origin badgesnapshot badge
    swh:1:snp:7fc3bc5511877db5b71ef36d387cf876a60df237
    origin badgerelease badge
    swh:1:rel:6671e2a2924981177d051b3ad3d82d95c4a0d854
    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
    • snapshot
    • release
    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 ...
    .pre-commit-config.yaml
    repos:
        # https://black.readthedocs.io/en/stable/index.html
        - repo: https://github.com/psf/black-pre-commit-mirror
          rev: 25.1.0
          hooks:
          - id: black
          - id: black-jupyter
            files: \.ipynb
            args: [--line-length=77]
        # https://pycqa.github.io/isort/
        - repo: https://github.com/pycqa/isort
          rev: 6.0.1
          hooks:
            - id: isort
              name: isort (python)
              args:
                [--profile=black, --filter-files, --force-sort-within-sections]
    

    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