Next Article in Journal
An Efficient Approach to Predict Eye Diseases from Symptoms Using Machine Learning and Ranker-Based Feature Selection Methods
Next Article in Special Issue
ECG Measurement Uncertainty Based on Monte Carlo Approach: An Effective Analysis for a Successful Cardiac Health Monitoring System
Previous Article in Journal
Storable Cell-Laden Alginate Based Bioinks for 3D Biofabrication
Previous Article in Special Issue
Audio-Visual Stress Classification Using Cascaded RNN-LSTM Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Distinction of Different Colony Types by a Smart-Data-Driven Tool

by
Pedro Miguel Rodrigues
*,
Pedro Ribeiro
and
Freni Kekhasharú Tavaria
CBQF—Centro de Biotecnologia e Química Fina–Laboratório Associado, Escola Superior de Biotecnologia, Universidade Católica Portuguesa, Rua de Diogo Botelho 1327, 4169-005 Porto, Portugal
*
Author to whom correspondence should be addressed.
Bioengineering 2023, 10(1), 26; https://doi.org/10.3390/bioengineering10010026
Submission received: 22 November 2022 / Revised: 12 December 2022 / Accepted: 19 December 2022 / Published: 24 December 2022

Abstract

:
Background: Colony morphology (size, color, edge, elevation, and texture), as observed on culture media, can be used to visually discriminate different microorganisms. Methods: This work introduces a hybrid method that combines standard pre-trained CNN keras models and classical machine-learning models for supporting colonies discrimination, developed in Petri-plates. In order to test and validate the system, images of three bacterial species (Escherichia coli, Pseudomonas aeruginosa, and Staphylococcus aureus) cultured in Petri plates were used. Results: The system demonstrated the following Accuracy discrimination rates between pairs of study groups: 92% for Pseudomonas aeruginosa vs. Staphylococcus aureus, 91% for Escherichia coli vs. Staphylococcus aureus and 84% Escherichia coli vs. Pseudomonas aeruginosa. Conclusions: These results show that combining deep-learning models with classical machine-learning models can help to discriminate bacteria colonies with good accuracy ratios.

1. Introduction

Evaluation of the number of viable microorganisms in a sample is a commonly used method in most microbiology laboratories. The method consists of counting visible colonies on agar plates and calculating the number of colony-forming units per mL (or gram) of the sample. For example, it is widely used for food, clinical, environmental, and drug safety testing. The counting of bacteria is usually carried out manually, and is, therefore, subjective and error-prone [1]. At present, automatic digital counters are common in laboratories and some have highly efficient automatic counting methods, which have replaced manual counting methods.
Although the counting of visible colonies on agar plates is the most commonly used method to assess bacterial populations, with the advantage of only considering the counts of viable cells [2], it is time-consuming, laborious and requires at least 24 h or more for visible colonies to form. This can be a considerable limitation in some situations, such as quality control of certain foods and in clinical settings, where fast results are required so that actions can rapidly be implemented.
One important factor in cell counting is the analyst’s ability to see colonies distinctly. Colony morphology is used to select bacteria as phenotypically different. This is normally carried out by visual inspection, and the selected parameters are often colony size, color, texture, edge, and elevation, according to the colony morphology protocol emitted by the American Society for Microbiology [3].
In a previous work, a software capable of semi-automatically quantifying the number of colonies in Petri plates from a digital image was developed [4]. This method did not, however, automatically distinguish different colony types. Thus, in the present work, we attempted to include this distinguishing characteristic. Therefore, three bacterial species (Escherichia coli, Pseudomonas aeruginosa, and Staphylococcus aureus) that represent the predominant pathogenic microorganisms in a variety of settings—food [5], clinical [6] and environmental [7]—were used to evaluate and develop our solution/software to support colony discrimination. Table 1 shows the the current state-of-art on colony-distinguishing methods based on machine-learning (ML) models.

2. Methodology

In this section, all the procedures are described. The microbiological analysis and the image database are presented and, after that, the deep and classical machine-learning analysis of images is explained. Figure 1 presents a summary of the whole methodology procedure.

2.1. Microbiological Analysis and Image Database

