numpy-stl icon indicating copy to clipboard operation
numpy-stl copied to clipboard

Cite the library?

Open VeiledTee opened this issue 3 years ago • 1 comments

Hi!

I'm using this library for a project and would like to add a citation for it, is there a bibtex (or any format) citation available? I haven't been able to find it anywhere.

Cheers

VeiledTee avatar Feb 18 '22 03:02 VeiledTee

I've never really published anything about it but I suppose this should do the trick:

@book{numpy_stl,
title={Numpy STL}
author={van Hattem, Rick},
year={2016},
publisher={Wolph},
abstract={Simple library to make working with STL files (and 3D objects in general) fast and easy.

Due to all operations heavily relying on numpy this is one of the fastest STL editing libraries for Python available.},
}

Just in case it's useful, here's my ORCID as well: https://orcid.org/0000-0001-6992-7937

wolph avatar Feb 18 '22 12:02 wolph