{"id":4733,"date":"2026-08-20T09:16:30","date_gmt":"2026-08-20T09:16:30","guid":{"rendered":"https:\/\/sdac.tech\/?page_id=4733"},"modified":"2026-08-24T12:17:53","modified_gmt":"2026-08-24T12:17:53","slug":"veroeffentlichungen","status":"publish","type":"page","link":"https:\/\/sdac.tech\/en\/veroeffentlichungen\/","title":{"rendered":"Publications"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* SDaC Ver\u00f6ffentlichungen Page CSS\n   Paste into the CSS tab of the Ver\u00f6ffentlichungen page's custom-code widget.\n   Relies on design tokens and utility classes from the site's Global\n   Styles (sdac-wrap, eyebrow, sdac-reveal, etc) \u2014 do not redefine\n   those here, only page-specific rules for this page. *\/\n\n\/* ============ HERO ============ *\/\n.sdac-v-hero{padding:72px 0 48px;}\n.sdac-v-hero .eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:18px;}\n.sdac-v-hero .eyebrow::before{content:\"\";width:28px;height:1px;background:var(--sdac-teal-label);}\n.sdac-v-hero h1{font-size:38px;margin:0 0 20px;color:var(--sdac-teal-dark);max-width:640px;}\n.sdac-v-hero p{font-size:16px;color:var(--sdac-ink-soft);margin:0;}\n\n\/* ============ BANNER ============ *\/\n.sdac-v-banner-section{padding:0 0 40px;}\n.sdac-v-banner{\n  background:var(--sdac-teal-dark);\n  border-radius:16px;\n  padding:32px 36px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:24px;\n  flex-wrap:wrap;\n}\n.sdac-v-banner-text{max-width:620px;}\n.sdac-v-banner-tag{\n  display:inline-block;\n  font-size:11px;font-weight:700;letter-spacing:.04em;\n  background:rgba(255,255,255,.12);color:#CFE3DC;\n  padding:4px 10px;border-radius:6px;\n  margin-bottom:12px;\n}\n.sdac-v-banner-text h2{font-size:22px;color:#fff;margin:0 0 10px;}\n.sdac-v-banner-text p{font-size:14px;color:#CFE3DC;line-height:1.6;margin:0;}\n.sdac-v-banner-btn{\n  display:inline-flex;align-items:center;gap:8px;\n  background:#fff;color:var(--sdac-teal-dark);\n  padding:13px 22px;border-radius:8px;\n  font-weight:700;font-size:14px;\n  text-decoration:none;border-bottom:none !important;\n  white-space:nowrap;\n  transition:transform .2s ease, box-shadow .2s ease;\n}\n.sdac-v-banner-btn:hover{\n  transform:translateY(-2px);\n  box-shadow:0 8px 20px -8px rgba(0,0,0,.35);\n}\n\n\/* ============ TOOLBAR ============ *\/\n.sdac-v-list-section{padding:0 0 72px;}\n.sdac-v-toolbar{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:16px;\n  flex-wrap:wrap;\n  padding-bottom:20px;\n  border-bottom:1px solid var(--sdac-line);\n  margin-bottom:8px;\n}\n.sdac-v-filters{display:flex;flex-wrap:wrap;gap:8px;}\n.sdac-v-filters button.sdac-v-filter{\n  background:var(--sdac-bg-soft) !important;\n  border:1px solid transparent !important;\n  color:var(--sdac-ink-soft) !important;\n  font-size:13px;font-weight:600;font-family:var(--sdac-font);\n  padding:8px 14px;border-radius:999px;\n  cursor:pointer;\n  transition:background .15s ease, color .15s ease, border-color .15s ease;\n}\n.sdac-v-filter .sdac-v-count{opacity:.7;font-weight:400;}\n.sdac-v-filters button.sdac-v-filter:hover{\n  background:var(--sdac-teal-tint, #E1F5EE) !important;\n  color:var(--sdac-teal-dark, #2A6B5C) !important;\n}\n.sdac-v-filters button.sdac-v-filter.active,\n.sdac-v-filters button.sdac-v-filter.active:hover{\n  background:var(--sdac-teal-label, #42A68E) !important;\n  border-color:var(--sdac-teal-label, #42A68E) !important;\n  color:#fff !important;\n}\n.sdac-v-filters button.sdac-v-filter.active .sdac-v-count{opacity:.85;}\n\n.sdac-v-sort{\n  appearance:none;-webkit-appearance:none;-moz-appearance:none;\n  background:#fff;\n  border:1px solid var(--sdac-line);\n  border-radius:8px;\n  padding:9px 34px 9px 14px;\n  font-size:13px;font-family:var(--sdac-font);color:var(--sdac-ink);\n  cursor:pointer;\n  background-image:url(\"data:image\/svg+xml;charset=UTF-8,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235B6E67' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'\/%3E%3C\/svg%3E\");\n  background-repeat:no-repeat;\n  background-position:right 12px center;\n}\n.sdac-v-sort:focus{outline:none;border-color:var(--sdac-teal-label);}\n\n.sdac-v-total{\n  font-size:13px;color:var(--sdac-ink-soft);\n  margin:0 0 8px;\n}\n\n\/* ============ LIST (card grid) ============ *\/\n.sdac-v-list{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n}\n.sdac-v-item[hidden]{display:none !important;}\n.sdac-v-item{\n  display:flex;\n  flex-direction:column;\n  background:#fff;\n  border:1px solid var(--sdac-line);\n  border-radius:14px;\n  padding:22px 24px;\n  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;\n}\n.sdac-v-item:hover{\n  transform:translateY(-3px);\n  box-shadow:0 12px 24px -12px rgba(18,36,30,.14);\n  border-color:transparent;\n}\n.sdac-v-tag{\n  display:inline-block;\n  align-self:flex-start;\n  font-size:11px;font-weight:700;\n  background:var(--sdac-teal-tint);color:var(--sdac-teal-dark);\n  padding:3px 10px;border-radius:20px;\n  margin-bottom:12px;\n}\n.sdac-v-item h3{\n  font-size:16px;\n  color:var(--sdac-ink);\n  margin:0 0 8px;\n  line-height:1.4;\n  flex:1;\n}\n.sdac-v-meta{\n  font-size:13px;color:var(--sdac-ink-soft);\n  margin:0 0 14px;\n}\n.sdac-v-link{\n  display:inline-flex;align-items:center;gap:6px;\n  font-size:13px;font-weight:600;\n  color:var(--sdac-teal-label);\n  text-decoration:none;border-bottom:none !important;\n  transition:color .15s ease;\n}\n.sdac-v-link:hover{color:var(--sdac-teal-dark);}\n\n.sdac-v-empty{\n  text-align:center;\n  padding:48px 0;\n  color:var(--sdac-ink-soft);\n  font-size:14px;\n}\n\n@media(max-width:780px){\n  .sdac-v-hero h1{font-size:28px;}\n  .sdac-v-banner{padding:26px 24px;}\n  .sdac-v-toolbar{flex-direction:column;align-items:flex-start;}\n  .sdac-v-sort-wrap{width:100%;}\n  .sdac-v-sort{width:100%;}\n  .sdac-v-list{grid-template-columns:1fr;}\n}\n<\/style>\n\n<!-- SDaC Ver\u00f6ffentlichungen Page HTML\n     CSS lives separately in veroeffentlichungen.css \u2014 paste that into\n     the CSS tab of the same custom-code widget on the Ver\u00f6ffentlichungen page.\n     Uses design tokens\/utility classes from Global Styles (sdac-wrap,\n     eyebrow, sdac-reveal, etc) \u2014 do not redefine them here.\n     CTA + Footer are separate site-wide elements and are NOT included here.\n\n     Note: heading says \"aus dem SDaC-Netzwerk\" per Philipp Zielke's\n     feedback (SDaC-Forschung -> SDaC-Netzwerk rename applies here too). -->\n\n<!-- ============ HERO ============ -->\n<section class=\"sdac-section sdac-v-hero\" id=\"main-content\">\n  <div class=\"sdac-wrap\">\n    <div class=\"eyebrow\">Ver\u00f6ffentlichungen<\/div>\n\n    <h1 class=\"sdac-reveal\">\n      Publikationen aus dem SDaC-Netzwerk\n    <\/h1>\n\n    <p class=\"sdac-reveal sdac-reveal-1\">\n      Gemeinsam forschen und Wissen schaffen f\u00fcr ein wachsendes \u00d6kosystem.\n    <\/p>\n  <\/div>\n<\/section>\n\n\n<!-- ============ SCHLUSSBERICHT BANNER ============ -->\n<section class=\"sdac-section sdac-v-banner-section sdac-reveal\">\n  <div class=\"sdac-wrap\">\n\n    <div class=\"sdac-v-banner\">\n      <div class=\"sdac-v-banner-text\">\n        <span class=\"sdac-v-banner-tag\">Schlussbericht \u00b7 2024<\/span>\n        <h2>SDaC \u2013 Smart Design and Construction<\/h2>\n        <p>\n          Abschlussbericht des Forschungsvorhabens SDaC (BMWK-gef\u00f6rdert),\n          Berichtszeitraum 01.04.2020\u201330.09.2023. Zusammenfassung der\n          Ergebnisse, Transferleistungen und Empfehlungen f\u00fcr die\n          Digitalisierung des deutschen Hochbaus.\n        <\/p>\n      <\/div>\n      <a href=\"https:\/\/sdac.tech\/wp-content\/uploads\/2026\/07\/01_SDaC_Schlussbericht.pdf\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-banner-btn\">\n        Hier herunterladen\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n          <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n          <polyline points=\"7 10 12 15 17 10\"><\/polyline>\n          <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line>\n        <\/svg>\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<!-- ============ FILTER + LIST ============ -->\n<section class=\"sdac-section sdac-v-list-section sdac-reveal\">\n  <div class=\"sdac-wrap\">\n\n    <div class=\"sdac-v-toolbar\">\n      <div class=\"sdac-v-filters\" role=\"tablist\" aria-label=\"Publikationen filtern\">\n        <button type=\"button\" class=\"sdac-v-filter active\" data-filter=\"alle\">Alle<\/button>\n        <button type=\"button\" class=\"sdac-v-filter\" data-filter=\"buchveroeffentlichung\">Buchver\u00f6ffentlichung <span class=\"sdac-v-count\">(1)<\/span><\/button>\n        <button type=\"button\" class=\"sdac-v-filter\" data-filter=\"dissertation\">Dissertation <span class=\"sdac-v-count\">(1)<\/span><\/button>\n        <button type=\"button\" class=\"sdac-v-filter\" data-filter=\"konferenzbeitrag\">Konferenzbeitrag <span class=\"sdac-v-count\">(16)<\/span><\/button>\n        <button type=\"button\" class=\"sdac-v-filter\" data-filter=\"journalartikel\">Journalartikel <span class=\"sdac-v-count\">(1)<\/span><\/button>\n        <button type=\"button\" class=\"sdac-v-filter\" data-filter=\"sonstiges\">Sonstiges <span class=\"sdac-v-count\">(5)<\/span><\/button>\n      <\/div>\n\n      <div class=\"sdac-v-sort-wrap\">\n        <select id=\"sdac-v-sort\" class=\"sdac-v-sort\">\n          <option value=\"newest\">Neueste zuerst<\/option>\n          <option value=\"oldest\">\u00c4lteste zuerst<\/option>\n        <\/select>\n      <\/div>\n    <\/div>\n\n    <p class=\"sdac-v-total\"><span id=\"sdac-v-total-count\">24<\/span> Eintr\u00e4ge<\/p>\n\n    <div class=\"sdac-v-list\" id=\"sdac-v-list\">\n\n      <article class=\"sdac-v-item\" data-category=\"buchveroeffentlichung\" data-year=\"2024\">\n        <span class=\"sdac-v-tag\">Buchver\u00f6ffentlichung<\/span>\n        <h3>K\u00fcnstliche Intelligenz in der Bauwirtschaft: Grundlagen und Anwendungsf\u00e4lle<\/h3>\n        <p class=\"sdac-v-meta\">Buchver\u00f6ffentlichung \u00b7 2024<\/p>\n        <a href=\"https:\/\/link.springer.com\/book\/9783658427955\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"dissertation\" data-year=\"2023\">\n        <span class=\"sdac-v-tag\">Dissertation<\/span>\n        <h3>Bewertung analytischer Planungsmethoden zur Erh\u00f6hung der Prognosesicherheit von Rahmenterminpl\u00e4nen bei Bauprojekten<\/h3>\n        <p class=\"sdac-v-meta\">Dissertation \u00b7 2023<\/p>\n        <a href=\"https:\/\/publikationen.bibliothek.kit.edu\/1000162153\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"journalartikel\" data-year=\"2023\">\n        <span class=\"sdac-v-tag\">Journalartikel<\/span>\n        <h3>Investigating the Impact of Lean Leadership on Construction Project Success<\/h3>\n        <p class=\"sdac-v-meta\">Engineering Management Journal \u00b7 2023<\/p>\n        <a href=\"https:\/\/publikationen.bibliothek.kit.edu\/1000161979\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2023\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>A comparative evaluation of decision trees and expert intuition to predict durations in the predesign phase<\/h3>\n        <p class=\"sdac-v-meta\">EC\u00b3 \/ 40th International CIB W78 Conference \u00b7 2023<\/p>\n        <a href=\"https:\/\/ec-3.org\/publications\/conference\/paper\/?id=EC32023_161\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2023\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Process Analysis with an Automatic Mapping of Performance Factors Using Natural Language Processing<\/h3>\n        <p class=\"sdac-v-meta\">31st Annual Conference of the IGLC \u00b7 2023<\/p>\n        <a href=\"https:\/\/iglc.net\/Papers\/Details\/2080\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2023\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Utilising Design Thinking to Refine Customer Requirements \u2013 A Case Study Using the Concrete Supply Chain as an Example<\/h3>\n        <p class=\"sdac-v-meta\">31st Annual Conference of the IGLC \u00b7 2023<\/p>\n        <a href=\"https:\/\/iglc.net\/Papers\/Details\/2050\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2022\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Combining BIM and lean methods for scheduling for verifying and communicating demolition processes in an early project stage<\/h3>\n        <p class=\"sdac-v-meta\">EC\u00b3 \/ 40th International CIB W78 Conference \u00b7 2022<\/p>\n        <a href=\"https:\/\/ec-3.org\/publications\/conference\/paper\/?id=EC32023_162\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2022\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Challenges in collecting and managing data for AI application in small and medium-sized construction enterprises<\/h3>\n        <p class=\"sdac-v-meta\">EC\u00b3 \/ 40th International CIB W78 Conference \u00b7 2022<\/p>\n        <a href=\"https:\/\/publikationen.bibliothek.kit.edu\/1000165485\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2022\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>International assessment of artificial intelligence applications in the AEC sector<\/h3>\n        <p class=\"sdac-v-meta\">ECPPM 2022 \/ eWork and eBusiness in AEC \u00b7 2022<\/p>\n        <a href=\"https:\/\/www.taylorfrancis.com\/chapters\/edit\/10.1201\/9781003354222-42\/international-assessment-artificial-intelligence-applications-aec-sector-cisterna-lagos-haghsheno\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2022\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Synergies Between Lean Construction and Artificial Intelligence: AI Driven Continuous Improvement Process<\/h3>\n        <p class=\"sdac-v-meta\">30th Annual Conference of the IGLC \u00b7 2022<\/p>\n        <a href=\"https:\/\/iglc.net\/Papers\/Details\/1957\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2022\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>An Empirical Evaluation of Predicted Outcomes as Explanations in Human-AI Decision-Making<\/h3>\n        <p class=\"sdac-v-meta\">European Conference on ML and Principles and Practice of Knowledge Discovery in Databases \u00b7 2022<\/p>\n        <a href=\"https:\/\/scholar.google.com\/citations?view_op=view_citation&#038;hl=de&#038;user=Bz3X5pQAAAAJ&#038;citation_for_view=Bz3X5pQAAAAJ:Se3iqnhoufwC\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2022\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Designing a Human-in-the-Loop System for Object Detection in Floor Plans<\/h3>\n        <p class=\"sdac-v-meta\">Proceedings of the AAAI Conference on AI \u00b7 2022<\/p>\n        <a href=\"https:\/\/scholar.google.com\/citations?view_op=view_citation&#038;hl=de&#038;user=Bz3X5pQAAAAJ&#038;citation_for_view=Bz3X5pQAAAAJ:ufrVoPGSRksC\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2022\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Predicting the construction duration in the predesign phase with decision trees<\/h3>\n        <p class=\"sdac-v-meta\">ECPPM 2022 \/ eWork and eBusiness in AEC \u00b7 2022<\/p>\n        <a href=\"https:\/\/publikationen.bibliothek.kit.edu\/1000159981\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"sonstiges\" data-year=\"2021\">\n        <span class=\"sdac-v-tag\">Sonstiges<\/span>\n        <h3>Artificial Intelligence for the Construction Industry \u2013 A Statistical Descriptive Analysis of Drivers and Barriers<\/h3>\n        <p class=\"sdac-v-meta\">Advances in Intelligent Systems and Computing (AISC), vol. 14101 \u00b7 2021<\/p>\n        <a href=\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-030-87687-6_27\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2021\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Concept of a continuous information supply chain using artificial intelligence methods using the example of the concrete supply chain<\/h3>\n        <p class=\"sdac-v-meta\">Proceedings of the 6th International BBB-Congress \u00b7 2021<\/p>\n        <a href=\"https:\/\/publikationen.bibliothek.kit.edu\/1000138887\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2021\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Digitalization of Lean Learning Simulations: Teaching Lean Principles and Last Planner\u00ae System<\/h3>\n        <p class=\"sdac-v-meta\">29th Annual Conference of the IGLC \u00b7 2021<\/p>\n        <a href=\"https:\/\/publikationen.bibliothek.kit.edu\/1000142195\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2021\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Human-AI Complementarity in Hybrid Intelligence Systems: A Structured Literature Review<\/h3>\n        <p class=\"sdac-v-meta\">26th Pacific Asia Conference on Information Systems (PACIS) \u00b7 2021<\/p>\n        <a href=\"https:\/\/publikationen.bibliothek.kit.edu\/1000133631\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2021\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>Artificial Intelligence for the Construction Industry \u2013 A Statistical Descriptive Analysis of Drivers and Barriers<\/h3>\n        <p class=\"sdac-v-meta\">1st International Conference on Disruptive Technologies, Tech Ethics and AI \u00b7 2021<\/p>\n        <a href=\"https:\/\/link.springer.com\/chapter\/10.1007%2F978-3-030-87687-6_27\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"sonstiges\" data-year=\"2021\">\n        <span class=\"sdac-v-tag\">Sonstiges<\/span>\n        <h3>BIM Basics: BIM und KI in Wissenschaft &amp; Unternehmenspraxis<\/h3>\n        <p class=\"sdac-v-meta\">buildingSMART Deutschland \u00b7 2021<\/p>\n        <a href=\"https:\/\/www.buildingsmart.de\/publikationen\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"sonstiges\" data-year=\"2020\">\n        <span class=\"sdac-v-tag\">Sonstiges<\/span>\n        <h3>Resource-efficient construction with concrete, with particular attention to the lean construction method<\/h3>\n        <p class=\"sdac-v-meta\">Resource-efficient concrete \u2014 future strategies for building materials and construction practice \u00b7 2020<\/p>\n        <a href=\"https:\/\/publikationen.bibliothek.kit.edu\/1000117555\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2020\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>A requirement model for Lean leadership in construction projects<\/h3>\n        <p class=\"sdac-v-meta\">Proceedings 28th Annual Conference of the IGLC \u00b7 2020<\/p>\n        <a href=\"https:\/\/iglc.net\/Papers\/Details\/1957\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"sonstiges\" data-year=\"2020\">\n        <span class=\"sdac-v-tag\">Sonstiges<\/span>\n        <h3>Building the future of the construction industry through artificial intelligence and platform thinking<\/h3>\n        <p class=\"sdac-v-meta\">Digitale Welt \u00b7 2020<\/p>\n        <a href=\"https:\/\/digitaleweltmagazin.de\/2020\/01\/24\/building-the-future-of-the-construction-industry-through-artificial-intelligence-and-platform-thinking\/\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"sonstiges\" data-year=\"2020\">\n        <span class=\"sdac-v-tag\">Sonstiges<\/span>\n        <h3>More security thanks to artificial intelligence<\/h3>\n        <p class=\"sdac-v-meta\">BauPortal 4\/2020 \u00b7 2020<\/p>\n        <a href=\"https:\/\/bauportal.bgbau.de\/bauportal-42020\/thema\/meldungen\/zukunft-des-bauens\/mehr-sicherheit-dank-kuenstlicher-intelligenz\/\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n      <article class=\"sdac-v-item\" data-category=\"konferenzbeitrag\" data-year=\"2018\">\n        <span class=\"sdac-v-tag\">Konferenzbeitrag<\/span>\n        <h3>The general contractor response to platform ecosystems<\/h3>\n        <p class=\"sdac-v-meta\">IGLC \u00b7 2018<\/p>\n        <a href=\"https:\/\/iglcstorage.blob.core.windows.net\/papers\/attachment-6f207a31-efb7-43b1-996c-0fc79e74bdb1.pdf\" target=\"_blank\" rel=\"noopener\" class=\"sdac-v-link\"><svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>Erfahren Sie mehr<\/a>\n      <\/article>\n\n    <\/div>\n\n    <p class=\"sdac-v-empty\" id=\"sdac-v-empty\" hidden>\n      Keine Eintr\u00e4ge in dieser Kategorie.\n    <\/p>\n\n  <\/div>\n<\/section>\n\n\n<script>\n\/* =========================================================\n   SCROLL REVEAL\n   (same behaviour as homepage.html \/ kontakt.html \u2014 kept\n   identical so any page can reuse this block as-is)\n   ========================================================= *\/\n\n(function () {\n\n  var revealEls = document.querySelectorAll('.sdac-reveal');\n\n  if (!revealEls.length) {\n    return;\n  }\n\n  if (\n    window.matchMedia &&\n    window.matchMedia('(prefers-reduced-motion: reduce)').matches\n  ) {\n    revealEls.forEach(function (el) {\n      el.classList.add('is-visible');\n    });\n    return;\n  }\n\n  if (!('IntersectionObserver' in window)) {\n    revealEls.forEach(function (el) {\n      el.classList.add('is-visible');\n    });\n    return;\n  }\n\n  var observer = new IntersectionObserver(\n    function (entries) {\n      entries.forEach(function (entry) {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('is-visible');\n          observer.unobserve(entry.target);\n        }\n      });\n    },\n    {\n      threshold: 0.15,\n      rootMargin: '0px 0px -40px 0px'\n    }\n  );\n\n  revealEls.forEach(function (el) {\n    observer.observe(el);\n  });\n\n})();\n\n\n\/* =========================================================\n   FILTER + SORT\n   ========================================================= *\/\n\n(function () {\n\n  var filterButtons = document.querySelectorAll('.sdac-v-filter');\n  var sortSelect = document.getElementById('sdac-v-sort');\n  var list = document.getElementById('sdac-v-list');\n  var emptyState = document.getElementById('sdac-v-empty');\n  var totalCount = document.getElementById('sdac-v-total-count');\n\n  if (!list) {\n    return;\n  }\n\n  var items = Array.prototype.slice.call(list.querySelectorAll('.sdac-v-item'));\n  var activeFilter = 'alle';\n\n  function applyFilter() {\n    var visibleCount = 0;\n\n    items.forEach(function (item) {\n      var matches = activeFilter === 'alle' || item.getAttribute('data-category') === activeFilter;\n      item.hidden = !matches;\n      if (matches) {\n        visibleCount++;\n      }\n    });\n\n    if (totalCount) {\n      totalCount.textContent = visibleCount;\n    }\n\n    if (emptyState) {\n      emptyState.hidden = visibleCount !== 0;\n    }\n  }\n\n  filterButtons.forEach(function (button) {\n    button.addEventListener('click', function () {\n      filterButtons.forEach(function (b) {\n        b.classList.remove('active');\n      });\n      button.classList.add('active');\n      activeFilter = button.getAttribute('data-filter');\n      applyFilter();\n    });\n  });\n\n  if (sortSelect) {\n    sortSelect.addEventListener('change', function () {\n      var direction = sortSelect.value === 'oldest' ? 1 : -1;\n\n      var sorted = items.slice().sort(function (a, b) {\n        var yearA = parseInt(a.getAttribute('data-year'), 10);\n        var yearB = parseInt(b.getAttribute('data-year'), 10);\n        return direction * (yearA - yearB);\n      });\n\n      sorted.forEach(function (item) {\n        list.appendChild(item);\n      });\n    });\n  }\n\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Ver\u00f6ffentlichungen Publikationen aus dem SDaC-Netzwerk Gemeinsam forschen und Wissen schaffen f\u00fcr ein wachsendes \u00d6kosystem. Schlussbericht \u00b7 2024 SDaC \u2013 Smart Design and Construction Abschlussbericht des Forschungsvorhabens SDaC (BMWK-gef\u00f6rdert), Berichtszeitraum 01.04.2020\u201330.09.2023. Zusammenfassung der Ergebnisse, Transferleistungen und Empfehlungen f\u00fcr die Digitalisierung des deutschen Hochbaus. Hier herunterladen Alle Buchver\u00f6ffentlichung (1) Dissertation (1) Konferenzbeitrag (16) Journalartikel (1) Sonstiges (5)<a class=\"more-link\" href=\"https:\/\/sdac.tech\/en\/veroeffentlichungen\/\">Continue reading <span class=\"screen-reader-text\">&#8222;Ver\u00f6ffentlichungen&#8220;<\/span><\/a><\/p>","protected":false},"author":517,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4733","page","type-page","status-publish","hentry","entry"],"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sdac.tech\/en\/wp-json\/wp\/v2\/pages\/4733","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdac.tech\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sdac.tech\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sdac.tech\/en\/wp-json\/wp\/v2\/users\/517"}],"replies":[{"embeddable":true,"href":"https:\/\/sdac.tech\/en\/wp-json\/wp\/v2\/comments?post=4733"}],"version-history":[{"count":7,"href":"https:\/\/sdac.tech\/en\/wp-json\/wp\/v2\/pages\/4733\/revisions"}],"predecessor-version":[{"id":4812,"href":"https:\/\/sdac.tech\/en\/wp-json\/wp\/v2\/pages\/4733\/revisions\/4812"}],"wp:attachment":[{"href":"https:\/\/sdac.tech\/en\/wp-json\/wp\/v2\/media?parent=4733"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}