SlideShare a Scribd company logo
IT TOOLS FOR RESEARCH
CPHD4
GUIDED BY: DR . P. SHASHIKALA
Roohi Ali
R.No: 867202
Research Scholar.
Computer Application.
Department of Computer Applications.
MCNUJC, Bhopal.
May 2014.
Outline of the presentation
Objective and Analysis.
• Objectives of using IT Tools in Research
• Algorithm Analysis and Complexity Techniques
Tools used in Research.
• Graphics Tools
• Presentation tools
• Online Tools
• Research Publication Tools
Searching and plagiarism
• Use of Scientific Programming-MATLAB
• Searching for publication
• Plagiarism
• Specific tools for proposed area of working
Participation and Publication
• Participation and publication during course work
• Proposed area of research
• References
Objective of using IT Tools in
Research
Tool
s
Objective of using IT Tools in
Research
Transformation of Data of Research into Standardized format of information
using specific techniques implemented by various IT tools available.
Initial check -for state space -Verisoft(From a given in initial state it
garantees a complete coverage of the state space upto some deepth).
Input research data ----Transformation ---Standardized Publications
Objective of using IT Tools in
Research
Advantages and Disadvantages of Online Web Tool
Algorithm analysis and complexity
Techniques in Research
Example :
A simple
Algorithm
of going to
home
From Office.
Algorithm analysis and complexity
Techniques in Research
Computational complexity theory = the
study of the cost of solving problems.
Cost Measures the amount of resources
needed.
• time complexity.
• space complexity.
F(n) = complexity of an algorithm M .
Best case: The minimum value of f (n) for
any possible input.
Worst case: The maximum value of f (n)
for any possible input.
Average case: The value of which is in
between maximum and minimum for any
possible input.
Algorithm analysis and complexity
Techniques in Research
Objectives
•Methods for analyzing
algorithmic efficiency
•A set of standard algorithmic
techniques
•A toolbox of standard algorithms
Motivation
• Efficient algorithms lead to
efficient programs.
• Efficient programs sell better.
• Efficient programs make better
use of hardware.
• Programmers who write efficient
programs . Factors influencing
program efficiency
•Problem being solved
•Programming language
•Compiler
•Computer hardware
•Programmer ability
•Programmer effectiveness
•Algorithm
Algorithm analysis and complexity
Techniques in Research
Asymptotic comparison operator Numeric comparison operator
Our algorithm is o( something ) A number is < something
Our algorithm is O( something ) A number is ≤ something
Our algorithm is Θ( something ) A number is = something
Our algorithm is Ω( something ) A number is ≥ something
Our algorithm is ω( something ) A number is > something
Three basic asymptotic notations used to express the running time f(n),
domain={1,2,3,….}
•O (Big ‘oh’) : express Upper bound (maximum steps) to solve a problem.
•Ω (Big ‘omega’) : express Lower bound i.e. minimum (at least) steps to solve a
problem.
•Θ (“Theta‟) :express both Upper & Lower bound, also called tight bound.
Tools used in Research
Graphics Tools
Types of graphics formats:
•Vector : a line is defined by 2 points, the text can be edited.
•Raster (or bitmap) : no. of dots/cm defines the quality of the drawing.
Photograph
•Page description language (PDL) : programming language describing the
appearance of a printed page at a higher level than an actual output bitmap.
oAdobe’s PostScript (.ps),
oEncapsulated PostScript (.eps) and
oPortable Document Format (.pdf)
•Encapsulated PostScript (.eps) is commonly used for graphics
•It can contain both unstructured vector information as well as raster (bitmap)
data
Tools used in Research
Graphics Tools
Desktop publishing (DTP)
•Developed principally on Macintosh
•Usage: From sketches and mock-ups to fashion, interior,web,coachwork
design.
•Applications: DTP applications are provided by three major market players
- Adobe Illustrator
- Corel Draw
- Macromedia Freehand
Raster applications are mainly
- Corel Painter (oriented towards painting)
-Corel Photo paint.
Main applications work with both raster and vector formats are
- Adobe Photoshop
- Adobe Fireworks
Tools used in Research
Graphics Tools
Computer-assisted drawing/design (CAD)
•Developed principally on IBM (International Business Machines)
•Usage: CAD applications used in design of complex systems that surpass
human ability Mechanical, Electronic engineering,Building,All types of
graphical representation (instructions for assembly and use)
Applications: The principal mechanical engineering applications
- Pro-Engineer, Catia, Inventor.
The principal building/architectural applications
- ArchiCAD , AutoCAD, Allplan
The principal electronic engineering applications
- Altium Designer, Eagle , Kicad
Tools used in Research
Graphics Tools
Classification of the different types of ISO graphic
Tools used in Research
Presentation Tools
Presentation
•ways of communicating ideas and information to a group.
•allows immediate interaction between all the participants.
Presentation Software
•category of application program to create sequences of text and pictures that
tell a story or help support a speech or public presentation of information.
Presentation software can be divided into:
• Business presentation software:
ease- and quickness-of-learning and use. Enables to include images,
sometimes with audio and video developed with other tools.
•Multimedia authoring tools:
create a more sophisticated presentation that includes audio and video
sequences.
Tools used in Research
Presentation Tools
Presentation elements
A good presentation contains at least four elements:
Presentatio
n Elements
Conten
t
Structure Packaging
Human
Elements
Tools used in Research
Presentation Tools
Process for creating Presentation using IT Tools
Using Online presentation tools create ,share and monitor:
Tools used in Research
Presentation Tools
Presentation using IT Tools on various devices
Tools used in Research
Presentation Tools
Presentation Tools available
A lot of Online presentation tools .
.
.
Tools used in Research
Online Tools
Online Tools for various specific services
Tools used in Research
Online Tools
Online Research Tools for Research cycle
Tools used in Research
Online Tools
Online Research Tools from different educational Research centers and
Institutes
Tools used in Research
Online Tools
Online Research Tools from different Research Databases to collect
authentic data.
Tools used in Research
Research Publication Tools
Research Publishing Cycle
Tools used in Research
Research Publication Tools
Research Publishing packages helps in creating drafts and papers.
Scientific programming Language
MATLAB
MATLAB (MATrix LABoratory)
• high-performance language for technical computing
• computation, visualization, and programming in an easy-to-use
environment
Typical uses include:
• Math and computation
• Algorithm development
• Modelling, simulation, and prototyping
• Data analysis, exploration, and visualization
• Scientific and engineering graphics
• Application development, including Graphical User Interface
building
Scientific programming Language
MATLAB
Scientific programming Language
MATLAB
Some facts for a first impression
• Everything in MATLAB is a matrix !
• MATLAB is an interpreted language, no compilation needed (but possible)
• MATLAB does not need any variable declarations, no dimension
statements, has no packaging, no storage allocation, no pointers
• Programs can be run step by step, with full access to all variables,
functions etc.
Scientific programming Language
MATLAB
MATLAB consists of:
The MATLAB language
a high-level matrix/array language with control flow statements, functions,
data structures, input/output, and object-oriented programming features.
The MATLAB working environment
the set of tools and facilities that you work with as the MATLAB user or
programmer, including tools for developing, managing, debugging, and
profiling
Handle Graphics
the MATLAB graphics system. It includes high-level commands for two-
dimensional and three-dimensional data visualization, image processing,
animation, and presentation graphics.
Scientific programming Language
MATLAB
The MATLAB function library.
a vast collection of computational algorithms ranging from elementary
functions like sum, sine, cosine, and complex arithmetic, to more
sophisticated functions like matrix inverse, Bessel functions, and fast
Fourier transforms as well as special image processing related functions
The MATLAB Application Program Interface (API)
a library that allows you to write C and Fortran programs that interact with
MATLAB. It include facilities for calling routines from MATLAB (dynamic
linking), calling MATLAB as a computational engine, and for reading and
writing MAT-files.
Searching for Publication
• Patent
Databases
• Finding
References
for a given
Paper
• Search
Engines
• Publication
Databases
IEEE
ACM
Springer
Google
IEEE
Patents
Citation
In order to search Authentic information ,four possible Resources are
available.
Plagiarism
Plagiarism Types
#1. CLONE
Submitting another’s work, word-for-word,
as one’s own.
#6. HYBRID
Combines perfectly cited sources with
copied passages without citation.
#2. CTRL-C
Contains significant portions of text from a
single source without alterations.
#7. MASHUP
Mixes copied material from multiple
sources.
#3. FIND - REPLACE
Changing key words, phrases but retaining
the essential content of the source.
#8. 404 ERROR
Includes citations to non-existent or
inaccurate information about sources.
#4. REMIX
Paraphrases from multiple sources, made
to fit together.
#9. AGGREGATOR
Includes proper citation to sources but the
paper contains almost no original work.
#5. RECYCLE
Borrows generously from the writer’s
previous work without citation.
#10. RE-TWEET
Includes proper citation, but relies too
closely on the text’s original wording and/or
Creative common used in Resear
Pay Digital Acknowledgment:
Use CCL
Lifecycle to avoid Plagiarism
Plagiarism Detection
Plagiarism Avoidance
How to avoid plagiarism?
By explain where you got your information.
Quoting
•Use quotation marks
whenever quoting.
•Longer quotations should be
indicated by the citation.
•use quotations only when
they directly contribute to
your argument.
•Avoid quotations that only
provide detail, common
knowledge, or information
that can be more effectively
paraphrased.
Paraphrasing and Summarizing
•Paraphrase when you need to
represent another person's ideas and a
quote is not significant or suitable.
•To correctly paraphrase, change both
language and sentence structure.
•Summarize to provide the main points
of another person's argument in a
condensed format, briefer than a
paraphrase.
•Avoid taking notes verbatim or using
the cut & paste tool.
Citing
•acknowledge and cited all
sources of borrowed ideas and
materials.
•Prepared bibliography.
Plagiarism Software's
Always use Plagiarism software to check your papers for fair
use.
Participation and Publications
S.No Activity Title Place Date/Issue
1 Research
Journal
Oriental Journal
of Computer
Science &
Technology
Bhopal Volume 6,
Issue-3,
Sep-2013.
Pgs. 369-376
2 Workshop Workshop on
MATLAB
MANIT Bhopal
3 Workshop Workshop on
Data Mining.
MANIT Bhopal
4 Workshop Workshop on
Cyber Security
Management
MCU Bhopal
Proposed Area of Research
•Cloud Computing:
rapidly developing and excellent promising technology.
Open challenges in cloud computing Research:
•Security & privacy
•Infrastructure:
•Data management
•Interoperability
•Economic challenges
•Legal issues:
•Service management
•Software
•Quality
•Trust
References
• Bassey, M. (1995). Creating Education Through Research: A
Global Perspective of Educational Research for the 21st Century.
Kirklington Moore Press.
• Bassey, M. (1999) Case Study Research in Educational Settings.
Open University Press.
• Carr,W, Kemmis, S. (1993) Action Research in Education. In:
Hammesley, M, Controversies in Classroom Research,
Buckingham; Open University Press
• Cohen, L., Manion, L., and Morrison, K. (2000) Research Methods
in Education. London; Routledge Falmer
• Dadds, M. (2001) Doing Practitioner Research Differently.
Routledge; London and New York
• Elliott, J. (1991) Action Research for Educational Change, London:
Open University Press.
• Farren, M. (2005) Creating a pedagogy of the unique through a
web of betweenness. Education-Line.
http://leeds.ac.uk/educol/documents/149806.htm

