Skip to content

Latest commit

 

History

History
97 lines (71 loc) · 3.33 KB

File metadata and controls

97 lines (71 loc) · 3.33 KB

Citation

If you use Promethium in your research, publications, or projects, please cite it appropriately. As a state-of-the-art framework for seismic data reconstruction initiated in December 2025, proper citation helps support the project and acknowledges the work of its contributors.

Recommended Citation

Plain Text

Laitinen Imanov, O. Y. (2025). Promethium: Advanced Seismic Data Recovery and Reconstruction Framework (Version 1.0.0) [Computer software]. https://github.com/olaflaitinen/Promethium

BibTeX

@software{promethium2025,
  author       = {Laitinen Imanov, Olaf Yunus},
  title        = {{Promethium: Advanced Seismic Data Recovery and Reconstruction Framework}},
  year         = {2025},
  version      = {1.0.0},
  publisher    = {GitHub},
  url          = {https://github.com/olaflaitinen/Promethium},
  note         = {Software for seismic signal reconstruction using AI/ML techniques}
}

APA Format

Laitinen Imanov, O. Y. (2025). Promethium: Advanced seismic data recovery and reconstruction framework (Version 1.0.0) [Computer software]. GitHub. https://github.com/olaflaitinen/Promethium

IEEE Format

O. Y. Laitinen Imanov, "Promethium: Advanced Seismic Data Recovery and Reconstruction Framework," version 1.0.0, 2025. [Online]. Available: https://github.com/olaflaitinen/Promethium

Citing Specific Versions

When citing a specific version of Promethium, include the version number and corresponding DOI (if available):

@software{promethium_v1,
  author       = {Laitinen Imanov, Olaf Yunus},
  title        = {{Promethium: Advanced Seismic Data Recovery and Reconstruction Framework}},
  year         = {2025},
  version      = {1.0.0},
  doi          = {10.5281/zenodo.XXXXXXX},
  url          = {https://github.com/olaflaitinen/Promethium/releases/tag/v1.0.0}
}

Citing Specific Components

If your work primarily uses a specific component or model from Promethium, you may specify this in your citation:

U-Net Reconstruction Model

@software{promethium_unet,
  author       = {Laitinen Imanov, Olaf Yunus},
  title        = {{Promethium U-Net Seismic Reconstruction Model}},
  year         = {2025},
  version      = {1.0.0},
  url          = {https://github.com/olaflaitinen/Promethium},
  note         = {Part of the Promethium framework for seismic data recovery}
}

Physics-Informed Neural Network Component

@software{promethium_pinn,
  author       = {Laitinen Imanov, Olaf Yunus},
  title        = {{Promethium Physics-Informed Neural Network for Seismic Reconstruction}},
  year         = {2025},
  version      = {1.0.0},
  url          = {https://github.com/olaflaitinen/Promethium},
  note         = {PINN component of the Promethium framework}
}

Related Publications

If you publish work using Promethium, we encourage you to:

  1. Open a discussion or issue to let us know about your publication.
  2. We may list your publication in our documentation (with your permission).

Citation File Format (CFF)

A CITATION.cff file is included in the repository root for automated citation extraction. This file follows the Citation File Format specification and can be parsed by reference management tools.

Questions

For questions about citation or attribution, please open an issue on the GitHub repository or contact the maintainers.