mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:02:19 +02:00
(v0.9.0.9006) added CITATION file
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Authors • AMR (for R)</title>
|
||||
<title>Citation and Authors • AMR (for R)</title>
|
||||
|
||||
<!-- favicons -->
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
@ -50,7 +50,7 @@
|
||||
<link href="extra.css" rel="stylesheet">
|
||||
<script src="extra.js"></script>
|
||||
|
||||
<meta property="og:title" content="Authors" />
|
||||
<meta property="og:title" content="Citation and Authors" />
|
||||
<meta property="og:image" content="https://msberends.gitlab.io/AMR/logo.png" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container template-authors">
|
||||
<div class="container template-citation-authors">
|
||||
<header>
|
||||
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
@ -84,7 +84,7 @@
|
||||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="index.html">AMR (for R)</a>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">0.9.0.9005</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">0.9.0.9006</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -226,6 +226,26 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="contents col-md-9">
|
||||
<div class="page-header">
|
||||
<h1>Citation</h1>
|
||||
|
||||
</div>
|
||||
|
||||
<p>Berends MS, Luz CF, Friedrich AW, Sinha BNM, Albers CJ, Glasner C (2019).
|
||||
“AMR - An R Package for Working with Antimicrobial Resistance Data.”
|
||||
<em>bioRxiv</em>.
|
||||
doi: <a href="https://doi.org/10.1101/810622">10.1101/810622</a>, <a href="https://doi.org/10.1101/810622">https://doi.org/10.1101/810622</a>.
|
||||
</p>
|
||||
<pre>@Article{,
|
||||
title = {AMR - An R Package for Working with Antimicrobial Resistance Data},
|
||||
author = {M S Berends and C F Luz and A W Friedrich and B N M Sinha and C J Albers and C Glasner},
|
||||
journal = {bioRxiv},
|
||||
publisher = {Cold Spring Harbor Laboratory},
|
||||
year = {2019},
|
||||
doi = {10.1101/810622},
|
||||
url = {https://doi.org/10.1101/810622},
|
||||
}</pre>
|
||||
|
||||
<div class="page-header">
|
||||
<h1>Authors</h1>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user