SlideShare ist ein Scribd-Unternehmen logo
1 von 45
WRITING AND PUBLISHING A
SCIENTIFIC RESEARCH
PAPER
1
Prof. Dr. Md. Abdur Razzaque, SMIEEE
Department of Computer Science and Engineering
University of Dhaka
Vice-Chair, IEEE Computer Society, Bangladesh Chapter
Vice-Chair (Technical), IEEE Bangladesh Section
What is a research paper ?
A good research paper addresses a specific research
question.
 The research question or study objective or main
research hypothesis is the central organizing principle
of the paper.
 Whatever relates to the research question belongs in
the paper; the rest doesn’t.
 In applied domains, some papers are written based
on projects that were undertaken for operational
reasons.
 The primary aim of theoretical researches is to
produce new knowledge.
2
How many research questions
to address in a paper ?
 Generally, only one main research question should be
addressed in a paper.
 Secondly, but related some other questions are allowed.
 If a project allows you explore several distinct research
questions, write several papers.
 An example…
 The idea is not to split results into least publishable units, a
practice that is rightly decried, but rather into optionally
publishable units.
3
What is a good research question ?
 The key attributes are : i) specifying ii) originality or
novelty iii) general relevance to a broad scientific
community
 The research question should be precise and not merely
identify a general idea of inquiry.
 A study does not necessarily have to break completely
new ground, but it should extend previous knowledge in a
useful way.
 Alternatively, the research should be of interest to others
who work in the same scientific area.
4
What are the requirements of a
scientific paper ?
 Robert Day (1983) emphasized on how the paper was
written and the way it was published. The process
leading to publication is equally important as the
content, style and organization of the paper.
 Publication outlet- Conference or Journal, book
chapter, technical report, etc.
 The first disclosure of the result should enable peers
to
(i) Assess observation
(ii) Repeat the expression
(iii) Evaluate intellectual processes
5
Where to publish a scientific
research paper?
 A scientific paper must be published in the right place.
 Right place is a peer-reviewed journal or top ranked
conference.
 For computer Science, paper in proceedings of some top
ranked conferences are equally or even more prestigious
than articles in highly ranked journals.
 For natural science, conference publications have little to
no value in the track record.
 Impact factor, Thomson Reuter’s SCI and SCIE-indexed
journals.
6
Structure of a Research Paper
 Title
 Abstract
 Introduction
 Leads the reader from general motivations to problem description, solution mode
and important contribution.
 Body
 Focus on right thematic scape and described research methods /theories /models
and any mathematical proofs.
 Results and Discussions
 Discussion of experimental aims to draw general conclusions
 References
7
Structure of A Paper
8
Title
Abstract
Introduction
Body
Discussion
References
Logical Order
Hourglass
Model
King
Model
Structure of A Paper
9
What was done? What was found?
What are the major conclusions?
What problem was investigated and why?
What other works were done in the related field?
(i.e. a short review)
What is the aim/objective of the work?
How was the problem investigated?
What are the outcomes?
What do these outcomes/findings mean?
What is the take-home message of the work?
Title
 The title is the part of a paper that is read the most.
 A good title is defined as “The fewest possible words
that adequately describe the contents of the paper”
 An effective title should
 Identify the main issue of the paper
 Begin with the subject of the paper
 Be accurate, unambiguous, specific and complete
 Do not contain abbreviations unless they are well known
 Attract readers.
10
Some example titles
 “A new Framework for Dynamic Adaptations and Actions” --
-- Bad title (What kind of adaptations and actions are deals)
 “GoTo statement is considered harmful” -- Bad title:
Meaningless to non-computer science
 Tradeoff Between Execution Speedup and Reliability for
Compute Intensive Code Offloading in Mobile Device Cloud
– Good title
 A Prioritized Meta-Heuristic Algorithm for Virtual Machine
Migration in Mobile Cloud Computing – Good title
11
Abstract (1)
 An abstract comprises a one-paragraph summary of the
whole paper
 Abstracts may serve as a highly aggregated substitute for
the full paper
 It’s important for being searched in electronic publication
databases
 A checklist defining relevant parts of an abstract –
Motivation, Problem, Solution, Results, Implications
12
Abstract (2)
 1st Line: Problem definition and Challenges
 2nd Line: Existing Works & Limitations
 3rd Line: In the paper, we have developed……..,
that are ..........
 4th Line: Special features of your proposed model
 5th Line: Implementation and Performance analysis
