<?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://fipu.unipu.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title>UNIPU - FIPU</title>
	<link>http://www.unipu.hr/fipu/en</link>
	<description>UNIPU Feed</description>
	<language>hr</language>
	<copyright>Copyright: (C) www.unipu.hr</copyright>
	<webMaster>webmaster@unipu.hr (Webmaster)</webMaster>
	<managingEditor>webmaster@unipu.hr (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title></title>
		<pubDate>Sun, 02 Aug 2026 09:24:51 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;:root {
    --card-radius: 12px;
    --card-shadow: 0 2px 8px rgba(0,0,0,0.08);
    --card-shadow-hover: 0 8px 24px rgba(0,0,0,0.14);
    --accent: #1a6bbf;
    --accent-light: #e8f1fb;
    --text-muted: #6c757d;
    --footer-size: 13px;
    --transition: 0.2s ease;
  }

  .hc-card {
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition);
    margin-bottom: 24px;
  }

  .hc-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--card-shadow-hover);
  }

  .hc-card-body {
    padding: 20px 22px;
    flex: 1;
  }

  .hc-card-footer {
    padding: 10px 22px;
    background: #f8f9fa;
    border-top: 1px solid #e5e9ef;
  }

  .hc-card-footer a {
    color: var(--text-muted);
    font-size: var(--footer-size);
    text-decoration: none;
  }

  .hc-card-footer a:hover {
    color: var(--accent);
    text-decoration: underline;
  }

  /* ── SISY hero-left layout ── */
  .hc-sisy-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }

  .hc-sisy-hero {
    flex: 0 0 300px;
    border-radius: 8px;
    overflow: hidden;
  }

  .hc-sisy-hero img {
    width: 100%;
    height: auto;
    display: block;
  }

  .hc-sisy-content {
    flex: 1;
    min-width: 0;
  }

  @media (max-width: 800px) {
    .hc-sisy-layout {
      flex-direction: column;
    }
    .hc-sisy-hero {
      flex: none;
      width: 100%;
    }
  }

  .hc-sisy-heading {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
  }

  .hc-sisy-intro {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.6;
    margin: 0 0 12px;
  }

  .hc-sisy-intro strong {
    color: #1a1a2e;
  }

  .hc-speakers-title {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    margin: 16px 0 10px;
  }

  .hc-speakers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  @media (max-width: 700px) {
    .hc-speakers-grid {
      grid-template-columns: 1fr;
    }
  }

  .hc-speaker {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #f4f6f9;
    border-radius: 8px;
    padding: 12px;
  }

  .hc-speaker-photo {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 2px solid #dde3ec;
  }

  .hc-speaker-name {
    font-weight: 700;
    font-size: 0.85rem;
    color: #1a1a2e;
    margin: 0 0 2px;
  }

  .hc-speaker-org {
    font-size: 0.75rem;
    color: #666;
    margin: 0 0 6px;
    line-height: 1.3;
  }

  .hc-speaker-talk {
    font-size: 0.8rem;
    color: #333;
    font-style: italic;
    margin: 0;
    line-height: 1.35;
  }

  .hc-label {
    display: inline-block;
    background: var(--accent-light);
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 2px 8px;
    margin-bottom: 10px;
  }

  /* ── Grid ── */
  .hc-grid { display: grid; gap: 20px; }
  .hc-grid-2 { grid-template-columns: 1fr 1fr; }
  .hc-grid-3 { grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 900px) {
    .hc-grid-2 { grid-template-columns: 1fr; }
    .hc-grid-3 { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 560px) {
    .hc-grid-3 { grid-template-columns: 1fr; }
  }

  /* ── Photo card: image on top, text below ── */
  .hc-photo-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .hc-photo-body {
    padding: 16px 18px;
    flex: 1;
  }
  .hc-photo-body h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
  }
  .hc-photo-body h3 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6c757d;
    margin: 0 0 10px;
  }
  .hc-photo-body p {
    font-size: 0.88rem;
    color: #444;
    line-height: 1.55;
    margin: 0 0 8px;
  }
  .hc-photo-body ul {
    padding-left: 16px;
    margin: 0 0 8px;
  }
  .hc-photo-body ul li {
    font-size: 0.88rem;
    color: #444;
    margin-bottom: 4px;
    line-height: 1.4;
  }
  .hc-photo-body ul li a { text-decoration: none; }
  .hc-photo-body ul li a:hover { text-decoration: underline; }

  /* ── Partners row ── */
  .hc-partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 16px 22px;
  }
  .hc-partners img {
    height: 65px;
    object-fit: contain;
    padding: 6px;
  }

  /* ── Section heading ── */
  .hc-section-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 28px 0 14px;
    padding-bottom: 6px;
    border-bottom: 2px solid #e5e9ef;
  }

  /* ── Research cards (EDIH / FIPUlab) ── */
  .hc-research-body {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 20px 22px;
    flex: 1;
  }
  .hc-research-body img {
    flex: 0 0 auto;
    max-width: 140px;
    height: auto;
    object-fit: contain;
  }
  .hc-research-text h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px;
  }
  .hc-research-text h4 {
    font-size: 0.88rem;
    font-weight: 600;
    color: #555;
    margin: 0 0 10px;
  }
  .hc-research-text p {
    font-size: 0.88rem;
    color: #444;
    line-height: 1.55;
    margin: 0;
  }
