SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
Int. J. Advanced Networking and Applications
Volume: 10 Issue: 01 Pages: 3713-3716 (2018) ISSN: 0975-0290
3713
App for Physiological Seed quality Parameters
Saritha. D
Agricultural Information Technology Graduates, Tamil Nadu Agricultural University, Coimbatore, India
Email: ammavengarai@gmail.com
Sathya Priya. B
Agricultural Information Technology Graduates, Tamil Nadu Agricultural University, Coimbatore, India
Email: bsathya21596@gmail.com
Kalpana. M
Assistant Professor, Tamil Nadu Agricultural University, Coimbatore, India
Email:kalpusiva@gmail.com
Manonmani.V
Professor, Agricultural Research Station, Bhavanisagar, Tamil Nadu Agricultural University, Coimbatore, India
Email: vmano_2004@yahoo.com
-------------------------------------------------------------------ABSTRACT---------------------------------------------------------------
Agriculture plays an important role in the economy of our country. Over 58 percent of the rural households
depend on the agriculture sector as their means of livelihood. Agriculture is one of the major contributors to
Gross Domestic Product(GDP). Seeds are the soul of agriculture. This application helps in reducing the time for
the researchers as well as farmers to know the seedling parameters. The application helps the farmers to know
about the percentage of seedlings that will grow and it is very essential in estimating the yield of that particular
crop. Manual calculation may lead to some error, to minimize that error, the developed app is used. The scientist
and farmers require the app to know about the physiological seed quality parameters and to take decisions
regarding their farming activities. In this article a desktop app for seed germination percentage and vigour index
calculation are developed in PHP scripting language.
Keywords: Seed germination percentage, Seed Vigour Index, PHP, desktop application
--------------------------------------------------------------------------------------------------------------------------------------------------
Date of Submission: June 08, 2018 Date of Acceptance: June 23, 2018
--------------------------------------------------------------------------------------------------------------------------------------------------
I. INTRODUCTION
In India, Agriculture is the means of livelihood for most
of the people. The Information and Communication
Technology in the field of agriculture helps in the
development of the agricultural sector. Timely relevant
information and services to farmers can be done efficiently
with the advancement of the Information Technology in
the field of agriculture. The development of applications in
agriculture helps in enriching the knowledge of
farmers[1].
A desktop application is one that runs on the user’s
laptop or desktop computer. It is offline and does not
require internet connection to work in it. The main
benefits of this type of application are high efficiency and
user interface flexibility.
PHP (HyperText Preprocessor) is an open source
general purpose scripting language. It runs on various
platforms(Windows, Linux, Unix, Mac OS X, etc.,). The
language is also compatible with almost all servers that are
used today(Apache, IIS, etc.,). It can support a wide range
of databases.
Seed Germination Percentage and Seed Vigour Index are
considered as the seedling parameters. The germination
percentage calculation is very essential for farmers to
verify whether the seed is suitable for planting or not. Seed
Vigour Index is calculated by considering seed
germination percentage, root length and shoot length of
the particular crop. The vigour index is considered as the
sensitive parameter than the germination percentage. It
also helps in the selection of high quality seedlots.
II. REVIEW OF LITERATURE
In order to minimize the difficulties for the beginners,
conventional spreadsheets are used for the calculation of
seed germination (emergence) measurements, the
organization of the final data for statistical analysis and
some excel commands are also used[2]. Rice is the staple
food of southern India. The area of rice grown globally is
161 million hectare, and the average production is about
678.7million tonnes. The seeds of three rice varieties
(Narendra, Sabarmati and Hybrid 312) were collected and
kept under four water stress and six salt stress levels. Seed
germination, seedling length, dry weight, seed vigor and
other parameters were recorded. Narendraand Sabarmati
varieties showed better response while Hybrid 312 failed
to germinate in all water stress levels. The results of this
experiment is helpful in identification of the tolerant
varieties which can be used for further studies[3]. Review
about measurements of the germination process, with an
analysis of the several mathematical expressions included
in the specific literature, recovering the history, sense, and
limitations of some germination measurements. The limits
of the germination measurements were considered to make
the interpretation and decisions easier. Time, rate,
homogeneity, and synchrony are aspects that can be
measured, informing the dynamics of the germination
process[4]. The germination characteristics of a seedlot are
determined by knowing the species, age of the seeds as
well as germination conditions, and the seed pretreatment.
Int. J. Advanced Networking and Applications
Volume: 10 Issue: 01 Pages: 3713-3716 (2018) ISSN: 0975-0290
3714
A technique for measuring the speed germination of seeds
independent of the completion of the germination[5]. Data
analysis method followed in the seed germination and
emergence tests are discussed. The review shows that the
different interpretation can be drawn by using different
formulae. Not only the germination percentage but also the
speed the germination, high and low germination events
have an impact of the parameters calculated. The
Germination Index (GI) is the analysis method that
describes the germination percentage/speed
relationship[6]. These are the developments and researches
that are undergone in the seed germination percentage and
seed vigour index. In this paper an application is
developed for the calculation of germination percentage
and seed vigour index which helps the farmers in
estimation of the yield of a crop.
III. APPLICATION FOR SEED GERMINATION
PERCENTAGE AND SEED VIGOUR INDEX
Germination percentage is the major influencing factor in
seed germination process. Linear correlation in
experimental design models applied to seed science and
Technology especially while developing model for seed
germination, are the existing methods [7][8].
PHP server side scripting language used for
creating the app. It runs on a server, embedded in a sites
code. Designed to interact with the back end database. It is
very efficient in the easy transfer of data from server to
browser. It builds Application Programming
Interfaces(APIs),which control the data and software a site
shares with other apps[9].
Xampp server is an integration package for the
development components, the web developers require
regardless of the platform they work in. The X in Xampp
stands for “Operating systems”, the remaining acronyms
stand for Apache, Mysql, PHP, Perl. It also integrates
many other open source software packages.
3.1 Input
For germination percentage the parameters required are
the number of seedlings germinated and the total number
of seedlings. In seed vigour index the essential parameters
are germination percentage, root length and shoot length.
3.2 Process
The user need to enter the number of seedlings in the
specified box and when he/she enter the submit it redirects
to another page where the result is generated. For seed
vigour index the user is directed to enter the germination
percentage value along with root length and shoot length.
When the submit button is pressed the result page will
appear which shows the seed vigour index.
3.3 Output
The result will be displayed in a separate page showing the
germination percentage and seed vigour
index[10][11][12].The algorithm for the development of
Physiological Seed quality Parameters is discussed below.
3.4 Algorithm
3.4.1.Seed germination percentage
Step1: Get the number of seedlings germinated from the
user
Step2: Click the submit button, the calculation is
performed
Step3:Seed germination percentage=No. of seedlings
germinated/Total No. of seeds*100
Step4: Calculation is performed and output is displayed.
3.4.2. Seed vigour Index
Step1: Get the Germination percentage as the user input
Step2: Get the root length and shoot length as user input
Step3:After clicking the submit button, calculation is
performed.
Step4:Vigour index= Germination percentage*(root
length+shoot length)
Step5: The output is displayed for vigour index
IV. EXPERIMENTAL RESULTS
The desktop application is created with the help of Xampp
server and the resulting outputs are given below. In the
Fig.1, introduction about the seed germination percentage
is presented. In Fig. 2 shows the user Input page, the user
needs to enter the Number of seedlings emerged for a
particular crop. In Fig. 3 shows the output page, the
germination percentage is displayed.
4.1Seed Germination percentage
Fig 1.Main page of seed germination percentage
Int. J. Advanced Networking and Applications
Volume: 10 Issue: 01 Pages: 3713-3716 (2018) ISSN: 0975-0290
3715
Fig 2. User Input page
Fig 3.Output page
4.2 Seed Vigour Index
In Fig. 4 the introduction about seed vigour index is given.
In Fig. 5 shows the user input page, the user needs to enter
the germination percentage, root growth, shoot growth. In
Fig. 6 the output page displays seed vigour index.
Fig 4.Main page
Fig 5.User Input page
Fig 6.Output page
V.CONCLUSION
Agriculture is the backbone of our nation. To incorporate
ICT in agriculture the Physiological Seed quality
Parameters app is developed. The desktop application
created for seed parameters calculation is useful for the
scientist, agricultural students and farmers. The developed
application will help the farmers to know all seed
parameters. In future developed app may be integrated
with mobile platform and to get the app in the regional
language.
ACKNOWLEDGEMENT
I wish to thank Dr. M. Kalpana, Assistant Professor,
School of Post Graduate Studies, Tamil Nadu Agricultural
University, Coimbatore, and Dr. V. Manonmani,
Professor(Seed Science and Technology), Agricultural
Research Station, Bhavanisagar, for their continuous
encouragement and guidance.
REFERENCES
[1] Aniket Bhave, Rahul Joshi and Ryan Fernandes ,Maha
Farm – An Android based solution for Remunerative
Int. J. Advanced Networking and Applications
Volume: 10 Issue: 01 Pages: 3713-3716 (2018) ISSN: 0975-0290
3716
Agriculture , International Journal of Research in Advent
Technology, .2(4), 2014.
[2] Marli A. Ranal, Denise Garcia De Santana, Wanessa
Resende Ferreira and Clesnan Mendes-Rodrigues
Calculating germination measurements and organizing
spreadsheets, Revista Brasil. Bot., 32(4), 2009, 849-855.
[3] Vibhuti, Charu Shahi, Kiran Bargali and S S Bargali
Seed germination and seedling growth parameters of rice
(Oryza sativa) varieties as affected by salt and water
stress, Indian Journal of Agricultural Sciences, 85(1),
2015, 102 -108.
[4] Marli A. Ranal and Denise Garcia De Santana, How
and why to measure the germination process? Revista
Brasil. Bot., .29(1), 2006, 1-11.
[5] Alan J. Thomson and Yousry A. El-Kassaby,
Interpretation of seed-germination parameters, New Forest
7, 1993,123-132.
[6] M.A. Kader, A Comparison of Seed Germination
Calculation Formulae and the Associated Interpretation of
Resulting Data, Journal & Proceedings of the Royal
Society of New South Wales, 138, 2005 65–75.
[7] Craufurd, P., Ellis, R., Summerfield, R. and Menin, L.,
Development in cowpea (Vigna unguiculata). I. The
influence of temperature on seed germination and seedling
emergence, Experimental Agriculture, 32, 1996,1–12.
[8]Santana, D.G. and Ranal, M.A., Linear correlation in
experimental design models applied to seed germination.
Seed Science and Technology 34 2006,241-247.
[9] PunamKumari and Rainu Nandal, A Research Paper
On Website Development Optimization Using
Xampp/PHP International Journal of Advanced Research
in Computer Science, 8(5), 2017, 1231-1235.
[10] Dalibor D. Dvorski, Installing, Configuring, and
Developing with XAMPP Skills Canada – Ontario, 2007,
1-10.
[11] Nikesh Gondchawar, and R. S. Kawitkar, IoT based
Smart Agriculture, International Journal of Advanced
Research in Computer and Communication Engineering,
5(6), 2016, 838 – 842.
[12] Saurabh Walia and Satinderjit Kaur Gill A
Framework forWeb Based Student Management System
using PHP International Journal of Computer Science
and Mobile Computing, 3(8), 2014, 24 – 33.
Biographies and Photographs
Saritha.D has completed her
Undergraduate Degree in Agricultural
Information Technology from Tamil
Nadu Agricultural University. She did
her Internship Programme in IIOR,
Hyderabad on “Development of Preliminary Database
Tool for Laboratory Resource and Data Management”.
Sathya Priya.B has completed her
Undergraduate Degree in Agricultural
Information Technology from Tamil
Nadu Agricultural University. She did her
Internship Programme in IIOR,
Hyderabad on “Creation of Lab-Accessible Sequence
Database for Retrieval of Sequence through ID Search”.
Dr. M. Kalpana obtained her B.Sc Degree
(Statistics) in 2001. She is a rank holder in
under graduate degree. She obtained her
M.C.A degree from Maharaja College for
women in 2004 and M.Phil in Computer
Science at Madurai Kamaraj University and her Ph.D in
Computer Science in Bharathiar University during 2014.
She has to her credit three books, 4 papers in National
Conference and 2 paper in International Conference, 12
papers in International Journals and two book chapters in
IGI Global, U.S.A. She has also coordinated for the
training offered by National Horticultural Mission (NHM)
to the State Agricultural and Horticultural officers and
prepared manuals. She is a Life member of International
Association of Engineers (IAENG), International
Association of Computer Science and Information
Technology (IACSIT) and member of Internet Society
(ISOC). She has been awarded Bharat Jyothi Award from
India International Friendship Society.
Dr.V.Manonmani, Professor (SST),
Tamil Nadu Agricultural University is
having twenty years of experience in
teaching and Research. She has handled
more than 15 courses for under graduate
students, PG and Ph.D students of Agriculture and
Horticulture by applying innovative methods like e-
content and also formulated manuals and guided 10 PG
and 3 Ph.D scholars. She has published more than 40
articles in nationally and internationally reputed journals.
She also developed seed priming technologies for small
millets, groundnut, sunflower, brinjal and bittergourd. She
obtained four national awards for the outstanding
contribution in education and research which are
R.V.Swaminathan Medal for Best Student in Seed
Technology, Best Popular Article award, V.C.Vellingiri
Gounder Medal for the Best Research Worker and
Outstanding women educator award. She obtained several
externally funded schemes as principal and Co-Principal
Investigator to the tune of more than 60 lakhs under GOI,
UGC and private agencies for strengthening the seed
research programme.

