Skip to content

Commit 11aced8

Browse files
authored
Update paper.bib (#80)
fix bibtex entries that had url instead of doi keys
1 parent 097ffe0 commit 11aced8

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

paper.bib

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ @article{baumann_2017_datacube
3030
title={The datacube manifesto},
3131
author={Baumann, Peter},
3232
journal={Retrieved from EarthServer website: http://earthserver. eu/tech/datacube-manifesto},
33+
doi = {https://earthserver.eu/tech/datacube-manifesto/The-Datacube-Manifesto.pdf},
3334
year={2017}
3435
}
3536

@@ -295,7 +296,7 @@ @misc{RGI_Consortium_2023
295296

296297
@misc{ASF_Sentinel1,
297298
title={Sentinel-1 Sentinel-1 RTC Product Guide},
298-
url={https://hyp3-docs.asf.alaska.edu/guides/rtc_product_guide/},
299+
doi={https://hyp3-docs.asf.alaska.edu/guides/rtc_product_guide/},
299300
publisher={Alaska Satellite Facility Distributed Active Archive Center},
300301
year={2023},
301302

@@ -304,7 +305,7 @@ @misc{ASF_Sentinel1
304305
@misc{Procida_Diataxis_documentation_framework,
305306
author = {Procida, Daniele},
306307
title = {{Diátaxis documentation framework}},
307-
url = {https://diataxis.fr/}
308+
doi = {https://diataxis.fr/}
308309
}
309310

310311
@misc{Marshall_Cherian_Henderson_2023,
@@ -397,11 +398,15 @@ @misc{Pandasteam_2024
397398
publisher={Zenodo},
398399
author={team, The pandas development},
399400
year={2024}, month=jan }
400-
@Manual{DaskLibrary,
401-
title = {Dask: Library for dynamic task scheduling},
402-
author = {{Dask Development Team}},
403-
year = {2016},
404-
url = {http://dask.pydata.org},
401+
402+
@InProceedings{DaskLibrary,
403+
author = { {M}atthew {R}ocklin },
404+
title = { {D}ask: {P}arallel {C}omputation with {B}locked algorithms and {T}ask {S}cheduling },
405+
booktitle = { {P}roceedings of the 14th {P}ython in {S}cience {C}onference },
406+
pages = { 126 - 132 },
407+
year = { 2015 },
408+
editor = { {K}athryn {H}uff and {J}ames {B}ergstra },
409+
doi = { 10.25080/Majora-7b98e3ed-013 }
405410
}
406411

407412

0 commit comments

Comments
 (0)