nnaisense / evotorch

Advanced evolutionary computation library built directly on top of PyTorch, created at NNAISENSE.
https://evotorch.ai
Apache License 2.0
1.01k stars 63 forks source link

Adding a "Citing evotorch" section #45

Closed felixchalumeau closed 1 year ago

felixchalumeau commented 1 year ago

Hi guys :wave:

How should your work should be cited in scientific publication? Maybe you could add it in the bottom of your README?

I guess it will look approx. like that:

@software{evotorch2022github,
  author = {...},
  title = {...},
  url = {https://github.com/nnaisense/evotorch},
  year = {2022},
}

Thanks and well done for your library!

engintoklu commented 1 year ago

Hello @felixchalumeau,

Thank you very much for this issue post, for your interest in EvoTorch, and for your interest in citing our work. I apologize for my late reply.

We have been working on a paper draft and we are hoping that it will be publicly available very soon, in the coming weeks (hopefully 1-2 weeks). Until the draft is ready, perhaps you might temporarily cite EvoTorch like this?

@misc{evotorch2022workingpaper,
  author = {Nihat Engin Toklu and Timothy Atkinson and Vojtech Micka and Pawel Liskowski and Rupesh Kumar Srivastava},
  title = {EvoTorch: scalable evolutionary computation in Python},
  howpublished = {Working paper. Repository: \url{https://github.com/nnaisense/evotorch}},
  year = {2022}
}

We will post the updated citation details as soon as our draft is publicly available.

Thank you very much!

NaturalGradient commented 1 year ago

This issue was resolved by MR #69