Peer Review History

Original SubmissionMarch 12, 2023
Decision Letter - Eric HY Lau, Editor, Virginia E. Pitzer, Editor

Dear Dr Grunnill,

Thank you very much for submitting your manuscript "Modelling Disease Mitigation at Mass Gatherings: A Case Study of COVID-19 at the 2022 FIFA World Cup." for consideration at PLOS Computational Biology.

As with all papers reviewed by the journal, your manuscript was reviewed by members of the editorial board and by several independent reviewers. In light of the reviews (below this email), we would like to invite the resubmission of a significantly-revised version that takes into account the reviewers' comments.

The Authors are expected to address all the criticisms by all Reviewers. In particular, please provide further explanation on the model parameters (Reviewers #1 and #2), and reconsider if fixing the VE waning effect in the sensitivity analysis would lead to increasing protection over time (Reviewer #1). In additional to the above comments, please address,

1. Could the development of respiratory symptoms trigger testing in practice? Would that affect the study findings?

2. R0 was assumed to be 2 to 7, referring to a paper published in 2021. However, the Omicron variant was predominantly circulating in the study period, with an R0 of around 10. The assumed range was too low and should be reassessed.

We cannot make any decision about publication until we have seen the revised manuscript and your response to the reviewers' comments. Your revised manuscript is also likely to be sent to reviewers for further evaluation.

When you are ready to resubmit, please upload the following:

[1] A letter containing a detailed list of your responses to the review comments and a description of the changes you have made in the manuscript. Please note while forming your response, if your article is accepted, you may have the opportunity to make the peer review history publicly available. The record will include editor decision letters (with reviews) and your responses to reviewer comments. If eligible, we will contact you to opt in or out.

[2] Two versions of the revised manuscript: one with either highlights or tracked changes denoting where the text has been changed; the other a clean version (uploaded as the manuscript file).

Important additional instructions are given below your reviewer comments.

Please prepare and submit your revised manuscript within 60 days. If you anticipate any delay, please let us know the expected resubmission date by replying to this email. Please note that revised manuscripts received after the 60-day due date may require evaluation and peer review similar to newly submitted manuscripts.

Thank you again for your submission. We hope that our editorial process has been constructive so far, and we welcome your feedback at any time. Please don't hesitate to contact us if you have any questions or comments.

Sincerely,

Eric HY Lau, Ph.D.

Academic Editor

PLOS Computational Biology

Virginia Pitzer

Section Editor

PLOS Computational Biology

***********************

The Authors are expected to address all the criticisms by all Reviewers. In particular, please provide further explanation on the model parameters (Reviewers #1 and #2), and reconsider if fixing the VE waning effect in the sensitivity analysis would lead to increasing protection over time (Reviewer #1). In additional to the above comments, please address,

1. Could the development of respiratory symptoms trigger testing in practice? Would that affect the study findings?

2. R0 was assumed to be 2 to 7, referring to a paper published in 2021. However, the Omicron variant was predominantly circulating in the study period, with an R0 of around 10. The assumed range was too low and should be reassessed.

Reviewer's Responses to Questions

Comments to the Authors:

Please note here if the review is uploaded as an attachment.

Reviewer #1: In this manuscript the authors extend their existing model (used to simulate meningococcal infections during Hajj) into a general framework for simulating infections at mass-gathering events, and use this framework to estimate how effective various testing strategies and vaccination requirements might have been at reducing COVID-19 infections and hospitalisations during the 2022 FIFA World Cup (held in Qatar).

The manuscript is generally clear, the framework is described in detail, the analyses incorporate many sources of uncertainty, and the findings are sensible.

I have several comments, primarily regarding details of the modelling framework and the reported analyses.

1. In section 2.2 the authors state:

> We chose to model possible matches from the FIFA 2022 World Cup (not involving the Qatari team). Each match is seen as a 7 day MGE.

It took me quite a while to realise that this meant that each match was treated as an *entirely independent* MGE, rather than considering the World Cup as a single timeline over which many MGEs occurred. On my initial read through the paper and supplementary materials, I was searching for the match schedule in order to understand the potential interactions between matches. In retrospect, this detail is implicit in the above remarks and in Table 6, but I feel it would be helpful to emphasise this and help future readers avoid my confusion.

2. Were matches involving the Qatari team excluded as a consequence of assuming that the populations of nations A and B are distinct from the local Qatari population? If so, it seems like an unfortunate limitation of the framework. In the discussion the authors state:

> Adding differential effects of isolation on transmission between hosts and visitors would have added more complexity to our model and increased the parameter space being sampled.

This is entirely fair, but would it be possible to extend the framework in the future to allow for matches involving the host population without increasing the parameter space? If so, this would be worth identifying in the discussion section.

3. In section 2.2 the authors state:

> The eight stadiums hosting matches have estimated capacities ranging from 40,000 to 80,000 (45). We assume therefore that the population attending simulated fixtures ranges from 4,000 to 80,000.

Were there World Cup matches where attendance was as low as 10% of the stadium capacity? Or was this lower bound simply a means of exploring parameter uncertainty?

4. In section 2.2.2 the authors state:

> LH sampling was done using uniform distributions and a sample size of 10,000.

It might be helpful to mention that parameters were sampled from uniform distributions in the captions for Tables 2, 3, and 5. I didn't initially appreciate that this was true for all of the listed parameters. In particular, for the infection prevalence and effectively-vaccinated parameters for nations A and B, I initially thought that the values may have been informed by nation-specific estimates for each match.

5. In Table 3, the vaccine effectiveness against infection for the *waned* vaccination group is fixed at 0.2230. This value is *higher* than the lower bound for vaccine effectiveness against infection for those *effectively* vaccinated (0.1730). So in about 8% of the simulations, vaccine-acquired immunity would seem to increase over time. Is that correct?

6. In Figure 3B, for a small proportion of simulations the testing regimes resulted in greater numbers of infections and hospitalisations than in simulations with no testing regime — the percentage difference isn't always negative. Since the model is deterministic, and the same Latin Hypercube samples were used for each pair of no-testing/with-testing simulations (right?), I'm struggling to understand how this might occur. Is it possible that the initial state differed between the no-testing and with-testing simulations? Or have I missed an obvious explanation?

7. In the discussion, with reference to Figure 6, the authors state:

> The data-set from the (63) [acute cases under hospital treatment] is missing data between 27-10-2021 and 29-6-2022, the data is patchy after 29-6-2022 and no record was made to indicate if a vaccine dose was a second or third booster.

The missing data are not evident in Figure 6, the "Total in Hospital" time-series has no apparent gaps or discontinuities. Were the missing data limited to specific details about each case during this time period, rather than absence of cases?

8. The authors have made all of their code available in a public GitHub repository, which is great to see. I have explored it a little (e.g., to confirm that all parameter values were being sampled from uniform distributions). The code is generally clear and well structured, for which I thank them!

I noticed that a number of data files are read using hard-coded paths that are specific to an author's computer (e.g., `C:/Users/mdgru/[...]`) rather than using paths that are relative to the repository (e.g., `../parameters/data_extraction/[...]`). This means that some of the code will likely fail to run on other people's computers without some small modifications. I'm pointing this out because writing reproducible code can be surprisingly hard and we rarely receive feedback.

Also, it would be great if the authors could add a license to the repository (see, e.g., https://choosealicense.com/) so that other people are able to use the code without any potential for copyright issues.

9. Are the authors planning to release a generic implementation of this mass-gathering event framework, in addition to the 2022 World Cup analyses that have been provided in the public GitHub repository?

Minor comments:

1. In Table 2, the values for "Efficacy of vaccination with regards to hospitalisation for those effectively vaccinated" could be described as "0.837 to 1", to be consistent with parameters and avoid potential confusion about the dash being a minus sign.

2. In Table 3, I understand the rationale for most of the vaccine rate parameters being set to zero, but shouldn't the "Rate of waning immunity of vaccination" be non-zero?

3. The abstract and author summary both end with the following remark:

"[...] a policy requiring visitors to have had a recent COVID-19 vaccination may have prevented the increase in COVID-19 cases and hospitalisations during the world cup."

Comparing Figure 3A ("Total Infections and Hospitalisation in simulations made with no testing regime") and Figure 5A ("Boxplots of Total Infections and Hospitalisation under 'effective visitor vaccination'") suggests that such a policy would have reduced cases and hospitalisations. It's less clear to me that this policy would have entirely prevented an increase in cases and hospitalisations during the world cup.

For reference, the (smoothed) cases and hospitalisations peaked at around 600 and 80, respectively (shown in Figure 6). It isn't possible to directly compare these peak values to the total infections and hospitalisations shown in Figures 3A and 5A, since those totals are calculated over a 100-day window.

Reviewer #2: The authors analysed the various COVID-19 mitigation strategies in the context of mass gathering events at the FIFA World Cup. This involved substantial extensions of an existing ODE model and a simulation-based study with Latin Hypercube Sampling over some parameters. The model is sufficiently detailed and well explained. The FIFA World Cup scenario was an appropriate setting for the use of this kind of metapopulation model. The paper demonstrates the ability of a simulation study to influence policy, though, admittedly the authors did not have access to data for model fitting. I consider this work publishable, however, the choice of which parameters were reported with uncertainty seemed arbitrary so the paper could benefit from a more thorough sensitivity analysis. In particular, changing the test sensitivities would likely give rather different results (noting the RA sensitivity comes from a study which reports that 0.728 is likely an overestimate).

Minor comments:

1. Equation (1) does not include waning immunity (i.e. the equations are invalid for v=2).

2. Tables 4 and 7 are difficult to read (alternate shading of rows could help here).

3. pg. 10 has a typographical error in the bounds for N_A.

4. I’m not sure why Figure 5 has a ‘B’ and ‘C’ section, I think they could be combined.

**********

Have the authors made all data and (if applicable) computational code underlying the findings in their manuscript fully available?

The PLOS Data policy requires authors to make all data and code underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data and code should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data or code —e.g. participant privacy or use of data from a third party—those must be specified.

Reviewer #1: Yes

Reviewer #2: Yes

**********

PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: Yes: Robert Moss

Reviewer #2: No

Figure Files:

While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email us at figures@plos.org.

Data Requirements:

Please note that, as a condition of publication, PLOS' data policy requires that you make available all data used to draw the conclusions outlined in your manuscript. Data must be deposited in an appropriate repository, included within the body of the manuscript, or uploaded as supporting information. This includes all numerical values that were used to generate graphs, histograms etc.. For an example in PLOS Biology see here: http://www.plosbiology.org/article/info%3Adoi%2F10.1371%2Fjournal.pbio.1001908#s5.

Reproducibility:

To enhance the reproducibility of your results, we recommend that you deposit your laboratory protocols in protocols.io, where a protocol can be assigned its own identifier (DOI) such that it can be cited independently in the future. Additionally, PLOS ONE offers an option to publish peer-reviewed clinical study protocols. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols

Revision 1

Attachments
Attachment
Submitted filename: Response to reveiwers comments.pdf
Decision Letter - Eric HY Lau, Editor, Virginia E. Pitzer, Editor

Dear Dr Grunnill,

Thank you very much for submitting your manuscript "Modelling Disease Mitigation at Mass Gatherings: A Case Study of COVID-19 at the 2022 FIFA World Cup." for consideration at PLOS Computational Biology. As with all papers reviewed by the journal, your manuscript was reviewed by members of the editorial board and by several independent reviewers. The reviewers appreciated the attention to an important topic. Based on the reviews, we are likely to accept this manuscript for publication, providing that you modify the manuscript according to the review recommendations.

The Authors have addressed most of the comments. There are two minor issues,

1. Would the authors consider applying for open source license on your code to promote sharing and usability?

2. Figure 5B, the authors may consider using the same axis range or other presentation to facilitate comparison between % vaccinated.

Please prepare and submit your revised manuscript within 30 days. If you anticipate any delay, please let us know the expected resubmission date by replying to this email.

When you are ready to resubmit, please upload the following:

[1] A letter containing a detailed list of your responses to all review comments, and a description of the changes you have made in the manuscript. Please note while forming your response, if your article is accepted, you may have the opportunity to make the peer review history publicly available. The record will include editor decision letters (with reviews) and your responses to reviewer comments. If eligible, we will contact you to opt in or out

[2] Two versions of the revised manuscript: one with either highlights or tracked changes denoting where the text has been changed; the other a clean version (uploaded as the manuscript file).

Important additional instructions are given below your reviewer comments.

Thank you again for your submission to our journal. We hope that our editorial process has been constructive so far, and we welcome your feedback at any time. Please don't hesitate to contact us if you have any questions or comments.

Sincerely,

Eric HY Lau, Ph.D.

Academic Editor

PLOS Computational Biology

Virginia Pitzer

Section Editor

PLOS Computational Biology

***********************

A link appears below if there are any accompanying review attachments. If you believe any reviews to be missing, please contact ploscompbiol@plos.org immediately:

The Authors have addressed most of the comments. There are two minor issues,

1. Would the authors consider applying for open source license on your code to promote sharing and usability?

2. Figure 5B, the authors may consider using the same axis range or other presentation to facilitate comparison between % vaccinated.

Reviewer's Responses to Questions

Comments to the Authors:

Please note here if the review is uploaded as an attachment.

Reviewer #1: I thank the authors for thoroughly addressing my comments, both in their response letter and in the revised manuscript, and for resolving several points of confusion on my part. I have only a few minor comments regarding this revised manuscript.

1. Thank you for revising the uncertainty and sensitivity analyses to prevent vaccine-acquired immunity from growing stronger over time, and for using identical initial states in the no-testing and with-testing simulations.

The revised version of Figure 3 looks great.

2. Thank you for explaining why the vaccine waning rate in Table 3 is set to zero, and remarking on this in the text (section 2.2).

It might be a useful reminder to also add this remark to the "Sources" column in Table 3, in case the reader fails to notice the revised sentence.

3. Thank you for revising the code in the public repository and adding some very helpful instructions to `README.md`, which is fantastic.

Regarding the choice of a license for the code, the authors responded:

> We are looking into this.

The code is available in a public GitHub repository, so under the GitHub Terms of Service, other GitHub users are allowed to view and fork the repository.

But without an explicit license, no one may reproduce, distribute, or create derivative works from your code.

Please note that adding a license allows others to reuse your code, but you retain the copyright.

**********

Have the authors made all data and (if applicable) computational code underlying the findings in their manuscript fully available?

The PLOS Data policy requires authors to make all data and code underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data and code should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data or code —e.g. participant privacy or use of data from a third party—those must be specified.

Reviewer #1: Yes

**********

PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: Yes: Rob Moss

Figure Files:

While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email us at figures@plos.org.

Data Requirements:

Please note that, as a condition of publication, PLOS' data policy requires that you make available all data used to draw the conclusions outlined in your manuscript. Data must be deposited in an appropriate repository, included within the body of the manuscript, or uploaded as supporting information. This includes all numerical values that were used to generate graphs, histograms etc.. For an example in PLOS Biology see here: http://www.plosbiology.org/article/info%3Adoi%2F10.1371%2Fjournal.pbio.1001908#s5.

Reproducibility:

To enhance the reproducibility of your results, we recommend that you deposit your laboratory protocols in protocols.io, where a protocol can be assigned its own identifier (DOI) such that it can be cited independently in the future. Additionally, PLOS ONE offers an option to publish peer-reviewed clinical study protocols. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols

References:

Review your reference list to ensure that it is complete and correct. If you have cited papers that have been retracted, please include the rationale for doing so in the manuscript text, or remove these references and replace them with relevant current references. Any changes to the reference list should be mentioned in the rebuttal letter that accompanies your revised manuscript.

If you need to cite a retracted article, indicate the article’s retracted status in the References list and also include a citation and full reference for the retraction notice.

Revision 2

Attachments
Attachment
Submitted filename: Response to Minor amendments.pdf
Decision Letter - Eric HY Lau, Editor, Virginia E. Pitzer, Editor

Dear Dr Grunnill,

We are pleased to inform you that your manuscript 'Modelling Disease Mitigation at Mass Gatherings: A Case Study of COVID-19 at the 2022 FIFA World Cup.' has been provisionally accepted for publication in PLOS Computational Biology.

Before your manuscript can be formally accepted you will need to complete some formatting changes, which you will receive in a follow up email. A member of our team will be in touch with a set of requests.

Please note that your manuscript will not be scheduled for publication until you have made the required changes, so a swift response is appreciated.

IMPORTANT: The editorial review process is now complete. PLOS will only permit corrections to spelling, formatting or significant scientific errors from this point onwards. Requests for major changes, or any which affect the scientific understanding of your work, will cause delays to the publication date of your manuscript.

Should you, your institution's press office or the journal office choose to press release your paper, you will automatically be opted out of early publication. We ask that you notify us now if you or your institution is planning to press release the article. All press must be co-ordinated with PLOS.

Thank you again for supporting Open Access publishing; we are looking forward to publishing your work in PLOS Computational Biology. 

Best regards,

Eric HY Lau, Ph.D.

Academic Editor

PLOS Computational Biology

Virginia Pitzer

Section Editor

PLOS Computational Biology

***********************************************************

Thanks for addressing all the editor’s and reviewers' comments. Congratulations on the excellent work!

Formally Accepted
Acceptance Letter - Eric HY Lau, Editor, Virginia E. Pitzer, Editor

PCOMPBIOL-D-23-00394R2

Modelling Disease Mitigation at Mass Gatherings: A Case Study of COVID-19 at the 2022 FIFA World Cup.

Dear Dr Grunnill,

I am pleased to inform you that your manuscript has been formally accepted for publication in PLOS Computational Biology. Your manuscript is now with our production department and you will be notified of the publication date in due course.

The corresponding author will soon be receiving a typeset proof for review, to ensure errors have not been introduced during production. Please review the PDF proof of your manuscript carefully, as this is the last chance to correct any errors. Please note that major changes, or those which affect the scientific understanding of the work, will likely cause delays to the publication date of your manuscript.

Soon after your final files are uploaded, unless you have opted out, the early version of your manuscript will be published online. The date of the early version will be your article's publication date. The final article will be published to the same URL, and all versions of the paper will be accessible to readers.

Thank you again for supporting PLOS Computational Biology and open-access publishing. We are looking forward to publishing your work!

With kind regards,

Bernadett Koltai

PLOS Computational Biology | Carlyle House, Carlyle Road, Cambridge CB4 3DN | United Kingdom ploscompbiol@plos.org | Phone +44 (0) 1223-442824 | ploscompbiol.org | @PLOSCompBiol

Open letter on the publication of peer review reports

PLOS recognizes the benefits of transparency in the peer review process. Therefore, we enable the publication of all of the content of peer review and author responses alongside final, published articles. Reviewers remain anonymous, unless they choose to reveal their names.

We encourage other journals to join us in this initiative. We hope that our action inspires the community, including researchers, research funders, and research institutions, to recognize the benefits of published peer review reports for all parts of the research system.

Learn more at ASAPbio .