<?xml version="1.0" encoding="UTF-8"  ?>

<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<atom:link href="https://www.fhs.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title>Fakultet hrvatskih studija - Artifical Intelligence: A New Interlocutor of Croatian Society (AI-COM)</title>
	<link>http://www.fhs.unizg.hr/philosophy/artifical_intelligence_a_new_interlocutor_of_croatian_society_ai-com</link>
	<description>Feed Hrvatskih studija</description>
	<language>hr</language>
	<copyright>Copyright: (C) www.fhs.unizg.hr</copyright>
	<webMaster>webmaster@fhs.hr (Webmaster)</webMaster>
	<managingEditor>webmaster@fhs.hr (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title></title>
		<pubDate>Tue, 15 Sep 2026 08:44:17 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;style type="text/css"&gt;/* =========================================================
   AI-COM — REDESIGN (EN)
   Artificial Intelligence: A New Interlocutor for Croatian Society

   Note: this whole block (style + div + script at the end) is meant
   as a drop-in replacement for the existing content in the CMS
   "content" module. The Google Font import is optional — if you
   don't want the external dependency, just delete the @import line
   and headings will fall back to whatever font the page already uses.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600..800&amp;display=swap');

.aicom-page{
    --blue:#075796;
    --blue-dark:#083f70;
    --blue-deep:#06345d;
    --blue-soft:#edf5fb;
    --blue-pale:#f7fafc;
    --border:#dce6ee;
    --text:#263746;
    --muted:#687986;

    /* NEW: additional tokens */
    --accent-teal:#0d7d7a;
    --accent-teal-soft:#e6f4f3;
    --accent-plum:#6a4a8f;
    --accent-plum-soft:#f1ecf7;
    --shadow-sm:0 5px 18px rgba(31,78,140,.05);
    --shadow-md:0 12px 30px rgba(20,67,103,.10);
    --shadow-lift:0 16px 36px rgba(20,67,103,.16);
    --font-display:'Fraunces', Georgia, 'Times New Roman', serif;

    max-width:1080px;
    margin:0 auto;
    color:var(--text);
    line-height:1.68;
    font-family:inherit;
}

.aicom-page *{
    box-sizing:border-box;
}

.aicom-page a{
    color:inherit;
}

/* Respect users who asked for reduced motion */
@media (prefers-reduced-motion:reduce){
    .aicom-page *{
        transition:none !important;
        animation:none !important;
    }
}

.aicom-page :focus-visible{
    outline:2.5px solid var(--blue);
    outline-offset:3px;
    border-radius:4px;
}


/* =========================================================
   INTRO / HERO
   ========================================================= */

.aicom-hero{
    position:relative;
    isolation:isolate;
    overflow:hidden;

    display:grid;
    grid-template-columns:1.35fr .65fr;
    align-items:center;
    gap:34px;

    margin:22px 0 18px 0;
    padding:38px 34px;

    background:
        linear-gradient(
            135deg,
            #f6f9fc 0%,
            #edf5fb 100%
        );

    border:1px solid #d8e5ef;
    border-radius:20px;

    box-shadow:0 8px 28px rgba(20,67,103,.07);
}

/* NEW: subtle "network / nodes" motif in the hero background, pure CSS */
.aicom-hero:before{
    content:"";
    position:absolute;
    inset:-40% -10% auto auto;
    z-index:-2;

    width:620px;
    height:620px;

    background:
        radial-gradient(circle at 30% 30%, rgba(7,87,150,.10), transparent 60%),
        radial-gradient(circle at 70% 70%, rgba(13,125,122,.09), transparent 55%);

    border-radius:50%;
    filter:blur(2px);
}

.aicom-hero:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;

    background-image:radial-gradient(rgba(7,87,150,.16) 1.4px, transparent 1.4px);
    background-size:22px 22px;
    -webkit-mask-image:linear-gradient(135deg, rgba(0,0,0,.55) 0%, transparent 62%);
    mask-image:linear-gradient(135deg, rgba(0,0,0,.55) 0%, transparent 62%);
}

.aicom-hero-content{
    min-width:0;
}

.aicom-kicker{
    display:inline-block;

    margin-bottom:13px;
    padding:6px 11px;

    border-radius:999px;

    background:#dfeefa;
    color:var(--blue-dark);

    font-size:12px;
    line-height:1.3;
    font-weight:800;

    letter-spacing:.06em;
    text-transform:uppercase;
}

.aicom-hero h1{
    margin:0;

    max-width:700px;

    color:var(--blue-dark);
    font-family:var(--font-display);

    font-size:clamp(30px,4vw,45px);
    line-height:1.12;
    letter-spacing:-.015em;

    font-weight:700;
}

.aicom-acronym{
    margin-top:10px;

    display:inline-flex;
    align-items:center;
    gap:9px;

    color:var(--blue);
    font-family:var(--font-display);

    font-size:22px;
    font-weight:700;
    letter-spacing:.01em;
}

