Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mispchallenge committed Feb 17, 2024
1 parent aadff9b commit 3c2c429
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions _includes/publications.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<h1 id="publications"></h1>

<h2 style="margin: 60px 0px -15px;">Selected Publications <temp style="font-size:15px;">[</temp><a href="https://scholar.google.com/citations?user=tvjQ7GUAAAAJ&hl=en" target="_blank" style="font-size:15px;">Google Scholar</a><temp style="font-size:15px;">]</temp></h2>
<h2 id="publications" style="margin: 2px 0px -15px;">Selected Publications</h2>

<div class="publications">
<ol class="bibliography">
Expand All @@ -18,25 +16,19 @@
{% endif %}
</div>
<div class="col-sm-9" style="position: relative;padding-right: 15px;padding-left: 20px;">
<div class="title"><a href="{{ link.arxiv }}">{{ link.title }}</a></div>
<div class="title"><a href="{{ link.pdf }}">{{ link.title }}</a></div>
<div class="author">{{ link.authors }}</div>
<div class="periodical"><em>{{ link.conference }}</em>
</div>
<div class="links">
{% if link.page %}
<a href="{{ link.page }}" class="btn btn-sm z-depth-0" role="button" target="_blank" style="font-size:12px;">Project Page</a>
{% endif %}
{% if link.pdf %}
<a href="{{ link.pdf }}" class="btn btn-sm z-depth-0" role="button" target="_blank" style="font-size:12px;">PDF</a>
{% endif %}
{% if link.arxiv %}
<a href="{{ link.arxiv }}" class="btn btn-sm z-depth-0" role="button" target="_blank" style="font-size:12px;">arXiv</a>
{% endif %}
{% if link.code %}
<a href="{{ link.code }}" class="btn btn-sm z-depth-0" role="button" target="_blank" style="font-size:12px;">Code</a>
{% endif %}
{% if link.demo %}
<a href="{{ link.demo }}" class="btn btn-sm z-depth-0" role="button" target="_blank" style="font-size:12px;">Demo</a>
{% if link.page %}
<a href="{{ link.page }}" class="btn btn-sm z-depth-0" role="button" target="_blank" style="font-size:12px;">Project Page</a>
{% endif %}
{% if link.bibtex %}
<a href="{{ link.bibtex }}" class="btn btn-sm z-depth-0" role="button" target="_blank" style="font-size:12px;">BibTex</a>
Expand All @@ -47,12 +39,6 @@
{% if link.others %}
{{ link.others }}
{% endif %}
{% if link.github_folks %}
<a target="_blank" href ="https://github.com/{{ link.github_stars }}"><img alt="GitHub forks" align="right" src="https://img.shields.io/github/forks/{{ link.github_folks }}?style=social"></a>
{% endif %}
{% if link.github_stars %}
<a target="_blank" href ="https://github.com/{{ link.github_stars }}"><img alt="GitHub stars" align="right" src="https://img.shields.io/github/stars/{{ link.github_stars }}?style=social"></a>
{% endif %}
</div>
</div>
</div>
Expand All @@ -63,5 +49,4 @@
{% endfor %}

</ol>
</div>

</div>

0 comments on commit 3c2c429

Please sign in to comment.