<style></style>

<script>
jQuery(function($) {
    // Function to force repaint/reflow
    function forceRepaint() {
        document.body.style.display = 'none';
        document.body.offsetHeight; // Force reflow
        document.body.style.display = 'block';
        window.dispatchEvent(new Event('resize'));
    }

    function closeAllOffCanvas(exceptID = null) {
        let anyOpen = false; // Track if another Off-Canvas remains open

        $(".e-off-canvas").each(function() {
            let canvasID = $(this).attr("id");

            if (!exceptID || canvasID !== exceptID) {
                $(this).removeClass("e-off-canvas-visible")
                       .addClass("e-off-canvas-hidden")
                       .attr("aria-hidden", "true")
                       .css({
                           "z-index": "10",
                           "visibility": "hidden",
                           "opacity": "0"
                       });

                // Full removal delay set to 0ms
                setTimeout(() => {
                    if ($(this).attr("aria-hidden") === "true") {
                        $(this).css("display", "none");
                    }
                }, 0);
            } else {
                anyOpen = true; // At least one Off-Canvas is still open
            }
        });

        // Remove white background delay set to 0ms
        setTimeout(() => {
            if (!$(".e-off-canvas-visible").length) {
                $("body").removeClass("off-canvas-active");
                forceRepaint(); // Force repaint when closing all
            }
        }, 0);
    }

    function openOffCanvas(targetID) {
        let targetCanvas = $(targetID);

        if (targetCanvas.length) {
            // Close all others EXCEPT the one we're opening
            closeAllOffCanvas(targetID);

            // Open immediately with delay set to 0ms
            setTimeout(() => {
                targetCanvas.removeClass("e-off-canvas-hidden")
                            .addClass("e-off-canvas-visible")
                            .attr("aria-hidden", "false")
                            .css({
                                "z-index": "9999",
                                "visibility": "visible",
                                "opacity": "1",
                                "display": "block"
                            });

                // Ensure the White Background Stays Visible
                $("body").addClass("off-canvas-active");
                
                // Force repaint after opening
                forceRepaint();

            }, 0);
        }
    }

    // Decode Base64
    function decodeBase64(str) {
        try {
            return atob(str);
        } catch (e) {
            return null;
        }
    }

    // Handle Elementor Off-Canvas OPEN clicks
    $(document).on('click', '[href*="elementor-action%3Aaction%3Doff_canvas%3Aopen"]', function(event) {
        event.preventDefault();
        let href = decodeURIComponent($(this).attr("href"));

        let base64Match = href.match(/settings=([^&]+)/);
        if (base64Match) {
            let decodedSettings = decodeBase64(base64Match[1]);

            try {
                let settingsObj = JSON.parse(decodedSettings);
                if (settingsObj.id) {
                    let offCanvasID = "#off-canvas-" + settingsObj.id;
                    openOffCanvas(offCanvasID);
                }
            } catch (e) {}
        }
    });

    // Handle Elementor Off-Canvas CLOSE clicks
    $(document).on('click', '[href*="elementor-action%3Aaction%3Doff_canvas%3Aclose"]', function(event) {
        event.preventDefault();
        closeAllOffCanvas();
    });

    // Ensure all Off-Canvas elements start hidden
    $(".e-off-canvas").each(function() {
        $(this).attr("aria-hidden", "true").css({
            "z-index": "10",
            "visibility": "hidden",
            "opacity": "0",
            "display": "none"
        });
    });

    // Handle same-page anchor link clicks
    $(document).on('click', 'a[href*="#"]', function(event) {
        let href = $(this).attr('href');
        if (href.indexOf('#') !== -1) {
            // Close all off-canvas widgets when an anchor link is clicked
            closeAllOffCanvas();
        }
    });

});
</script>
				
			

News

-Interview

Generative AI has made great and rapid progress in recent years. This also includes video generation. What does this mean for the film industry? We have worked with Jan-Hendrik Holst spoken. He is

Eric Hegmann is a couples therapist and helps to initiate conversations that couples should be having but have not yet been able to have. He has been working as a couples therapist, singles

Dr. Nils Schweingruber is a co-founder of IDM. The UKE subsidiary is a non-profit limited company, distributes its own language model for writing doctors’ letters and has developed its own speech recognition system.

Daniel Beutel is the founder of Flower Labs. Founded in Hamburg, the company is a member of ARIC, Open Source works has made the leap: the leap across the pond to San Francisco

Wie verändert sich unser Vertrauen in den Journalismus, wenn KIs mitschreiben? Kevin Hermeneit hat sich in seiner Masterarbeit damit beschäftigt. Im Interview spricht er über die Ergebnisse seiner Studie zur Akzeptanz von KI

Christian Uhle ist Philosoph und Autor, der sich mit Digitalisierungsthemen beschäftigt. In seinem kürzlich erschienenen Buch „Künstliche Intelligenz und echtes Leben: Philosophische Orientierung für eine gute Zukunft“ thematisiert er KI und deren Auswirkungen

Maximilian Kiener ist Juniorprofessor an der TU Hamburg-Harburg, wo er das Institut für Ethik in der Technologie leitet. Zusammen mit seinem Team erforscht er Themen der KI-Ethik aus Sicht der Philosophie. Im Interview

Was macht eigentlich Tiplu? Der Softwarehersteller ist Mitglied im ARIC und macht besonders durch seine Arbeit an einem wegweisenden Machine Learning-Netzwerk auf sich aufmerksam. Wir wollen euch die Möglichkeit geben, unser Mitglied näher

In unserer neuen Reihe „ARIC fragt…” führen wir Kurzinterviews mit interessanten Persönlichkeiten aus der KI-Branche und beginnen dabei mit Robert Kilian, dem Geschäftsführer von CertifAI, einem KI-Zertifizierungs- und Softwareanbieter für KI-Systeme. Seine Keynote