More Related Content

PPTX
Formulating Research question and limitaions
PPT
Developing Research Question
PDF
Literature review guide
PDF
Brm unit.5 data.analysis_interpretation_shriram.dawkhar.1
PDF
Бібліотека і громада : шляхи співпраці
PPTX
Сучасні, кращі, незвичайні
PPTX
Форми і методи роботи публічних бібліотек з юнацтвом
PPTX
Дзвінке слово Марії Пригари
Formulating Research question and limitaions
Developing Research Question
Literature review guide
Brm unit.5 data.analysis_interpretation_shriram.dawkhar.1
Бібліотека і громада : шляхи співпраці
Сучасні, кращі, незвичайні
Форми і методи роботи публічних бібліотек з юнацтвом
Дзвінке слово Марії Пригари

What's hot (20)

PPTX
Discussion.pptx
PDF
Lecture 2: Research Proposal Development
PDF
Introduction to research
PDF
4. Formulating research problems
PPTX
інноваційні форми популяризації книги
PDF
Advance research methods
PDF
Стратегії розвитку бібліотечної справи в Україні до 2025 року
PPTX
Sampling for Various Kinds of Quantitative Research.pptx
PDF
Job scheduling in hybrid cloud using deep reinforcement learning for cost opt...
PPTX
Всесвітній день книги і авторського права
DOC
«РОЗВИТОК ІНТЕРЕСУ ДО КНИГИ І ЧИТАННЯ»
PPTX
Measuring Scientific Productivity
PPT
Презентація бібліотеки-філії с. Глинськ
PPTX
Utilizing Art-Based Research as Qualitative Research Method
PDF
Media - quantitative and qualitative research 2012
PDF
Types of Research Method
PPT
Rm 5 Methods Of Data Collection
PPTX
Qualitative and quantitative research
DOC
Бібліотечні сайти та блоги
PPTX
Interview as a qualitative method
Discussion.pptx
Lecture 2: Research Proposal Development
Introduction to research
4. Formulating research problems
інноваційні форми популяризації книги
Advance research methods
Стратегії розвитку бібліотечної справи в Україні до 2025 року
Sampling for Various Kinds of Quantitative Research.pptx
Job scheduling in hybrid cloud using deep reinforcement learning for cost opt...
Всесвітній день книги і авторського права
«РОЗВИТОК ІНТЕРЕСУ ДО КНИГИ І ЧИТАННЯ»
Measuring Scientific Productivity
Презентація бібліотеки-філії с. Глинськ
Utilizing Art-Based Research as Qualitative Research Method
Media - quantitative and qualitative research 2012
Types of Research Method
Rm 5 Methods Of Data Collection
Qualitative and quantitative research
Бібліотечні сайти та блоги
Interview as a qualitative method
Ad

