this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix bib types for gitub repos

Signed-off-by: Gwenn Le Bihan <gwenn.lebihan7@gmail.com>

+7 -7
+6 -6
bib.yaml
··· 246 246 value: https://borretti.me/article/nixos-for-the-impatient 247 247 248 248 sdk2-in-source-binaries: 249 - type: web 249 + type: repository 250 250 title: unitreerobotics/unitree_sdk2, main branch, lib/x86_64 251 251 publisher: Github 252 252 url: ··· 254 254 value: https://github.com/unitreerobotics/unitree_sdk2/tree/c8a71e281093593f4dcc7bceb3b3b529ff0e36b4/lib/x86_64 255 255 256 256 gz-sim-overlay-update-msgs-issue: 257 - type: web 257 + type: thread 258 258 title: "update gz-msgs · Issue #2 · muellerbernd/gazebo-sim-overlay" 259 259 publisher: Github 260 260 url: ··· 271 271 value: https://www.x.org/archive/X11R7.7/doc/man/man1/Xvfb.1.xhtml 272 272 273 273 unitree-mujoco: 274 - type: web 274 + type: repository 275 275 title: Unitree mujoco 276 276 publisher: Github 277 277 author: Unitree Robotics ··· 318 318 isbn: 978-1-4757-6437 319 319 320 320 bullet: 321 - type: web 321 + type: repository 322 322 title: bullet3 323 323 publisher: GitHub 324 324 author: Bullet Physics SDK ··· 328 328 date: '2011-04-12' 329 329 330 330 dart-github: 331 - type: web 331 + type: repository 332 332 title: dart 333 333 publisher: GitHub 334 334 author: 'DART: Dynamic Animation and Robotics Toolkit' ··· 770 770 771 771 772 772 unitree_mujoco: 773 - type: web 773 + type: repository 774 774 title: unitree_mujoco 775 775 publisher: GitHub 776 776 author: Unitree Robotics
+1 -1
cite-github.fish
··· 14 14 }' 15 15 16 16 set citation '{ $id: { 17 - type: "web", 17 + type: "repository", 18 18 title: .name, 19 19 publisher: "GitHub", 20 20 author: .owner.name,