Loading

JSM Computer Science and Engineering

Red Onion Seed Quality Classification Using Transfer Learning Approaches

Review Article | Open Access | Volume 4 | Issue 1
Article DOI :

  • 1. Department of Information System, Wollo University, Ethiopia
  • 2. Department of Information Technology, Wollo University, Ethiopia
  • 3. Department of Software engineering, Wollo University, Ethiopia
  • 4. Department of Software engineering, Wollo University, Ethiopia
  • 5. Department of Computer Science, Wollo University, Ethiopia
+ Show More - Show Less
Corresponding Authors
Ermias Melku Tadesse, Department of Information Technology, Wollo University, Ethiopia
Abstract

Onion (Allium cepa L.) is a very important vegetable grown all over the world and consumed in various forms. Onion is widely used as a condiment to enhance the flavor of food. Red onion seed (A. fistulosum) is grown throughout the world in the wide range of climates temperate to tropical conditions. Globally, it is cultivated in moreover China and Japan. A. fistulosum is grown across Ethiopia in various regions. In 2012, 3,281,574 tons of output were obtained from 30,478 hectares of coverage. Allium fistulosum covers the Amhara area over 8000 hectors, which is 26% of our country. For export, red onion seed is separated based on quality. Red onion seed quality separation or categorization is essential to the trade process. It aids in making people marketable. In Ethiopia, this procedure is carried out manually, which has a number of drawbacks like being less effective, inconsistent, and prone to subjectivity.

To address this problem, we use pre-trained transfer learning model VGG, GoogleNet, and ResNet50 for quality classification of red onion seed. The main procedures include image preprocessing, resizing, data augmentation, and prediction. The model trained on 470 datasets collected from different agricultural fields in south Gondar libo kemkem and fogera woreda. To increase the dataset, we apply different augmentation techniques. We split the dataset into 80% for training, 10% for validation and 10% for testing. The model classifies the input image with 99%, 100%, 100% and 86% accuracy for VGG19, VGG16, GoogleNet and ResNet respectively.

Keywords

• Allium fitsulosum

• Red Onion Seed

• Visual Geometry Group

• GoogleNet

• ResNet

• Pretrained Models

• Transfer Learning

Citation

Yirdaw TW, Tadesse EM, Hiwote E, Mebrate A, Mulatu A (2025) Red Onion Seed Quality Classification Using Transfer Learning Approaches. Comput Sci Eng 4(1): 1012.

INTRODUCTION

All civilizations began with agriculture. The development of productivity is the main objective [1]. On Earth, agriculture is most important for human sustenance. Many farming practices and equipment have been digitized throughout the years to ensure faster production of higher quality. A productive procedure must be used to cultivate agricultural products because of the increased demand in the farming sector [2].

The onion, or Allium cepa L., is a very significant vegetable that is produced all over the world and used in a variety of dishes [3]. The most frequently farmed species of the genus Allium and the only member of the Alliaceous family is the onion (Allium cepa L.), sometimes referred to as the bulb onion and common onion. More than 130 nations throughout the world grow it. The major onion producers globally are China and India, followed by the United States, the Netherlands, Egypt, and Iran [4].

Red onion seed is grown throughout Ethiopia in various regions. In 2012, 3,281,574 tons of output were obtained from 30,478 hectares of coverage. Allium fistulosum covers the Amhara region above 8000 hectors, which is 26% of our country. The seeds of A. fistulosum were sold domestically and exported to other nations [5].

Although there are studies on the detection of onion diseases, there are few studies on the classification of red onion seed production quality. According to experts in agriculture, the marketing quality of seed production is low. In order to categorize red onion seed production quality into three group’s namely healthy, foreign objects, and immature/shriveled grains our study use transfer learning techniques.

RELATED WORK

The paper Automatic and fast classification of barley grains from images propose a deep learning technique for barley classification by collecting 1432 images and labeled into 14 varieties. The paper has done noise removal and augmentation preprocessing techniques. The data is divided in to 80% training, 10% validation and 10% testing. They used transfer learning VGG 16 for feature extraction and classification and they achieved an overall accuracy of 94% [6,9-15]

The work Onion agronomy and post-harvest handling Manual describes we can get good quality onion seed production by putting the seed on water using floatation to get quality seed [3,16-21]. But this is a traditional system and it takes time as well as needs more manpower .it also needs drying the seed immediately and strainer must be used.