13
Abstract (3)
Abstract: High-throughput data delivery in Wireless Mesh Networks
(WMNs) is a challenging problem due to dynamic changes of link
quality, interference and congestion. In this work, we first develop an
optimization framework for Dynamic Traffic Engineering (O-DTE) in
WMNs that aims to minimize the interference and congestion at each
hop through joint power and rate control so as to achieve high-
throughput data delivery. Due to NP-hardness of the O-DTE framework,
we then develop a greedy heuristic alternate solution (G-DTE) that
enables routers, at each hop, to select outgoing links offering higher
data rates and reduced interferences. Thus, the proposed G-DTE
produces near optimal results by taking multi-path data forwarding
decisions in distributed fashion; it exploits single-hop neighborhood
information only and thus it is scalable. The simulation results, carried
out in ns-3, demonstrate that the proposed G-DTE significantly
outperforms the state-of-the-art works in terms of throughput, delay,
reliability and fairness performances.
14
What should not appear in abstract?
Information and conclusions not stated in the
paper.
References to other literature (although this
may vary by journal)
The exact title phrase and illustrative elements
such as tables, figures etc.
Step by step operation method of system
Explanation on contribution
15
Introduction
 Establish a territory
Bring out the importance of the subject
Present an overview on current research
 Establish a niche
Oppose an existing assumption or
Reveal a research gap or
Formulate a research question
 Occupy the niche
Sketch the input of your own work and/or
Outline important method/scheme/algorithm of your own work
Outline important contributions of your paper.
16
Body
 The body of a paper contains actual research
done to answer the research question.
 It should be written in detail as it unfolds
answers to questions and problems.
 Often, the body comprises several sections
subsections.
 Structure, organization and content depend
heavily on the type of paper, publisher and the
creativity of the authors.
17
Body of Empirical papers
 The paper body describes the material and
data used for the study.
 The methodologies applied to answer the
research questions and the results obtained.
 The paper researches must be able to repeat
or reproduce the results.
18
Body of Case Study Papers
Case study papers describe the application of
existing methods, theory of tools.
Diverse application areas covered by the theory
or tools.
Summarize the value of reflections abstracted
from the experience.
Comparative relevance of methods to defend
applications.
Results of researchers working on related
methods, theories or tools.
19
Body of Methodology Papers
 Introduce a novel method which may be
intended for use in research
 Describe application domains and
assumptions related to environment
 Evaluation and comparison of performances
of the proposed method in a practical setting.
20
Body of Theory Papers
Describe principles, concepts or models on
your work or the related fields.
Portray ideas within a broad context of
related frameworks and theories.
Originality and soundness of the analysis
provided
Relevance of the theoretical content to
practice and/or research in the field.
21
Body-summary
 Contains detail of methods, theories and
tools.
 Answers the research question
 States the results achieved through
simulation, implementation, numerical
evaluation, etc.
 Discusses on comparative results with state-
of-the-art works
22
Conclusion
A brief summary of the results
Focus lies on overall observations and
contributory technology/method of the
paper
Quantified comparison of results with
previously published paper
Hypothesis drawn from the results with
summary of evidence
23
References
 Different publishers require different formats or styles for
citing a paper in the text and for listing references.
 Name and year system
Check and Norris (2003) define .....“
Sometimes it's very hard to read
 Alphabet number system
As reported in [4]
The reader needs to look back frequently to details
 Citation order system
 The same as Ahphabet-number system with one major difference, The
ref list is not sorted alphabetically but in the order of appearance in the
text.
24
Common References
Style Guides
 American Psychological Association (APA) style -2003
 Chicago Style (The University of Chicago, 2010)
 Council of Biology Editors (CBE) style (1995)
 Modern Language Association (MLA)-1995
 Practices in Engineering Fields
Variation of number system is the most widely used in
springer-verlag LNCS, ACM and IEEE Computer Society
publications
 Authors have no other choice than adhering to the
style required by publishers
25
When to write a paper (Davis,
1997)26
Idea Write Paper
Idea Do researchWrite paper
Do Research
 Forces us to be clear and focused
 Crystallizes what we don’t understand
 Opens the way to dialogue with others: reality
check, critique and collaboration
27 Planning stage
Identify questions to be answered,
analyses to be reported and target
place of publication
Set framework for document
(page size, outline, headings, …..)
Excellent fourth draft
Grotty first draft
Presentable second draft
Good third draft
Final document
Submit
Outline structure,
Construct tables & figures
Use journal checklists and
instructions to authors
Circulate to coauthors
Circulate to peers
and coauthorsPolish up presentation,
revisit checklist
Publishing A Scientific Paper
28
Who are the audience ?
 Papers must be written for a specific audience
 A scientific paper is written for the editor and audience
of the intended publication outlet
 A thesis is written for supervisor, board of examiners
and the follow peers
 A doctoral student typically publish parts of his/ her
thesis in scientific journal
 “Know your audience, know your subject, know your
