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://gitlab.inria.fr/lyao/visinmotion
12 November 2025, 14:48:24 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    No releases to show
  • 121c391
  • /
  • 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 ...

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:702e693476355e3015f3c247748066ca89d39206
origin badgedirectory badge Iframe embedding
swh:1:dir:121c391d83cb8902b0569afa31cd08fba2cc9dce
origin badgerevision badge
swh:1:rev:dd99681039060e6dcec83a378405faa3bc4527d3
origin badgesnapshot badge
swh:1:snp:1b67b118c50b09a22aa5a6838946dd243ab1552a

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: dd99681039060e6dcec83a378405faa3bc4527d3 authored by lyao on 09 December 2023, 20:43:19 UTC
readme updated
Tip revision: dd99681
README.md
# Visualization in Motion A Research Agenda and Two Evaluations

This is a repository for all frameworks and analysis scripts used in the TVCG paper "Visualization in Motion: A Research Agenda and Two Evaluations". To cite the paper:

* Lijie Yao, Romain Vuillemot, Anastasia Bezerianos, Petra Isenberg. Visualization in motion: A Research Agenda and Two Evaluations. IEEE Transactions on Visualization and Computer Graphics, vol. 28, no. 10, pp. 3546-3562, 1 Oct. 2022, doi: https://doi.org/10.1109/TVCG.2022.3184993.

Our recent work provided a technology probe to design and embed the **visualization in motion** in real application scenarions, please check the project at https://gitlab.inria.fr/lyao/swimflow.

## Getting started

To get started, either clone this repository, or if you stay within github, use the ''use this template'' function to generate your own version of this repository from which you can then edit. Then start a php server with the main directory of the repo as the root directory (so that index.php is at the base level), and you should be able to view the example project in your browser under an address like [localhost:8080/?debug].

Test your study design extensively. Locally, you can use a development environment such as MAMP to serve the study pages and to test whether the logging works as it should. If you use MAMP, set the server directory in the preferences to the base directory of your study, that is, the level at which you can find this read.me file. Then start the server and open the page:

* Study1 speed donut: http://localhost:8080/study1_speed_donut/index.php?PROLIFIC=False

* Study1 speed bar: http://localhost:8080/study1_speed_bar/index.php?PROLIFIC=False

* Study2 trajectory donut: http://localhost:8080/study2_trajectory_donut/index.php?PROLIFIC=False

* Study2 trajectory bar: http://localhost:8080/study2_trajectory_bar/index.php?PROLIFIC=False

 in your browser (Please check if **YOUR GATE NUMBER** is 8080 or not. If not, replace 8080 by **YOUR GATE NUMBER**). The GET parameter ?PROLIFIC=False deactivates the reload check and replaces the participant ID in the log files with the name DEBUG.

 If you use a php server, please firstly CD to the director where you can find this readme file. Then enter

 * php -S localhost:8080

 in the terminal. Same as before, change "8080" with **YOUR GATE NUMBER**. Now please enter the link mentioned above in your browser.

Attention, our experiments require a minimum screen size of **13.3-inches** (please let the experiment window be **full screen** and do not zoom in or zoom out). If your screen size cannot meet our requirements, you will get a page telling you your screen is not big enough. In that case, you will not be allowed to try our codes.

## Description
All participants' data will be recorded in "results" folder.
"results/format" records each participant's answer according to different categories such as "agreed", "answer", "duration", "excluded", "survey", and "training".
"results/individual" records all participants' answer in a single .csv file.

## Analysis Scripts
To learn how to analysis all results, please refer to the read me file in "Analysis_Scripts" folder.

back to top

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— Content policy— Contact— JavaScript license information— Web API