&lt;/style&gt;
&lt;!-- ── SISY 2026 Conference Block ── --&gt;
&lt;div class="hc-card"&gt;
&lt;div class="hc-card-body"&gt;&lt;span class="hc-label"&gt;Conference&lt;/span&gt;
&lt;div class="hc-sisy-layout"&gt;
&lt;div class="hc-sisy-hero"&gt;&lt;a href="https://conf.uni-obuda.hu/sisy2026/index.html" target="_blank"&gt;&lt;img alt="SISY 2026 — IEEE 24th International Symposium on Intelligent Systems and Informatics" src="/images/50033417/sisy2.png" /&gt; &lt;/a&gt;&lt;/div&gt;

&lt;div class="hc-sisy-content"&gt;
&lt;h3 class="hc-sisy-heading"&gt;IEEE SISY 2026 Comes to Pula&lt;/h3&gt;

&lt;p class="hc-sisy-intro"&gt;From September 23 to 25, 2026, the Juraj Dobrila University of Pula will host the &lt;strong&gt;24th IEEE International Symposium on Intelligent Systems and Informatics (SISY 2026)&lt;/strong&gt;, one of the longest-running international scientific symposia dedicated to intelligent systems and informatics.&lt;/p&gt;

&lt;p class="hc-sisy-intro"&gt;Over three days, the symposium will bring together researchers, scientists, and professionals from around the world to present the latest research and innovations in artificial intelligence, computational intelligence, robotics, mechatronics, manufacturing, and applied informatics. The programme includes scientific presentations, plenary lectures, and expert discussions focused on knowledge exchange and the development of international collaboration.&lt;/p&gt;

&lt;p class="hc-sisy-intro"&gt;The IEEE SISY series has been held since 2003. The 2026 edition is co-organized by &lt;strong&gt;Óbuda University from Budapest&lt;/strong&gt; in collaboration with partner universities from the region, and the Faculty of Informatics of the Juraj Dobrila University of Pula joins the distinguished host cities of this prestigious international scientific event.&lt;/p&gt;

&lt;p class="hc-speakers-title"&gt;Plenary Speakers&lt;/p&gt;

&lt;div class="hc-speakers-grid"&gt;
&lt;div class="hc-speaker"&gt;&lt;img alt="Bálint Varga" class="hc-speaker-photo" src="/images/50033417/VargaBalint.jpg" /&gt;
&lt;div&gt;
&lt;p class="hc-speaker-name"&gt;Bálint Varga&lt;/p&gt;

