Skip to content

Commit 081339e

Browse files
refine blog post (#2)
* update blog content, add bibtex * add acknowledgements and citation sections to MuscleMimic blog post; style citation block * refine evaluation metrics and model descriptions in muscle mimic blog post * update evaluation metrics in muscle mimic blog post for improved accuracy * update blog post with new video demonstrations, refine content, and add citation --------- Co-authored-by: cherylwang20 <90352960+cherylwang20@users.noreply.github.com>
1 parent c8274b6 commit 081339e

17 files changed

+161
-203
lines changed

_layouts/distill.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ <h1>{{ page.title }}</h1>
6969
<d-appendix>
7070
<d-footnote-list></d-footnote-list>
7171
<d-citation-list></d-citation-list>
72+
{% if page.acknowledgements %}
73+
<h3 id="acknowledgements">Acknowledgements</h3>
74+
<p>{{ page.acknowledgements }}</p>
75+
{% endif %}
76+
{% if page.citation_bibtex %}
77+
<h3 id="citation">Citation</h3>
78+
<p>Please cite this work as</p>
79+
<pre class="citation long">{{ page.citation_bibtex }}</pre>
80+
{% endif %}
7281
</d-appendix>
7382

7483
{% if page.bibliography %}

_posts/2026-02-16-musclemimic.md

Lines changed: 125 additions & 203 deletions
Large diffs are not rendered by default.

_sass/_distill.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,21 @@ d-appendix {
113113
color: var(--global-distill-app-color) !important;
114114
&:hover { color: var(--global-hover-color) !important; }
115115
}
116+
117+
// "Cite this article" block (matches Distill's distill-appendix styling)
118+
.citation {
119+
font-size: 11px;
120+
line-height: 15px;
121+
border: 1px solid var(--global-divider-color);
122+
background: var(--global-code-bg-color);
123+
padding: 10px 18px;
124+
border-radius: 3px;
125+
color: var(--global-distill-app-color);
126+
overflow: hidden;
127+
margin-top: -12px;
128+
white-space: pre-wrap;
129+
word-wrap: break-word;
130+
}
116131
}
117132

118133
/*******************************************************************************

assets/bibliography/2026-02-16-musclemimic.bib

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,4 +1632,16 @@ @inproceedings{DBLP:journals/corr/KingmaB14
16321632
timestamp = {Thu, 25 Jul 2019 14:25:37 +0200},
16331633
biburl = {https://dblp.org/rec/journals/corr/KingmaB14.bib},
16341634
bibsource = {dblp computer science bibliography, https://dblp.org}
1635+
}
1636+
1637+
@inproceedings{DBLP:conf/iclr/LoshchilovH19,
1638+
author = {Ilya Loshchilov and Frank Hutter},
1639+
title = {Decoupled Weight Decay Regularization},
1640+
booktitle = {7th International Conference on Learning Representations, {ICLR} 2019, New Orleans, LA, USA, May 6-9, 2019},
1641+
publisher = {OpenReview.net},
1642+
year = {2019},
1643+
url = {https://openreview.net/forum?id=Bkg6RiCqY7},
1644+
timestamp = {Thu, 25 Jul 2019 14:26:04 +0200},
1645+
biburl = {https://dblp.org/rec/conf/iclr/LoshchilovH19.bib},
1646+
bibsource = {dblp computer science bibliography, https://dblp.org}
16351647
}

assets/img/milan_night.jpg

-2.58 MB
Binary file not shown.

assets/img/musclemimic/Policy.jpg

1.03 MB
Loading
1.21 MB
Loading

assets/img/musclemimic/stream.jpg

-371 KB
Binary file not shown.

assets/img/og-default.jpg

-101 KB
Binary file not shown.
2.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)