<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Simulation using Polynomial Regression Model</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Darina Kapusta</string-name>
          <email>kapusta.darina.yurievna@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alireza Mohammadi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dmytro Chumachenko</string-name>
          <email>dichumachenko@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National Aerospace University “Kharkiv Aviation Institute”</institution>
          ,
          <addr-line>Chkalow str., 17, Kharkiv</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The article presents an approach to modeling epidemic processes based on machine learning. A model is built based on the polynomial regression method. The simulation results allow us to calculate the predicted incidence of coronavirus infection in a certain area. The model has been shown to be accurate enough for use in public health policy-making settings. The disadvantage of using machine learning methods is the impossibility of identifying factors affecting the dynamics of the epidemic process. But, due to their high accuracy, such models can be used in an ensemble with agent-based and compartment models. Epidemic model, polynomial regression, COVID-19 simulation, machine learning, artificial ORCID: 0000-0002-8168-8411 (D. Kapusta); 0000-0002-4964-4494 (A. Mohammadi); 0000- 0003-2623-3294 (D. Chumachenko).</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>An epidemic of a previously unknown coronavirus that causes pneumonia broke out in January
2020 in the Chinese province of Hubei [1]. Within two weeks, the virus spread to other countries.</p>
      <p>The first cases of infection with the new coronavirus were recorded at the end of December 2019.
Its appearance is associated with the seafood market in the city of Wuhan in China (Hubei province).
Until the market closed on January 1, 2020, marine mammals, bats, chickens, rabbits and snakes were
sold here [2]. Chinese virologists suggested that one of these animal species could become a source of
infection.</p>
      <p>During the first month, almost 6,000 people were infected with the coronavirus, more than 130
died from pneumonia caused by the virus. China has restricted communications with a number of
metropolitan areas, quarantining 56 million people in 17 cities in Hubei. Later it turned out that the
new coronavirus almost 90% coincides with the SARS-CoV virus, which appeared in China in the
early 2000s and claimed about 800 lives. The new coronavirus was first assigned the code
2019nCoV, and from February 11 it was renamed SARS-CoV-2 (Severe Acute Respiratory Syndrome
Coronavirus 2) [3].</p>
      <p>As the epidemic was contained, the authorities of individual countries began to gradually ease
restrictive measures in order to minimize damage to the economy and prevent social problems [4]. In
the fall of 2020, the second and third waves of the epidemic began in many countries.</p>
      <p>The death toll from coronavirus in the United States as of August 2021 has reached almost 700
thousand people [5]. This made the pandemic the deadliest in the 20th century, ahead of the Spanish
flu pandemic.</p>
      <p>Recently, an average of 10,000 people per day have been dying from coronavirus [6]. This is the
Scientists associate this with the emergence of strains “delta” and “iota”, characterized by
highest figure since the beginning of March this year.
increased infectiousness and lethality [7].
EMAIL:
(D.</p>
      <p>Kapusta);
alireza.mohammadi9207@gmail.com
(A.</p>
      <p>Mohammadi);</p>
      <p>2021 Copyright for this paper by its authors.</p>
      <p>The authorities of many countries have introduced compulsory vaccination for certain groups of
the population (doctors, teachers, government officials, etc.) [8]. However, the number of vaccinated
people is not enough to reduce the dynamics of the spread of the pandemic [9].</p>
      <p>Mathematical and simulation modeling is an effective tool for identifying the rules for the spread
of a pandemic. With the help of the simulation results, it is possible to form a scientifically grounded
policy of countering the epidemic and the introduction of anti-epidemic measures to reduce the
incidence.</p>
      <p>The aim of the paper is to develop machine learning model of COVID-19 epidemic process
dynamics and investigate it’s results.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Analysis of epidemic process simulation approaches</title>
      <p>To date, research teams from around the world have built many models for the spread of
COVID19. And morbidity modeling goes back centuries, when the breakthrough model of SIR, proposed by
Kermak and McKendrick [10].</p>
      <p>Models useful for studying infectious diseases on a population scale can generally be classified
into two types: deterministic and stochastic.</p>
      <p>In deterministic models, a large population is divided into smaller groups called classes, where
each group represents a specific stage of the epidemic. Such models are often formulated as a set of
differential equations (in continuous time) or difference equations (in discrete time) that help explain
what, on average, happens on a population scale [11]. The decision of a deterministic model is a
function of time or space and, as a rule, uniquely depends on the input data.</p>
      <p>
        The stochastic model is formulated in terms of a stochastic process, which, in turn, is a set of
