Wait a second...
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] => 
    [ga4_account] => 
    [gtm_id] => 
    [gt_code] => 
    [kontrola_pred] => 
    [omezeni] => 0
    [pozadi1] => 0003~~C8ivSkw5vFYhyDXAMcg1WKEktbgEAA.png
    [pozadi2] => 
    [pozadi3] => 
    [pozadi4] => 
    [pozadi5] => 
    [robots] => 
    [htmlheaders] => 
    [newurl_domain] => 'repares.vscht.cz'
    [newurl_jazyk] => 'en'
    [newurl_akce] => '[en]'
    [newurl_iduzel] => 
    [newurl_path] => 8549/49296/49297
    [newurl_path_link] => Odkaz na newurlCMS
    [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] => 1713304248
    [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 [stahnout] => [dokumenty_kod] => [dokumenty_nazev] => [dokumenty_platne_od] => [dokumenty_platne_do] => ) [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 ) ) [69928] => stdClass Object ( [nazev] => Antibiotická rezistence v ČR: Jak společně zastavit nezastavitelné [seo_title] => Antibiotická rezistence v ČR: Jak společně zastavit nezastavitelné [seo_desc] => Pozvánka na důležitý seminář o antibiotické rezistenci (REPARES, CZEPAR, VŠCHT Praha) [autor] => Lucie Pokorná [autor_email] => krayzell@vscht.cz [perex] => [ikona] => [obrazek] => [ogobrazek] => [pozadi] => [obsah] =>

Česká platforma antibiotické rezistence Vás zve na seminář:

 

Antibiotická rezistence v ČR: Jak společně zastavit nezastavitelné

seminář o medicíně, mikrobiologii a životním prostředí pro širší odbornou veřejnost se díky projektu REPARES konal 17.5. 2023 od 9:30 ve Smetanově sále Autoklubu ČR (Opletalova 29, Praha 1) 

Boj s antibiotickou rezistencí vyžaduje multidisciplinární týmy expertů z oblasti humánní a veterinární medicíny, mikrobiologie a environmentální technologie. Cílem vznikající České platformy antibiotické rezistence (CZEPAR) je sdružovat odborníky z akademické sféry, praktické medicíny, firemního sektoru a státní správy.

Chcete se dozvědět více? Zaregistrujte se na seminář CZEPAR o možnostech mezioborového řešení problematiky antibiotické rezistence v České republice.

 

Program semináře 

09:00 – 09:30 

Registrace účastníků

09:30 – 09:40

Úvod semináře

 - Ing. Dana Kok, Ph.D. / Prof. Ing. Jan Bartáček, Ph.D. (Vysoká škola chemicko-technologická v Praze)

09:40 – 09:55

Fenomén antibiotická rezistence

 - doc. MUDr. Helena Žemličková, Ph.D. (Státní zdravotní ústav)

10:00 – 10:15

Klinické zkušenosti s managementem infekcí způsobených gramnegativními bakteriemi se závažnou rezistencí k antibiotikům

 - MUDr. Jan Závora a Ing. Gabriela Kroneislová (Všeobecné fakultní nemocnice a 1. Lékařská fakulta Univerzity Karlovy)

10:20 – 10:35

Meticilin rezistentní Staphylococcus aureus v českých a slovenských nemocnicích a komunitě

 - Mgr. Jan Tkadlec, Ph.D. (Fakultní nemocnice Motol, 2. Lékařská fakulta UK)

10:40 – 11:00

občerstvení

11:00 – 11:20

Problematika antibiotické rezistence z pohledu veterinární medicíny

 - MVDr. Tomáš Černý (Státní veterinární ústav Praha)

11:25 – 11:45

Interakce mezi společností a životním prostředím – One Health koncept

 - doc. RNDr. Monika Dolejská, Ph.D. (Ústav laboratorní medicíny,

Fakultní nemocnice Brno, CEITEC)

11:50 – 12:10

Antibiotická rezistence očima Evropské unie

 - MUDr. Pavel Březovský, MBA (Státní zdravotní ústav)

12:10 – 13:00

oběd

13:10 – 14:30

Panelová diskuse (1 moderátor, 3 – 4 panelisté)

14:30 – 14:50

občerstvení

14:50 – 15:05

Antibiotická rezistence na čistírnách odpadních vod

 - Ing. Petra Moťková, Ph.D. a Ing. Iveta Brožková, Ph.D. (Univerzita Pardubice)

15:10 – 15:25

Antibiotická rezistence ve vodách, kalech a dopady na životní prostředí i lidské zdraví

 - Ing. Sabina Purkrtová, Ph.D. (Vysoká škola chemicko-technologická v Praze)

15:30 – 15:45

Česká platforma antibiotické rezistence: Jak společně zastavit nezastavitelné

 - Ing. Dana Kok, Ph.D. / Prof. Ing. Jan Bartáček, Ph.D. (Vysoká škola chemicko-technologická v Praze)

15:45 – 15:55

Shrnutí semináře a pozvání na závěrečnou diskusi u občerstvení

16:00 – ??:??

Závěrečný networking

[urlnadstranka] => [iduzel] => 69928 [canonical_url] => [skupina_www] => Array ( ) [url] => /czepar [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [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] => 0003~~MwMA.png [ogobrazek] => [pozadi] => [obsah] =>

 ◳ 1 (png) → (ořez 215*215px)

 

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.

 

  • UCT will coordinate and work with AR experts to provide methodologies and development of the REPARES platform
  • UCP will leverage its expert leadership in wastewater-mediated antibiotic resistance.
  • TUDelft will deliver methods to apply for international projects successfully.
  • Wetsus will propel cooperation with the non-academic sector.
  • AAU will integrate the REPARES database within the world-accepted MiDAS.
  • UW will do the bioinformatics and the validation of qPCR primers.

 

Background

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.

 ◳ 2 (png) → (ořez 215*215px)REPARES Goals

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.

Duration of Project

1 October 2019 - 30 September 2022

The relevance of research on antibiotic resistance

  • Antibiotics are one of the common contaminants in wastewater.
  • The increased bacterial antibiotic resistance stems from the spread of antibiotic-resistant bacteria and the transfer of resistance genes.
  • Antibiotic resistance can be acquired through random gene mutations and/or by horizontal gene transfer.
  • The World Health Organization qualified antibiotic resistance development as a significant global threat to society.

REPARES Objectives ◳ Untitled design (jpg) → (originál)

  • The increasing level of UCT’s scientific excellence
  • Improving scientific profiles of UCT’s researchers
  • Increasing UCT’s ability to apply for international projects successfully
  • Fostering cooperation with the non-academic sector
  • Advancing European community’s know-how on antibiotic resistance occurrence and spread in Europe
[urlnadstranka] => [iduzel] => 59375 [canonical_url] => [skupina_www] => Array ( ) [url] => /project [sablona] => stdClass Object ( [class] => stranka_obrazek_vertical [html] => [css] => [js] => [autonomni] => 1 ) ) [59392] => stdClass Object ( [nazev] => Members [seo_title] => Members [seo_desc] => [autor] => [autor_email] => [obsah] =>

In total 49 members (except for REPARES members) joined the REPARES platform. The members are in total from 20 countries all around the world. The highest amount of people is from the Czech Republic, however, there are also more people from Belgium, Columbia, Denmark, France, the Netherlands, Poland, the United States of America, and the South African Republic. We also have one member from Argentina, Canada, Egypt, Great Britain, Ireland, Italy, Mexico, Spain, Sweden, Switzerland, and Norway.

Most of the members are from universities (29 members), companies (8 members), policymakers (4 members), institutions (3), and laboratories (2 members). There is also one member from the platform and 2 undefined members.

 ◳ MapChart_Map (png) → (originál)

Distribution of REPARES members across the world

[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!

Newsletter 1 (May 2020)

Newsletter 2 (November 2020)

Newsletter 3 (March 2021)

[ikona] => [obrazek] => [ogobrazek] => [pozadi] => [obsah] => [urlnadstranka] => [iduzel] => 49514 [canonical_url] => [skupina_www] => Array ( ) [url] => /media [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 ) ) [59785] => stdClass Object ( [nazev] => [seo_title] => Public outcomes [seo_desc] => [autor] => [autor_email] => [obsah] =>

What happens with antibiotic leftovers that you put in the garbage? And what about the antibiotics that humans and animals are taking?  

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.

 ◳ REPARES graphical abstract (jpg) → (originál)

 

Do you think that when you get rid of bacteria in the toilet, it’s over?

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...

 

Let's listen to the members of REPARES led by Jan Bartacek talk passionately about why we need to study antibiotic resistance in wastewater treatment plants and the environment. Members from all over Europe talk about how they view antibiotic resistance and what their research in conjunction with REPARES aims to achieve...

Research Platform on Antibiotic REsistance Spread through Wastewater Treatment Plants (REPARES) is an H2020 project dealing with one of the largest threats to human health globally - antibiotic resistance. REPARES brings together both academic and non-academic subjects in combating antibiotic resistance spread in the environment. If your project or research touches on this topic, join REPARES at https://repares.vscht.cz/ and help tackle antibiotic resistance together...

Immerse yourself in the captivating video by the REPARES Project, as it unveils the intricate web of antibiotic resistance propagation in wastewater treatment plants. Delve into the profound implications of this worldwide health crisis and witness the unwavering determination in the fight against it...

 

...

[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] =>

Research platform on antibiotic resistance spread through wastewater treatment plants

 ◳ Bartacek 5 (jpg) → (ořez 215*215px)

 

Jan Bartáček

Project Coordinator, UCT Prague

repares@vscht.cz

 ◳ Pokorna Lucie 6 (jpg) → (ořez 215*215px)

 

Lucie Pokorná

Project Administration, Webmaster

repares@vscht.cz

 ◳ Ojobe Lois (jpg) → (ořez 215*215px)

 

Bukola Lois Ojobe

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] => )

DATA


stdClass Object
(
    [nazev] => 
    [seo_title] => Events
    [seo_desc] => 
    [autor] => 
    [autor_email] => 
    [perex] => 

Seminar about antibiotic resistance (in CZECH)

[ikona] => [obrazek] => [ogobrazek] => [pozadi] => [obsah] => [submenuno] => [urlnadstranka] => [newurl_domain] => 'repares.vscht.cz' [newurl_jazyk] => 'en' [newurl_akce] => '/49299/49515' [newurl_iduzel] => [newurl_path] => 8549/49296/49297/49299/59375/49515 [newurl_path_link] => Odkaz na newurlCMS [iduzel] => 49515 [platne_od] => 11.04.2023 11:34:00 [zmeneno_cas] => 11.04.2023 11:34:31.509101 [zmeneno_uzivatel_jmeno] => Lucie Pokorná [canonical_url] => [idvazba] => 70327 [cms_time] => 1713304249 [skupina_www] => Array ( ) [slovnik] => Array ( ) [poduzel] => stdClass Object ( [52226] => stdClass Object ( [obsah] => [poduzel] => stdClass Object ( [52227] => stdClass Object ( [nadpis] => [popis] => [platne_od] => 01.10.2019 [platne_do] => 01.10.2030 [odkaz] => [text_odkazu] => [obrazek_pozadi] => 0003~~C_bxdHENUshLVAh3dQIA.jpg [barva_textu] => [iduzel] => 52227 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => slider [html] => [css] => [js] => [autonomni] => 0 ) ) ) [iduzel] => 52226 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => slider [html] => [css] => [js] => [autonomni] => 0 ) ) [56219] => stdClass Object ( [obsah] => [poduzel] => stdClass Object ( [56220] => stdClass Object ( [nazev] => Celia M. Manaia [seo_title] => Celia M. Manaia [seo_desc] => [autor] => [autor_email] => [obsah] =>

 ◳ Celia Manaia 1 (jpg) → (výška 215px)

Célia M. Manaia research interests in the field of antibiotic resistance have been focused on the dissemination of bacteria and genes across the urban water cycle, with a special interest in wastewater systems. She has been involved in multidisciplinary teams who have been interested in measuring antibiotic resistance impacts and in controlling its dissemination through engineering-based solutions. In the last years, she has been involved as a leader or participant in different national and international projects, of basic research, applied research, and mobility/networking with relevant impacts in the area.

 

[urlnadstranka] => [ogobrazek] => [pozadi] => [iduzel] => 56220 [canonical_url] => [skupina_www] => Array ( ) [url] => /project/events/56220 [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) ) [iduzel] => 56219 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => [html] => [css] => [js] => [autonomni] => ) ) [57196] => stdClass Object ( [obsah] => [poduzel] => stdClass Object ( [57197] => stdClass Object ( [nazev] => Seminar on the methods for ARB detection [seo_title] => Seminar on the methods for ARB detection [seo_desc] => [autor] => [autor_email] => [obsah] =>

 ◳ repares_logo_barva (png) → (šířka 450px)

Focus

  • The application of MALDI-TOF MS for the detection of ARGS
  • Phenotyping cultivation method

Target Group

Ph.D. candidates, postdocs, and MSc students interested in these topics 

When

25-27 January 2021 (Monday to Wednesday) 

Where

Online - Zoom (link will be sent on Friday, January 22)

Registration

Necessary through the email (repares@vscht.cz)

Program

  Time Title Speaker

Day 1

Monday, January 25, 2021

10:00-10:15 Introduction, practical information Sabina Purkrtová (UCT Prague)
10:15-11:15 Phenotyping cultivation methods for the detection of ARB - introduction + demonstration

Sabina Purkrtová (UCT Prague)

Milada Šolcová (UCT Prague)

11:15-11:30 Coffee break  
11:30-12:30

Antibiotic-resistant bacteria in wastewater and dissemination of antibiotic resistance in the environment 

 

Phenotyping cultivation methods for detection of ARB in the clinical practice and in the WWTP samples (discussion)

Special guest: Lucia Bírošová (the Slovak University of Technology in Bratislava)

 

 

Sabina Purkrtová (UCT Prague)

Special guest: Helena Žemličková (NIPH CZ - National Institute for Health Protection)

12:30-12:45 Closing of 1st day, questions  
  Time Title Speaker

Day 2

Tuesday, January 26, 2021

10:00-10:15 Introduction, practical information Sabina Purkrtová (UCT Prague)
10:15-11:15 MALDI-TOF MS - principle and its application for the identification of microorganisms and the lab practice Sabina Purkrtová (UCT Prague)
11:15-11:30 Coffee break  
11:30-12:30 MALDI-TOF MS and its application for the detection of SNP mutations in ARG genes Sabina Purkrtová (UCT Prague)
12:30-12:45 Closing of 2nd day, questions  
  Time Title Speaker

Day 3   Wednesday, January 27, 2021

10:00-10:15 Introduction, practical information Sabina Purkrtová (UCT Prague)
10:15-11:15 MALDI-TOF MS detection of antibiotic resistance mechanisms Special guest: Jaroslav Hrabák (Biomedical Center, Faculty of Medicine in Pilsen, Charles University)
11:15-11:30 Coffee break  
11:30-12:30 MALDI-TOF MS identification of antibiotic resistance mechanisms in the lab practice Milada Šolcová (UCT Prague)
12:30-12:45 Summary, closing  

Zoom recordings

Day 1 - first part Day 1 - second part Day 2, first part
Day 2, second part Day 3, first part Day 3, second part

Speakers

 ◳ Sabina Purkrtova 2 (jpg) → (ořez 215*215px)

Sabina Purkrtova is an assistant professor in the Department of Biochemistry and Microbiology UCT Prague. Since 2008 she is a team member of the Testing Laboratory of the Department of Biochemistry and Microbiology No. 1316.3 (accredited CIA by CSN EN ISO 17025) as the specialist for metrology and MALDI-TOF MS microbial identification.

Her research and pedagogic work focus on Food Microbiology in the fields of the detection and identification of microorganisms important for food safety and quality (by the cultivation and rapid methods as PCR and MALDI-TOF MS), food-borne bacteria genotyping, sequencing and gene expression, biofilm formation and antimicrobial resistance with the particular emphasis on the antibiotic resistome variability in the food chain and its connection to the other hotspots for antibiotic resistance emergence and selection.

 ◳ IMG_20210114_115922 2 (jpg) → (ořez 215*215px) Milada Šolcová is the second year Ph.D. student in the Department of Biochemistry and Microbiology UCT Prague. In 2019 she completed her master’s degree with a thesis called Application of MALDI-TOF MS and PCR for the detection of Salmonella spp. resistance to beta-lactam antibiotics. In 2018 she got 2nd place at the Student Scientific Conference in the Mass Spectrometry section. Her research is focused on the spread of antibiotic resistance through the food chain and the implementation of sequencing techniques for the determination of antibiotic resistance (nanopore sequencing, Illumina Solexa). Nowadays, she is working on her thesis called Bacterioma of the food chain and variability of its resistome. In this research, she is using methods such as PCR, MALDI-TOF MS identification, and nanopore sequencing MinION (Oxford Nanopore Technologies). 
 ◳ Lucia Birosova 2 (jpg) → (ořez 215*215px) Lucia Bírošová is an associate professor and head of the Department of Nutrition and Food Quality Assessment at the Faculty of Chemical and Food Technology, Slovak University of Technology. She works in the area of microbiology for more than 14 years. In 2015 she habilitated in Microbiology at the University of Veterinary Medicine and Pharmacy in Košice, Slovakia. She is a member of the National Scientific Panel for Biological Hazards, Emerging Risks Expert Network EFSA and Czechoslovak Society for Microbiology (a member of the examination board). In 2011 she gained ČSSM Award "Prize for the best Czech and Slovak microbiology" for her scientific results. In 2016 she was awarded by STU for the significant scientific team contribution. In 2013 she acquired the RAJO award for the best lecture at FIEP congress in the section “Nutrition, movement activities, and healthy active lifestyle”. Her research is focused mainly on the issue of antibiotic resistance in the food chain and the environment. It also addresses the monitoring of the natural and synthetic substances' biological effects or the study of intestinal microbiota in relation to nutrition. She is the author and co-author of several scientific articles in peer-reviewed scientific journals and chapters in foreign monographs, co-author of two domestic monographs, as well as university textbooks. She participates in various grant projects as a principal investigator or co-worker.
 ◳ doc. Zemlickova (png) → (ořez 215*215px)

Helena Žemličková is the associate professor of medical microbiology at the Third Faculty of Medicine Charles University and The National Institute of Public Health  (NIPH). She lectures on medical microbiology courses. She is the Head of the Department of Microbiology 3FM CU, UHKV and NIPH (the combined department for the Third Faculty of Medicine Charles University, University Hospital Královské Vinohrady and National Institute of Public Health). She is the Head of the National Reference Laboratory for Antibiotics. She is the national coordinator for EARS-Net (The European Antimicrobial Resistance Surveillance Network) and the Czech Republic focal point for the antibiotic resistance agenda at ECDC (European Centre for Disease Prevention and Control). She published more than 100 articles (h-index 28, Scopus, SC 55883970700) mainly on the topic of antibiotic resistance in clinically important bacterial species and its phenotype and genotype characteristics, epidemiological impact, and laboratory diagnostics.

 ◳ zmenšená 2 (jpg) → (ořez 215*215px) Jaroslav Hrabák is a professor of medical microbiology at the Faculty of Medicine in Pilsen Charles University  He lectures on microbiology courses and he administers his research work at the Department of Microbiology and in University Hospital in Pilsen. He is the senior researcher and manager of the Laboratory of Antibiotic Resistance and Applications of Mass Spectrometry in Microbiology in the Biomedical Center of the Faculty of Medicine in Pilsen. He published more than 80 articles (h-index 21, Scopus) mainly on the topic of antibiotic resistance and its mechanisms in medical microbiology including the applications of MALDI-TOF MS, Raman spectroscopy, and sequencing methods. He was the laureate of the 2015 Neuron prize for Young and Promising Scientists.

 

 

 

 

[urlnadstranka] => [ogobrazek] => [pozadi] => [iduzel] => 57197 [canonical_url] => [skupina_www] => Array ( ) [url] => /project/events/57197 [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) ) [iduzel] => 57196 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => slider [html] => [css] => [js] => [autonomni] => 0 ) ) [56368] => stdClass Object ( [obsah] => [poduzel] => stdClass Object ( [56369] => stdClass Object ( [nazev] => Fall school on transferable skills for researchers [seo_title] => Fall school on transferable skills for researchers [seo_desc] => [autor] => [autor_email] => [obsah] =>

 ◳ repares_logo_barva (png) → (šířka 450px)

Focus

  • Presentation and communication skills (Get out the academic bubble)
  • Creative publishing (Make your own video)
  • Social media (Tools to promote the projects and yourself as a researcher)

Target Group

Ph.D. candidates, postdocs, and MSc students interested in these topics 

When

24-26 November 2020 (Tuesday to Thursday) 

Where

Online - Zoom (link will be sent on Monday, November 23)

Registration

Necessary through the registration form (UCT workers, please, log in via open locker in the upper right corner of the page)

Program

Day 1 

Tuesday, November 24, 2020

Time Title Speaker
10:00-10:15 Introduction, practical information Dana Vejmelkova
10:20-10:50 Improvisation games Dana Bilkova + Filip Karda 
10:55-11:15 Break
11:20-12:10 Communication skills in practice - presentations of the participants I Lucia Hernandez Leal 
12:15-12:25 Short break
12:30-13:15 Scientific communication Marina Rantanen 
13:20-13:40 Break
13:45-14:30 Communication skills: collaboration with non-academic partners Lucia Hernandez Leal 

 

   

 


 

Day 2

Wednesday, November 25, 2020

 

 

 

 

 

Time Title Speaker
10:00-10:45 Basics to Video Planning and Production Peter Collman 
10:50-11:20 Break
11:25-12:10 Video and Rich Media Content for Practical Application Peter Collman 
12:15-12:45 Break
12:50-13:10 Experience from first REPARES video creation Dana Vejmelkova 
13:15-13:45 Video as a dissemination tool - brainstorming Work in groups

 

 

Day 3

Thursday, November 26, 2020

Time Title Speaker
10:00-10:45 Communication skills in practice - presentations of the participants II Lucia Hernandez Leal
10:50-11:00 Short break
11:05-11:35 Communication skills in practice - presentations of the participants III Lucia Hernandez Leal
11:40-12:00 Break
12:05-12:40 Every day like in a big scientific conference: The use of Twitter to further your research career Cristina Gagliano 
12:45-13:05 Social media channels in REPARES Lucie Pokorna + Blanka Pilatova
13:05-13:25 Break
13:30-14:00 How to use social media more efficiently within a project Lucie Pokorna + Blanka Pilatova
14:05-14:30 Summary, closing Dana Vejmelkova 

Speakers

 ◳ foto Dana (jpg) → (výška 215px) Dana Vejmelkova is an Assistant professor at the Department of Water Technology and Environmental Engineering of UCT Prague. Her research focuses on antimicrobial resistance at wastewater treatment plants and, more recently, on the presence of coronavirus in wastewaters. Since her doctoral studies, she has carried out research visits to TU Delft, University Vienna, and Wetsus. Within REPARES, she is the dissemination coordinator and leader of work package 1, which, among other things, deals with the organization of a series of seminars on the methodology and a summer/fall school on transferable skills. Thanks to the COVID-19 pandemic, these events have had to be moved online, which Dana sees as a challenge and at the same time a great opportunity to learn new ways of interacting.
 ◳ promo foto dana bílková (png) → (výška 215px)

Dana Bilkova has theatre as her hobby since secondary school and later on, she has started doing improvisation as well. She studied Organic technology and Specialization in Pedagogy at UCT Prague where she works as a popularizer of chemistry and a teambuilding facilitator. In her free time, Dana teaches improvisation and her passion is to connect theater and chemistry.

 ◳ promo foto filip karda (jpg) → (výška 215px)

Filip Karda has been doing improvisation since the start of his secondary school years. It is his hobby and a profession. Filip studied Drama and Education at the Theatre faculty of JAMU in Brno and Authorial acting at DAMU in Prague where he currently teaches as well. He is a facilitator in "Škola improvizace" (School of Improvisation) and a clown at "Zdravotní klaun" (Medical Clawn).

 ◳ WhatsApp Image 2020-09-02 at 15.06.34 - Copy (png) → (výška 215px)

Lucia Hernandez-Leal has more than 15 years of research experience on wastewater treatment, in particular on source-separated sanitation, removal of micropollutants, and more recently antimicrobial resistance in the water cycle. She has operated as a knowledge bridge between academia and business supporting the implementation of source-separated sanitation on the pilot and large scale.  At Wetsus, she has set up and coordinated a program for the research of AMR in the urban water cycle, studying the problem at the different sources such as hospital and communal wastewater, as well as the input of the agricultural sector, also involving water technology providers, clinical laboratories and waterboards. She currently co-supervises 4 Ph.D. projects and has coordinated the participation of Wetsus in 4 European projects on the subject of AMR in water in the past 6 years (Denewa, Health-i-Care, Meduwa, Repares).

 ◳ mmarantanen (jpg) → (výška 215px)

Marina Rantanen is an MSCA doctoral researcher working on mechatronics and cyber-physical systems at the Technical University Dortmund. She has previously worked on test automation and truck driving simulation at Scania, robotics projects at the European Space Agency (ESA), and smart mobility at the Royal Institute of Technology (KTH). Marina is an executive secretary at the Marie Curie Alumni Association (MCAA) and specializes in visual presentation and Science Communication. 

Talk: Scientists typically publish their research in peer-reviewed journals aimed at their disciplinary colleagues. There are other ways for scientists to communicate their research in an easy and understandable way. This is known as Science Communication and is often aimed at a broader (public) audience and includes simplifying research, imaginative and fun graphics for complex ideas, short articles and blog posts that educate and engage readers, and social media channels.
 ◳ Peter colleman (jpg) → (výška 215px)

Peter Collman, a technical writer for Broadcom Inc, works in the Czech Republic, producing technical documentation for mainframe global services and rich media content. He received several West Virginia Associated Press awards for small and large market radio news documentaries while working at WMUL-FM. 

Peter served as the community relations manager and injury prevention specialist and reached over 60,000 Atlanta youths with his message of avoiding spinal cord and brain trauma through safer behavior. 
Peter oversees podcasts on history and culture through Podcastnik, LLC Productions; his company. In 6 years, he has secured 2.8 million downloads, with content released in 3 languages. As the producer and host of his YouTube channel Past Access, Peter travels the world in search of historic insight into battles, culture, and human achievement while providing tips for wheelchair disabled travelers. 

 ◳ Cristina (jpg) → (výška 215px) Maria Cristina Gagliano currently works at Wetsus, European centre of excellence for sustainable water technology, as a scientific project manager. Her research focuses on many aspects of Water Treatment and Environmental Microbiology, with particular attention on Anaerobic Microbiology, EPS production, and Biofilm growth. The main methods involve fluorescence and confocal microscopy investigations to explore the function of complex microbial communities in several lab-scale setups. At Wetsus, she is also Theme Coordinator for the topic Biofilms, making connections between water companies and universities to build-up effective solutions for problems related to the drinking water distribution networks.
 ◳ Pokorna Lucie 5 (jpg) → (výška 215px) Lucie Pokorna did a joint doctorate at UCT Prague and Ghent University in Belgium and spent 8 months doing research at the University of South Florida, Tampa, US. She currently works at the Department of Water Technology and Environmental Engineering of UCT Prague. Apart from her research focusing on the removal of hydrogen sulfide from biogas and microaeration, Lucie is also working on the management and administration of projects REPARES (Research platform on antibiotic resistance spread through wastewater treatment plants), ARG Tech (Technologies for the removal of antibiotic resistance genes from sewage sludge applied in agriculture), and WST (Use of cloud-computing and predictive wastewater analysis to reduce emissions to the aquatic ecosystem) with a special focus on social media, promotion, and website and newsletter creation. 
 ◳ blanka_3 (jpg) → (výška 215px)

Blanka Pilatova is currently studying Industrial ecology and toxicology at UCT Prague with a focus on the life cycle assessment of industrial technologies.

She is also working as a social media manager for our university and in her spare time is trying to popularize ecology and chemistry in general on her Instagram platform.

 

 

 

 

[urlnadstranka] => [ogobrazek] => [pozadi] => [iduzel] => 56369 [canonical_url] => [skupina_www] => Array ( ) [url] => /project/events/fall-school [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) [58661] => stdClass Object ( [nazev] => Spring school on transferable skills for researchers [seo_title] => Spring school on transferable skills for researchers [seo_desc] => [autor] => [autor_email] => [obsah] =>

 ◳ repares_logo_barva (png) → (šířka 450px)

Focus

  • Career management 
  • Negotiation skills
  • Grant application and research proposal skills

Target Group

Ph.D. candidates, postdocs, and MSc students interested in these topics 

When

26-28 April 2021 (Monday to Wednesday), always 13:00 - 16:30 

Where

Online - Zoom (link will be sent on Friday, April 23)

Registration

Necessary through the registration form (UCT workers, please, log in via open locker in the upper right corner of the page)

Program

Day 1 

Monday, April 26, 2021

Time Title Speaker
13:00-13:15 Introduction, practical information Lucie Pokorna, Stanislav Gajdos
13:15-14:15 Biotechnologies in environmental protection - how to couple science with business Lukasz Driewniak (UW) 
14:15-14:30 Break
14:30-16:30 Career management in water sector Ondrej Benes (Veolia Water, CZ)

 

   

 


 

Day 2

Tuesday, April 27, 2021

 

 

 

 

 

Time Title Speaker
13:00-15:30

Negotiation skills with not always a good students/colleagues

(Break during the lecture)

Jana Chaloupkova (TAVIA) 
15:30-15:40 Break
15:40-16:30 Effective email communication Olga Strnadová (Educational centre ACZ)

 

 

Day 3

Wednesday, April 28, 2021

Time Title Speaker
13:00-13:15

Grant application and research proposal skills (Welcome and roundtable)

David Weissbrodt, Janine Pforr, Jaga Schreiber

13:15-13:45

1) Introduction on grants and diversity of grants

2) Insights into a personal grant and a collaborative grant

David Weissbrodt, Jaga Schreiber

Jaga Schreiber, Janine Pforr

14:00-14:15 Break
14:15-15:00

Key hints from grant/project management professionals

Jaga Schreiber, Janine Pforr, Local research funding advisors

15:00-15:15 Break
15:15-16:00 Hands-on on key tasks of a proposal preparation in breakout rooms David Weissbrodt, Janine Pforr, Jaga Schreiber
16:00-16:30 Conclusion and closure David Weissbrodt
16:30-16:40 Summary and closure Lucie Pokorna, Stanislav Gajdos

Speakers

 ◳ Pokorna Lucie 5 (jpg) → (výška 215px) Lucie Pokorna did a joint doctorate at UCT Prague and Ghent University in Belgium and spent 8 months doing research at the University of South Florida, Tampa, US. She currently works at the Department of Water Technology and Environmental Engineering of UCT Prague. Apart from her research focusing on the removal of hydrogen sulfide from biogas and microaeration, Lucie is also working on the management and administration of projects REPARES (Research platform on antibiotic resistance spread through wastewater treatment plants), ARG Tech (Technologies for the removal of antibiotic resistance genes from sewage sludge applied in agriculture), and WST (Use of cloud-computing and predictive wastewater analysis to reduce emissions to the aquatic ecosystem) with a special focus on social media, promotion, and website and newsletter creation. 
 ◳ 0001__KyjKT8vMAQA (jpg) → (ořez 215*215px)

Stanislav Gajdos is a Ph.D. student at UCT Prague working at the Department of Water Technology and Environmental Engineering, where he studies water microbiology with a focus on antibiotic resistance. Besides this research, he lectures Clinical Laboratory Instrumentation and Diagnostics at CTU Prague (Faculty of Biomedical Engineering) and deals with science-public communication (water consumption and technologies). He participates in MICROGENEL (Development of technology eliminating micropollutants and antibiotic resistance genes input into the environment and the human organism) and REPARES (Research platform on antibiotic resistance spread through wastewater treatment plants) projects and works as a translator of scientific publications.

 ◳ 031 2 (jpg) → (ořez 215*215px)

Łukasz Drewniak (Ph.D., D.Sc.) is an Assistant Professor at the Department of Environmental Microbiology and Biotechnology at the Faculty of Biology, University of Warsaw. He specializes in microbiology and environmental biotechnology and has been managing a research team, which conducts 13 scientific and 5 commercial projects in the field of the bioremediation of environments contaminated with metals (mainly cadmium, copper, lead, and zinc) and metalloids (arsenic), organic compounds and the biodegradation of organic waste materials. He specializes in scaling experiments from the laboratory to the pilot scale. His research is based on the use of environmental isolates, both pure cultures, and consortia of microorganisms, including denitrifying and sulfate-reducing bacteria. Łukasz Drewniak is a co-author of 50 publications in JCR journals and 13 patents. He is one of the leaders in the commercialization of research results and inventions developed at the University of Warsaw. He is also a founder and the main shareholder of the first spin-off company of the University of Warsaw – RDLS Ltd.

 ◳ ondrej-benes-nahled-1148x861 (jpg) → (ořez 215*215px)

Ondřej Beneš is a multi-skilled and internationally oriented manager with a strong pull on the goal. He graduated from the University of Chemistry and Technology in Prague, majoring in water protection and economics of industrial management. Ondřej subsequently completed additional studies (Ph.D., MBA, LL.M.) in the fields of environment, economics, law, and management at several foreign institutes in particular. He is actively involved in various professional associations: IWA (International Water Association), CzWA (Czech Water Association), SOVAK (Association of the field of water supply and sewerage, the member of the Directory Board), EUREAU (European Water Association, the member of the Directory Board). He is currently the Technical and Commercial Director for the Water business line at VEOLIA Czech Republic.

 ◳ fotka JCH 2 (jpg) → (ořez 215*215px)

Jana Chaloupkova supports individuals, managers, and leaders in their development. She personally has more than fifteen years of experience in management, business, and marketing. Jana has managed teams in an international environment and has experience with running virtual teams or building synergies of multicultural teams.
Jana shows in practice how to link the technical world with "soft-skills" elements. She graduated from the Faculty of Electrotechnics at the Czech Technical University in Prague. She has also undergone Person Centric Approach (PCA) psychotherapy training and now she is also engaged in therapeutic practice with a focus on personal development and personal motivation. She is a member of the Czech Association for psychotherapy and an accredited coach and member of the European Association of Coaches and Mentors (EMCC-ČAK)

 ◳ Olga Strnadová 2 (jpg) → (ořez 215*215px)

What can Olga Strnadová teach you? How to communicate easily and better understand people.

„I make a living by teaching and writing. I have been working as a lecturer in the field of communication and psychology since 2003. In the agency ACZ s.r.o. I lead, for example, courses in Professional E-mail Communication. At the same time, I work as editor-in-chief and I have ten years of editorial experience. That's why I dare say that I know how to write well. We will talk about what proper online communication should look like at the Effective e-mail communication webinar. I look forward to seeing you!“

 

 ◳ David W. 2 (jpg) → (ořez 215*215px)

David Weissbrodt received his Ph.D. in environmental biotechnology & molecular biology from EPFL with doctoral education at ETH Zürich, Switzerland. He was a postdoctoral scientist at ETH Zürich and Eawag – Swiss Federal Institute of Aquatic Science and Technology, prior to joining Aalborg University, Denmark, and the TU Delft as Swiss NSF Fellow. Since 2016 he is a faculty member and principal investigator at the TU Delft Department of Biotechnology. He teaches in both the Life Science & Technology and Civil Engineering & Geosciences programs. He received one of the best teaching awards of the Environmental Engineering track two years (2017/18, 2018/19) in a row. He is a member of the management committees of the specialist groups on Environmental Engineering Education (E3) and Microbial Ecology & Water Engineering (MEWE) of the International Water Association (IWA). His research was internationally rewarded with the 2019 inaugural IWA MEWE Early Career Researcher Award at the University of Hiroshima, Japan.

 ◳ JaninePforr-713x1024 2 (jpg) → (ořez 215*215px)

Janine Pforr is the project officer for the Department of Biotechnology at the Delft University of Technology. She provides pre-and post-award administrative support to the researchers in the department. As project officer, she is the first contact point for new projects and the connection between scientists on the one hand and University Administration on the other. Her background in scientific research allows her to understand project funding and proposal preparation from both sides. She is familiar with the Dutch National and the European Funding landscape.

 ◳ Jaga Schrebier 2 (jpg) → (ořez 215*215px) Jaga Schreiber is a Research Funding Advisor and Coordinator for Health, Life Sciences, and Biotechnology working at the Valorisation Centre at the Delft University of Technology. She provides funding advice and training to researchers at the TUD. Her aim is to tailor the support and identify suitable funding options based on the researcher’s interest, career stage, and network. She has built her expertise in research funding landscape over the years by working as funding and policy advisor at Leiden University (Leiden, NL), Charité – Universitätsmedizin Berlin (Berlin, DE) and since 2018 at TUD (Delft, NL). Trained as a biologist (MS) and neuroscientist (Ph.D.), she is in particular interested in life science and biomedical sciences as well as in the philosophy of science.

 

 

 

 

[urlnadstranka] => [ogobrazek] => [pozadi] => [iduzel] => 58661 [canonical_url] => [skupina_www] => Array ( ) [url] => /project/events/spring_school [sablona] => stdClass Object ( [class] => stranka [html] => [css] => [js] => [autonomni] => 1 ) ) ) [iduzel] => 56368 [canonical_url] => [skupina_www] => Array ( ) [url] => [sablona] => stdClass Object ( [class] => dokumenty [html] => [css] => [js] => [autonomni] => 0 ) ) ) [sablona] => stdClass Object ( [class] => stranka_ikona [html] => [css] => [js] => [autonomni] => 1 ) [api_suffix] => )

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.
switch to desktop version