Skip to content

Commit

Permalink
Update contributors (#1450)
Browse files Browse the repository at this point in the history
Co-authored-by: Asif Tamuri <[email protected]>
  • Loading branch information
tbhallett and tamuri authored Aug 2, 2024
1 parent 78d7de1 commit d9d3f62
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ authors:
family-names: Janoušková
orcid: https://orcid.org/0000-0002-4104-0119
affiliation: University College London
- given-names: Rachel
family-names: Murray-Watson
affiliation: Imperial College London
orcid: https://orcid.org/0000-0001-9079-5975
repository-code: https://github.com/UCL/TLOmodel
url: https://tlomodel.org
abstract: Our fundamental aim is to develop the use of epidemiological and economic
Expand Down
40 changes: 33 additions & 7 deletions contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
affiliation: "Imperial College London"
website: "https://www.imperial.ac.uk/people/timothy.hallett"
github-username: tbhallett
role: Joint lead epidemiology
role: Project Lead
contributions:
- Epidemiology and modelling
- Software development
Expand All @@ -14,7 +14,7 @@
affiliation: "University College London"
website: "https://profiles.ucl.ac.uk/5430"
github-username: andrew-phillips-1
role: Joint lead epidemiology
role: Lead Epidemiology
contributions:
- Epidemiology and modelling
- Software development
Expand Down Expand Up @@ -102,7 +102,6 @@
website: "https://www.york.ac.uk/che/staff/research/sakshi-mohan/"
github-username: sakshimohan
contributions:
- Epidemiology and modelling
- Health economics
- Software development
- given-names: Wingston
Expand Down Expand Up @@ -206,15 +205,14 @@
affiliation: University College London
website: "https://profiles.ucl.ac.uk/954"
contributions:
- Clinical consultant
- Clinical process modelling
- given-names: Paul
family-names: Revill
orcid: "https://orcid.org/0000-0001-8632-0600"
affiliation: University of York
website: "https://www.york.ac.uk/che/staff/research/paul-revill/"
github-username: paulrevill
contributions:
- Health economics
role: "Lead Health-Economics"
- given-names: Wiktoria
family-names: Tafesse
orcid: "https://orcid.org/0000-0002-0076-8285"
Expand All @@ -237,7 +235,7 @@
website: "https://www.york.ac.uk/che/staff/students/newton-chagoma/"
github-username: nchagoma503
contributions:
- Health economics
- Health economics
- given-names: Martin
family-names: Chalkley
orcid: "https://orcid.org/0000-0002-1091-8259"
Expand Down Expand Up @@ -273,3 +271,31 @@
family-names: Uwais
website: "https://uk.linkedin.com/in/leila-uwais-597705142"
github-username: Leila-Uwais
- given-names: Dominic
family-names: Nkhoma
affiliation: "Kamuzu University of Health Sciences"
orcid: "https://orcid.org/0000-0001-6125-6630"
contributions:
- Policy translation
website: "https://mw.linkedin.com/in/dominicnkhoma1978"
- given-names: Gerald
family-names: Manthalu
affiliation: "Department of Planning and Policy Development, Ministry of Health and Population, Lilongwe, Malawi"
orcid: "https://orcid.org/0000-0002-3501-8601"
contributions:
- Policy translation
- given-names: Rachel
family-names: Murray-Watson
affiliation: "Imperial College London"
orcid: https://orcid.org/0000-0001-9079-5975
github-username: RachelMurray-Watson
contributions:
- Epidemiology and modelling
- Software development
- given-names: Victor
family-names: Mwapasa
orcid: "https://orcid.org/0000-0002-2748-8902"
affiliation: "Kamuzu University of Health Sciences"
website: "https://www.kuhes.ac.mw/prof-victor-mwapasa/"
contributions:
- Clinical process modelling
5 changes: 3 additions & 2 deletions docs/tlo_contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ def categorized_contributor_lists_html(
with open(args.contributors_file_path, "r") as f:
contributors = yaml.safe_load(f)
contribution_categories = (
"Clinical process modelling",
"Epidemiology and modelling",
"Health economics",
"Software development",
"Clinical consultant",
"Policy translation",
"Project management",
"Software development",
)
category_predicates = {
"Scientific leads": lambda c: "lead" in c.get("role", "").lower(),
Expand Down

0 comments on commit d9d3f62

Please sign in to comment.