purpose and write accordingly”--- Davis (1997)
29
Is your work ready for
publication?
Make sure that your results are designed to
answer precisely the research question(s)
under examination
Experiments meet accepted standards and the
process of the keeping the research records is
agreed upon
Whether extension of knowledge or advance
in practical application is observed
30
So ..
5
A scientific paper must be published in
the right place at the right time
32
Have you completed rigorous
peer-review ?
 Each of the team members must review all sections of
the paper
 Check cleanliness, conciseness, correctness and
coherent writing style.
 Many revisions may be necessary on
 Checking unique interpretation of statements
 Use of the correct word with appropriate meaning
 Checking types and grammatical errors
 Plagiarism
33
Who/What are the obstacles to
publication?
 Editors/ TPC chair
 Reviewers
 Software that check plagiarism
percentages
 Reputation of your university, your
lab, your team members and
yourself
34
Review process of an article(1)
Blind review
Double-blind review
Roles involved
Reviewer
Editor-in-Chief (EiC)
Associate Editor (AE)
Managing Editor
Publisher
35
Review Process of an article(2)
36 Author Editor Reviewer
Editorial pre-
selection
Prepare camera
ready
manuscript
Submit to
publisher
Check
revisions
Revise and
resubmit paper
Review and
suggest
decision
Assign
reviewers
Submit
paper
Decide and
notify author
[Reject] [OK]
[Accept] [Reject]
[Review required]
[No review required]
[Review required]
Key roles of a reviewer
To provide information on thematic relevance to
the journal’s scope of the areas
Significance of contribution
Originality of the work
Clarity of writing (readability, organization,
conciseness, and technical quality of the paper)
Appropriate title and abstract
Conclusion and discussion
37
Notification message from
the Editor
Accept
Revision
Major revision
 Try to answer all comments and revise
your manuscript accordingly
 React politely to adverse comments
 Use different font color to help reviewer
identify the texts you have updated in your
revised manuscript.
Minor revision
Reject
38
Conference Paper Publication
Very similar to that of a journal paper
CFP with topic and deadlines
Areas of interests
Submission, notification, camera-ready and
registration deadlines
Either accepted or reject, typically major
revisions are not given
Change of authors
39
What makes you a great
research supervisor?
Highly motivated to quality publications and
knowledge
Clear understanding on the area and care
about student understanding
Flexible, contractual, respected and pushes
approachable
Good sense of humor
Positivity and encouraging for students
Keep time and trust mutually
40
Ethics of Scientific Writing
Persons who have significant contributions in conducting the
research must not be excluded from the authors list and persons
without having any contribution should not be included as an
author
No Plagiarism but rephrase or rearticulate giving proper reference.
Be cautious about the novelty and copyrights of others.
27
The most common offense under the Academic
Code of Conduct is PLAGIARISM
Repetitive publication of the same
data also falls under plagiarism
28
Ethics of Scientific Writing
Direct plagiarism Unintentional
plagiarism
without crediting the
author of the original work.
Direct
● It can be a copy of an entire
paper or just one/two sentences
or paragraphs or pictures from
someone else's work.
● Due to lacking of
knowledge about
plagiarism.
● Not knowing
when and how to
cite.
29
Ethics of Scientific Writing
32
Ethics of Scientific Writing
45
Thank you all for
your patience
hearing…

Weitere ähnliche Inhalte

Was ist angesagt?

Session 2 Literature Review
Session 2 Literature ReviewSession 2 Literature Review
Session 2 Literature Reviewenglishonecfl
 
Writing A Research Proposal
Writing A Research ProposalWriting A Research Proposal
Writing A Research ProposalOrna Farrell
 
Selection of journal for publication
Selection of journal for publicationSelection of journal for publication
Selection of journal for publicationPragati Singham
 
Scientific writing
Scientific writingScientific writing
Scientific writingLAKSHMANAN S
 
The publishing process
The publishing processThe publishing process
The publishing processRoger Watson
 
Scientific paper writing ppt shalini phd
Scientific paper writing ppt shalini phdScientific paper writing ppt shalini phd
Scientific paper writing ppt shalini phdSHALINI BISHT
 
Thesis and dissertation
Thesis and dissertationThesis and dissertation
Thesis and dissertationjamshed1122
 
Basics of research paper publishing
Basics of research paper publishingBasics of research paper publishing
Basics of research paper publishingAzam Shams
 
Writing a scientific research paper
Writing a scientific research paperWriting a scientific research paper
Writing a scientific research paperEssayAcademy
 
Dissertation Writing
Dissertation WritingDissertation Writing
Dissertation WritingMishaKhan29
 
Writing introduction in research report and articles
Writing introduction in research report and articlesWriting introduction in research report and articles
Writing introduction in research report and articlesAchyut Raj Pandey
 
