roboscienceorg / veranda

Two dimensional robot simulator
4 stars 2 forks source link

How to cite? #18

Closed NielsHygum closed 3 years ago

NielsHygum commented 3 years ago

Is your feature request related to a problem? Please describe. We want to write a conference paper where we have used Veranda to simulate our robot in 2D. How do you want to be cited?

Describe the solution you'd like bibtex code could be nice

Ipiano commented 3 years ago

How does this look?

 @software{veranda,
  author = {{Kendra Diezel, Jeff McGough, Chris Smith, Andrew Stelter, Riley Sutton, Samuel Williams.}},
  title = {Veranda},
  url = {https://github.com/roboscienceorg/veranda},
  version = {1.0},
  date = {Jan. 2019},
} 
NielsHygum commented 3 years ago

The bibtex style used by the conference paper did not show the url field so I changed it to

@software{veranda,
  author = {{Kendra Diezel, Jeff McGough, Chris Smith, Andrew Stelter, Riley Sutton, Samuel Williams.}},
  title = {Veranda},
  howpublished={\url{https://github.com/roboscienceorg/veranda}},
  version = {1.0},
  date = {Jan. 2019},
}
Ipiano commented 3 years ago

That is fine, thank you for the update