Weitere ähnliche Inhalte

Ähnlich wie App for Physiological Seed quality Parameters

IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET Journal
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsIRJET Journal
 
Cotton Mitra – An Agricultural Advisory System for Cotton Crop
Cotton Mitra – An Agricultural Advisory System for Cotton CropCotton Mitra – An Agricultural Advisory System for Cotton Crop
Cotton Mitra – An Agricultural Advisory System for Cotton CropIRJET Journal
 
Website for Agricultural products
Website for Agricultural productsWebsite for Agricultural products
Website for Agricultural productsIjeomaChidinma
 
IRJET- Crop Prediction and Disease Detection
IRJET-  	  Crop Prediction and Disease DetectionIRJET-  	  Crop Prediction and Disease Detection
IRJET- Crop Prediction and Disease DetectionIRJET Journal
 
SOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZERSOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZERIRJET Journal
 
Survey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for FarmersSurvey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for FarmersIJERA Editor
 
IRJET- Price Forecasting System for Crops at the Time of Sowing
IRJET-  	  Price Forecasting System for Crops at the Time of SowingIRJET-  	  Price Forecasting System for Crops at the Time of Sowing
IRJET- Price Forecasting System for Crops at the Time of SowingIRJET Journal
 
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET Journal
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor AppIRJET Journal
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET Journal
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET Journal
 
