|
| 1 | +--- |
| 2 | +layout: publication |
| 3 | +# The quotes make the : possible, otherwise you can do it without quotes |
| 4 | +title: "ReVISit 2: A Full Experiment Life Cycle User Study Framework" |
| 5 | +key: 2025_vis_revisit |
| 6 | +# paper | preprint | poster |
| 7 | +type: paper |
| 8 | +order: 2025-8 |
| 9 | + |
| 10 | +#paper_content_url: |
| 11 | + |
| 12 | + |
| 13 | +# The shortname is used for auto-generated titels |
| 14 | +shortname: ReVISit |
| 15 | + |
| 16 | +# add a 2:1 aspect ratio (e.g., width: 400px, height: 200px) to the folder /assets/images/papers/ |
| 17 | +image: 2025_vis_revisit.png |
| 18 | +# add a 2:1 aspect ratio teaser figure (e.g., width: 1200px, height: 600px) to the folder /assets/images/papers/ |
| 19 | +image_large: 2025_vis_revisit_teaser.png |
| 20 | + |
| 21 | +images: |
| 22 | + - path: 2025_vis_revisit_texture_study.png |
| 23 | + caption: ReVISit replay view showing the provenance history and current state of a participant |
| 24 | + - path: 2025_vis_revisit_timeline_view.png |
| 25 | + caption: ReVISit timeline view of participants who completed a study |
| 26 | + |
| 27 | +# Authors in the "database" can be used with just the key (lastname). Others can be written properly. |
| 28 | +authors: |
| 29 | +- zcutler |
| 30 | +- wilburn |
| 31 | +- Hilson Shrestha |
| 32 | +- Yiren Ding |
| 33 | +- bollen |
| 34 | +- abrar |
| 35 | +- he |
| 36 | +- Andrew McNutt |
| 37 | +- Lane Harrison |
| 38 | +- lex |
| 39 | + |
| 40 | +year: 2026 |
| 41 | +journal-short: IEEE VIS |
| 42 | + |
| 43 | +bibentry: article |
| 44 | +bib: |
| 45 | + journal: IEEE Transactions on Visualization and Computer Graphics (VIS) |
| 46 | + booktitle: |
| 47 | + editor: |
| 48 | + publisher: |
| 49 | + address: |
| 50 | + doi: |
| 51 | + url: |
| 52 | + volume: 32 |
| 53 | + number: |
| 54 | + pages: |
| 55 | + month: jan |
| 56 | + |
| 57 | +# Link to an official preprint server |
| 58 | +preprint_server: https://arxiv.org/abs/2508.03876 |
| 59 | + |
| 60 | + |
| 61 | +# Add things like "Best Paper Award at InfoVis 2099, selected out of 4000 submissions" |
| 62 | +award: IEEE VIS 2025 Best Paper Award |
| 63 | + |
| 64 | +# Use this if you have an external project website |
| 65 | +external-project: https://revisit.dev |
| 66 | + |
| 67 | +pdf: 2025_vis_revisit.pdf |
| 68 | + |
| 69 | +# Extra supplements, such as talk slides, data sets, etc. |
| 70 | +supplements: |
| 71 | +- name: Supplemental Material |
| 72 | + # Use link instead of abslink if you want to link to the master directory |
| 73 | + abslink: https://osf.io/e8anx |
| 74 | + # Defaults to a download icon, use this if you want a link-out icon |
| 75 | + linksym: true |
| 76 | + |
| 77 | +# Link to the repository where the code is hostet |
| 78 | +code: https://github.com/revisit-studies/study |
| 79 | + |
| 80 | +videos: |
| 81 | + - name: 'Paper Video' |
| 82 | + youtube-id: 1t3nWNnv6BE |
| 83 | + file: 2025_vis_revisit.mp4 |
| 84 | + |
| 85 | + |
| 86 | +abstract: "Online user studies of visualizations, visual encodings, and interaction techniques are ubiquitous in visualization research. Yet, designing, conducting, and analyzing studies effectively is still a major burden.Although various packages support such user studies, most solutions address only facets of the experiment life cycle, make reproducibility difficult, or do not cater to nuanced study designs or interactions. We introduce reVISit 2, a software framework that supports visualization researchers at all stages of designing and conducting browser-based user studies. ReVISit supports researchers in the design, debug & pilot, data collection, analysis, and dissemination experiment phases by providing both technical affordances (such as replay of participant interactions) and sociotechnical aids (such as a mindfully maintained community of support). It is a proven system that can be (and has been) used in publication-quality studies---which we demonstrate through a series of experimental replications. We reflect on the design of the system via interviews and an analysis of its technical dimensions. Through this work, we seek to elevate the ease with which studies are conducted, improve the reproducibility of studies within our community, and support the construction of advanced interactive studies. |
| 87 | +" |
| 88 | +
|
| 89 | +# After the --- you can put information that you want to appear on the website using markdown formatting or HTML. A good example are acknowledgements, extra references, an erratum, etc. |
| 90 | +
|
| 91 | +--- |
0 commit comments