.aicom-acronym:before{
    content:"";
    width:26px;
    height:2px;
    background:var(--blue);
    opacity:.55;
}

.aicom-hero-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;

    margin-top:22px;
}

.aicom-meta{
    padding:8px 11px;

    background:#fff;

    border:1px solid #dce7ef;
    border-radius:9px;

    color:#4d6373;

    font-size:13px;
    line-height:1.4;

    transition:box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}

.aicom-meta:hover{
    transform:translateY(-1px);
    border-color:#b9d3e5;
    box-shadow:var(--shadow-sm);
}

.aicom-meta strong{
    color:var(--blue-dark);
}


/* =========================================================
   PROJECT VISUAL
   ========================================================= */

.aicom-project-visual{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    min-height:240px;
    padding:16px;

    background:#fff;

    border:1px solid #dce6ee;
    border-radius:16px;
    box-shadow:var(--shadow-sm);
}

.aicom-project-visual:before{
    content:"";
    position:absolute;
    inset:10px;

    border:1px dashed #cfe0ec;
    border-radius:11px;
}

.aicom-project-visual img{
    position:relative;
    display:block;

    width:100%;
    max-width:285px;
    height:auto;

    object-fit:contain;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.aicom-nav{
    position:sticky;
    top:12px;
    z-index:20;

    display:flex;
    flex-wrap:wrap;
    gap:8px;

    margin:0 0 34px 0;
    padding:9px;

    background:rgba(255,255,255,.92);
    -webkit-backdrop-filter:blur(6px);
    backdrop-filter:blur(6px);

    border:1px solid var(--border);
    border-radius:14px;

    box-shadow:0 5px 18px rgba(19,54,82,.06);
}

.aicom-nav a{
    position:relative;

    display:block;

    padding:10px 15px;

    border-radius:9px;

    text-decoration:none !important;

    color:var(--blue-dark);

    font-size:14px;
    font-weight:700;

    transition:background .2s ease, color .2s ease;
}

.aicom-nav a:hover{
    background:var(--blue-soft);
    color:var(--blue);
}

/* =========================================================
   SECTIONS
   ========================================================= */

.aicom-section{
    scroll-margin-top:76px;
    margin:0 0 44px 0;
}

.aicom-section-head{
    margin-bottom:19px;
}

.aicom-eyebrow{
    margin-bottom:4px;

    color:var(--blue);

    font-size:12px;
    font-weight:800;

    letter-spacing:.08em;
    text-transform:uppercase;
}

.aicom-section h2{
    margin:0;

    color:var(--blue-dark);
    font-family:var(--font-display);

    font-size:28px;
    line-height:1.2;
    font-weight:700;

    letter-spacing:-.01em;
}

.aicom-section-lead{
    max-width:850px;

    margin:8px 0 0 0;

    color:var(--muted);

    font-size:16px;
}

/* NEW: scroll-reveal — with no JS this is entirely inert (elements stay
   normally visible); the script at the bottom only adds .js-reveal if
   it's allowed to run, and only then do elements start hidden and
   reveal themselves. */
.js-reveal .aicom-reveal{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .6s ease, transform .6s ease;
}

.js-reveal .aicom-reveal.is-visible{
    opacity:1;
    transform:translateY(0);
}


/* =========================================================
   ABOUT THE PROJECT
   ========================================================= */

.aicom-about-grid{
    display:grid;
    grid-template-columns:1.6fr .8fr;
    gap:22px;
}

.aicom-text-card,
.aicom-info-card{
    background:#fff;

    border:1px solid var(--border);
    border-radius:17px;

    box-shadow:var(--shadow-sm);
    transition:box-shadow .2s ease, transform .2s ease;
}

.aicom-text-card:hover,
.aicom-info-card:hover{
    box-shadow:var(--shadow-md);
    transform:translateY(-2px);
}

.aicom-text-card{
    padding:27px 29px;
}

.aicom-text-card p{
    margin:0;
}

.aicom-info-card{
    overflow:hidden;
}

.aicom-info-title{
    padding:16px 20px;

    background:var(--blue-soft);

    border-bottom:1px solid #d8e5ef;

    color:var(--blue-dark);

    font-size:17px;
    font-weight:800;
}

.aicom-info-list{
    padding:5px 20px 9px 20px;
}

.aicom-info-item{
    display:flex;
    align-items:flex-start;
    gap:12px;

    padding:14px 0;

    border-bottom:1px solid #e9eef2;
}

.aicom-info-item:last-child{
    border-bottom:0;
}

/* NEW: icon next to each key-facts row */
.aicom-info-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 30px;

    width:30px;
    height:30px;
    margin-top:1px;

    background:var(--blue-soft);
    color:var(--blue);
    border-radius:8px;
}

.aicom-info-icon svg{
    width:16px;
    height:16px;
}

.aicom-info-label{
    display:block;

    margin-bottom:3px;

    color:#788894;

    font-size:11px;
    font-weight:800;

    text-transform:uppercase;
    letter-spacing:.05em;
}

