I have created a bib file the contents of which are :
@article{han2014semantic,
title={Semantic context-aware service composition for building automation system},
author={Han, Son N and Lee, Gyu Myoung and Crespi, Noel},
journal={Industrial Informatics, IEEE Transactions on},
volume={10},
number={1},
pages={752--761},
year={2014},
publisher={IEEE}
}
@inproceedings{karademir2013dynamic,
title={Dynamic interactive voice response (IVR) platform},
author={Karademir, Ramazan and Heves, Emre},
booktitle={EUROCON, 2013 IEEE},
pages={98--104},
year={2013},
organization={IEEE}
}
@inproceedings{xu2010design,
title={Design of hierarchical and configurable IVR system},
author={Xu, Shanchuan and Gao, Wanlin and Li, Zhen and Zhang, Shuliang and Zhao, Jianing},
booktitle={Computational Intelligence and Natural Computing Proceedings (CINC), 2010 Second International Conference on},
volume={2},
pages={205--208},
year={2010},
organization={IEEE}
}
When I include it in my document with,
\bibliographystyle{model1-num-names}
\bibliography{references.bib}
I don't get my list of references. What is the issue here?
numberon the Optional Fields table for aarticleentry. Moreover, you can add any fields you like on the BibTeX source tab or customise the appearance of entry types in the Preferences. So I'm not quite sure where the real issue is here! – Joseph Wright Nov 21 '14 at 08:50bibtexat all? – Nov 21 '14 at 09:13.bibfiles but nothing more). The usual questions that apply here are 'Did you run LaTeX, BibTeX, LaTeX, LaTeX?' and 'Does your LaTeX file have any citations in it?'. – Joseph Wright Nov 21 '14 at 09:13\nocite{*}to your input then doing LaTeX/BibTeX/LaTeX/LaTeX. – Joseph Wright Nov 21 '14 at 09:17