<!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>Dask-Based Eficient Clustering of Educational Texts⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Dmitriy Minullin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>] Viliuz</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Kazan Federal University</institution>
          ,
          <addr-line>18 Kremlyovskaya street. Kazan 420008, Russian Federation</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>TR AS Institute of Applied Semiotics Levo-Bulachnaya str.</institution>
          ,
          <addr-line>36A, Kazan, 420111, Russian Federation</addr-line>
        </aff>
      </contrib-group>
      <fpage>362</fpage>
      <lpage>376</lpage>
      <abstract>
        <p>Document clustering process is a long running and computationally demanding process. The need for systems that allow fast document clustering is especially relevant for processing large volumes of text data (Big Data). In this work we present a distributed text clustering framework based on Dask open source library for parallel and distributed computing. The Dask-based processing system developed in this work allows to execute all necessary operations related to the clustering of text documents in a parallel mode. We realized parallel agglomerative clustering algorithm of cosine similarity matrices computed from term frequency-inverse document frequency (TF-IDF) feature matrices of input texts. The system had been applied to intellectual analysis of educational data accumulated in the system ”Electronic education of the Tatarstan Republic” from 2015 to 2020. Specially, by using developed system we clustered the text documents describing lesson planning, and also performed a comparative analysis of the average marks of students, whose training was carried out according to lesson planning belonging to diferent clusters.</p>
      </abstract>
      <kwd-group>
        <kwd>Big Data</kwd>
        <kwd>Dask</kwd>
        <kwd>educational data mining</kwd>
        <kwd>python</kwd>
        <kwd>document clustering</kwd>
        <kwd>TF-IDF</kwd>
        <kwd>ANOVA</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Big data analytics describes the methods of processing large amounts of data in
order to discover hidden patterns [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], market trends, customer preferences and
other useful information for making the right decisions [11], [
        <xref ref-type="bibr" rid="ref14">30</xref>
        ]. It has been
adopted by a wide variety of industries and has become a separate industry
[26]. Using the Big Data methods in educational system includes measuring,
collecting, analyzing and presenting huge volumes of structured and unstructured
data about students and the educational environment in order to understand the
peculiarities of the functioning and development of the educational system [25],
[12]. For the successful management of the educational process, it is necessary
⋆ The reported study was funded by RFBR, project number 19-29-14082
to promptly process numerous various incoming data online, so the use of Big
Data technologies becomes a necessity [19]. Working with large amounts of data
requires not only the availability of modern hardware, but also mathematical
algorithms that would reduce the required number of computing operations for
a computer [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], [
        <xref ref-type="bibr" rid="ref21">37</xref>
        ].
      </p>
      <p>
        Text mining in big data analytics is emerging powerful tool for the analysis
