Commit 08d16ea7 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/content/content.json, public/js/add_content.js

parent e939728f
Pipeline #8945 passed with stage
in 14 seconds
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
"description_en": "Different IoT applications for smart public buildings based on open-source software and smart home technologies have been developed to explore potentials and pitfalls. The project goals included promoting sustainable building usage, enhancing comfort, and facilitating retrofits in existing buildings via the deployment of wireless smart home technologies.", "description_en": "Different IoT applications for smart public buildings based on open-source software and smart home technologies have been developed to explore potentials and pitfalls. The project goals included promoting sustainable building usage, enhancing comfort, and facilitating retrofits in existing buildings via the deployment of wireless smart home technologies.",
"description_de": "Entwicklung verschiedener IoT-Anwendungen für smarte öffentliche Gebäude auf Basis von Open-Source-Software und Smart-Home-Technologien, um Potenziale und Hindernisse zu untersuchen. Ziele waren u.a. die Förderung einer nachhaltigen Gebäudenutzung und ein einfaches Nachrüstungen in bestehenden Gebäuden durch den Einsatz von drahtlosen Smart-Home-Technologien." "description_de": "Entwicklung verschiedener IoT-Anwendungen für smarte öffentliche Gebäude auf Basis von Open-Source-Software und Smart-Home-Technologien, um Potenziale und Hindernisse zu untersuchen. Ziele waren u.a. die Förderung einer nachhaltigen Gebäudenutzung und ein einfaches Nachrüstungen in bestehenden Gebäuden durch den Einsatz von drahtlosen Smart-Home-Technologien."
}, },
"sdgImage": "public/imgs/grey_dot.png", // Add the image source for SDG x Projecte here
"refIndex": 3, "refIndex": 3,
"links": { "links": {
"publication": "https://dl.acm.org/doi/10.1145/3410992.3411009 ", "publication": "https://dl.acm.org/doi/10.1145/3410992.3411009 ",
......
...@@ -76,6 +76,7 @@ function addcontent(item) { ...@@ -76,6 +76,7 @@ function addcontent(item) {
'<div class="card mb-4 shadow-sm extension overflow-auto">' + '<div class="card mb-4 shadow-sm extension overflow-auto">' +
'<h5>' + item.item.title + ' <span class="content-subtitle text-muted"> ' + item.item.project + '</span></h5>' + '<h5>' + item.item.title + ' <span class="content-subtitle text-muted"> ' + item.item.project + '</span></h5>' +
'<img class="thumbimg" src="' + item.item.imageLink + '" alt="">' + '<img class="thumbimg" src="' + item.item.imageLink + '" alt="">' +
sdgImageHTML + // Include the new image HTML for SDG x Projecte here
'<div class="card-body">' + '<div class="card-body">' +
'<p class="card-text-lg small">' + '<p class="card-text-lg small">' +
description + description +
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment