From 6ef27551ac941bf347742e534431f9709d6182e8 Mon Sep 17 00:00:00 2001 From: Milton Choo Date: Tue, 12 May 2020 16:09:01 +0800 Subject: [PATCH] draft full list repos --- _data/myrepos.json | 1 + home.html => home.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 _data/myrepos.json rename home.html => home.md (61%) diff --git a/_data/myrepos.json b/_data/myrepos.json new file mode 100644 index 0000000..6c6218b --- /dev/null +++ b/_data/myrepos.json @@ -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"}]}] diff --git a/home.html b/home.md similarity index 61% rename from home.html rename to home.md index c1c50f4..5f9182b 100644 --- a/home.html +++ b/home.md @@ -2,6 +2,9 @@ layout: default title: RRIS --- +{% for r in site.data.myrepos %} +# {{ r.name }} +{% endfor %} {% highlight ruby %} def foo puts 'foo'