random variables, X (t,ω) ≡ X(t), defined as:
,
(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
where T and Ω represent the time and total space for the sample.
      </p>
      <p>The solution to the stochastic model is the probability distribution for each of the random variables
[12]. Such models capture the inherent variability of demographic and environmental variability and
are useful in small populations. More specifically, they allow observation of every person in a
population at random.</p>
      <p>Deterministic models are used to address questions such as “What proportion of people would
have been infected during an epidemic outbreak?”, “What conditions must be satisfied to prevent and
control an epidemic?”, etc. Deterministic models are the best when studying a large population, and
models of stochastic epidemics are useful for a small population and provide answers to questions
such as: “How long can a disease last?”, “What is the probability of a large fire”, etc.</p>
      <p>Unlike deterministic models, stochastic models can be time consuming to create and require many
simulations run to generate useful predictions. They can become very complex mathematically and
lead to misperceptions of dynamics.</p>
      <p>Different modeling approaches are suitable for investigating different problems. For example,
simple deterministic models can be useful for understanding the underlying dynamics of an infection,
but they are of limited use as a forecasting tool because any epidemic is unique and unlikely to follow
the “average” pattern. Stochastic models are difficult to construct, but are especially useful for
assessing risks and can be used to investigate the likelihood of different outcomes.</p>
      <p>As for August 2021 wore than 250 thousand sources have been published on issues relating to
COVID-19 in various fields, starting from medicine and biology, and finishing with computer science
and mathematics. A lot of researches dedicated to COVID-19 modeling from different perspectives,
such as COVID-19 characteristics [13], epidemiology [14], general Artificial Intelligence [15],
machine learning [16], etc. They are solving different tasks, such as virus detection [17], contact
tracing [18], forecasting [19], vaccine development [20], etc.</p>
      <p>Main limitations of developed models and approaches are complex data, low quality of data,
limited data, heterogeneity of population, interactions between multi-source data, disclosing unknown
attributes, etc. All these limitations lead to a decrease in the accuracy of the forecast obtained with the
help of modeling. The machine learning approach to epidemic process simulation can eliminate that
drawback and shows high accuracy in simulation dynamics.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Polynomial regression model</title>
      <p>Polynomial Regression is a supervised regression learning algorithm. The regression algorithm
establishes a regression model between variables and obtains the correlation between variables and
dependent variables in the learning process [21]. Regression analysis can be used for predictive or
classification models. Common regression algorithms include: linear regression, nonlinear regression,
logistic regression, polynomial regression, comb regression, lasso regression) and ElasticNet
regression. Among them, the most commonly used are linear regression, nonlinear regression, and
logistic regression.</p>
      <p>In many cases, the linear model may not fit well with the target data curve, which requires the
introduction of a non-linear regression model [22]. There are several strategies for nonlinear
regression: the first strategy is to convert nonlinear regression to linear regression, and the second
strategy is to convert nonlinear regression to polynomial regression. Polynomial regression adds a
higher cardinality of an element (such as a square or cubic term), which is equivalent to increasing the
model's degree of freedom to capture non-linear changes in the data.</p>
      <p>The goal of regression analysis is to model the expected value of the dependent variable y in terms
of the value of the independent variable (or vector of independent variables) x. In simple linear
regression, the model</p>
      <p>y = 0 + 1x + ε,
where ε is the unobservable random error with mean zero due to the scalar variable x. In this model,
for each unit of increase in the value of x, the conditional expectation of y is increased by β1 units.</p>
      <p>
        In many cases, such a linear relationship may not be observed. For example, if we model the
number of deaths from COVID-19 depending on the percentage of population vaccinated in a certain
area, then the yield increases also due to the decrease in the availability of places in hospitals. In this
case, you can use a quadratic model of the form
y = 0 + 1x + 2x2 + ε.
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        )
      </p>
      <p>
        In general terms, we can model the expected value of y as a polynomial of the nth degree,
obtaining a general polynomial regression model
y = 0 + 1x + 2x2 + 3x3 + … + nxn ε.
(
        <xref ref-type="bibr" rid="ref4">4</xref>
        )
      </p>
      <p>It is convenient that all these models are linear in terms of estimation, since the regression function
is linear in terms of unknown parameters β0, β1, .... Therefore, for least squares analysis,
computational and logical problems polynomial regression can be completely solved using the
methods multiple regression. For this, x, x2, ... are treated as separate explanatory variables in a
multiple regression model.</p>
      <p>
        From the formula (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ), it can be concluded that to obtain a polynomial regression model that fits the