Similar to IT_Tools_in_Research.ppt (20)

PPT
Information technology Researhc Tools in IT
PPTX
Unit 2 computer software
PPTX
Bsc cs 1 fit u-2 application and system software
PPTX
Introduction to computer programming
PPTX
Mca i-fundamental of computer-u-2- application and system software
PPTX
Bba i-introduction to computer-u-2- application and system software
PPTX
Bca i-fundamental of computer-u-2- application and system software
PPTX
image processing using matlab in faculty 2
PPTX
Machine Learning
PDF
MATLAB Assignment Help
PDF
Makine Öğrenmesi, Yapay Zeka ve Veri Bilimi Süreçlerinin Otomatikleştirilmesi...
PPTX
10 Big Data Technologies you Didn't Know About
PDF
2014 01-ticosa
PPTX
Mba i-ifm-u-2-computer software
PPTX
LSESU a Taste of R Language Workshop
PPT
1559 mathematical and visualization software
PPTX
Software Programs for Data Analysis
PPTX
platform for Machine Learning
PPTX
u2_platform.pptx
PPTX
Big data analytics with R tool.pptx
Information technology Researhc Tools in IT
Unit 2 computer software
Bsc cs 1 fit u-2 application and system software
Introduction to computer programming
Mca i-fundamental of computer-u-2- application and system software
Bba i-introduction to computer-u-2- application and system software
Bca i-fundamental of computer-u-2- application and system software
image processing using matlab in faculty 2
Machine Learning
MATLAB Assignment Help
Makine Öğrenmesi, Yapay Zeka ve Veri Bilimi Süreçlerinin Otomatikleştirilmesi...
10 Big Data Technologies you Didn't Know About
2014 01-ticosa
Mba i-ifm-u-2-computer software
LSESU a Taste of R Language Workshop
1559 mathematical and visualization software
Software Programs for Data Analysis
platform for Machine Learning
u2_platform.pptx
Big data analytics with R tool.pptx
Ad

