aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-11-05 15:30:24 +0100
committern-peugnet <n.peugnet@free.fr>2021-11-05 15:30:24 +0100
commit1e426416161d6f1606dc97297fb070b596b403a7 (patch)
treeaef0edd4b61301a5973d090341344dec66f2c00f
parent7314b65897409b5cb195730eed8927ee0153a8cf (diff)
downloaddna-backup-1e426416161d6f1606dc97297fb070b596b403a7.tar.gz
dna-backup-1e426416161d6f1606dc97297fb070b596b403a7.zip
add doi numbers and links using natbib
-rw-r--r--pdf/doc.bib15
-rw-r--r--pdf/doc.tex10
2 files changed, 19 insertions, 6 deletions
diff --git a/pdf/doc.bib b/pdf/doc.bib
index 76be4a7..2ffdd2d 100644
--- a/pdf/doc.bib
+++ b/pdf/doc.bib
@@ -6,6 +6,7 @@
number={6102},
pages={1628--1628},
year={2012},
+ doi={10.1126/science.1226355},
publisher={American Association for the Advancement of Science}
}
@@ -17,6 +18,7 @@
number={7435},
pages={77--80},
year={2013},
+ doi={10.1038/nature11875},
publisher={Nature Publishing Group}
}
@@ -28,6 +30,7 @@
number={1},
pages={38--43},
year={2012},
+ doi={10.4161/bbug.3.1.18223},
publisher={Taylor \& Francis}
}
@@ -39,6 +42,7 @@
number={1},
pages={1--6},
year={2017},
+ doi={10.1038/s41598-017-05188-1},
publisher={Nature Publishing Group}
}
@@ -50,6 +54,7 @@
number={1},
pages={1--5},
year={2019},
+ doi={10.1038/s41598-019-41228-8},
publisher={Nature Publishing Group}
}
@@ -75,6 +80,7 @@
booktitle={2010 IEEE 26th Symposium on Mass Storage Systems and Technologies (MSST)},
pages={1--8},
year={2010},
+ doi={10.1109/MSST.2010.5496989},
organization={IEEE}
}
@@ -94,6 +100,7 @@
number={4},
pages={1--26},
year={2012},
+ doi={10.1145/2385603.2385606},
publisher={ACM New York, NY, USA}
}
@@ -105,13 +112,17 @@
number={3},
pages={1--32},
year={2013},
+ doi={10.1145/2501620.2501623},
publisher={ACM New York, NY, USA}
}
@inproceedings{gao2019erofs,
- title={$\{$EROFS$\}$: A Compression-friendly Readonly File System for Resource-scarce Devices},
+ title={{EROFS}: A Compression-friendly Readonly File System for Resource-scarce Devices},
author={Gao, Xiang and Dong, Mingkai and Miao, Xie and Du, Wei and Yu, Chao and Chen, Haibo},
- booktitle={2019 $\{$USENIX$\}$ Annual Technical Conference ($\{$USENIX$\}$$\{$ATC$\}$ 19)},
+ booktitle={2019 {USENIX} Annual Technical Conference ({USENIX} {ATC} 19)},
+ isbn={978-1-939133-03-8},
+ publisher={{USENIX} Association},
+ url={https://www.usenix.org/conference/atc19/presentation/gao},
pages={149--162},
year={2019}
}
diff --git a/pdf/doc.tex b/pdf/doc.tex
index c9f2d39..c8c9389 100644
--- a/pdf/doc.tex
+++ b/pdf/doc.tex
@@ -3,6 +3,11 @@
% Set page dimentions
\usepackage[margin=35mm]{geometry}
+% Bibliography
+\usepackage[numbers]{natbib} % more bibliography options
+\usepackage[nottoc]{tocbibind} % add link to table of contents
+\bibliographystyle{plainnat} % more detailled plain bibliography
+
% Packages for french documents
\usepackage[french]{babel} % latex rules for french words
\usepackage[utf8]{inputenc} % UTF-8 encoding for special chars
@@ -33,9 +38,7 @@
% Hyperlinks
\usepackage{xurl} % allow word break for url wrapping
\usepackage[hidelinks]{hyperref} % create invisible clickable links
-
-% Bibliography
-\usepackage[nottoc]{tocbibind} % add link to table of contents
+\usepackage{doi} % add links to doi urls
% Appendices
\usepackage{appendix}
@@ -797,7 +800,6 @@ Lecture de la zone correspondant à la dernière version \\
% Bibliography
-\bibliographystyle{plain}
\bibliography{doc.bib}
% Glossary