This is intended to be a public collection of articles and research related to quantitative text analysis. Please feel free to issue pull requests if you want to contribute.
If you want to add an article follow these steps:
- Search in
syllabus.md
if the citation already exists. - Fork the repository.
- Add the citation in bibtex format to
bibliography.bib
. If you want your entry to show up under a certain category, add the following field to your bibtex entry:category={YOUR CATEGORY}
. The category you put in does not have to match the existing ones. Feel free to create new ones. If you have a link to the resource add the fieldlink={YOUR WEBLINK}
to your entry. Please add only links that contain free (and legal) access to the resource. - (Optional) run
parse_bib.py
to generate the updatedsyllabus.md
. If you don't do this step your entry will only show up insyllabus.md
after I (or someone else) updated it. - Issue a pull request.
Thank you!