Bib entries in this project are relfected in live websites. Therefore, proper care has to be taken to keep the references up to data and free of conflict.
Currently there are two bib files:
- tanbih.bib is used for tanbih.qcri.org
- alt.bib is used for alt.qcri.org
The process to add new references is as follows:
- Clone repo
- Create a branch
git checkout -b branch_name
- Add the references
- Commit and perform a a pull request.
You should not merge the pull request until it passes the build. If any error shows, you have to resolve it in your local branch and then push your changes to the pull request and check the build again.
If no errors are observed in the pull request, it will be accepted.
You are requested to add your new entry following an alphabetical order. The order is based on last name of 1st author, 2nd author... n-th author, title, venue, and date. Please get sure to stick to this order to make the life of the verifier easy.
More important: do it to keep the quality of our publications website!
Both automatic and manual verifications are triggered by the pull request:
A script is triggered that checks that the format of the bib file is correct and has no duplicates. The pull request will not be sent to the verifier if these checks are not passed.
A manual inspection is necessary to guarantee that the entry is acceptable and is not duplicated.