<?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.pbf.unizg.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title> - Časopisi</title>
	<link>/istrazivanje_i_suradnja/publikacije/casopisi</link>
	<description></description>
	<language></language>
	<copyright></copyright>
	<webMaster> (Webmaster)</webMaster>
	<managingEditor> (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title>Časopisi</title>
		<pubDate>Tue, 14 Apr 2026 19:52:56 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 {
        --pbf-blue: #2543A0;
        --pbf-green: #60BFA0;
        --pbf-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }

    /* VRACENA TOCNA PLAVA BOJA ZA HERO CRTU */
    .container-vert-crta {
        border-left: 4px solid var(--pbf-blue);
        padding-left: 1.5rem;
    }

    .pbf-wrapper {
        max-width: 910px;
        margin: 0 auto 60px auto;
        font-family: 'Segoe UI', Arial, sans-serif;
    }

    .pbf-color-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .pbf-box {
        padding: 35px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-decoration: none !important;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        transition: var(--pbf-transition);
        border-radius: 0 !important;
        min-height: 250px;
    }

    .pbf-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 30px rgba(0,0,0,0.12);
        z-index: 10;
    }

    .pbf-box h3 { 
        font-size: 1.3rem !important; 
        font-weight: 800; 
        margin: 0 0 12px 0; 
        line-height: 1.2; 
        color: #ffffff !important;
    }

    .pbf-box p { 
        font-size: 0.9rem !important; 
        line-height: 1.5; 
        margin: 0 0 20px 0; 
        color: #ffffff !important;
        opacity: 0.9;
    }

    .pbf-footer { 
        display: flex; 
        align-items: center; 
        justify-content: flex-end; 
        position: relative; 
        min-height: 36px;
    }

    /* LINIJA U FUTERU KUCICE */
    .pbf-footer::before {
        content: ""; 
        position: absolute; 
        top: 50%; 
        left: 0; 
        width: 40px; 
        height: 2px;
        transform: translateY(-50%); 
        transition: var(--pbf-transition);
        background-color: #ffffff; /* Linija unutar obojene kocke je bijela */
        opacity: 0.3;
    }

    .pbf-box:hover .pbf-footer::before { 
        width: 100px; 
    }

    /* STRELICA U KRUGU (Access Grid stil) */
    .pbf-arrow-circle {
        width: 36px;
        height: 36px;
        border-radius: 50% !important;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--pbf-transition);
        position: absolute;
        right: 0;
        top: 0;
        color: #ffffff;
    }

    .pbf-arrow-circle svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.2px; 
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .pbf-box:hover .pbf-arrow-circle {
        transform: scale(1.1);
        background-color: rgba(255, 255, 255, 0.4);
    }

    .pbf-bg-blue { background-color: var(--pbf-blue); }
    .pbf-bg-green { background-color: var(--pbf-green); }

    .pbf-btn-label { 
        font-size: 0.85rem !important; 
        font-weight: 700; 
        margin-right: 48px; 
        color: #ffffff !important;
    }

    @media (max-width: 900px) { .pbf-color-grid { grid-template-columns: 1fr; } }
&lt;/style&gt;
&lt;div class="container my-5 container-vert-crta"&gt;
&lt;p class="mb-5 lead"&gt;Na PBF-u djeluju stručni i znanstveni časopisi koji doprinose &lt;strong&gt;razvoju i promociji istraživanja u području prehrambene tehnologije, biotehnologije i nutricionizma&lt;/strong&gt;. Kroz redovito objavljivanje izvornih znanstvenih radova, stručnih članaka i preglednih priloga, fakultetski časopisi služe kao platforma za razmjenu znanja, povezivanje istraživača te praćenje najnovijih dostignuća u struci.&lt;/p&gt;
&lt;/div&gt;

&lt;div class="pbf-wrapper"&gt;
&lt;div class="pbf-color-grid"&gt;&lt;a class="pbf-box pbf-bg-green" href="https://www.ftb.com.hr/" target="_blank"&gt;
&lt;div&gt;
&lt;h3&gt;Food Technology and Biotechnology&lt;/h3&gt;

&lt;p&gt;Međunarodni znanstveni časopis koji objavljuje originalne radove, pregledne članke i stručne priloge iz područja prehrambene tehnologije i biotehnologije.&lt;/p&gt;
&lt;/div&gt;

&lt;div class="pbf-footer"&gt;&lt;span class="pbf-btn-label"&gt;Posjeti časopis&lt;/span&gt;

&lt;div class="pbf-arrow-circle"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-box pbf-bg-blue" href="https://pbn.pbf.hr/casopis-hdpbn/" target="_blank"&gt;
&lt;div&gt;
&lt;h3&gt;Hrvatski časopis za prehrambenu tehnologiju, biotehnologiju i nutricionizam&lt;/h3&gt;

&lt;p&gt;Stručni i znanstveni časopis PBF-a, platforma za objavu znanstvenih i stručnih članaka te preglednih priloga u području prehrambene tehnologije.&lt;/p&gt;
&lt;/div&gt;

&lt;div class="pbf-footer"&gt;&lt;span class="pbf-btn-label"&gt;Posjeti časopis&lt;/span&gt;

&lt;div class="pbf-arrow-circle"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.pbf.unizg.hr/istrazivanje_i_suradnja/publikacije/casopisi#content___4640</link>
			<guid>https://www.pbf.unizg.hr/istrazivanje_i_suradnja/publikacije/casopisi#content___4640</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
