Skip to content

Commit

Permalink
fix(BibTeX): 更新 BibTeX 引用格式并添加缺失的逗号
Browse files Browse the repository at this point in the history
- 在 BibTeX 引用中添加缺失的逗号,以修正格式问题
- 调整代码缩进,使格式更加规范
  • Loading branch information
caixiaoshun committed Nov 21, 2024
1 parent 82b81cb commit 3902fcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -719,14 +719,15 @@ <h2 class="title is-3">Videos</h2>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title is-centered has-text-centered">BibTeX</h2>
<pre><code>@misc{zou2024adaptingvisionfoundationmodels,
<pre><code>{cloud-adapter,
title={Adapting Vision Foundation Models for Robust Cloud Segmentation in Remote Sensing Images},
author={Xuechao Zou and Shun Zhang and Kai Li and Shiying Wang and Junliang Xing and Lei Jin and Congyan Lang and Pin Tao},
year={2024},
eprint={2411.13127},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2411.13127}, }</code></pre>
url={https://arxiv.org/abs/2411.13127},
}</code></pre>
</div>
</section>
<!--End BibTex citation -->
Expand Down

0 comments on commit 3902fcc

Please sign in to comment.