of unstructured textual data. These methods are used to extract new knowledge
and to identify significant patterns and correlations hidden in the data [16].
A method for extracting associative feature information by using text mining
from health big data is proposed in [21], social network analysis algorithms are
utilized for identifying the emerging trends for big data domain [18], text mining
has gained its popularity with big data resources when analyzing big data in the
ifnancial sector [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Document clustering is the process of finding groups of similar documents in
a collection of documents. Clustering algorithms are among the most popular
data mining methods, and are widely used for processing text data. They have
a wide range of applications such as classification [
        <xref ref-type="bibr" rid="ref4 ref5">5, 4</xref>
        ], visualization [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and
organization of documents [13]. Various methods of text clustering are used, the
most popular of which are LSA / LSI - Latent Semantic Analysis / Indexing
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Sufix Tree Clustering [
        <xref ref-type="bibr" rid="ref28">44</xref>
        ], Scatter/Gather [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Recently, methods based on
the use of neural networks have gained popularity [
        <xref ref-type="bibr" rid="ref11">27</xref>
        ] together with classical
clustering methods, such as the k-means algorithm [
        <xref ref-type="bibr" rid="ref12">28</xref>
        ].
      </p>
      <p>
        In document clustering tasks the problem of determining the optimal number
of clusters arises [23], [
        <xref ref-type="bibr" rid="ref20">36</xref>
        ]. By using hierarchical clustering, researchers often have
to work with dendrograms and manually analyze them and trim the required
number of clusters. This approach is followed by several problems, firstly, this
is the obvious slow nature of the study, secondly, it is the human factor of
the possibility of making mistakes. In cases where the threshold is not easy to
determine, two diferent researchers may come to diferent conclusions about
the correct number of clusters. There are various approaches for determining
the optimal number of clusters: gap statistic, elbow method, mode, maximum
diference [
        <xref ref-type="bibr" rid="ref27">43</xref>
        ], [20], [
        <xref ref-type="bibr" rid="ref29">45</xref>
        ].
      </p>
      <p>
        This work demonstrates the possibilities of using the Dask cluster
computing system [
        <xref ref-type="bibr" rid="ref16">32</xref>
        ] for analyzing the texts describing lesson planning in schools.
The study is based on the data collected in the state information system
”Electronic education in the Republic of Tatarstan.” This system includes a large-scale
database of educational information on all students and all teachers of schools
located in Tatarstan Republic. Teachers fill out lesson topics in the electronic
journal, as well as homework through their personal accounts. They also lfil in
the system and current grades given to their students.
      </p>
      <p>Be believe that the success of educational process is depending on the
teaching material used by teacher. The main goal of this work is aimed to build an
analytical system for finding and studying the diferences between the academic
performance of schoolchildren studying in diferent educational and
methodological complexes or in diferent curricula. We can obtain information about
the diferences in teaching and methodological materials only on the basis of an
analysis of textual data on the conducted lessons, which were filled by teachers
through their personal accounts. The main problem is that these data are not
marked up and not annotated, i.e. teachers do not indicate which curriculum
they teach their lessons. Therefore to solve this problem, we need to use an
automatic text clustering system.</p>
      <p>For this research depersonalized datasets were provided in Comma-separated
values (CSV files) format. These files contains information about teachers, pupils,
lessons and marks for all subjects and all grades. The total amount of data is
over 60 GB. Because the original data consists of a large number of texts (Big
Data) of diferent sizes that will take a lot of time to process by using traditional
methods, we need to develop high-performance computing (HPC) programming
based on cluster computing to eficiently processing text data.</p>
      <p>
        In this work we developed HPC computational framework based on Dask
distributed library [
        <xref ref-type="bibr" rid="ref16">32</xref>
        ]. To convert a document into structured format the
weighting schema TF-IDF (Term Frequency –Inverse Document Frequency) is used.
To measure the distance between the text we used cosine similarity algorithm.
The division of texts into clusters was carried out by using an Agglomerative
clustering algorithm, with the help of Elbow method to find the optimal number
of clusters. Bu using the results of text clustering, we carried out a comparative
analysis of the average academic performance of students whose lesson planning
texts belong to diferent clusters. The developed system makes it possible to
eficiently and quickly carry out a full-fledged analysis of this type for all grades
and subject.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Dask-Based Parallel Processing Framework</title>
      <p>
        To eficiently and quickly process a large amount of unstructured data we have to
use BigData technologies, and also the powers of computing clusters are required.
For high-performance calculations a computing cluster containing 4 virtual
machines was deployed (each VM has 1TB HDD, 32 GB RAM, 16 CPU cores), with
installed Python-based library for parallel computing - Dask. Dask is a eflxible
parallel big data processing library, designed to provide scalability and to extend
the capabilities of existing Python packages and libraries [
        <xref ref-type="bibr" rid="ref16">32</xref>
        ]. Dask allows users
to integrate and to run in parallel mode existing Python-based scripts written
by using popular libraries such as NumPy, SciPy, Pandas and others. The main
advantage of using the Dask library for processing large texts is based on the
ability of the system to perform computations with data volumes that are larger
than the available memory of single computer [
        <xref ref-type="bibr" rid="ref23">39</xref>
        ], [17], [14].
      </p>
      <p>The functionality of Dask which is necessary to perform its tasks can be
divided into two parts:
1. Dynamic task scheduling optimized for cluster based HPC computation.
2. “Big Data” collections like parallel arrays, dataframes, and lists that extend
common interfaces like NumPy, Pandas,or Python iterators to
larger-thanmemory or distributed environments. These parallel collections run on top
of dynamic task schedulers.</p>
      <p>
        All data, initially obtained in the form of ssv files, had been combined into
more convenient data structures (DataFrames) by using Dask’s merge() method,
and stored on cluster’s computer’s hard drives in parquet binary data format [
        <xref ref-type="bibr" rid="ref26">42</xref>
        ].
This dataframe, in addition to the texts describing the topics of the lessons, also
contains an information about lesson’s dates, grades, subjects and teachers. The
distributed data processing framework is schematically drawn in Figure 1 in
the left panel. In the the right side of the Figure 1 sequential steps of the text
processing pipeline, executed in parallel mode on the computational cluster are
demonstrated. In the first processing step, we pre-processed the entire text
corpus to remove noisy and less useful words. Next, we applied TF-IDF and cosine
similarity calculation, followed by hierarchical agglomerative clustering, by using
the ”elbow” method to determine the number of clusters. Such parallel execution
of processing methods is started by calling dataframe’s apply method, and by
specifying the corresponding method name, which must be executed in parallel
mode as a parameter of dataframe’s apply method. To perform parallel
processing of school subjects (ProcSubjects), the following call to the apply method is
used:
lessons_texts.groupby(['subjectID']).apply(ProcSubjects).compute()
The method for processing texts for particular grades (ProcessGrades) was
launched in a similar way:
def ProcSubjects(df):
      </p>
      <p>df.groupby(['grade_number']).apply(ProcessGrades)</p>
      <p>Data reprocessing. As the first step the texts (originally there were 95786285
texts), describing lessons, were combined into a 580698 text documents, for each
subject and for each teacher. These texts had been subjected to the following
processing:
1. The document texts are divided into tokens
2. From the array of tokens we removed punctuation marks, empty lines and
stop words, which do not have any special meaning to the sentence.
Theses steps are necessary to improve the accuracy of the text’s comparison.</p>
      <p>
        Document text vectorization by term frequency-inverse document
frequency (TF-IDF) method. Traditional text similarity measurements use
TF-IDF (term frequency (TF)x inverse document frequency (IDF)) method (first
introduced in [
        <xref ref-type="bibr" rid="ref19">35</xref>
        ]) to compute similarity between text documents by using cosine
similarity [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], to examine the relevance of words to documents [
        <xref ref-type="bibr" rid="ref15">31</xref>
        ], short-text
clustering [
        <xref ref-type="bibr" rid="ref22">38</xref>
        ], text categorization [
        <xref ref-type="bibr" rid="ref25">41</xref>
        ], pattern mining on text data[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. TF-IDF
reflects how important a word is to a document in a collection or corpus, and
therefore it is often used also as a weighting factor in information retrieval and
text mining. The TF-IDF value is proportional to how often a word occurs in
a particular document, but is compensated for by the frequency of the word in
the entire corpus. This property of TF-IDF helps to take into account the fact
that some words are usually much more common than others [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>For a collection of words t ∈ T that appears in a set of N documents d ∈ D
with length nd, IF-IDF is computed by the formulas</p>
      <p>T F = ft,d
nd</p>
      <p>N
IDF = log</p>
      <p>dft
W = T F ∗ IDF,
(1)
(2)
(3)
where ft,d is the frequency of word t in document d, dft is the number of
documents in which the word t appears.</p>
      <p>
        Cosine similarity and distance matrix. At the next step we constructed
a text similarity matrix by making similarity analysis of the compared texts. The
cosine similarity method [
        <xref ref-type="bibr" rid="ref24">40</xref>
        ] was chosen as a comparison method for TF-IDF
vectorized texts. Cosine similarity is a measure of the similarity between two
vectors, and measures the cosine of the angle between them. For two feature
vectors, a and b, cosine similarity, cos(θ ), can be represented using the dot
product and the [15] norm:
cos(θ ) =
      </p>
      <p>ab
∥a∥∥b∥</p>
      <p>Pn
= pPn i=1 aibii=1 bi
i=1 aipPn
,
(4)
a – coordinates of the first vector (TF-IDF vector for first text), b –
coordinates of the second vector (TF-IDF vector for the second text). Further,
calculating cosine similarity in pairs of vectors by using a cyclic algorithm a text
similarity matrix is constructed. Based on the similarity matrix, we calculated
the distance matrix (by formula distance matrix = 1 − similarity matrix) for
using it as an input data for agglomerative clustering algorithm.</p>
      <p>
        Agglomerative clustering. Clustering is one of the most common
unsupervised machine learning problems. For text clustering we used the most common
type of hierarchical clustering - the agglomerative clustering. This method is
used to group objects in clusters based on their similarity. The algorithm starts
by treating each object as a single cluster. In the next steps, pairs of clusters
are successively merged until all clusters have been merged into one big cluster
containing all objects [
        <xref ref-type="bibr" rid="ref17">33</xref>
        ]. The results of agglomerative clustering are usually
presented in a dendrogram (an example of dendrogramm is presented in Figure
2).
      </p>
      <p>
        The dendrogram is convenient, because it allows to visually observe the
clustering process. To calculate the distance between clusters Ward’s method was
used. Ward’s minimum variance method calculates the distance between cluster
members and the centroid. The centroid of a cluster is defined as the point at
which the sum of squared Euclidean distances between the point itself and each
other point in the cluster is minimised. The increment in the sum of the squares
of the distances of objects to the center of the cluster, obtained as a result of
their union, is taken as the distance between the clusters As a result, we get a
complete clustering tree of our initial set from which we can get clustering of
any level [
        <xref ref-type="bibr" rid="ref13">29</xref>
        ].
      </p>
      <p>
        Determining the number of clusters by ”elbow” method.
Determining the optimal number of clusters is a fundamental issue in partitioning
clustering, which requires the user to specify the number of clusters k to be generated.
A simple and popular method consists of visual analysis of the dendrogram to
see if it suggests a particular number of clusters. This approach is very
subjective, but its main drawback is the impossibility of visual analysis of hundreds
of dengrograms within the framework of automatic processing. To find optimal
number of clusters in automatic mode we use ”elbow” method. This method is
based on calculating the Within-Cluster-Sum of Squared Errors (WSS) for
different number of clusters (k) and selecting the k for which change in WSS starts
to diminish. Based on the numerical results carried out in the [
        <xref ref-type="bibr" rid="ref27">43</xref>
        ] elbow method
and the maximum diference seem to perfectly capture the simulated data.
      </p>
      <p>To demonstrate ”elbow” method we plot a line chart of the SSE for each
value of k (see Figure 3). Our goal is to choose a small value of k that still has a
low SSE, and the elbow point usually represents the point where we start to have
diminishing returns by increasing k (Figure 3). We used the KElbowVisualizer
class from yellowbrick Python library to select the optimal number of clusters.</p>
      <p>Now, knowing the number of clusters by using the ”eblow” method, we can
split our set of texts into k clusters. In figure 4 we show the numbers of texts by
clusters for subject ”mathematics” in 3-th grade.</p>
      <p>For checking the reliability of the results obtained using the cluster-based
computational system based on Dask, as well as to assess the performance of
parallel cluster processing pipeline, we have performed the same data
computations by using desktop computer without using the Dask system. It should
be noted that during performing the same processing text processing pipelines
on usual desktop computers we we ran into problems, mainly due to the fact
that processing large data files requires large amounts of RAM. To solve this
problem we need to split huge text files into smaller files (which must be small
enough to fit into the RAM of a desktop computer), and process them
sequentially, constantly reading and writing intermediate results to hard drives, which
slows down data processing a dozen times. Data processing, which takes about
an hour by using a Dask-based cluster system (4 VMs with 1TB HDD, 32 GB
RAM, 16 CPU cores), tooks a several days on desktop computers.
By using the computational framework, presented above, we performed cluster
analysis of the text describing lesson’s for all school subjects for all grades (2-11).
To confirm the reliability of the clustering results obtained by our system, some
of the texts (mathematics, 3rd grade) were by-hand analyzed by teachers, who
confirmed the correctness of automatic division into clusters. These teachers also
confirmed that our system correctly identifies educational and methodological
complexes that are used in primary grades. We estimated that the accuracy
of correctly clustered text on manually tested subset achieved 93%. Incorrectly
clustered texts (7%) is due to the fact that some teachers did not completely
correctly and incompletely entered information into the system.</p>
      <p>A comparative analysis of WSS for mathematics and Russian language
subjects among grades 2-11 (Fig. 5), shows that in the primary grades the values
of WSS are very high, what means a presence strong diference between lesson
texts. This diference gradually disappears by 10-11 class. A similar picture is
observed for all academic years (in the Figure 5, we presented the results only
for the 2015-2016 and 2016-2017 academic years). This is due to the fact that
after primary school in the middle level school, students learns according to a
certain program. The almost identical similarity of the lines in the 10th and
11th grade is because that all students in all schools follow the same curriculum.
These features discovered by our system are confirmed by teachers who work in
schools, which confirms the reliability of our conclusions.</p>
      <p>Since there is a significant diference between the texts of lesson planning in
primary grades, we conducted a study of the dependence of the average grades
of students on clusters of lesson planning texts. For the primary preprocessing of
student’s marks, which consisted in grouping data and calculating the average
marks of students we also used capabilities of the Dask library. As a result,
we get the following marks (Figure 6), on the basis of which the analysis of
variance will be carried out. Analysis of variance (ANOVA) was used to nfid and
to determine the diferences between the mean marks of students belonging to
diferent clusters[22]. ANOVA-test had been used because it allows simultaneous
comparison of a larger number of samples, in contrast to Student’s t-test, which
allows only pairwise comparison. The results of this analysis do not show the
exact diferences between groups, but can only tell where they are and where
they are not. In other words, if the hypothesis of the equality of all groups is
rejected, this does not mean that all groups are diferent, but only that some of
the groups are diferent, maybe everything, but maybe only a few.</p>
      <p>The p-value is calculated by using the sampling distribution of the test
statistic under the null hypothesis, the sample data, and the type of test being done
(lower-tailed test, upper-tailed test, or two-sided test). After the analysis for
Fig. 5. WSS for diferent values of clusters count k (a - mathematics 2015-2016, b
mathematics 2016-2017, c - Russian language 2015-2016, d - Russian language
20162017.)
diferent subject for primary school grades (2-4) we get the following values of
the p-value by grades and subjects (Table 1):</p>
      <p>Based on the results obtained, for the primary school level, subjects can be
divided into two groups :
1. Subjects that do not depend on the educational-methodical complex
(pvalues &gt; 0.05): music, English language, physical education,
2. Subjects depending on the educational and methodological complex
(pvalues &lt; 0.05): mathematics, Russian language, literature, technology, arts.</p>
      <p>For the middle and senior levels of the school into three groups (data not
shown):
2-nd grade 3-rd grade 4-th grade
Physical education 0,100 0,045 0,041</p>
      <p>Mathematics 0,000 0,003 0,000
Russian language 0,000 0,000 0,000
Literature 0,000 0,000 0,000
Technology 0,010 0,009 0,005</p>
      <p>Music 0,896 0,901 0,000</p>
      <p>Arts 0,000 0,001 0,000</p>
      <p>English language 0,726 0,006 0,561
Table 1. One-way ANOVA-test p-values for some primary school subjects for the
2015-2016 academic year
1. Subjects that do not depend on the educational and methodological complex:</p>
      <p>English language, computer science, technology.
2. Subjects depending on the educational and methodological complex:
mathematics, physical education, Russian language, literature, physics, Tatar
language, Tatar literature.
3. Floating subjects: biology, geography, history, social studies, chemistry.</p>
      <p>Comparing with the results of the other years at the primary school level,
this situation remains the same, with the exception of music, which have moved
to other groups. For middle and senior school level, the situation remains largely
unchanged except for the history subject that moved into the first group.
4</p>
    </sec>
    <sec id="sec-3">
      <title>Conclusion</title>
      <p>By now, various databases of governmental and non-governmental organizations
have been accumulated huge amounts of various types data. Because of a large
volumes of datasets, for processing and analysing these datasets Big Data
methods are needed. In this work, we have built an information-analytical system for
processing data describing in detail the school educational process. The system
is built on the basis of the distributed computing Dask library. The use of this
system allows to perform eficient and high-performance analysis (clustering) of
text data. We demonstrated the application of the developed system for data
processing stored in ”Electronic Education of the Republic of Tatarstan”
system, and have obtained interesting and important conclusions in the educational
analytic field. The approach developed in this work can be used not only in
education systems, it can be used for any system where it is necessary to conduct
cluster analysis of large volumes of text (or non-text) data.</p>
      <p>The academic success of schoolchildren depends on many diferent factors
associated with the educational environment, with the individual characteristics
of students, and so on. Naturally, the textual data of educational and
methodological complexes are not the only the single factor that completely determines
the academic success of schoolchildren. But we believe this is one of the most
important factors. In this work, on the basis of quantitative measures, we were
have foun that in diferent classes for diferent disciplines, educational-methodical
complexes have a diferent level of influence on student performance.</p>
      <p>
        Apache Spark [
        <xref ref-type="bibr" rid="ref18">34</xref>
        ] based tools are also quite often used for big data
processing. However, Dask is smaller, lighter and simpler than Spark, and flexible as
Pandas. Program scripts are easy to debug on personal computers before
deploying on a cluster, because Dask also works on personal computers. In our project,
we have deployed our system on a static computing cluster, but in future we
will use the Kubernetes-like technology [24] for elastic deploying in Amazon or
Google clouds.
      </p>
      <p>Acknowledgements. The reported study was funded by RFBR, project
number 19-29-14082.
11. Elgendy, N., Elragal, A.: Big data analytics: A literature review paper. In: Perner,
P. (ed.) Advances in Data Mining. Applications and Theoretical Aspects. pp. 214–
227. Springer International Publishing, Cham (2014)
12. Elia, G., Solazzo, G., Lorenzo, G., Passiante, G.: Assessing
learners’ satisfaction in collaborative online courses through a big data
approach. Computers in Human Behavior 92, 589–599 (2019).
https://doi.org/https://doi.org/10.1016/j.chb.2018.04.033
13. Fisher, D.: Knowledge acquisition via incremental conceptual clustering. Machine</p>
      <p>Learning 2, 139–172 (1987). https://doi.org/10.1023/A:1022852608280
14. Ford, A.S., Weitzner, B.D., Bahl, C.D.: Integration of the rosetta suite with
the python software stack via reproducible packaging and core programming
interfaces for distributed simulation. Protein Science 29(1), 43–51 (2020).
https://doi.org/https://doi.org/10.1002/pro.3721
15. Grishin, V.: Method of analysis and search for borrowings in the text. Problems
of science 7, 31 (2018)
16. Hassani, H., Beneki, C., Unger, S., Mazinani, M.T., Yeganegi, M.R.: Text
mining in big data analytics. Big Data and Cognitive Computing 4(1) (2020).
https://doi.org/10.3390/bdcc4010001
17. Henriques, J., Caldeira, F., Cruz, T., Simo˜es, P.: Combining k-means and
xgboost models for anomaly detection using log datasets. Electronics 9(7) (2020).
https://doi.org/10.3390/electronics9071164
18. Jalali, S.M.J., Park, H.W., Vanani, I.R., Pho, K.H.: Research trends on big data
domain using text mining algorithms. Digital Scholarship in the Humanities (04
2020). https://doi.org/10.1093/llc/fqaa012
19. Javidi, G., Rajabion, L., Sheybani, E.: Educational data mining and learning
analytics: Overview of benefits and challenges. In: 2017 International Conference
on Computational Science and Computational Intelligence (CSCI). pp. 1102–1107
(2017). https://doi.org/10.1109/CSCI.2017.360
20. Jung, Y., Park, H., Du, D.Z., Drake, B.L.: A decision criterion for the optimal
number of clusters in hierarchical clustering. Journal of Global Optimization 25(1),
91–111 (2003). https://doi.org/10.1023/A:1021394316112
21. Kim, J.C., Chung, K.: Associative feature information extraction using text mining
from health big data. Wireless Personal Communications 105(2), 691–707 (Mar
2019). https://doi.org/10.1007/s11277-018-5722-5
22. Kim, T.: Understanding one-way anova using conceptual figures. Korean Journal
of Anesthesiology 70, 22 (02 2017). https://doi.org/10.4097/kjae.2017.70.1.22
23. Kothari, R., Pitts, D.: On finding the number of clusters. Pattern Recognition
Letters 20(4), 405–416 (1999).
https://doi.org/https://doi.org/10.1016/S01678655(99)00008-2
24. Kristiani, E., Yang, C.T., Wang, Y.T., Huang, C.Y.: Implementation of an edge
computing architecture using openstack and kubernetes. In: Kim, K.J., Baek, N.
(eds.) Information Science and Applications 2018. pp. 675–685. Springer Singapore,
Singapore (2019)
25. Logica, B., Magdalena, R.: Using big data in the academic
environment. Procedia Economics and Finance 33, 277–286 (2015).
https://doi.org/https://doi.org/10.1016/S2212-5671(15)01712-8
26. Lu, Y.: Industry 4.0: A survey on technologies, applications and open
research issues. Journal of Industrial Information Integration 6, 1–10 (2017).
https://doi.org/https://doi.org/10.1016/j.jii.2017.04.005</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Adnan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Akbar</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>An analytical study of information extraction from unstructured and multidimensional big data</article-title>
          .
          <source>Journal of Big Data</source>
          <volume>6</volume>
          (
          <issue>1</issue>
          ),
          <volume>91</volume>
          (
          <year>2019</year>
          ). https://doi.org/10.1186/s40537-019-0254-8
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Agnihotri</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verma</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tripathi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Pattern and cluster mining on text data</article-title>
          .
          <source>In: 2014 Fourth International Conference on Communication Systems and Network Technologies</source>
          . pp.
          <fpage>428</fpage>
          -
          <lpage>432</lpage>
          (
          <year>2014</year>
          ). https://doi.org/10.1109/CSNT.
          <year>2014</year>
          .92
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Aljawarneh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yassein</surname>
            ,
            <given-names>M.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Talafha</surname>
            ,
            <given-names>W.A.</given-names>
          </string-name>
          :
          <article-title>A resource-ecfiient encryption algorithm for multimedia big data</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          <volume>76</volume>
          (
          <issue>21</issue>
          ),
          <fpage>22703</fpage>
          -
          <lpage>22724</lpage>
          (
          <year>2017</year>
          ). https://doi.org/10.1007/s11042-016-4333-y
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Angelova</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Siersdorfer</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A neighborhood-based approach for clustering of linked document collections</article-title>
          .
          <source>In: Proceedings of the 15th ACM International Conference on Information and Knowledge Management</source>
          . p.
          <fpage>778</fpage>
          -
          <lpage>779</lpage>
          . CIKM '
          <volume>06</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery (
          <year>2006</year>
          ). https://doi.org/10.1145/1183614.1183726
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Anick</surname>
            ,
            <given-names>P.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vaithyanathan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Exploiting clustering and phrases for context-based information retrieval</article-title>
          .
          <source>SIGIR Forum</source>
          <volume>31</volume>
          ,
          <fpage>314</fpage>
          -
          <lpage>323</lpage>
          (
          <year>1997</year>
          ). https://doi.org/10.1145/278459.258601
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Bach</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krstic</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Seljan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Turulja</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Text mining for big data analysis in financial sector: A literature review</article-title>
          .
          <source>Sustainability (Switzerland)</source>
          <volume>11</volume>
          (
          <issue>5</issue>
          ) (
          <year>2019</year>
          ). https://doi.org/10.3390/su11051277
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Bafna</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pramod</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vaidya</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Document clustering: Tf-idf approach</article-title>
          . In: 2016 International Conference on Electrical,
          <source>Electronics, and Optimization Techniques (ICEEOT)</source>
          . pp.
          <fpage>61</fpage>
          -
          <lpage>66</lpage>
          (
          <year>2016</year>
          ). https://doi.org/10.1109/ICEEOT.
          <year>2016</year>
          .7754750
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Chakrabarti</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehrotra</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Local dimensionality reduction: A new approach to indexing high dimensional spaces</article-title>
          .
          <source>In: Proceedings of the 26th VLDB Conference</source>
          . pp.
          <fpage>89</fpage>
          -
          <lpage>100</lpage>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Cutting</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karger</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pedersen</surname>
            ,
            <given-names>J.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tukey</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          :
          <article-title>Scatter/gather: A cluster-based approach to browsing large document collections</article-title>
          .
          <source>In: Proceedings of the 15th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          . p.
          <fpage>318</fpage>
          -
          <lpage>329</lpage>
          . SIGIR '
          <volume>92</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery (
          <year>1992</year>
          ). https://doi.org/10.1145/133160.133214
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Dumais</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Latent semantic analysis</article-title>
          .
          <source>Annual Review of Information Science and Technology</source>
          <volume>38</volume>
          ,
          <fpage>188</fpage>
          -
          <lpage>230</lpage>
          (
          <year>2004</year>
          ). https://doi.org/10.1002/aris.1440380105
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          27.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Eficient estimation of word representations in vector space</article-title>
          . In: Bengio,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>LeCun</surname>
          </string-name>
          , Y. (eds.) 1st
          <source>International Conference on Learning Representations, ICLR</source>
          <year>2013</year>
          , Scottsdale, Arizona, USA, May 2-
          <issue>4</issue>
          ,
          <year>2013</year>
          , Workshop Track Proceedings (
          <year>2013</year>
          ), http://arxiv.org/abs/1301.3781
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          28.
          <string-name>
            <surname>Mogotsi</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Christopher d. manning, prabhakar raghavan, and hinrich schu¨tze: Introduction to information retrieval</article-title>
          .
          <source>Inf. Retr</source>
          .
          <volume>13</volume>
          ,
          <fpage>192</fpage>
          -
          <lpage>195</lpage>
          (
          <year>2010</year>
          ). https://doi.org/10.1007/s10791-009-9115-y
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          29.
          <string-name>
            <surname>Murtagh</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Legendre</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Ward's hierarchical agglomerative clustering method: Which algorithms implement ward's criterion?</article-title>
          <source>Journal of Classification</source>
          <volume>31</volume>
          (
          <issue>3</issue>
          ),
          <fpage>274</fpage>
          -
          <lpage>295</lpage>
          (
          <year>2014</year>
          ). https://doi.org/10.1007/s00357-014-9161-z
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          30.
          <string-name>
            <surname>Poleto</surname>
          </string-name>
          , T.,
          <string-name>
            <surname>de Carvalho</surname>
          </string-name>
          , V.D.H.,
          <string-name>
            <surname>Costa</surname>
            ,
            <given-names>A.P.C.S.:</given-names>
          </string-name>
          <article-title>The roles of big data in the decision-support process: An empirical investigation</article-title>
          . In: Delibsaciˇ,´ B., Hernan´dez,
          <string-name>
            <given-names>J.E.</given-names>
            ,
            <surname>Papathanasiou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Dargam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Zaraet</surname>
          </string-name>
          ,´ P.,
          <string-name>
            <surname>Ribeiro</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Liu,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Linden</surname>
          </string-name>
          , I. (eds.)
          <article-title>Decision Support Systems V - Big Data Analytics for Decision Making</article-title>
          . pp.
          <fpage>10</fpage>
          -
          <lpage>21</lpage>
          . Springer International Publishing,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          31.
          <string-name>
            <surname>Qaiser</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ali</surname>
          </string-name>
          , R.:
          <article-title>Text mining: Use of tf-idf to examine the relevance of words to documents</article-title>
          .
          <source>International Journal of Computer Applications</source>
          <volume>181</volume>
          (
          <issue>1</issue>
          ),
          <fpage>25</fpage>
          -
          <lpage>29</lpage>
          (
          <year>Jul 2018</year>
          ). https://doi.org/10.5120/ijca2018917395
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          32.
          <string-name>
            <surname>Rocklin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Dask: Parallel computation with blocked algorithms and task scheduling</article-title>
          .
          <source>In: Python in Science Conference</source>
          . pp.
          <fpage>126</fpage>
          -
          <lpage>132</lpage>
          (
          <year>2015</year>
          ). https://doi.org/10.25080/Majora-7b98e3ed-013
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          33.
          <string-name>
            <surname>Roux</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A comparative study of divisive and agglomerative hierarchical clustering algorithms</article-title>
          .
          <source>Journal of Classification</source>
          <volume>35</volume>
          (
          <issue>2</issue>
          ),
          <fpage>345</fpage>
          -
          <lpage>366</lpage>
          (
          <year>2018</year>
          ). https://doi.org/10.1007/s00357-018-9259-9
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          34.
          <string-name>
            <surname>Salloum</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dautov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peng</surname>
            ,
            <given-names>P.X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>J.Z.</given-names>
          </string-name>
          :
          <article-title>Big data analytics on apache spark</article-title>
          .
          <source>International Journal of Data Science and Analytics</source>
          <volume>1</volume>
          (
          <issue>3</issue>
          ),
          <fpage>145</fpage>
          -
          <lpage>164</lpage>
          (
          <year>Nov 2016</year>
          ). https://doi.org/10.1007/s41060-016-0027-9
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          35.
          <string-name>
            <surname>Salton</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>On the specification of term values in automatic indexing</article-title>
          .
          <source>Journal of Documentation</source>
          <volume>29</volume>
          ,
          <fpage>351</fpage>
          -
          <lpage>372</lpage>
          (
          <year>1973</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          36.
          <string-name>
            <surname>Salvador</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Determining the number of clusters/segments in hierarchical clustering/segmentation algorithms</article-title>
          .
          <source>In: 16th IEEE International Conference on Tools with Artificial Intelligence</source>
          . pp.
          <fpage>576</fpage>
          -
          <lpage>584</lpage>
          (
          <year>2004</year>
          ). https://doi.org/10.1109/ICTAI.
          <year>2004</year>
          .50
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          37.
          <string-name>
            <surname>Scott</surname>
            ,
            <given-names>S.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blocker</surname>
            ,
            <given-names>A.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bonassi</surname>
            ,
            <given-names>F.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chipman</surname>
            ,
            <given-names>H.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>George</surname>
            ,
            <given-names>E.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCulloch</surname>
            ,
            <given-names>R.E.</given-names>
          </string-name>
          :
          <article-title>Bayes and big data: the consensus monte carlo algorithm</article-title>
          .
          <source>International Journal of Management Science and Engineering Management</source>
          <volume>11</volume>
          (
          <issue>2</issue>
          ),
          <fpage>78</fpage>
          -
          <lpage>88</lpage>
          (
          <year>2016</year>
          ). https://doi.org/10.1080/17509653.
          <year>2016</year>
          .1142191
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          38.
          <string-name>
            <surname>Seifzadeh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farahat</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kamel</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karray</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Short-text clustering using statistical semantics</article-title>
          .
          <source>In: Proceedings of the 24th International Conference on World Wide Web</source>
          . p.
          <fpage>805</fpage>
          -
          <lpage>810</lpage>
          . WWW '15 Companion, Association for Computing Machinery, New York, NY, USA (
          <year>2015</year>
          ). https://doi.org/10.1145/2740908.2742474
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          39.
          <string-name>
            <surname>Signell</surname>
            ,
            <given-names>R.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pothina</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Analysis and visualization of coastal ocean model data in the cloud</article-title>
          .
          <source>Journal of Marine Science and Engineering</source>
          <volume>7</volume>
          (
          <issue>4</issue>
          ) (
          <year>2019</year>
          ). https://doi.org/10.3390/jmse7040110
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          40.
          <string-name>
            <surname>Singhal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Modern information retrieval: a brief overview</article-title>
          .
          <source>IEEE Data Engineering Bulletin</source>
          <volume>24</volume>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          41.
          <string-name>
            <surname>Trstenjak</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikac</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Donko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Knn with tf-idf based framework for text categorization</article-title>
          .
          <source>Procedia Engineering</source>
          <volume>69</volume>
          ,
          <fpage>1356</fpage>
          -
          <lpage>1364</lpage>
          (
          <year>2014</year>
          ). https://doi.org/https://doi.org/10.1016/j.proeng.
          <year>2014</year>
          .
          <volume>03</volume>
          .129,
          <string-name>
            <surname>24th</surname>
            <given-names>DAAAM</given-names>
          </string-name>
          <source>International Symposium on Intelligent Manufacturing and Automation</source>
          , 2013
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          42.
          <string-name>
            <surname>Vohra</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : Apache Parquet, pp.
          <fpage>325</fpage>
          -
          <lpage>335</lpage>
          . Apress, Berkeley, CA (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          43.
          <string-name>
            <surname>Zambelli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A data-driven approach to estimating the number of clusters in hierarchical clustering</article-title>
          .
          <source>F1000Research</source>
          <volume>5</volume>
          (
          <year>2016</year>
          ). https://doi.org/10.12688/f1000research.10103.1
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          44.
          <string-name>
            <surname>Zamir</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Etzioni</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Web document clustering: A feasibility demonstration</article-title>
          .
          <source>In: Proceedings of the 21st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          . p.
          <fpage>46</fpage>
          -
          <lpage>54</lpage>
          . SIGIR '
          <volume>98</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA (
          <year>1998</year>
          ). https://doi.org/10.1145/290941.290956
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          45.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Method for determining the optimal number of clusters based on agglomerative hierarchical clustering</article-title>
          .
          <source>IEEE Transactions on Neural Networks and Learning Systems</source>
          <volume>28</volume>
          (
          <issue>12</issue>
          ),
          <fpage>3007</fpage>
          -
          <lpage>3017</lpage>
          (
          <year>2017</year>
          ). https://doi.org/10.1109/TNNLS.
          <year>2016</year>
          .2608001
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>