Leonid Sedov1, Alexander Krasnochub2, Valentin Polishchuk1. 1. Communications and Transport Systems, ITN, Linköping University, Norrköping, Sweden. 2. Joint Institute for High Temperatures, Moscow, Russia.
Abstract
We extend the classical SIR epidemic spread model by introducing the "quarantined" compartment. We solve (numerically) the differential equations that govern the extended model and quantify how quarantining "flattens the curve" for the proportion of infected population over time. Furthermore, we explore the potential of using drones to deliver tests, enabling mass-testing for the infection; we give a method to estimate the drone fleet needed to deliver the tests in a metropolitan area. Application of our models to COVID-19 spread in Sweden shows how the proposed methods could substantially decrease the peak number of infected people, almost without increasing the duration of the epidemic.
We extend the classical SIR epidemic spread model by introducing the "quarantined" compartment. We solve (numerically) the differential equations that govern the extended model and quantify how quarantining "flattens the curve" for the proportion of infected population over time. Furthermore, we explore the potential of using drones to deliver tests, enabling mass-testing for the infection; we give a method to estimate the drone fleet needed to deliver the tests in a metropolitan area. Application of our models to COVID-19 spread in Sweden shows how the proposed methods could substantially decrease the peak number of infectedpeople, almost without increasing the duration of the epidemic.
Importance of proactive COVID-19 screening, including symptomless people, has been acknowledged [1-6]. However, mass-testing may be seriously impeded by population’s fear of visiting testing facilities due to potentially high concentration of infection there; the fear is confirmed by health officials who advise against visiting hospitals “unless necessary” (examples of such directives from authorities during COVID-19 pandemic abound): “Stay home” is the overarching recommendation during pandemic virtually everywhere in the world. The good news is that COVID-19 test does not have to be necessarily conducted at a designated facility because (despite being somewhat unpleasant,) the test can be self-administered: a person may collect the material him/herself or with the help of a family member. Still, having people go somewhere to pick up and drop the tests would beat the purpose of the social distancing. A possible solution is to use drones to distribute tests to the population as well as to collect the tests back, bringing them to laboratories; the test results could then be communicated back to people electronically, so that those with positive tests put themselves into quarantine. Here we follow the infection dynamics by extending the SIR model [7] to include the compartment for quarantined population and show how the testing intensity, increased with use of drones, decreases the epidemic spread. Since pre-symptomatic infectiousness makes early surveillance and control crucial (symptom-based actions are not as effective), our results may guide the cooperation between health and transportation authorities towards optimal use of the available resources (other transportation-related work in public health domain includes [8-10]).
Methods
We consider a laboratory for COVID-19 tests processing, assigned to mass-test the population living in a certain service area: for a city with a single hospital (as e.g., in Norrköping—our running example) the area is the whole city, while more generally the region may be split among several laboratories (including, possibly temporarily set up) by the authorities (in the centralized model, considered here, it is the authorities who decide for each laboratory from where to collect the tests). To define the locations for test delivery/collection, use the population data with fine granularity, providing population count in every grid square (we used the map giving the number of people living in each 100m x 100m square [11]). The drone fleet is stationed at the hospital (the fleet may contain the hospital’s own vehicle plus possibly machines subcontracted from drone service suppliers—we do not go into the economic details here, envisioning that the costs saved for the economy thanks to the slower virus expansion will outweigh the costs for renting drones services). The number N of drones in the fleet and the capacity C (the number of tests that can be loaded onto one drone) are our variables (representing the resources)—we present the number of days D, needed to collect tests from the whole city population, as the function of N and C (for visualization, in Fig 1 we present the a separate N–D curve for each considered value of C).
Fig 1
The number of days D needed to collect tests from the whole city population as the function of the number N of used drones (of different capacities).
In the output we seek a route for each drone (see Fig 2 for an example), with the indication of how many people the drone serves in each square along its route (in some squares this number may be 0 meaning that the drone just passes over the square); the total number of people served by the route between successive returns to the hospital should not exceed the drone capacity C. Note that a square may be served by several drones; e.g., if the number of people living in a square is 2C or more, the square will have to be visited at least two times (or possibly more, if one of the times the drone is not used in the square to its full capacity). We suggest that in practice the drone repeats the route twice: first to distribute the tests and then to collect them—the interval between the distribution and collection does not influence our results since we compute a single route for every drone and duplicate it, thus simply doubling the length of the routes and consequently the number of drones needed to maintain certain testing frequency (if the interval is long, people may store their specimen in the fridge [12]). The time a drone spends in each square it serves (i.e., in each square where its route serves >0 people) is set to 15 min: this includes the time to possibly distribute the tests to (or collect the tests from) several cottages in the square; it also includes the time to change drone batteries at the base (hospital, lab) when needed.
Fig 2
Drone routes.
Left: An example route of a drone with capacity 100; one of the tours in the route is shown black. Pink asterisk is the hospital. Right: A zoom in on the black tour: the orange circles depict the tests delivery/pickup locations; circle size is proportional to the number of tests delivered/picked-up at the location (99 tests are delivered on this tour). The underlying heatmap is the population density. The background map was rendered on the authors’ machines from OpenStreetMap data [13] with OpenStreetMap Carto style [14] using the code available from [15].
Drone routes.
Left: An example route of a drone with capacity 100; one of the tours in the route is shown black. Pink asterisk is the hospital. Right: A zoom in on the black tour: the orange circles depict the tests delivery/pickup locations; circle size is proportional to the number of tests delivered/picked-up at the location (99 tests are delivered on this tour). The underlying heatmap is the population density. The background map was rendered on the authors’ machines from OpenStreetMap data [13] with OpenStreetMap Carto style [14] using the code available from [15].The route for each drone consists of several tours, where each tour is a closed loop that starts and ends at the hospital and the number of people served on each tour is at most C (any such tour may be executed by a drone without returning to the base as long as the battery capacity is not a constraining factor: for a drone with our maximum considered capacity C = 1000 this would hold in a reasonable city scenario because 1000 people may be typically reached on a tour of length 10-20km, which is below the range of a non-toy drone; in a rural scenario, however, where visiting 1000 people may require longer tours, the battery may become the limiting factor and the maximum tour length constraint will have to be added when computing the tours). Minimizing the total length of such tours, needed to cover allpeople in the area, is known as the Capacitated Vehicle Routing Problem (C-VRP). We used Google’s OR-Tools [16] to solve the C-VRP, i.e., to find the tours that collectively serve allpeople in the area (for an indication of the solution quality, we remark that the OR-Tools output 1042 tours for capacity-100 drones, which is close to the minimum 102638/100 ≈ 1027 tours needed to serve the total of 102638 people living in our city with capacity-100 drones). Computing the tours for one value of the drone capacity C took ∼4800 sec on a computer with AMD CPU with 6 cores (12 threads) and base clock 3.4GHz.Finally, to minimize the length L of the longest drone route (which directly impacts the makespan, i.e., the time to fly all routes and thus serve the entire population), we split the tours into N sets (we did this for every value of N in a range), so that every set becomes a route for a drone (the tours in the drone’s set are executed one-by-one in an arbitrary order). When splitting the tours, the objective is to minimize the length of the longest route (i.e., to minimize the maximum total length of the tours in a route)—it is the longest route that is the “bottleneck” of our solution, defining the longest time that a person has to wait for the drone. This is exactly the Minimum Makespan Scheduling problem aka Load Balancing (because it balances the “load” of every drone) aka Multiprocessor Scheduling (the drones can be viewed as processors which have to collectively process the set of tasks—fly all given tours). We formulated the problem as an Integer Program (IP) and solved it using Gurobi solver [17] (separately for each value of N).Specifically, in the IP the binary decision variable x was equal to 1 if the route for drone d included the tour t. The IP minimized the length L of the longest route (i.e., the objective function was L) subject to the constraints ∑
x = 1 for every tour t (meaning that every tour must be included in exactly one route) and the constraints ∑
l
x ≤ L for every drone where l is the length of the tour t (meaning that L is the length of the longest route, i.e., the length of any route does not exceed L). The full IP model is thus as follows:We solved the above IP using Gurobi optimization software installed on Tetralith cluster [18] of Intel HNS2600BPB nodes with 32 CPU cores, provided by the Swedish National Infrastructure for Computing (SNIC). Computations took from ∼0.01 sec (for N = 2, C = 1000) to ∼460 sec (for N = 54, C = 1000) with the absolute IP optimality gap parameter set to 500 (i.e., the solver terminates when the solution objective is guaranteed to be within 500 seconds from the optimal).To convert the longest route length L into the time needed to fly all the routes (the makespan), we assumed that the drones operate 12 hours per day and fly with the speed of 60km/h. We do not investigate other values of these two parameters because the time of serving the routes scales linearly with them: e.g., if the drones fly 24/7 (the authority shall decide whether it is wise to disturb people’s sleep and distribute the tests also overnight in order to increase the testing intensity) or with twice the speed, the service time simply halves, etc. We remark that, on the contrary, the dependence on the drone capacity C is not straightforward at all: changing C changes already the tours (in a way which is hard to predict a priori—the tours are output by the advanced Google OR-Tools optimization software), which of course influences the routes and their lengths. We therefore run our experiments separately for several values of C (for each C, we solve the Minimum Makespan Scheduling problem for each value of N). Refer to Fig 1 for the results showing the relation between N and the service time D.Our code is available at https://github.com/undefiened/corona_drones for any community to make their own estimates like ours. The needed data is the laboratories locations (for the case of multiple laboratories, also the service area of each laboratory), the population density map and the drone capacity. Our GeoGebra applets for the SIQR model (described below) are accessible online at http://tiny.cc/SIQR (the generic SIQR model) and http://tiny.cc/SIQR_Swe (with Sweden’s data plotted).
Results
Recent advances in the drone (unmanned aerial vehicles, or UAV) technology allow one to perform unmanned delivery-to-the-door of various goods [19]. Drones succeed with blood transportation [20-24] (and even organ transportation is being explored [25]), implying that transporting by drones the less sensitive [12] COVID-19 test samples (e.g, upper respiratory specimens in nasopharyngeal and oropharyngeal swab or lower respiratory specimens like sputum) may also be technically feasible [26] (related studies went so far as to explore testing for avian influenza A (H7N9) virus directly on the drone [27]). This opens the potential to use drones for mass-testing the population for COVID-19, most importantly—including asymptomatic people: it has been reported that symptomless people can be infectious as well [1–3, 5] (in fact, since symptomatic people were advised to isolate very early, it may be the case that the pandemic occurred mostly due to asymptomatic transmission [4]). In particular, if the infected but asymptomatic people become infectious after D = 4 days from being infected [2], then (assuming the tests can determine that a person is infectious starting from day 0 of the infection) quarantining everyone within 4 days of the infection could stop asymptomatic COVID-19 spread altogether (assuming responsible behavior of self-quarantining from the asymptomatic people who received positive test results). We estimate that for a medium-size city with ∼100000 inhabitants (Norrköping, Sweden—our guinea pig), 36 Switzerland Matternet [28] drones (each carrying 100 tests) suffice to visit everyone (distributing, collecting and returning the tests to the lab) once every 4 days—see Fig 1 which shows our results for drones of various capacity and for varying number of drones. (See Methods section for details of obtaining the presented results.)To put our estimates into practical perspective, we connect to existing drone models. The weight of a single test (20g) is calculated as the sum of the viral transport medium weight (3g [29]), the plastic tube with the cup and the swab (7g = weight of a 10mL syringe [30]), an A4 list of instructions (5g) and packaging (5g). Since a single test would fit into ∼11cm x 2cm x 2cm box, 100 tests would occupy 4-5L of cargo. This is at the upper limit of the volume for some of the drone models (e.g., the one from Amazon Prime [31]), implying that cargo volume may be a capacity-limiting factor. As far as the payload weight goes, the market essentially offers either vehicles with few kilograms of payload (such as Amazon Prime drones [31], or medical delivery drones from UPS [32] or Switzerland Matternet [28]) or large machines lifting hundreds of kilograms (such as Boeing Cargo air vehicle [33] or ACC air drone [34]). Thus in terms of weight, different drones may carry anywhere between ∼50 to ∼5000 tests; for conservative estimates, we experimented with the capacity ranging from 20 to 1000. (The different drone models also have slightly different maximum speeds, but they differ by at most a factor of 2, and 60km/h is a reasonable speed for all the drones—our estimates scale linearly with the speed, so it is straightforward to adjust our results for other flying speeds.)
SIQR: An extension of the SIR model
For the impact of our results on epidemic spread theory, we introduce an extension of the SIR model for epidemic development [7, 35]. The vanilla SIR model’s transitions between its 3 compartments (or, states) S, I, R (Susceptible, Infected, Recovered resp.) are governed by the following differential equations
where S, I, R stand for the number of susceptible, infected, recovered people resp. as functions of the time t (the notation is slightly abused by identifying the numbers with the compartment names), and a, b are the parameters signifying the rates of the transfer between the states. The parameters are estimated from the clinical data; e.g., b = 1/T where T is the average duration of the disease in a patient.For a theoretical application of our estimates, we restate our vision that each drone will fly its route continuously: that is, even though we are solving a “single-shot” service problem which minimizes the time needed to serve every inhabitant only once, we envision that people will be tested periodically, with the interval D between the tests (the recurring testing is needed to catch those who were infected after the previous test). We introduce the “Quarantined” compartment (Q) into the SIR model and assume that I now represents infected but not quarantined people (i.e., those spreading the disease); we dub the extended model SIQR. (We remark that our model is different from other extensions of SIR such as SEIR [36-38] introducing Exposed people or models with vaccination [39] which either decrease S with pro-active vaccination or move people directly from S to R using the reactive vaccination during the epidemics.) Transitions to Q happen only from I, and the rate of the transition is 1/D (this is where our estimates of D are used); transitions from Q happen only to R with the rate b (the same as from I to R—we assume that the removal of an infectedpatient does not depend on whether the patient is quarantined or not). Thus the state transitions in SIQR model are governed by
where Q is the number of people on quarantine and c = 1/D.Since the parameters of SIR (and hence SIQR) vary widely depending on the country, anti-epidemic measures, quality of the available data and other factors, we do not confine ourselves to specific values for the parameters. Instead, we present SIQR curves for a whole range of the parameters. Specifically, we started from the open-source GeoGebra applet [40] which computes SIR curves S, I, R for any values of the parameters a and b set by the user; the parameters are set simply by moving a and b sliders, so the curves change interactively as the parameters are modified (the applet assumes that the total population size is 1, i.e., it shows the fractions of population in the S, I and R compartments). We changed the sliders to represent the recovery time and the effective reproduction number R0 (the number of peopleinfected by one infected person): a and b are then calculated as b = 1/T, a = R0, b = R0/T; we choose T and R0 as the user-input parameters because they are the ones estimates for which are easier to find reported (sources with various estimates bound, but we do not restrict ourselves to any particular one since we give the full flexibility with the parameters choice). To extend SIR to our SIQR, we add the slider for the inter-testing interval D, calculate c = 1/D and change the SIR differential equations to the SIQR equations above. We also depict the curve CI showing the total (cumulative) number of peopleinfected; that is, CI(t) is the number of people that have been infected by the time t (since the transition to infected happens only from the susceptible, CI is simply the total population minus S). Fig 3 shows screenshots of our SIQR applet—it can be seen how the curve flattens with D = 8 (the applet is interactive, and we invite the reader to play online with our sliders for the different parameters at http://tiny.cc/SIQR).
Fig 3
Snapshots of our online applet showing the curves for quite high R0 = 5.7 [41].
Left: SIR curves (Q = 0, obtained by setting D to infinity). Right: SIQR with the testing interval D = 8 (see Fig 1 for the number of different-capacity drones needed to reach D = 8).
Snapshots of our online applet showing the curves for quite high R0 = 5.7 [41].
Left: SIR curves (Q = 0, obtained by setting D to infinity). Right: SIQR with the testing interval D = 8 (see Fig 1 for the number of different-capacity drones needed to reach D = 8).Fig 4 shows real data (pink crosses) for confirmed COVID-19 cases in Sweden starting from 100 cases on March 06 2020 [42] (see [43, 44] for detailed COVID-19 history and projection for ICU beds demand in Sweden resp.). The basic SIR model (Q = 0) fits the data with a modest (for the novel coronavirus) value of R0 = 2.27, which is reasonable given the general hygiene and cultural distancing in Sweden. Because not all the population was tested, we do not know the true number of infectedpeople. Instead of trying to estimate this true number (which would introduce yet another parameter), we fit our pink curve into the confirmed cases; in this sense R0 represents here the number of new confirmed cases per one confirmed case. Our SIQR model suggests that regular mass-testing with the interval D = 30 (which roughly amounts to randomly testing ∼3.3% of the population every day) would flatten the curve quite significantly. We again invite the reader to play with our interactive GeoGebra applet http://tiny.cc/SIQR_Swe to see the effects of the testing frequency, as well as the changes in the parameters R0 and T.
Fig 4
COVID-19 cases growth (starting from 100 cases) in Sweden [42] shown with pink crosses.
Top: SIR model (S and R not shown). Bottom: Mass-testing even as rarely as every D = 30 days flattens the curve.
COVID-19 cases growth (starting from 100 cases) in Sweden [42] shown with pink crosses.
Top: SIR model (S and R not shown). Bottom: Mass-testing even as rarely as every D = 30 days flattens the curve.
Discussion
Our work may help the authorities to quantify the lessons learned during the COVID-19 pandemic and utilize them during future epidemics (more generally, our methods may be applied to any kind of mass delivery and collection: e.g., the drones may distribute immunity tests to release people from quarantine). Indeed, one stumbling block to drones ubiquity is the generally absent regulation (in particular, in regions with less strict or absent (anti-)drone laws, UAVs are already widely used for medical applications including infectious disease surveillance and epidemiology [45-48]). With a proactive thinking, the authorities could design sets of regulations with different levels of strictness: in situations like epidemics, more lenient regulations could take force and let the drone operations rise to higher levels than during nominal course of events—the switch may be justified not only by the extreme social value of the drones use (as shown here), but also by the fact that during the (even partial) quarantine there are fewer people on the streets, which lowers the ground risk of drone operations (one of the concerns for the regulators [49-54]).We emphasize that our model of mass-testing can be applied at any geographic scale. In particular, while the epidemic is confined to a limited area, it may be reasonable to concentrate on mass-testing only the potentially affected region. As far as our theoretical results (SIQR) are concerned, incorporating people on quarantine into epidemic spread modeling may not only provide more accurate prediction of the disease spread, but also help understand the economic consequences of the quarantine (see [55] for discussion of COVID-19 economic impact).
Conclusions
We introduced an extension of the SIR model for epidemic spread. Our SIQR model adds to SIR the compartment Q representing quarantined population. Sending people into quarantine is a well known anti-epidemic measure, and SIQR model allows one to quantify its effects. We also studied the use of drones for regular mass-testing of the population, and presented algorithms for estimating how many vehicles are needed to deliver tests in a metropolitan area.Future research should explore economic considerations underlying the use of drones for mass testing. Answering questions like how much could such a service cost and who will pay for it are crucial for a potential real-world implementation. Among the supporting services, the most important one is the provision of energy supply for the drones via charging stations or battery replacement docks.One technical limitation of our research is the assumption that all vehicles have the same capacity. In reality, it is more likely that many different drone models will be used for the mass testing. In addition to the UAVs possibly owned by the hospital, the drones may be leased from local businesses, introducing even a higher variety into the fleet. The algorithms in this paper work with uniform drone capacity only, and extending them to varying capacities is an open problem.Another open research direction is assigning the population to the test facilities. Our methods work for a single facility, and it would be interesting to address the question of optimal splitting of the area among the test centers. Last but not least, many other facility location problems open up: where would it best to place a new test processing laboratory, how many labs are needed for a given area, etc.26 May 2020PONE-D-20-11647Modeling quarantine during epidemics and mass-testing using dronesPLOS ONEDear Dr. polishchuk,Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process.Please submit your revised manuscript by Jul 09 2020 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file.Please include the following items when submitting your revised manuscript:A rebuttal letter that responds to each point raised by the academic editor and reviewer(s). You should upload this letter as a separate file labeled 'Response to Reviewers'.A marked-up copy of your manuscript that highlights changes made to the original version. You should upload this as a separate file labeled 'Revised Manuscript with Track Changes'.An unmarked version of your revised paper without tracked changes. You should upload this as a separate file labeled 'Manuscript'.If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter.If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: http://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocolsWe look forward to receiving your revised manuscript.Kind regards,Qiang Zeng, Ph.D.Academic EditorPLOS ONEJournal Requirements:When submitting your revision, we need you to address these additional requirements.1. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found athttps://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf andhttps://journals.plos.org/plosone/s/file?id=ba62/PLOSOne_formatting_sample_title_authors_affiliations.pdf2. We note that Figure 2 in your submission contain map images which may be copyrighted. All PLOS content is published under the Creative Commons Attribution License (CC BY 4.0), which means that the manuscript, images, and Supporting Information files will be freely available online, and any third party is permitted to access, download, copy, distribute, and use these materials in any way, even commercially, with proper attribution. For these reasons, we cannot publish previously copyrighted maps or satellite images created using proprietary data, such as Google software (Google Maps, Street View, and Earth). For more information, see our copyright guidelines: http://journals.plos.org/plosone/s/licenses-and-copyright.We require you to either (1) present written permission from the copyright holder to publish these figures specifically under the CC BY 4.0 license, or (2) remove the figures from your submission:2.1. You may seek permission from the original copyright holder of Figure 2 to publish the content specifically under the CC BY 4.0 license.We recommend that you contact the original copyright holder with the Content Permission Form (http://journals.plos.org/plosone/s/file?id=7c09/content-permission-form.pdf) and the following text:“I request permission for the open-access journal PLOS ONE to publish XXX under the Creative Commons Attribution License (CCAL) CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). Please be aware that this license allows unrestricted use and distribution, even commercially, by third parties. Please reply and provide explicit written permission to publish XXX under a CC BY license and complete the attached form.”Please upload the completed Content Permission Form or other proof of granted permissions as an "Other" file with your submission.In the figure caption of the copyrighted figure, please include the following text: “Reprinted from [ref] under a CC BY license, with permission from [name of publisher], original copyright [original copyright year].”2.2. If you are unable to obtain permission from the original copyright holder to publish these figures under the CC BY 4.0 license or if the copyright holder’s requirements are incompatible with the CC BY 4.0 license, please either i) remove the figure or ii) supply a replacement figure that complies with the CC BY 4.0 license. Please check copyright information on all replacement figures and update the figure caption with source information. If applicable, please specify in the figure caption text when a figure is similar but not identical to the original image and is therefore for illustrative purposes only.The following resources for replacing copyrighted map figures may be helpful:USGS National Map Viewer (public domain): http://viewer.nationalmap.gov/viewer/The Gateway to Astronaut Photography of Earth (public domain): http://eol.jsc.nasa.gov/sseop/clickmap/Maps at the CIA (public domain): https://www.cia.gov/library/publications/the-world-factbook/index.html and https://www.cia.gov/library/publications/cia-maps-publications/index.htmlNASA Earth Observatory (public domain): http://earthobservatory.nasa.gov/Landsat: http://landsat.visibleearth.nasa.gov/USGS EROS (Earth Resources Observatory and Science (EROS) Center) (public domain): http://eros.usgs.gov/#Natural Earth (public domain): http://www.naturalearthdata.com/[Note: HTML markup is below. Please do not edit.]Reviewers' comments:Reviewer's Responses to QuestionsComments to the Author1. Is the manuscript technically sound, and do the data support the conclusions?The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented.Reviewer #1: PartlyReviewer #2: Yes**********2. Has the statistical analysis been performed appropriately and rigorously?Reviewer #1: YesReviewer #2: Yes**********3. Have the authors made all data underlying the findings in their manuscript fully available?The PLOS Data policy requires authors to make all data 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 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—e.g. participant privacy or use of data from a third party—those must be specified.Reviewer #1: YesReviewer #2: No**********4. Is the manuscript presented in an intelligible fashion and written in standard English?PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.Reviewer #1: YesReviewer #2: Yes**********5. Review Comments to the AuthorPlease use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)Reviewer #1: This paper extends the classical SIR epidemic spread model by introducing the "quarantined" compartment in the context of COVID-19 spread. In addition, an integer programming model is proposed for optimizing the number of drones to deliver tests within a metropolitan area. The models may be helpful to prevent epidemic spread. However, the proposed SIQR model is not used in the drone fleet optimization model, which makes the two sections independently.The specification of the optimization model is mainly descriptive. Its formulation is proposed. In addition, the performance of the optimization model should be presented clearly to justify its effectiveness.In the Introduction section, more works on trend/severity prediction in the field of public health should be referred to, such as:Jointly modeling area-level crash rates by severity: A Bayesian multivariate random-parameters spatio-temporal Tobit regression. Transportmetrica A: Transport Science, 2019, 15(2): 1867-1884.Investigating the impacts of real-time weather conditions on freeway crash severity: A Bayesian spatial analysis. International Journal of Environmental Research and Public Health, 2020, 17(8), 2768.Spatial joint analysis for zonal daytime and nighttime crash frequencies using a Bayesian bivariate conditional autoregressive model. Journal of Transportation Safety and Security, 2020, 12(4): 566-585.There should be a section at the end to summarize the conclusions and the limitations of the research and to draw the directions for future research.Besides, the format of the manuscript (especially the citations and references) should be revised according to the guidelines of PLOS ONE.Reviewer #2: The topic of this paper is very timely. It is technically sound and useful for both research and practice. The results and discussion are valid and properly supported. My minor suggestion is that the structure of paper should be adjusted from the current “Introduction-Results-Discussion-Methods”into “Introduction-Methods-Results-Discussion”. The format of references should also be adjusted according to the journal instructions.**********6. 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: NoReviewer #2: No[NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment 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. Registration is free. 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 PLOS at figures@plos.org. Please note that Supporting Information files do not need this step.4 Jun 2020Please see the Response to Reviewers fileSubmitted filename: PLOS response - Google Docs.pdfClick here for additional data file.15 Jun 2020Modeling quarantine during epidemics and mass-testing using dronesPONE-D-20-11647R1Dear Dr. Sedov,We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements.Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication.An invoice for payment will follow shortly after the formal acceptance. To ensure an efficient process, please log into Editorial Manager at http://www.editorialmanager.com/pone/, click the 'Update My Information' link at the top of the page, and double check that your user information is up-to-date. If you have any billing related questions, please contact our Author Billing department directly at authorbilling@plos.org.If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org.Kind regards,Qiang Zeng, Ph.D.Academic EditorPLOS ONEAdditional Editor Comments (optional):Reviewers' comments:Reviewer's Responses to QuestionsComments to the Author1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation.Reviewer #1: All comments have been addressedReviewer #2: All comments have been addressed**********2. Is the manuscript technically sound, and do the data support the conclusions?The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented.Reviewer #1: (No Response)Reviewer #2: Yes**********3. Has the statistical analysis been performed appropriately and rigorously?Reviewer #1: (No Response)Reviewer #2: Yes**********4. Have the authors made all data underlying the findings in their manuscript fully available?The PLOS Data policy requires authors to make all data 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 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—e.g. participant privacy or use of data from a third party—those must be specified.Reviewer #1: (No Response)Reviewer #2: Yes**********5. Is the manuscript presented in an intelligible fashion and written in standard English?PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.Reviewer #1: (No Response)Reviewer #2: Yes**********6. Review Comments to the AuthorPlease use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)Reviewer #1: (No Response)Reviewer #2: (No Response)**********7. 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: NoReviewer #2: No17 Jun 2020PONE-D-20-11647R1Modeling quarantine during epidemics and mass-testing using dronesDear Dr. Sedov:I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now with our production department.If your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information please contact onepress@plos.org.If we can help with anything else, please email us at plosone@plos.org.Thank you for submitting your work to PLOS ONE and supporting open access.Kind regards,PLOS ONE Editorial Office Staffon behalf ofDr. Qiang ZengAcademic EditorPLOS ONE
Authors: Joseph R Scalea; Stephen Restaino; Matthew Scassero; Gil Blankenship; Stephen T Bartlett; Norman Wereley Journal: IEEE J Transl Eng Health Med Date: 2018-11-06 Impact factor: 3.316
Authors: Gabriel Carrasco-Escobar; Edgar Manrique; Jorge Ruiz-Cabrejos; Marlon Saavedra; Freddy Alava; Sara Bickersmith; Catharine Prussing; Joseph M Vinetz; Jan E Conn; Marta Moreno; Dionicia Gamboa Journal: PLoS Negl Trop Dis Date: 2019-01-17
Authors: Davide Golinelli; Erik Boetto; Gherardo Carullo; Andrea Giovanni Nuzzolese; Maria Paola Landini; Maria Pia Fantini Journal: J Med Internet Res Date: 2020-11-06 Impact factor: 5.428