.aicom-info-value{
    color:#263746;

    font-size:14px;
    font-weight:600;
}


/* =========================================================
   THEMATIC AREAS
   ========================================================= */

.aicom-themes{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:13px;

    margin-top:19px;
}

.aicom-theme{
    position:relative;
    overflow:hidden;

    padding:22px 18px 20px 18px;

    background:var(--blue-pale);

    border:1px solid var(--border);
    border-radius:14px;

    transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.aicom-theme:before{
    content:"";
    position:absolute;
    left:0; top:0; right:0;
    height:3px;
    background:linear-gradient(90deg, var(--blue), var(--accent-teal));
    opacity:.75;
}

.aicom-theme:hover{
    transform:translateY(-3px);
    border-color:#c4dbea;
    box-shadow:var(--shadow-md);
    background:#fff;
}

.aicom-theme-no{
    margin-bottom:10px;

    color:#8caac1;
    font-family:var(--font-display);

    font-size:26px;
    line-height:1;
    font-weight:700;
}

.aicom-theme-title{
    color:var(--blue-dark);

    font-size:14px;
    line-height:1.45;
    font-weight:700;
}


/* =========================================================
   SCIENTIFIC OBJECTIVES
   ========================================================= */

.aicom-goals{
    display:grid;
    gap:13px;
}

.aicom-goal{
    position:relative;

    display:grid;
    grid-template-columns:54px 1fr;
    gap:17px;

    padding:20px 22px;

    background:#fff;

    border:1px solid var(--border);
    border-radius:15px;

    transition:box-shadow .2s ease, transform .2s ease;
}

.aicom-goal:hover{
    box-shadow:var(--shadow-md);
    transform:translateY(-2px);
}

/* NEW: short connector to the next objective — a sense of a timeline */
.aicom-goal:not(:last-child):after{
    content:"";
    position:absolute;
    left:48px;
    bottom:-13px;

    width:2px;
    height:13px;

    background:linear-gradient(var(--blue), transparent);
    opacity:.5;
}

.aicom-goal-no{
    display:flex;
    align-items:center;
    justify-content:center;

    width:48px;
    height:48px;

    background:var(--blue-soft);

    border-radius:13px;

    color:var(--blue);
    font-family:var(--font-display);

    font-size:19px;
    font-weight:700;
}

.aicom-goal p{
    margin:0;
}


/* =========================================================
   PROJECT TEAM
   ========================================================= */

.aicom-team-lead{
    display:flex;
    align-items:center;
    gap:17px;

    margin-bottom:14px;
    padding:21px 23px;

    background:
        linear-gradient(
            135deg,
            #edf5fb,
            #f8fafc
        );

    border:1px solid #d7e5ef;
    border-radius:15px;
}

.aicom-lead-avatar{
    display:flex;
    align-items:center;
    justify-content:center;

    flex:0 0 54px;

    width:54px;
    height:54px;

    border-radius:50%;

    background:var(--blue);

    color:#fff;

    font-size:18px;
    font-weight:800;
}

.aicom-team-role{
    margin-bottom:2px;

    color:#6d7e8b;

    font-size:11px;
    font-weight:800;

    letter-spacing:.06em;
    text-transform:uppercase;
}

.aicom-team-name{
    color:var(--blue-dark);
    font-family:var(--font-display);

    font-size:19px;
    font-weight:700;
}

.aicom-team-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:9px;
}

/* NEW: team member as a row with an initials avatar instead of a dot */
.aicom-person{
    display:flex;
    align-items:center;
    gap:11px;

    padding:11px 15px 11px 11px;

    background:#fff;

    border:1px solid #e1e8ed;
    border-radius:11px;

    font-size:14px;
    font-weight:600;

    transition:box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}

.aicom-person:hover{
    transform:translateY(-1px);
    border-color:#c9d8e2;
    box-shadow:var(--shadow-sm);
}

.aicom-person-avatar{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 34px;

    width:34px;
    height:34px;

    border-radius:50%;

    background:var(--blue-soft);
    color:var(--blue);

    font-size:12px;
    font-weight:800;
    letter-spacing:.01em;
}

/* external collaborators get a different (tertiary) color for clear distinction */
.aicom-person--external .aicom-person-avatar{
    background:var(--accent-plum-soft);
    color:var(--accent-plum);
}

.aicom-subheading{
    display:flex;
    align-items:center;
    gap:10px;

    margin:24px 0 11px 0;

    color:var(--blue-dark);

    font-size:17px;
    font-weight:800;
}

.aicom-subheading:after{
    content:"";
    flex:1 1 auto;
    height:1px;
    background:var(--border);
}


/* =========================================================
   ANNOUNCEMENTS
   ========================================================= */

.aicom-news-box{
    position:relative;

    overflow:hidden;

    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:25px;

    padding:28px 30px;

    background:
        linear-gradient(
            135deg,
            #edf5fb 0%,
            #f8fafc 100%
        );

    border:1px solid #d6e5ef;
    border-radius:17px;

    transition:box-shadow .2s ease;
}