The paper Participatory Evaluation and Demonstration of Onion Spacing in Irrigated Agriculture at Kencho Kebele in Uba Debre Tsehay Woreda, Southern Ethiopia, assess maximum yield of onion using four levels of onion plant spacing((8cm, 10cm, 12cm, and Farmer’s practice or planting with own practice) by applying 416.56mm irrigation water with five days interval. The work has been done on the onion variety of Red Creole. Finally, the paper recommend that 10 cm is better onion plant spacing by scoring 17.178 t/ha [7,22-25], but the work focus on the yield of onion on its bulb we need to work on the seed yield quality.

The work Adaptability and yield performance evaluation of onion (Allium cepa L.) varieties in Jimma zone, Southwestern Ethiopia assess adaptation trial of three improved onion varieties (Nanthus, Adama red and Bombe red) with one local check was done in Jimma zone at Agaro Agricultural Research Sub-center using RCBD design for two consecutive seasons. finally, Bombe red variety performing well adapted and provided highest yield in both cropping seasons with the overall result yield performance of 71.51 tons/ha [8,26-30], but the work focusses on yield performance of bulb so, we need to assess the quality of onion seed production.

RESEARCH METHDOLOGY

PROPOSED SYSTEM

This chapter gives a detailed information about the architecture of the system, concepts and algorithms used, evaluation metrics and their representation related to the study, and finally software tools and libraries used to carry out the implementation (Figure 1).

Figure 1: Proposed Architecture

System Architecture: In the following figure the architecture for an implementation of the proposed system is depicted.

Data Collection and Dataset Preparation: The first step was to acquire images of the onion seed. This study includes images collected from Agricultural fields in south Gondar by the help of experts listed in the table. Experts annotate or label the image with respect to their class using mechanism like color and weight. A total of 470 pictures of the onion seed was acquired. All images were in RGB color and JPEG format.

The images were classified into 3 classes: healthy, immature shriveled grain, and foreign matter [31,32]. The data classified was divided into training set and testing set. The training set was used to train the neural network and the test set was used to test the system. 70% of the data was allocated to training, 15% allocated to testing and 15% for validation [33-36]. Three transfer learning models VGG, Google Net and ResNet 50 were used to train and validate the images through transfer learning. The experts involved in the annotation of our dataset.

Data Augmentation for Proposed Model: To increase number of images the study implement augmentation. We implement image data generator to supplement data. And the images that preprocessed data are augmented (Figure 2).

Figure 2: Train test splitting of augmented data

Model training and validation

Training Parameter of the Network: In choosing the set of training parameters used for the training of the model, a series of trial and error was carried out. Adam optimizer were used. The number of epochs chosen was also set at 15. The learning rate of 0.001 was chosen as the network achieved a higher Accuracy in it. ReLU was used for the activation function and SoftMax used for the classification task. Since the final layer of the networks used is a classification layer, the loss function used is the cross-entropy loss. The training parameters used for training the model are listed in Table 1.

Table 1: Parameters we use for the augmentation

Image_data_generator_augmentation techniques

Values

Rotation range

40

Width shift range

0.2

Height shift range

0.2

rescale

1./255

Shear range

0.2

Zoom range

0.2

Horizontal flip

True

Brightness range

[0.2,1.2]

Fill mode

‘nearest’

EXPERIMENT

Data set

There is no readymade dataset in red onion seed for this type of research; as a result, we have prepared our own dataset to evaluate the performance of the proposed system.to do so, Image acquisition is done using a SONY camera (DSC-W800). The distance between the camera and the sample was fixed at 15 cm and the images taken are all 24-bit color JPEG format. The images were taken at a resolution of 5152 * 3864 pixels. During background color selection, we compared a red, and blue colors. We observed that the blue color makes a good contrast with the foreground objects and achieved better quality. A total of 470 of red onion seed kernels are prepared to train and validate the proposed model. All the data are collected from agricultural fields in south Gondar libo kemkem and fogera woreda. These 470 red onion seed sample constituents are separated/labeled into their corresponding 3 classes by agricultural experts of those woreda. Therefore, we finally have 3 classes of images which are healthy, immature and foreign matters.

The original data is augmented to 4000 using this type of augmentation techniques rotation range, width and height shift range, rescale, shear range, horizontal flip brightness range and fill mode for class balancing we remove some images for the model after that we have 3942 images for the model. After augmenting the data, we do train-test splitting shown in (Table 2).

Table 2: Parameters we use for the work

Parameter

Unit

Epochs

10

Batch size

256

Width ,height ,depth

224 ,224 ,3

Activation function

Softmax

Loss function

Categorical cross entropy

Optimization algorithm

Adam optimizer

Learning rate, patience, verbose

Learning rate schedule,25 patience, 1

Early stop ,random state

5,0

Implementation

Python programming language used in developing the prototype. The implementation is done in Google colab. We choose Google colaboratory it allows to write and execute arbitrary python code through the browser, and is especially well suited to machine learning and data analysis. We also used Colab because it is a hosted Jupyter notebook service that requires no setup to use, while providing access free of charge to computing resources including GPUs. The hardware accelerator or the device we used in Google colab is GPU because the available device in Google colab is GPU. The main library packages used during implementation are listed in the Table 3 and Table 4.

Table 3: Number of datasets used in each class

No

Class

Number of datasets

1

Healthy

150

2

Immature shriveled grain

160

3

Foreign matter

160

Total                                                                                                        470

Table 4: Libraries used in during implementation

Library

Version

Description

Keras

2.8.0

Open source developing and evaluating deep learning models

Opencv

4.1.2.30

Open-source library for computer vision, machine learning, and image processing

Scikit_learn

1.0.2

Free software for data analysis in machine learning

Scikit_image

0.18.3

Open source designed for image processing

RESULT AND DISCUSSION

Evaluation on the performance of the proposed red onion seed quality classification is conducted on VGG16, VGG19, GoogleNet and ResNet50 classifiers to determine the best performing classifier based on the criterion of classification accuracy. On the next sub sections, we present their results.

VGG 19 Model

VGG19 has given a validation accuracy of 99.155%, test accuracy of 99.49% and training accuracy of 99.38%. It took about 152 minutes for training. Validation loss started from 0.5909 and reduced to 0.1148 by the end of the final iteration. Finally, as we can see from the above two plots the validation accuracy line is almost in sync with the training accuracy line and at the same time, the validation loss line is also in sync with the training loss. The confusion matrix is shown below (Figure 3 and Figure 4).

Figure 3: VGG validation accuracy and loss results

Figure 4: VGG19 confusion matrix

As we observe from the above confusion matrix in class 0 or foreign matter there is 200 correctly predicted instances while 1, 1 are incorrectly predicted in class 1 and class 2, in class 1 or healthy there is 191 correctly predicted instances while no incorrectly predicted instances and in class 2 or immature 197 instances are correctly predicted with 1, incorrectly predicted instances in class 2.

VGG16 Model

VGG16 has given a validation accuracy of 99.831%, test accuracy of 100% and training accuracy of 99.93%. It took about 138 minutes for training and validation loss started from 0.2068 and reduced to 0.0103148 by the end of the final iteration. The confusion matrix is shown below (Figure 5 and Figure 6).

Figure 5: VGG16 validation accuracy and loss results

Figure 6: VGG16 confusion matrix

All the instances in each class are correctly predicted along with its class.202 instances of class 0 or foreign matter are correctly predicted while there is no incorrectly predicted instances, 191 instances of class 1 or healthy are correctly predicted with no incorrectly predicted instances and 198 instances of class 2 or immature are correctly predicted with no incorrectly predicted.

GoogleNet Model

Inception V3 has given a validation accuracy of 99.83 %, test accuracy of 100% and training accuracy of 99.96%. It took about 142 minutes for training and validation loss started from 0.0325 and reduced to 0.0165 by the end of the final iteration. The confusion matrix is shown below in

All the instances in each class are correctly predicted along with its class.202 instances of class 0 or foreign matter are correctly predicted while there are no incorrectly predicted instances, 191 instances of class 1 or healthy are correctly predicted with no incorrectly predicted instances and 198 instances of class 2 or immature are correctly predicted with no incorrectly predicted (Figure 7 and Figure 8).

Figure 7: InceptionV3 validation accuracy and loss results

Figure 8: InceptionV3 confusion matrix

ResNet50 Model

ResNet50 has given a validation accuracy of 87.16 %, test accuracy of 86.29% and training accuracy of 87.31%. It took about 180 minutes for training and validation loss started from 0.5435 and reduced to 0.5376 by the end of the final iteration. The confusion matrix is shown below

As we observe from the confusion matrix 170 instances are correctly predicted as class 0 or foreign matter while 1, 31 are incorrectly predicted in class 1 and class 2 respectively, 169 instances are correctly predicted as class 1 or healthy while 2, 20 are incorrectly predicted in class 1 and class 2 respectively and 171 instances are correctly predicted as class 2 or immature while 26, 1 are incorrectly predicted in class 0 and class 1 respectively.

In this study, we propose quality separation for red onion seed that works in similar manner to manual quality separation procedures by exploring image processing techniques and supervised learning algorithms. The proposed model was tested on verified sample data collected from libo kemkem and fogera woreda agricultural fields by experts of those woreda. We used accuracy measurement to test the performance of the developed model. The experiments were done using pre-trained convolutional neural network model VGG, GoogleNet, resnet50. The performance of red onion quality classification has been determined through accuracy rate. Validation accuracy of VGG 19, VGG16, GoogleNet, and ResNet50 is 99.155%, 99.831, 99.83%, and 87.16% respectively. We have shown that our proposed system and the models we used for quality separation of red onion seed sample constituent achieved their intended purposes. This is shown by a very high level of classification accuracy we achieved. From the three classifiers VGG16 achieved better validation accuracy than other (Figure 9 and Figure 10) (Table 5).

Figure 9: ResNet50 validation accuracy and loss results

Figure 10: ResNet50 confusion matrix

Table 5: General comparison between the results

Networks

Validation accuracy

Training accuracy

Testing accuracy

Average accuracy

Training time(min)

VGG19

99.155%

99.38%

99.49

99%

152

VGG16

99.831

99.93%

100%

100%

138

GoogleNet (Inception_V3)

99.83%,

99.96%

100%

100%

142

ResNet50

87.16%

87.31%

86.29%

86%

180

CONCLUSION

Onion is very important vegetable grown all over the world used as food flavor. For export, red onion seed is separated based on quality. Red onion seed quality separation or categorization is essential to the trade process. To increase the revenue the major threats that hinder red onion seed quality should be controlled and assessed. In this thesis work we explored image processing methods and supervised learning algorithms for quality classification of red onion seed automatically using computer system. A thorough discussion on image processing in general, starting from the definition of image to the current state-of-the-art findings, methodologies and architectures were conducted. Fundamental steps in digital image processing are discussed and analyzed briefly along supervised learning algorithms.

From the very beginning the proposed system needs a dataset. We collect the dataset from north Gondar in libo kemkem and fogera woreda with the assist of those woreda agricultural experts. Before feature extraction from the acquired images image preprocessing resizing and data augmentation were done first to better and accurately locate each red onion seed kernels in the image. The main purpose of this research work is to develop automatic red onion seed quality assessment using transfer learning techniques. For this reason, we proposed system architecture which includes preprocessing like resizing, data augmentation and identification components.

In order to create red onion seed quality classification model, we create a labeled training dataset that namely healthy, immature shriveled grain and foreign matters. The labeling task is done by the domain expert from libo kemkem woreda in southern Gondar. After all, the quality inspection model trained on it in the training phase. The image dataset is split into training and testing datasets. The training dataset contains 70% of the total dataset and 30% for validation and testing by employing pre-trained CNN model which is VGG (19, 16), GoogleNet and ResNet50. Accuracy evaluation technique was utilized for the evaluation purpose.

REFERENCES
  1. Gathambiri CW, Owino WO, Imathiu S, Mbaka JN. Postharvest Losses of Bulb Onion (Allium Cepa L.) In Selected Sub-Counties of Kenya. African J Food Agric Nutr Dev. 2021; 21: 17529-17544.
  2. Zaki MA, Narejo S, Ahsan M, Zai S, Anjum MR, Din N. Image-based Onion Disease ( Purple Blotch ) Detection using Deep Convolutional Neural Network. Inter J Adv Comp Sci Appl. 2021; 12: 448 - 458.
  3. A. Economic. ???? ???? ?? ????? ??? ????? ????? ????? ????.
  4. Lestari NAP, Dijaya R, Azizah NL. Identification Growth Quality of Red Onion during Planting Period using Support Vector Machine. J Phys Conf Ser. 2021; 1764: 012060.
  5. Tassis LM, Krohling RA. Few-shot learning for biotic stress classification of coffee leaves. Artif Intell Agric. 2022; 6: 55-67.
  6. Hussain M, Bird JJ, Faria DR. A study on CNN transfer learning for image classification. Adv Intell Syst Comput. 2018; 840: 191–202.
  7. Nigatu M, Alemayheu M. Optimum rate of NPS fertilizer for economical production of irrigated onion (Allium cepa L) in Dembyia District of Amhara Region, Ethiopia. Ethiopia J Sci Tech. 2018; 11: 105-119.
  8. Ahmed MH. College of Natural Sciences Automatic Soybean Quality Grading Using Image Processing and Supervised Learning Algorithms. 2021.
  9. Vyas A, Yu S, Paik J. Fundamentals of digital image processing. Multi Transf Appl Image Proces. 2018; 3-11.
  10. Kahsay M. Classification of Wheat Leaf Septoria Disease Using Image Processing and Disease Using Image Processing. 2019.
  11. Getahun tigistu, yaregal. SCHOOL OF GRADUATE STUDIES AUTOMATIC FLOWER DISEASE.
  12. Ababa A. College of Natural Sciences Automatic Coffee Disease and Pest Damage Identification Abnet Kifle Yimeru A Thesis Submitted to the Department of Computer Science in Partial Fulfillment for the Degree of Master of Science in Computer Science College of Natur. 2020.
  13. Khanna SK, Machine Learning v / s Deep Learning. 2019; 455-458.
  14. Srisarkun V, Jittawiriyanukoon C. Evaluation of weighted fusion for scalar images in multi-sensor network. Bull Electr Eng Informat. 2021; 10: 911-916.
  15. Caldeira RF, Santiago WE, Teruel B. Identification of cotton leaf lesions using deep learning techniques. Sensors (Basel). 2021; 21: 3169.
  16. Agoreyo DS. Application of CNN in Hypertensive Retinopathy Classification By. 2022.
  17. Kang Y, Cho N, Yoon J, Park S, Kim J. Transfer learning of a deep learning model for exploring tourists urban image using geotagged photos. ISPRS Int J Geo- Information. 2021; 10: 137.
  18. Krishna ST, Kalluri HK. Deep learning and transfer learning approaches for image classification. 2019; 5: 427-432.
  19. Begum N, Hazarika MK. Maturity detection of tomatoes using transfer learning. Meas Food. 2022; 7: 100038.
  20. Prakash SS, Kovoor BC, Visakha K. Convolutional Neural Network Based Malaria Parasite Infection Detection Using Thin Microscopic Blood Smear Samples. Proc. 2nd Int Conf Inven Res Comput Appl. 2020; 1: 308-313.
  21. Hussain M, Bird JJ, Faria DR. A study on CNN transfer learning for image classification. Adv Intell Syst Comput. 2018; 840: 191-202.
  22. Afaq S, Hao L, Pickupana PD, Ekeze A, Sohel F, Li C, et al. Automatic and fast classification of barley grains from images : A deep learning approach. Smart Agric Technol. 2022; 2: 100036.
  23. Huang S, Fan X, Sun L, Shen Y, Suo X. Research on Classification Method of Maize Seed Defect Based on Machine Vision. 2019; 1.
  24. Daniel hailemichael. College of Natural Sciences Development of Automatic Maize Quality Assessment System Using Image Processing Techniques. 2015.
  25. Teshome H, Simon T. Seed Yield and Quality of Onion (Allium Cepa Var Cepa) Seed as Influenced by Bulb Treatment and Spacing patterns at Larena, Southern Ethiopia. 2015; 5: 2224-3186.
  26. Habtewold M, Dane C, Ayza A. A Participatory Evaluation and Demonstration of Onion Spacing in Irrigated Agriculture at Kencho Kebele in Uba Debre Tsehay Woreda, Southern Ethiopia. 2021; 31: 105-114.
  27. Kiura IN, Gichimu BM, Rotich F. Visual and Keeping Quality of Stored Bulb Onions as Affected by Harvest and Postharvest Treatments. Inter J Agr. 2021; 2021: 1-9.
  28. Mulualem T. Adaptability and yield performance evaluation of onion (Allium cepa L.) varieties in Jimma zone, Southwestern Ethiopia. Green J Agri Sci. 2019; 9: 405-409.
  29. Fufa N, Author C. Evaluation of Seed Production and Quality Performance of Onion (Allium Cepa L.) Varieties at Kulumsa in Arsi Zone South East Ethiopia. J Agri Crop. 2021; 7: 33-38.
  30. Krishna MM, Neelima M, Harshali M, Rao MGV. Image classification using Deep learning. Int J Eng Technol. 2018; 7: 614-617.
  31. North Dakota State University. 2020.
  32. Tripathi M. Analysis of Convolutional Neural Network based Image Classification Techniques. J Inno Image Proces. 2021; 03: 100-117.
  33. Yang Z, Yue J, Li Z, Zhu L. Vegetable Image Retrieval with Fine-tuning VGG Model and Image Hash, IFAC-Papers OnLine. 2018; 51: 280-285.
  34. Goyal L, Sharma CM, Singh A, Singh PK. Leaf and spike wheat disease detection & classification using an improved deep convolutional architecture, Informatics Med. Unlocked. 2021; 25: 100642.
  35. Paymode S, Malode VB. Transfer Learning for Multi-Crop Leaf Disease Image Classification using Convolutional Neural Network VGG. Artif Intell Agric. 2022; 6: 23-33.

Yirdaw TW, Tadesse EM, Hiwote E, Mebrate A, Mulatu A (2025) Red Onion Seed Quality Classification Using Transfer Learning Approaches. Comput Sci Eng 4(1): 1012.

Received : 24 Jun 2025
Accepted : 24 Jun 2025
Published : 25 Jun 2025
Journals
Annals of Otolaryngology and Rhinology
ISSN : 2379-948X
Launched : 2014
JSM Schizophrenia
Launched : 2016
Journal of Nausea
Launched : 2020
JSM Internal Medicine
Launched : 2016
JSM Hepatitis
Launched : 2016
JSM Oro Facial Surgeries
ISSN : 2578-3211
Launched : 2016
Journal of Human Nutrition and Food Science
ISSN : 2333-6706
Launched : 2013
JSM Regenerative Medicine and Bioengineering
ISSN : 2379-0490
Launched : 2013
JSM Spine
ISSN : 2578-3181
Launched : 2016
Archives of Palliative Care
ISSN : 2573-1165
Launched : 2016
JSM Nutritional Disorders
ISSN : 2578-3203
Launched : 2017
Annals of Neurodegenerative Disorders
ISSN : 2476-2032
Launched : 2016
Journal of Fever
ISSN : 2641-7782
Launched : 2017
JSM Bone Marrow Research
ISSN : 2578-3351
Launched : 2016
JSM Mathematics and Statistics
ISSN : 2578-3173
Launched : 2014
Journal of Autoimmunity and Research
ISSN : 2573-1173
Launched : 2014
JSM Arthritis
ISSN : 2475-9155
Launched : 2016
JSM Head and Neck Cancer-Cases and Reviews
ISSN : 2573-1610
Launched : 2016
JSM General Surgery Cases and Images
ISSN : 2573-1564
Launched : 2016
JSM Anatomy and Physiology
ISSN : 2573-1262
Launched : 2016
JSM Dental Surgery
ISSN : 2573-1548
Launched : 2016
Annals of Emergency Surgery
ISSN : 2573-1017
Launched : 2016
Annals of Mens Health and Wellness
ISSN : 2641-7707
Launched : 2017
Journal of Preventive Medicine and Health Care
ISSN : 2576-0084
Launched : 2018
Journal of Chronic Diseases and Management
ISSN : 2573-1300
Launched : 2016
Annals of Vaccines and Immunization
ISSN : 2378-9379
Launched : 2014
JSM Heart Surgery Cases and Images
ISSN : 2578-3157
Launched : 2016
Annals of Reproductive Medicine and Treatment
ISSN : 2573-1092
Launched : 2016
JSM Brain Science
ISSN : 2573-1289
Launched : 2016
JSM Biomarkers
ISSN : 2578-3815
Launched : 2014
JSM Biology
ISSN : 2475-9392
Launched : 2016
Archives of Stem Cell and Research
ISSN : 2578-3580
Launched : 2014
Annals of Clinical and Medical Microbiology
ISSN : 2578-3629
Launched : 2014
JSM Pediatric Surgery
ISSN : 2578-3149
Launched : 2017
Journal of Memory Disorder and Rehabilitation
ISSN : 2578-319X
Launched : 2016
JSM Tropical Medicine and Research
ISSN : 2578-3165
Launched : 2016
JSM Head and Face Medicine
ISSN : 2578-3793
Launched : 2016
JSM Cardiothoracic Surgery
ISSN : 2573-1297
Launched : 2016
JSM Bone and Joint Diseases
ISSN : 2578-3351
Launched : 2017
JSM Bioavailability and Bioequivalence
ISSN : 2641-7812
Launched : 2017
JSM Atherosclerosis
ISSN : 2573-1270
Launched : 2016
Journal of Genitourinary Disorders
ISSN : 2641-7790
Launched : 2017
Journal of Fractures and Sprains
ISSN : 2578-3831
Launched : 2016
Journal of Autism and Epilepsy
ISSN : 2641-7774
Launched : 2016
Annals of Marine Biology and Research
ISSN : 2573-105X
Launched : 2014
JSM Health Education & Primary Health Care
ISSN : 2578-3777
Launched : 2016
JSM Communication Disorders
ISSN : 2578-3807
Launched : 2016
Annals of Musculoskeletal Disorders
ISSN : 2578-3599
Launched : 2016
Annals of Virology and Research
ISSN : 2573-1122
Launched : 2014
JSM Renal Medicine
ISSN : 2573-1637
Launched : 2016
Journal of Muscle Health
ISSN : 2578-3823
Launched : 2016
JSM Genetics and Genomics
ISSN : 2334-1823
Launched : 2013
JSM Anxiety and Depression
ISSN : 2475-9139
Launched : 2016
Clinical Journal of Heart Diseases
ISSN : 2641-7766
Launched : 2016
Annals of Medicinal Chemistry and Research
ISSN : 2378-9336
Launched : 2014
JSM Pain and Management
ISSN : 2578-3378
Launched : 2016
JSM Women's Health
ISSN : 2578-3696
Launched : 2016
Clinical Research in HIV or AIDS
ISSN : 2374-0094
Launched : 2013
Journal of Endocrinology, Diabetes and Obesity
ISSN : 2333-6692
Launched : 2013
Journal of Substance Abuse and Alcoholism
ISSN : 2373-9363
Launched : 2013
JSM Neurosurgery and Spine
ISSN : 2373-9479
Launched : 2013
Journal of Liver and Clinical Research
ISSN : 2379-0830
Launched : 2014
Journal of Drug Design and Research
ISSN : 2379-089X
Launched : 2014
JSM Clinical Oncology and Research
ISSN : 2373-938X
Launched : 2013
JSM Bioinformatics, Genomics and Proteomics
ISSN : 2576-1102
Launched : 2014
JSM Chemistry
ISSN : 2334-1831
Launched : 2013
Journal of Trauma and Care
ISSN : 2573-1246
Launched : 2014
JSM Surgical Oncology and Research
ISSN : 2578-3688
Launched : 2016
Annals of Food Processing and Preservation
ISSN : 2573-1033
Launched : 2016
Journal of Radiology and Radiation Therapy
ISSN : 2333-7095
Launched : 2013
JSM Physical Medicine and Rehabilitation
ISSN : 2578-3572
Launched : 2016
Annals of Clinical Pathology
ISSN : 2373-9282
Launched : 2013
Annals of Cardiovascular Diseases
ISSN : 2641-7731
Launched : 2016
Journal of Behavior
ISSN : 2576-0076
Launched : 2016
Annals of Clinical and Experimental Metabolism
ISSN : 2572-2492
Launched : 2016
Clinical Research in Infectious Diseases
ISSN : 2379-0636
Launched : 2013
JSM Microbiology
ISSN : 2333-6455
Launched : 2013
Journal of Urology and Research
ISSN : 2379-951X
Launched : 2014
Journal of Family Medicine and Community Health
ISSN : 2379-0547
Launched : 2013
Annals of Pregnancy and Care
ISSN : 2578-336X
Launched : 2017
JSM Cell and Developmental Biology
ISSN : 2379-061X
Launched : 2013
Annals of Aquaculture and Research
ISSN : 2379-0881
Launched : 2014
Clinical Research in Pulmonology
ISSN : 2333-6625
Launched : 2013
Journal of Immunology and Clinical Research
ISSN : 2333-6714
Launched : 2013
Annals of Forensic Research and Analysis
ISSN : 2378-9476
Launched : 2014
JSM Biochemistry and Molecular Biology
ISSN : 2333-7109
Launched : 2013
Annals of Breast Cancer Research
ISSN : 2641-7685
Launched : 2016
Annals of Gerontology and Geriatric Research
ISSN : 2378-9409
Launched : 2014
Journal of Sleep Medicine and Disorders
ISSN : 2379-0822
Launched : 2014
JSM Burns and Trauma
ISSN : 2475-9406
Launched : 2016
Chemical Engineering and Process Techniques
ISSN : 2333-6633
Launched : 2013
Annals of Clinical Cytology and Pathology
ISSN : 2475-9430
Launched : 2014
JSM Allergy and Asthma
ISSN : 2573-1254
Launched : 2016
Journal of Neurological Disorders and Stroke
ISSN : 2334-2307
Launched : 2013
Annals of Sports Medicine and Research
ISSN : 2379-0571
Launched : 2014
JSM Sexual Medicine
ISSN : 2578-3718
Launched : 2016
Annals of Vascular Medicine and Research
ISSN : 2378-9344
Launched : 2014
JSM Biotechnology and Biomedical Engineering
ISSN : 2333-7117
Launched : 2013
Journal of Hematology and Transfusion
ISSN : 2333-6684
Launched : 2013
JSM Environmental Science and Ecology
ISSN : 2333-7141
Launched : 2013
Journal of Cardiology and Clinical Research
ISSN : 2333-6676
Launched : 2013
JSM Nanotechnology and Nanomedicine
ISSN : 2334-1815
Launched : 2013
Journal of Ear, Nose and Throat Disorders
ISSN : 2475-9473
Launched : 2016
JSM Ophthalmology
ISSN : 2333-6447
Launched : 2013
Journal of Pharmacology and Clinical Toxicology
ISSN : 2333-7079
Launched : 2013
Annals of Psychiatry and Mental Health
ISSN : 2374-0124
Launched : 2013
Medical Journal of Obstetrics and Gynecology
ISSN : 2333-6439
Launched : 2013
Annals of Pediatrics and Child Health
ISSN : 2373-9312
Launched : 2013
JSM Clinical Pharmaceutics
ISSN : 2379-9498
Launched : 2014
JSM Foot and Ankle
ISSN : 2475-9112
Launched : 2016
JSM Alzheimer's Disease and Related Dementia
ISSN : 2378-9565
Launched : 2014
Journal of Addiction Medicine and Therapy
ISSN : 2333-665X
Launched : 2013
Journal of Veterinary Medicine and Research
ISSN : 2378-931X
Launched : 2013
Annals of Public Health and Research
ISSN : 2378-9328
Launched : 2014
Annals of Orthopedics and Rheumatology
ISSN : 2373-9290
Launched : 2013
Journal of Clinical Nephrology and Research
ISSN : 2379-0652
Launched : 2014
Annals of Community Medicine and Practice
ISSN : 2475-9465
Launched : 2014
Annals of Biometrics and Biostatistics
ISSN : 2374-0116
Launched : 2013
JSM Clinical Case Reports
ISSN : 2373-9819
Launched : 2013
Journal of Cancer Biology and Research
ISSN : 2373-9436
Launched : 2013
Journal of Surgery and Transplantation Science
ISSN : 2379-0911
Launched : 2013
Journal of Dermatology and Clinical Research
ISSN : 2373-9371
Launched : 2013
JSM Gastroenterology and Hepatology
ISSN : 2373-9487
Launched : 2013
Annals of Nursing and Practice
ISSN : 2379-9501
Launched : 2014
JSM Dentistry
ISSN : 2333-7133
Launched : 2013
Author Information X