How to write a manuscript 2019
How to write a manuscript 2019How to write a manuscript 2019
How to write a manuscript 2019Hasanain Ghazi
 
How to write a scientific paper?
How to write a scientific paper?How to write a scientific paper?
How to write a scientific paper?hizahid
 
Understanding a research article for students
 Understanding a research article  for students Understanding a research article  for students
Understanding a research article for studentsThangamani Ramalingam
 

Was ist angesagt? (20)

Session 2 Literature Review
Session 2 Literature ReviewSession 2 Literature Review
Session 2 Literature Review
 
Writing A Research Proposal
Writing A Research ProposalWriting A Research Proposal
Writing A Research Proposal
 
Selection of journal for publication
Selection of journal for publicationSelection of journal for publication
Selection of journal for publication
 
What types of articles do journals publish?
What types of articles do journals publish?What types of articles do journals publish?
What types of articles do journals publish?
 
Scientific writing
Scientific writingScientific writing
Scientific writing
 
Citation indexing
Citation indexingCitation indexing
Citation indexing
 
The publishing process
The publishing processThe publishing process
The publishing process
 
Scientific writing
Scientific writingScientific writing
Scientific writing
 
Scientific paper writing ppt shalini phd
Scientific paper writing ppt shalini phdScientific paper writing ppt shalini phd
Scientific paper writing ppt shalini phd
 
How to choose journals for submitting your paper
How to choose journals for submitting your paperHow to choose journals for submitting your paper
How to choose journals for submitting your paper
 
Impact Factor
Impact Factor Impact Factor
Impact Factor
 
Writing and publishing a research article
Writing and publishing a research articleWriting and publishing a research article
Writing and publishing a research article
 
Thesis and dissertation
Thesis and dissertationThesis and dissertation
Thesis and dissertation
 
Basics of research paper publishing
Basics of research paper publishingBasics of research paper publishing
Basics of research paper publishing
 
Writing a scientific research paper
Writing a scientific research paperWriting a scientific research paper
Writing a scientific research paper
 
Dissertation Writing
Dissertation WritingDissertation Writing
Dissertation Writing
 
Writing introduction in research report and articles
Writing introduction in research report and articlesWriting introduction in research report and articles
Writing introduction in research report and articles
 
How to write a manuscript 2019
How to write a manuscript 2019How to write a manuscript 2019
How to write a manuscript 2019
 
How to write a scientific paper?
How to write a scientific paper?How to write a scientific paper?
How to write a scientific paper?
 
Understanding a research article for students
 Understanding a research article  for students Understanding a research article  for students
Understanding a research article for students
 

Ähnlich wie Writing and Publishing a Scientific Research Paper

151718520442.pptx
151718520442.pptx151718520442.pptx
151718520442.pptxobedcudjoe1
 
02 proposal report_preparation_2nd_sem
02 proposal report_preparation_2nd_sem02 proposal report_preparation_2nd_sem
02 proposal report_preparation_2nd_semjenrefamonte
 
· ;,Individual Research Paper TopicsDiscussion TopicIm Done.docx
· ;,Individual Research Paper TopicsDiscussion TopicIm Done.docx· ;,Individual Research Paper TopicsDiscussion TopicIm Done.docx
· ;,Individual Research Paper TopicsDiscussion TopicIm Done.docxoswald1horne84988
 
Research methodology
Research methodologyResearch methodology
Research methodologyRushdi Shams
 
How to write international journal
How to write international journalHow to write international journal
How to write international journalsanacusso
 
research proposal writting chapter 2
research proposal writting chapter 2research proposal writting chapter 2
research proposal writting chapter 2EthioJohn
 
Week6-Sectionsofapaper.ppt
Week6-Sectionsofapaper.pptWeek6-Sectionsofapaper.ppt
Week6-Sectionsofapaper.pptKamranAli649587
 
Rsdocument infosheet
Rsdocument infosheetRsdocument infosheet
Rsdocument infosheetjeanrummy
 
Publishing in high impact factor journals
Publishing in high impact factor journalsPublishing in high impact factor journals
Publishing in high impact factor journalsMohamed Alrshah
 
A Guide To Scientific Writing
A Guide To Scientific WritingA Guide To Scientific Writing
A Guide To Scientific WritingTiffany Daniels
 
Major Guidelines and Formatting Structure for Writing Computer Science PhD Di...
Major Guidelines and Formatting Structure for Writing Computer Science PhD Di...Major Guidelines and Formatting Structure for Writing Computer Science PhD Di...
Major Guidelines and Formatting Structure for Writing Computer Science PhD Di...PhD Assistance
 
