Skip to content

Commit d9d3f62

Browse files
tbhalletttamuri
andauthored
Update contributors (#1450)
Co-authored-by: Asif Tamuri <[email protected]>
1 parent 78d7de1 commit d9d3f62

File tree

3 files changed

+40
-9
lines changed

3 files changed

+40
-9
lines changed

CITATION.cff

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ authors:
113113
family-names: Janoušková
114114
orcid: https://orcid.org/0000-0002-4104-0119
115115
affiliation: University College London
116+
- given-names: Rachel
117+
family-names: Murray-Watson
118+
affiliation: Imperial College London
119+
orcid: https://orcid.org/0000-0001-9079-5975
116120
repository-code: https://github.com/UCL/TLOmodel
117121
url: https://tlomodel.org
118122
abstract: Our fundamental aim is to develop the use of epidemiological and economic

contributors.yaml

+33-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
affiliation: "Imperial College London"
55
website: "https://www.imperial.ac.uk/people/timothy.hallett"
66
github-username: tbhallett
7-
role: Joint lead epidemiology
7+
role: Project Lead
88
contributions:
99
- Epidemiology and modelling
1010
- Software development
@@ -14,7 +14,7 @@
1414
affiliation: "University College London"
1515
website: "https://profiles.ucl.ac.uk/5430"
1616
github-username: andrew-phillips-1
17-
role: Joint lead epidemiology
17+
role: Lead Epidemiology
1818
contributions:
1919
- Epidemiology and modelling
2020
- Software development
@@ -102,7 +102,6 @@
102102
website: "https://www.york.ac.uk/che/staff/research/sakshi-mohan/"
103103
github-username: sakshimohan
104104
contributions:
105-
- Epidemiology and modelling
106105
- Health economics
107106
- Software development
108107
- given-names: Wingston
@@ -206,15 +205,14 @@
206205
affiliation: University College London
207206
website: "https://profiles.ucl.ac.uk/954"
208207
contributions:
209-
- Clinical consultant
208+
- Clinical process modelling
210209
- given-names: Paul
211210
family-names: Revill
212211
orcid: "https://orcid.org/0000-0001-8632-0600"
213212
affiliation: University of York
214213
website: "https://www.york.ac.uk/che/staff/research/paul-revill/"
215214
github-username: paulrevill
216-
contributions:
217-
- Health economics
215+
role: "Lead Health-Economics"
218216
- given-names: Wiktoria
219217
family-names: Tafesse
220218
orcid: "https://orcid.org/0000-0002-0076-8285"
@@ -237,7 +235,7 @@
237235
website: "https://www.york.ac.uk/che/staff/students/newton-chagoma/"
238236
github-username: nchagoma503
239237
contributions:
240-
- Health economics
238+
- Health economics
241239
- given-names: Martin
242240
family-names: Chalkley
243241
orcid: "https://orcid.org/0000-0002-1091-8259"
@@ -273,3 +271,31 @@
273271
family-names: Uwais
274272
website: "https://uk.linkedin.com/in/leila-uwais-597705142"
275273
github-username: Leila-Uwais
274+
- given-names: Dominic
275+
family-names: Nkhoma
276+
affiliation: "Kamuzu University of Health Sciences"
277+
orcid: "https://orcid.org/0000-0001-6125-6630"
278+
contributions:
279+
- Policy translation
280+
website: "https://mw.linkedin.com/in/dominicnkhoma1978"
281+
- given-names: Gerald
282+
family-names: Manthalu
283+
affiliation: "Department of Planning and Policy Development, Ministry of Health and Population, Lilongwe, Malawi"
284+
orcid: "https://orcid.org/0000-0002-3501-8601"
285+
contributions:
286+
- Policy translation
287+
- given-names: Rachel
288+
family-names: Murray-Watson
289+
affiliation: "Imperial College London"
290+
orcid: https://orcid.org/0000-0001-9079-5975
291+
github-username: RachelMurray-Watson
292+
contributions:
293+
- Epidemiology and modelling
294+
- Software development
295+
- given-names: Victor
296+
family-names: Mwapasa
297+
orcid: "https://orcid.org/0000-0002-2748-8902"
298+
affiliation: "Kamuzu University of Health Sciences"
299+
website: "https://www.kuhes.ac.mw/prof-victor-mwapasa/"
300+
contributions:
301+
- Clinical process modelling

docs/tlo_contributors.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,12 @@ def categorized_contributor_lists_html(
9898
with open(args.contributors_file_path, "r") as f:
9999
contributors = yaml.safe_load(f)
100100
contribution_categories = (
101+
"Clinical process modelling",
101102
"Epidemiology and modelling",
102103
"Health economics",
103-
"Software development",
104-
"Clinical consultant",
104+
"Policy translation",
105105
"Project management",
106+
"Software development",
106107
)
107108
category_predicates = {
108109
"Scientific leads": lambda c: "lead" in c.get("role", "").lower(),

0 commit comments

Comments
 (0)