IRJET - Prototype Android based Real Time Crop Information Collection System
 IRJET - Prototype Android based Real Time Crop Information Collection System IRJET - Prototype Android based Real Time Crop Information Collection System
IRJET - Prototype Android based Real Time Crop Information Collection SystemIRJET Journal
 
Predicting Flood Impacts: Analyzing Flood Dataset using Machine Learning Algo...
Predicting Flood Impacts: Analyzing Flood Dataset using Machine Learning Algo...Predicting Flood Impacts: Analyzing Flood Dataset using Machine Learning Algo...
Predicting Flood Impacts: Analyzing Flood Dataset using Machine Learning Algo...IRJET Journal
 
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE Method
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE MethodParameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE Method
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE MethodIRJET Journal
 
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET-  	  SMART KRISHI- A Proposed System for FarmersIRJET-  	  SMART KRISHI- A Proposed System for Farmers
IRJET- SMART KRISHI- A Proposed System for FarmersIRJET Journal
 
An Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning ApproachAn Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning ApproachIRJET Journal
 
MELJUN CORTES research tcu_student_metro_south_abstract_thesis_bscs_llames_ma...
MELJUN CORTES research tcu_student_metro_south_abstract_thesis_bscs_llames_ma...MELJUN CORTES research tcu_student_metro_south_abstract_thesis_bscs_llames_ma...
MELJUN CORTES research tcu_student_metro_south_abstract_thesis_bscs_llames_ma...MELJUN CORTES
 
