<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

-events

It is known from practice and research that in human-machine interaction, the willingness and acceptance of people towards (new) technical applications is the most important key to success and productivity in application and

This workshop is aimed at experts from the supply chain and logistics environment who want to develop a better understanding of data-based optimization and business models. One focus is on understanding how AI

Jan Ruhnke, (Project Manager ARIC/Inosim), Dr. Achim Tappe, (Aurubis, Senior Manager Data Science & Artificial Intelligence) The topic of AI is making its way into almost all areas of business. In addition to

The world is becoming increasingly complex and the amount of data is growing steadily from year to year. Everyone has somehow seen beautiful, colourful dashboards for visualizing data, but what happens when data

The second event in cooperation with www.12min.me will take place on 08.07.2020. In the 12min.ai format, each speaker has exactly 12 minutes to get to the heart of their message. Immediately following each

AI – Workshop “How to develop new business models for your company with AI” with ARIC CEO Alois Krtil on September 9, 2020 in Kiel as part of the KI#CK project Venue: IHK

You probably know our cooperation partner solutions.hamburg/Silpion. As an organizer, he has been hit particularly hard by the Corona situation, but has never given up thinking positively and has launched a new DIGITALE

ARIC Hamburg organizes so-called “Brown Bag Sessions”, which currently take place every Tuesday and Thursday from 12:00 to 12:30. Experts from science and research, companies, politics and society will speak at lunchtime on

After taking part in the Road to Solutions – AI and Big Data https://aric-hamburg.de/30-07-2020-road-to-solutions-ai-big-data/ on 30.07.2020, the SOLUTIONS solutions.hamburg/Silpion of our cooperation partner Silpion is now coming up under the motto “Technical expertise

The workshop is aimed at IT, product and process managers who want to identify use cases for the application of advanced analytics and machine learning and check their potential and feasibility using simple,