Skip to content

Commit

Permalink
export bib file
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 15, 2024
1 parent 6c0b5fc commit a2a9ade
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
python src/eo_datascience/clean_nb.py
cp ./_toc.yml ./pythia/
cp ./Makefile ./pythia/
cp ./chapters/references.bib ./pythia/notebooks/
cp -R ./notebooks/. ./pythia/notebooks/
cd ./pythia
git config --local user.name "$GITHUB_ACTOR"
Expand All @@ -125,6 +126,7 @@ jobs:
python src/eo_datascience/clean_nb.py
cp ./_toc.yml ./pythia/
cp ./Makefile ./pythia/
cp ./chapters/references.bib ./pythia/notebooks/
cp -R ./notebooks/. ./pythia/notebooks/
cd ./pythia
git config --local user.name "$GITHUB_ACTOR"
Expand Down
16 changes: 9 additions & 7 deletions chapters/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ @acelik/colors-methods-and-mistakes-in-spatial-data-visualization-60d02e7f09fd
author = {Celik, Anil},
month = aug,
year = {2015},
file = {Snapshot:/home/mschobbe/Zotero/storage/BCKHNHID/colors-methods-and-mistakes-in-spatial-data-visualization-60d02e7f09fd.html:text/html},
}

@article{nguyen_examining_2021,
Expand Down Expand Up @@ -134,11 +133,13 @@ @article{bauer-marschallinger_toward_2019
file = {IEEE Xplore Abstract Record:/home/mschobbe/Zotero/storage/5QJ4V6PY/8444430.html:text/html},
}

@software{quast_getting_2024,
author = {Raphael Quast},
title = {EOmaps: A python package to visualize and analyze geographical datasets.},
doi = {10.5281/zenodo.6459598},
url = {https://doi.org/10.5281/zenodo.6459598}
@article{quast_getting_2024,
author = {Raphael Quast},
title = {EOmaps: A python package to visualize and analyze geographical datasets.},
doi = {10.5281/zenodo.6459598},
url = {https://doi.org/10.5281/zenodo.6459598},
journal = {},
year = {2024}
}

@article{rouse1974monitoring,
Expand All @@ -157,4 +158,5 @@ @online{nasa2020
year = {2020},
url = {https://earthobservatory.nasa.gov/features/MeasuringVegetation/measuring_vegetation_2.php},
urldate = {2024-07-26}
}
}

0 comments on commit a2a9ade

Please sign in to comment.