.aicom-news-box:hover{
    box-shadow:var(--shadow-md);
}

.aicom-news-box:before{
    content:"";

    position:absolute;
    left:0;
    top:0;
    bottom:0;

    width:5px;

    background:var(--blue);
}

.aicom-news-box h3{
    margin:0 0 6px 0;

    color:var(--blue-dark);
    font-family:var(--font-display);

    font-size:22px;
    font-weight:700;
}

.aicom-news-box p{
    margin:0;

    max-width:670px;

    color:#5f7180;

    font-size:15px;
}

.aicom-news-button{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:11px 17px;

    background:#fff;

    border:1px solid #c8d9e6;
    border-radius:9px;

    color:var(--blue-dark) !important;

    text-decoration:none !important;

    font-size:14px;
    font-weight:800;

    white-space:nowrap;

    transition:.2s ease;
}

.aicom-news-button svg{
    width:15px;
    height:15px;
    transition:transform .2s ease;
}

.aicom-news-button:hover{
    background:var(--blue-soft);
    border-color:#abc8dd;
    color:var(--blue) !important;
}

.aicom-news-button:hover svg{
    transform:translateX(3px);
}


/* =========================================================
   FUNDING / INSTITUTIONAL FOOTER
   ========================================================= */

.aicom-institutional{
    margin:52px 0 20px 0;

    overflow:hidden;

    background:#fff;

    border:1px solid #d7e2ea;
    border-radius:18px;
}

.aicom-funding-text{
    position:relative;

    padding:23px 27px 23px 32px;

    background:#f4f8fb;

    border-bottom:1px solid #dce6ed;

    color:#314655;

    font-size:14px;
}

.aicom-funding-text:before{
    content:"";

    position:absolute;
    left:0;
    top:0;
    bottom:0;

    width:5px;

    background:var(--blue);
}

.aicom-funding-label{
    margin-bottom:6px;

    color:var(--blue);

    font-size:11px;
    font-weight:800;

    letter-spacing:.07em;
    text-transform:uppercase;
}

.aicom-funding-text p{
    margin:0;
}


/* =========================================================
   LOGOS
   (intentionally left without design changes — the EU visual
   identity rules mandate logo size/placement)
   ========================================================= */

.aicom-logos{
    display:grid;
    grid-template-columns:1.35fr .7fr .9fr;
    align-items:center;
    gap:42px;

    padding:24px 42px;

    background:#fff;
}

.aicom-logo{
    display:flex;
    align-items:center;
    justify-content:center;

    min-height:80px;
}

.aicom-logo img{
    display:block;

    max-width:100%;
    width:auto;
    height:auto;

    object-fit:contain;
}

.aicom-logo-eu img{
    max-height:75px;
}

.aicom-logo-unizg img{
    max-height:68px;
}

.aicom-logo-fhs img{
    max-height:78px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:900px){

    .aicom-hero{
        grid-template-columns:1fr .55fr;
        padding:28px;
    }

    .aicom-about-grid{
        grid-template-columns:1fr;
    }

    .aicom-themes{
        grid-template-columns:repeat(2,1fr);
    }

    .aicom-logos{
        grid-template-columns:1fr;
        gap:15px;

        padding:25px;
    }

    .aicom-logo{
        min-height:auto;
        padding:5px;
    }

    .aicom-logo-eu img{
        max-height:75px;
    }

    .aicom-logo-unizg img{
        max-height:65px;
    }

    .aicom-logo-fhs img{
        max-height:72px;
    }
}

@media(max-width:650px){

    .aicom-nav{
        position:static;
    }

    .aicom-hero{
        grid-template-columns:1fr;
        gap:22px;

        padding:24px 21px;

        border-radius:16px;
    }

    .aicom-hero h1{
        font-size:31px;
    }

    .aicom-project-visual{
        min-height:auto;
    }

    .aicom-project-visual img{
        max-width:250px;
    }

    .aicom-nav a{
        flex:1 1 45%;
        text-align:center;
    }

    .aicom-themes{
        grid-template-columns:1fr;
    }

    .aicom-team-grid{
        grid-template-columns:1fr;
    }

    .aicom-goal{
        grid-template-columns:43px 1fr;
        gap:12px;

        padding:17px 15px;
    }

    .aicom-goal-no{
        width:41px;
        height:41px;
    }

    .aicom-goal:not(:last-child):after{
        left:37px;
    }

    .aicom-text-card{
        padding:21px 19px;
    }

    .aicom-news-box{
        grid-template-columns:1fr;
        gap:17px;

        padding:23px 22px 23px 27px;
    }

    .aicom-news-button{
        justify-content:center;
    }

    .aicom-logos{
        padding:22px 18px;
    }

}
&lt;/style&gt;
&lt;div class="aicom-page"&gt;&lt;!-- ========================================================
     INTRO
     ======================================================== --&gt;