&lt;p class="hc-speaker-org"&gt;Karlsruhe Institute of Technology, Germany&lt;/p&gt;

&lt;p class="hc-speaker-talk"&gt;Trustworthy Human-Machine Systems: Formal Methods for Safety-by-Design&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="hc-speaker"&gt;&lt;img alt="Habib Zaidi" class="hc-speaker-photo" src="/images/50033417/HabibZaidi.jpg" /&gt;
&lt;div&gt;
&lt;p class="hc-speaker-name"&gt;Habib Zaidi&lt;/p&gt;

&lt;p class="hc-speaker-org"&gt;Geneva University Hospital, Switzerland&lt;/p&gt;

&lt;p class="hc-speaker-talk"&gt;Artificial Intelligence-powered Computational Models for Theranostic Digital Twins&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="hc-speaker"&gt;&lt;img alt="Emanuel Lacić" class="hc-speaker-photo" src="/images/50033417/EmanuelLacic.jpg" /&gt;
&lt;div&gt;
&lt;p class="hc-speaker-name"&gt;Emanuel Lacić&lt;/p&gt;

&lt;p class="hc-speaker-org"&gt;Principal Engineer&lt;/p&gt;

&lt;p class="hc-speaker-talk"&gt;From Coding Agents to Research Agents: Context Engineering for Autonomous AI Discovery&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="hc-speaker"&gt;&lt;img alt="Jean Barbier" class="hc-speaker-photo" src="/images/50033417/JeanBarbier.jpg" /&gt;
&lt;div&gt;
&lt;p class="hc-speaker-name"&gt;Jean Barbier&lt;/p&gt;

&lt;p class="hc-speaker-org"&gt;Research Scientist&lt;/p&gt;

&lt;p class="hc-speaker-talk"&gt;Statistical physics of neural networks: From classical results to deep learning&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="hc-card-footer"&gt;&lt;a href="https://conf.uni-obuda.hu/sisy2026/index.html"&gt;View conference details →&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class="hc-grid hc-grid-3"&gt;&lt;!-- ── Study Programmes ── --&gt;
&lt;div class="hc-card"&gt;&lt;img alt="Study Programmes at FIPU" class="hc-photo-img" src="/images/50019396/students-optimized.jpg" /&gt;
&lt;div class="hc-photo-body"&gt;
&lt;h2&gt;Study Programmes&lt;/h2&gt;

&lt;p&gt;FIPU offers ECTS-aligned university education across three distinct pillars:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;b&gt;Undergraduate:&lt;/b&gt; B.Sc. in Informatics (180 ECTS)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;Graduate:&lt;/b&gt; M.Sc. in Informatics or Informatics Education (120 ECTS)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;Online Tracks:&lt;/b&gt; Distance learning for both study levels.&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;Exchange:&lt;/b&gt; Modules for Erasmus+ and visiting students.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div class="hc-card-footer"&gt;&lt;a href="https://fipu.unipu.hr/fipu/studijski_programi"&gt;Study programmes (HR) →&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ── AI Leadership &amp; Innovation ── --&gt;

&lt;div class="hc-card"&gt;&lt;img alt="AI Leadership &amp;amp; Innovation" class="hc-photo-img" src="/images/50019396/01.JPG" style="object-position: center top;" /&gt;
&lt;div class="hc-photo-body"&gt;
&lt;h2&gt;AI Leadership &amp;amp; Innovation&lt;/h2&gt;

&lt;h3&gt;From Local Impact to European Leadership&lt;/h3&gt;

&lt;p&gt;In 2024 the University established the &lt;b&gt;Center for Artificial Intelligence Application&lt;/b&gt; with CARNET, and in 2026 became a founding member of the &lt;b&gt;Central European AI Hub (CE AI Hub)&lt;/b&gt; — positioning Pula within the emerging European AI ecosystem.&lt;/p&gt;
&lt;/div&gt;

