-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_overwriten_info_all.json
More file actions
99 lines (99 loc) · 2.2 KB
/
project_overwriten_info_all.json
File metadata and controls
99 lines (99 loc) · 2.2 KB
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
{
"projects": [
{
"id": "yanxg",
"template_from": "abcde",
"category": "project",
"title": "Project Example 001",
"description": "Lorem Ipsum 001.",
"node_license": {
"license_name": "MIT License",
"copyright_holders": [
"holder1",
"holder2"
],
"year": "2023"
},
"public": false,
"tags": [
"replication",
"reproducibility",
"open science"
],
"children": [
{
"id": "yanxy",
"template_from": "efghk",
"category": "analysis",
"title": "Analysis Component Example 011",
"description": "Lorem Ipsum 011.",
"public": false,
"node_license": {
"license_name": "MIT License",
"copyright_holders": [
"holder1",
"holder2"
]
},
"tags": [
"analysis",
"component"
],
"children": [],
"project_links": []
}
],
"project_links": [
"yan92",
"yan93"
]
},
{
"template_from": "abcde",
"category": "project",
"title": "Project Example 002",
"description": "Lorem Ipsum 002.",
"node_license": {
"license_name": "MIT License",
"copyright_holders": [
"holder1",
"holder2"
],
"year": "2023"
},
"public": false,
"tags": [
"replication",
"reproducibility",
"open science"
],
"children": [
{
"id": "joyx3",
"template_from": "efghk",
"category": "analysis",
"title": "Analysis Component Example 021",
"description": "Lorem Ipsum 021.",
"public": false,
"node_license": {
"license_name": "MIT License",
"copyright_holders": [
"holder1",
"holder2"
]
},
"tags": [
"analysis",
"component"
],
"children": [],
"project_links": []
}
],
"project_links": [
"yan94",
"yan95"
]
}
]
}