&lt;section class="aicom-hero"&gt;
&lt;div class="aicom-hero-content"&gt;
&lt;div class="aicom-kicker"&gt;Institutional Research Project&lt;/div&gt;

&lt;h1&gt;Artificial Intelligence:&lt;/h1&gt;

&lt;h1&gt;A New Interlocutor of&amp;nbsp;Croatian Society&lt;/h1&gt;

&lt;div class="aicom-acronym"&gt;AI-COM&lt;/div&gt;

&lt;div class="aicom-hero-meta"&gt;
&lt;div class="aicom-meta"&gt;&lt;strong&gt;Project Lead:&lt;/strong&gt; Assoc. Prof. Marko Kardum, PhD&lt;/div&gt;

&lt;div class="aicom-meta"&gt;&lt;strong&gt;Duration:&lt;/strong&gt; four years&lt;/div&gt;

&lt;div class="aicom-meta"&gt;&lt;strong&gt;Institution:&lt;/strong&gt; Faculty of Croatian Studies&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="aicom-project-visual"&gt;&lt;img alt="AI-COM – Artificial Intelligence: A New Interlocutor for Croatian Society" src="/images/50043604/63042af88295288b86b75cff8407d0811358_icon.png" /&gt;&lt;/div&gt;
&lt;/section&gt;
&lt;!-- ========================================================
     NAVIGATION
     ======================================================== --&gt;

&lt;nav class="aicom-nav"&gt;&lt;a data-nav="" href="#about"&gt;About the Project&lt;/a&gt; &lt;a data-nav="" href="#objectives"&gt;Scientific Objectives&lt;/a&gt; &lt;a data-nav="" href="#team"&gt;Project Team&lt;/a&gt; &lt;a href="https://www.fhs.unizg.hr/philosophy/artifical_intelligence_a_new_interlocutor_of_croatian_society_ai-com/news"&gt;Announcements&lt;/a&gt;&lt;/nav&gt;
&lt;!-- ========================================================
     ABOUT THE PROJECT
     ======================================================== --&gt;

&lt;section class="aicom-section aicom-reveal" id="about"&gt;
&lt;div class="aicom-section-head"&gt;
&lt;div class="aicom-eyebrow"&gt;AI-COM&lt;/div&gt;

&lt;h2&gt;About the Project&lt;/h2&gt;

&lt;p class="aicom-section-lead"&gt;An interdisciplinary study of the development, application, and social effects of artificial intelligence in contemporary Croatian society.&lt;/p&gt;
&lt;/div&gt;

&lt;div class="aicom-about-grid"&gt;
&lt;div class="aicom-text-card"&gt;
&lt;p&gt;The development of artificial intelligence (AI) is becoming a key societal issue. Understanding it requires establishing a theoretical framework for the nature, functioning, and challenges of AI development, for how society approaches AI, how and for what purposes it is used, and what its implications are.&lt;br /&gt;
&lt;br /&gt;
Within the context of the digital transformation of Croatian society, research into AI enables the development of ethically grounded, informed approaches to its application. The project covers several thematic areas. The first explores the philosophical foundations of artificial intelligence. The second analyzes the use of AI in society and its impact on business. The third examines the application of AI in science and public relations. The fourth explores the potential for creative use of AI and the ethical norms required for its use.&lt;br /&gt;
&lt;br /&gt;
The project is based on the Strategic Document for Scientific Research of the Faculty of Croatian Studies (2025–2030). The research will be carried out over four years, combining a theoretical analysis of the historical, pragmatic, and technical concepts that led to the development of artificial intelligence and shape its use today, together with qualitative and quantitative methods for studying the impact of AI.&lt;br /&gt;
&lt;br /&gt;
The research will contribute to understanding how citizens of the Republic of Croatia understand and use artificial intelligence, and will identify groups exposed to its negative effects in order to shape recommendations for the use of AI. The project contributes to the development of ethical guidelines and standards for the use of AI in business, science, and public relations, and to understanding AI through an interdisciplinary analysis of its cognitive, linguistic, and historical-cultural aspects.&lt;/p&gt;
&lt;/div&gt;

&lt;aside class="aicom-info-card"&gt;
&lt;div class="aicom-info-title"&gt;Key Information&lt;/div&gt;

&lt;div class="aicom-info-list"&gt;
&lt;div class="aicom-info-item"&gt;&lt;span class="aicom-info-icon"&gt;&lt;svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewbox="0 0 24 24"&gt;&lt;path d="M20 12 12.5 4.5a2 2 0 0 0-1.4-.6H5a1 1 0 0 0-1 1v6.1a2 2 0 0 0 .6 1.4L12 20"&gt;&lt;/path&gt;&lt;circle cx="7.5" cy="7.5" fill="currentColor" r="1.1" stroke="none"&gt;&lt;/circle&gt;&lt;/svg&gt;&lt;/span&gt; &lt;span&gt; &lt;span class="aicom-info-label"&gt;Project Title&lt;/span&gt; &lt;/span&gt;