Plates containing Escherichia coli, Pseudomonas aeruginosa and Staphylococcus aureus isolates from our center’s internal collection were cultivated aerobically at 37 °C, for 24 h, in Trypto-Casein Soy Agar™ (TSA, BIOKAR Diagnostics, Allonne, France) using the spread-plate technique (0.1 mL of the diluted samples). All experiments were carried out in triplicate. Colony enumeration was performed and the number of colonies was recorded and posteriorly attributed to each image of the database.
The final dataset [12] consists of about 1252 labeled Petri images with 422 colonies of Escherichia coli, 431 of Pseudomonas aeruginosa and 399 of Staphylococcus aureus. The color images were acquired by a smartphone camera with 12 megapixels [3024 × 4032 × 3]. For more details, consult the previous authors’ published paper [4].

2.2. The Deep and Classical Machine-Learning Analysis

To verify the suitability of the Image dataset for building deep-learning models that can obtain a total of 50 features from each colony for image-based microorganism recognition, we evaluated the performance of the following standard, pre-trained 31 CNN keras models [13]: Xception; VGG16; VGG19; ResNet50; ResNet50V2; ResNet101; ResNet101V2; ResNet152; ResNet152V2; InceptionV3; InceptionResNetV2; MobileNet; MobileNetV2; DenseNet121; DenseNet169; DenseNet201; EfficientNetB0; EfficientNetB1; EfficientNetB2; EfficientNetB3; EfficientNetB4; EfficientNetB5; EfficientNetB6; EfficientNetB7; EfficientNetV2B0; EfficientNetV2B1; EfficientNetV2B2; EfficientNetV2B3; EfficientNetV2S; EfficientNetV2M; EfficientNetV2L. For more details please check the Keras default models at https://keras.io/api/applications/, accessed on 20 November 2022.
Due to the relatively high resolution of all images, the samples were scaled down to [303 × 404 × 3] to reduce the computation time and guarantee proper aspect ratios. Thus, the patches of each neural network architecture were resized to match the default input layer size. The output layer of each used standard CNN keras models [13], and was also replaced by a dense layer with 50 units and softmax as the activation function to obtain, as output, in a blinding feature extraction process, 50 features from each colony to serve as vector inputs for several classical ML models: decision trees (DT), support-vector machines (SVM), K-nearest neighbors (KNN), multi-layer perceptron (MLP) and three ensemble classifiers (please check Table 2 for more details). The models’ performance was evaluated within a leave-one-out-cross-validation procedure, a well-known process that allows for the use of all datasets for testing, without leakage between train and test sets.
In this work, the feature extraction and the classification were carried out in a cloud-based service, the Google Colaboratory. The software code was developed in Python-Jupyter Notebook for machine-learning and deep-learning operations within a virtual machine with two Intel Xeon CPUs both at 2.20 GHz, 100 GB of storing, and 13 GB of Ram.
The evaluation metric for colony detection was based on the A c c u r a c y and F1-score [14]. A c c u r a c y shows how many cases were correctly labelled out of all the cases, and is defined as,
A c c u r a c y = T r u e P o s i t i v e s + T r u e N e g a t i v e s T r u e P o s i t i v e s + T r u e N e g a t i v e s + F a l s e P o s i t i v e s + F a l s e N e g a t i v e s × 100 %
where a T r u e P o s i t i v e is an outcome in which the MP model correctly predicts a positive class, a T r u e N e g a t i v e is an outcome where the model correctly predicts the negative class, a F a l s e P o s i t i v e is an outcome where the model incorrectly predicts the positive class and, finally, F a l s e N e g a t i v e is an outcome where the model incorrectly predicts the negative class [14].
The F1-score is the harmonic mean of p r e c i s i o n and r e c a l l and can be defined as,
F 1 - s c o r e = 2 × p r e c i s i o n × r e c a l l p r e c i s i o n + r e c a l l × 100 %
where p r e c i s i o n and r e c a l l are, respectively,
p r e c i s i o n = T r u e P o s i t i v e s T r u e P o s i t i v e s + F a l s e P o s i t i v e s
and
r e c a l l = T r u e P o s i t i v e s T r u e P o s i t i v e s + F a l s e N e g a t i v e s
Thus, if the F1-score is high, both the precision and recall of the classifier indicate good results [14].