What is a Survey Paper What is a Survey Paper (2) (1).ppt
What is a Survey Paper What is a Survey Paper (2) (1).pptWhat is a Survey Paper What is a Survey Paper (2) (1).ppt
What is a Survey Paper What is a Survey Paper (2) (1).pptagheadalyousef2
 
Int. J. Technology Enhanced Learning, Vol. .docx
   Int. J. Technology Enhanced Learning, Vol. .docx   Int. J. Technology Enhanced Learning, Vol. .docx
Int. J. Technology Enhanced Learning, Vol. .docxShiraPrater50
 
Asmita thesis writing
Asmita thesis writingAsmita thesis writing
Asmita thesis writingmagareasmi
 

Ähnlich wie Writing and Publishing a Scientific Research Paper (20)

151718520442.pptx
151718520442.pptx151718520442.pptx
151718520442.pptx
 
1455438.ppt
1455438.ppt1455438.ppt
1455438.ppt
 
What is a survey paper
What is a survey paperWhat is a survey paper
What is a survey paper
 
02 proposal report_preparation_2nd_sem
02 proposal report_preparation_2nd_sem02 proposal report_preparation_2nd_sem
02 proposal report_preparation_2nd_sem
 
· ;,Individual Research Paper TopicsDiscussion TopicIm Done.docx
· ;,Individual Research Paper TopicsDiscussion TopicIm Done.docx· ;,Individual Research Paper TopicsDiscussion TopicIm Done.docx
· ;,Individual Research Paper TopicsDiscussion TopicIm Done.docx
 
Research methodology
Research methodologyResearch methodology
Research methodology
 
How to write international journal
How to write international journalHow to write international journal
How to write international journal
 
Introduction to Survey Paper
Introduction to Survey PaperIntroduction to Survey Paper
Introduction to Survey Paper
 
research proposal writting chapter 2
research proposal writting chapter 2research proposal writting chapter 2
research proposal writting chapter 2
 
Week6-Sectionsofapaper.ppt
Week6-Sectionsofapaper.pptWeek6-Sectionsofapaper.ppt
Week6-Sectionsofapaper.ppt
 
Rsdocument infosheet
Rsdocument infosheetRsdocument infosheet
Rsdocument infosheet
 
MSc thesis organization
MSc thesis organizationMSc thesis organization
MSc thesis organization
 
ABSTRACT research yheng. pptx
ABSTRACT research yheng. pptxABSTRACT research yheng. pptx
ABSTRACT research yheng. pptx
 
Resarch Proposal
Resarch ProposalResarch Proposal
Resarch Proposal
 
Publishing in high impact factor journals
Publishing in high impact factor journalsPublishing in high impact factor journals
Publishing in high impact factor journals
 
A Guide To Scientific Writing
A Guide To Scientific WritingA Guide To Scientific Writing
A Guide To Scientific Writing
 
Major Guidelines and Formatting Structure for Writing Computer Science PhD Di...
Major Guidelines and Formatting Structure for Writing Computer Science PhD Di...Major Guidelines and Formatting Structure for Writing Computer Science PhD Di...
Major Guidelines and Formatting Structure for Writing Computer Science PhD Di...
 
What is a Survey Paper What is a Survey Paper (2) (1).ppt
What is a Survey Paper What is a Survey Paper (2) (1).pptWhat is a Survey Paper What is a Survey Paper (2) (1).ppt
What is a Survey Paper What is a Survey Paper (2) (1).ppt
 
Int. J. Technology Enhanced Learning, Vol. .docx
   Int. J. Technology Enhanced Learning, Vol. .docx   Int. J. Technology Enhanced Learning, Vol. .docx
Int. J. Technology Enhanced Learning, Vol. .docx
 
Asmita thesis writing
Asmita thesis writingAsmita thesis writing
Asmita thesis writing
 

Mehr von InteX Research Lab

Workshop on IEEE vTools: Getting Involve with IEEE Volunteer Tools
Workshop on IEEE vTools: Getting Involve with IEEE Volunteer ToolsWorkshop on IEEE vTools: Getting Involve with IEEE Volunteer Tools
Workshop on IEEE vTools: Getting Involve with IEEE Volunteer ToolsInteX Research Lab
 
IEEE Student and Professional Membership Benefits
IEEE Student and Professional Membership BenefitsIEEE Student and Professional Membership Benefits
IEEE Student and Professional Membership BenefitsInteX Research Lab
 
IEEE Membership Benefits for Students
IEEE Membership Benefits for StudentsIEEE Membership Benefits for Students
IEEE Membership Benefits for StudentsInteX Research Lab
 
Instruction pipeline: Computer Architecture
Instruction pipeline: Computer ArchitectureInstruction pipeline: Computer Architecture
Instruction pipeline: Computer ArchitectureInteX Research Lab
 