&lt;div class="hc-card-footer"&gt;&lt;a href="#"&gt;Read more about AI initiatives →&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ── International Students ── --&gt;

&lt;div class="hc-card"&gt;&lt;img alt="International students at FIPU" class="hc-photo-img" src="/images/50019396/IMG_8834.jpg" /&gt;
&lt;div class="hc-photo-body"&gt;
&lt;h2&gt;International Students&lt;/h2&gt;

&lt;h3&gt;Study. Connect. Thrive at FIPU.&lt;/h3&gt;

&lt;p&gt;A modern Mediterranean campus with courses taught in English at both undergraduate and graduate level.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href="/fipu/en/study_programmes/university_undergraduate_study_of_informatics"&gt;Undergraduate programme&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="/fipu/en/study_programmes/university_graduate_study_of_informatics"&gt;Graduate programme&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="https://fipu.unipu.hr/fipu/en/current_students" rel="noopener noreferrer" target="_blank"&gt;Info for international students&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="https://www.unipu.hr/en/visiting-students" rel="noopener noreferrer" target="_blank"&gt;Join as Exchange Student&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div class="hc-card-footer"&gt;&lt;a href="https://fipu.unipu.hr/fipu/en/current_students"&gt;See more →&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ── Partners &amp; Sponsors ── --&gt;

&lt;h3 class="hc-section-heading"&gt;Partners &amp;amp; Sponsors&lt;/h3&gt;

&lt;div class="hc-card"&gt;
&lt;div class="hc-partners"&gt;&lt;img alt="PMI" src="/images/50033417/partner-PMI.png" /&gt; &lt;img alt="openIT" src="/images/50033417/partner-openIT.png" /&gt; &lt;img alt="ICT Istra" src="/images/50033417/partner-ICTistra.png" /&gt; &lt;img alt="Infobip" src="/images/50033417/partner-infobip.png" /&gt; &lt;img alt="Plus Hosting" src="/images/50033417/partner-plus-hosting.png" /&gt; &lt;img alt="Lloyd's Digital" src="/images/50033417/partner-lloyds-digital.png" /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ── Research &amp; Innovation ── --&gt;

&lt;h3 class="hc-section-heading"&gt;Research &amp;amp; Innovation&lt;/h3&gt;

&lt;div class="hc-grid hc-grid-2"&gt;
&lt;div class="hc-card"&gt;
&lt;div class="hc-research-body"&gt;&lt;img alt="EDIH Adria" src="https://edihadria.eu/wp-content/uploads/2023/11/Edih-Adria-logo_posV-vector-150ppi.png" /&gt;
&lt;div class="hc-research-text"&gt;
&lt;h2&gt;EDIH Adria&lt;/h2&gt;

&lt;h4&gt;Accelerating Digital Transformation&lt;/h4&gt;

&lt;p&gt;The &lt;b&gt;EDIH Adria&lt;/b&gt; project focuses on bringing digital technologies to businesses and public administrations, driving digital transformation and supporting SMEs.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="hc-card-footer"&gt;&lt;a href="https://edihadria.eu/en/"&gt;Visit EDIH Adria →&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class="hc-card"&gt;
&lt;div class="hc-research-body"&gt;&lt;img alt="FIPUlab" src="/images/50019396/fipulab.png" /&gt;
&lt;div class="hc-research-text"&gt;
&lt;h2&gt;FIPUlab&lt;/h2&gt;

&lt;h4&gt;Where ideas turn into innovation.&lt;/h4&gt;

&lt;p&gt;FIPUlab connects researchers and students with industry partners for innovative projects.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="hc-card-footer"&gt;&lt;a href="https://web.fipulab.unipu.hr/en"&gt;Visit FIPUlab →&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://fipu.unipu.hr/fipu/en#content___9287</link>
			<guid>https://fipu.unipu.hr/fipu/en#content___9287</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
