Skip to content

Commit 982976e

Browse files
committed
volmap update
1 parent cb597d9 commit 982976e

6 files changed

Lines changed: 104 additions & 30 deletions

File tree

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/VOLMAP.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 70 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 id="main-title" class="main-title-center">VOLMAP: a Large Scale Benchmark fo
2626
-->
2727

2828
<div>
29-
<img src="teaser.png" id="teaser" alt="VOLMAP teaser" width="100%">
29+
<center><img src="teaser.png" id="teaser" alt="VOLMAP teaser" width="100%"></center>
3030

3131
<p id="info">
3232
VOLMAP is a large-scale benchmark aimed to support ongoing research in volume mapping algorithms.
@@ -47,15 +47,15 @@ <h1 id="main-title" class="main-title-center">VOLMAP: a Large Scale Benchmark fo
4747
</p>
4848

4949
<div class="news-green">
50-
<i>New: VOLMAP now also contains results obtained with some state-of-the-art volume mapping algorithms and new utilities to manage meshes with rational numbers. Check the "Results" tab!</i>
50+
<i>New: VOLMAP now also contains <a href="https://volmap.github.io/viewer/" target="_blank">VOLMAP Viewer</a>: an online tool that you can use it to visualize and inspect your volume maps!</i>
5151
</div>
52-
5352
</div>
5453

5554
<article>
5655
<div class="tab">
5756
<button class="tablinks" onclick="openTab(event, 'Dataset')" id="defaultOpen"><h2>Dataset</h2></button>
5857
<button class="tablinks" onclick="openTab(event, 'Results')"><h2>Results</h2></button>
58+
<button class="tablinks" onclick="openTab(event, 'Viewer')"><h2>Viewer</h2></button>
5959
</div>
6060

6161
<div id="Dataset" class="tabcontent">
@@ -167,7 +167,7 @@ <h1 id="main-title" class="main-title-center">VOLMAP: a Large Scale Benchmark fo
167167
<p class="info">
168168
<h3>Download links:</h3>
169169
</p>
170-
170+
171171
<p class="info">
172172
<a href="http://pers.ge.imati.cnr.it/livesu/VOLMAP/G1/G1.zip" class="data">[G1.zip]</a>
173173
<a href="http://pers.ge.imati.cnr.it/livesu/VOLMAP/G1/G1_cube.zip" class="data">[G1_cube.zip]</a>
@@ -222,7 +222,7 @@ <h3>Download links:</h3>
222222
<a href="https://github.com/cgg-bern/expansion-cones" target="_blank">Expansion Cones (EC)</a> and
223223
<a href="https://github.com/SteffenHinderink/GalaxyMaps" target="_blank"> Galaxy Maps (GM)</a>.
224224
All experiments have been executed by considering the reference implementation released by the authors, which we tested on alternative
225-
input data that was not considered in the original articles. For more details refer to our new article:</p>
225+
input data that was not considered in the original articles. For more details refer to our article:</p>
226226

227227
<p class="info">
228228
<strong><a href="https://www.gianmarcocherchi.com/pdf/volume_mapping_comp.pdf" target="_blank" class="paperlink">To What Extent Are Existing Volume Mapping Algorithms Practically Useful?</a></strong><br>
@@ -261,7 +261,33 @@ <h3>Download links:</h3>
261261
</p>
262262

263263
</div>
264-
264+
265+
<div id="Viewer" class="tabcontent">
266+
<p class="info">
267+
<i>VOLMAP Viewer</i> is a web-based tool for the visual assessment and analysis of maps between
268+
tetrahedral meshes. You can load models directly in the browser and interact in real-time with both source
269+
and target domains, check map validity, and compute the map quality according to a variety of popular
270+
distortion metrics. Fundamental interaction features such as volume slicing and synchronized picking
271+
are also possible: you can select any tetrahedron, highlighting the corresponding element on both domains
272+
and inspecting its associated map distortion. For more details refer to our new article:
273+
</p>
274+
275+
<p class="info">
276+
<strong><a href="#" target="_blank" class="paperlink">VOLMAP Viewer: a Web-Based Interactive Visual Tool to Explore Volume Maps</a></strong><br>
277+
<em>Proceedings of Smart Tools and Applications in Graphics (STAG 2025)</em><br>
278+
Alberto Giacalone, Dylan Mulas, Federico Meloni, <a href="https://www.gianmarcocherchi.com/" target="_blank">Gianmarco Cherchi</a>,
279+
and <a href="http://pers.ge.imati.cnr.it/livesu/">Marco Livesu</a>
280+
</p>
281+
282+
<p class="info">
283+
<h3>Try VOLMAP Viewer now!</h3>
284+
</p>
285+
286+
<a href="https://volmap.github.io/viewer/" target="_blank">
287+
<center><img src="viewer.png" id="viewer-prev" alt="VOLMAP Viewer" width="80%"></center>
288+
</a>
289+
</div>
290+
265291
</article>
266292