3. Results and Discussion

By analyzing Table 3, some considerations regarding the classification results between pairs of study groups are revealed. A c c u r a c i e s higher than 84% were obtained for all pairs, with at least one combination of deep and classical machine-learning methods. The combination of classifiers MobileNet-XGBoost provided the best results for all study pair classifications; in this way, it was shown to be a good candidate combination for differentiating colonies. The XGBoost was shown to be the most effective classical machine-learning classifier, as 81% (82 of 93) of the best combinations of deep and classical machine-learning have XGBoost as a classifier. The group pairs comparisons that involved Staphylococcus aureus achieved high A c c u r a c y and F1-score rates, above 91%. One of the explanations for these results is that Staphylococcus aureus produces yellow colonies [15] on a plate, which are very typical and differentiated from the Escherichia coli and Pseudomonas aeruginosa that produce beige colonies on a plate [16,17]. As Escherichia coli and Pseudomonas aeruginosa colonies are both beige on a plate, the problem of differentiating each becomes more difficult for the classifiers. Even so, the proposed methods achieved good ratios of A c c u r a c y and F1-score ≈ 84% on Escherichia coli vs. Pseudomonas aeruginosa discrimination. The graphic of Figure 2 shows the best discrimination results between the study groups. The results are in line with those found in the state-of-art literature (please check Table 1) and provides us with a good indication that, if we continue to improve and refine the algorithm, we can build an even more helpful, powerful, and robust tool for this purpose.

4. Conclusions

This work introduced a preliminary method that combines standard CNN keras models and classical machine-learning models to support colony discrimination, developed in Petri-plates. In order to test and validate the system, images of three bacterial species (Escherichia coli, Pseudomonas aeruginosa, and Staphylococcus aureus) cultured in Petri plates were presented to the CNN models’ entries to extract 50 image features to feed classical machine-learning models within a leave-one-out-cross validation procedure. The system demonstrated good a c c u r a c y discrimination rates between pairs of study groups: 92% for Pseudomonas aeruginosa vs. Staphylococcus aureus, 91% for Escherichia coli vs. Staphylococcus aureus and 84% Escherichia coli vs. Pseudomonas aeruginosa. The presented preliminary results showed that a combination of deep-learning models and classical machine-learning models can help to discriminate bacteria colonies in Petri-plates. Tools, such as the one developed in the present work, are really valuable in ascertaining different colony types in a single step, using a general, whole-purpose medium instead of several selective and/or differential media, rendering the process time-consuming, expensive, and prone to errors due to the increased manipulation steps required by the operator. Furthermore, differential colony counting is quite useful, since most analyzed samples in a microbiology setting are not pure-culture, but mixed cultures involving more than one bacterial species. In future work, the dataset should be extended to more bacteria colony types to evaluate the system’s ability to discriminate other species and should include a set of pictures containing a mixture of colonies to evaluate the a c c u r a c y of the method in a mixed/complex sample. Additionally, the deep and classical machine-learning models should be refined to improve the system’s performance.

Author Contributions

