10. How to Refer to sidita ?ΒΆ
Up to now, the official url for sidita is https://fabricesalvaire.github.io/sidita
A permanent redirection will be implemented if the domain change in the future.
On Github, you can use the sidita topic for repository related to sidita.
A typical BibTeX citation would be, for example:
@software{sidita,
  author = {Fabrice Salvaire}, % actual author and maintainer
  title = {sidita},
  url = {https://fabricesalvaire.github.io/sidita},
  version = {x.y},
  date = {yyyy-mm-dd}, % set to the release date
}
@Misc{sidita,
  author = {Fabrice Salvaire},
  title = {sidita},
  howpublished = {\url{https://fabricesalvaire.github.io/sidita}},
  year = {yyyy}
}