Mehr von InteX Research Lab (7)

Workshop on IEEE vTools: Getting Involve with IEEE Volunteer Tools
Workshop on IEEE vTools: Getting Involve with IEEE Volunteer ToolsWorkshop on IEEE vTools: Getting Involve with IEEE Volunteer Tools
Workshop on IEEE vTools: Getting Involve with IEEE Volunteer Tools
 
IEEE Student and Professional Membership Benefits
IEEE Student and Professional Membership BenefitsIEEE Student and Professional Membership Benefits
IEEE Student and Professional Membership Benefits
 
IEEE Membership Benefits for Students
IEEE Membership Benefits for StudentsIEEE Membership Benefits for Students
IEEE Membership Benefits for Students
 
Instruction pipeline: Computer Architecture
Instruction pipeline: Computer ArchitectureInstruction pipeline: Computer Architecture
Instruction pipeline: Computer Architecture
 
Operating System: Deadlock
Operating System: DeadlockOperating System: Deadlock
Operating System: Deadlock
 
Floyd Warshall Algorithm
Floyd Warshall AlgorithmFloyd Warshall Algorithm
Floyd Warshall Algorithm
 
Electric Motor...
Electric Motor...Electric Motor...
Electric Motor...
 

Kürzlich hochgeladen

Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...ssifa0344
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfSumit Kumar yadav
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PPRINCE C P
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRDelhi Call girls
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsSumit Kumar yadav
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptxRajatChauhan518211
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)Areesha Ahmad
 

Kürzlich hochgeladen (20)

Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C P
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questions
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 