Conceptualization, P.M.R.; methodology, P.M.R. and P.R.; validation, P.M.R.; investigation, P.M.R. and P.R.; writing—original, P.M.R. and F.K.T.; writing—review and editing, P.M.R., P.R. and F.K.T.; supervision, P.M.R. and F.K.T.; funding acquisition, P.M.R. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by National Funds from FCT—Fundação para a Ciência e a Tecnologia through project UIDB/50016/2020.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are openly available in FigShare at doi, reference number 10.6084/m9.figshare.20109377.v2.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhu, G.; Yan, B.; Xing, M.; Tian, C. Automated counting of bacterial colonies on agar plates based on images captured at near-infrared light. J. Microbiol. Methods 2018, 153, 66–73. [Google Scholar] [CrossRef] [PubMed]
  2. Raju, S.; Aparna, H.G.; Krishnan, A.V.; Naryanan, D.; Gangadhran, V.; Paul, S.C. Automated counting of bacterial colonies by image analysis. J. Multidiscip. Dent. Res. 2020, 5, 19–21. [Google Scholar] [CrossRef]
  3. Breakwell, D.P.; Macdonald, B.; Woolverton, C.J.; Smith, K.C.; Robison, R.A. Colony Morphology Protocol. In Proceedings of the ASM Conference for Undergraduate Educators, San Diego, CA, USA, 16–19 February 2007. [Google Scholar]
  4. Rodrigues, P.M.; Luís, J.; Tavaria, F.K. Image Analysis Semi-Automatic System for Colony-Forming-Unit Counting. Bioengineering 2022, 9, 271. [Google Scholar] [CrossRef] [PubMed]
  5. Farooq, U. Inhibition of Escherichia coli, Pseudomonas aeruginosa, Staphylococcus aureus and Enterococcus feacalis through Malus DomesticaExtracts to Eliminate Food Borne Illness. Am. J. Biomed. Sci. Res. 2019, 3, 391–397. [Google Scholar] [CrossRef]
  6. Cleven, B.E.E.; Palka-Santini, M.; Gielen, J.; Meembor, S.; Krönke, M.; Krut, O. Identification and Characterization of Bacterial Pathogens Causing Bloodstream Infections by DNA Microarray. J. Clin. Microbiol. 2006, 44, 2389–2397. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  7. Hedge, A. Survival of Escherichia coli, Pseudomona aeruginosa, Staphylococcus aureus on Wood and Plastic Surfaces. J. Microb. Biochem. Technol. 2015, 7, 4. [Google Scholar] [CrossRef] [Green Version]
  8. Kim, S.; Lee, M.H.; Wiwasuku, T.; Day, A.S.; Youngme, S.; Hwang, D.S.; Yoon, J.Y. Human sensor-inspired supervised machine learning of smartphone-based paper microfluidic analysis for bacterial species classification. Biosens. Bioelectron. 2021, 188, 113335. [Google Scholar] [CrossRef] [PubMed]
  9. Zieliński, B.; Plichta, A.; Misztal, K.; Spurek, P.; Brzychczy-Włoch, M.; Ochońska, D. Deep learning approach to bacterial colony classification. PLoS ONE 2017, 12, e0184554. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  10. Khalifa, N.E.M.; Taha, M.H.N.; Hassanien, A.E.; Hemedan, A.A. Deep bacteria: Robust deep learning data augmentation design for limited bacterial colony dataset. Int. J. Reason.-Based Intell. Syst. 2019, 11, 256. [Google Scholar] [CrossRef]
  11. Li, Z.; Jiang, Y.; Tang, S.; Zou, H.; Wang, W.; Qi, G.; Zhang, H.; Jin, K.; Wang, Y.; Chen, H.; et al. 2D nanomaterial sensing array using machine learning for differential profiling of pathogenic microbial taxonomic identification. Microchim. Acta 2022, 189, 273. [Google Scholar] [CrossRef] [PubMed]
  12. Rodrigues, P.M.; Luis, J.; Tavaria, F.K. Petri Dishes Digital Images Dataset of E. coli, S. aureus and P. aeruginosa. 2022. Available online: https://figshare.com/articles/dataset/Dataset_bioengineering_17489364/20109377/2 (accessed on 20 November 2022).
  13. Chollet, F. Keras. 2015. Available online: https://github.com/fchollet/keras (accessed on 20 November 2022).
  14. Stehman, S.V. Selecting and interpreting measures of thematic classification accuracy. Remote. Sens. Environ. 1997, 62, 77–89. [Google Scholar] [CrossRef]
  15. Missiakas, D.M.; Schneewind, O. Growth and Laboratory Maintenance of Staphylococcus aureus. Curr. Protoc. Microbiol. 2013, 28. [Google Scholar] [CrossRef] [PubMed]
  16. Hossain, M.; Rahman, W.; Ali, M.; Sultana, T.; Hossain, K. Identification and Antibiogram Assay of Escherichia coli Isolated from Chicken Eggs. J. Bio-Sci. 2021, 29, 123–133. [Google Scholar] [CrossRef]
  17. Agarwal, G.; Kapil, A.; Kabra, S.K.; Das, B.K.; Dwivedi, S.N. Characterization of Pseudomonas aeruginosa isolated from chronically infected children with cystic fibrosis in India. BMC Microbiol. 2005, 5, 43. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Methodology workflow.