&lt;div class="aicom-info-value"&gt;&lt;span&gt;Artificial Intelligence: A New Interlocutor of&amp;nbsp;Croatian Society&lt;/span&gt;&lt;/div&gt;
&lt;span&gt; &lt;/span&gt;&lt;/div&gt;

&lt;div class="aicom-info-item"&gt;&lt;span class="aicom-info-icon"&gt;&lt;svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewbox="0 0 24 24"&gt;&lt;polygon points="12 3 2 9 12 15 22 9 12 3"&gt;&lt;/polygon&gt;&lt;polyline points="2 15 12 21 22 15"&gt;&lt;/polyline&gt;&lt;/svg&gt;&lt;/span&gt; &lt;span&gt; &lt;span class="aicom-info-label"&gt;Acronym&lt;/span&gt; &lt;/span&gt;

&lt;div class="aicom-info-value"&gt;&lt;span&gt;AI-COM&lt;/span&gt;&lt;/div&gt;
&lt;span&gt; &lt;/span&gt;&lt;/div&gt;

&lt;div class="aicom-info-item"&gt;&lt;span class="aicom-info-icon"&gt;&lt;svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewbox="0 0 24 24"&gt;&lt;rect height="18" rx="1" width="16" x="4" y="3"&gt;&lt;/rect&gt;&lt;line x1="9" x2="9.01" y1="8" y2="8"&gt;&lt;/line&gt;&lt;line x1="15" x2="15.01" y1="8" y2="8"&gt;&lt;/line&gt;&lt;line x1="9" x2="9.01" y1="12" y2="12"&gt;&lt;/line&gt;&lt;line x1="15" x2="15.01" y1="12" y2="12"&gt;&lt;/line&gt;&lt;line x1="9" x2="15" y1="16" y2="16"&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt; &lt;span&gt; &lt;span class="aicom-info-label"&gt;Host Institution&lt;/span&gt; &lt;/span&gt;

&lt;div class="aicom-info-value"&gt;&lt;span&gt;University of Zagreb, Faculty of Croatian Studies&lt;/span&gt;&lt;/div&gt;
&lt;span&gt; &lt;/span&gt;&lt;/div&gt;

&lt;div class="aicom-info-item"&gt;&lt;span class="aicom-info-icon"&gt;&lt;svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewbox="0 0 24 24"&gt;&lt;circle cx="12" cy="8" r="4"&gt;&lt;/circle&gt;&lt;path d="M4 21c0-4 3.5-7 8-7s8 3 8 7"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; &lt;span&gt; &lt;span class="aicom-info-label"&gt;Project Lead&lt;/span&gt; &lt;/span&gt;

&lt;div class="aicom-info-value"&gt;&lt;span&gt;Assoc. Prof. Marko Kardum, PhD&lt;/span&gt;&lt;/div&gt;
&lt;span&gt; &lt;/span&gt;&lt;/div&gt;

&lt;div class="aicom-info-item"&gt;&lt;span class="aicom-info-icon"&gt;&lt;svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewbox="0 0 24 24"&gt;&lt;rect height="18" rx="2" width="18" x="3" y="4"&gt;&lt;/rect&gt;&lt;line x1="16" x2="16" y1="2" y2="6"&gt;&lt;/line&gt;&lt;line x1="8" x2="8" y1="2" y2="6"&gt;&lt;/line&gt;&lt;line x1="3" x2="21" y1="10" y2="10"&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt; &lt;span&gt; &lt;span class="aicom-info-label"&gt;Duration&lt;/span&gt; &lt;/span&gt;

&lt;div class="aicom-info-value"&gt;&lt;span&gt;Four years&lt;/span&gt;&lt;/div&gt;
&lt;span&gt; &lt;/span&gt;&lt;/div&gt;

&lt;div class="aicom-info-item"&gt;&lt;span class="aicom-info-icon"&gt;&lt;svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewbox="0 0 24 24"&gt;&lt;path d="M12 2 3 7v6c0 5 4 8 9 9 5-1 9-4 9-9V7z"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; &lt;span&gt; &lt;span class="aicom-info-label"&gt;Project Type&lt;/span&gt; &lt;/span&gt;

&lt;div class="aicom-info-value"&gt;&lt;span&gt;Institutional Research Project&lt;/span&gt;&lt;/div&gt;
&lt;span&gt; &lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/aside&gt;
&lt;/div&gt;
&lt;!-- THEMATIC AREAS --&gt;

&lt;div class="aicom-themes"&gt;
&lt;div class="aicom-theme"&gt;
&lt;div class="aicom-theme-no"&gt;01&lt;/div&gt;

&lt;div class="aicom-theme-title"&gt;Philosophical Foundations of Artificial Intelligence&lt;/div&gt;
&lt;/div&gt;

&lt;div class="aicom-theme"&gt;
&lt;div class="aicom-theme-no"&gt;02&lt;/div&gt;

