Commit d934362f authored by JOE XMG's avatar JOE XMG
Browse files

update

parent 948821b5
Pipeline #8748 passed with stage
in 17 seconds
[ {
"item": {
"title": "Smart Public Building",
"project": "iCity Explorative Project",
"author": {
"firstName": "Myriam ",
"lastName": "Guedey",
"hftURL": "https://www.hft-stuttgart.de/p/myriam-guedey"
},
"project_year_start": "2017",
"project_year_end": "2021",
"project_is_on_going": false,
"imageLink": "imgs/thumbnails/smartpublicbuilding.png",
"keywords": ["Smart Buildings", "Smart Home", "Building Management", "IoT", "Open Source"],
"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."
},
"refIndex": 5,
"links": {
"publication": "https://dl.acm.org/doi/10.1145/3410992.3411009",
"project": "https://www.hft-stuttgart.com/research/projects/current/icity-smart-public-building",
"repo": "https://transfer.hft-stuttgart.de/gitlab/smartpublicbuilding"
}
},
{
"item": {
"title": "Co-Development of IoT Use Cases",
"project": "ICT4iCity",
"author": {
"firstName": "Myriam ",
"lastName": "Guedey",
"hftURL": "https://www.hft-stuttgart.de/p/myriam-guedey"
},
"project_year_start": "2021",
"project_year_end": "2022",
"project_is_on_going": false,
"imageLink": "imgs/thumbnails/ict4icity.png",
"keywords": ["Smart Buildings", "Smart City", "IoT", "Use Cases", "Design Thinking"],
"description_en": "In the realm of transforming and digitizing smart cities and their buildings, identifying, selecting, and implementing the \"right\" use cases is a significant challenge. Key questions include technologies, users, knowledge, and resources. This research introduces a methodological concept to aid in co-developing IoT use cases with public stakeholders.",
"description_de": "Bei der Transformation hin zu intelligenten Städten und ihren Gebäuden spielt die Auswahl und Implementierung der \"richtigen\" Anwendungsfälle eine wichtige Rolle. Zu den Schlüsselfragen gehören Technologien, Nutzer, Wissen und Ressourcen. Wir stellen einen methodischen Ansatz vor, der die gemeinsame Entwicklung von IoT-Anwendungsfällen mit öffentlichen Akteuren unterstützt."
},
"refIndex": 4,
"links": {
"publication": "https://www.iadisportal.org/cgvcvip-csc-bigdaci-tpmc-2022-proceedings",
"project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/ict4icity"
}
},
{
"item": {
"title": "Energy Monitoring for Public Buildings",
"project": "UDigiT4iCity",
"author": {
"firstName": "Myriam ",
"lastName": "Guedey",
"hftURL": "https://www.hft-stuttgart.de/p/myriam-guedey"
},
"project_year_start": "2022",
"project_year_end": "2024",
"project_is_on_going": true,
"imageLink": "imgs/thumbnails/udigit4icity_em.png",
"keywords": ["Smart Buildings", "Energy", "Energy Monitoring", "IoT", "Open Source"],
"description_en": "Existing public buildings offer energy-saving potential through standardized solutions due to shared usage and construction patterns. In this research, we propose a method to cost-effectively deploy an energy monitoring concept based on LoRaWAN and open-source software in public schools.",
"description_de": "Bestehende öffentliche Gebäude bieten aufgrund gemeinsamer Nutzungs- und Baumuster ein Energieeinsparpotenzial durch standardisierte Lösungen. Als Grundlage hierfür haben wir ein offenes Energie-Monitoring-Konzept auf Basis von LoRaWAN und Open-Source-Software entwickelt, das u.a. in öffentlichen Schulen kostengünstig eingesetzt werden kann."
},
"refIndex": 3,
"links": {
"publication": "https://attend.ieee.org/isc2-2023/wp-content/uploads/sites/492/Final-Program.pdf",
"project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/icity-2-udigit4icity"
}
}
]
......@@ -426,10 +426,10 @@
<!-- <script src="js/search.js"></script> -->
<script src="js/search_demos.js"></script>
<script src="js/paper_nextpage.js"></script>
<!-- <script src="js/paper_nextpage.js"></script>
<script src="js/citationSheetParse.js"></script>
<script src="js/paperfilter.js"></script>
<script src="js/paperfilter.js"></script> -->
</body>
......
......@@ -34,7 +34,7 @@ function search() {
}
function search_paper() {
const fuse = new Fuse(jsonContent, options_paper); //stuff_paper
const fuse = new Fuse(jsonContent, options_paper); //stuff_paper
searchanswer_paper = fuse.search(document.getElementById("search-input_paper").value)
document.getElementById("nextblock").style.display = "none";
var new_row = document.getElementById("cont_paper")
......@@ -42,10 +42,10 @@ function search_paper() {
var searchLength = searchanswer_paper.length;
for (var i = 0; i < searchLength; i++) {
console.log(searchanswer_paper[i])
if (searchanswer_paper[i].score < 0.5){
if (searchanswer_paper[i].score < 0.5) {
addpaper(searchanswer_paper[i].item);
}
//Do something
}
// alert(searchanswer);
......@@ -71,7 +71,7 @@ var stuff_paper = []
function changeLang () {
function changeLang() {
var userLang = navigator.language || navigator.userLanguage;
console.log("The language is: " + userLang);
if (userLang.includes("de")) {
......@@ -129,7 +129,7 @@ function searchToggle_paper(obj, evt) {
container.addClass('active');
evt.preventDefault();
console.log("first")
} else if (container.hasClass('active') && $(obj).closest('.input-holder').length == 0) {
container.removeClass('active');
// clear input
......@@ -179,48 +179,54 @@ input2.addEventListener("keyup", function (event) {
$(document).ready(function () {
console.log("document ready")
$.getJSON("./content/content.json", function (result) {
$.getJSON("https://transfer.hft-stuttgart.de/gitlab/zedflow/fgdi/-/blob/master/public/content/content.json", function (result_zedflow) {
console.log("content.json ==> HTML")
// stuff merge result and result_zedflow
stuff = result.concat(result_zedflow);
var new_row = document.getElementById("row_main")
new_row.innerHTML = "";
var arrayLength = stuff.length;
for (var i = 0; i < arrayLength; i++) {
addcontent(stuff[i]);
//Do something
}
$.getJSON("./content/team.json", function(result){
console.log("team.json ==> HTML")
team = result;
var new_row = document.getElementById("team-section")
debug_main = result
$.getJSON("./content/content_zedflow.json", function (result_zedflow) {
console.log("content.json ==> HTML")
// stuff merge result and result_zedflow
debug_result_zedflow = result_zedflow
stuff = result
var new_row = document.getElementById("row_main")
new_row.innerHTML = "";
var arrayLength = team.length;
var arrayLength = stuff.length;
for (var i = 0; i < arrayLength; i++) {
addTeam(team[i]);
addcontent(stuff[i]);
//Do something
}
});
changeLang();
for (var i = 0; i < debug_result_zedflow.length; i++) {
addcontent(result_zedflow[i]);
//Do something
}
$.getJSON("./content/team.json", function (result) {
console.log("team.json ==> HTML")
team = result;
var new_row = document.getElementById("team-section")
new_row.innerHTML = "";
var arrayLength = team.length;
for (var i = 0; i < arrayLength; i++) {
addTeam(team[i]);
//Do something
}
});
// changeLang();
});
});
var currentYear = new Date().getFullYear();
document.getElementById('current-year').innerHTML = currentYear;
document.getElementById('current-year').innerHTML = currentYear;
// get the keyword parameter
if (urlKeyword !== null) {
console.log(`url Keyword: ${urlKeyword}`)
// insert keyword parameter
$("#search-input").val(urlKeyword, function(){
$("#search-input").val(urlKeyword, function () {
console.log("trigger the search")
document.getElementById("search-button").click();
});
});
$("#search-input_paper").val(urlKeyword);
// apply keyword parameter
}
// get paper content is commented out for back up
......@@ -239,9 +245,9 @@ $(document).ready(function () {
// }
// });
});
\ No newline at end of file
Markdown is supported
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