Recently uploaded (20)

PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
PDF
HVAC Specification 2024 according to central public works department
PDF
Computing-Curriculum for Schools in Ghana
PDF
1_English_Language_Set_2.pdf probationary
PPTX
Computer Architecture Input Output Memory.pptx
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PDF
Empowerment Technology for Senior High School Guide
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PPTX
20th Century Theater, Methods, History.pptx
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
AI-driven educational solutions for real-life interventions in the Philippine...
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
HVAC Specification 2024 according to central public works department
Computing-Curriculum for Schools in Ghana
1_English_Language_Set_2.pdf probationary
Computer Architecture Input Output Memory.pptx
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
Empowerment Technology for Senior High School Guide
FORM 1 BIOLOGY MIND MAPS and their schemes
20th Century Theater, Methods, History.pptx
Weekly quiz Compilation Jan -July 25.pdf
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
Unit 4 Computer Architecture Multicore Processor.pptx

IT_Tools_in_Research.ppt

  • 1. IT TOOLS FOR RESEARCH CPHD4 GUIDED BY: DR . P. SHASHIKALA Roohi Ali R.No: 867202 Research Scholar. Computer Application. Department of Computer Applications. MCNUJC, Bhopal. May 2014.
  • 2. Outline of the presentation Objective and Analysis. • Objectives of using IT Tools in Research • Algorithm Analysis and Complexity Techniques Tools used in Research. • Graphics Tools • Presentation tools • Online Tools • Research Publication Tools Searching and plagiarism • Use of Scientific Programming-MATLAB • Searching for publication • Plagiarism • Specific tools for proposed area of working Participation and Publication • Participation and publication during course work • Proposed area of research • References
  • 3. Objective of using IT Tools in Research Tool s
  • 4. Objective of using IT Tools in Research Transformation of Data of Research into Standardized format of information using specific techniques implemented by various IT tools available. Initial check -for state space -Verisoft(From a given in initial state it garantees a complete coverage of the state space upto some deepth). Input research data ----Transformation ---Standardized Publications
  • 5. Objective of using IT Tools in Research Advantages and Disadvantages of Online Web Tool
  • 6. Algorithm analysis and complexity Techniques in Research Example : A simple Algorithm of going to home From Office.
  • 7. Algorithm analysis and complexity Techniques in Research Computational complexity theory = the study of the cost of solving problems. Cost Measures the amount of resources needed. • time complexity. • space complexity. F(n) = complexity of an algorithm M . Best case: The minimum value of f (n) for any possible input. Worst case: The maximum value of f (n) for any possible input. Average case: The value of which is in between maximum and minimum for any possible input.
  • 8. Algorithm analysis and complexity Techniques in Research Objectives •Methods for analyzing algorithmic efficiency •A set of standard algorithmic techniques •A toolbox of standard algorithms Motivation • Efficient algorithms lead to efficient programs. • Efficient programs sell better. • Efficient programs make better use of hardware. • Programmers who write efficient programs . Factors influencing program efficiency •Problem being solved •Programming language •Compiler •Computer hardware •Programmer ability •Programmer effectiveness •Algorithm
  • 9. Algorithm analysis and complexity Techniques in Research Asymptotic comparison operator Numeric comparison operator Our algorithm is o( something ) A number is < something Our algorithm is O( something ) A number is ≤ something Our algorithm is Θ( something ) A number is = something Our algorithm is Ω( something ) A number is ≥ something Our algorithm is ω( something ) A number is > something Three basic asymptotic notations used to express the running time f(n), domain={1,2,3,….} •O (Big ‘oh’) : express Upper bound (maximum steps) to solve a problem. •Ω (Big ‘omega’) : express Lower bound i.e. minimum (at least) steps to solve a problem. •Θ (“Theta‟) :express both Upper & Lower bound, also called tight bound.
  • 10. Tools used in Research Graphics Tools Types of graphics formats: •Vector : a line is defined by 2 points, the text can be edited. •Raster (or bitmap) : no. of dots/cm defines the quality of the drawing. Photograph •Page description language (PDL) : programming language describing the appearance of a printed page at a higher level than an actual output bitmap. oAdobe’s PostScript (.ps), oEncapsulated PostScript (.eps) and oPortable Document Format (.pdf) •Encapsulated PostScript (.eps) is commonly used for graphics •It can contain both unstructured vector information as well as raster (bitmap) data
  • 11. Tools used in Research Graphics Tools Desktop publishing (DTP) •Developed principally on Macintosh •Usage: From sketches and mock-ups to fashion, interior,web,coachwork design. •Applications: DTP applications are provided by three major market players - Adobe Illustrator - Corel Draw - Macromedia Freehand Raster applications are mainly - Corel Painter (oriented towards painting) -Corel Photo paint. Main applications work with both raster and vector formats are - Adobe Photoshop - Adobe Fireworks
  • 12. Tools used in Research Graphics Tools Computer-assisted drawing/design (CAD) •Developed principally on IBM (International Business Machines) •Usage: CAD applications used in design of complex systems that surpass human ability Mechanical, Electronic engineering,Building,All types of graphical representation (instructions for assembly and use) Applications: The principal mechanical engineering applications - Pro-Engineer, Catia, Inventor. The principal building/architectural applications - ArchiCAD , AutoCAD, Allplan The principal electronic engineering applications - Altium Designer, Eagle , Kicad
  • 13. Tools used in Research Graphics Tools Classification of the different types of ISO graphic
  • 14. Tools used in Research Presentation Tools Presentation •ways of communicating ideas and information to a group. •allows immediate interaction between all the participants. Presentation Software •category of application program to create sequences of text and pictures that tell a story or help support a speech or public presentation of information. Presentation software can be divided into: • Business presentation software: ease- and quickness-of-learning and use. Enables to include images, sometimes with audio and video developed with other tools. •Multimedia authoring tools: create a more sophisticated presentation that includes audio and video sequences.
  • 15. Tools used in Research Presentation Tools Presentation elements A good presentation contains at least four elements: Presentatio n Elements Conten t Structure Packaging Human Elements
  • 16. Tools used in Research Presentation Tools Process for creating Presentation using IT Tools Using Online presentation tools create ,share and monitor:
  • 17. Tools used in Research Presentation Tools Presentation using IT Tools on various devices
  • 18. Tools used in Research Presentation Tools Presentation Tools available A lot of Online presentation tools . . .
  • 19. Tools used in Research Online Tools Online Tools for various specific services
  • 20. Tools used in Research Online Tools Online Research Tools for Research cycle
  • 21. Tools used in Research Online Tools Online Research Tools from different educational Research centers and Institutes
  • 22. Tools used in Research Online Tools Online Research Tools from different Research Databases to collect authentic data.
  • 23. Tools used in Research Research Publication Tools Research Publishing Cycle
  • 24. Tools used in Research Research Publication Tools Research Publishing packages helps in creating drafts and papers.
  • 25. Scientific programming Language MATLAB MATLAB (MATrix LABoratory) • high-performance language for technical computing • computation, visualization, and programming in an easy-to-use environment Typical uses include: • Math and computation • Algorithm development • Modelling, simulation, and prototyping • Data analysis, exploration, and visualization • Scientific and engineering graphics • Application development, including Graphical User Interface building
  • 27. Scientific programming Language MATLAB Some facts for a first impression • Everything in MATLAB is a matrix ! • MATLAB is an interpreted language, no compilation needed (but possible) • MATLAB does not need any variable declarations, no dimension statements, has no packaging, no storage allocation, no pointers • Programs can be run step by step, with full access to all variables, functions etc.
  • 28. Scientific programming Language MATLAB MATLAB consists of: The MATLAB language a high-level matrix/array language with control flow statements, functions, data structures, input/output, and object-oriented programming features. The MATLAB working environment the set of tools and facilities that you work with as the MATLAB user or programmer, including tools for developing, managing, debugging, and profiling Handle Graphics the MATLAB graphics system. It includes high-level commands for two- dimensional and three-dimensional data visualization, image processing, animation, and presentation graphics.
  • 29. Scientific programming Language MATLAB The MATLAB function library. a vast collection of computational algorithms ranging from elementary functions like sum, sine, cosine, and complex arithmetic, to more sophisticated functions like matrix inverse, Bessel functions, and fast Fourier transforms as well as special image processing related functions The MATLAB Application Program Interface (API) a library that allows you to write C and Fortran programs that interact with MATLAB. It include facilities for calling routines from MATLAB (dynamic linking), calling MATLAB as a computational engine, and for reading and writing MAT-files.
  • 30. Searching for Publication • Patent Databases • Finding References for a given Paper • Search Engines • Publication Databases IEEE ACM Springer Google IEEE Patents Citation In order to search Authentic information ,four possible Resources are available.
  • 32. Plagiarism Types #1. CLONE Submitting another’s work, word-for-word, as one’s own. #6. HYBRID Combines perfectly cited sources with copied passages without citation. #2. CTRL-C Contains significant portions of text from a single source without alterations. #7. MASHUP Mixes copied material from multiple sources. #3. FIND - REPLACE Changing key words, phrases but retaining the essential content of the source. #8. 404 ERROR Includes citations to non-existent or inaccurate information about sources. #4. REMIX Paraphrases from multiple sources, made to fit together. #9. AGGREGATOR Includes proper citation to sources but the paper contains almost no original work. #5. RECYCLE Borrows generously from the writer’s previous work without citation. #10. RE-TWEET Includes proper citation, but relies too closely on the text’s original wording and/or
  • 33. Creative common used in Resear
  • 35. Lifecycle to avoid Plagiarism
  • 37. Plagiarism Avoidance How to avoid plagiarism? By explain where you got your information. Quoting •Use quotation marks whenever quoting. •Longer quotations should be indicated by the citation. •use quotations only when they directly contribute to your argument. •Avoid quotations that only provide detail, common knowledge, or information that can be more effectively paraphrased. Paraphrasing and Summarizing •Paraphrase when you need to represent another person's ideas and a quote is not significant or suitable. •To correctly paraphrase, change both language and sentence structure. •Summarize to provide the main points of another person's argument in a condensed format, briefer than a paraphrase. •Avoid taking notes verbatim or using the cut & paste tool. Citing •acknowledge and cited all sources of borrowed ideas and materials. •Prepared bibliography.
  • 38. Plagiarism Software's Always use Plagiarism software to check your papers for fair use.
  • 39. Participation and Publications S.No Activity Title Place Date/Issue 1 Research Journal Oriental Journal of Computer Science & Technology Bhopal Volume 6, Issue-3, Sep-2013. Pgs. 369-376 2 Workshop Workshop on MATLAB MANIT Bhopal 3 Workshop Workshop on Data Mining. MANIT Bhopal 4 Workshop Workshop on Cyber Security Management MCU Bhopal
  • 40. Proposed Area of Research •Cloud Computing: rapidly developing and excellent promising technology. Open challenges in cloud computing Research: •Security & privacy •Infrastructure: •Data management •Interoperability •Economic challenges •Legal issues: •Service management •Software •Quality •Trust
  • 41. References • Bassey, M. (1995). Creating Education Through Research: A Global Perspective of Educational Research for the 21st Century. Kirklington Moore Press. • Bassey, M. (1999) Case Study Research in Educational Settings. Open University Press. • Carr,W, Kemmis, S. (1993) Action Research in Education. In: Hammesley, M, Controversies in Classroom Research, Buckingham; Open University Press • Cohen, L., Manion, L., and Morrison, K. (2000) Research Methods in Education. London; Routledge Falmer • Dadds, M. (2001) Doing Practitioner Research Differently. Routledge; London and New York • Elliott, J. (1991) Action Research for Educational Change, London: Open University Press. • Farren, M. (2005) Creating a pedagogy of the unique through a web of betweenness. Education-Line. http://leeds.ac.uk/educol/documents/149806.htm