Managing Biological Journal Citations: The Use of a BIBTeX Journal Titles and Abbreviations Database in Conjunction with LaTeX Type- Setting System

Size: px
Start display at page:

Download "Managing Biological Journal Citations: The Use of a BIBTeX Journal Titles and Abbreviations Database in Conjunction with LaTeX Type- Setting System"

Transcription

1 Page 1 of 5 Previous Contents Next Issues in Science and Technology Librarianship Summer 2009 DOI: /F4GH9FVM URLs in this document have been updated. Links enclosed in {curly brackets} have been changed. If a replacement link was located, the new URL was added and the link is active; if a new site could not be identified, the broken link was removed. Managing Biological Journal Citations: The Use of a BIBTeX Journal Titles and Abbreviations Database in Conjunction with LaTeX Type- Setting System Xuejun Dong xuejun.dong@ndsu.edu Anne C. Nyren Geoffrey W. Patton U.S. Environmental Protection Agency Washington, DC gwpatton1@yahoo.com Bob D. Patton Paul E. Nyren Copyright 2009, Xuejun Dong, Geoffrey W. Patton, Anne C. Nyren, Bob D. Patton, and Paul E. Nyren. Used with permission. Required disclaimer: The views expressed here are those of the author and do not represent the position or endorsement of the U.S. EPA. Abstract We applied a method to automate bibliographic management for biomedical and environmental scientists/professionals using a BIBTeX database of the titles and abbreviations of 4,387 mostly biological journals. This database is readily usable to meet the requirements for journal title format by many of today's leading scientific publishers. This article also provides links to additional tools and tutorials for using the proposed database. Introduction Today, various software packages, such as EndNote (Combs 1998; Siegler and Simboli 2002), ProCite (Rohmann 1999; Wachtel 1987), Reference Manager (Neal 1993; Shmaefsky 2000; Wachtel 1987), and BIBTeX (Harrison and Munson 1989; Lamport 1994), etc., are widely used to aid the management of scientific literature citations. In this article, we describe the use of a BIBTeX-based journal title and abbreviations database, which was translated from the biological journals database of Patton (2006), in order to assist writing and publishing in biomedical and environmental sciences. The method for the automated handling of literature citations based on BIBTeX was perhaps first proposed by Patashnik (1988) and there are discussions on the Internet on the use of this method (such as at However, to our best knowledge, Patashnik's idea has not been turned into a full-scale application for the management of citations of the rapidly

2 Page 2 of 5 expanding biological journals using LaTeX. We believe that our work is a first attempt to fill this gap for the benefit of the biological research community. Scope and Methods The journal titles and abbreviations database needs to be used in combination with a literature database within the LaTeX type-setting system (Figure 1). There are three components for using the proposed database in LaTeX: (1) the LaTeX template and source code for generating the document; (2) the journal titles and abbreviations database; and (3) the literature database. We briefly describe how to use the database, but will not discuss in detail the basics of using LaTeX, because this is available elsewhere (Lamport 1994; Williams 2001; Dodson 2001; Greenberg 2005). Figure 1. A schematic diagram for the relationship among the journal titles/abbreviations Database, the literature Database and the LaTeX type-setting system. Table 1. A list of additional documents downloadable from File name BioJournalsOK.pdf Supplementary 1.txt Supplementary 2.txt Supplementary 3.txt Supplementary 4.txt Supplementary 5.txt Supplementary 6.pdf Supplementary 7.pdf Description Detailed instructions A sample file for the literature database (MyRef.bib) Abbreviated version of the journal titles database (Jshort.bib) Abbreviated and dotted version of the journal titles database (Jshort_dot.bib) Full version of the journal titles database (JLong.bib) An expanded version of MyRef.bib (with bibliographic entries of 835 papers in plant ecophysiology) LaTeX/BIBTex style files for selected ecology/biology journals. Instructions on how to update the literature database file MyRef.bib A typical LaTeX source file for producing a technical document can be something like: Box 1: \documentclass[a4paper,12pt]{article} %Line 1 \usepackage{natbib} %Line 2 \begin{document} %Line 3 In grasslands, surface soil dryness can greatly influence %Line 4 respiration~\citep{redmann:aa1978a}. %Line 5 \bibliographystyle{kluwer} %Line 6 \bibliography{jshort,myref} %Line 7 \end{document} %Line 8 Line 1 is for document type, font size and paper size; line 2 evokes the natbib package, which is a LaTeX macro able to handle both the author-year and the numerical styles of literature citations. Lines 3 and 8 mark the beginning and end of the document, respectively. Line 5 is to parenthetically cite a paper located in the literature database (Supplementary 1 of Table 1). Line 6 instructs BIBTeX to use a popular author-year bibliography style of