267293

@@ -465,33 +491,32 @@ <h4>Python scripts</h4>
465491

466492
</article>
467493

468-
<article>
469-
<h2 class="websection">External contributors</h2>
494+
<article>
495+
<h2 class="websection">External contributors</h2>
470496

471-
<p class="info">
472-
Practitioners in volume mesh processing may extend the VOLMAP dataset either by providing additional meshes and their associated
473-
surface mappings, computed using our software tools, or can also provide additional mappings to alternative base domains.
474-
In <a href="custom_domain_instructions.html" target="_blank">this page</a>
475-
we explain how to exploit our software tools to define mappings to alternative base domains
476-
currently not included in VOLMAP. Alternatively, users can define their own mappings with other facilities and then share
477-
their results with us and the rest of the community.
478-
479-
Furthermore, you can add the volume maps computed with your own algorithm!
480-
481-
</p>
497+
<p class="info">
498+
Practitioners in volume mesh processing may extend the VOLMAP dataset either by providing additional meshes and their associated
499+
surface mappings, computed using our software tools, or can also provide additional mappings to alternative base domains.
500+
In <a href="custom_domain_instructions.html" target="_blank">this page</a>
501+
we explain how to exploit our software tools to define mappings to alternative base domains
502+
currently not included in VOLMAP. Alternatively, users can define their own mappings with other facilities and then share
503+
their results with us and the rest of the community.
504+
505+
Furthermore, you can add the volume maps computed with your own algorithm!
506+
</p>
482507

483-
<p class="info">
484-
To submit an extension, please send an email to g.cherchi[at]unica.it or marco.livesu[at]gmail.com, describing in detail the type of extension and providing
485-
links to the data to download. We always suggest to verify the correctness of a given surface/volume map with our tools.
486-
Nevertheless, we will always double-check he correctness of the new data prior to officially include it in VOLMAP.
487-
</p>
488-
</article>
508+
<p class="info">
509+
To submit an extension, please send an email to g.cherchi[at]unica.it or marco.livesu[at]gmail.com, describing in detail the type of extension and providing
510+
links to the data to download. We always suggest to verify the correctness of a given surface/volume map with our tools.
511+
Nevertheless, we will always double-check he correctness of the new data prior to officially include it in VOLMAP.
512+
</p>
513+
</article>
489514

490515
<article>
491516
<h2 class="websection">Cite us</h2>
492517

493518
<p class="info">
494-
If you use our data or code to develop and test your volume mapping algorithms, please consider citing our paper using the following BibTeX entry:
519+
If you use our <b>data or code</b> to develop and test your volume mapping algorithms, please consider citing our paper using the following BibTeX entry:
495520
</p>
496521

497522
<p class="code">
@@ -508,7 +533,7 @@ <h2 class="websection">Cite us</h2>
508533
</p>
509534

510535
<p class="info">
511-
Furthermore, if you use the results in VOLMAP to make comparisons in your papers, or if you use our utilities for rational numbers, please consider citing our paper using the following BibTeX entry:
536+
If you use the <b>results in VOLMAP</b> to make comparisons in your papers, or if you use our <b>utilities for rational numbers</b>, please consider citing our paper using the following BibTeX entry:
512537
</p>
513538

514539
<p class="code">
@@ -523,13 +548,30 @@ <h2 class="websection">Cite us</h2>
523548
}
524549
</p>
525550

551+
<p class="info">
552+
Furthermore, if you use <b>VOLMAP Viewer</b> to visualize and inspect your maps, to debug your code or to create screenshot for you paper, please consider citing our paper using the following BibTeX entry:
553+
</p>
554+
555+
<p class="code">
556+
@inproceedings{GMMCL2025,<br>
557+
<span>title = {VOLMAP Viewer: a Web-Based Interactive Visual Tool to Explore Volume Maps},</span><br>
558+
<span>author = {Giacalone, Alberto and Mulas, Dylan and Meloni, Federico and </span><br>
559+
<span><span><span><span>Cherchi, Gianmarco and Livesu, Marco},</span></span></span></span><br>
560+
<span>booktitle = {Smart Tools and Applications in Graphics},</span><br>
561+
<span>year = {2025},</span><br>
562+
<span>publisher = {The Eurographics Association},</span><br>
563+
<span>issn = {},</span><br>
564+
<span>doi = {}</span><br>
565+
}
566+
</p>
567+
526568
</article>
527569

528570
<footer>
529571
<div>Gianmarco Cherchi and Marco Livesu </div>
530572
</footer>
531573

532-
</div>
574+
</div>
533575

534576

535577
<script>
@@ -557,7 +599,5 @@ <h2 class="websection">Cite us</h2>
557599
document.getElementById("defaultOpen").click();
558600
</script>
559601

560-
561-
562602
</body>
563603
</html>

viewer.png

2.34 MB
Loading

0 commit comments

Comments
 (0)