<?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.chem.pmf.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title>PMF - Radovi 2026</title>
	<link>http://www.pmf.hr/biol/radovi_2026</link>
	<description>PMF Feed</description>
	<language>hr</language>
	<copyright>Copyright: (C) www.fer.hr</copyright>
	<webMaster>webmaster@pmf.hr (Webmaster)</webMaster>
	<managingEditor>webmaster@pmf.hr (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title></title>
		<pubDate>Wed, 10 Jun 2026 15:52:30 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800&amp;amp;display=swap" rel="stylesheet" /&gt;
&lt;style type="text/css"&gt;.bio-months-wrap {
  --ink: #24352b;
  --ink-2: #24352b;
  --primary: #24352b;
  --soft-1: #f3f7f4;
  --soft-2: #dfe8e3;
  --card: #ffffff;
  --border: #c8d8d0;
  --muted: #60706a;
  --disabled-bg: #f7f8f8;
  --disabled-border: #dfe5e2;
  --disabled-text: #8a9691;

  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 40px;
  font-family: Roboto, Arial, sans-serif;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.55;
}

.bio-months-wrap,
.bio-months-wrap * {
  box-sizing: border-box;
}

.bio-months-intro {
  margin: 0 0 22px;
  padding: 22px;
  background: linear-gradient(135deg, #f7faf8 0%, #edf3ef 100%);
  border: 1px solid #c7d8d0;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(36, 53, 43, 0.06);
}

.bio-months-heading {
  margin: 0 0 18px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d7e4dd;
}

.bio-months-title {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  color: #24352b;
  letter-spacing: -0.015em;
}

.bio-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
}

.bio-stat-card {
  position: relative;
  overflow: hidden;
  min-height: 94px;
  padding: 15px 14px 14px;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #d0ddd7;
  box-shadow: 0 4px 12px rgba(36, 53, 43, 0.04);
}

.bio-stat-card::before {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 11px;
  border-radius: 999px;
}

/* Ukupno radova - teal */
.bio-stat-total {
  background: #eefafa;
  border-color: #b8dddd;
}

.bio-stat-total::before {
  background: #008b8b;
}

/* Q1 radovi - ljubičasto/roza */
.bio-stat-q1 {
  background: #fcf1ff;
  border-color: #efc4f8;
}

.bio-stat-q1::before {
  background: #EB9EF6;
}

/* Q2 radovi - tamnoplava */
.bio-stat-q2 {
  background: #eef6fa;
  border-color: #bdd8e6;
}

.bio-stat-q2::before {
  background: #015A84;
}

/* Q3 radovi - narančasta */
.bio-stat-q3 {
  background: #fff5ed;
  border-color: #ffd2ad;
}

.bio-stat-q3::before {
  background: #FF7518;
}

/* Bez Q podataka - ružičasto-crvena */
.bio-stat-nodata {
  background: #fdf1f6;
  border-color: #efc8d8;
}

.bio-stat-nodata::before {
  background: #D8226C;
}

.bio-stat-number {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bio-stat-total .bio-stat-number {
  color: #008b8b;
}

.bio-stat-q1 .bio-stat-number {
  color: #B14DC4;
}

.bio-stat-q2 .bio-stat-number {
  color: #015A84;
}

.bio-stat-q3 .bio-stat-number {
  color: #FF7518;
}

.bio-stat-nodata .bio-stat-number {
  color: #D8226C;
}

.bio-stat-label {
  display: block;
  margin-top: 7px;
  color: #31443d;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 800;
}

.bio-months-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bio-month-card,
.bio-month-disabled {
  min-height: 92px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--card);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.bio-month-card {
  color: var(--ink-2);
  text-decoration: none;
  box-shadow: 0 5px 16px rgba(36, 53, 43, 0.045);
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.bio-month-card:hover {
  background: #f4f8f5;
  border-color: #b3cfc2;
  transform: translateY(-1px);
  box-shadow: 0 9px 22px rgba(36, 53, 43, 0.08);
  text-decoration: none;
}

.bio-month-disabled {
  background: var(--disabled-bg);
  border-color: var(--disabled-border);
  box-shadow: none;
  cursor: default;
}

.bio-month-main {
  display: block;
  min-width: 0;
}

.bio-month-name {
  display: block;
  margin: 0 0 5px;
  color: var(--ink-2);
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 800;
}

.bio-month-count {
  display: block;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
}

.bio-month-disabled .bio-month-name,
.bio-month-disabled .bio-month-count {
  color: var(--disabled-text);
}

.bio-month-arrow {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #dfe8e3;
  border: 1px solid #c7d8d0;
  color: #24352b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 800;
}

.bio-month-disabled .bio-month-arrow {
  background: #ffffff;
  border-color: var(--disabled-border);
  color: var(--disabled-text);
}

@media (max-width: 900px) {
  .bio-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bio-months-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .bio-months-wrap {
    padding: 0 12px 28px;
    font-size: 1.2rem;
  }

  .bio-months-intro {
    padding: 16px;
    border-radius: 16px;
  }

  .bio-months-title {
    font-size: 22px;
  }

  .bio-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bio-stat-card {
    min-height: 86px;
    padding: 13px;
  }

  .bio-stat-number {
    font-size: 1.6rem;
  }

  .bio-stat-label {
    font-size: 1rem;
  }

  .bio-months-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bio-month-card,
  .bio-month-disabled {
    min-height: 78px;
    padding: 14px;
    border-radius: 16px;
  }

  .bio-month-name {
    font-size: 1.22rem;
  }

  .bio-month-count {
    font-size: 1rem;
  }

  .bio-month-arrow {
    width: 32px;
    height: 32px;
    font-size: 1.35rem;
  }
}
&lt;/style&gt;
&lt;div class="bio-months-wrap"&gt;
&lt;div class="bio-months-intro"&gt;
&lt;div class="bio-months-heading"&gt;
&lt;h2 class="bio-months-title"&gt;Pregled znanstvenih publikacija objavljenih u 2026. godini&lt;/h2&gt;
&lt;/div&gt;

&lt;div class="bio-stats-grid"&gt;
&lt;div class="bio-stat-card bio-stat-total"&gt;&lt;span class="bio-stat-number"&gt;45&lt;/span&gt; &lt;span class="bio-stat-label"&gt;ukupno radova&lt;/span&gt;&lt;/div&gt;

&lt;div class="bio-stat-card bio-stat-q1"&gt;&lt;span class="bio-stat-number"&gt;19&lt;/span&gt; &lt;span class="bio-stat-label"&gt;Q1 radova&lt;/span&gt;&lt;/div&gt;

&lt;div class="bio-stat-card bio-stat-q2"&gt;&lt;span class="bio-stat-number"&gt;15&lt;/span&gt; &lt;span class="bio-stat-label"&gt;Q2 radova&lt;/span&gt;&lt;/div&gt;

&lt;div class="bio-stat-card bio-stat-q3"&gt;&lt;span class="bio-stat-number"&gt;9&lt;/span&gt; &lt;span class="bio-stat-label"&gt;Q3 radova&lt;/span&gt;&lt;/div&gt;

&lt;div class="bio-stat-card bio-stat-nodata"&gt;&lt;span class="bio-stat-number"&gt;2&lt;/span&gt; &lt;span class="bio-stat-label"&gt;bez Q podataka&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="bio-months-grid"&gt;&lt;a class="bio-month-card" href="https://www.pmf.unizg.hr/biol/sijecanj_2026"&gt;&lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Siječanj 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;6 radova&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;›&lt;/span&gt; &lt;/a&gt; &lt;a class="bio-month-card" href="https://www.pmf.unizg.hr/biol/veljaca_2026"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Veljača 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;9 radova&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;›&lt;/span&gt; &lt;/a&gt; &lt;a class="bio-month-card" href="https://www.pmf.unizg.hr/biol/ozujak_2026"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Ožujak 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;5 radova&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;›&lt;/span&gt; &lt;/a&gt; &lt;a class="bio-month-card" href="https://www.pmf.unizg.hr/biol/travanj_2026"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Travanj 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;13 radova&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;›&lt;/span&gt; &lt;/a&gt; &lt;a class="bio-month-card" href="https://www.pmf.unizg.hr/biol/svibanj_2026"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Svibanj 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;12 radova&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;›&lt;/span&gt; &lt;/a&gt; &lt;span class="bio-month-disabled"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Lipanj 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;U pripremi&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;–&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-disabled"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Srpanj 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;U pripremi&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;–&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-disabled"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Kolovoz 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;U pripremi&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;–&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-disabled"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Rujan 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;U pripremi&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;–&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-disabled"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Listopad 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;U pripremi&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;–&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-disabled"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Studeni 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;U pripremi&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;–&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-disabled"&gt; &lt;span class="bio-month-main"&gt; &lt;span class="bio-month-name"&gt;Prosinac 2026.&lt;/span&gt; &lt;span class="bio-month-count"&gt;U pripremi&lt;/span&gt; &lt;/span&gt; &lt;span class="bio-month-arrow"&gt;–&lt;/span&gt; &lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.chem.pmf.hr/biol/radovi_2026#content___9564</link>
			<guid>https://www.chem.pmf.hr/biol/radovi_2026#content___9564</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
