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/imldresden/huis
28 May 2026, 12:40:59 UTC
  • Code
  • Branches (2)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/gh-pages
    • refs/heads/main
    No releases to show
  • f3bc8be
  • /
  • README.md
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:4de9a40e86651d2f08851ac4e9136994130b4e41
origin badgedirectory badge
swh:1:dir:f3bc8bee052799ead0c0b727310f2b0f7c6ecb61
origin badgerevision badge
swh:1:rev:2e529586ee48b2a3213fef5eb50cbba7ce156c81
origin badgesnapshot badge
swh:1:snp:ab826f681ead7dd506b38980e0840983bab8564a

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
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: 2e529586ee48b2a3213fef5eb50cbba7ce156c81 authored by Julián Méndez on 04 May 2026, 14:27:27 UTC
update
Tip revision: 2e52958
README.md
# Hybrid User Interfaces 

This repository hosts the survey data and website from the survey paper "Hybrid User Interfaces: Past, Present, and Future of Complementary Cross-Device Interaction in Mixed Reality" authored by Sebastian Hubenschmid, Marc Satkowski, Johannes Zagermann, Julián Méndez, Niklas Elmqvist, Steven Feiner, Tiare Feuchtner, Jens Emil Grønbæk, Benjamin Lee, Dieter Schmalstieg, Raimund Dachselt, and Harald Reiterer. 

## Reconstruction instructions: 

### To develop and deploy the website

1. `npm install` installs all the libraries you need to get the app running using the list from `package.json`.
2. `npm run build` updates and exports `index.html`, and the files in `dist/assets` for a static website. 
3. `npm run dev` the site locally (localhost) in development mode (updates to src files reload the site).
4. To deploy to Github Pages, push the `index.html` on `/dist` (created by `npm run build`) onto the `gh-pages` branch. The folder is in `.gitignore` so that `git checkout` does not affect it. 

### To create data files (python script) 

1. The [`Survey-Info.csv`](/src/data/Survey-Info.csv) file contains the core corpus described in the paper. 
   2. The taxonomy columns accept lists of strings (comma separated), or marks ("x") for values that apply. 
   3. `Name`, `Year`, `Authors` (comma separated), `DOI`, `Bibtex`, and `source` (default "handpicked") are required. 
2. Create the config and data json files: 
   1. [create-jsons.py](/src/data/create-jsons.py) describes the survey categories using the `includeProp`, `categories`, and `groups` dictionaries. 
   2. Running the script generates [survey-data.json](src/data/survey-data.json) and [survey-config.json](src/data/survey-config.json). 
   WARNING: The script deletes the existing files, if entries have been [manually added](#to-manually-add-papers), they will be lost. 
        ```bash
        python create-jsons.py -n "Hybrid User Interfaces" -d "Past, Present, and Future of Complementary Cross-Device Interaction in Mixed Reality" -a "Sebastian Hubenschmid, Marc Satkowski, Johannes Zagermann, Julián Méndez, Niklas Elmqvist, Steven Feiner, Tiare Feuchtner, Jens Emil Grønbæk, Benjamin Lee, Dieter Schmalstieg, Raimund Dachselt, Harald Reiterer" -g "https://github.com/imldresden/huis"
        ```
   3. The script prints out warnings for empty fields from the `includeProp` dictionary. You may use this to enforce value combinations (e.g. "at least one column from group A and one from group B"), or to identify edge cases. 
3. Note that the "topView" entry of `survey-config.json` must be updated to include orcids and further details about citation (see existing versions in the repository).  
4. Build the website as explained in [Running the Webpage](#running-the-webpage) to see the created entries. 

### To manually add papers 

After the 10.12.2025 cut off date, papers should be added by editing the [src/data/survey-data.json](src/data/survey-data.json), under the `"data"` tag. You can use this template: 
```json
"data": [  // array of paper objects
    {
        "Name"   : "[Poster] Visualization of solar radiation data in augmented reality",
        "Year"   : "2014",
        "Bibtex" : "'@INPROCEEDINGS{6948437,\n  author={Beatriz Carmo, Maria and Cl\u00e1udio, ....",
        "DOI"    : "10.1109/ISMAR.2014.6948437",
        "Authors": [
            "M. Beatriz Carmo; A. P. Cl\u00e1udio; A. Ferreira; A. P. Afonso; ...."
        ],
        "source": "handpicked",
    },
]
```
We welcome such updates via pull requests (which can be generated using the website itself, too)!

## Ackwnowledgements: 
The website is produced using [this survey tool](https://github.com/imldresden/survey-tool). It is a fork of the [Indy Survey Tool](https://github.com/VisDunneRight/Indy-Survey-Tool) from [Khoury Vis Lab](https://github.com/VisDunneRight) that differs in style and responsive behavior, which is why it's hosted separately. Big props to them for their initiative!  

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