-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
563 lines (521 loc) · 28.1 KB
/
index.html
File metadata and controls
563 lines (521 loc) · 28.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="What You Think Is What You Get: A novel framework for intuitive transfer function design in volume visualization using multimodal large language models. This research bridges the gap between user intent and transfer function design through natural language and visual inputs.">
<meta property="og:title" content="What You Think Is What You Get: Bridge User Intent and Transfer Function Design through Multimodal Large Language Models"/>
<meta name="description" content="IntuiTF: A novel framework for intuitive transfer function design in volume visualization using multimodal large language models. This research bridges the gap between user intent and transfer function design through natural language and visual inputs.">
<meta property="og:title" content="IntuiTF: MLLM-Guided Transfer Function Optimization for Direct Volume Rendering"/>
<meta property="og:description" content="A novel framework for intuitive transfer function design in volume visualization using multimodal large language models, enabling both novices and experts to efficiently explore and customize volume visualizations."/>
<meta property="og:url" content="https://wyysteelhead.github.io/TFEvolve.github.io/"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/your_banner_image.png" />
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta name="twitter:title" content="IntuiTF: Intuitive Transfer Function Design">
<meta name="twitter:description" content="Bridge user intent and transfer function design through multimodal large language models for intuitive volume visualization.">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/images/workflow.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="volume visualization, transfer function design, direct volume rendering, DVR, multimodal large language models, MLLM, computer graphics, scientific visualization, visual computing, human-computer interaction, HCI, artificial intelligence, AI, machine learning, visualization intent, user interaction">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IntuiTF</title>
<link rel="icon" type="image/x-icon" href="static/images/avatar.jpg">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<link rel="stylesheet" href="static/css/bulma.min.css">
<link rel="stylesheet" href="static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="static/css/bulma-slider.min.css">
<link rel="stylesheet" href="static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="static/css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script defer src="static/js/fontawesome.all.min.js"></script>
<script src="static/js/bulma-carousel.min.js"></script>
<script src="static/js/bulma-slider.min.js"></script>
<script src="static/js/index.js"></script>
<style>
.instruction-image {
width: 25%; /* 设置为原来的1/4大小 */
height: auto;
margin: 10px auto;
display: block;
}
.video-container {
margin-bottom: 20px; /* 添加底部间距 */
min-height: 200px;
}
.video-caption {
text-align: center;
margin: 10px 0;
padding: 5px;
background-color: #f5f5f5;
border-radius: 4px;
}
/* Collapsible section styles */
.collapsible-section {
width: 100%;
}
.collapsible-section summary {
list-style: none;
}
.collapsible-section summary::-webkit-details-marker {
display: none;
}
.collapsible-section[open] summary .fas.fa-chevron-down {
transform: rotate(180deg);
}
.collapsible-section summary:hover {
background-color: #eeeeee !important;
}
</style>
</head>
<body>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">IntuiTF: MLLM-Guided Transfer Function Optimization for Direct Volume Rendering</h1>
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
<a href="FIRST AUTHOR PERSONAL LINK" target="_blank">Yiyao Wang</a><sup>1</sup>,</span>
<span class="author-block">
<a href="SECOND AUTHOR PERSONAL LINK" target="_blank">Bo Pan</a><sup>1</sup>,</span>
<span class="author-block">
<a href="THIRD AUTHOR PERSONAL LINK" target="_blank">Ke Wang</a><sup>1</sup>,</span>
<span class="author-block">
<a href="FOURTH AUTHOR PERSONAL LINK" target="_blank">Han Liu</a><sup>1</sup>,</span>
<span class="author-block">
<a href="FIFTH AUTHOR PERSONAL LINK" target="_blank">Jinyuan Mao</a><sup>1</sup>,</span>
<span class="author-block">
<a href="SIXTH AUTHOR PERSONAL LINK" target="_blank">Yuxin Liu</a><sup>1</sup>,</span>
<span class="author-block">
<a href="SEVENTH AUTHOR PERSONAL LINK" target="_blank">Minfeng Zhu</a><sup>2</sup>,</span>
<span class="author-block">
<a href="TENTH AUTHOR PERSONAL LINK" target="_blank">Xiuqi Huang</a><sup>1</sup>,</span>
<span class="author-block">
<a href="NINTH AUTHOR PERSONAL LINK" target="_blank">Weifeng Chen</a><sup>3</sup>,</span>
<span class="author-block">
<a href="EIGHTH AUTHOR PERSONAL LINK" target="_blank">Bo Zhang</a><sup>2</sup>,</span>
<span class="author-block">
<a href="ELEVENTH AUTHOR PERSONAL LINK" target="_blank">Wei Chen</a><sup>1</sup>
</span>
</div>
<div class="is-size-5 publication-authors">
<div class="author-affiliations">
<span class="author-block"><sup>1</sup>China State Key Lab of CAD&CG, Zhejiang University, Hangzhou, China</span><br>
<span class="author-block"><sup>2</sup>Zhejiang University, Hangzhou, China</span><br>
<span class="author-block"><sup>3</sup>Zhejiang University of Finance and Economics, Hangzhou, China</span>
<!-- 暂时注释掉机构图片
<div style="display: flex; justify-content: center; margin: 15px 0;">
<div style="text-align: center; margin: 0 10px;">
<span style="font-weight: bold;">1</span>
<a href="https://zjuvai.cn/" target="_blank">
<img src="static/images/avatar.jpg" alt="China State Key Lab of CAD&CG" style="max-width: 150px; margin: 5px auto 10px; display: block;">
</a>
</div>
<div style="text-align: center; margin: 0 10px;">
<span style="font-weight: bold;">2</span>
<a href="https://www.zju.edu.cn/" target="_blank">
<img src="static/images/avatar.jpg" alt="Zhejiang University" style="max-width: 150px; margin: 5px auto 10px; display: block;">
</a>
</div>
<div style="text-align: center; margin: 0 10px;">
<span style="font-weight: bold;">3</span>
<a href="https://www.zufe.edu.cn/" target="_blank">
<img src="static/images/avatar.jpg" alt="Zhejiang University of Finance and Economics" style="max-width: 150px; margin: 5px auto 10px; display: block;">
</a>
</div>
</div>
-->
</div>
<!-- <span class="eql-cntrb"><small><br><sup>*</sup>Indicates Equal Contribution</small></span> -->
</div>
<div class="column has-text-centered">
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/2506.18407.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
<!-- Supplementary PDF link -->
<!-- <span class="link-block">
<a href="static/pdfs/supplementary_material.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Supplementary</span>
</a>
</span> -->
<!-- Github link -->
<span class="link-block">
<a href="https://github.com/wyysteelhead/TFevolve" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>
<!-- ArXiv abstract Link -->
<span class="link-block">
<a href="https://arxiv.org/abs/2506.18407" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Teaser video -->
<section class="hero is-light">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column">
<video poster="" id="tree" autoplay controls muted loop width="100%">
<!-- Your video here -->
<source src="static/videos/demo.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</section>
<!-- Paper abstract -->
<section class="section hero is-light">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
Direct volume rendering (DVR) is a fundamental technique for visualizing volumetric data, where transfer functions (TFs) play a crucial role in extracting meaningful structures. However, designing effective TFs remains unintuitive due to the semantic gap between user intent and TF parameter space. Although numerous TF optimization methods have been proposed to mitigate this issue, existing approaches still face two major challenges: the vast exploration space and limited generalizability. To address these issues, we propose IntuiTF, a novel framework that leverages Multimodal Large Language Models (MLLMs) to guide TF optimization in alignment with user intent. Specifically, our method consists of two key components: \ding{172} an evolution-driven explorer for effective exploration of the TF space, and \ding{173} an MLLM-guided human-aligned evaluator that provides generalizable visual feedback on rendering quality. The explorer and the evaluator together establish an efficient Trial-Insight-Replanning paradigm for TF space exploration. We further extend our framework with an interactive TF design system. We demonstrate the broad applicability of our framework through three case studies and validate the effectiveness of each component through extensive experiments.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End paper abstract -->
<!-- Method Overview Section -->
<section class="section hero is-light">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Method Overview</h2>
<img src="static/images/workflow.png" alt="Method Overview" width="100%">
<div class="content has-text-justified">
<p>
Our WYTWYG framework presents an TF optimization approach that effectively bridges user intent with transfer function design. Our methodology consists of two key components: (A) a transfer function optimization approach that combines (A<sub>1</sub>) an evolution-based explorer following the Trial-Insight-Replanning optimization formulation to iteratively generate and refine transfer functions with adaptive replanning capabilities, and (A<sub>2</sub>) an MLLM-based evaluator that assesses visualizations according to both formal quality metrics and user intent alignment. (B) Our interactive transfer function design system implements a three-stage interaction workflow of initialization-customization-refinement, enabling users to express their visualization intentions through natural text descriptions or reference images while progressively refining results to achieve desired outcomes.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Method Overview Section -->
<!-- Interactive Videos Section -->
<section class="hero is-light">
<div class="hero-body">
<div class="container is-max-desktop">
<h2 class="title is-3">Results</h2>
<!-- Text-based Instructions Videos -->
<h3 class="title is-4">Text-guided Results</h3>
<div class="columns is-centered is-multiline">
<!-- Feet Text -->
<div class="column is-3">
<div class="content">
<div class="video-container">
<video width="100%" autoplay controls muted loop>
<source src="static/videos/feet_text/rotation_video_h264.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video-caption" id="feet-text-caption" data-instruction="static/videos/feet_text/instruction.txt">Loading...</div>
</div>
</div>
<!-- Bonsai Text -->
<div class="column is-3">
<div class="content">
<div class="video-container">
<video width="100%" autoplay controls muted loop>
<source src="static/videos/bonsai_text/rotation_video_h264.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video-caption" id="bonsai-text-caption" data-instruction="static/videos/bonsai_text/instruction.txt">Loading...</div>
</div>
</div>
<!-- Head Text -->
<div class="column is-3">
<div class="content">
<div class="video-container">
<video width="100%" autoplay controls muted loop>
<source src="static/videos/head_text/rotation_video_h264.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video-caption" id="head-text-caption" data-instruction="static/videos/head_text/instruction.txt">Loading...</div>
</div>
</div>
<!-- Jet Text -->
<div class="column is-3">
<div class="content">
<div class="video-container">
<video width="100%" autoplay controls muted loop>
<source src="static/videos/jet_text/rotation_video_h264.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video-caption" id="jet-text-caption" data-instruction="static/videos/jet_text/instruction.txt">Loading...</div>
</div>
</div>
</div>
<!-- Image-based Instructions Videos -->
<h3 class="title is-4">Image-guided Results</h3>
<div class="columns is-centered is-multiline">
<!-- Chest Image -->
<div class="column is-3">
<div class="content">
<div class="video-container">
<video width="100%" autoplay controls muted loop>
<source src="static/videos/chest_image/rotation_video_h264.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="instruction-container">
<img src="static/videos/chest_image/instruction.png" alt="Chest instruction" class="instruction-image">
</div>
</div>
</div>
<!-- Engine Image -->
<div class="column is-3">
<div class="content">
<div class="video-container">
<video width="100%" autoplay controls muted loop>
<source src="static/videos/engine_image/rotation_video_h264.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="instruction-container">
<img src="static/videos/engine_image/instruction.png" alt="Engine instruction" class="instruction-image">
</div>
</div>
</div>
<!-- Head Image -->
<div class="column is-3">
<div class="content">
<div class="video-container">
<video width="100%" autoplay controls muted loop>
<source src="static/videos/head_image/rotation_video_h264.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="instruction-container">
<img src="static/videos/head_image/instruction.png" alt="Head instruction" class="instruction-image">
</div>
</div>
</div>
<!-- Jet Image -->
<div class="column is-3">
<div class="content">
<div class="video-container">
<video width="100%" autoplay controls muted loop>
<source src="static/videos/tooth_image/rotation_video_h264.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="instruction-container">
<img src="static/videos/tooth_image/instruction.png" alt="Jet instruction" class="instruction-image">
</div>
</div>
</div>
</div>
<!-- Case Study Description -->
<div class="content has-text-justified" style="margin-top: 2rem;">
<p>
Examples of transfer functions designed using our approach. The first row illustrates text-guided designs, with the corresponding user descriptions shown below each image.
The second row illustrates image-guided designs, where each bottom inset shows the user-provided reference.
</p>
</div>
</div>
</div>
</section>
<!-- Use Cases Section -->
<section class="hero is-small">
<div class="hero-body">
<div class="container is-max-desktop">
<h2 class="title is-3">Use Cases</h2>
<div class="columns is-centered">
<div class="column is-10">
<div class="content has-text-justified">
<p>
We demonstrate the practical applicability of our IntuiTF framework through comprehensive use cases that showcase how users can effectively leverage multimodal inputs to design transfer functions for various volume visualization scenarios.
</p>
<!-- Case Images Display -->
<div style="margin: 2rem 0;">
<!-- Case 1 -->
<div class="columns is-centered" style="margin-bottom: 3rem;">
<div class="column is-10">
<div class="content">
<h4 class="title is-5 has-text-centered">Case 1: Consistent Medical Visualization</h4>
<figure class="image">
<img src="static/images/case1.png" alt="Case 1: Consistent Medical Visualization" style="border: 1px solid #ddd; border-radius: 4px; width: 100%;">
</figure>
</div>
</div>
</div>
<!-- Case 2 -->
<div class="columns is-centered" style="margin-bottom: 3rem;">
<div class="column is-15">
<div class="content">
<h4 class="title is-5 has-text-centered">Case 2: Interactive TF Exploration and Customization</h4>
<figure class="image">
<img src="static/images/case2.png" alt="Case 2: Interactive TF Exploration and Customization" style="border: 1px solid #ddd; border-radius: 4px; width: 100%; max-width: 1200px; margin: 0 auto; display: block;">
</figure>
</div>
</div>
</div>
</div>
<!-- Additional Cases Collapsible Section -->
<div class="columns is-centered" style="margin-top: 2rem;">
<div class="column is-8">
<div class="has-text-centered">
<!-- Collapsible Additional Cases -->
<details class="collapsible-section">
<summary class="collapsible-header" style="cursor: pointer; padding: 10px; border: 1px solid #dbdbdb; border-radius: 4px; background-color: #f5f5f5; margin-bottom: 10px;">
<span style="font-weight: bold; color: #3273dc;">
<i class="fas fa-chevron-down" style="margin-right: 8px; transition: transform 0.3s;"></i>
Additional Cases
</span>
</summary>
<div class="collapsible-content" style="padding: 15px; border: 1px solid #dbdbdb; border-top: none; border-radius: 0 0 4px 4px; background-color: #fafafa;">
<span class="link-block">
<a href="static/pdfs/additional_cases.pdf" target="_blank"
class="external-link button is-normal is-rounded is-primary">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>View All Additional Cases</span>
</a>
</span>
<p class="has-text-centered" style="margin-top: 1rem; font-size: 0.9rem; color: #666;">
Comprehensive examples showcasing the versatility of our approach across different domains and user requirements.
</p>
</div>
</details>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Use Cases Section -->
<!-- Evaluation Section -->
<section class="hero is-small is-light">
<div class="hero-body">
<div class="container is-max-desktop">
<h2 class="title is-3">Evaluation</h2>
<div class="columns is-centered">
<div class="column is-10">
<div class="content has-text-justified">
<p>
Analysis of evolutionary algorithm parameters on transfer function optimization. (A) Average rankings over iterations for different population
sizes (10-200), showing that larger populations achieve more stable improvements with continued iterations while smaller populations show early
rapid gains but unstable convergence. (B) Comparison of optimization effectiveness across different computational budgets (measured by LLM API
calls), demonstrating that medium-small populations (25-50) perform better under limited resources, while larger populations (100-200) achieve
superior results when computational resources are abundant.
</p>
<img src="static/images/analysis_of_evolutionary.png" alt="Analysis of evolutionary algorithm parameters" width="100%">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Evaluation Section -->
<!-- Case Study Section -->
<!-- 暂时注释掉 Case Study 章节
<section class="hero is-small">
<div class="hero-body">
<div class="container is-max-desktop">
<h2 class="title is-3">Case Study</h2>
<div class="columns is-centered">
<div class="column is-10">
<div class="content has-text-justified">
<img src="static/images/case.png" alt="Case study examples" width="100%">
<p>
Examples of transfer functions designed using our approach. The first row showcases cases where design intent is expressed
through text. Users input text descriptions and our approach automatically designs transfer functions to achieve high-quality volume
rendering results corresponding to these descriptions. The second row demonstrates cases where design intent is conveyed through
images. When users cannot clearly articulate their ideas verbally, they can directly provide reference images to express their intent in
visual form. In each example of the second row, the small image in the bottom right corner represents the user intent in the form of a
reference image. Reference images for (A) and (B) are from other works, (C) uses the rendered image from the third example in the
first row, and (D) utilizes Vincent van Gogh's "The Starry Night."
</p>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!--BibTex citation -->
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@article{wang2025intuiTF,
title = {IntuiTF: MLLM-Guided Transfer Function Optimization for Direct Volume Rendering},
author = {Wang, Yiyao and Pan, Bo and Wang, Ke and Liu, Han and Mao, Jinyuan and Liu, Yuxin and Zhu, Minfeng and Zhang, Bo and Chen, Weifeng and Huang, Xiuqi and Chen, Wei},
year = {2025},
publisher = {arXiv},
url = {https://wyysteelhead.github.io/TFEvolve.github.io/},
doi = {10.48550/arXiv.2506.18407}
}</code></pre>
</div>
</section>
<!--End BibTex citation -->
<footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
<p>
This page was built using the <a href="https://github.com/eliahuhorwitz/Academic-project-page-template" target="_blank">Academic Project Page Template</a> which was adopted from the <a href="https://nerfies.github.io" target="_blank">Nerfies</a> project page.
You are free to borrow the source code of this website, we just ask that you link back to this page in the footer. <br> This website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Statcounter tracking code -->
<!-- You can add a tracker to track page visits by creating an account at statcounter.com -->
<!-- End of Statcounter Code -->
</body>
</html>