Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into sakshi/impact_of_co…
Browse files Browse the repository at this point in the history
…nsumable_scenarios
  • Loading branch information
sakshimohan committed Sep 4, 2024
2 parents 18046f4 + 58a2a41 commit 0a3ac87
Show file tree
Hide file tree
Showing 90 changed files with 5,399 additions and 1,399 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
## The token provided needs contents and pages access to the target repo
## Token can be (re)generated by a member of the UCL organisation,
## the current member is the rc-softdev-admin.
## [10-07-2023] The current token will expire 10-07-2024
## [17-07-2024] New token generated, will expire 10-07-2025
- name: Push results to profiling repository
uses: dmnemec/[email protected]
env:
Expand Down
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
4 changes: 2 additions & 2 deletions resources/ResourceFile_HIV.xlsx
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/ResourceFile_RTI.xlsx
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/ResourceFile_TB.xlsx
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/malaria/ResourceFile_malaria.xlsx
Git LFS file not shown
Loading

0 comments on commit 0a3ac87

Please sign in to comment.