This is a demo site for the bibere project. We will include some examples of rendering papers here, but for more details/context, read the About page.
All papers
For the list of all papers, see all papers page.
Single paper
A single paper can be included using:
{% include bibere/paper.html pid="thumbs:emnlp02" %}
- 
        , , .Thumbs up? Sentiment Classification using Machine Learning Techniques.
        
        Empirical Methods in Natural Language Processing (EMNLP).
        
        
        2002
        
        Conference
 [ BibTex ]@inproceedings{thumbs:emnlp02, author = {Bo Pang and Lillian Lee and Shivakumar Vaithyanathan}, title = { {Thumbs up? Sentiment Classification using Machine Learning Techniques} }, booktitle = {Empirical Methods in Natural Language Processing (EMNLP)}, year = {2002} }
BibTex
BibTex file
A file containing all the bib entries can be generated using the command provided here.
Download the (automatically generated) example BibTex file here.
You can use mainAuthor, filterAuthor, and minYear.
BibTex entries
You can also generated single entries using:
{%- include bibere/bibtex.html pid="thumbs:emnlp02" -%} 
which gives you this:
@inproceedings{thumbs:emnlp02,
  author = {Bo Pang and Lillian Lee and Shivakumar Vaithyanathan},
  title = { {Thumbs up? Sentiment Classification using Machine Learning Techniques} },
  booktitle = {Empirical Methods in Natural Language Processing (EMNLP)},
  year = {2002}
}