Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flinder/text_analysis_syllabus
An open community syllabus for quantitative text analysis
https://github.com/flinder/text_analysis_syllabus
Last synced: 3 days ago
JSON representation
An open community syllabus for quantitative text analysis
- Host: GitHub
- URL: https://github.com/flinder/text_analysis_syllabus
- Owner: flinder
- Created: 2015-10-01T16:09:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T16:00:24.000Z (about 9 years ago)
- Last Synced: 2024-08-02T06:03:55.418Z (3 months ago)
- Language: TeX
- Size: 161 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A community syllabus for quantitative text analysis
## About
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.## Contribute
If you want to add an article follow these steps:
1. Search in [`syllabus.md`](syllabus.md) if the citation already exists.
2. Fork the repository.
3. Add the citation in [bibtex format](http://www.bibtex.org/Format/) to
[`bibliography.bib`](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 field `link={YOUR WEBLINK}` to your
entry. Please add only links that contain free (and legal) access to the
resource.
4. (Optional) run [`parse_bib.py`](parse_bib.py) to generate the
updated [`syllabus.md`](syllabus.md). If you don't do this step your entry will
only show up in [`syllabus.md`](syllabus.md) after I (or someone else) updated it.
5. Issue a pull request.Thank you!