Skip to content

Commit

Permalink
draft full list repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Milton Choo committed May 12, 2020
1 parent 8a2deb1 commit 6ef2755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/myrepos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"name": "nie-stepping", "full_name": "ntu-rris/nie-stepping", "description": "Patrick's NIE Stepping Project", "html_url": "https://github.com/ntu-rris/nie-stepping", "contrib": [{"login": "kwongwh", "html_url": "https://github.com/kwongwh"}]}, {"name": "brandy", "full_name": "ntu-rris/brandy", "description": "Remote C3D data store", "html_url": "https://github.com/ntu-rris/brandy", "contrib": [{"login": "mewbeta", "html_url": "https://github.com/mewbeta"}]}, {"name": "embc20_muscle", "full_name": "ntu-rris/embc20_muscle", "description": null, "html_url": "https://github.com/ntu-rris/embc20_muscle", "contrib": [{"login": "koonyook", "html_url": "https://github.com/koonyook"}, {"login": "kwongwh", "html_url": "https://github.com/kwongwh"}]}, {"name": "mass4_multisubject", "full_name": "ntu-rris/mass4_multisubject", "description": null, "html_url": "https://github.com/ntu-rris/mass4_multisubject", "contrib": [{"login": "koonyook", "html_url": "https://github.com/koonyook"}]}, {"name": "mocap-rgbd", "full_name": "ntu-rris/mocap-rgbd", "description": "Documentation on combining MOCAP and RGBD cameras", "html_url": "https://github.com/ntu-rris/mocap-rgbd", "contrib": [{"login": "guanming001", "html_url": "https://github.com/guanming001"}]}, {"name": "rgbd-camera", "full_name": "ntu-rris/rgbd-camera", "description": "Documentation on RGBD cameras and sample codes", "html_url": "https://github.com/ntu-rris/rgbd-camera", "contrib": [{"login": "guanming001", "html_url": "https://github.com/guanming001"}]}, {"name": "mrba-1", "full_name": "ntu-rris/mrba-1", "description": "STM code for MRBA 1", "html_url": "https://github.com/ntu-rris/mrba-1", "contrib": [{"login": "fatychang", "html_url": "https://github.com/fatychang"}, {"login": "Zhonghaorz", "html_url": "https://github.com/Zhonghaorz"}]}, {"name": "mrba-2", "full_name": "ntu-rris/mrba-2", "description": "STM code for mrba 2", "html_url": "https://github.com/ntu-rris/mrba-2", "contrib": [{"login": "fatychang", "html_url": "https://github.com/fatychang"}]}, {"name": "exosuit_fall_prevention-gait_phase_detection", "full_name": "ntu-rris/exosuit_fall_prevention-gait_phase_detection", "description": "Fall Detection and Gait Phase detection Algorithm for Exosuit", "html_url": "https://github.com/ntu-rris/exosuit_fall_prevention-gait_phase_detection", "contrib": [{"login": "erjiekai", "html_url": "https://github.com/erjiekai"}]}, {"name": "bound-learning-supplementary", "full_name": "ntu-rris/bound-learning-supplementary", "description": "Supplementary materials for \"Continuous Boundary Approximation from Data Samples using Bidirectional Hypersphere Transformation Networks\".", "html_url": "https://github.com/ntu-rris/bound-learning-supplementary", "contrib": [{"login": "koon-ntu", "html_url": "https://github.com/koon-ntu"}]}, {"name": "mpi-body-model", "full_name": "ntu-rris/mpi-body-model", "description": "Compilation of body models by Max Planck Institute (SMPL, MANO, SMPL+H, SMPL-X, AMASS, ...)", "html_url": "https://github.com/ntu-rris/mpi-body-model", "contrib": [{"login": "guanming001", "html_url": "https://github.com/guanming001"}, {"login": "limgm", "html_url": "https://github.com/limgm"}]}, {"name": "nasman", "full_name": "ntu-rris/nasman", "description": "RRIS NAS Manager", "html_url": "https://github.com/ntu-rris/nasman", "contrib": [{"login": "mewbeta", "html_url": "https://github.com/mewbeta"}]}]
3 changes: 3 additions & 0 deletions home.html → home.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
layout: default
title: RRIS
---
{% for r in site.data.myrepos %}
# {{ r.name }}
{% endfor %}
{% highlight ruby %}
def foo
puts 'foo'
Expand Down

0 comments on commit 6ef2755

Please sign in to comment.