Skip to content

Commit a8ecaf5

Browse files
committed
Workflow
1 parent a62c555 commit a8ecaf5

File tree

3 files changed

+56
-33
lines changed

3 files changed

+56
-33
lines changed

.github/workflows/refresh-data.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ jobs:
3636
git config --local user.name "GitHub Action"
3737
git add public/projects.json
3838
git commit -m "Update projects data" || echo "No changes to commit"
39-
git push
39+
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/AI4REALNET/.github.io.git
40+
git push
41+
env:
42+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

public/projects.json

Lines changed: 42 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,27 @@
66
"project_description": "Advanced energy management systems for smart grids and renewable energy integration.",
77
"project_url": "https://example.com/energy-management",
88
"project_website": "https://energy.inesctec.pt",
9-
"top_repositories": [],
9+
"top_repositories": [
10+
{
11+
"name": "flatland-blackbox",
12+
"url": "https://github.com/AI4REALNET/flatland-blackbox",
13+
"description": null,
14+
"stars": 0,
15+
"forks": 0,
16+
"is_fork": false,
17+
"topics": [
18+
"flatland"
19+
],
20+
"language": "Python",
21+
"updated_at": "2025-05-07T14:58:01Z"
22+
}
23+
],
1024
"total_stars": 0,
11-
"total_repositories": 0,
12-
"project_tags": [],
13-
"last_updated": "2025-05-05T10:32:12.066Z"
25+
"total_repositories": 1,
26+
"project_tags": [
27+
"flatland"
28+
],
29+
"last_updated": "2025-05-20T13:19:52.997Z"
1430
},
1531
{
1632
"project_name": "Grid2Op",
@@ -19,11 +35,27 @@
1935
"project_description": "Cutting-edge machine learning research and applications for industrial use cases.",
2036
"project_url": "https://example.com/ml-research",
2137
"project_website": "https://ai.inesctec.pt",
22-
"top_repositories": [],
38+
"top_repositories": [
39+
{
40+
"name": "grid2op-scenario",
41+
"url": "https://github.com/AI4REALNET/grid2op-scenario",
42+
"description": null,
43+
"stars": 0,
44+
"forks": 1,
45+
"is_fork": false,
46+
"topics": [
47+
"grid2op"
48+
],
49+
"language": "Python",
50+
"updated_at": "2025-05-20T09:59:58Z"
51+
}
52+
],
2353
"total_stars": 0,
24-
"total_repositories": 0,
25-
"project_tags": [],
26-
"last_updated": "2025-05-05T10:32:12.102Z"
54+
"total_repositories": 1,
55+
"project_tags": [
56+
"grid2op"
57+
],
58+
"last_updated": "2025-05-20T13:19:53.793Z"
2759
},
2860
{
2961
"project_name": "BlueSky",
@@ -35,7 +67,7 @@
3567
"total_stars": 0,
3668
"total_repositories": 0,
3769
"project_tags": [],
38-
"last_updated": "2025-05-05T10:32:12.153Z"
70+
"last_updated": "2025-05-20T13:19:54.072Z"
3971
},
4072
{
4173
"project_name": "Interactive AI",
@@ -48,19 +80,6 @@
4880
"total_stars": 0,
4981
"total_repositories": 0,
5082
"project_tags": [],
51-
"last_updated": "2025-05-05T10:32:12.191Z"
52-
},
53-
{
54-
"project_name": "Human Acessment Module",
55-
"project_topic": "human-accessment-module",
56-
"project_area": "Robotics",
57-
"project_description": "Research on autonomous robotic systems for industry and healthcare.",
58-
"project_url": "https://example.com/robotics",
59-
"project_website": "https://robotics.inesctec.pt",
60-
"top_repositories": [],
61-
"total_stars": 0,
62-
"total_repositories": 0,
63-
"project_tags": [],
64-
"last_updated": "2025-05-05T10:32:12.191Z"
83+
"last_updated": "2025-05-20T13:19:54.355Z"
6584
}
6685
]

src/config.js

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,32 @@ export default {
2828
// Projects input data - this is what users would customize
2929
projects: [
3030
{
31-
"project_name": "Energy Management System",
32-
"project_topic": "energy-management",
31+
"project_name": "Flatland",
32+
"project_topic": "flatland",
3333
"project_area": "Energy",
3434
"project_description": "Advanced energy management systems for smart grids and renewable energy integration.",
3535
"project_url": "https://example.com/energy-management",
3636
"project_website": "https://energy.inesctec.pt"
3737
},
3838
{
39-
"project_name": "Machine Learning Research",
40-
"project_topic": "machine-learning",
39+
"project_name": "Grid2Op",
40+
"project_topic": "grid2op",
4141
"project_area": "Artificial Intelligence",
4242
"project_description": "Cutting-edge machine learning research and applications for industrial use cases.",
4343
"project_url": "https://example.com/ml-research",
4444
"project_website": "https://ai.inesctec.pt"
4545
},
4646
{
47-
"project_name": "IoT Sensors Network",
48-
"project_topic": "iot-sensors",
47+
"project_name": "BlueSky",
48+
"project_topic": "bluesky",
4949
"project_area": "Internet of Things",
5050
"project_description": "Advanced sensor networks for IoT applications and smart environments.",
51-
"project_url": "https://example.com/iot-sensors"
51+
"project_url": "https://example.com/iot-sensors",
52+
"project_website": "https://ai.inesctec.pt"
5253
},
5354
{
54-
"project_name": "Autonomous Robotics",
55-
"project_topic": "robotics",
55+
"project_name": "Interactive AI",
56+
"project_topic": "interactive-ai",
5657
"project_area": "Robotics",
5758
"project_description": "Research on autonomous robotic systems for industry and healthcare.",
5859
"project_url": "https://example.com/robotics",

0 commit comments

Comments
 (0)