Skip to content

Commit

Permalink
update docs & add citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanchengyan committed Jun 13, 2024
1 parent fef9b9b commit 4ce401f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Fan"
given-names: "Chengyan"
- family-names: "Liu"
given-names: "Lin"
title: "FanInSAR: A Fancy InSAR time series library, in a Pythonic, fast, and flexible way"
version: 0.0.1
doi: 10.5281/zenodo.11398347
date-released: 2024-5-31
url: "https://doi.org/10.5281/zenodo.11398347"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ pip install git+https://github.com/Fanchengyan/FanInSAR.git

The detailed documentation is available at: <https://faninsar.readthedocs.io/en/latest/>

> :warning: **Note**
>
>FanInSAR is under active development and is currently in the alpha stage. Its API may change in the future until it reaches a stable version.
## Citation

> Fan, C., & Liu, L. (2024). FanInSAR: A Fancy InSAR time series library, in a Pythonic, fast, and flexible way (0.0.1). Zenodo. https://doi.org/10.5281/zenodo.11398347
Expand Down
27 changes: 27 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,33 @@ Highlight Features
- **Fast**: The core computation in FanInSAR is implemented using ``PyTorch``, a high-performance deep learning library. This allows for efficient processing on both CPU and GPU, enabling faster execution.
- **Flexible**: FanInSAR is designed to be flexible, allowing for customization and extension. Users can easily inherit classes or customize the processing pipeline for their specific needs.

.. note::

1. FanInSAR is under active development and is currently in the alpha stage. Its API may change in the future until it reaches a stable version.
2. If you have any questions, suggestions, or issues, please feel free to open an issue or discussion on our GitHub repository at `GitHub Issues <https://github.com/Fanchengyan/FanInSAR/issues>`_ or `GitHub Discussions <https://github.com/Fanchengyan/FanInSAR/discussions>`_.

Citation
--------

.. code-block::
Fan, C., & Liu, L. (2024). FanInSAR: A Fancy InSAR time series library, in a Pythonic, fast, and flexible way (0.0.1). Zenodo. https://doi.org/10.5281/zenodo.11398347
.. code-block:: bibtex
@software{fan2024FanInSAR,
author = {Fan, Chengyan and
Liu, Lin},
title = {{FanInSAR: A Fancy InSAR time series library, in a Pythonic, fast, and flexible way}},
month = may,
year = 2024,
publisher = {Zenodo},
version = {0.0.1},
doi = {10.5281/zenodo.11398347},
url = {https://doi.org/10.5281/zenodo.11398347}
}
.. toctree::
:maxdepth: 3
:caption: Contents:
Expand Down

0 comments on commit 4ce401f

Please sign in to comment.