-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
95 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ repos: | |
rev: 24.8.0 | ||
hooks: | ||
- id: black | ||
types: [python] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.. _citenote: | ||
|
||
Citing Easy Climate | ||
======================== | ||
|
||
This is research software **made by scientists**. Citations help us justify the effort | ||
that goes into building and maintaining this project📣. | ||
|
||
If you used Easy Climate in your research, please consider citing our repository: | ||
|
||
Shenyulu. (2024). shenyulu/easyclimate. (Version 2024.12.0) [Software]. Zenodo. https://doi.org/10.5281/zenodo.10279567 | ||
|
||
This is an open-access repository and can be freely downloaded from | ||
https://doi.org/10.5281/zenodo.10279567 | ||
|
||
Here is a Bibtex entry to make things easier if you're using Latex: | ||
|
||
.. code:: bibtex | ||
@misc{easyclimate_v2024_12_0, | ||
author = {Yulu Shen}, | ||
title = {easyclimate: v2024.12.0}, | ||
month = dec, | ||
year = 2024, | ||
doi = {10.5281/zenodo.10279567}, | ||
url = {https://doi.org/10.5281/zenodo.10279567} | ||
} |