wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.
http://numpy-stl.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
605 stars 103 forks source link

Cite the library? #190

Closed VeiledTee closed 1 year ago

VeiledTee commented 2 years ago

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

wolph commented 2 years ago

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