&lt;div class="aicom-theme-title"&gt;Artificial Intelligence in Society and Business&lt;/div&gt;
&lt;/div&gt;

&lt;div class="aicom-theme"&gt;
&lt;div class="aicom-theme-no"&gt;03&lt;/div&gt;

&lt;div class="aicom-theme-title"&gt;AI Applications in Science and Public Relations&lt;/div&gt;
&lt;/div&gt;

&lt;div class="aicom-theme"&gt;
&lt;div class="aicom-theme-no"&gt;04&lt;/div&gt;

&lt;div class="aicom-theme-title"&gt;Creative Applications of AI and Ethical Standards&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;!-- ========================================================
     SCIENTIFIC OBJECTIVES
     ======================================================== --&gt;

&lt;section class="aicom-section aicom-reveal" id="objectives"&gt;
&lt;div class="aicom-section-head"&gt;
&lt;div class="aicom-eyebrow"&gt;Research Framework&lt;/div&gt;

&lt;h2&gt;General Scientific Objectives&lt;/h2&gt;
&lt;/div&gt;

&lt;div class="aicom-goals"&gt;
&lt;div class="aicom-goal"&gt;
&lt;div class="aicom-goal-no"&gt;01&lt;/div&gt;

&lt;p&gt;To develop an integrated philosophical-pragmatic framework for analyzing contemporary artificial intelligence that connects the historical development of cybernetics, connectionist models, and transformer-based language models with questions of language, meaning, and understanding.&lt;/p&gt;
&lt;/div&gt;

&lt;div class="aicom-goal"&gt;
&lt;div class="aicom-goal-no"&gt;02&lt;/div&gt;

&lt;p&gt;To examine the motivation, habits, methods, and purposes of AI use among users of different sociodemographic characteristics in the Republic of Croatia. To examine the role of key factors influencing the acceptance and use of artificial intelligence among different groups. To examine users' ethical and safety perceptions of AI. To examine the effects of AI use among users of different sociodemographic characteristics.&lt;/p&gt;
&lt;/div&gt;

&lt;div class="aicom-goal"&gt;
&lt;div class="aicom-goal-no"&gt;03&lt;/div&gt;

&lt;p&gt;To examine the motivation, habits, methods, and purposes of AI use in public- and private-sector business among employees and management structures in companies that are Croatian-owned or operate within the territory of the Republic of Croatia. To examine the role of key factors influencing the acceptance and use of AI in public- and private-sector activities. To examine the ethical and safety perceptions of AI users in public- and private-sector business. To examine the effects of AI use on the performance of business tasks among employees and management structures in the public and private sectors.&lt;/p&gt;
&lt;/div&gt;

&lt;div class="aicom-goal"&gt;
&lt;div class="aicom-goal-no"&gt;04&lt;/div&gt;

&lt;p&gt;To examine the motivation, habits, methods, and purposes of AI use in the fields of art, science, and public relations. To examine the role of key factors influencing the acceptance and use of AI. To examine users' ethical and safety perceptions of AI. To examine the effects of AI use on the performance of professional tasks.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;!-- ========================================================
     PROJECT TEAM
     ======================================================== --&gt;

&lt;section class="aicom-section aicom-reveal" id="team"&gt;
&lt;div class="aicom-section-head"&gt;
&lt;div class="aicom-eyebrow"&gt;Researchers&lt;/div&gt;

&lt;h2&gt;Project Team&lt;/h2&gt;

&lt;p class="aicom-section-lead"&gt;The interdisciplinary team brings together researchers from various scientific fields relevant to the study of artificial intelligence and its social impact.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- PROJECT LEAD --&gt;

&lt;div class="aicom-team-lead"&gt;
&lt;div class="aicom-lead-avatar"&gt;MK&lt;/div&gt;

&lt;div&gt;
&lt;div class="aicom-team-role"&gt;Project Lead&lt;/div&gt;

&lt;div class="aicom-team-name"&gt;Assoc. Prof. Marko Kardum, PhD&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- PROJECT MEMBERS --&gt;

&lt;div class="aicom-team-grid"&gt;
&lt;div class="aicom-person"&gt;&lt;span class="aicom-person-avatar"&gt;IG&lt;/span&gt; Assoc. Prof. Ivana Greguric, PhD&lt;/div&gt;

&lt;div class="aicom-person"&gt;&lt;span class="aicom-person-avatar"&gt;SS&lt;/span&gt; Assoc. Prof. Sandro Skansi, PhD&lt;/div&gt;

&lt;div class="aicom-person"&gt;&lt;span class="aicom-person-avatar"&gt;IB&lt;/span&gt; Assoc. Prof. Ivan Burić, PhD&lt;/div&gt;

&lt;div class="aicom-person"&gt;&lt;span class="aicom-person-avatar"&gt;ŽD&lt;/span&gt; Assoc. Prof. Željka Metesi Deronjić, PhD&lt;/div&gt;