Graduation Project Proposal October 2014
Graduation Project Proposal October 2014Graduation Project Proposal October 2014
Graduation Project Proposal October 2014ahmed gamal
 

Ähnlich wie App for Physiological Seed quality Parameters (20)

IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent Farms
 
M044066366
M044066366M044066366
M044066366
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning Algorithms
 
Cotton Mitra – An Agricultural Advisory System for Cotton Crop
Cotton Mitra – An Agricultural Advisory System for Cotton CropCotton Mitra – An Agricultural Advisory System for Cotton Crop
Cotton Mitra – An Agricultural Advisory System for Cotton Crop
 
Website for Agricultural products
Website for Agricultural productsWebsite for Agricultural products
Website for Agricultural products
 
IRJET- Crop Prediction and Disease Detection
IRJET-  	  Crop Prediction and Disease DetectionIRJET-  	  Crop Prediction and Disease Detection
IRJET- Crop Prediction and Disease Detection
 
SOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZERSOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZER
 
Survey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for FarmersSurvey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for Farmers
 
IRJET- Price Forecasting System for Crops at the Time of Sowing
IRJET-  	  Price Forecasting System for Crops at the Time of SowingIRJET-  	  Price Forecasting System for Crops at the Time of Sowing
IRJET- Price Forecasting System for Crops at the Time of Sowing
 
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor App
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
IRJET - Prototype Android based Real Time Crop Information Collection System
 IRJET - Prototype Android based Real Time Crop Information Collection System IRJET - Prototype Android based Real Time Crop Information Collection System
