Skip to content

Commit dcce7e5

Browse files
committed
Manual projects update
2 parents 16e6086 + 24080dc commit dcce7e5

File tree

5 files changed

+24
-7
lines changed

5 files changed

+24
-7
lines changed

public/Flag_of_Europe.png

14.8 KB
Loading

public/eu_funding.png

18.6 KB
Loading

public/projects.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
"project_name": "Flatland",
44
"project_topic": "flatland",
5-
"project_area": "Energy",
6-
"project_description": "Advanced energy management systems for smart grids and renewable energy integration.",
5+
"project_area": "Railway",
6+
"project_description": "Multi-purpose environment to tackle problems around resilient resource allocation under uncertainty.",
77
"project_url": "https://www.flatland-association.org/",
88
"project_website": "https://www.flatland-association.org/",
99
"top_repositories": [
@@ -17,17 +17,22 @@
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+
<<<<<<< HEAD
2930
"name": "flatland-rl",
3031
"url": "https://github.com/AI4REALNET/flatland-rl",
32+
=======
33+
"name": "flatland-book",
34+
"url": "https://github.com/AI4REALNET/flatland-book",
35+
>>>>>>> 24080dcb55e58ac2dd59d784e43d41e852e0344d
3136
"stars": 0,
3237
"is_fork": true,
3338
"topics": [
@@ -158,8 +163,13 @@
158163
"project_website": "",
159164
"top_repositories": [
160165
{
166+
<<<<<<< HEAD
161167
"name": "Human-Assessment-Module",
162168
"url": "https://github.com/AI4REALNET/Human-Assessment-Module",
169+
=======
170+
"name": "d2.2-human-assessment-module-v0.5",
171+
"url": "https://github.com/AI4REALNET/d2.2-human-assessment-module-v0.5",
172+
>>>>>>> 24080dcb55e58ac2dd59d784e43d41e852e0344d
163173
"stars": 1,
164174
"is_fork": false,
165175
"topics": [

public/projects_input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
"project_name": "Flatland",
44
"project_topic": "flatland",
5-
"project_area": "Energy",
6-
"project_description": "Advanced energy management systems for smart grids and renewable energy integration.",
5+
"project_area": "Railway",
6+
"project_description": "Multi-purpose environment to tackle problems around resilient resource allocation under uncertainty.",
77
"project_url": "https://www.flatland-association.org/",
88
"project_website": "https://www.flatland-association.org/"
99
},

src/components/ScrollNavbar.jsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,14 @@ const ScrollNavbar = () => {
4646
OSS
4747
</span>
4848
</div>
49-
49+
<div className="flex items-center ml-auto" style={{ maxWidth: '25%', textAlign: 'right' }}>
50+
<img
51+
src={"/eu_funding.png"}
52+
alt="EU Funding"
53+
className="h-auto w-full max-w-xs md:max-w-sm"
54+
style={{ objectFit: 'contain' }}
55+
/>
56+
</div>
5057
</nav>
5158
</div>
5259
);

0 commit comments

Comments
 (0)