<?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://pbf.unizg.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title> - Organization and management</title>
	<link>/en/faculty/organization-management</link>
	<description></description>
	<language></language>
	<copyright></copyright>
	<webMaster> (Webmaster)</webMaster>
	<managingEditor> (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title>Faculty Information</title>
		<pubDate>Fri, 08 May 2026 06:48:25 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;p&gt;&lt;span style="font-size: var(--bs-body-font-size); text-align: var(--bs-body-text-align);"&gt;University of Zagreb Faculty of Food Technology and Biotechnology&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Adress: Pierottijeva 6, 10000 Zagreb&lt;br /&gt;
Tel: +385 1 46 05 000&lt;br /&gt;
Fax: +385 1 48 36 083&lt;br /&gt;
E-mail: &lt;a href="javascript:cms_mail('dekan','pbf.hr','','')"&gt;dekan@pbf.hr&lt;/a&gt;&lt;br /&gt;
Registration number (MB): 3207102&lt;br /&gt;
IBAN: HR6623600001101209724&lt;br /&gt;
SWIFT: ZABAHR2X&lt;br /&gt;
Tax Identification Number (VAT): HR47824453867&lt;br /&gt;
PEPPOL ID:&amp;nbsp;9934:47824453867&lt;/p&gt;

&lt;p&gt;&lt;iframe allowfullscreen="" height="450" loading="lazy" referrerpolicy="no-referrer-when-downgrade" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3299.0781564654512!2d15.961707376621241!3d45.806837310511796!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4765d6ef7e51eee7%3A0x94a8412f83a7eaf3!2sPrehrambeno-biotehnolo%C5%A1ki%20fakultet!5e1!3m2!1sen!2shr!4v1764598975271!5m2!1sen!2shr" style="border:0;" width="600"&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://pbf.unizg.hr/en/faculty/organization-management#content___5202</link>
			<guid>https://pbf.unizg.hr/en/faculty/organization-management#content___5202</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
			<item>
		<title>Organizational structure</title>
		<pubDate>Wed, 06 May 2026 21:20:17 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;div class="container my-5 container-vert-crta"&gt;
&lt;p class="mb-5 lead"&gt;The organizational units of the Faculty are the Departments, which may include laboratories, subdepartments, or sections, as well as the Centres and the General Affairs Unit.&lt;/p&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;.container-vert-crta {
  border-left: 4px solid #25439f; /* plava vertikalna crta s lijeve strane */
  padding-left: 1.5rem; /* razmak između crte i teksta */
}
&lt;/style&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://pbf.unizg.hr/en/faculty/organization-management#content___5136</link>
			<guid>https://pbf.unizg.hr/en/faculty/organization-management#content___5136</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
			<item>
		<title></title>
		<pubDate>Fri, 08 May 2026 13:25:42 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;/* --- KONFIGURACIJA --- */
    :root {
        --pbf-blue: #2543A0;
        --pbf-yellow: #EDDF5D;
        --pbf-soft-gray: #f4f5f7;
        --pbf-border: #eeeeee;
    }

    /* --- STIL KARTICA --- */
    .card-pbf-custom { 
        background-color: var(--pbf-soft-gray) !important; 
        border: 1px solid var(--pbf-border) !important; 
        border-radius: 8px !important; 
        transition: all 0.3s ease-in-out !important; 
        height: 100%;
    }
    .card-pbf-custom:hover { 
        transform: translateY(-5px) !important; 
        box-shadow: 0 8px 15px rgba(0,0,0,0.08) !important; 
    }

    /* --- TEKST I DIVIDER --- */
    .custom-blue-text-new { 
        color: var(--pbf-blue) !important; 
        font-size: 1.25rem !important; 
        font-weight: 700 !important; 
        margin-bottom: 0;
    }
    .divider-yellow { 
        width: 50px; 
        height: 3px; 
        background-color: var(--pbf-yellow); 
        margin: 8px 0 15px 0; 
    }

    /* --- GUMB --- */
    .btn-custom { 
        background-color: var(--pbf-blue) !important; 
        color: white !important; 
        padding: 8px 25px !important; 
        border-radius: 50rem !important; 
        transition: 0.3s; 
        font-weight: 600; 
        text-decoration: none !important; 
        display: inline-block; 
        border: none !important;
    }
    .btn-custom:hover { 
        background-color: var(--pbf-yellow) !important; 
        color: #212529 !important; 
        transform: scale(1.05); 
    }

    /* --- POPRAVAK ZA SLIKU (MOBITEL) --- */
    img {
        max-width: 100%;
        height: auto !important; /* Ovo poništava height="438" na mobitelu */
        display: block;
    }
&lt;/style&gt;
&lt;section class="mb-4"&gt;
&lt;div class="card card-pbf-custom shadow-sm"&gt;
&lt;div class="card-body d-flex flex-column p-4"&gt;
&lt;h4 class="custom-blue-text-new"&gt;Departments of the Faculty&lt;/h4&gt;

&lt;div class="divider-yellow"&gt;&amp;nbsp;&lt;/div&gt;

&lt;p class="text-dark mb-4"&gt;The Department is the main organisational unit of the Faculty, where teaching, scientific research, and professional work are carried out. The Faculty comprises six departments, which bring together related laboratories, subdepartments and sections.&lt;/p&gt;
&lt;a class="btn btn-custom align-self-start mt-auto" href="/en/faculty/organization/departments"&gt;More about the departments&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;

&lt;section class="mb-4"&gt;
&lt;div class="card card-pbf-custom shadow-sm"&gt;
&lt;div class="card-body d-flex flex-column p-4"&gt;
&lt;h4 class="custom-blue-text-new"&gt;General Affairs Unit&amp;nbsp;(GAU)&lt;/h4&gt;

&lt;div class="divider-yellow"&gt;&amp;nbsp;&lt;/div&gt;

&lt;p class="text-dark mb-4"&gt;Administrative, legal, and financial affairs, as well as technical support for the Faculty's operations.&lt;/p&gt;
&lt;a class="btn btn-custom align-self-start mt-auto" href="/en/faculty/organization/general-affairs-unit"&gt;More about GAU&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;

&lt;section class="mb-5"&gt;
&lt;div class="row g-4"&gt;
&lt;div class="col-md-6"&gt;
&lt;div class="card card-pbf-custom shadow-sm"&gt;
&lt;div class="card-body d-flex flex-column p-4"&gt;
&lt;h4 class="custom-blue-text-new"&gt;Food Control Centre&lt;/h4&gt;

&lt;div class="divider-yellow"&gt;&amp;nbsp;&lt;/div&gt;

&lt;p class="text-dark mb-4" style="text-align: justify;"&gt;The Centre conducts quality control and safety testing of food, consumer goods, and environmental samples in accordance with relevant standards.&lt;/p&gt;
&lt;a class="btn btn-custom align-self-start mt-auto" href="/en/faculty/organization/departments-centers/food-control-center"&gt;About Centre&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="col-md-6"&gt;
&lt;div class="card card-pbf-custom shadow-sm"&gt;
&lt;div class="card-body d-flex flex-column p-4"&gt;
&lt;h4 class="custom-blue-text-new"&gt;Centre for Food Technology and Biotechnology in Zadar&lt;/h4&gt;

&lt;div class="divider-yellow"&gt;&amp;nbsp;&lt;/div&gt;

&lt;p class="text-dark mb-4" style="text-align: justify;"&gt;The Centre in Zadar serves as the Faculty's teaching and research base for the region, focusing on the specific challenges of the Adriatic area.&lt;/p&gt;
&lt;a class="btn btn-custom align-self-start mt-auto" href="/en/faculty/organization/departments-centers/food-technology-biotechnology-center-zadar"&gt;About Centre&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;

&lt;p&gt;&lt;img alt="" height="438" src="/images/50038302/DSC_8927 (4).jpg" width="858" /&gt;&lt;/p&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://pbf.unizg.hr/en/faculty/organization-management#content___5138</link>
			<guid>https://pbf.unizg.hr/en/faculty/organization-management#content___5138</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
