瀏覽代碼

citation in readme

Former-commit-id: c0adc7f485bf3d2025b0efae6d32ff4d16151e0b
Alec Jacobson 11 年之前
父節點
當前提交
c743b11bec
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -395,3 +395,17 @@ this.
 
 If you find bugs or have problems please use our [github issue tracking
 page](https://github.com/libigl/libigl/issues).
+
+## Academic citation ##
+If you use libigl in your research projects, please cite the papers we
+implement as appropriate. To cite the library in general, you could use this
+BibTeX entry:
+
+```bibtex
+@misc{libigl,
+  title = {{libigl}: A simple {C++} geometry processing library},
+  author = {Alec Jacobson and Daniele Panozzo and others},
+  note = {http://igl.ethz.ch/projects/libigl/},
+  year = {2013},
+}
+```