IRJET - Prototype Android based Real Time Crop Information Collection System
 
Predicting Flood Impacts: Analyzing Flood Dataset using Machine Learning Algo...
Predicting Flood Impacts: Analyzing Flood Dataset using Machine Learning Algo...Predicting Flood Impacts: Analyzing Flood Dataset using Machine Learning Algo...
Predicting Flood Impacts: Analyzing Flood Dataset using Machine Learning Algo...
 
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE Method
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE MethodParameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE Method
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE Method
 
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET-  	  SMART KRISHI- A Proposed System for FarmersIRJET-  	  SMART KRISHI- A Proposed System for Farmers
IRJET- SMART KRISHI- A Proposed System for Farmers
 
An Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning ApproachAn Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning Approach
 
MELJUN CORTES research tcu_student_metro_south_abstract_thesis_bscs_llames_ma...
MELJUN CORTES research tcu_student_metro_south_abstract_thesis_bscs_llames_ma...MELJUN CORTES research tcu_student_metro_south_abstract_thesis_bscs_llames_ma...
MELJUN CORTES research tcu_student_metro_south_abstract_thesis_bscs_llames_ma...
 
Graduation Project Proposal October 2014
Graduation Project Proposal October 2014Graduation Project Proposal October 2014
Graduation Project Proposal October 2014
 

Mehr von Eswar Publications

Content-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyContent-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyEswar Publications
 
Clickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s ClickClickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s ClickEswar Publications
 
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...Eswar Publications
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerEswar Publications
 
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Eswar Publications
 
What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...Eswar Publications
 
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection SystemWLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection SystemEswar Publications
 
Spreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case StudySpreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case StudyEswar Publications
 
Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...Eswar Publications
 
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...Eswar Publications
 
Bridging Centrality: Identifying Bridging Nodes in Transportation Network
Bridging Centrality: Identifying Bridging Nodes in Transportation NetworkBridging Centrality: Identifying Bridging Nodes in Transportation Network
Bridging Centrality: Identifying Bridging Nodes in Transportation NetworkEswar Publications
 
A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)Eswar Publications
 
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemAutomatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemEswar Publications
 
Multi- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New ModelMulti- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New ModelEswar Publications
 
Impact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon PerspectivesImpact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon PerspectivesEswar Publications
 
Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...Eswar Publications
 
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...Eswar Publications
 
Network as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC AlgorithmNetwork as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC AlgorithmEswar Publications
 
Explosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed AntennasExplosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed AntennasEswar Publications
 
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASH
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASHBandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASH
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASHEswar Publications
 

Mehr von Eswar Publications (20)

Content-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyContent-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A Survey
 
Clickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s ClickClickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s Click
 
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using Microcontroller
 
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
 
What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...
 
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection SystemWLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
 
Spreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case StudySpreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case Study
 
Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...
 
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
 
Bridging Centrality: Identifying Bridging Nodes in Transportation Network
Bridging Centrality: Identifying Bridging Nodes in Transportation NetworkBridging Centrality: Identifying Bridging Nodes in Transportation Network
Bridging Centrality: Identifying Bridging Nodes in Transportation Network
 
A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)
 
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemAutomatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
 
Multi- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New ModelMulti- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New Model
 
Impact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon PerspectivesImpact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon Perspectives
 
Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...
 
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
 
Network as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC AlgorithmNetwork as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC Algorithm
 
Explosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed AntennasExplosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed Antennas
 
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASH
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASHBandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASH
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASH
 

Kürzlich hochgeladen

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Kürzlich hochgeladen (20)

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

