Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yhhxt authored Jul 14, 2024
1 parent df0b172 commit 752ee1c
Showing 1 changed file with 39 additions and 31 deletions.
70 changes: 39 additions & 31 deletions MaPa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,37 +504,45 @@ <h1 class="text-primary font-sans text-xl font-bold dark:text-white">
</div>
</div>

<div class="space-y-3 pt-16" id="Citation">
<h1 class="text-primary font-sans text-xl font-bold dark:text-white">
Citation
</h1>
<div
class="group relative rounded-lg bg-black bg-opacity-5 hover:bg-opacity-10 p-2 dark:bg-white dark:bg-opacity-5 dark:hover:bg-opacity-10 transition duration-200 ease-in-out">
<button
class="copyBtn opacity-0 group-hover:opacity-100 absolute top-2 right-2 p-2 rounded-lg bg-black text-white cursor-pointer z-10 bg-opacity-50 hover:bg-opacity-70 dark:bg-white dark:bg-opacity-10 dark:hover:bg-opacity-20 dark:text-black transition duration-200 ease-in-out">
<svg width="24" height="24" viewBox="0 0 24 24" class="fill-white w-4 h-4">
<!-- xmlns="http://www.w3.org/2000/svg" -->
<g clip-path="url(#clip0_51_28)">
<path
d="M14.3333 23.6667H2.66667C2.04142 23.6884 1.43522 23.4495 0.992837 23.0072C0.550454 22.5648 0.311606 21.9586 0.333333 21.3333V9.66667C0.311606 9.04142 0.550454 8.43522 0.992837 7.99284C1.43522 7.55045 2.04142 7.31161 2.66667 7.33333H7.33333V2.66667C7.31161 2.04142 7.55045 1.43522 7.99284 0.992837C8.43522 0.550454 9.04142 0.311606 9.66667 0.333333H21.3333C21.9586 0.311606 22.5648 0.550454 23.0072 0.992837C23.4495 1.43522 23.6884 2.04142 23.6667 2.66667V14.3333C23.688 14.9585 23.4491 15.5645 23.0068 16.0068C22.5645 16.4491 21.9585 16.688 21.3333 16.6667H16.6667V21.3333C16.688 21.9585 16.4491 22.5645 16.0068 23.0068C15.5645 23.4491 14.9585 23.688 14.3333 23.6667ZM2.66667 9.66667V21.3333H14.3333V16.6667H9.66667C9.04152 16.688 8.43552 16.4491 7.99322 16.0068C7.55092 15.5645 7.31196 14.9585 7.33333 14.3333V9.66667H2.66667ZM9.66667 2.66667V14.3333H21.3333V2.66667H9.66667Z">
</path>
</g>
<defs>
<clipPath id="clip0_51_28">
<rect width="24" height="24"></rect>
</clipPath>
</defs>
</svg>
</button>
<div class="copyTextContainer text-justify grid grid-cols-[auto_1fr] text-primary dark:text-white">
<span>@misc{zhang2024mapa,</span><br>
<span class="pl-12">title =</span><span>{MaPa: Text-driven Photorealistic Material Painting for 3D Shapes},</span>
<span class="pl-12">author =</span><span>{Shangzhan Zhang and Sida Peng and Tao Xu and Yuanbo Yang and Tianrun Chen and Nan Xue and Yujun Shen and Hujun Bao and Ruizhen Hu and Xiaowei Zhou},</span>
<span class="pl-12">year =</span><span>{2024},</span>
<span class="pl-12">eprint =</span><span>{2404.17569},</span>
<span class="pl-12">archivePrefix =</span><span>{arXiv},</span>
<span class="pl-12">primaryClass =</span><span>{cs.CV}</span>
<span>}</span>
<div class="space-y-3 pt-16" id="Citation">
<h1 class="text-primary font-sans text-xl font-bold dark:text-white">
Citation
</h1>
<div
class="group relative rounded-lg bg-black bg-opacity-5 hover:bg-opacity-10 p-2 dark:bg-white dark:bg-opacity-5 dark:hover:bg-opacity-10 transition duration-200 ease-in-out">
<button
class="copyBtn opacity-0 group-hover:opacity-100 absolute top-2 right-2 p-2 rounded-lg bg-black text-white cursor-pointer z-10 bg-opacity-50 hover:bg-opacity-70 dark:bg-white dark:bg-opacity-10 dark:hover:bg-opacity-20 dark:text-black transition duration-200 ease-in-out">
<svg width="24" height="24" viewBox="0 0 24 24" class="fill-white w-4 h-4">
<!-- xmlns="http://www.w3.org/2000/svg" -->
<g clip-path="url(#clip0_51_28)">
<path
d="M14.3333 23.6667H2.66667C2.04142 23.6884 1.43522 23.4495 0.992837 23.0072C0.550454 22.5648 0.311606 21.9586 0.333333 21.3333V9.66667C0.311606 9.04142 0.550454 8.43522 0.992837 7.99284C1.43522 7.55045 2.04142 7.31161 2.66667 7.33333H7.33333V2.66667C7.31161 2.04142 7.55045 1.43522 7.99284 0.992837C8.43522 0.550454 9.04142 0.311606 9.66667 0.333333H21.3333C21.9586 0.311606 22.5648 0.550454 23.0072 0.992837C23.4495 1.43522 23.6884 2.04142 23.6667 2.66667V14.3333C23.688 14.9585 23.4491 15.5645 23.0068 16.0068C22.5645 16.4491 21.9585 16.688 21.3333 16.6667H16.6667V21.3333C16.688 21.9585 16.4491 22.5645 16.0068 23.0068C15.5645 23.4491 14.9585 23.688 14.3333 23.6667ZM2.66667 9.66667V21.3333H14.3333V16.6667H9.66667C9.04152 16.688 8.43552 16.4491 7.99322 16.0068C7.55092 15.5645 7.31196 14.9585 7.33333 14.3333V9.66667H2.66667ZM9.66667 2.66667V14.3333H21.3333V2.66667H9.66667Z">
</path>
</g>
<defs>
<clipPath id="clip0_51_28">
<rect width="24" height="24"></rect>
</clipPath>
</defs>
</svg>
</button>
<div class="copyTextContainer text-justify grid grid-cols-[auto_1fr] text-primary dark:text-white">
<span>@inproceedings{</span><span>Zhang2024MaPa,</span>
<span class="pl-12">author = </span><span>{Zhang, Shangzhan and Peng, Sida and Xu, Tao and Yang, Yuanbo and Chen, Tianrun and Xue, Nan and Shen, Yujun and Bao, Hujun and Hu, Ruizhen and Zhou, Xiaowei},</span>
<span class="pl-12">title = </span><span>{MaPa: Text-driven Photorealistic Material Painting for 3D Shapes},</span>
<span class="pl-12">booktitle = </span><span>{ACM SIGGRAPH 2024 Conference Papers},</span>
<span class="pl-12">year = </span><span>{2024},</span>
<span class="pl-12">isbn = </span><span>{9798400705250},</span>
<span class="pl-12">publisher = </span><span>{Association for Computing Machinery},</span>
<span class="pl-12">address = </span><span>{New York, NY, USA},</span>
<span class="pl-12">url = </span><span>{https://doi.org/10.1145/3641519.3657504},</span>
<span class="pl-12">doi = </span><span>{10.1145/3641519.3657504},</span>
<span class="pl-12">articleno = </span><span>{4},</span>
<span class="pl-12">numpages = </span><span>{12},</span>
<span class="pl-12">keywords = </span><span>{3D asset creation, generative modeling, material painting},</span>
<span class="pl-12">location = </span><span>{Denver, CO, USA},</span>
<span class="pl-12">series = </span><span>{SIGGRAPH '24}</span>
<span>}</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 752ee1c

Please sign in to comment.