3 Page 3 of 5 kluwer.bst (see BioJournalOK.pdf of Table 1). Line 7 is especially important because it instructs BIBTeX to use an abbreviated version of the journal title database (Jshort.bib, see Supplementary Material 2) and a literature database. One important thing to note here is that the journal name database file should always be followed by the literature database file. The LaTeX output is shown in Box 2. Box 2: In grasslands, surface soil dryness can greatly influence respiration (Redmann, 1978). References Redmann, R.E.: 1978a, Seasonal dynamics of carbon dioxide exchange in a mixed grassland ecosystem, Can J Bot 56, In Box 2, we find that the cited paper is listed at the end of the document automatically with only one instruction: \bibliography{jshort,myref} from Box 1. Also note that the journal titles are abbreviated. When necessary, the author can also use two other versions of the journal titles: the abbreviated-dotted version (Jshort_dot.bib as listed in Supplementary Material 3) or the full version (JLong.bib as listed in Supplementary Material 4). In the latter two cases, the listed journal titles will be changed accordingly with the rest of the citation remaining the same. Now let's extract a portion of the bibliography file Jshort.bib to see what it looks like. Box = {Can J = {Can J Soil Sci}} All the entries have a common where A is the title key (a unique nickname for the particular journal), and B is for the abbreviated name for this journal. Next, let's show how the database MyRef.bib looks in Box 4. Box AUTHOR = {R. E. Redmann}, TITLE = {Seasonal dynamics of carbon dioxide exchange in a mixed grassland ecosystem}, YEAR = {1978}, JOURNAL = CanJBot, volume = {56}, number = {}, pages = { }, month = {}, } Box 4 lists only one article that is cited in this sample document fragment of Box 2; however, one can have hundreds of articles and other reference materials listed in this same file (see Supplementary Material 5). After LaTeXing the source file, only those papers (or other materials) that are actually cited in the main text will be listed under the reference section of the document. While most of the entries are self-explanatory, two points in particular are important here. First, each article has a unique key that is to be referred to in the main text (this is different from the title key of a journal). These keys help LaTeX to find the correct papers from the literature database. Here the key for the cited article is: Redmann:Aa1978a. One important entry in Box 4 is the journals' title key, namely, Journal = CanJBot. This unique title key is where the literature database and the journal title database are linked (see Figure 1). The statement of Journal = CanJSoilSci provides all the information LaTeX/BIBTeX needs in order to find the real name of the journal, whether it is a full name, abbreviated, or abbreviated-dotted, in the journal title database. The reason the literature database should be preceded by the journal title database in Box 1 line 7 (namely, first Jshort, then MyRef) is that LaTeX first needs a definition of which journal each of the journal nicknames represents before it can find the complete information for each of the cited papers as listed in Box 4. Most of the title keys (nicknames) are simply the concatenated version of the abbreviated journal titles as used by Patton (2006). However, when the journal titles are very long, the concatenated words are shortened, but still uniquely defined.

