forked from luisibanez/luisibanez-old.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathncip-repos-details.json
8890 lines (8890 loc) · 518 KB
/
ncip-repos-details.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
var ncip_repos_details = [
{
"id": 7133860,
"name": "ncip.github.com",
"full_name": "NCIP/ncip.github.com",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/ncip.github.com",
"description": "This is the repository for the NCIP channel page. It hosts the wiki pages and the issue tracker related to the migration activity. ",
"fork": false,
"url": "https://api.github.com/repos/NCIP/ncip.github.com",
"forks_url": "https://api.github.com/repos/NCIP/ncip.github.com/forks",
"keys_url": "https://api.github.com/repos/NCIP/ncip.github.com/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/ncip.github.com/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/ncip.github.com/teams",
"hooks_url": "https://api.github.com/repos/NCIP/ncip.github.com/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/ncip.github.com/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/ncip.github.com/events",
"assignees_url": "https://api.github.com/repos/NCIP/ncip.github.com/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/ncip.github.com/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/ncip.github.com/tags",
"blobs_url": "https://api.github.com/repos/NCIP/ncip.github.com/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/ncip.github.com/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/ncip.github.com/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/ncip.github.com/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/ncip.github.com/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/ncip.github.com/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/ncip.github.com/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/ncip.github.com/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/ncip.github.com/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/ncip.github.com/subscription",
"commits_url": "https://api.github.com/repos/NCIP/ncip.github.com/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/ncip.github.com/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/ncip.github.com/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/ncip.github.com/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/ncip.github.com/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/ncip.github.com/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/ncip.github.com/merges",
"archive_url": "https://api.github.com/repos/NCIP/ncip.github.com/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/ncip.github.com/downloads",
"issues_url": "https://api.github.com/repos/NCIP/ncip.github.com/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/ncip.github.com/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/ncip.github.com/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/ncip.github.com/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/ncip.github.com/labels{/name}",
"created_at": "2012-12-12T16:51:17Z",
"updated_at": "2013-04-08T20:10:48Z",
"pushed_at": "2013-03-28T17:49:36Z",
"git_url": "git://github.com/NCIP/ncip.github.com.git",
"ssh_url": "[email protected]:NCIP/ncip.github.com.git",
"clone_url": "https://github.com/NCIP/ncip.github.com.git",
"svn_url": "https://github.com/NCIP/ncip.github.com",
"homepage": "",
"size": 148,
"watchers_count": 1,
"language": "Ruby",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 4,
"mirror_url": null,
"open_issues_count": 8,
"forks": 4,
"open_issues": 8,
"watchers": 1,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7276325,
"name": "c3pr",
"full_name": "NCIP/c3pr",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/c3pr",
"description": "C3PR is a web-based application that can be used for end-to-end registration of patients in clinical trials.",
"fork": false,
"url": "https://api.github.com/repos/NCIP/c3pr",
"forks_url": "https://api.github.com/repos/NCIP/c3pr/forks",
"keys_url": "https://api.github.com/repos/NCIP/c3pr/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/c3pr/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/c3pr/teams",
"hooks_url": "https://api.github.com/repos/NCIP/c3pr/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/c3pr/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/c3pr/events",
"assignees_url": "https://api.github.com/repos/NCIP/c3pr/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/c3pr/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/c3pr/tags",
"blobs_url": "https://api.github.com/repos/NCIP/c3pr/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/c3pr/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/c3pr/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/c3pr/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/c3pr/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/c3pr/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/c3pr/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/c3pr/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/c3pr/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/c3pr/subscription",
"commits_url": "https://api.github.com/repos/NCIP/c3pr/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/c3pr/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/c3pr/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/c3pr/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/c3pr/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/c3pr/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/c3pr/merges",
"archive_url": "https://api.github.com/repos/NCIP/c3pr/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/c3pr/downloads",
"issues_url": "https://api.github.com/repos/NCIP/c3pr/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/c3pr/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/c3pr/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/c3pr/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/c3pr/labels{/name}",
"created_at": "2012-12-21T16:50:06Z",
"updated_at": "2013-04-24T20:26:05Z",
"pushed_at": "2013-04-24T20:26:04Z",
"git_url": "git://github.com/NCIP/c3pr.git",
"ssh_url": "[email protected]:NCIP/c3pr.git",
"clone_url": "https://github.com/NCIP/c3pr.git",
"svn_url": "https://github.com/NCIP/c3pr",
"homepage": "",
"size": 4197840,
"watchers_count": 0,
"language": "Groovy",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 0,
"forks": 0,
"open_issues": 0,
"watchers": 0,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7276330,
"name": "c3pr-docs",
"full_name": "NCIP/c3pr-docs",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/c3pr-docs",
"description": "This is the document repository of the c3pr project under the NCIP channel.",
"fork": false,
"url": "https://api.github.com/repos/NCIP/c3pr-docs",
"forks_url": "https://api.github.com/repos/NCIP/c3pr-docs/forks",
"keys_url": "https://api.github.com/repos/NCIP/c3pr-docs/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/c3pr-docs/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/c3pr-docs/teams",
"hooks_url": "https://api.github.com/repos/NCIP/c3pr-docs/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/c3pr-docs/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/c3pr-docs/events",
"assignees_url": "https://api.github.com/repos/NCIP/c3pr-docs/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/c3pr-docs/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/c3pr-docs/tags",
"blobs_url": "https://api.github.com/repos/NCIP/c3pr-docs/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/c3pr-docs/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/c3pr-docs/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/c3pr-docs/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/c3pr-docs/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/c3pr-docs/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/c3pr-docs/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/c3pr-docs/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/c3pr-docs/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/c3pr-docs/subscription",
"commits_url": "https://api.github.com/repos/NCIP/c3pr-docs/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/c3pr-docs/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/c3pr-docs/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/c3pr-docs/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/c3pr-docs/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/c3pr-docs/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/c3pr-docs/merges",
"archive_url": "https://api.github.com/repos/NCIP/c3pr-docs/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/c3pr-docs/downloads",
"issues_url": "https://api.github.com/repos/NCIP/c3pr-docs/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/c3pr-docs/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/c3pr-docs/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/c3pr-docs/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/c3pr-docs/labels{/name}",
"created_at": "2012-12-21T16:50:33Z",
"updated_at": "2013-03-08T19:59:04Z",
"pushed_at": "2013-03-08T19:59:04Z",
"git_url": "git://github.com/NCIP/c3pr-docs.git",
"ssh_url": "[email protected]:NCIP/c3pr-docs.git",
"clone_url": "https://github.com/NCIP/c3pr-docs.git",
"svn_url": "https://github.com/NCIP/c3pr-docs",
"homepage": "",
"size": 7919032,
"watchers_count": 0,
"language": "Logos",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 0,
"forks": 0,
"open_issues": 0,
"watchers": 0,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7276334,
"name": "psc",
"full_name": "NCIP/psc",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/psc",
"description": "Patient Study Calendar is a web application for tracking patients in clinical trials.",
"fork": false,
"url": "https://api.github.com/repos/NCIP/psc",
"forks_url": "https://api.github.com/repos/NCIP/psc/forks",
"keys_url": "https://api.github.com/repos/NCIP/psc/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/psc/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/psc/teams",
"hooks_url": "https://api.github.com/repos/NCIP/psc/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/psc/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/psc/events",
"assignees_url": "https://api.github.com/repos/NCIP/psc/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/psc/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/psc/tags",
"blobs_url": "https://api.github.com/repos/NCIP/psc/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/psc/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/psc/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/psc/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/psc/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/psc/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/psc/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/psc/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/psc/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/psc/subscription",
"commits_url": "https://api.github.com/repos/NCIP/psc/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/psc/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/psc/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/psc/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/psc/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/psc/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/psc/merges",
"archive_url": "https://api.github.com/repos/NCIP/psc/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/psc/downloads",
"issues_url": "https://api.github.com/repos/NCIP/psc/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/psc/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/psc/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/psc/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/psc/labels{/name}",
"created_at": "2012-12-21T16:50:54Z",
"updated_at": "2013-04-18T15:16:02Z",
"pushed_at": "2013-04-18T15:16:02Z",
"git_url": "git://github.com/NCIP/psc.git",
"ssh_url": "[email protected]:NCIP/psc.git",
"clone_url": "https://github.com/NCIP/psc.git",
"svn_url": "https://github.com/NCIP/psc",
"homepage": "",
"size": 328,
"watchers_count": 0,
"language": "Java",
"has_issues": false,
"has_downloads": true,
"has_wiki": false,
"forks_count": 1,
"mirror_url": null,
"open_issues_count": 0,
"forks": 1,
"open_issues": 0,
"watchers": 0,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7276339,
"name": "psc-docs",
"full_name": "NCIP/psc-docs",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/psc-docs",
"description": "This is the documentation repository for the Patient Study Calendar (PSC) Project that is under the NCIP channel.",
"fork": false,
"url": "https://api.github.com/repos/NCIP/psc-docs",
"forks_url": "https://api.github.com/repos/NCIP/psc-docs/forks",
"keys_url": "https://api.github.com/repos/NCIP/psc-docs/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/psc-docs/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/psc-docs/teams",
"hooks_url": "https://api.github.com/repos/NCIP/psc-docs/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/psc-docs/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/psc-docs/events",
"assignees_url": "https://api.github.com/repos/NCIP/psc-docs/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/psc-docs/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/psc-docs/tags",
"blobs_url": "https://api.github.com/repos/NCIP/psc-docs/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/psc-docs/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/psc-docs/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/psc-docs/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/psc-docs/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/psc-docs/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/psc-docs/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/psc-docs/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/psc-docs/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/psc-docs/subscription",
"commits_url": "https://api.github.com/repos/NCIP/psc-docs/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/psc-docs/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/psc-docs/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/psc-docs/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/psc-docs/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/psc-docs/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/psc-docs/merges",
"archive_url": "https://api.github.com/repos/NCIP/psc-docs/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/psc-docs/downloads",
"issues_url": "https://api.github.com/repos/NCIP/psc-docs/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/psc-docs/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/psc-docs/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/psc-docs/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/psc-docs/labels{/name}",
"created_at": "2012-12-21T16:51:25Z",
"updated_at": "2013-03-08T20:02:27Z",
"pushed_at": "2013-03-08T20:02:26Z",
"git_url": "git://github.com/NCIP/psc-docs.git",
"ssh_url": "[email protected]:NCIP/psc-docs.git",
"clone_url": "https://github.com/NCIP/psc-docs.git",
"svn_url": "https://github.com/NCIP/psc-docs",
"homepage": "",
"size": 628216,
"watchers_count": 0,
"language": "Logos",
"has_issues": false,
"has_downloads": true,
"has_wiki": false,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 0,
"forks": 0,
"open_issues": 0,
"watchers": 0,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7414618,
"name": "cagwas",
"full_name": "NCIP/cagwas",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/cagwas",
"description": "Cancer Genome-Wide Association Studies (caGWAS) allows researchers to integrate, query, report, and analyze significant associations between genetic variations and disease, drug response or other clinical outcomes",
"fork": false,
"url": "https://api.github.com/repos/NCIP/cagwas",
"forks_url": "https://api.github.com/repos/NCIP/cagwas/forks",
"keys_url": "https://api.github.com/repos/NCIP/cagwas/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/cagwas/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/cagwas/teams",
"hooks_url": "https://api.github.com/repos/NCIP/cagwas/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/cagwas/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/cagwas/events",
"assignees_url": "https://api.github.com/repos/NCIP/cagwas/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/cagwas/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/cagwas/tags",
"blobs_url": "https://api.github.com/repos/NCIP/cagwas/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/cagwas/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/cagwas/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/cagwas/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/cagwas/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/cagwas/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/cagwas/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/cagwas/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/cagwas/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/cagwas/subscription",
"commits_url": "https://api.github.com/repos/NCIP/cagwas/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/cagwas/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/cagwas/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/cagwas/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/cagwas/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/cagwas/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/cagwas/merges",
"archive_url": "https://api.github.com/repos/NCIP/cagwas/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/cagwas/downloads",
"issues_url": "https://api.github.com/repos/NCIP/cagwas/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/cagwas/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/cagwas/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/cagwas/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/cagwas/labels{/name}",
"created_at": "2013-01-02T22:39:44Z",
"updated_at": "2013-05-06T17:53:50Z",
"pushed_at": "2013-05-06T17:53:23Z",
"git_url": "git://github.com/NCIP/cagwas.git",
"ssh_url": "[email protected]:NCIP/cagwas.git",
"clone_url": "https://github.com/NCIP/cagwas.git",
"svn_url": "https://github.com/NCIP/cagwas",
"homepage": "",
"size": 142156,
"watchers_count": 0,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 0,
"forks": 0,
"open_issues": 0,
"watchers": 0,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7429253,
"name": "cab2b",
"full_name": "NCIP/cab2b",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/cab2b",
"description": "cancer Bench-to-Beside (caB2B) is an open-source query tool that permits translational research scientists to search and combine data from virtually any caGrid data service.",
"fork": false,
"url": "https://api.github.com/repos/NCIP/cab2b",
"forks_url": "https://api.github.com/repos/NCIP/cab2b/forks",
"keys_url": "https://api.github.com/repos/NCIP/cab2b/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/cab2b/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/cab2b/teams",
"hooks_url": "https://api.github.com/repos/NCIP/cab2b/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/cab2b/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/cab2b/events",
"assignees_url": "https://api.github.com/repos/NCIP/cab2b/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/cab2b/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/cab2b/tags",
"blobs_url": "https://api.github.com/repos/NCIP/cab2b/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/cab2b/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/cab2b/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/cab2b/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/cab2b/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/cab2b/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/cab2b/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/cab2b/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/cab2b/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/cab2b/subscription",
"commits_url": "https://api.github.com/repos/NCIP/cab2b/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/cab2b/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/cab2b/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/cab2b/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/cab2b/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/cab2b/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/cab2b/merges",
"archive_url": "https://api.github.com/repos/NCIP/cab2b/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/cab2b/downloads",
"issues_url": "https://api.github.com/repos/NCIP/cab2b/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/cab2b/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/cab2b/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/cab2b/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/cab2b/labels{/name}",
"created_at": "2013-01-03T19:53:09Z",
"updated_at": "2013-05-06T17:51:18Z",
"pushed_at": "2013-05-06T17:50:47Z",
"git_url": "git://github.com/NCIP/cab2b.git",
"ssh_url": "[email protected]:NCIP/cab2b.git",
"clone_url": "https://github.com/NCIP/cab2b.git",
"svn_url": "https://github.com/NCIP/cab2b",
"homepage": "",
"size": 29784,
"watchers_count": 0,
"language": "Java",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 2,
"mirror_url": null,
"open_issues_count": 0,
"forks": 2,
"open_issues": 0,
"watchers": 0,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7501624,
"name": "caintegrator",
"full_name": "NCIP/caintegrator",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/caintegrator",
"description": "caIntegrator brings together clinical, microarray and medical imaging data for integrative data query and analysis.",
"fork": false,
"url": "https://api.github.com/repos/NCIP/caintegrator",
"forks_url": "https://api.github.com/repos/NCIP/caintegrator/forks",
"keys_url": "https://api.github.com/repos/NCIP/caintegrator/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/caintegrator/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/caintegrator/teams",
"hooks_url": "https://api.github.com/repos/NCIP/caintegrator/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/caintegrator/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/caintegrator/events",
"assignees_url": "https://api.github.com/repos/NCIP/caintegrator/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/caintegrator/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/caintegrator/tags",
"blobs_url": "https://api.github.com/repos/NCIP/caintegrator/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/caintegrator/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/caintegrator/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/caintegrator/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/caintegrator/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/caintegrator/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/caintegrator/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/caintegrator/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/caintegrator/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/caintegrator/subscription",
"commits_url": "https://api.github.com/repos/NCIP/caintegrator/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/caintegrator/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/caintegrator/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/caintegrator/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/caintegrator/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/caintegrator/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/caintegrator/merges",
"archive_url": "https://api.github.com/repos/NCIP/caintegrator/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/caintegrator/downloads",
"issues_url": "https://api.github.com/repos/NCIP/caintegrator/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/caintegrator/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/caintegrator/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/caintegrator/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/caintegrator/labels{/name}",
"created_at": "2013-01-08T13:10:39Z",
"updated_at": "2013-06-21T21:40:16Z",
"pushed_at": "2013-06-21T21:40:16Z",
"git_url": "git://github.com/NCIP/caintegrator.git",
"ssh_url": "[email protected]:NCIP/caintegrator.git",
"clone_url": "https://github.com/NCIP/caintegrator.git",
"svn_url": "https://github.com/NCIP/caintegrator",
"homepage": "",
"size": 4321384,
"watchers_count": 1,
"language": "Java",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 0,
"forks": 0,
"open_issues": 0,
"watchers": 1,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7501638,
"name": "caarray",
"full_name": "NCIP/caarray",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/caarray",
"description": "caArray is a web-based application supporting the storage, annotation, and sharing of microarray data.",
"fork": false,
"url": "https://api.github.com/repos/NCIP/caarray",
"forks_url": "https://api.github.com/repos/NCIP/caarray/forks",
"keys_url": "https://api.github.com/repos/NCIP/caarray/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/caarray/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/caarray/teams",
"hooks_url": "https://api.github.com/repos/NCIP/caarray/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/caarray/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/caarray/events",
"assignees_url": "https://api.github.com/repos/NCIP/caarray/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/caarray/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/caarray/tags",
"blobs_url": "https://api.github.com/repos/NCIP/caarray/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/caarray/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/caarray/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/caarray/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/caarray/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/caarray/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/caarray/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/caarray/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/caarray/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/caarray/subscription",
"commits_url": "https://api.github.com/repos/NCIP/caarray/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/caarray/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/caarray/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/caarray/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/caarray/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/caarray/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/caarray/merges",
"archive_url": "https://api.github.com/repos/NCIP/caarray/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/caarray/downloads",
"issues_url": "https://api.github.com/repos/NCIP/caarray/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/caarray/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/caarray/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/caarray/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/caarray/labels{/name}",
"created_at": "2013-01-08T13:11:18Z",
"updated_at": "2013-06-19T04:43:12Z",
"pushed_at": "2013-06-19T04:43:12Z",
"git_url": "git://github.com/NCIP/caarray.git",
"ssh_url": "[email protected]:NCIP/caarray.git",
"clone_url": "https://github.com/NCIP/caarray.git",
"svn_url": "https://github.com/NCIP/caarray",
"homepage": "",
"size": 5569372,
"watchers_count": 1,
"language": "Java",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 0,
"forks": 0,
"open_issues": 0,
"watchers": 1,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7501754,
"name": "caarray-docs",
"full_name": "NCIP/caarray-docs",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/caarray-docs",
"description": "This is the documentation repository for caArray project that is under the NCIP channel.",
"fork": false,
"url": "https://api.github.com/repos/NCIP/caarray-docs",
"forks_url": "https://api.github.com/repos/NCIP/caarray-docs/forks",
"keys_url": "https://api.github.com/repos/NCIP/caarray-docs/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/caarray-docs/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/caarray-docs/teams",
"hooks_url": "https://api.github.com/repos/NCIP/caarray-docs/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/caarray-docs/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/caarray-docs/events",
"assignees_url": "https://api.github.com/repos/NCIP/caarray-docs/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/caarray-docs/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/caarray-docs/tags",
"blobs_url": "https://api.github.com/repos/NCIP/caarray-docs/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/caarray-docs/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/caarray-docs/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/caarray-docs/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/caarray-docs/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/caarray-docs/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/caarray-docs/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/caarray-docs/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/caarray-docs/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/caarray-docs/subscription",
"commits_url": "https://api.github.com/repos/NCIP/caarray-docs/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/caarray-docs/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/caarray-docs/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/caarray-docs/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/caarray-docs/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/caarray-docs/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/caarray-docs/merges",
"archive_url": "https://api.github.com/repos/NCIP/caarray-docs/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/caarray-docs/downloads",
"issues_url": "https://api.github.com/repos/NCIP/caarray-docs/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/caarray-docs/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/caarray-docs/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/caarray-docs/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/caarray-docs/labels{/name}",
"created_at": "2013-01-08T13:20:55Z",
"updated_at": "2013-06-19T16:30:53Z",
"pushed_at": "2013-06-19T16:30:46Z",
"git_url": "git://github.com/NCIP/caarray-docs.git",
"ssh_url": "[email protected]:NCIP/caarray-docs.git",
"clone_url": "https://github.com/NCIP/caarray-docs.git",
"svn_url": "https://github.com/NCIP/caarray-docs",
"homepage": "",
"size": 1422628,
"watchers_count": 0,
"language": "Logos",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 0,
"forks": 0,
"open_issues": 0,
"watchers": 0,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7501763,
"name": "caintegrator-docs",
"full_name": "NCIP/caintegrator-docs",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",
"type": "Organization"
},
"private": false,
"html_url": "https://github.com/NCIP/caintegrator-docs",
"description": "This is the documentation repository for the caIntegrator project repository under the NCIP channel.",
"fork": false,
"url": "https://api.github.com/repos/NCIP/caintegrator-docs",
"forks_url": "https://api.github.com/repos/NCIP/caintegrator-docs/forks",
"keys_url": "https://api.github.com/repos/NCIP/caintegrator-docs/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/NCIP/caintegrator-docs/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/NCIP/caintegrator-docs/teams",
"hooks_url": "https://api.github.com/repos/NCIP/caintegrator-docs/hooks",
"issue_events_url": "https://api.github.com/repos/NCIP/caintegrator-docs/issues/events{/number}",
"events_url": "https://api.github.com/repos/NCIP/caintegrator-docs/events",
"assignees_url": "https://api.github.com/repos/NCIP/caintegrator-docs/assignees{/user}",
"branches_url": "https://api.github.com/repos/NCIP/caintegrator-docs/branches{/branch}",
"tags_url": "https://api.github.com/repos/NCIP/caintegrator-docs/tags",
"blobs_url": "https://api.github.com/repos/NCIP/caintegrator-docs/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/NCIP/caintegrator-docs/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/NCIP/caintegrator-docs/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/NCIP/caintegrator-docs/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/NCIP/caintegrator-docs/statuses/{sha}",
"languages_url": "https://api.github.com/repos/NCIP/caintegrator-docs/languages",
"stargazers_url": "https://api.github.com/repos/NCIP/caintegrator-docs/stargazers",
"contributors_url": "https://api.github.com/repos/NCIP/caintegrator-docs/contributors",
"subscribers_url": "https://api.github.com/repos/NCIP/caintegrator-docs/subscribers",
"subscription_url": "https://api.github.com/repos/NCIP/caintegrator-docs/subscription",
"commits_url": "https://api.github.com/repos/NCIP/caintegrator-docs/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/NCIP/caintegrator-docs/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/NCIP/caintegrator-docs/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/NCIP/caintegrator-docs/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/NCIP/caintegrator-docs/contents/{+path}",
"compare_url": "https://api.github.com/repos/NCIP/caintegrator-docs/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/NCIP/caintegrator-docs/merges",
"archive_url": "https://api.github.com/repos/NCIP/caintegrator-docs/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/NCIP/caintegrator-docs/downloads",
"issues_url": "https://api.github.com/repos/NCIP/caintegrator-docs/issues{/number}",
"pulls_url": "https://api.github.com/repos/NCIP/caintegrator-docs/pulls{/number}",
"milestones_url": "https://api.github.com/repos/NCIP/caintegrator-docs/milestones{/number}",
"notifications_url": "https://api.github.com/repos/NCIP/caintegrator-docs/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/NCIP/caintegrator-docs/labels{/name}",
"created_at": "2013-01-08T13:21:32Z",
"updated_at": "2013-06-17T19:32:41Z",
"pushed_at": "2013-06-17T19:32:37Z",
"git_url": "git://github.com/NCIP/caintegrator-docs.git",
"ssh_url": "[email protected]:NCIP/caintegrator-docs.git",
"clone_url": "https://github.com/NCIP/caintegrator-docs.git",
"svn_url": "https://github.com/NCIP/caintegrator-docs",
"homepage": "",
"size": 1945868,
"watchers_count": 0,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 0,
"mirror_url": null,
"open_issues_count": 0,
"forks": 0,
"open_issues": 0,
"watchers": 0,
"master_branch": "master",
"default_branch": "master",
"permissions": {
"admin": false,
"push": false,
"pull": true
}
},
{
"id": 7501768,
"name": "caintegrator-data",
"full_name": "NCIP/caintegrator-data",
"owner": {
"login": "NCIP",
"id": 2387173,
"avatar_url": "https://secure.gravatar.com/avatar/976abe3759585992a5f4cb3297cd8855?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"gravatar_id": "976abe3759585992a5f4cb3297cd8855",
"url": "https://api.github.com/users/NCIP",
"html_url": "https://github.com/NCIP",
"followers_url": "https://api.github.com/users/NCIP/followers",
"following_url": "https://api.github.com/users/NCIP/following{/other_user}",
"gists_url": "https://api.github.com/users/NCIP/gists{/gist_id}",
"starred_url": "https://api.github.com/users/NCIP/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/NCIP/subscriptions",
"organizations_url": "https://api.github.com/users/NCIP/orgs",
"repos_url": "https://api.github.com/users/NCIP/repos",
"events_url": "https://api.github.com/users/NCIP/events{/privacy}",
"received_events_url": "https://api.github.com/users/NCIP/received_events",