Figure 1. Methodology workflow.
Bioengineering 10 00026 g001
Figure 2. Best discrimination results between study group pairs.
Figure 2. Best discrimination results between study group pairs.
Bioengineering 10 00026 g002
Table 1. State-of-the-art papers.
Table 1. State-of-the-art papers.
Ref.YearML ModelComparison GroupAccuracy
[8]2021SVME. coli vs. S. aureus vs.
S. Typhimurium vs. E. faecium vs.
P. aeruginosa
93.3%
[9]2017CNN33 bacteria comparison (all the bacteria used in this study
are included)
97.24%
[10]2019CNN33 bacteria comparison (all the bacteria used in this study
are included)
98.22%
[11]2022Linear DiscriminantE. coli vs. E. coli-β vs. S. aureus vs. methicillin-resistant S. aureus vs.
P. aeruginosa vs. E. faecalis vs.
K. pneumoniae vs. C. albicans
92%
Table 2. Used classical machine-learning classifiers and optimal parameters.
Table 2. Used classical machine-learning classifiers and optimal parameters.
ML ModelOptimal Parameters
DTMedium TreeMaximum number of splits = 150 & criterion = “gini”
SVMRadial BasisCost = 1 & gamma = 2
KNNBalltreeNumber of neighbors = 3
MLP1 input layeractivation function = “relu”
training algorithm = “adam”
1 hidden layerL2 regulation term = 1
fullyConnectedLayer = 3
1 output layerhidden layer neurons = 100
EnsembleRandom Forest (RF)Maximum number of splits = 100 & criterion = “gini”
Bagged Trees (BagT)Maximum number of splits = 150 & criterion = “gini”
XGBoostboosted trees to fit = 150
learning rate = 0.1
max depth of the tree = 6
L2 regulation term = 1
Table 3. Summary of the best discrimination results between study group pairs.
Table 3. Summary of the best discrimination results between study group pairs.
Escherichia coli vs. Pseudomonas aeruginosaEscherichia coli vs. Staphylococcus aureusPseudomonas aeruginosa vs. Staphylococcus aureus
ClassifiersAccuracyF1-ScoreClassifiersAccuracyF1-ScoreClassifiersAccuracyF1-Score
Xception-DT76.79%76.76%Xception-XGBoost81.49%81.47%Xception-XGBoost81.33%81.26%
VGG16-XGBoost77.26%77.26%VGG16-XGBoost84.90%84.89%VGG16-XGBoost84.70%84.67%
VGG19-XGBoost71.86%71.85%VGG19-XGBoost84.04%84.04%VGG19-XGBoost84.94%84.93%
ResNet50-XGBoost77.96%77.95%ResNet50-XGBoost86.97%86.97%ResNet50-XGBoost86.75%86.74%
ResNet50V2-XGBoost76.20%76.17%ResNet50V2-XGBoost82.10%82.09%ResNet50V2-XGBoost87.11%87.11%
ResNet101-BagT76.91%76.89%ResNet101-XGBoost85.51%85.49%ResNet101-XGBoost88.43%88.42%
ResNet101V2-XGBoost74.79%74.79%ResNet101V2-XGBoost75.52%75.50%ResNet101V2-XGBoost78.43%78.37%
ResNet152-XGBoost79.02%78.99%ResNet152-XGBoost86.11%86.11%ResNet152-XGBoost86.99%86.99%
ResNet152V2-XGBoost75.15%75.15%ResNet152V2-XGBoost78.20%78.19%ResNet152V2-XGBoost80.96%80.94%
InceptionV3-XGBoost75.38%75.37%InceptionV3-XGBoost76.49%76.49%InceptionV3-RF77.83%77.68%
InceptionResNetV2-XGBoost74.91%74.91%InceptionResNetV2-XGBoost74.30%74.30%InceptionResNetV2-XGBoost79.28%79.24%
MobileNet-XGBoost83.94%83.94%MobileNet-XGBoost91.11%91.11%MobileNet-XGBoost92.05%92.04%
MobileNetV2-XGBoost78.90%78.88%MobileNetV2-XGBoost85.75%85.75%MobileNetV2-XGBoost88.55%88.54%
DenseNet121-KNN79.60%79.60%DenseNet121-KNN83.80%83.77%DenseNet121-XGBoost86.51%86.49%
DenseNet169-XGBoost79.48%79.48%DenseNet169-KNN84.17%84.15%DenseNet169-KNN84.82%84.76%
DenseNet201-XGBoost79.60%79.58%DenseNet201-XGBoost84.41%84.41%DenseNet201-XGBoost86.14%86.15%
EfficientNetB0-XGBoost68.35%68.24%EfficientNetB0-XGBoost74.91%74.91%EfficientNetB0-XGBoost80.84%80.78%
EfficientNetB1-XGBoost70.57%70.54%EfficientNetB1-XGBoost78.93%78.93%EfficientNetB1-KNN83.13%83.06%
EfficientNetB2-XGBoost72.22%72.22%EfficientNetB2-XGBoost82.10%82.09%EfficientNetB2-XGBoost81.57%81.53%
EfficientNetB3-XGBoost67.76%67.75%EfficientNetB3-XGBoost69.79%69.77%EfficientNetB3-XGBoost75.90%75.82%
EfficientNetB4-XGBoost76.55%76.55%EfficientNetB4-XGBoost78.81%78.80%EfficientNetB4-XGBoost83.73%83.71%
EfficientNetB5-XGBoost71.51%71.51%EfficientNetB5-XGBoost80.63%80.63%EfficientNetB5-BagT83.49%83.45%
EfficientNetB6-XGBoost66.47%66.47%EfficientNetB6-XGBoost71.86%71.87%EfficientNetB6-XGBoost76.39%76.31%
EfficientNetB7-XGBoost75.62%75.61%EfficientNetB7-XGBoost84.77%84.77%EfficientNetB7-XGBoost87.83%87.82%
EfficientNetV2B0-XGBoost75.38%75.38%EfficientNetV2B0-XGBoost83.68%83.67%EfficientNetV2B0-XGBoost86.63%86.60%
EfficientNetV2B1-XGBoost75.85%75.83%EfficientNetV2B1-XGBoost84.04%84.03%EfficientNetV2B1-XGBoost87.47%87.45%
EfficientNetV2B2-XGBoost75.85%75.85%EfficientNetV2B2-KNN80.63%80.52%EfficientNetV2B2-XGBoost84.10%84.05%
EfficientNetV2B3-XGBoost79.95%79.95%EfficientNetV2B3-XGBoost83.68%83.68%EfficientNetV2B3-XGBoost86.51%86.50%
EfficientNetV2S-XGBoost70.93%70.92%EfficientNetV2S-XGBoost75.03%75.01%EfficientNetV2S-XGBoost77.47%77.41%
EfficientNetV2M-XGBoost65.42%65.42%EfficientNetV2M-XGBoost70.89%70.89%EfficientNetV2M-XGBoost67.47%67.45%
EfficientNetV2L-BagT63.89%63.86%EfficientNetV2L-XGBoost72.59%72.59%EfficientNetV2L-XGBoost72.41%72.31%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Rodrigues, P.M.; Ribeiro, P.; Tavaria, F.K. Distinction of Different Colony Types by a Smart-Data-Driven Tool. Bioengineering 2023, 10, 26. https://doi.org/10.3390/bioengineering10010026

AMA Style

Rodrigues PM, Ribeiro P, Tavaria FK. Distinction of Different Colony Types by a Smart-Data-Driven Tool. Bioengineering. 2023; 10(1):26. https://doi.org/10.3390/bioengineering10010026

Chicago/Turabian Style

Rodrigues, Pedro Miguel, Pedro Ribeiro, and Freni Kekhasharú Tavaria. 2023. "Distinction of Different Colony Types by a Smart-Data-Driven Tool" Bioengineering 10, no. 1: 26. https://doi.org/10.3390/bioengineering10010026

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop