diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-07-19 17:34:58 +1100 |
---|---|---|
committer | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-07-19 17:34:58 +1100 |
commit | dd168cbcb7e20dcbedc0735326c148b06da8e9c4 (patch) | |
tree | c78281e6a36c4800553cd8033d22b5bccbadd969 /example/sample.bib | |
parent | d174d12fd7b8bc9b7df783680ced3a850c488c44 (diff) | |
download | cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.tar.gz cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.tar.bz2 cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.tar.xz cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.zip |
v1.9.2
[EVO] Projects section
[EVO] Project entry
[EVO] Updated Readme
Diffstat (limited to 'example/sample.bib')
-rw-r--r-- | example/sample.bib | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/example/sample.bib b/example/sample.bib new file mode 100644 index 0000000..ada69a7 --- /dev/null +++ b/example/sample.bib @@ -0,0 +1,27 @@ +@ARTICLE{Meyer2000, +AUTHOR={Bernd Meyer}, +TITLE={A constraint-based framework for diagrammatic reasoning}, +JOURNAL={Applied Artificial Intelligence}, +VOLUME= {14}, +ISSUE = {4}, +PAGES= {327--344}, +YEAR={2000} +} + +@inproceedings{Huetal2000, +author = {J. Hu and H.R. Wu and A. Jennings and X. Wang}, +title = {Fast and robust equalization: A case study}, +booktitle = {Proceedings of the World Multiconference on Systemics, Cybernetics and Informatics, (SCI 2000), Florida, USA, 23-26 July 2000}, +publisher = {International Institute of Informatics and Systemics}, +address = {FL, USA}, +pages = {398--403}, +year = {2000} +} + +@Book{Conway2000, +author = {Damian Conway}, +title = {Object {O}riented {P}erl: {A} comprehensive guide to concepts and programming techniques}, +publisher = {Manning Publications Co.}, +year = {2000}, +address = {Connecticut, USA} +} |