Skip to content

Commit

Permalink
fix: Update author personal links in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 29, 2024
1 parent e0b7336 commit 5c7bdbf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ <h1 class="title is-1 publication-title">A Genomic Language Model for Chimera Ar
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
<a href="FIRST AUTHOR PERSONAL LINK" target="_blank">Yangyang Li</a><sup>*</sup>,</span>
<a href="https://yangyangli.top/about/" target="_blank">Yangyang Li</a><sup>*</sup>,</span>
<span class="author-block">
<a href="SECOND AUTHOR PERSONAL LINK" target="_blank">Ting-You
<a href="https://labs.feinberg.northwestern.edu/yang/members/index.html" target="_blank">Ting-You
Wang</a><sup>*</sup>,</span>
<span class="author-block"></span>
<a href="AUTHOR PERSONAL LINK" target="_blank">Qingxiang Guo</a>,
<a href="AUTHOR PERSONAL LINK" target="_blank">Yanan Ren</a>,
<a href="AUTHOR PERSONAL LINK" target="_blank">Xiaotong Lu</a>,
<a href="https://labs.feinberg.northwestern.edu/yang/members/index.html" target="_blank">Qingxiang Guo</a>,
<a href="https://labs.feinberg.northwestern.edu/yang/members/index.html" target="_blank">Yanan Ren</a>,
<a href="https://labs.feinberg.northwestern.edu/yang/members/index.html" target="_blank">Xiaotong Lu</a>,
<a href="AUTHOR PERSONAL LINK" target="_blank">Qi Cao</a>,
<a href="AUTHOR PERSONAL LINK" target="_blank">Rendong Yang</a>
<a href="https://labs.feinberg.northwestern.edu/yang/index.html" target="_blank">Rendong Yang</a>
</span>
</div>

Expand Down Expand Up @@ -390,4 +390,4 @@ <h2 class="title">BibTeX</h2>

</body>

</html>
</html>

0 comments on commit 5c7bdbf

Please sign in to comment.