Do you wish to get REPARES newsletter?
Please, subscribe* here!
*By subscribing, you agree with the GDPR policy of UCT Prague.
stdClass Object ( [nazev] => REPARES [adresa_url] => [api_hash] => [seo_desc] => [jazyk] => en [jednojazycny] => [barva] => [indexace] => 1 [obrazek] => [ga_force] => [cookie_force] => [secureredirect] => 1 [google_verification] => UOa3DCAUaJJ2C3MuUhI9eR1T9ZNzenZfHPQN4wupOE8 [ga_account] => UA-10822215-5 [ga_domain] => [gtm_id] => [gt_code] => [kontrola_pred] => [omezeni] => 0 [pozadi1] => 0003~~C8ivSkw5vFYhyDXAMcg1WKEktbgEAA.png [pozadi2] => [pozadi3] => [pozadi4] => [pozadi5] => [robots] => [htmlheaders] => [iduzel] => 49297 [platne_od] => 01.06.2021 15:30:00 [zmeneno_cas] => 01.06.2021 15:30:27.240749 [zmeneno_uzivatel_jmeno] => Lucie Pokorná [canonical_url] => [idvazba] => 55725 [cms_time] => 1653360703 [skupina_www] => Array ( ) [slovnik] => stdClass Object ( [preloader] => Wait a second... [logo_href] => / [logo] =>[logo_mobile_href] => / [logo_mobile] =>
[google_search] => [social_in_odkaz] => [social_fb_odkaz] => https://www.facebook.com/utvpvscht/ [social_tw_odkaz] => [social_yt_odkaz] => [intranet_odkaz] => [intranet_text] => [mobile_over_nadpis_menu] => Menu [mobile_over_nadpis_search] => Search [mobile_over_nadpis_jazyky] => Languages [mobile_over_nadpis_login] => Login [menu_home] => Homepage [more_info] => [paticka_mapa_odkaz] => [paticka_budova_a_nadpis] => BUILDING A [paticka_budova_a_popis] => Rector, Department of Communications, Department of Education, FCT Dean’s Office, Centre for Information Services [paticka_budova_b_nadpis] => BUILDING B [paticka_budova_b_popis] => Department of R&D, Dean’s Offices: FET, FFBT, FCE, Computer Centre, Department of International Relations, Bursar [paticka_budova_c_nadpis] => BUILDING C [paticka_budova_c_popis] => Crèche Zkumavka, General Practitioner, Department of Economics and Management, Department of Mathematics [paticka_budova_1_nadpis] => NATIONAL LIBRARY OF TECHNOLOGY [paticka_budova_1_popis] => [paticka_budova_2_nadpis] => CAFÉ CARBON [paticka_budova_2_popis] => [paticka_adresa] => UCT Prague
Technická 5
166 28 Prague 6 – Dejvice
IČO: 60461373 / VAT: CZ60461373
Czech Post certified digital mail code: sp4j9ch
Copyright: UCT Prague 2017
Information provided by the Department of International Relations and the Department of R&D. Technical support by the Computing Centre. [paticka_odkaz_mail] => mailto:Jan.Bartacek@vscht.cz [zobraz_desktop_verzi] => switch to desktop version [drobecky] => You are here: UCT Prague – [aktualizovano] => Updated [autor] => Author [social_in_title] => [social_fb_title] => [den_kratky_4] => [archiv_novinek] => [novinky_servis_archiv_rok] => [novinky_kategorie_1] => [novinky_kategorie_2] => [novinky_kategorie_3] => [novinky_kategorie_4] => [novinky_kategorie_5] => [novinky_archiv_url] => [novinky_servis_nadpis] => [novinky_dalsi] => [zobraz_mobilni_verzi] => [den_kratky_2] => [den_kratky_1] => [den_kratky_3] => [nepodporovany_prohlizec] => [den_kratky_5] => [den_kratky_0] => [social_li_odkaz] => [hledani_nadpis] => hledání [hledani_nenalezeno] => Nenalezeno... [hledani_vyhledat_google] => vyhledat pomocí Google ) [poduzel] => stdClass Object ( [49299] => stdClass Object ( [obsah] => [poduzel] => stdClass Object ( [49304] => stdClass Object ( [nazev] => [seo_title] => REPARES [seo_desc] => [autor] => [autor_email] => [obsah] => [urlnadstranka] => [ogobrazek] => [pozadi] => [iduzel] => 49304 [canonical_url] => [skupina_www] => Array ( ) [url] => /home [sablona] => stdClass Object ( [class] => boxy [html] => [css] => [js] => $(function() { setInterval(function () { $('*[data-countdown]').each(function() { CountDownIt('#'+$(this).attr("id")); }); },1000); setInterval(function () { $('.homebox_slider:not(.stop)').each(function () { slide($(this),true); }); },5000); }); function CountDownIt(selector) { var el=$(selector);foo = new Date; var unixtime = el.attr('data-countdown')*1-parseInt(foo.getTime() / 1000); if(unixtime<0) unixtime=0; var dnu = 1*parseInt(unixtime / (3600*24)); unixtime=unixtime-(dnu*(3600*24)); var hodin = 1*parseInt(unixtime / (3600)); unixtime=unixtime-(hodin*(3600)); var minut = 1*parseInt(unixtime / (60)); unixtime=unixtime-(minut*(60)); if(unixtime<10) {unixtime='0'+unixtime;} if(dnu<10) {unixtime='0'+dnu;} if(hodin<10) {unixtime='0'+hodin;} if(minut<10) {unixtime='0'+minut;} el.html(dnu+':'+hodin+':'+minut+':'+unixtime); } function slide(el,vlevo) { if(el.length<1) return false; var leva=el.find('.content').position().left; var sirka=el.width(); var pocet=el.find('.content .homebox').length-1; var cislo=leva/sirka*-1; if(vlevo) { if(cislo+1>pocet) cislo=0; else cislo++; } else { if(cislo==0) cislo=pocet-1; else cislo--; } el.find('.content').animate({'left':-1*cislo*sirka}); el.find('.slider_puntiky a').removeClass('selected'); el.find('.slider_puntiky a.puntik'+cislo).addClass('selected'); return false; } function slideTo(el,cislo) { if(el.length<1) return false; var sirka=el.width(); var pocet=el.find('.content .homebox').length-1; if(cislo<0 || cislo>pocet) return false; el.find('.content').animate({'left':-1*cislo*sirka}); el.find('.slider_puntiky a').removeClass('selected'); el.find('.slider_puntiky a.puntik'+cislo).addClass('selected'); return false; } [autonomni] => 1 ) ) [59375] => stdClass Object ( [nazev] => Mission & Vision [seo_title] => REPARES role [seo_desc] => [autor] => [autor_email] => [perex] =>REPARES (Research Platform on Antibiotic Resistance Spread through Wastewater Treatment Plants), a consortium of leading academic, industry, and policymakers knowledgeable in the Antibiotic Resistance (AR) subject, is geared towards contributing excellence in research on the spread of AR in wastewater treatment plants (WWTPs).
[ikona] => [obrazek] => [ogobrazek] => [pozadi] => [obsah] =>
The REPARES Team, mostly made up of academic leaders from top universities across Europe, has established strong cooperation with leading European innovators and internationally renowned experts in the water-related antibiotic resistance field.
Antibiotics were developed in 1940 solely for the treatment of infections in humans and animals. Over the years, diseases considered deadly were considered non-issues due to the effectiveness of these medicines. Regrettably, the benefits of antibiotics have been hampered by the development of resistance to antibiotics by bacteria. In recent times certain antibiotics used to eradicate some bacteria have become inactive. Antibiotic resistance (AR) has become prevalent, spreading primarily in populations and the environment. Thus, the development and proliferation of antibiotic resistance are classified among major global threats by the World Health Organization ( ). In addition, the European Centre for Disease Prevention and Control described the colossal effect of AR on the human population resulting in approximately 25,000 deaths per annum, costing the health care sector over € 1.5 billion every year.
Proper sanitation of the water cycle is essential to sustain environmental and human health. The role of wastewater treatment plants (WWTPs) and their microbiomes as putative hotspots for the proliferation of antibiotic resistance has questioned how effective these treatment systems are. Increasingly rising public, stakeholders, and governmental perception on this issue has highlighted the need for new quality criteria and installation upgrades.
Despite the gravity of the AR problem, in the wastewater sector, methodological biases have been the sole limiting factor on adequately monitoring the emission, fate, and possible amplification or removal of antibiotic-resistant bacteria (ARB) and antibiotic resistance genes (ARGs) across WWTPs. Indeed, there is an urgent need to develop standardized methods and a well-curated database for accurate identification, characterization, and quantification of antibiotic resistance in such complex water matrices as wastewater. These issues are what REPARES aims to solve during the project period.
REPARES aims at advancing the European community’s know-how on antibiotic resistance across sanitation waterways, which in the future will bring society closer to achieving the Sustainable Development Goal of the United Nations. REPARES will act as an important vector to disseminate information on antimicrobial resistance spread within European WWTPs beyond science and technology to reach the academic and non-academic communities utilizing open events, popularization publications, and operation of the REPARES web platform.
1 October 2019 - 30 September 2022
Webpage under serious reconstruction! Be back soon!
[urlnadstranka] => [ogobrazek] => [pozadi] => [iduzel] => 59392 [canonical_url] => [skupina_www] => Array ( ) [url] => /members [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) [59393] => stdClass Object ( [nazev] => Antibiotic resistance [seo_title] => Antibiotic resistance [seo_desc] => [autor] => [autor_email] => [obsah] =>Webpage under serious reconstruction! Be back soon!
[urlnadstranka] => [ogobrazek] => [pozadi] => [iduzel] => 59393 [canonical_url] => [skupina_www] => Array ( ) [url] => /antibiotic-resistance [sablona] => stdClass Object ( [class] => boxy [html] => [css] => [js] => $(function() { setInterval(function () { $('*[data-countdown]').each(function() { CountDownIt('#'+$(this).attr("id")); }); },1000); setInterval(function () { $('.homebox_slider:not(.stop)').each(function () { slide($(this),true); }); },5000); }); function CountDownIt(selector) { var el=$(selector);foo = new Date; var unixtime = el.attr('data-countdown')*1-parseInt(foo.getTime() / 1000); if(unixtime<0) unixtime=0; var dnu = 1*parseInt(unixtime / (3600*24)); unixtime=unixtime-(dnu*(3600*24)); var hodin = 1*parseInt(unixtime / (3600)); unixtime=unixtime-(hodin*(3600)); var minut = 1*parseInt(unixtime / (60)); unixtime=unixtime-(minut*(60)); if(unixtime<10) {unixtime='0'+unixtime;} if(dnu<10) {unixtime='0'+dnu;} if(hodin<10) {unixtime='0'+hodin;} if(minut<10) {unixtime='0'+minut;} el.html(dnu+':'+hodin+':'+minut+':'+unixtime); } function slide(el,vlevo) { if(el.length<1) return false; var leva=el.find('.content').position().left; var sirka=el.width(); var pocet=el.find('.content .homebox').length-1; var cislo=leva/sirka*-1; if(vlevo) { if(cislo+1>pocet) cislo=0; else cislo++; } else { if(cislo==0) cislo=pocet-1; else cislo--; } el.find('.content').animate({'left':-1*cislo*sirka}); el.find('.slider_puntiky a').removeClass('selected'); el.find('.slider_puntiky a.puntik'+cislo).addClass('selected'); return false; } function slideTo(el,cislo) { if(el.length<1) return false; var sirka=el.width(); var pocet=el.find('.content .homebox').length-1; if(cislo<0 || cislo>pocet) return false; el.find('.content').animate({'left':-1*cislo*sirka}); el.find('.slider_puntiky a').removeClass('selected'); el.find('.slider_puntiky a.puntik'+cislo).addClass('selected'); return false; } [autonomni] => 1 ) ) [49514] => stdClass Object ( [nazev] => [seo_title] => Media [seo_desc] => [autor] => [autor_email] => [perex] =>Webpage under serious reconstruction! Be back soon!
Are there properly treated? Did they disappear without a problem? Not so much. Have a look at our graphics and learn what is the fate of antibiotics in the environment. If you want to know more, have a look at our Antibiotic resistance page.
Wrong! You send them to a party to make new friends, share experiences, food, and genetic information. Let's see together what is going on at such a party and how it relates to us. Can antibiotics stop all the bacteria? Certainly not all of them, the unstoppable are called superbugs.
Let's see what are these antibiotic-resistant bacteria and what can we do to avoid them...
[urlnadstranka] => [ogobrazek] => [pozadi] => [iduzel] => 59785 [canonical_url] => [skupina_www] => Array ( ) [url] => /public-outcomes [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) [59396] => stdClass Object ( [nazev] => Contact [seo_title] => Contact [seo_desc] => [autor] => [autor_email] => [obsah] =>Project Coordinator, UCT Prague
Project Administration, Webmaster
Webmaster
[urlnadstranka] => [ogobrazek] => [pozadi] => [iduzel] => 59396 [canonical_url] => [skupina_www] => Array ( ) [url] => /contact [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) [56461] => stdClass Object ( [nazev] => Event registration [seo_title] => Event registration [seo_desc] => [autor] => [autor_email] => [obsah] => [urlnadstranka] => [ogobrazek] => [pozadi] => [iduzel] => 56461 [canonical_url] => [skupina_www] => Array ( ) [url] => /event-registration [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) [24134] => stdClass Object ( [obsah] => [iduzel] => 24134 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => [html] => [css] => [js] => [autonomni] => ) ) ) [iduzel] => 49299 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => [html] => [css] => [js] => [autonomni] => ) ) [49298] => stdClass Object ( [obsah] => [poduzel] => stdClass Object ( [49300] => stdClass Object ( [obsah] => [iduzel] => 49300 [canonical_url] => //repares.vscht.cz [skupina_www] => Array ( ) [url] => /[menu-main] [sablona] => stdClass Object ( [class] => api_html [html] => [css] => [js] => [autonomni] => 1 ) ) [49301] => stdClass Object ( [obsah] => [iduzel] => 49301 [canonical_url] => [skupina_www] => Array ( ) [url] => /[menu-top] [sablona] => stdClass Object ( [class] => api_html [html] => [css] => [js] => [autonomni] => 1 ) ) ) [iduzel] => 49298 [canonical_url] => [skupina_www] => Array ( ) [url] => /[en]/49298 [sablona] => stdClass Object ( [class] => api_html [html] => [css] => [js] => [autonomni] => 1 ) ) ) [sablona] => stdClass Object ( [class] => web [html] => [css] => [js] => [autonomni] => 1 ) [api_suffix] => )stdClass Object ( [nazev] => [seo_title] => Newsletter [seo_desc] => [autor] => [autor_email] => [perex] =>Newsletter 1 (May 2020)
Newsletter 2 (November 2020)
Newsletter 3 (March 2021)
Newsletter 4 (12/2021)
[ikona] => [obrazek] => 0001~~y0stL85JLSlJLVIwAgA.jpg [ogobrazek] => [pozadi] => [obsah] => [submenuno] => [urlnadstranka] => [iduzel] => 49516 [platne_od] => 30.12.2021 15:31:00 [zmeneno_cas] => 30.12.2021 15:31:59.522477 [zmeneno_uzivatel_jmeno] => Lucie Pokorná [canonical_url] => [idvazba] => 69946 [cms_time] => 1653360594 [skupina_www] => Array ( ) [slovnik] => Array ( ) [poduzel] => stdClass Object ( [52238] => stdClass Object ( [nazev] => Newsletter subscription [barva_pozadi] => cervena [uslideru] => false [text] =>Do you wish to get REPARES newsletter?
Please, subscribe* here!
*By subscribing, you agree with the GDPR policy of UCT Prague.
[poduzel] => Array ( ) [iduzel] => 52238 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => infobox [html] => [css] => [js] => [autonomni] => 0 ) ) [52564] => stdClass Object ( [obsah] => [poduzel] => stdClass Object ( [52565] => stdClass Object ( [obsah] => [iduzel] => 52565 [canonical_url] => [skupina_www] => Array ( ) [url] => /newsletter/52565 [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) [55638] => stdClass Object ( [obsah] => [iduzel] => 55638 [canonical_url] => [skupina_www] => Array ( ) [url] => /newsletter/55638 [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) [57322] => stdClass Object ( [obsah] => [iduzel] => 57322 [canonical_url] => [skupina_www] => Array ( ) [url] => /newsletter/57322 [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) [61659] => stdClass Object ( [obsah] => [iduzel] => 61659 [canonical_url] => [skupina_www] => Array ( ) [url] => /newsletter/newsletter-4 [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) ) [iduzel] => 52564 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => infobox [html] => [css] => [js] => [autonomni] => 0 ) ) [52094] => stdClass Object ( [obsah] => [poduzel] => stdClass Object ( [52130] => stdClass Object ( [nadpis] => [popis] => [platne_od] => 01.10.2019 [platne_do] => 01.10.2030 [odkaz] => [text_odkazu] => [obrazek_pozadi] => 0002~~C_bxdHENUshLVAh3dQIA.jpg [barva_textu] => [iduzel] => 52130 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => slider [html] => [css] => [js] => [autonomni] => 0 ) ) ) [iduzel] => 52094 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => slider [html] => [css] => [js] => [autonomni] => 0 ) ) ) [sablona] => stdClass Object ( [class] => stranka_obrazek_vertical [html] => [css] => [js] => [autonomni] => 1 ) [api_suffix] => )