Writing and Publishing a Scientific Research Paper

  • 1. WRITING AND PUBLISHING A SCIENTIFIC RESEARCH PAPER 1 Prof. Dr. Md. Abdur Razzaque, SMIEEE Department of Computer Science and Engineering University of Dhaka Vice-Chair, IEEE Computer Society, Bangladesh Chapter Vice-Chair (Technical), IEEE Bangladesh Section
  • 2. What is a research paper ? A good research paper addresses a specific research question.  The research question or study objective or main research hypothesis is the central organizing principle of the paper.  Whatever relates to the research question belongs in the paper; the rest doesn’t.  In applied domains, some papers are written based on projects that were undertaken for operational reasons.  The primary aim of theoretical researches is to produce new knowledge. 2
  • 3. How many research questions to address in a paper ?  Generally, only one main research question should be addressed in a paper.  Secondly, but related some other questions are allowed.  If a project allows you explore several distinct research questions, write several papers.  An example…  The idea is not to split results into least publishable units, a practice that is rightly decried, but rather into optionally publishable units. 3
  • 4. What is a good research question ?  The key attributes are : i) specifying ii) originality or novelty iii) general relevance to a broad scientific community  The research question should be precise and not merely identify a general idea of inquiry.  A study does not necessarily have to break completely new ground, but it should extend previous knowledge in a useful way.  Alternatively, the research should be of interest to others who work in the same scientific area. 4
  • 5. What are the requirements of a scientific paper ?  Robert Day (1983) emphasized on how the paper was written and the way it was published. The process leading to publication is equally important as the content, style and organization of the paper.  Publication outlet- Conference or Journal, book chapter, technical report, etc.  The first disclosure of the result should enable peers to (i) Assess observation (ii) Repeat the expression (iii) Evaluate intellectual processes 5
  • 6. Where to publish a scientific research paper?  A scientific paper must be published in the right place.  Right place is a peer-reviewed journal or top ranked conference.  For computer Science, paper in proceedings of some top ranked conferences are equally or even more prestigious than articles in highly ranked journals.  For natural science, conference publications have little to no value in the track record.  Impact factor, Thomson Reuter’s SCI and SCIE-indexed journals. 6
  • 7. Structure of a Research Paper  Title  Abstract  Introduction  Leads the reader from general motivations to problem description, solution mode and important contribution.  Body  Focus on right thematic scape and described research methods /theories /models and any mathematical proofs.  Results and Discussions  Discussion of experimental aims to draw general conclusions  References 7
  • 8. Structure of A Paper 8 Title Abstract Introduction Body Discussion References Logical Order Hourglass Model King Model
  • 9. Structure of A Paper 9 What was done? What was found? What are the major conclusions? What problem was investigated and why? What other works were done in the related field? (i.e. a short review) What is the aim/objective of the work? How was the problem investigated? What are the outcomes? What do these outcomes/findings mean? What is the take-home message of the work?
  • 10. Title  The title is the part of a paper that is read the most.  A good title is defined as “The fewest possible words that adequately describe the contents of the paper”  An effective title should  Identify the main issue of the paper  Begin with the subject of the paper  Be accurate, unambiguous, specific and complete  Do not contain abbreviations unless they are well known  Attract readers. 10
  • 11. Some example titles  “A new Framework for Dynamic Adaptations and Actions” -- -- Bad title (What kind of adaptations and actions are deals)  “GoTo statement is considered harmful” -- Bad title: Meaningless to non-computer science  Tradeoff Between Execution Speedup and Reliability for Compute Intensive Code Offloading in Mobile Device Cloud – Good title  A Prioritized Meta-Heuristic Algorithm for Virtual Machine Migration in Mobile Cloud Computing – Good title 11
  • 12. Abstract (1)  An abstract comprises a one-paragraph summary of the whole paper  Abstracts may serve as a highly aggregated substitute for the full paper  It’s important for being searched in electronic publication databases  A checklist defining relevant parts of an abstract – Motivation, Problem, Solution, Results, Implications 12
  • 13. Abstract (2)  1st Line: Problem definition and Challenges  2nd Line: Existing Works & Limitations  3rd Line: In the paper, we have developed…….., that are ..........  4th Line: Special features of your proposed model  5th Line: Implementation and Performance analysis 13
  • 14. Abstract (3) Abstract: High-throughput data delivery in Wireless Mesh Networks (WMNs) is a challenging problem due to dynamic changes of link quality, interference and congestion. In this work, we first develop an optimization framework for Dynamic Traffic Engineering (O-DTE) in WMNs that aims to minimize the interference and congestion at each hop through joint power and rate control so as to achieve high- throughput data delivery. Due to NP-hardness of the O-DTE framework, we then develop a greedy heuristic alternate solution (G-DTE) that enables routers, at each hop, to select outgoing links offering higher data rates and reduced interferences. Thus, the proposed G-DTE produces near optimal results by taking multi-path data forwarding decisions in distributed fashion; it exploits single-hop neighborhood information only and thus it is scalable. The simulation results, carried out in ns-3, demonstrate that the proposed G-DTE significantly outperforms the state-of-the-art works in terms of throughput, delay, reliability and fairness performances. 14
  • 15. What should not appear in abstract? Information and conclusions not stated in the paper. References to other literature (although this may vary by journal) The exact title phrase and illustrative elements such as tables, figures etc. Step by step operation method of system Explanation on contribution 15
  • 16. Introduction  Establish a territory Bring out the importance of the subject Present an overview on current research  Establish a niche Oppose an existing assumption or Reveal a research gap or Formulate a research question  Occupy the niche Sketch the input of your own work and/or Outline important method/scheme/algorithm of your own work Outline important contributions of your paper. 16
  • 17. Body  The body of a paper contains actual research done to answer the research question.  It should be written in detail as it unfolds answers to questions and problems.  Often, the body comprises several sections subsections.  Structure, organization and content depend heavily on the type of paper, publisher and the creativity of the authors. 17
  • 18. Body of Empirical papers  The paper body describes the material and data used for the study.  The methodologies applied to answer the research questions and the results obtained.  The paper researches must be able to repeat or reproduce the results. 18
  • 19. Body of Case Study Papers Case study papers describe the application of existing methods, theory of tools. Diverse application areas covered by the theory or tools. Summarize the value of reflections abstracted from the experience. Comparative relevance of methods to defend applications. Results of researchers working on related methods, theories or tools. 19
  • 20. Body of Methodology Papers  Introduce a novel method which may be intended for use in research  Describe application domains and assumptions related to environment  Evaluation and comparison of performances of the proposed method in a practical setting. 20
  • 21. Body of Theory Papers Describe principles, concepts or models on your work or the related fields. Portray ideas within a broad context of related frameworks and theories. Originality and soundness of the analysis provided Relevance of the theoretical content to practice and/or research in the field. 21
  • 22. Body-summary  Contains detail of methods, theories and tools.  Answers the research question  States the results achieved through simulation, implementation, numerical evaluation, etc.  Discusses on comparative results with state- of-the-art works 22
  • 23. Conclusion A brief summary of the results Focus lies on overall observations and contributory technology/method of the paper Quantified comparison of results with previously published paper Hypothesis drawn from the results with summary of evidence 23
  • 24. References  Different publishers require different formats or styles for citing a paper in the text and for listing references.  Name and year system Check and Norris (2003) define .....“ Sometimes it's very hard to read  Alphabet number system As reported in [4] The reader needs to look back frequently to details  Citation order system  The same as Ahphabet-number system with one major difference, The ref list is not sorted alphabetically but in the order of appearance in the text. 24
  • 25. Common References Style Guides  American Psychological Association (APA) style -2003  Chicago Style (The University of Chicago, 2010)  Council of Biology Editors (CBE) style (1995)  Modern Language Association (MLA)-1995  Practices in Engineering Fields Variation of number system is the most widely used in springer-verlag LNCS, ACM and IEEE Computer Society publications  Authors have no other choice than adhering to the style required by publishers 25
  • 26. When to write a paper (Davis, 1997)26 Idea Write Paper Idea Do researchWrite paper Do Research  Forces us to be clear and focused  Crystallizes what we don’t understand  Opens the way to dialogue with others: reality check, critique and collaboration
  • 27. 27 Planning stage Identify questions to be answered, analyses to be reported and target place of publication Set framework for document (page size, outline, headings, …..) Excellent fourth draft Grotty first draft Presentable second draft Good third draft Final document Submit Outline structure, Construct tables & figures Use journal checklists and instructions to authors Circulate to coauthors Circulate to peers and coauthorsPolish up presentation, revisit checklist
  • 29. Who are the audience ?  Papers must be written for a specific audience  A scientific paper is written for the editor and audience of the intended publication outlet  A thesis is written for supervisor, board of examiners and the follow peers  A doctoral student typically publish parts of his/ her thesis in scientific journal  “Know your audience, know your subject, know your purpose and write accordingly”--- Davis (1997) 29
  • 30. Is your work ready for publication? Make sure that your results are designed to answer precisely the research question(s) under examination Experiments meet accepted standards and the process of the keeping the research records is agreed upon Whether extension of knowledge or advance in practical application is observed 30
  • 31. So .. 5 A scientific paper must be published in the right place at the right time
  • 32. 32
  • 33. Have you completed rigorous peer-review ?  Each of the team members must review all sections of the paper  Check cleanliness, conciseness, correctness and coherent writing style.  Many revisions may be necessary on  Checking unique interpretation of statements  Use of the correct word with appropriate meaning  Checking types and grammatical errors  Plagiarism 33
  • 34. Who/What are the obstacles to publication?  Editors/ TPC chair  Reviewers  Software that check plagiarism percentages  Reputation of your university, your lab, your team members and yourself 34
  • 35. Review process of an article(1) Blind review Double-blind review Roles involved Reviewer Editor-in-Chief (EiC) Associate Editor (AE) Managing Editor Publisher 35
  • 36. Review Process of an article(2) 36 Author Editor Reviewer Editorial pre- selection Prepare camera ready manuscript Submit to publisher Check revisions Revise and resubmit paper Review and suggest decision Assign reviewers Submit paper Decide and notify author [Reject] [OK] [Accept] [Reject] [Review required] [No review required] [Review required]
  • 37. Key roles of a reviewer To provide information on thematic relevance to the journal’s scope of the areas Significance of contribution Originality of the work Clarity of writing (readability, organization, conciseness, and technical quality of the paper) Appropriate title and abstract Conclusion and discussion 37
  • 38. Notification message from the Editor Accept Revision Major revision  Try to answer all comments and revise your manuscript accordingly  React politely to adverse comments  Use different font color to help reviewer identify the texts you have updated in your revised manuscript. Minor revision Reject 38
  • 39. Conference Paper Publication Very similar to that of a journal paper CFP with topic and deadlines Areas of interests Submission, notification, camera-ready and registration deadlines Either accepted or reject, typically major revisions are not given Change of authors 39
  • 40. What makes you a great research supervisor? Highly motivated to quality publications and knowledge Clear understanding on the area and care about student understanding Flexible, contractual, respected and pushes approachable Good sense of humor Positivity and encouraging for students Keep time and trust mutually 40
  • 41. Ethics of Scientific Writing Persons who have significant contributions in conducting the research must not be excluded from the authors list and persons without having any contribution should not be included as an author No Plagiarism but rephrase or rearticulate giving proper reference. Be cautious about the novelty and copyrights of others. 27
  • 42. The most common offense under the Academic Code of Conduct is PLAGIARISM Repetitive publication of the same data also falls under plagiarism 28 Ethics of Scientific Writing
  • 43. Direct plagiarism Unintentional plagiarism without crediting the author of the original work. Direct ● It can be a copy of an entire paper or just one/two sentences or paragraphs or pictures from someone else's work. ● Due to lacking of knowledge about plagiarism. ● Not knowing when and how to cite. 29 Ethics of Scientific Writing
  • 45. 45 Thank you all for your patience hearing…

Hinweis der Redaktion

  1. A schedule design for optional periods of time/objectives.
  2. Objectives for instruction and expected results and/or skills developed from learning.
  3. Relative vocabulary list.
  4. A list of procedures and steps, or a lecture slide with media.
  5. Example graph/chart.
  6. Example graph/chart.
  7. Conclusion to course, lecture, et al.