Skip to content

Commit 846009a

Browse files
committed
updated projects
1 parent 0bbb2f0 commit 846009a

File tree

2 files changed

+61
-20
lines changed

2 files changed

+61
-20
lines changed

public/projects.json

Lines changed: 53 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,34 @@
88
"project_website": "https://www.flatland-association.org/",
99
"top_repositories": [
1010
{
11-
"name": "flatland-scenarios",
12-
"url": "https://github.com/AI4REALNET/flatland-scenarios",
13-
"stars": 0,
11+
"name": "flatland-rl",
12+
"url": "https://github.com/AI4REALNET/flatland-rl",
13+
"stars": 1,
1414
"is_fork": true,
1515
"topics": [
1616
"flatland"
1717
]
1818
},
1919
{
20-
"name": "flatland-book",
21-
"url": "https://github.com/AI4REALNET/flatland-book",
20+
"name": "flatland-scenarios",
21+
"url": "https://github.com/AI4REALNET/flatland-scenarios",
2222
"stars": 0,
2323
"is_fork": true,
2424
"topics": [
2525
"flatland"
2626
]
2727
},
2828
{
29-
"name": "flatland-rl",
30-
"url": "https://github.com/AI4REALNET/flatland-rl",
29+
"name": "flatland-baselines",
30+
"url": "https://github.com/AI4REALNET/flatland-baselines",
3131
"stars": 0,
3232
"is_fork": true,
3333
"topics": [
3434
"flatland"
3535
]
3636
}
3737
],
38-
"total_stars": 0,
38+
"total_stars": 1,
3939
"total_repositories": 3,
4040
"project_tags": [
4141
"flatland"
@@ -50,28 +50,28 @@
5050
"project_website": "https://lfenergy.org/projects/grid2op/",
5151
"top_repositories": [
5252
{
53-
"name": "pypowsybl2grid",
54-
"url": "https://github.com/AI4REALNET/pypowsybl2grid",
53+
"name": "grid2op-scenario",
54+
"url": "https://github.com/AI4REALNET/grid2op-scenario",
5555
"stars": 0,
56-
"is_fork": true,
56+
"is_fork": false,
5757
"topics": [
5858
"grid2op"
5959
]
6060
},
6161
{
62-
"name": "grid2op-scenario",
63-
"url": "https://github.com/AI4REALNET/grid2op-scenario",
62+
"name": "grid2op",
63+
"url": "https://github.com/AI4REALNET/grid2op",
6464
"stars": 0,
65-
"is_fork": false,
65+
"is_fork": true,
6666
"topics": [
6767
"grid2op"
6868
]
6969
},
7070
{
71-
"name": "grid2evaluate",
72-
"url": "https://github.com/AI4REALNET/grid2evaluate",
71+
"name": "pypowsybl2grid",
72+
"url": "https://github.com/AI4REALNET/pypowsybl2grid",
7373
"stars": 0,
74-
"is_fork": false,
74+
"is_fork": true,
7575
"topics": [
7676
"grid2op"
7777
]
@@ -141,10 +141,19 @@
141141
"topics": [
142142
"interactive-ai"
143143
]
144+
},
145+
{
146+
"name": "InteractiveAI-API",
147+
"url": "https://github.com/AI4REALNET/InteractiveAI-API",
148+
"stars": 0,
149+
"is_fork": false,
150+
"topics": [
151+
"interactive-ai"
152+
]
144153
}
145154
],
146155
"total_stars": 2,
147-
"total_repositories": 1,
156+
"total_repositories": 2,
148157
"project_tags": [
149158
"interactive-ai"
150159
]
@@ -291,8 +300,32 @@
291300
"total_stars": 0,
292301
"total_repositories": 1,
293302
"project_tags": [
294-
"neural-prioritized-planning",
295-
"flatland"
303+
"flatland",
304+
"neural-prioritized-planning"
305+
]
306+
},
307+
{
308+
"project_name": "Campaign Hub Orchestrator",
309+
"project_topic": "campaign-hub-orchestrator",
310+
"project_area": "Artificial Intelligence",
311+
"project_description": "Campaign Hub Orchestrator that integrates with the Validation Campaign Hub (FAB) and provides domain-specific orchestrator and test runner implementations.",
312+
"project_url": "",
313+
"project_website": "",
314+
"top_repositories": [
315+
{
316+
"name": "ai4realnet-orchestrators",
317+
"url": "https://github.com/AI4REALNET/ai4realnet-orchestrators",
318+
"stars": 0,
319+
"is_fork": true,
320+
"topics": [
321+
"campaign-hub-orchestrator"
322+
]
323+
}
324+
],
325+
"total_stars": 0,
326+
"total_repositories": 1,
327+
"project_tags": [
328+
"campaign-hub-orchestrator"
296329
]
297330
}
298331
]

public/projects_input.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,13 @@
7878
"project_description": "This repository implements two solvers, Conflict-Based Search (CBS) and Prioritized Planning (PP)",
7979
"project_url": "",
8080
"project_website": ""
81+
},
82+
{
83+
"project_name": "Campaign Hub Orchestrator",
84+
"project_topic": "campaign-hub-orchestrator",
85+
"project_area": "Artificial Intelligence",
86+
"project_description": "Campaign Hub Orchestrator that integrates with the Validation Campaign Hub (FAB) and provides domain-specific orchestrator and test runner implementations.",
87+
"project_url": "",
88+
"project_website": ""
8189
}
8290
]

0 commit comments

Comments
 (0)