target dataset perfectly, the key is to solve the value of the weight of each property-independent
variable. Linear regression first constructs a convex function optimization function (such as: the
minimum sum of squares of the difference between a given function value and the model's prediction
value) and uses least squares [23] and gradient descent [24] to compute the final fit parameters.
      </p>
      <p>
        Although polynomial regression is technically a special case of multiple linear regression, the
interpretation of a fitted polynomial regression model requires a slightly different perspective. It is
often difficult to interpret the individual coefficients when fitting a polynomial regression because the
underlying monomials can be highly correlated. For example, x and x2 have a correlation of more than
0,9 when x is evenly distributed over the interval (
        <xref ref-type="bibr" rid="ref1">0,1</xref>
        ). Although the correlation can be reduced by
using orthogonal polynomials, it is usually more informative to look at the fitted regression function
as a whole. Point or simultaneous confidence intervals can then be used to determine the uncertainty
in the estimate of the regression function.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>To simulate COVID-19 epidemic process in Ukraine we have used data of new cases and deaths,
provided by the Center for Public Health of the Ministry of Health of Ukraine. Polynomial regression
model program implementation has been made with Python programming language.</p>
      <p>An important part of developing a software product is designing it. The process approach is the
main element of management in organizations that manage public health in Ukraine. At the same
time, one of the key aspects of this approach is to ensure the visibility (“transparency”) of the
management object (organization or system) through its accurate, sufficient, concise,
easy-tounderstand and analyze description.</p>
      <p>Obviously, for complex systems, which include all institutions of the public health system in
Ukraine at all levels (from regional laboratory centers to the Public Health Center under the Ministry
of Health of Ukraine), it is almost impossible to obtain a single description suitable for any case, with
faced by managers. Being multifaceted in the form and content of presentation, an organization
(complex system) as a set of interrelated components can be represented by independent, complete
“projections”, the number of which is determined by the needs and tasks of management. To model
business processes, the IDEF0 and DFD methodologies were used.</p>
      <p>Functional model consists of four main elements:
• Process (Eng. Process), i.e. a function or sequence of actions that must be taken in order for
the data to be processed. This can be creating an order, registering a customer, etc. It is customary to
use verbs in the names of processes, i.e. Create customer (not create customer) or process order (not
place an order). There is no strict system of requirements, as, for example, in IDEF0 or BPMN, where
notations have a hard-coded syntax, since they can be executable. But still, certain rules should be
adhered to so as not to confuse other people when reading the DFD.</p>
      <p>• External entities. These are any objects that are not included in the system itself, but are for it
a source of information or recipients of any information from the system after data processing. It can
be a person, an external system, any storage media and data storage.</p>
      <p>• Data store. Internal data storage for processes in the system. The received data before
processing and the result after processing, as well as intermediate values must be stored somewhere.
These are databases, tables, or any other option for organizing and storing data. It will store customer
data, customer requests, invoices and any other data that entered the system or is the result of
processing processes.</p>
      <p>• Data flow. In the notation, it is displayed in the form of arrows that show what information is
included and what comes from a particular block in the diagram.</p>
      <p>The functional model of the program complex is shown in Figure 1.</p>
      <p>Decomposition of functional diagram is presented in Figure 2.</p>
      <p>Implementing a particular use case requires the participation and interaction of specific instances
of actors and classes. The most suitable tool for describing this interaction is sequence and
communication diagrams, which essentially represent the same information. For the information
system for forecasting the epidemic process COVID-19, use case diagrams are built, presented in
Figures 3-5.</p>
      <p>The developed information system includes both general data on COVID-19 morbidity in the
world and detailed data on COVID-19 morbidity in Ukraine. Worldwide data is automatically loaded
from the John Hopkins University database, and detailed data on Ukraine provided by the Center for
Public Health of the Ministry of Health of Ukraine (fig. 6).</p>
      <p>Results of COVID-19 epidemic process in Ukraine using Polynomial regression model are shown
in Figure 7. The results are calculated for 10, 20 and 30 days. Analysis of experimental study shows
that the most accurate result is provided with 10-days forecast. Still, other forecasts shows enough
accuracy to use that results in Public Health institutions to provide anti-epidemic measures to combat
to COVID-19 pandemic.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions</title>
      <p>Within the framework of the study, a model for predicting the dynamics of the epidemic process
COVID-19 was built on the basis of the polynomial regression method. Based on the model, an
information system has been developed that can be implemented in public health institutions to make
decisions on the implementation of anti-epidemic measures to reduce the dynamics of the incidence of
COVID-19 in Ukraine.</p>
      <p>The highest accuracy is shown by a forecast built for 10 days. However, the accuracy of the model
