RussTedrake / underactuated

The course text for MIT 6.832 (and 6.832x on edX)
Other
701 stars 203 forks source link

adds missing links to papers in the humanoids section(chapter5) #530

Closed adeeb10abbas closed 11 months ago

adeeb10abbas commented 11 months ago

makes it easier for the user to access the papers. Finding a couple of them wasn't super straightforward for me. Hopefully will reduce the friction. Thanks!


This change is Reviewable

RussTedrake commented 11 months ago

humanoids.html line 555 at r1 (raw file):


</chapter>
<!-- EVERYTHING BELOW THIS LINE IS OVERWRITTEN BY THE INSTALL SCRIPT -->

unfortunately, the bibliographies are autogenerated. so these changes will fail CI and would get overwritten on the next build.

the bib backend has links to all of the papers, but they are mostly internal copies of the papers (which I cannot redistribute). I could think about having more of them be external links, which would enable including them here automatically.

RussTedrake commented 11 months ago

I do appreciate the thought, though!