&lt;div class="aicom-person"&gt;&lt;span class="aicom-person-avatar"&gt;VV&lt;/span&gt; Asst. Prof. Vanesa Varga, PhD&lt;/div&gt;

&lt;div class="aicom-person"&gt;&lt;span class="aicom-person-avatar"&gt;AD&lt;/span&gt; Asst. Prof. Ana Marija Dunaj, PhD&lt;/div&gt;
&lt;/div&gt;

&lt;div class="aicom-subheading"&gt;External Collaborators&lt;/div&gt;

&lt;div class="aicom-team-grid"&gt;
&lt;div class="aicom-person aicom-person--external"&gt;&lt;span class="aicom-person-avatar"&gt;MM&lt;/span&gt; Prof. Marina Merkaš, PhD&lt;/div&gt;

&lt;div class="aicom-person aicom-person--external"&gt;&lt;span class="aicom-person-avatar"&gt;SS&lt;/span&gt; Assoc. Prof. Stefan Lorenz Sorgner, PhD&lt;/div&gt;

&lt;div class="aicom-person aicom-person--external"&gt;&lt;span class="aicom-person-avatar"&gt;KŠ&lt;/span&gt; Kristina Šekrst, PhD&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;!-- ========================================================
     ANNOUNCEMENTS
     ======================================================== --&gt;

&lt;section class="aicom-section aicom-reveal"&gt;
&lt;div class="aicom-news-box"&gt;
&lt;div&gt;
&lt;h3&gt;Project Announcements&lt;/h3&gt;

&lt;p&gt;News, announcements, events, and other current information related to the implementation of the AI-COM project are available on a separate announcements page.&lt;/p&gt;
&lt;/div&gt;
&lt;a class="aicom-news-button" href="https://www.fhs.unizg.hr/philosophy/artifical_intelligence_a_new_interlocutor_of_croatian_society_ai-com/news"&gt;View Announcements &lt;svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" viewbox="0 0 24 24"&gt;&lt;line x1="5" x2="19" y1="12" y2="12"&gt;&lt;/line&gt;&lt;polyline points="12 5 19 12 12 19"&gt;&lt;/polyline&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/section&gt;
&lt;!-- ========================================================
     FUNDING AND LOGOS
     ======================================================== --&gt;

&lt;section class="aicom-institutional"&gt;
&lt;div class="aicom-funding-text"&gt;
&lt;div class="aicom-funding-label"&gt;Project Funding&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;This institutional research project is carried out within the framework of the National Recovery and Resilience Plan (NRRP) 2021–2026, co-financed from source 581 – the Recovery and Resilience Facility.&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;

&lt;div class="aicom-logos"&gt;&lt;!-- EUROPEAN UNION --&gt;
&lt;div class="aicom-logo aicom-logo-eu"&gt;&lt;img alt="Funded by the European Union – NextGenerationEU" height="921" src="/images/50043924/EN_Funded_by_the_European_Union_RGB_POS.png" width="3841" /&gt;&lt;/div&gt;
&lt;!-- UNIVERSITY OF ZAGREB --&gt;

&lt;div class="aicom-logo aicom-logo-unizg"&gt;&lt;img alt="University of Zagreb" src="/images/50043604/sveuciliste logo.png" /&gt;&lt;/div&gt;
&lt;!-- FACULTY OF CROATIAN STUDIES --&gt;

&lt;div class="aicom-logo aicom-logo-fhs"&gt;&lt;img alt="Faculty of Croatian Studies" height="2363" src="/images/50043924/FHS logotip LAT primarni plavi.png" width="2363" /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;script&gt;
/* =========================================================
   OPTIONAL ENHANCEMENT — scrollspy + scroll-reveal.
   If the CMS "content" module strips &lt;script&gt; tags, this block
   simply won't run and the page stays fully functional and
   visually identical (just without the reveal animation and
   without the active-item highlight in the nav). Nothing breaks
   without JS.
   ========================================================= */
(function(){
    try{
        var page=document.querySelector('.aicom-page');
        if(!page) return;

        if('IntersectionObserver' in window){
            page.classList.add('js-reveal');

            var revealItems=page.querySelectorAll('.aicom-reveal');
            var revealObserver=new IntersectionObserver(function(entries){
                entries.forEach(function(entry){
                    if(entry.isIntersecting){
                        entry.target.classList.add('is-visible');
                        revealObserver.unobserve(entry.target);
                    }
                });
            },{rootMargin:'0px 0px -8% 0px',threshold:0.08});
            revealItems.forEach(function(el){ revealObserver.observe(el); });
        }
    }catch(e){
        /* fail silently — the design stays correct without this */
    }
})();
&lt;/script&gt;
				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.fhs.hr/philosophy/artifical_intelligence_a_new_interlocutor_of_croatian_society_ai-com#content___5135</link>
			<guid>https://www.fhs.hr/philosophy/artifical_intelligence_a_new_interlocutor_of_croatian_society_ai-com#content___5135</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
