<a class="btn btn--research collapsible" id="collapse_point2vec">
    <span class="icon" style="margin-right: 0em;">
      <i class="fas fa-book"></i>
    </span>
    <span>BibTex</span>
  </a>
  <a class="btn btn--research" href="https://point2vec.ka.codes/">
    <span class="icon" style="margin-right: 0em;">
      <i class="fab fa-github"></i>
    </span>
    <span>Code</span>
  </a>
</p>   </a>

@article{abouzeid2023point2vec,
  title={Point2Vec for Self-Supervised Representation Learning on Point Clouds},
  author={Abou Zeid, Karim and Schult, Jonas and Hermans, Alexander and Leibe, Bastian},
  journal={arXiv preprint arXiv:2303.16570},
  year={2023},
}

    

</div>

for (i = 0; i < coll.length; i++) { coll[i].addEventListener(“click”, function () { id = this.id; var content = document.getElementById(id.replace(“collapse”, “content”)); if (content.style.maxHeight) { content.style.maxHeight = null; } else { content.style.maxHeight = content.scrollHeight + “px”; } }); } </script> –>