Skip to content

Commit

Permalink
remove bib entry, reformat notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BoAi01 committed Jun 28, 2024
1 parent 45d2c88 commit 70abf8c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
8 changes: 5 additions & 3 deletions _bibliography/papers.bib
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ @inproceedings{
selected={true},
preview={2024RSS-RoboPack.gif},
html={https://robo-pack.github.io/},
note={<sup>Abridged in ICRA 2024 workshops: [ViTac](https://shanluo.github.io/ViTacWorkshops/),
[3DVRM](https://3d-manipulation-workshop.github.io/),
and [Future Roadmap for Manipulation Skills](https://icra-manipulation-skill.github.io/).</sup>}
note={Abridged in ICRA 2024 workshops
[ViTac](https://shanluo.github.io/ViTacWorkshops/),
[3DVRM](https://3d-manipulation-workshop.github.io/),
[Future Roadmap for Sensorimotor Skills](https://icra-manipulation-skill.github.io/), and RSS 2024 workshop
[Priors4Robots](https://sites.google.com/alora.tech/priors4robots24).}
}

@article{ai2023invariance,
Expand Down
4 changes: 2 additions & 2 deletions _layouts/bib.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<div class="periodical">
{{ periodical | strip }}
</div>
<div class="periodical">
<div class="small-note">
{{ entry.note | markdownify | remove: '<p>' | remove: '</p>' | strip }}
</div>

Expand All @@ -192,7 +192,7 @@
{% if entry.arxiv %}
<a href="http://arxiv.org/abs/{{ entry.arxiv }}" class="btn btn-sm z-depth-0" role="button">arXiv</a>
{% endif %}
{% if entry.bibtex_show %}
{% if entry.bibtex_show == 'true' %}
<a class="bibtex btn btn-sm z-depth-0" role="button">Bib</a>
{% endif %}
{% if entry.html %}
Expand Down
12 changes: 12 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,15 @@ $max-content-width: {{ site.max_width }};
"tabler-icons/tabler-icons-filled.scss",
"tabler-icons/tabler-icons-outline.scss"
;


// Custom styles
.small-note {
font-size: 0.8em; /* Adjust font size as needed */
line-height: 1.3em; /* Adjust line height as needed */
margin: 0; /* Ensure there's no margin affecting spacing */
padding-top: 0.2em; /* Top padding */
padding-bottom: 0.2em; /* Bottom padding */
padding-left: 0; /* Left padding (unchanged or set as needed) */
padding-right: 0; /* Right padding (unchanged or set as needed) */
}

0 comments on commit 70abf8c

Please sign in to comment.