This commit is contained in:
2021-09-10 22:22:38 +02:00
parent f41dfb2835
commit 0ef4856e74
13 changed files with 926 additions and 20 deletions

View File

@ -24,7 +24,6 @@
<meta name="author" content="Matthijs S. Berends" />
<meta name="date" content="2021-08-25" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
@ -32,7 +31,7 @@
<link rel="next" href="intro.html"/>
<link rel="next" href="colophon.html"/>
<script src="libs/header-attrs-2.10/header-attrs.js"></script>
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6/dist/fuse.min.js"></script>
@ -137,8 +136,12 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni
<li><a href="./">A New Instrument for Microbial Epidemiology</a></li>
<li class="divider"></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Prerequisites</a></li>
<li class="chapter" data-level="1" data-path="intro.html"><a href="intro.html"><i class="fa fa-check"></i><b>1</b> Introduction</a></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Preamble</a>
<ul>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html#short-summary-250-words"><i class="fa fa-check"></i>Short summary (250 words)</a></li>
</ul></li>
<li class="chapter" data-level="" data-path="colophon.html"><a href="colophon.html"><i class="fa fa-check"></i>Colophon</a></li>
<li class="chapter" data-level="1" data-path="introduction.html"><a href="introduction.html"><i class="fa fa-check"></i><b>1</b> Introduction</a></li>
<li class="divider"></li>
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
@ -163,12 +166,15 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni
<h1 class="title">A New Instrument for Microbial Epidemiology</h1>
<h2 class="subtitle"><em>Empowering Antimicrobial Resistance Data Analysis</em></h2>
<p class="author"><em>Matthijs S. Berends</em></p>
<p class="date"><em>25 August 2021</em></p>
</div>
<div id="prerequisites" class="section level1 unnumbered">
<h1>Prerequisites</h1>
<p>txt</p>
<div id="preamble" class="section level1 unnumbered">
<h1>Preamble</h1>
<p>This is the integral PhD thesis A New Instrument for Microbial Epidemiology (DOI <a href="https://doi.org/10.33612/diss.177417131">10.33612/diss.177417131</a>) by <a href="https://www.rug.nl/staff/m.s.berends">Matthijs S. Berends</a>, which was defended publicly at the University of Groningen, the Netherlands, on 25 August 2021.</p>
<p>All texts were copied from the printed version as is; no modifications were made.</p>
<div id="short-summary-250-words" class="section level3 unnumbered">
<h3>Short summary (250 words)</h3>
<p>Treating infectious diseases requires insights into the microorganisms causing infectious diseases. Antimicrobial resistance (AMR) in microorganisms limits treatment possibilities and poses an enormous healthcare problem worldwide. The spread and AMR patterns of microorganisms, risk factors for infection, and preventive and control measures of infectious disease are studied within the field of Microbial Epidemiology, a cross-over field between Epidemiology and Clinical Microbiology. For analysing the spread and AMR patterns of microorganisms, however, no standardised method previously existed. This thesis showcases the development and applied use of a new instrument to analyse AMR data: the AMR package for R. From multiple viewpoints, the AMR package and its advantages are put into perspective: from a technical viewpoint, from an infection management viewpoint and from a clinical viewpoint. These combined provide a common ground for comprehending what the AMR package could yield in the field and how it can set a new empowered starting point for future applications of microbial epidemiology, in clinical and research settings alike. This thesis subsequently elaborates on these multiple viewpoints by illustrating the use of this new instrument in epidemiological research projects in the Dutch-German cross-border region to better understand the occurrence and AMR patterns of microorganisms on a (eu)regional level. In conclusion, this thesis shows the added value of a consistent data-analytical instrument to prepare and analyse AMR data in a full-region approach, that can also be used in clinical settings to obtain novel insights on AMR patterns.</p>
</div>
</div>
</section>
@ -176,7 +182,7 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni
</div>
</div>
<a href="intro.html" class="navigation navigation-next navigation-unique" aria-label="Next page"><i class="fa fa-angle-right"></i></a>
<a href="colophon.html" class="navigation navigation-next navigation-unique" aria-label="Next page"><i class="fa fa-angle-right"></i></a>
</div>
</div>
<script src="libs/gitbook-2.6.7/js/app.min.js"></script>