4 Page 4 of 5 The bibliography style file used in Box 1 is "kluwer" (visit for an explanation of how to use different types of style files). The style file determines the appearance of all the bibliography items in an article in both the in-text citation and the bibliography listing. It can be obtained from various web sites or can be generated easily (see Supplementary Material 6). What about Citing Books and Documents? Titles of books and technical reports usually are not abbreviated in the bibliography listings of scientific journals. So, these reference materials are cited in the LaTeX's usual way as shown in details elsewhere (Williams 2001). As a result, only the literature database matters in citing technical documents other than journal articles. Advantages and Disadvantages There are a few apparent advantages in using the proposed journal titles/abbreviations database introduced in this paper: The database is freely available and can be easily updated to include many journal titles one wishes to use. As long as the database is properly updated, it can be reused not only save time for scientists but also maintain a consistent and error-free method for handling literature citations. While using this database, one can enjoy numerous other benefits of using the LaTeX type-setting system for professional document preparation. There are disadvantages of using the proposed database for citation management: It can only be used along with the LaTeX system; so, for those who are not used to or don't like to using the LaTeX system, the database might be of no value. At present, one has to manually update both the journal title database and the literature database. The method cannot generate all possible formats of literature citations. Often one has to do some small editing or cleaning before the document is finalized. Future Plans For those in biomedical and environmental sciences, the journal titles and abbreviations database is probably already quite inclusive. In the meantime, we hope to include more journal titles in wider disciplines so that this database will be useful for a larger number of researchers. For example, we may want to include all the over 6,000 journals covered by the Journal Citation Report of Thomson Reuters. Furthermore, we need to develop a standalone computer program to enable the automated generation of the literature database, to save time for those who manually prepare their literature databases. References Combs, Jr., J Endnote 3: Reference database management, bibliography generation, and Z39.50 search and retrieval software in one package from Niles Software, Inc. Library Software Review, 17(2): Dodson, C.T.J PDF LaTeX tutorial for scientific word processing. [Online]. Available: [April 30, 2009] Greenberg, H.J A simplified introduction to LaTeX. [Online]. Available: [April 30, 2009]. Harrison, M.A. & Munson, E.V On integrated bibliography processing.electronic Publishing, 2(4), Lamport, L LaTeX: A Document Preparation System. 2nd ed. Reading MA: Addison-Wesley Publishing Company. Neal, P.R Personal bibliographic softwares- a comparative review.bioscience, 43(1), Patashnik, O BIBTEXing. [Online]. Available: { [April 30, 2009]. Patton, G Biological journals and abbreviations. [Online]. Available: { [April 30, 2009]

5 Page 5 of 5 Rohmann, G ProCite and EndNote: bibliographic management software.information Technology, Learning and Performance Journal, 17(1), Shmaefsky, B.R e-reference tool. Science, 288(5473), Siegler, S. & Simboli, B EndNote at Lehigh. Issues in Science and Technology Librarianship. [Online]. Available: [Accessed August 19, 2009]. Wachtel, R.E Personal bibliographic database. Science, 235(4792), Williams, J How to use BIBTeX. [Online]. Available: [April 30, 2009]. Previous Contents Next

Citation and Impact Factor

Citation and Impact Factor Citation and Impact Factor K.R. Chowdhary, Former Professor & Head Email: kr.chowdhary@gmail.com, Web: http://www.krchowdhary.com Department of Computer Science and Engineering MBM Engineering College,

More information

Reference Management using EndNote

Reference Management using EndNote Reference Management using EndNote Ulrich Fischer 02.02.2017 1 By the way any technique may be misused Therefore, do not import all the references you can find. consider creating different reference lists

More information

Reference management software - EndNote. Presenters: Research Support Team Libraries, Research & Learning Resources

Reference management software - EndNote. Presenters: Research Support Team Libraries, Research & Learning Resources Reference management software - EndNote Presenters: Research Support Team Libraries, Research & Learning Resources 1 Learning Outcomes By the end of the session, we hope you will have: understood how Reference

More information

Apa Format Electronic Source No Author Reference List

Apa Format Electronic Source No Author Reference List Apa Format Electronic Source No Author Reference List How do I cite a work that has no listed author in an APA-style paper? The APA Style Blog is a helpful source when it comes to citing websites with

More information

Apa 6th Edition Citation In Text

Apa 6th Edition Citation In Text We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with apa 6th edition citation

More information

LMS301: Reference Management Software (Mendeley)

LMS301: Reference Management Software (Mendeley) LMS301: Reference Management Software (Mendeley) What is Mendeley? Mendeley is a reference manager allowing you to manage, read, share, annotate and cite your research papers. Installation Guide for Mendeley

More information

Introduction Preparing BIBT E X Using BIBT E X BIBT E X. LAT E XDeCal. Department of Mathematics University of California, Berkeley.

Introduction Preparing BIBT E X Using BIBT E X BIBT E X. LAT E XDeCal. Department of Mathematics University of California, Berkeley. L A T E XDeCal Department of Mathematics University of California, Berkeley 7 April 2008 Outline Introduction Outline Introduction Outline Introduction What is? A program that works with L A T E Xto produce

More information

Apa 6th Edition Citation In Text

Apa 6th Edition Citation In Text We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with apa 6th edition citation

More information

EndNote: Keeping Track of References

EndNote: Keeping Track of References Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) 12-31-2001 EndNote: Keeping Track of References Carlos Ferran-Urdaneta

More information

EAST CAROLINA UNIVERSITY THE GRADUATE SCHOOL MANUAL OF BASIC REQUIREMENTS FOR THESES AND DISSERTATIONS

EAST CAROLINA UNIVERSITY THE GRADUATE SCHOOL MANUAL OF BASIC REQUIREMENTS FOR THESES AND DISSERTATIONS Revised 03/02/07 1 EAST CAROLINA UNIVERSITY THE GRADUATE SCHOOL MANUAL OF BASIC REQUIREMENTS FOR THESES AND DISSERTATIONS Introduction The East Carolina University Manual of Basic Requirements for Theses

More information

6. Research results (studies) are the primary type of article desired but review articles are also welcome.

6. Research results (studies) are the primary type of article desired but review articles are also welcome. Notes for Contributors to Edited Collections 1. There is no charge for inclusion in the finished book. An auxiliary optional service is available for any authors desiring Open Access which involves a publication

More information

EndNote Essentials. EndNote Overview PC. KUMC Dykes Library

EndNote Essentials. EndNote Overview PC. KUMC Dykes Library EndNote Essentials EndNote Overview PC KUMC Dykes Library Table of Contents Uses, downloading and getting assistance... 4 Create an EndNote library... 5 Exporting citations/abstracts from databases and

More information

What can EndNote do?

What can EndNote do? EndNote Introductory Tutorial 1 What is EndNote? EndNote is bibliographic management software, designed to allow researchers to record, organize, and use references found when searching literature for

More information

The University of the West Indies. IGDS MSc Research Project Preparation Guide and Template

The University of the West Indies. IGDS MSc Research Project Preparation Guide and Template The University of the West Indies Institute for Gender and Development Studies (IGDS), St Augustine Unit IGDS MSc Research Project Preparation Guide and Template March 2014 Rev 1 Table of Contents Introduction.

More information

Fairness and honesty to identify materials and information not your own; to avoid plagiarism (even unintentional)

Fairness and honesty to identify materials and information not your own; to avoid plagiarism (even unintentional) Why document? Fairness and honesty to identify materials and information not your own; to avoid plagiarism (even unintentional) Authenticity and authority to support your ideas with the research and opinions

More information

Getting started with Mendeley

Getting started with Mendeley UNIVERSITY OF TWENTE. Getting started with Mendeley C.M.Gerritsen ITC faculty library https://www.itc.nl/library August, 2018 1 Table of Contents 1 Mendeley in not even 10 steps... 3 1.1 Go to www.mendeley.com

More information

GUIDELINES FOR AUTHOR

GUIDELINES FOR AUTHOR (An International Peer Review Journal for Bio-Medical and Pharmaceutical Professionals) GUIDELINES FOR AUTHOR British Journal of Bio-Medical Research (BJBMR) is a Bimonthly journal which publishes original

More information

Automatically Creating Biomedical Bibliographic Records from Printed Volumes of Old Indexes

Automatically Creating Biomedical Bibliographic Records from Printed Volumes of Old Indexes Automatically Creating Biomedical Bibliographic Records from Printed Volumes of Old Indexes Daniel X. Le and George R. Thoma National Library of Medicine Bethesda, MD 20894 ABSTRACT To provide online access

More information

International Journal of Modern Pharmaceutical Research (IJMPR)

International Journal of Modern Pharmaceutical Research (IJMPR) International Journal of Modern Pharmaceutical Research (IJMPR) GUIDELINES FOR AUTHOR International Journal of Modern Pharmaceutical Research (IJMPR) is a Bimonthly Research Journal which publishes original

More information

TUGboat, Volume 37 (2016), No heading. category: collator: foreword:

TUGboat, Volume 37 (2016), No heading. category: collator: foreword: TUGboat, Volume 37 (2016), No. 1 67 1 Introduction For many years I have been collecting books. They are located in five rooms, as well as two bookcases in my printing and binding workshop. But recently

More information

Apa 6th Edition Reference Page

Apa 6th Edition Reference Page APA 6TH EDITION REFERENCE PAGE PDF - Are you looking for apa 6th edition reference page Books? Now, you will be happy that at this time apa 6th edition reference page PDF is available at our online library.

More information

WM ZAHIRUDDIN WAN MOHAMMAD

WM ZAHIRUDDIN WAN MOHAMMAD Intensive Course for MMed/Msc/PhD USM December 2014 Referencing with Assoc. Prof. Dr WM ZAHIRUDDIN WAN MOHAMMAD M.D, M.Comm. Med. (Epid. & Biostats) USM drzahir@usm.my 1 Referencing in scientific writing

More information

GRADUATE SCHOOL GUIDELINES FOR USERS OF USM LaTeX

GRADUATE SCHOOL GUIDELINES FOR USERS OF USM LaTeX GRADUATE SCHOOL GUIDELINES FOR USERS OF USM LaTeX For the Department of Mathematics and the School of Computing, and Physics *these students may also opt to use the USM Templates not discussed in this

More information

About journal BRODOGRADNJA(SHIPBUILDING)

About journal BRODOGRADNJA(SHIPBUILDING) About journal BRODOGRADNJA(SHIPBUILDING) Journal BRODOGRADNJA(SHIPBUILDING) was launched in 1950 as an expression of growing enthusiasm and ambition for promotion of the shipping and shipbuilding tradition.

More information

PREPARATION MANUAL FOR DISSERTATIONS AND THESES. Formatting and Submission Guidelines for Graduate Students at Rensselaer Polytechnic Institute

PREPARATION MANUAL FOR DISSERTATIONS AND THESES. Formatting and Submission Guidelines for Graduate Students at Rensselaer Polytechnic Institute PREPARATION MANUAL FOR DISSERTATIONS AND THESES Formatting and Submission Guidelines for Graduate Students at Rensselaer Polytechnic Institute Graduate Student Services Office of Graduate Education Rensselaer

More information

A Review of Turabian 8th Edition Changes From the Turabian 7th Edition

A Review of Turabian 8th Edition Changes From the Turabian 7th Edition A Review of Turabian 8th Edition Changes From the Turabian 7th Edition The majority of the changes in the Turabian 8th Edition are in regard to formatting online resources. Additionally, many subsections

More information

Apa 6th Edition Citation Examples In Text

Apa 6th Edition Citation Examples In Text APA 6TH EDITION CITATION EXAMPLES IN TEXT PDF - Are you looking for apa 6th edition citation examples in text Books? Now, you will be happy that at this time apa 6th edition citation examples in text PDF

More information

RefWorks Fundamentals Grad -Tutorial 3

RefWorks Fundamentals Grad -Tutorial 3 RefWorks Fundamentals Grad -Tutorial 3 @unbengcslib UNB Engineering & Computer Science Library By: Saran Croos Librarian for Engineering and Computer Science Engineering Library (Head Hall) 15 Dineen Drive,

More information

Chapter 3 sourcing InFoRMAtIon FoR YoUR thesis

Chapter 3 sourcing InFoRMAtIon FoR YoUR thesis Chapter 3 SOURCING INFORMATION FOR YOUR THESIS SOURCING INFORMATION FOR YOUR THESIS Mary Antonesa and Helen Fallon Introduction As stated in the previous chapter, in order to broaden your understanding

More information

Author Instruction. World Journal of Pharmacy and Pharmaceutical Sciences (WJPPS) publishes the following manuscript types:

Author Instruction. World Journal of Pharmacy and Pharmaceutical Sciences (WJPPS) publishes the following manuscript types: Author Instruction The WORLD JOURNAL PHARMACY AND PHARMACEUTICAL SCIENCE (WJPPS) is a Bimonthly published online Research Journal, which publishes innovative research papers, reviews, mini-reviews, short

More information

What's new in EndNote Version 6?

What's new in EndNote Version 6? LIBRARY COURSES 2003 ENDNOTE March 2003 What's new in EndNote Version 6? Table of Contents Upgrading to Version 6... 2 New Menu Organization... 2 Working with Images, Graphics and Figures... 4 Inserting

More information

Introduction to Research Department of Metallurgical and Materials Engineering Indian Institute of Technology, Madras

Introduction to Research Department of Metallurgical and Materials Engineering Indian Institute of Technology, Madras Introduction to Research Department of Metallurgical and Materials Engineering Indian Institute of Technology, Madras Lecture 09 Literature Survey: Wrapping up (Refer Slide Time: 00:01) So this is the

More information

EndNote X6: the basics (downloadable desktop version)

EndNote X6: the basics (downloadable desktop version) EndNote X6: the basics (downloadable desktop version) EndNote is a package for creating and storing a library of references (citations plus abstracts, notes etc) which can then be used in conjunction with

More information

Getting Started EndNote X2

Getting Started EndNote X2 Getting Started EndNote X2 Carole Gall Doug Bartlow Getting Started with EndNote (Carole Gall Doug Bartlow) EndNote is a bibliographic program that will, in a variety of formats and styles, search online,

More information

Library Guide to EndNote Online

Library Guide to EndNote Online Library Guide to EndNote Online EndNote allows you to build a database of references that you collect from searches of library catalogues, online databases and the web. It enables you to add them as citations

More information

INTRODUCTION TO ENDNOTE

INTRODUCTION TO ENDNOTE INTRODUCTION TO ENDNOTE What is it? EndNote is a bibliographic management tool that allows you to gather, organize, cite, and share research sources. This guide describes the desktop program; a web version

More information

THESIS FORMATTING GUIDELINES

THESIS FORMATTING GUIDELINES THESIS FORMATTING GUIDELINES It is the responsibility of the student and the supervisor to ensure that the thesis complies in all respects to these guidelines Updated June 13, 2018 1 Table of Contents

More information

Science Fair - Background Literature Review(Research Paper)

Science Fair - Background Literature Review(Research Paper) Science Fair - Background Literature Review(Research Paper) Background research is an essential part of a research project. Working scientists read what other researchers have written (literature) before

More information

A Case Study of Web-based Citation Management Tools with Japanese Materials and Japanese Databases

A Case Study of Web-based Citation Management Tools with Japanese Materials and Japanese Databases Journal of East Asian Libraries Volume 2009 Number 147 Article 5 2-1-2009 A Case Study of Web-based Citation Management Tools with Japanese Materials and Japanese Databases Setsuko Noguchi Follow this

More information

EndNote Basics Fall 2010, Room 14N-132 Peter Cohn, x8-5596

EndNote Basics Fall 2010, Room 14N-132 Peter Cohn, x8-5596 EndNote Basics 1 EndNote Basics Fall 2010, Room 14N-132 Peter Cohn, pcohn@mit.edu, x8-5596 MIT Libraries Overview Bibliographic Software tools help you manage and publish personal information. Hands-on

More information

SUBMISSION GUIDELINES FOR AUTHORS HIPERBOREEA JOURNAL

SUBMISSION GUIDELINES FOR AUTHORS HIPERBOREEA JOURNAL SUBMISSION GUIDELINES FOR AUTHORS HIPERBOREEA JOURNAL General Submission Criteria The journal uses a double-blind review process; please remove all references to or clues about your identity as author(s)

More information

Wavelets for Agriculture and Biology: A Tutorial with Applications and Outlook

Wavelets for Agriculture and Biology: A Tutorial with Applications and Outlook Wavelets for Agriculture and Biology: A Tutorial with Applications and Outlook Xuejun Dong, Paul Nyren, Bob Patton, Anne Nyren Central Grasslands Research Extension Center, North Dakota State University

More information

EndNote X7 Getting Started. (adapted with permission from Thompson 2006)

EndNote X7 Getting Started. (adapted with permission from Thompson 2006) EndNote X7 Getting Started (adapted with permission from Thompson 2006) August 2013 Content 1. Introduction... 3 1.1 Finding Your Way Around EndNote... 3 2. Creating & Adding Records To Your EndNote Library...

More information

Writing Styles Simplified Version MLA STYLE

Writing Styles Simplified Version MLA STYLE Writing Styles Simplified Version MLA STYLE MLA, Modern Language Association, style offers guidelines of formatting written work by making use of the English language. It is concerned with, page layout

More information

Citation Generators: Generating bibliographies for the next generation

Citation Generators: Generating bibliographies for the next generation University at Albany, State University of New York Scholars Archive University Libraries Faculty Scholarship University Libraries 7-2005 Citation Generators: Generating bibliographies for the next generation

More information

Article begins on next page

Article begins on next page Maintaining Nursing Knowledge Using Bibliographic Management Software Rutgers University has made this article freely available. Please share how this access benefits you. Your story matters. [https://rucore.libraries.rutgers.edu/rutgers-lib/37513/story/]

More information

Journal of Social Intervention: Theory and Practice

Journal of Social Intervention: Theory and Practice Author Guidelines Articles Our guidelines follow to a great extent the conventions of the American Psychological Association. If in doubt please consult: Publication manual of the American Psychological

More information

APA Publication Style

APA Publication Style The Background APA Publication Style 6 th Edition Chapter 2 APA Style originated in 1929, when a group of psychologists, anthropologists, and business managers convened and sought to establish a simple

More information

FLORIDA STATE UNIVERSITY

FLORIDA STATE UNIVERSITY FLORIDA STATE UNIVERSITY Requirements for Electronic Theses, Treatises and Dissertations Edition: 2017-2018 (Revised August 2017) Prepared by: The Graduate School 314 Westcott Building Tallahassee, Florida

More information

THESIS AND DISSERTATION FORMATTING GUIDE GRADUATE SCHOOL

THESIS AND DISSERTATION FORMATTING GUIDE GRADUATE SCHOOL THESIS AND DISSERTATION FORMATTING GUIDE GRADUATE SCHOOL A Guide to the Preparation and Submission of Thesis and Dissertation Manuscripts in Electronic Form April 2017 Revised Fort Collins, Colorado 80523-1005

More information

Guide to contributors. 1. Aims and Scope

Guide to contributors. 1. Aims and Scope Guide to contributors 1. Aims and Scope The Acta Anaesthesiologica Belgica (AAB) publishes original papers in the field of anesthesiology, emergency medicine, intensive care medicine, perioperative medicine

More information

Citation, Ethics, Plagiarism

Citation, Ethics, Plagiarism Citation, Ethics, Plagiarism Citation Why, when and how to cite LaTeX and BibTeX Dos and don'ts Ethics and Plagiarism Reading: Eloquent Science Chapters 12 and 15 Why bother citing? Literature review (in

More information

Apa Format 6th Edition Citation In Text

Apa Format 6th Edition Citation In Text APA FORMAT 6TH EDITION CITATION IN TEXT PDF - Are you looking for apa format 6th edition citation in text Books? Now, you will be happy that at this time apa format 6th edition citation in text PDF is

More information

School of Graduate Studies and Research

School of Graduate Studies and Research Florida A&M UNIVERSITY School of Graduate Studies and Research THESIS AND DISSERTATION MANUAL Revised: Spring 2016 School of Graduate Studies and Research Florida A&M University 515 Orr Drive 469 Tucker

More information

General Contest Rules for All Categories

General Contest Rules for All Categories CONTEST RULES General Contest Rules for All Categories Rule #1: All contestants must be in Grades 6-12. Students in Grades 6, 7, and 8 must enter the Junior Division. Students in Grades 9, 10, 11, and

More information

Literature Management with Endnote

Literature Management with Endnote Stephanie Hofmann & Bobby Neuhold contact: info@lib4ri.ch Literature Management with Endnote * Screenshot www.endnote.com Stephanie Hofmann & Bobby Neuhold contact: info@lib4ri.ch Welcome Lib4RI Training

More information

How to cite a website within text apa style. How to cite a website within text apa style.zip

How to cite a website within text apa style. How to cite a website within text apa style.zip How to cite a website within text apa style How to cite a website within text apa style.zip Provides APA Style guidelines on citing web pages that don't specify an author. APA Citation Examples. Based

More information

EndNote Basics. As with all libraries created on EndNote, you can add to, modify, search, sort, and customize at any time.

EndNote Basics. As with all libraries created on EndNote, you can add to, modify, search, sort, and customize at any time. EndNote Basics What is EndNote? Too often students conducting research forget to write down their citations as they conduct their research and can t find them later when they need to add them to their

More information

Avoiding plagiarism - information, communication and referencing

Avoiding plagiarism - information, communication and referencing Avoiding plagiarism - information, communication and referencing Science Engineering and Technology Student Research Culture Session October 2008 RMIT University Library Slide 1 Plagiarism RMIT defines

More information

APA Style: Highlights

APA Style: Highlights Writing Center at Southeastern 1 APA Style: Highlights The American Psychological Association developed APA style of documentation in the APA Publication Manual. APA style is used by the social sciences,

More information

GUIDELINES FOR FULL PAPER SUBMISSION for the NAXOS th International Conference on Sustainable Solid Waste Management

GUIDELINES FOR FULL PAPER SUBMISSION for the NAXOS th International Conference on Sustainable Solid Waste Management GUIDELINES FOR FULL PAPER SUBMISSION for the NAXOS 2018 6 th International Conference on Sustainable Solid Waste Management Manuscript Submission Submission of a manuscript implies: that the work described

More information

EndNote X6 with Word 2007

EndNote X6 with Word 2007 IOE Library Guide EndNote X6 with Word 2007 What is EndNote? EndNote is a bibliographic reference manager, which allows you to maintain a personal library of all your references to books, journal articles,

More information

@UERA Summer School 2016

@UERA Summer School 2016 @UERA Summer School 2016 There are several different styles of referencing: APA MLA Oxford Harvard Chicago Each style has its own rules for properly citing sources. Example: Author-date styles (e.g. APA,

More information

Using Endnote to Organize Literature Searches Page 1 of 6

Using Endnote to Organize Literature Searches Page 1 of 6 SYTEMATIC LITERATURE SEARCHES A Guide (for EndNote X3 Users using library resources at UConn) Michelle R. Warren, Syntheses of HIV & AIDS Research Project, University of Connecticut Monday, 13 June 2011

More information

Introduction to Citation Management Software

Introduction to Citation Management Software Introduction to Citation Management Software Basil Marti Thüringer Universitäts- und Landesbibliothek Jena January 2014 1 Content 1. Why citation management? 2. Program selection 3. Market overview / Introduction

More information

ENDNOTE X6 FOR HEALTH

ENDNOTE X6 FOR HEALTH ENDNOTE X6 FOR HEALTH Contents Aims... 2 Further help... 2 Part A - Adding references to an EndNote library... 3 1. Opening EndNote and creating an EndNote library... 3 2. Importing/exporting references

More information

Thank you for choosing to publish with Mako: The NSU undergraduate student journal

Thank you for choosing to publish with Mako: The NSU undergraduate student journal Author Guidelines for Submitting Manuscripts Thank you for choosing to publish with Mako: The NSU undergraduate student journal Article submissions must meet the following criteria before they can be sent

More information

Keeping a Bibliography using EndNote

Keeping a Bibliography using EndNote Keeping a Bibliography using EndNote Student Guide Edition 5 December 2009 iii Keeping a Bibliography using EndNote Edition 5, December 2009 Document number: 3675 iv Preface Preface This is a beginner

More information

What is Endnote? A bibliographical management software package designed to : Organize bibliographic references Create a bibliography

What is Endnote? A bibliographical management software package designed to : Organize bibliographic references Create a bibliography UTM Library What is Endnote? A bibliographical management software package designed to : Organize bibliographic references Create a bibliography What is Endnote? A bibliographical management software package

More information

Reference Management TOOLS: A special reference to Endnote in R & D Libraries

Reference Management TOOLS: A special reference to Endnote in R & D Libraries International Journal of Research in Library Science ISSN: 2455-104X Volume 3,Issue 2 (July-December) 2017,89-96 Received: 21 Nov. 2017 ; Accepted: 1 Dec. 2017 ; Published: 10 Dec.. 2017 ; Paper ID: IJRLS-1263

More information

Thesis and Dissertation Handbook

Thesis and Dissertation Handbook Indiana State University College of Graduate Studies Thesis and Dissertation Handbook HANDBOOK POLICIES The style selected by the candidate should conform to the standards of the candidate's discipline

More information

Changes in the 6 th Edition of the Publication Manual of the American Psychological Association

Changes in the 6 th Edition of the Publication Manual of the American Psychological Association Supplemental Chapter Changes in the 6 th Edition of the Publication Manual of the American Psychological Association 1 Understand why the 6 th edition of the APA Style Manual was published. 2 Implement

More information

ENDNOTE QUICK START GUIDE

ENDNOTE QUICK START GUIDE Citing your Reference(s) continued... Using EndNote with other Word Processors Cite While You Write M in OpenOffice for Windows OpenOffice now intergrates with EndNote in the same way as Microsoft Word.

More information

NANYANG TECHNOLOCAL UNIVERSITY School of Mechanical and Aerospace Engineering GUIDELINES FOR FINAL YEAR PROJECT REPORTS

NANYANG TECHNOLOCAL UNIVERSITY School of Mechanical and Aerospace Engineering GUIDELINES FOR FINAL YEAR PROJECT REPORTS NANYANG TECHNOLOCAL UNIVERSITY School of Mechanical and Aerospace Engineering GUIDELINES FOR FINAL YEAR PROJECT REPORTS 1. The report should be typewritten in English, in the third person. The expected

More information

How to write a RILM thesis Guidelines

How to write a RILM thesis Guidelines How to write a RILM thesis Guidelines Version 3.0 October 25, 2017 0 Purpose... 1 1 Planning... 1 1.1 When to start... 1 2 The topic... 1 2.1 What? The topic... 1 2.2 Why? Reasons to select a topic...

More information

Guidelines for DD&R Summary Preparation

Guidelines for DD&R Summary Preparation INTRODUCTION Guidelines for DD&R Summary Preparation These guidelines are intended to assist you with preparation of your electronic camera-ready summary. Please understand that ANS will not edit or proofread

More information

Natural Language Processing and the Web: How to write a term paper

Natural Language Processing and the Web: How to write a term paper Natural Language Processing and the Web: How to write a term paper Summer Semester 2017 Instructor: Michael Wiegand Spoken Language Systems Saarland University, Germany Acknowledgements: The slides are

More information

EndNote X7: the basics (downloadable desktop version)

EndNote X7: the basics (downloadable desktop version) EndNote X7: the basics (downloadable desktop version) EndNote is a package for creating and storing a library of references (citations plus abstracts, notes etc) it is recommended that you do not exceed

More information

MORAVIAN GEOGRAPHICAL REPORTS. Guide for Authors

MORAVIAN GEOGRAPHICAL REPORTS. Guide for Authors Introduction MORAVIAN GEOGRAPHICAL REPORTS Guide for Authors Moravian Geographical Reports [MGR] is an international, fully peer-reviewed journal, which has been published in English continuously since

More information

Exercise #1: Create and Revise a Smart Group

Exercise #1: Create and Revise a Smart Group EndNote X7 Advanced: Hands-On for CDPH Sheldon Margen Public Health Library, UC Berkeley Exercise #1: Create and Revise a Smart Group Objective: Learn how to create and revise Smart Groups to automate

More information

FLORIDA STATE UNIVERSITY

FLORIDA STATE UNIVERSITY FLORIDA STATE UNIVERSITY Requirements for Electronic Theses, Treatises and Dissertations Edition: 2018-19 (Revised August 2018) Prepared by: The Graduate School 314 Westcott Building Tallahassee, Florida

More information

Present their work in clear, grammatically correct English. Lay out the camera-ready manuscript in a professional manner

Present their work in clear, grammatically correct English. Lay out the camera-ready manuscript in a professional manner 1. POMA OVERVIEW Proceedings of Meetings on Acoustics (POMA) is an editor-reviewed, open-access, online journal published by the Acoustical Society of America (ASA). Articles originate as papers presented

More information

ETHICAL RESEARCH AND WRITING PRACTICES

ETHICAL RESEARCH AND WRITING PRACTICES ETHICAL RESEARCH AND WRITING PRACTICES A Graduate School Professional Development Workshop Isela Ocegueda, PhD Assistant Dean, The Graduate School THE ETHOS OF GRADUATE SCHOOL ethos: common accepted ways

More information

CIT Thesis and Directed Project Formatting Checklist Last Updated: 4/20/17 10:59:00 AM

CIT Thesis and Directed Project Formatting Checklist Last Updated: 4/20/17 10:59:00 AM CIT Thesis and Directed Project Formatting Checklist Last Updated: 4/20/17 10:59:00 AM This checklist has been developed to help you avoid formatting errors that can result in the Graduate School s rejection

More information

EndNote XV (fifteen): the basics (downloadable desktop version)

EndNote XV (fifteen): the basics (downloadable desktop version) EndNote XV (fifteen): the basics (downloadable desktop version) EndNote is a package for creating and storing a library of references (citations plus abstracts, notes etc) which can then be used in conjunction

More information

Get Ready for PhD Dissertation

Get Ready for PhD Dissertation Get Ready for PhD Dissertation Technical Preparations Chensong Zhang LSEC & NCMIS Chinese Academy of Sciences The Origin Referee, committee, education Talk about what we care and take every talk seriously!

More information

Reference Management with

Reference Management with Reference Management with Sabine Schneider Information Retrieval Services for the Biol.-Med. Section of the MPG (IVS-BM) MPI Biochemistry, 82152 Martinsried Tel.: 089/8578-3821 Sabine.Schneider@biochem.mpg.de

More information

APA FORMAT 6TH EDITION TITLE PAGE

APA FORMAT 6TH EDITION TITLE PAGE page 1 / 7 page 2 / 7 apa format 6th edition pdf Using APA Format (6th edition) APA formatting and documentation style is used in a variety of disciplines, including nursing, business, social work, education,

More information

Julie Longo, Technical Communications Howard R. Hughes College of Engineering

Julie Longo, Technical Communications Howard R. Hughes College of Engineering How to Write a Technical Report Julie Longo, Technical Communications Howard R. Hughes College of Engineering Julie.Longo@unlv.edu Robin Anawalt, Grant Proposal Coordinator Robin@anawalt@unlv.edu March

More information

Introduction to EndNote Web for UF/IFAS Faculty. By Brian Gray, IFAS Dean for Research Office

Introduction to EndNote Web for UF/IFAS Faculty. By Brian Gray, IFAS Dean for Research Office 1 Introduction to EndNote Web for UF/IFAS Faculty By Brian Gray, seven7@ufl.edu, 352 392 1784 IFAS Dean for Research Office What is This Document? This document will provide you with an introduction to

More information

Guidelines for Proper Use of the ENERGY STAR Name and International Logo

Guidelines for Proper Use of the ENERGY STAR Name and International Logo U.S. ENVIRONMENTAL PROTECTION AGENCY ENERGY STAR Program Washington, DC 20460 Guidelines for Proper Use of the ENERGY STAR Name and International Logo for the ENERGY STAR Label for Buildings Program The

More information

Presenting the Final report

Presenting the Final report ntroduction. Presenting the Final report Long reports are generally organized into three major divisions: (a) prefatory parts, (b) body, and (c) supplementary parts. Following is a description of the order

More information

EndNote on Windows: Class Notes. EndNote Training

EndNote on Windows: Class Notes. EndNote Training EndNote on Windows: Class Notes EndNote Training EndNote on Windows: Class Notes Page 2 1 After the Class 1.1 The Little EndNote How-To Book The Little EndNote How-To Book is a reference ebook with detailed

More information

USC Dornsife Spatial Sciences Institute Master s Thesis Style Guide Effective for students in SSCI 594a as of Fall 2016

USC Dornsife Spatial Sciences Institute Master s Thesis Style Guide Effective for students in SSCI 594a as of Fall 2016 USC Dornsife Spatial Sciences Institute Master s Thesis Style Guide Effective for students in SSCI 594a as of Fall 2016 With a few minor exceptions, at the USC Dornsife Spatial Sciences Institute, Turabian

More information

Citation Guidelines. MLA (Modern Language Association) Format. Full-Text Articles. Government Documents

Citation Guidelines. MLA (Modern Language Association) Format. Full-Text Articles. Government Documents Provided are step-by-step instructions for citing the information you find using SIRS Knowledge Source. Ask your instructor which citation format (MLA, APA or Turabian) is preferred. MLA (Modern Language

More information

Project User Guide Template Word 2013 Endnote

Project User Guide Template Word 2013 Endnote Project User Guide Template Word 2013 Endnote The essentials. Quick reference guide Windows (PDF) Quick reference guide Mac (PDF) Quick reference guide EndNote Online (PDF). APA is a very complex style,

More information

Getting started with EndNote X7

Getting started with EndNote X7 IT Training Getting started with EndNote X7 Sally Swaine, IT Training IT Services Version 3.3 Scope Learning outcomes Develop a better understanding of how EndNote works as a tool. Understand how EndNote

More information

Manuscript Submission Guidelines

Manuscript Submission Guidelines Manuscript Submission Guidelines The Yale Journal of Biology and Medicine is an international peer-reviewed, open-access journal. It publishes original contributions, science and medicine reviews, articles

More information

American Chemical Society (ACS) Documentation Style

American Chemical Society (ACS) Documentation Style American Chemical Society (ACS) Documentation Style Introduction American Chemical Society (ACS) is the documentation style most commonly used for papers in the field of chemistry This handout offers examples

More information

Human Reproduction and Genetic Ethics Guidelines for Contributors

Human Reproduction and Genetic Ethics Guidelines for Contributors Human Reproduction and Genetic Ethics Guidelines for Contributors Please follow these guidelines when you first submit your article for consideration by the journal editors and when you prepare the final

More information