{"id":5515,"date":"2025-08-14T12:29:16","date_gmt":"2025-08-14T12:29:16","guid":{"rendered":"https:\/\/www.etran.rs\/2024\/?page_id=5515"},"modified":"2025-08-14T14:48:27","modified_gmt":"2025-08-14T14:48:27","slug":"proceeding","status":"publish","type":"page","link":"https:\/\/www.etran.rs\/2025\/en\/proceeding\/","title":{"rendered":"Proceedings"},"content":{"rendered":"\n<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>IcETRAN 2025 \u2013 Proceedings<\/title>\n  <meta name=\"description\" content=\"IcETRAN 2025 \u2013 index of papers by section with search and filters.\" \/>\n <style>\n  \/* =====================\n     Proceedings namespace (IcETRAN 2025 look & feel)\n     Colors tuned for the 2025 site (light theme, deep blue primary, warm orange secondary)\n     Everything stays scoped under .proc-root to avoid collisions\n     ===================== *\/\n  .proc-root {\n    --bg:#ffffff;\n    --surface:#f7f9fc;\n    --card:#ffffff;\n    --border:#e6e9ef;\n    --muted:#5b6472;\n    --text:#0f172a;\n    --accent:#1654a7;    \/* primary blue *\/\n    --accent-2:#f59e0b;  \/* secondary orange *\/\n    --ring:rgba(22,84,167,.28);\n    --ok:#22c55e;\n    font-family: system-ui, -apple-system, Segoe UI, Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Apple Color Emoji\", \"Segoe UI Emoji\";\n    color: var(--text);\n    background: var(--bg);\n  }\n  .proc-root * { box-sizing: border-box; }\n\n  \/* Header *\/\n  .proc-header {\n    position: sticky; top: 0; z-index: 10;\n    backdrop-filter: blur(8px);\n    background: rgba(255,255,255,.9);\n    border-bottom: 1px solid var(--border);\n  }\n  .proc-header-inner { max-width: 1100px; margin: 0 auto; padding: 12px 16px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; }\n  .proc-brand { font-weight: 700; letter-spacing: .2px; color: var(--text); }\n  .proc-brand span { color: var(--accent); }\n  .proc-nav a { margin-left: 14px; font-size: 14px; color: var(--accent); text-decoration:none; }\n  .proc-nav a:hover { text-decoration: underline; }\n\n  \/* Page container *\/\n  .proc-container { max-width: 1100px; margin: 0 auto; padding: 24px 16px 64px; background: transparent; }\n\n  \/* Hero *\/\n  .proc-hero { margin-top: 18px; margin-bottom: 8px; }\n  .proc-hero h1 { font-size: clamp(22px, 3vw, 32px); margin: 0 0 6px; color: var(--text); }\n  .proc-hero p { margin: 0; color: var(--muted); }\n\n  \/* Controls *\/\n  .proc-controls { margin: 18px 0 8px; display: grid; grid-template-columns: 1fr; gap: 12px; }\n  @media (min-width: 720px) { .proc-controls { grid-template-columns: 1.25fr .75fr .75fr auto; align-items: center; } }\n  .proc-control {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    display: flex; align-items: center; padding: 10px 12px; gap: 8px;\n    transition: border-color .15s, box-shadow .15s, background-color .15s;\n  }\n  .proc-control:focus-within {\n    border-color: var(--accent);\n    box-shadow: 0 0 0 4px var(--ring);\n    background: #fff;\n  }\n  .proc-control input, .proc-control select {\n    width: 100%; background: transparent; border: 0; outline: none; color: var(--text); font-size: 15px;\n  }\n\n  \/* Buttons *\/\n  .proc-btn {\n    appearance: none; border: 0; cursor: pointer;\n    padding: 10px 14px; border-radius: 12px;\n    background: linear-gradient(135deg, var(--accent), var(--accent-2));\n    color: #fff; font-weight: 700; letter-spacing:.2px;\n    box-shadow: 0 8px 18px rgba(22,84,167,.25);\n    transition: transform .06s ease, box-shadow .2s ease, filter .2s ease;\n  }\n  .proc-btn:hover { filter: brightness(1.05); }\n  .proc-btn:active { transform: translateY(1px); }\n\n  \/* Quicklinks chips *\/\n  .proc-quicklinks { margin: 10px 0 20px; display:flex; flex-wrap: wrap; gap:8px; }\n  .proc-chip {\n    background: #eef3ff;\n    border: 1px solid #d9e4ff;\n    padding:6px 10px; border-radius: 999px; font-size: 12px; color: var(--accent);\n  }\n  .proc-chip a { color: var(--accent); text-decoration:none; }\n  .proc-chip a:hover { text-decoration: underline; }\n\n  \/* Sections *\/\n  .proc-section { margin: 26px 0 12px; }\n  .proc-section > summary {\n    list-style: none; cursor: pointer;\n    background: linear-gradient(180deg, #f7faff, #f4f7fc);\n    border: 1px solid var(--border);\n    border-radius: 14px; padding: 10px 14px; font-weight: 800;\n    display: grid; grid-template-columns: 1fr auto; align-items:center; gap: 10px;\n    color: var(--text);\n  }\n  .proc-section summary::-webkit-details-marker { display: none; }\n  .proc-section summary small { color: var(--muted); font-weight: 600; }\n\n  \/* Cards grid *\/\n  .proc-cards { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }\n  @media (min-width: 560px) { .proc-cards { grid-template-columns: 1fr 1fr; } }\n  @media (min-width: 980px) { .proc-cards { grid-template-columns: 1fr 1fr 1fr; } }\n\n  \/* Paper card *\/\n  .proc-paper {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 14px; padding: 12px;\n    display:flex; flex-direction: column; gap: 8px; min-height: 140px;\n    transition: box-shadow .18s ease, transform .06s ease, border-color .18s ease;\n  }\n  .proc-paper:hover {\n    border-color: rgba(22,84,167,.35);\n    box-shadow: 0 8px 18px rgba(3,27,78,.08);\n  }\n\n  .proc-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }\n  .proc-code { font-weight: 800; font-variant-numeric: tabular-nums; color: var(--accent); }\n  .proc-pages { color: var(--muted); font-size: 12px; }\n  .proc-title { font-weight: 800; line-height: 1.25; }\n  .proc-authors { color: var(--muted); font-size: 14px; }\n\n  .proc-count { color: var(--muted); font-size: 13px; }\n\n  \/* Footer *\/\n  .proc-footer {\n    margin-top: 48px; padding-top: 16px;\n    border-top: 1px solid var(--border);\n    color: var(--muted); font-size: 13px;\n  }\n\n  \/* Links inside component *\/\n  .proc-root a { color: var(--accent); }\n  .proc-root a:hover { color: #0f408c; }\n\n  \/* SVG tint inside inputs *\/\n  .proc-control svg path { stroke: #94a3b8; }\n\n  \/* Reduce motion preference *\/\n  @media (prefers-reduced-motion: reduce) {\n    .proc-btn, .proc-paper { transition: none; }\n  }\n<\/style>\n<\/head>\n<body>\n  <div class=\"proc-root\" id=\"proc-root\">\n    <div class=\"proc-header\">\n      <div class=\"proc-header-inner\">\n        <div class=\"proc-brand\">IcETRAN <span>2025<\/span> \u2022 Proceedings<\/div>\n        <nav class=\"proc-nav\" aria-label=\"quick links\">\n          <a href=\"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/000_IMPRESSUM_Proceedings_IcETRAN_25.pdf\" target=\"_blank\" rel=\"noopener\">IMPRESSUM<\/a>\n          <a href=\"#proc-author-index\" id=\"proc-jump-author-index\">Author Index<\/a>\n        <\/nav>\n      <\/div>\n    <\/div>\n\n    <div class=\"proc-container\">\n      <section class=\"proc-hero\">\n        <p>Search and filter papers by section. The page is mobile\u2011friendly.<\/p>\n      <\/section>\n\n      <div class=\"proc-controls\" role=\"region\" aria-label=\"search and filter controls\">\n        <label class=\"proc-control\" title=\"Search by title, authors or code\">\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M21 21l-4.3-4.3m1.3-5.2a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z\" stroke=\"#9aa4b2\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <input id=\"proc-q\" type=\"search\" placeholder=\"Search\u2026\" autocomplete=\"off\" \/>\n        <\/label>\n        <label class=\"proc-control\" title=\"Filter by section\">\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M3 5h18M6 12h12M10 19h4\" stroke=\"#9aa4b2\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\n          <select id=\"proc-sectionFilter\">\n            <option value=\"\">All sections<\/option>\n            <option>KEYNOTE LECTURES<\/option>\n            <option>ACOUSTICS (AKI)<\/option>\n            <option>ANTENNAS AND PROPAGATION (API)<\/option>\n            <option>AUTOMATION (AUI)<\/option>\n            <option>BIOMEDICAL ENGINEERING (BTI)<\/option>\n            <option>EDUCATION (EDUI)<\/option>\n            <option>POWER ENGINEERING (EEI)<\/option>\n            <option>ELECTRONIC CIRCUITS AND SYSTEMS, AND SIGNAL PROCESSING (EKI)<\/option>\n            <option>ELECTRONICS (ELI)<\/option>\n            <option>METROLOGY (MLI)<\/option>\n            <option>MICROVAWE TECHNIQUE, TECHNOLOGIES AND SYSTEMS (MTI)<\/option>\n            <option>NEW MATERIALS IN ELECTRICAL AND ELECTRONIC ENGINEERING (NMI)<\/option>\n            <option>NUCLEAR ENGINEERING AND TECHNOLOGY (NTI)<\/option>\n            <option>ROBOTICS AND FLEXIBLE AUTOMATIZATION (ROI)<\/option>\n            <option>COMPUTING AND INFORMATION ENGINEERING (RTI)<\/option>\n            <option>ARTIFICIAL INTELLIGENCE (VII)<\/option>\n            <option>ASSOCIATED SESSION &#8211; DIGITALIZATION IN SCIENCE (AS\u2011DIGI)<\/option>\n            <option>ASSOCIATED SESSION &#8211; FORENSICS (AS\u2011FOI)<\/option>\n            <option>ASSOCIATED SESSION &#8211; HERITOLOGY (AS\u2011HEI)<\/option>\n            <option>ASSOCIATED SESSION &#8211; MULTIDISCIPLINARY (AS\u2011MDI)<\/option>\n            <option>ASSOCIATED SESSION &#8211; THERMAL PERFORMANCES (AS\u2011TPI)<\/option>\n          <\/select>\n        <\/label>\n        <label class=\"proc-control\" title=\"Sort\">\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M8 6h13M3 12h18M8 18h13\" stroke=\"#9aa4b2\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\n          <select id=\"proc-sortBy\">\n            <option value=\"code\">Sort by code<\/option>\n            <option value=\"title\">Sort by title<\/option>\n          <\/select>\n        <\/label>\n        <button class=\"proc-btn\" id=\"proc-clearBtn\" type=\"button\">Clear filters<\/button>\n      <\/div>\n\n      <div class=\"proc-quicklinks\" aria-label=\"quick section jumps\" id=\"proc-quicklinks\">\n        <!-- Filled by JS using the same section order -->\n      <\/div>\n\n      <!-- Sections -->\n      <div id=\"proc-sections\"><\/div>\n\n      <div class=\"proc-footer\">\n        <p id=\"proc-author-index\">Note: All links point to PDF files. For the author index, use the \u201cAuthor Index\u201d link at the top of the page.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ Namespace-safe IDs and classes (proc-*)\n\n    \/\/ Data model (unchanged from previous version, English UI)\n    const DATA = [\n      { section: \"ACOUSTICS (AKI)\", code: \"AKI1.3\", title: \"Environmental noise assessment in outdoor areas: A comparative review in European countries\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/001_AKI1.3-1-6.pdf\", authors: [\"Momir Pra\u0161\u010devi\u0107\", \"Darko Mihajlov\", \"Petar Jovanovi\u0107\"], pages: \"1\" },\n      { section: \"ACOUSTICS (AKI)\", code: \"AKI1.4\", title: \"Measurement of the absortion coefficient in an anechoic chamber based on the subtraction method\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/002_AKI1.4-7-12.pdf\", authors: [\"Marko Jankovi\u0107\", \"Dejan \u0106iri\u0107\", \"Maro Puljizevi\u0107\", \"Aleksandar Panti\u0107\"], pages: \"7\" },\n\n      { section: \"ANTENNAS AND PROPAGATION (API)\", code: \"API1.1\", title: \"Application of Machine Learning in Predicting the  Force of Radial Passive Magnetic Bearing\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/003_API1.1-13-18.pdf\", authors: [\"Isidora Jovanovi\u0107\", \"Natalija Ivkovi\u0107\", \"Ana Vu\u010dkovi\u0107\", \"Mirjana Peri\u0107\", \"Neboj\u0161a Rai\u010devi\u0107\"], pages: \"13\" },\n\n      { section: \"AUTOMATION (AUI)\", code: \"AUI1.1\", title: \"Comparison of Serial and Parallel Implementations of ILC in a Closed-Loop Feedback System\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/004_AUI1.1-19-23.pdf\", authors: [\"Milan Matijevi\u0107\", \"Mihailo Lazarevi\u0107\", \"Vojislav Filipovi\u0107\", \"Nikola \u017divkovi\u0107\", \"Dragan Kosti\u0107\"], pages: \"19\" },\n      { section: \"AUTOMATION (AUI)\", code: \"AUI1.2\", title: \"Self-tuning intelligent PID controller for robot manipulators\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/005_AUI1.2-24-27.pdf\", authors: [\"Nikola \u017divkovi\u0107\", \"Mihailo Lazarevi\u0107\", \"Jelena Vidakovi\u0107\", \"Andrija Devi\u0107\"], pages: \"24\" },\n      { section: \"AUTOMATION (AUI)\", code: \"AUI1.4\", title: \"Suppression of Torsional Oscillations in Systems with Flexible Couplings and Repeated Iterative Operations\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/006_AUI1.4-28-32.pdf\", authors: [\"Milan Matijevi\u0107\", \"Vojislav Filipovi\u0107\", \"Dragan Kosti\u0107\"], pages: \"28\" },\n      { section: \"AUTOMATION (AUI)\", code: \"AUI1.5\", title: \"Identification and control of large transport delay temperature process\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/007_AUI1.5-33-37.pdf\", authors: [\"Isidora Petrovi\u0107\", \"Slobodan Dra\u0161kovi\u0107\", \"\u017deljko \u0110urovi\u0107\", \"Goran Diki\u0107\", \"Marko Milivoj\u010devi\u0107\"], pages: \"33\" },\n      { section: \"AUTOMATION (AUI)\", code: \"AUI2.4\", title: \"Visual Object Tracking: A survey of methods and a comparative analysis on VOT2022\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/008_AUI2.4-38-43.pdf\", authors: [\"Natalija \u0110or\u0111evi\u0107\", \"Nenad D\u017eami\u0107\", \"\u017deljko \u0110urovi\u0107\"], pages: \"38\" },\n\n      { section: \"BIOMEDICAL ENGINEERING (BTI)\", code: \"BTI2.1\", title: \"Machine Learning for Estimating Chronological Age in Children Using the London Atlas and Dental Radiographs\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/009_BTI2.1-44-48.pdf\", authors: [\"Ana Savi\u0107\", \"Marija Marin\", \"Nastasija Malivuk\", \"Filip Mrki\u0107\", \"Lazar Mili\u0107\", \"Bojan Petrovi\u0107\"], pages: \"44\" },\n      { section: \"BIOMEDICAL ENGINEERING (BTI)\", code: \"BTI2.2\", title: \"Material Characterization of Photopolymers for Microfluidic Systems\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/010_BTI2.2-49-53.pdf\", authors: [\"Nastasija Malivuk\", \"Lazar Mili\u0107\", \"Igor Putnik\", \"Bojan Petrovi\u0107\", \"Stevan Cveti\u010danin\", \"Sanja Koji\u0107\"], pages: \"49\" },\n\n      { section: \"EDUCATION (EDUI)\", code: \"EDUI1.2\", title: \"Exploring AI tools in education: Analyzing benefits, challenges, and student engagement\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/011_EDUI1.2-54-59.pdf\", authors: [\"Nikola Stani\u0107\", \"Andrijana Gaborovi\u0107\", \"Katarina Kari\u0107\", \"Jelena Pla\u0161i\u0107\"], pages: \"54\" },\n      { section: \"EDUCATION (EDUI)\", code: \"EDUI1.4\", title: \"Abstracts as Acceptance Criteria in Scientific Research: A Study of the 68th ETRAN Conference Proceedings\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/012_EDUI1.4-60-65.pdf\", authors: [\"Marina Katic\", \"Jelisaveta \u0160afranj\", \"Jelena Zivlak\"], pages: \"60\" },\n      { section: \"EDUCATION (EDUI)\", code: \"EDUI1.5\", title: \"The Importance of Elective Courses for IT Students in the Function of Professional Guidance\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/013_EDUI1.5-66-71.pdf\", authors: [\"Ana Velji\u0107\", \"Sr\u0111an Mari\u010di\u0107\", \"Goran Joci\u0107\"], pages: \"66\" },\n      { section: \"EDUCATION (EDUI)\", code: \"EDUI1.6\", title: \"An Overview of Supervised Learning Techniques in Contemporary Educational Technologies\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/014_EDUI1.6-72-77.pdf\", authors: [\"Veljko Aleksi\u0107\"], pages: \"72\" },\n\n      { section: \"POWER ENGINEERING (EEI)\", code: \"EEI1.3\", title: \"Asymmetrical Four-Phase 8\/6 Switched Reluctance Motor\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/015_EEI1.3-78-83.pdf\", authors: [\"Mladen Terzic\", \"Dragan Mihic\"], pages: \"78\" },\n      { section: \"POWER ENGINEERING (EEI)\", code: \"EEI1.5\", title: \"Single-Phase Transformer Circuit Solving using Harmonic Interpolation Method\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/016_EEI1.5-84-89.pdf\", authors: [\"Sr\u0111an Divac\", \"Krzysztof Chwastek\", \"Mariusz Najgebauer\", \"Branko Koprivica\"], pages: \"84\" },\n      { section: \"POWER ENGINEERING (EEI)\", code: \"EEI2.7\", title: \"Aggregation of Renewable Energy Sources and Electric Vehicles Charging via Remote Terminal in Market Conditions\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/017_EEI2.7-90-94.pdf\", authors: [\"Jovan Vujasinovi\u0107\", \"Ilija Batas Bjeli\u0107\", \"Goran Savi\u0107\", \"Ilija Vujasinovi\u0107\"], pages: \"90\" },\n\n      { section: \"ELECTRONIC CIRCUITS AND SYSTEMS, AND SIGNAL PROCESSING (EKI)\", code: \"EKI1.1\", title: \"Machine Learning Techniques for Smart Agriculture - Invited paper\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/018_EKI1.1-95-106.pdf\", authors: [\"Zoran Stamenkovic\"], pages: \"95\" },\n\n      { section: \"ELECTRONICS (ELI)\", code: \"ELI1.2\", title: \"Utility losses due to electric vehicle charging\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/019_ELI1.2-107-111.pdf\", authors: [\"Milan Stojanovic\", \"Dejan Stevanovic\", \"Marko Dimitrijevic\", \"Dragan Vuckovic\"], pages: \"107\" },\n      { section: \"ELECTRONICS (ELI)\", code: \"ELI1.3\", title: \"Effect of Solar and Weather Parameters on LSTM-based Model Predictions of Solar Power Production\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/020_ELI1.3-112-116.pdf\", authors: [\"Novak Radivojevi\u0107\", \"Uro\u0161 Ili\u0107\", \"Andrija Petru\u0161i\u0107\", \"Miona Andrejevi\u0107 Sto\u0161ovi\u0107\"], pages: \"112\" },\n      { section: \"ELECTRONICS (ELI)\", code: \"ELI1.4\", title: \"Advanced Color Differentiation Approach for Basketball Hoops Detection\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/021_ELI1.4-117-120.pdf\", authors: [\"Petar Risti\u0107\", \"Miljana Mili\u0107\", \"Dejan Madi\u0107\"], pages: \"117\" },\n      { section: \"ELECTRONICS (ELI)\", code: \"ELI1.5\", title: \"Modelling and simulation of the dynamics within the LiFePO4 battery charger\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/022_ELI1.5-121-124.pdf\", authors: [\"Jelena Milojkovi\u0107\", \"Slobodan Bojani\u0107\", \"Octavio Nieto-Taladriz Garsia\", \"Miljana Mili\u0107\", \"Van\u010do Litovski\"], pages: \"121\" },\n\n      { section: \"METROLOGY (MLI)\", code: \"MLI1.1\", title: \"Temperature Effects on Precision Resistors: A Review of Methods for Determining Temperature and Load Coefficients, Their Advantages, Limitations and Results\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/023_MLI1.1-125-129.pdf\", authors: [\"Slobodan Suboti\u0107\", \"Jelena Jovanovi\u0107\", \"Milo\u0161 Jovanovi\u0107\", \"Neda Spasojevi\u0107\", \"Dragan Lazi\u0107\", \"Nikola Jovi\u010di\u0107\"], pages: \"125\" },\n      { section: \"METROLOGY (MLI)\", code: \"MLI2.1\", title: \"A Simple Virtual Sensor Approach for Black Carbon Estimation in Sensor Networks\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/024_MLI2.1-130-133.pdf\", authors: [\"Milo\u0161 Davidovi\u0107\", \"Milena Davidovi\u0107\", \"Maja Jovanovi\u0107\", \"Marija \u017divkovi\u0107\", \"Shahin Tabandeh\", \"Milena Jova\u0161evi\u0107-Stojanovi\u0107\"], pages: \"130\" },\n      { section: \"METROLOGY (MLI)\", code: \"MLI3.1\", title: \"Calculation of Measurement Uncertainty for Pressure and Force Transducers\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/025_MLI3.1-134-138.pdf\", authors: [\"Katarina Nestorovi\u0107\", \"Marina Simovi\u0107 Pavlovi\u0107\", \"Milan Jovanovi\u0107\", \"Veselin \u017divanovi\u0107\"], pages: \"134\" },\n      { section: \"METROLOGY (MLI)\", code: \"MLI4.2\", title: \"Evaluation of measurement uncertainty of a Digital AC Voltmeter using the Monte Carlo method\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/026_MLI4.2-139-143.pdf\", authors: [\"Sara Kasapovi\u0107\", \"Dragan Peji\u0107\", \"Nemanja Gazivoda\", \"Danilo Tamind\u017eija\", \"Marjan Urekar\", \"Platon Sovilj\"], pages: \"139\" },\n      { section: \"METROLOGY (MLI)\", code: \"MLI4.6\", title: \"Applied Implementation of a Biometric Identification System Based on Anthropometric Features\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/027_MLI4.6-144-148.pdf\", authors: [\"Sara Brati\u0107\", \"\u0110or\u0111e Novakovi\u0107\"], pages: \"144\" },\n\n      { section: \"MICROVAWE TECHNIQUE, TECHNOLOGIES AND SYSTEMS (MTI)\", code: \"MTI1.2\", title: \"Experiment with an Open Ring as an Idea for Microwave Microstrip Pressure Sensors on Textiles\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/028_MTI1.2-149-151.pdf\", authors: [\"Dusan Nesic\"], pages: \"149\" },\n\n      { section: \"NEW MATERIALS IN ELECTRICAL AND ELECTRONIC ENGINEERING (NMI)\", code: \"NMI1.1\", title: \"Advantages of simultaneous use of IS\/DS spectroscopy analysis in characterization of transport properties of ceramics and chalcogenide glasses - Invited paper\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/029_NMI1.1-152-159.pdf\", authors: [\"Mirjana \u0160iljegovi\u0107\", \"Milica Kisi\u0107\", \"Stevan Jankov\", \"Stevan Armakovi\u0107\"], pages: \"152\" },\n      { section: \"NEW MATERIALS IN ELECTRICAL AND ELECTRONIC ENGINEERING (NMI)\", code: \"NMI1.3\", title: \"Application of Steinmetz-type power laws to the loss description in NiFe alloys\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/030_NMI1.3-160-163.pdf\", authors: [\"Mariusz Najgebauer\", \"Krzysztof Chwastek\", \"Branko Koprivica\", \"Sr\u0111jan Divac\"], pages: \"160\" },\n      { section: \"NEW MATERIALS IN ELECTRICAL AND ELECTRONIC ENGINEERING (NMI)\", code: \"NMI1.5\", title: \"Penetration Depth and Magnetoimpedance Effect in CoFeSiB and FeNbCuSiB Amorphous Wires\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/031_NMI1.5-164-168.pdf\", authors: [\"Nebojsa Mitrovic\", \"Jelena Orelj\", \"Radoslav Surla\", \"Borivoje Nedeljkovic\", \"Vladimir Pavlovic\"], pages: \"164\" },\n      { section: \"NEW MATERIALS IN ELECTRICAL AND ELECTRONIC ENGINEERING (NMI)\", code: \"NMI1.6\", title: \"Microwave Characterization of Amorphous Fe72Cu1V4Si15B8 Ribbons: De-Embedding Analysis\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/032_NMI1.6-169-174.pdf\", authors: [\"Vedran Ibrahimovi\u0107\", \"Neboj\u0161a Mitrovi\u0107\"], pages: \"169\" },\n\n      { section: \"NUCLEAR ENGINEERING AND TECHNOLOGY (NTI)\", code: \"NTI1.1\", title: \"The reliability of electrical breakdown of gas-filled electronic components under impact of gamma radiation - Invited paper\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/033_NTI1.1-175-180.pdf\", authors: [\"Milic Pejovic\"], pages: \"175\" },\n      { section: \"NUCLEAR ENGINEERING AND TECHNOLOGY (NTI)\", code: \"NTI1.2\", title: \"Overview and analysis of the results of IAEA intercomparisons for simulated surface contamination samples\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/034_NTI1.2-181-184.pdf\", authors: [\"Jelena Krneta Nikolic\", \"Milica Raja\u010di\u0107\", \"Nata\u0161a Sarap\", \"Marija Jankovi\u0107\"], pages: \"181\" },\n      { section: \"NUCLEAR ENGINEERING AND TECHNOLOGY (NTI)\", code: \"NTI1.3\", title: \"Phases of Integrated Risk Management in CBRN Risk Mitigation and Recovery\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/035_NTI1.3-185-188.pdf\", authors: [\"Marina Dabeti\u0107\", \"Milica \u0106ur\u010di\u0107\", \"Sanela Veljkovi\u0107\"], pages: \"185\" },\n      { section: \"NUCLEAR ENGINEERING AND TECHNOLOGY (NTI)\", code: \"NTI1.4\", title: \"Nuclear diplomacy between international security and geopolitical competition\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/036_NTI1.4-189-191.pdf\", authors: [\"Sanela Veljkovi\u0107\", \"Milica \u0106ur\u010di\u0107\", \"Marina Dabeti\u0107\"], pages: \"189\" },\n\n      { section: \"ROBOTICS AND FLEXIBLE AUTOMATIZATION (ROI)\", code: \"ROI2.2\", title: \"Multi Body Dynamics Simulation of the off-Road Robotized Vehicle in the RoboShepherd System\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/037_ROI2.2-192-195.pdf\", authors: [\"Mi\u0161a Tomi\u0107\", \"Milo\u0161 Simonovi\u0107\", \"Vuka\u0161in Pavlovi\u0107\", \"Milo\u0161 Milo\u0161evi\u0107\", \"Nikola Vitkovi\u0107\", \"Milan Bani\u0107\"], pages: \"192\" },\n      { section: \"ROBOTICS AND FLEXIBLE AUTOMATIZATION (ROI)\", code: \"ROI2.3\", title: \"Use of a Genetic Algorithm to Determine the Optimal Path for the Autonomous Mobile Robot\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/038_ROI2.3-196-200.pdf\", authors: [\"Nastasija Nikoli\u0107\", \"Carlo Caiazzo\", \"Ivan Ma\u010du\u017ei\u0107\", \"Osmo Kauppila\", \"Arso Vuki\u0107evi\u0107\", \"Marko Djapan\"], pages: \"196\" },\n\n      { section: \"COMPUTING AND INFORMATION ENGINEERING (RTI)\", code: \"RTI2.1\", title: \"New Approaches to Data Protection in the Cloud - Invited paper\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/039_RTI2.1_201-212.pdf\", authors: [\"Pavle Vuleti\u0107\", \"\u017darko Stanisavljevi\u0107\"], pages: \"201\" },\n      { section: \"COMPUTING AND INFORMATION ENGINEERING (RTI)\", code: \"RTI3.4\", title: \"DuckDB-Powered Analytics Platform: Optimizing SQL Queries Across Heterogeneous Data Sources\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/040_RTI3.4-213-217.pdf\", authors: [\"Miljan Ilic\", \"Zoran Babovic\"], pages: \"213\" },\n\n      { section: \"ARTIFICIAL INTELLIGENCE (VII)\", code: \"VII1.4\", title: \"Classification of Employee Promotion Dataset Using Na\u00efve Bayes, J48, and Random Forest Algorithms\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/041_VII1.4-218-223.pdf\", authors: [\"Ljubica Plazini\u0107\", \"Vanja Lukovic\", \"Sanja Antic\"], pages: \"218\" },\n      { section: \"ARTIFICIAL INTELLIGENCE (VII)\", code: \"VII1.8\", title: \"Application of Artificial Intelligence in Personalized Learning\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/042_VII1.8-224-227.pdf\", authors: [\"Andrijana Gaborovi\u0107\", \"Marija Nikoli\u0107\", \"Vesna Ru\u017ei\u010di\u0107\"], pages: \"224\" },\n\n      { section: \"ASSOCIATED SESSION - DIGITALIZATION IN SCIENCE (AS\u2011DIGI)\", code: \"AS-DIGI1.1\", title: \"Contextual Sentiment Analysis Transforms the Interpretation of Big Data in Healthcare\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/043_AS-DIG1.1-228-232.pdf\", authors: [\"Gordana Jeli\u0107\", \"Danica Mamula Tartalja\", \"Enis Osmani\"], pages: \"228\" },\n\n      { section: \"ASSOCIATED SESSION - FORENSICS (AS\u2011FOI)\", code: \"AS-FOI1.1\", title: \"Adaptation of Sample Radiation to Environmental Conditions\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/044_AS-FO1.2-233-236.pdf\", authors: [\"Dragan Kne\u017eevi\u0107\", \"Milja Kne\u017eevi\u0107\", \"Milesa Sre\u0107kovi\u0107\"], pages: \"233\" },\n      { section: \"ASSOCIATED SESSION - FORENSICS (AS\u2011FOI)\", code: \"AS-FOI1.2\", title: \"Non-invasive Recording of Circulatory System\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/045_AS-FO1.3-237-240.pdf\", authors: [\"Milja Kne\u017eevi\u0107\", \"Dragan Kne\u017eevi\u0107\", \"Milesa Sre\u0107kovi\u0107\"], pages: \"237\" },\n\n      { section: \"ASSOCIATED SESSION - HERITOLOGY (AS\u2011HEI)\", code: \"AS-HEI1.1\", title: \"Digitalization of Medieval Romanesque Church Portals in Serbia: From Underlying Geometry to the Reasemblabble 3D-printed models\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/046_AS-HE1.3-241-245.pdf\", authors: [\"Tijana Fili\u0107\", \"Magdalena Dragovi\u0107\", \"Ana Uro\u0161evi\u0107\", \"Vladimir Vukovi\u0107\", \"Jovana Jovanovi\u0107\", \"Sanja Pu\u0161i\u010di\u0107\", \"Sr\u0111an Milanovi\u0107\"], pages: \"241\" },\n\n      { section: \"ASSOCIATED SESSION - MULTIDISCIPLINARY (AS\u2011MDI)\", code: \"AS-MDI1.1\", title: \"Plenty of room at the bottom, complexity to the top - Invited paper\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/047_AS-MD1.1-246-252.pdf\", authors: [\"Olga Jak\u0161i\u0107\", \"Zoran Jak\u0161i\u0107\"], pages: \"246\" },\n      { section: \"ASSOCIATED SESSION - MULTIDISCIPLINARY (AS\u2011MDI)\", code: \"AS-MDI1.2\", title: \"Citizen Science and Astroinformatics\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/048_AS-MD1.2-253-258.pdf\", authors: [\"Miodrag Malovi\u0107\", \"Nemanja Raki\u0107\", \"Milanka Pe\u0107anac\"], pages: \"253\" },\n\n      { section: \"ASSOCIATED SESSION - THERMAL PERFORMANCES (AS\u2011TPI)\", code: \"AS-TPI1.1\", title: \"Melting Temperatures and Electrical Conductivity of Lead-Free Soldering Alloys for Filler Materials\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/049_AS-TP1.2-259-263.pdf\", authors: [\"Zoran Karastojkovi\u0107\", \"Milesa Sre\u0107kovi\u0107\", \"Radi\u0161a Peri\u0107\", \"Mi\u0161a Stevi\u0107\", \"Nada Ratkovi\u0107 Kova\u010devi\u0107\", \"Miodrag Malovi\u0107\"], pages: \"259\" },\n      { section: \"ASSOCIATED SESSION - THERMAL PERFORMANCES (AS\u2011TPI)\", code: \"AS-TPI1.2\", title: \"Analytical Determination of Temperature Distribution Using Green Function in Passive Cooling Heatsinks for Power Converters\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/050_AS-TP1.3-264-268.pdf\", authors: [\"Dragan Pavlovi\u0107\", \"Nikola Zivkovi\u0107\", \"Milan Ponjavi\u0107\"], pages: \"264\" },\n\n      { section: \"AUTHOR INDEX\", code: \"AUTHOR INDEX\", title: \"AUTHOR INDEX (PDF)\", href: \"https:\/\/www.etran.rs\/2025\/E_ZBORNIK_IcETRAN_2025\/051_IcETRAN2025AUTHORINDEX.pdf\", authors: [], pages: \"269\" },\n    ];\n\n    const sectionsRoot = document.getElementById('proc-sections');\n    const quicklinksRoot = document.getElementById('proc-quicklinks');\n\n    const sectionOrder = [\n      \"KEYNOTE LECTURES\",\n      \"ACOUSTICS (AKI)\",\n      \"ANTENNAS AND PROPAGATION (API)\",\n      \"AUTOMATION (AUI)\",\n      \"BIOMEDICAL ENGINEERING (BTI)\",\n      \"EDUCATION (EDUI)\",\n      \"POWER ENGINEERING (EEI)\",\n      \"ELECTRONIC CIRCUITS AND SYSTEMS, AND SIGNAL PROCESSING (EKI)\",\n      \"ELECTRONICS (ELI)\",\n      \"METROLOGY (MLI)\",\n      \"MICROVAWE TECHNIQUE, TECHNOLOGIES AND SYSTEMS (MTI)\",\n      \"NEW MATERIALS IN ELECTRICAL AND ELECTRONIC ENGINEERING (NMI)\",\n      \"NUCLEAR ENGINEERING AND TECHNOLOGY (NTI)\",\n      \"ROBOTICS AND FLEXIBLE AUTOMATIZATION (ROI)\",\n      \"COMPUTING AND INFORMATION ENGINEERING (RTI)\",\n      \"ARTIFICIAL INTELLIGENCE (VII)\",\n      \"ASSOCIATED SESSION - DIGITALIZATION IN SCIENCE (AS\u2011DIGI)\",\n      \"ASSOCIATED SESSION - FORENSICS (AS\u2011FOI)\",\n      \"ASSOCIATED SESSION - HERITOLOGY (AS\u2011HEI)\",\n      \"ASSOCIATED SESSION - MULTIDISCIPLINARY (AS\u2011MDI)\",\n      \"ASSOCIATED SESSION - THERMAL PERFORMANCES (AS\u2011TPI)\",\n      \"AUTHOR INDEX\"\n    ];\n\n    const slug = (s) => 'proc-' + s.toLowerCase().replace(\/[^a-z0-9]+\/g,'-').replace(\/(^-|-$)\/g,'');\n\n    function groupBy(arr, key) { return arr.reduce((acc, item) => { (acc[item[key]] ||= []).push(item); return acc; }, {}); }\n\n    function renderQuicklinks() {\n      quicklinksRoot.innerHTML = '';\n      sectionOrder.filter(sec => sec !== 'AUTHOR INDEX').forEach(sec => {\n        const chip = document.createElement('span');\n        chip.className = 'proc-chip';\n        const a = document.createElement('a');\n        a.href = '#' + slug(sec);\n        a.textContent = sec.match(\/^[A-Z\\- ]+\\(([A-Z]+)\\)\/)?.[1] || sec.split(' ')[0];\n        chip.appendChild(a);\n        quicklinksRoot.appendChild(chip);\n      });\n    }\n\n    function render(data) {\n      const grouped = groupBy(data, 'section');\n      sectionsRoot.innerHTML = '';\n\n      sectionOrder.forEach(sec => {\n        const items = grouped[sec] || [];\n        if (!items.length) return;\n\n        const details = document.createElement('details');\n        details.className = 'proc-section';\n        details.id = slug(sec);\n        details.open = items.length <= 6 || sec.includes('KEYNOTE');\n\n        const summary = document.createElement('summary');\n        summary.innerHTML = `<span>${sec}<\/span><small><span class=\"proc-count\">${items.length} papers<\/span><\/small>`;\n        details.appendChild(summary);\n\n        const grid = document.createElement('div');\n        grid.className = 'proc-cards';\n\n        items.forEach(p => {\n          const art = document.createElement('article');\n          art.className = 'proc-paper';\n          art.dataset.section = p.section;\n          art.dataset.title = p.title.toLowerCase();\n          art.dataset.authors = p.authors.join(', ').toLowerCase();\n          art.dataset.code = p.code.toLowerCase();\n\n          const top = document.createElement('div');\n          top.className = 'proc-meta';\n          const code = document.createElement('div');\n          code.className = 'proc-code';\n          code.textContent = p.code;\n          const pages = document.createElement('div');\n          pages.className = 'proc-pages';\n          pages.textContent = p.pages ? `p. ${p.pages}` : '';\n          top.append(code, pages);\n\n          const t = document.createElement('div');\n          t.className = 'proc-title';\n          if (p.href) {\n            const a = document.createElement('a');\n            a.href = p.href; a.target = '_blank'; a.rel = 'noopener';\n            a.textContent = p.title;\n            t.appendChild(a);\n          } else {\n            t.textContent = p.title;\n          }\n\n          const aEl = document.createElement('div');\n          aEl.className = 'proc-authors';\n          aEl.textContent = p.authors.join(', ');\n\n          art.append(top, t, aEl);\n          grid.appendChild(art);\n        });\n\n        details.appendChild(grid);\n        sectionsRoot.appendChild(details);\n      });\n    }\n\n    \/\/ Initial render\n    renderQuicklinks();\n    render(DATA);\n\n    \/\/ Interactions\n    const q = document.getElementById('proc-q');\n    const sectionFilter = document.getElementById('proc-sectionFilter');\n    const sortBy = document.getElementById('proc-sortBy');\n    const clearBtn = document.getElementById('proc-clearBtn');\n\n    function applyFilters() {\n      const query = (q.value || '').trim().toLowerCase();\n      const sec = sectionFilter.value;\n      const sortKey = sortBy.value;\n\n      let filtered = DATA.filter(p => !sec || p.section === sec);\n      if (query) {\n        filtered = filtered.filter(p =>\n          p.title.toLowerCase().includes(query) ||\n          p.authors.join(', ').toLowerCase().includes(query) ||\n          p.code.toLowerCase().includes(query)\n        );\n      }\n\n      filtered.sort((a, b) => {\n        if (sortKey === 'title') return a.title.localeCompare(b.title);\n        return a.code.localeCompare(b.code, undefined, { numeric: true, sensitivity: 'base' });\n      });\n\n      render(filtered);\n\n      if (sec) {\n        requestAnimationFrame(() => {\n          const el = document.getElementById(slug(sec));\n          if (el) {\n            el.open = true;\n            const y = el.getBoundingClientRect().top + window.scrollY - 70;\n            window.scrollTo({ top: y, behavior: 'smooth' });\n          }\n        });\n      }\n    }\n\n    q.addEventListener('input', applyFilters);\n    sectionFilter.addEventListener('change', applyFilters);\n    sortBy.addEventListener('change', applyFilters);\n    clearBtn.addEventListener('click', () => {\n      q.value = '';\n      sectionFilter.value = '';\n      sortBy.value = 'code';\n      applyFilters();\n      window.scrollTo({ top: 0, behavior: 'smooth' });\n    });\n\n    \/\/ Author Index link\n    document.getElementById('proc-jump-author-index').addEventListener('click', (e) => {\n      e.preventDefault();\n      const item = DATA.find(d => d.section === 'AUTHOR INDEX');\n      if (item && item.href) {\n        window.open(item.href, '_blank', 'noopener');\n      }\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>IcETRAN 2025 \u2013 Proceedings IcETRAN 2025 \u2022 Proceedings IMPRESSUM Author Index Search and filter papers by section. The page is mobile\u2011friendly. All sectionsKEYNOTE LECTURESACOUSTICS (AKI)ANTENNAS AND PROPAGATION (API)AUTOMATION (AUI)BIOMEDICAL ENGINEERING (BTI)EDUCATION (EDUI)POWER ENGINEERING (EEI)ELECTRONIC CIRCUITS AND SYSTEMS, AND SIGNAL PROCESSING (EKI)ELECTRONICS (ELI)METROLOGY (MLI)MICROVAWE TECHNIQUE, TECHNOLOGIES AND SYSTEMS (MTI)NEW MATERIALS IN ELECTRICAL AND ELECTRONIC ENGINEERING (NMI)NUCLEAR &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-5515","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Proceedings -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.etran.rs\/2025\/en\/proceeding\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Proceedings -\" \/>\n<meta property=\"og:description\" content=\"IcETRAN 2025 \u2013 Proceedings IcETRAN 2025 \u2022 Proceedings IMPRESSUM Author Index Search and filter papers by section. The page is mobile\u2011friendly. All sectionsKEYNOTE LECTURESACOUSTICS (AKI)ANTENNAS AND PROPAGATION (API)AUTOMATION (AUI)BIOMEDICAL ENGINEERING (BTI)EDUCATION (EDUI)POWER ENGINEERING (EEI)ELECTRONIC CIRCUITS AND SYSTEMS, AND SIGNAL PROCESSING (EKI)ELECTRONICS (ELI)METROLOGY (MLI)MICROVAWE TECHNIQUE, TECHNOLOGIES AND SYSTEMS (MTI)NEW MATERIALS IN ELECTRICAL AND ELECTRONIC ENGINEERING (NMI)NUCLEAR &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.etran.rs\/2025\/en\/proceeding\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-14T14:48:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.etran.rs\/2025\/en\/proceeding\/\",\"url\":\"https:\/\/www.etran.rs\/2025\/en\/proceeding\/\",\"name\":\"Proceedings -\",\"isPartOf\":{\"@id\":\"https:\/\/www.etran.rs\/2025\/#website\"},\"datePublished\":\"2025-08-14T12:29:16+00:00\",\"dateModified\":\"2025-08-14T14:48:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.etran.rs\/2025\/en\/proceeding\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.etran.rs\/2025\/en\/proceeding\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.etran.rs\/2025\/en\/proceeding\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.etran.rs\/2025\/en\/home-english\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Proceedings\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.etran.rs\/2025\/#website\",\"url\":\"https:\/\/www.etran.rs\/2025\/\",\"name\":\"IcETRAN 2025\",\"description\":\"XII IcETRAN Conference 2025 - \u010ca\u010dak, June 9-12, 2025.\",\"publisher\":{\"@id\":\"https:\/\/www.etran.rs\/2025\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.etran.rs\/2025\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.etran.rs\/2025\/#organization\",\"name\":\"ETRAN Society\",\"alternateName\":\"ETRAN\/IcETRAN\",\"url\":\"https:\/\/www.etran.rs\/2025\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.etran.rs\/2025\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.etran.rs\/2025\/wp-content\/uploads\/2023\/05\/cropped-etrannovilogo-removebg-preview-e1684584979855.png\",\"contentUrl\":\"https:\/\/www.etran.rs\/2025\/wp-content\/uploads\/2023\/05\/cropped-etrannovilogo-removebg-preview-e1684584979855.png\",\"width\":250,\"height\":54,\"caption\":\"ETRAN Society\"},\"image\":{\"@id\":\"https:\/\/www.etran.rs\/2025\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Proceedings -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.etran.rs\/2025\/en\/proceeding\/","og_locale":"en_US","og_type":"article","og_title":"Proceedings -","og_description":"IcETRAN 2025 \u2013 Proceedings IcETRAN 2025 \u2022 Proceedings IMPRESSUM Author Index Search and filter papers by section. The page is mobile\u2011friendly. All sectionsKEYNOTE LECTURESACOUSTICS (AKI)ANTENNAS AND PROPAGATION (API)AUTOMATION (AUI)BIOMEDICAL ENGINEERING (BTI)EDUCATION (EDUI)POWER ENGINEERING (EEI)ELECTRONIC CIRCUITS AND SYSTEMS, AND SIGNAL PROCESSING (EKI)ELECTRONICS (ELI)METROLOGY (MLI)MICROVAWE TECHNIQUE, TECHNOLOGIES AND SYSTEMS (MTI)NEW MATERIALS IN ELECTRICAL AND ELECTRONIC ENGINEERING (NMI)NUCLEAR &hellip;","og_url":"https:\/\/www.etran.rs\/2025\/en\/proceeding\/","article_modified_time":"2025-08-14T14:48:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.etran.rs\/2025\/en\/proceeding\/","url":"https:\/\/www.etran.rs\/2025\/en\/proceeding\/","name":"Proceedings -","isPartOf":{"@id":"https:\/\/www.etran.rs\/2025\/#website"},"datePublished":"2025-08-14T12:29:16+00:00","dateModified":"2025-08-14T14:48:27+00:00","breadcrumb":{"@id":"https:\/\/www.etran.rs\/2025\/en\/proceeding\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.etran.rs\/2025\/en\/proceeding\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.etran.rs\/2025\/en\/proceeding\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.etran.rs\/2025\/en\/home-english\/"},{"@type":"ListItem","position":2,"name":"Proceedings"}]},{"@type":"WebSite","@id":"https:\/\/www.etran.rs\/2025\/#website","url":"https:\/\/www.etran.rs\/2025\/","name":"IcETRAN 2025","description":"XII IcETRAN Conference 2025 - \u010ca\u010dak, June 9-12, 2025.","publisher":{"@id":"https:\/\/www.etran.rs\/2025\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.etran.rs\/2025\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.etran.rs\/2025\/#organization","name":"ETRAN Society","alternateName":"ETRAN\/IcETRAN","url":"https:\/\/www.etran.rs\/2025\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.etran.rs\/2025\/#\/schema\/logo\/image\/","url":"https:\/\/www.etran.rs\/2025\/wp-content\/uploads\/2023\/05\/cropped-etrannovilogo-removebg-preview-e1684584979855.png","contentUrl":"https:\/\/www.etran.rs\/2025\/wp-content\/uploads\/2023\/05\/cropped-etrannovilogo-removebg-preview-e1684584979855.png","width":250,"height":54,"caption":"ETRAN Society"},"image":{"@id":"https:\/\/www.etran.rs\/2025\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.etran.rs\/2025\/wp-json\/wp\/v2\/pages\/5515","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.etran.rs\/2025\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.etran.rs\/2025\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.etran.rs\/2025\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.etran.rs\/2025\/wp-json\/wp\/v2\/comments?post=5515"}],"version-history":[{"count":16,"href":"https:\/\/www.etran.rs\/2025\/wp-json\/wp\/v2\/pages\/5515\/revisions"}],"predecessor-version":[{"id":7424,"href":"https:\/\/www.etran.rs\/2025\/wp-json\/wp\/v2\/pages\/5515\/revisions\/7424"}],"wp:attachment":[{"href":"https:\/\/www.etran.rs\/2025\/wp-json\/wp\/v2\/media?parent=5515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}