App for Physiological Seed quality Parameters

  • 1. Int. J. Advanced Networking and Applications Volume: 10 Issue: 01 Pages: 3713-3716 (2018) ISSN: 0975-0290 3713 App for Physiological Seed quality Parameters Saritha. D Agricultural Information Technology Graduates, Tamil Nadu Agricultural University, Coimbatore, India Email: ammavengarai@gmail.com Sathya Priya. B Agricultural Information Technology Graduates, Tamil Nadu Agricultural University, Coimbatore, India Email: bsathya21596@gmail.com Kalpana. M Assistant Professor, Tamil Nadu Agricultural University, Coimbatore, India Email:kalpusiva@gmail.com Manonmani.V Professor, Agricultural Research Station, Bhavanisagar, Tamil Nadu Agricultural University, Coimbatore, India Email: vmano_2004@yahoo.com -------------------------------------------------------------------ABSTRACT--------------------------------------------------------------- Agriculture plays an important role in the economy of our country. Over 58 percent of the rural households depend on the agriculture sector as their means of livelihood. Agriculture is one of the major contributors to Gross Domestic Product(GDP). Seeds are the soul of agriculture. This application helps in reducing the time for the researchers as well as farmers to know the seedling parameters. The application helps the farmers to know about the percentage of seedlings that will grow and it is very essential in estimating the yield of that particular crop. Manual calculation may lead to some error, to minimize that error, the developed app is used. The scientist and farmers require the app to know about the physiological seed quality parameters and to take decisions regarding their farming activities. In this article a desktop app for seed germination percentage and vigour index calculation are developed in PHP scripting language. Keywords: Seed germination percentage, Seed Vigour Index, PHP, desktop application -------------------------------------------------------------------------------------------------------------------------------------------------- Date of Submission: June 08, 2018 Date of Acceptance: June 23, 2018 -------------------------------------------------------------------------------------------------------------------------------------------------- I. INTRODUCTION In India, Agriculture is the means of livelihood for most of the people. The Information and Communication Technology in the field of agriculture helps in the development of the agricultural sector. Timely relevant information and services to farmers can be done efficiently with the advancement of the Information Technology in the field of agriculture. The development of applications in agriculture helps in enriching the knowledge of farmers[1]. A desktop application is one that runs on the user’s laptop or desktop computer. It is offline and does not require internet connection to work in it. The main benefits of this type of application are high efficiency and user interface flexibility. PHP (HyperText Preprocessor) is an open source general purpose scripting language. It runs on various platforms(Windows, Linux, Unix, Mac OS X, etc.,). The language is also compatible with almost all servers that are used today(Apache, IIS, etc.,). It can support a wide range of databases. Seed Germination Percentage and Seed Vigour Index are considered as the seedling parameters. The germination percentage calculation is very essential for farmers to verify whether the seed is suitable for planting or not. Seed Vigour Index is calculated by considering seed germination percentage, root length and shoot length of the particular crop. The vigour index is considered as the sensitive parameter than the germination percentage. It also helps in the selection of high quality seedlots. II. REVIEW OF LITERATURE In order to minimize the difficulties for the beginners, conventional spreadsheets are used for the calculation of seed germination (emergence) measurements, the organization of the final data for statistical analysis and some excel commands are also used[2]. Rice is the staple food of southern India. The area of rice grown globally is 161 million hectare, and the average production is about 678.7million tonnes. The seeds of three rice varieties (Narendra, Sabarmati and Hybrid 312) were collected and kept under four water stress and six salt stress levels. Seed germination, seedling length, dry weight, seed vigor and other parameters were recorded. Narendraand Sabarmati varieties showed better response while Hybrid 312 failed to germinate in all water stress levels. The results of this experiment is helpful in identification of the tolerant varieties which can be used for further studies[3]. Review about measurements of the germination process, with an analysis of the several mathematical expressions included in the specific literature, recovering the history, sense, and limitations of some germination measurements. The limits of the germination measurements were considered to make the interpretation and decisions easier. Time, rate, homogeneity, and synchrony are aspects that can be measured, informing the dynamics of the germination process[4]. The germination characteristics of a seedlot are determined by knowing the species, age of the seeds as well as germination conditions, and the seed pretreatment.
  • 2. Int. J. Advanced Networking and Applications Volume: 10 Issue: 01 Pages: 3713-3716 (2018) ISSN: 0975-0290 3714 A technique for measuring the speed germination of seeds independent of the completion of the germination[5]. Data analysis method followed in the seed germination and emergence tests are discussed. The review shows that the different interpretation can be drawn by using different formulae. Not only the germination percentage but also the speed the germination, high and low germination events have an impact of the parameters calculated. The Germination Index (GI) is the analysis method that describes the germination percentage/speed relationship[6]. These are the developments and researches that are undergone in the seed germination percentage and seed vigour index. In this paper an application is developed for the calculation of germination percentage and seed vigour index which helps the farmers in estimation of the yield of a crop. III. APPLICATION FOR SEED GERMINATION PERCENTAGE AND SEED VIGOUR INDEX Germination percentage is the major influencing factor in seed germination process. Linear correlation in experimental design models applied to seed science and Technology especially while developing model for seed germination, are the existing methods [7][8]. PHP server side scripting language used for creating the app. It runs on a server, embedded in a sites code. Designed to interact with the back end database. It is very efficient in the easy transfer of data from server to browser. It builds Application Programming Interfaces(APIs),which control the data and software a site shares with other apps[9]. Xampp server is an integration package for the development components, the web developers require regardless of the platform they work in. The X in Xampp stands for “Operating systems”, the remaining acronyms stand for Apache, Mysql, PHP, Perl. It also integrates many other open source software packages. 3.1 Input For germination percentage the parameters required are the number of seedlings germinated and the total number of seedlings. In seed vigour index the essential parameters are germination percentage, root length and shoot length. 3.2 Process The user need to enter the number of seedlings in the specified box and when he/she enter the submit it redirects to another page where the result is generated. For seed vigour index the user is directed to enter the germination percentage value along with root length and shoot length. When the submit button is pressed the result page will appear which shows the seed vigour index. 3.3 Output The result will be displayed in a separate page showing the germination percentage and seed vigour index[10][11][12].The algorithm for the development of Physiological Seed quality Parameters is discussed below. 3.4 Algorithm 3.4.1.Seed germination percentage Step1: Get the number of seedlings germinated from the user Step2: Click the submit button, the calculation is performed Step3:Seed germination percentage=No. of seedlings germinated/Total No. of seeds*100 Step4: Calculation is performed and output is displayed. 3.4.2. Seed vigour Index Step1: Get the Germination percentage as the user input Step2: Get the root length and shoot length as user input Step3:After clicking the submit button, calculation is performed. Step4:Vigour index= Germination percentage*(root length+shoot length) Step5: The output is displayed for vigour index IV. EXPERIMENTAL RESULTS The desktop application is created with the help of Xampp server and the resulting outputs are given below. In the Fig.1, introduction about the seed germination percentage is presented. In Fig. 2 shows the user Input page, the user needs to enter the Number of seedlings emerged for a particular crop. In Fig. 3 shows the output page, the germination percentage is displayed. 4.1Seed Germination percentage Fig 1.Main page of seed germination percentage
  • 3. Int. J. Advanced Networking and Applications Volume: 10 Issue: 01 Pages: 3713-3716 (2018) ISSN: 0975-0290 3715 Fig 2. User Input page Fig 3.Output page 4.2 Seed Vigour Index In Fig. 4 the introduction about seed vigour index is given. In Fig. 5 shows the user input page, the user needs to enter the germination percentage, root growth, shoot growth. In Fig. 6 the output page displays seed vigour index. Fig 4.Main page Fig 5.User Input page Fig 6.Output page V.CONCLUSION Agriculture is the backbone of our nation. To incorporate ICT in agriculture the Physiological Seed quality Parameters app is developed. The desktop application created for seed parameters calculation is useful for the scientist, agricultural students and farmers. The developed application will help the farmers to know all seed parameters. In future developed app may be integrated with mobile platform and to get the app in the regional language. ACKNOWLEDGEMENT I wish to thank Dr. M. Kalpana, Assistant Professor, School of Post Graduate Studies, Tamil Nadu Agricultural University, Coimbatore, and Dr. V. Manonmani, Professor(Seed Science and Technology), Agricultural Research Station, Bhavanisagar, for their continuous encouragement and guidance. REFERENCES [1] Aniket Bhave, Rahul Joshi and Ryan Fernandes ,Maha Farm – An Android based solution for Remunerative
  • 4. Int. J. Advanced Networking and Applications Volume: 10 Issue: 01 Pages: 3713-3716 (2018) ISSN: 0975-0290 3716 Agriculture , International Journal of Research in Advent Technology, .2(4), 2014. [2] Marli A. Ranal, Denise Garcia De Santana, Wanessa Resende Ferreira and Clesnan Mendes-Rodrigues Calculating germination measurements and organizing spreadsheets, Revista Brasil. Bot., 32(4), 2009, 849-855. [3] Vibhuti, Charu Shahi, Kiran Bargali and S S Bargali Seed germination and seedling growth parameters of rice (Oryza sativa) varieties as affected by salt and water stress, Indian Journal of Agricultural Sciences, 85(1), 2015, 102 -108. [4] Marli A. Ranal and Denise Garcia De Santana, How and why to measure the germination process? Revista Brasil. Bot., .29(1), 2006, 1-11. [5] Alan J. Thomson and Yousry A. El-Kassaby, Interpretation of seed-germination parameters, New Forest 7, 1993,123-132. [6] M.A. Kader, A Comparison of Seed Germination Calculation Formulae and the Associated Interpretation of Resulting Data, Journal & Proceedings of the Royal Society of New South Wales, 138, 2005 65–75. [7] Craufurd, P., Ellis, R., Summerfield, R. and Menin, L., Development in cowpea (Vigna unguiculata). I. The influence of temperature on seed germination and seedling emergence, Experimental Agriculture, 32, 1996,1–12. [8]Santana, D.G. and Ranal, M.A., Linear correlation in experimental design models applied to seed germination. Seed Science and Technology 34 2006,241-247. [9] PunamKumari and Rainu Nandal, A Research Paper On Website Development Optimization Using Xampp/PHP International Journal of Advanced Research in Computer Science, 8(5), 2017, 1231-1235. [10] Dalibor D. Dvorski, Installing, Configuring, and Developing with XAMPP Skills Canada – Ontario, 2007, 1-10. [11] Nikesh Gondchawar, and R. S. Kawitkar, IoT based Smart Agriculture, International Journal of Advanced Research in Computer and Communication Engineering, 5(6), 2016, 838 – 842. [12] Saurabh Walia and Satinderjit Kaur Gill A Framework forWeb Based Student Management System using PHP International Journal of Computer Science and Mobile Computing, 3(8), 2014, 24 – 33. Biographies and Photographs Saritha.D has completed her Undergraduate Degree in Agricultural Information Technology from Tamil Nadu Agricultural University. She did her Internship Programme in IIOR, Hyderabad on “Development of Preliminary Database Tool for Laboratory Resource and Data Management”. Sathya Priya.B has completed her Undergraduate Degree in Agricultural Information Technology from Tamil Nadu Agricultural University. She did her Internship Programme in IIOR, Hyderabad on “Creation of Lab-Accessible Sequence Database for Retrieval of Sequence through ID Search”. Dr. M. Kalpana obtained her B.Sc Degree (Statistics) in 2001. She is a rank holder in under graduate degree. She obtained her M.C.A degree from Maharaja College for women in 2004 and M.Phil in Computer Science at Madurai Kamaraj University and her Ph.D in Computer Science in Bharathiar University during 2014. She has to her credit three books, 4 papers in National Conference and 2 paper in International Conference, 12 papers in International Journals and two book chapters in IGI Global, U.S.A. She has also coordinated for the training offered by National Horticultural Mission (NHM) to the State Agricultural and Horticultural officers and prepared manuals. She is a Life member of International Association of Engineers (IAENG), International Association of Computer Science and Information Technology (IACSIT) and member of Internet Society (ISOC). She has been awarded Bharat Jyothi Award from India International Friendship Society. Dr.V.Manonmani, Professor (SST), Tamil Nadu Agricultural University is having twenty years of experience in teaching and Research. She has handled more than 15 courses for under graduate students, PG and Ph.D students of Agriculture and Horticulture by applying innovative methods like e- content and also formulated manuals and guided 10 PG and 3 Ph.D scholars. She has published more than 40 articles in nationally and internationally reputed journals. She also developed seed priming technologies for small millets, groundnut, sunflower, brinjal and bittergourd. She obtained four national awards for the outstanding contribution in education and research which are R.V.Swaminathan Medal for Best Student in Seed Technology, Best Popular Article award, V.C.Vellingiri Gounder Medal for the Best Research Worker and Outstanding women educator award. She obtained several externally funded schemes as principal and Co-Principal Investigator to the tune of more than 60 lakhs under GOI, UGC and private agencies for strengthening the seed research programme.