Skip to content

Commit

Permalink
Ajout citation (#32)
Browse files Browse the repository at this point in the history
* Ajout citation

* Adding citation in readme
  • Loading branch information
AntoninKns authored Aug 17, 2021
1 parent 453e9cd commit 9c7a07b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@Misc{kenens-orban-ba-2021,
author = {A. Kenens and D. Orban and {contributors}},
title = {{BundleAdjustmentModels.jl}: {J}ulia repository of bundle adjustment problems},
month = {July},
howpublished = {https://github.com/JuliaSmoothOptimizers/BundleAdjustmentModels.jl},
year = {2021},
DOI = {10.5281/zenodo.5167631},
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

Julia repository of [bundle adjustment](https://en.wikipedia.org/wiki/Bundle_adjustment) problems from the [Bundle Adjustment in the Large](http://grail.cs.washington.edu/projects/bal/) repository

## How to Cite

If you use BundleAdjustmentModels.jl in your work, please cite using the format given in [`CITATION.bib`](https://github.com/JuliaSmoothOptimizers/BundleAdjustmentModels.jl/blob/main/CITATION.bib).

## Examples

```julia
Expand Down

0 comments on commit 9c7a07b

Please sign in to comment.