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/wintericie/visual-analysis-class-boundary
29 August 2023, 06:18:24 UTC
  • Code
  • Branches (2)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/dependabot/npm_and_yarn/frontend/handlebars-4.7.6
    • refs/heads/master
    No releases to show
  • cb297b1
  • /
  • replicate
  • /
  • README.md
Raw File Download
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 ...

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
origin badgecontent badge Iframe embedding
swh:1:cnt:0dd8b40ae4a41cb5602372dac93dacf3bf933751
origin badgedirectory badge Iframe embedding
swh:1:dir:1a660ddf48443598b3ffeace77f1f2e0088a9314
origin badgerevision badge
swh:1:rev:6161210037eedf38304dc60b8ed6c545faff1f06
origin badgesnapshot badge
swh:1:snp:906f4ed770fd116fe1766e3153be247e08bb30d5
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: 6161210037eedf38304dc60b8ed6c545faff1f06 authored by Yuxin Ma on 08 September 2020, 18:36:18 UTC
readme updated
Tip revision: 6161210
README.md
## Replicating Results

This guide describes how to generate Figure 3, the teaser image of our framework and the illustration of Case Study 1 in Section 6.1.

### Files
- `figure_3_teaser.png` is the Figure 3 in the paper.
- `figure_3_teaser_no_mark.png` is the Figure 3 with all markups removed, which depicts a clear result on the interface.
- `steps.mp4` illustrates the detailed interactions of the steps listed in "Steps" section. 
- The paper can be found [here](http://vader.lab.asu.edu/docs/publications/pdf/2020/llp.pdf).

### Environment

We have tested our framework in Google Chrome under Mac OS X and Ubuntu Linux. However, it should be working in most operation systems with modern web browsers and Python 3 since the implementation is based on Python and JavaScript. 

### Steps

#### 1. Projection View (Figure 3, Region C)

When the interface is loaded, the linear projection result (Figure 3 (2)) is displayed in the Projection View. The t-SNE projection result (Figure 3 (1)) can be toggled by clicking on the "T-SNE" pane on the top of the view.

#### 2. Segment Relation View (Figure 3, Region A)

The graph result in Figure 3 (Region A) should be displayed in the interface by default. For showing the patch "The Green Outlier" in Figure 3 (4), please hover the mouse pointer on the green segment glyph in the dashed red circle that connects to the patch. The corresponding points will be highlighted in the linear projection result in the Projection View. Note that it is necessary to switch to the "Linear" tab pane in the Projection View to see the result.

To view the patch "Top Features (Segment 12)" in Figure 3 (5), please hover the mouse pointer on the glyph of Segment 12 in the dashed green circle that connects to the patch. The "Top Features" can be found in the Segment Detail View, Figure 3 (Region B). The patch of "Feature Weights" on the left side of the graph can be activated in the Segment Detail View by hovering the mouse pointer on the two glyphs linked by the dashed blue arrow, respectively.

#### 3. Segment Detail View (Figure 3, Region B)

The result shown in Figure 3, Region B corresponds to the glyph of Segment 9 in the Segment Relation View. To activate it, please hover the mouse pointer on the glyph of Segment 9 in the Segment Relation View, which is the one that connects to the blue arrow beside the blue label of "2".

#### 4. Path Exploration View (Figure 3, Region D)

The result in Figure 3, Region D, represents the exploration path from Segment 2 to Segment 9 in the Segment Relation View (Figure 3 (7)). To show the path in the result, please first click on the glyph of "Segment 2" in the graph, then click on the glyph of "Segment 9". There will be a box with the title of "Selected Segments" at the top left corner of the Segment Relation View to record the order of the selected path. Please click on the button "Create a Path" in the box to activate the exploration path in the Path Exploration View. Note that if the wrong glyph is selected in the Segment Relation View, clicking on the "Clear Selections" button can reset the selection status.

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