allows the use of forecasts built for a longer period. Taking into account the incubation period of
COVID-19, which averages 14 days, we recommend using a forecast for 20 days, which will also
include new contacts with the source of infection.</p>
      <p>The advantage of the developed model is the high, in comparison with other approaches, the
accuracy of constructing the predicted morbidity. The disadvantage of the model is the impossibility
of identifying factors influencing the dynamics of morbidity. Therefore, it is recommended to use the
proposed model in an ensemble with other models that allow analyzing the informativeness of factors,
for example, with multi-agent or compartment ones. A machine learning model can be used to verify
predictions from other approaches, increasing their accuracy.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgements</title>
      <p>
        The study was funded by the National Research Foundation of Ukraine in the framework of the
research project 2020.02/0404 on the topic “Development of intelligent technologies for assessing the
epidemic situation to support decision-making within the population biosafety management” [25].
[9] F.M. Russell, B. Greenwood: Who should be prioritised for COVID-19 vaccination? Human
Vaccines and Immunotherapeitocs 17 (
        <xref ref-type="bibr" rid="ref5">5</xref>
        ) (2021) 1317-1321. doi:
10.1080/21645515.2020.1827882.
[10] F. Brauer: The Kermack–McKendrick epidemic model revisited. Mathematical Biosciences 198
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) (2005) 119-131. doi: 10.1016/j.mbs.2005.07.006.
[11] M.B. Trawocki: Deterministic Seirs Epidemic Model for Modeling Vital Dynamics,
      </p>
      <p>
        Vaccinations, and Temporary Immunity. Mathematics 5 (
        <xref ref-type="bibr" rid="ref7">7</xref>
        ) (2017) doi: 10.3390/math5010007
[12] L.J.S. Allen: A primer on stochastic epidemic models: Formulation, numerical simulation, and
analysis. Infectious Disease Modelling 2 (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) (2017) 128-142. doi: 10.1016/j.idm.2017.03.001
[13] H. Esakandari, M. Nabi-Afjadi, J. Fakkari-Afjadi, N. Farahmandian, S.M. Miresmaeili,
E. Bahreini: A comprehensive review of COVID-19 characteristics. Biological Procedures
Online 22 (2020) 1–10.
[14] M. Park, A.R. Cook, J.T. Lim, Y. Sun, B.L. Dickens: A systematic review of COVID-19
epidemiology based on current evidence. Journal of Clinical Medicine 9 (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ) (2020) 967.
[15] M.N. Islam, T.T. Inan, S. Rafi, S.S. Akter, I.H. Sarker, A.K.M.N. Islam: A Survey on the Use of
      </p>
      <p>
        AI and ML for Fighting the COVID-19 Pandemic. arXiv e-prints (2020), arXiv–2008.
[16] T.T. Nguyen: Artificial intelligence in the battle against coronavirus (COVID-19): a survey and
future research directions. (2020) arXiv:2008.07343
[17] I. Izonin, et. al.: Predictive modeling based on small data in clinical medicine: RBF-based
additive input-doubling method. Mathematical Biosciences and Engineering 18 (
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) (2021)
25992613. doi: 10.3934/mbe.2021132
[18] Y. Mao, S. Jiang, D. Nametz: Data-driven Analytical Models of COVID-2019 for Epidemic
      </p>
      <p>
        Prediction, Clinical Diagnosis, Policy Effectiveness and Contact Tracing: A Survey. (2020).
[19] O. Byambasuren, et. al.: Estimating the Extent of True Asymptomatic COVID-19 and Its
Potential for Community Transmission: Systematic Review and Meta-Analysis. Journal of the
Association of Medical Microbiology and Infectious Disease Canada 5 (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ) (2020) 223–234.
[20] A.K. Arshadi, et. al.: Artificial Intelligence for COVID-19 Drug Discovery and Vaccine
      </p>
      <p>
        Development. Frontiers in Artificial Intelligence 3 (2020) 65.
