-
Couldn't load subscription status.
- Fork 15
Adding or updating publications on website
Matt Graham edited this page Nov 21, 2024
·
2 revisions
The steps to add a new or update the details of existing publication on the website are:
- Add or update publications to
tlomodelZotero group library using web or desktop apps. You will need to register for a Zotero account if you do not already have one and apply to join thetlomodelgroup. - If you are adding a new publication you will need to assign a tag (keyword) to the Zotero library item corresponding to one of the existing section headers on the website publication list. If you wish the publication to appear under a new section headwer, add a new entry to the list passed to the
section_namesargument towrite_publication_listin the scriptdocs/tlo_publications.pyand assign the tag accordingly to the Zotero library item. - From the root of a clone of the
TLOmodelrepository and with yourtloPython environment activated runIf you see any warnings indicating there are BibTeX entries not containing keywords corresponding to one of the section headers you may need to check you have completed step 2 correctly. Note the keywords are not case sensitive.tox -e update-publications - Stage and commit any changes to
docs/publications.bibon a new branch and open a pull-request.
TLO Model Wiki