[21] H. Li, S. Yamamoto: Polynomial regression based model-free predictive control for nonlinear
systems. 2016 55th Annual Conference of the Society of Instrument and Control Engineers of
Japan (SICE) (2016) 578-582, doi: 10.1109/SICE.2016.7749264.
[22] S. Kavitha, S. Varuna, R. Ramya: A comparative analysis on linear regression and support vector
regression. 2016 Online International Conference on Green Engineering and Technologies
(ICGET) (2016) 1-5, doi: 10.1109/GET.2016.7916627.
[23] V.P. Mashtalir, et. al.: Group structures on quotient sets in classification problems. Cybernetics
and Systems Analysis 50 (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ) (2014) 507-518. doi: 10.1007/s10559-014-9639-z
[24] S.N. Gerasin, et. al.: Set coverings and tolerance relations. Cybernetics and Systems Analysis 44
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) (2008) 333-340. doi: 10.1007/s10559-008-9007-y
[25] S. Yakovlev, et. al., The concept of developing a decision support system for the epidemic
morbidity control, CEUR Workshop Proceedings 2753 (2020) 265–274.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Asselah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Durantel</surname>
          </string-name>
          , E. Pasmant, G. Lau,
          <string-name>
            <surname>R.F.</surname>
          </string-name>
          <article-title>Schinazi: COVID-19: Discovery, diagnostics and drug development</article-title>
          .
          <source>Journal of Hepatology</source>
          <volume>74</volume>
          (
          <issue>1</issue>
          ) (
          <year>2021</year>
          )
          <fpage>168</fpage>
          -
          <lpage>184</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.jhep.
          <year>2020</year>
          .
          <volume>09</volume>
          .031.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>X.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xing</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.W.</surname>
          </string-name>
          <article-title>Wong: COVID-19: lessons to date from China</article-title>
          .
          <source>Archives of Disease in Children</source>
          <volume>105</volume>
          (
          <issue>12</issue>
          ) (
          <year>2020</year>
          )
          <fpage>1146</fpage>
          -
          <lpage>1150</lpage>
          . doi:
          <volume>10</volume>
          .1136/archdischild-2020-319261.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Xu</surname>
          </string-name>
          , et. al.:
          <article-title>China shares experience during the COVID-19 outbreak</article-title>
          .
          <source>Burns: journal of the International Society for Burn Injuries</source>
          <volume>47</volume>
          (
          <issue>1</issue>
          ) (
          <year>2021</year>
          )
          <fpage>249</fpage>
          -
          <lpage>250</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.burns.
          <year>2020</year>
          .
          <volume>05</volume>
          .014.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>L.</given-names>
            <surname>Webb</surname>
          </string-name>
          <article-title>: COVID-19 lockdown: A perfect storm for older people's mental health</article-title>
          .
          <source>Journal of Psychiatric and Mental Health Nursing</source>
          <volume>28</volume>
          (
          <issue>2</issue>
          ) (
          <year>2021</year>
          )
          <article-title>300</article-title>
          . doi:
          <volume>10</volume>
          .1111/jpm.12644.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>O.O.</given-names>
            <surname>Woolcott</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.N.</surname>
          </string-name>
          <article-title>Bergman: Mortality Attributed to COVID-19 in High-Altitude Populations</article-title>
          .
          <source>High Altitude Medicine and Biology</source>
          <volume>21</volume>
          (
          <issue>4</issue>
          ) (
          <year>2020</year>
          )
          <fpage>409</fpage>
          -
          <lpage>416</lpage>
          . doi:
          <volume>10</volume>
          .1089/ham.
          <year>2020</year>
          .
          <volume>0098</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>M.V.</surname>
          </string-name>
          <article-title>Blagosklonny: From causes of aging to death from COVID-19</article-title>
          . Aging (Albany NY)
          <volume>12</volume>
          (
          <issue>11</issue>
          ) (
          <year>2020</year>
          )
          <fpage>10004</fpage>
          -
          <lpage>10021</lpage>
          . doi:
          <volume>10</volume>
          .18632/aging.103493.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>I. Torjesen</surname>
          </string-name>
          : Covid-19:
          <article-title>Delta variant is now UK's most dominant strain and spreading through schools</article-title>
          .
          <source>BMJ (Clinical research)</source>
          <volume>373</volume>
          (
          <year>2021</year>
          )
          <article-title>n1445</article-title>
          . doi:
          <volume>10</volume>
          .1136/bmj.n1445.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>I.</surname>
          </string-name>
          <article-title>Ali: Impact of COVID-19 on vaccination programs: adverse or positive?</article-title>
          <source>Human Vaccines and Immunotherapeutics</source>
          <volume>16</volume>
          (
          <issue>11</issue>
          ) (
          <year>2020</year>
          )
          <fpage>2594</fpage>
          -
          <lpage>2600</lpage>
          . doi:
          <volume>10</volume>
          .1080/21645515.
          <year>2020</year>
          .
          <volume>1787065</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>