GithubHelp home page GithubHelp logo

authorlist's Introduction

authorlist

Travis build status

The goal of authorlist is to creat the formatted author list for manuscripts with many authors. Formatting the author list and the affiliation list in Word for the manuscript with many coauthors is painful and time-consuming. However, putting the author names and affiliations together in a CSV file is easy. The package “authorlist” automatically produces a Word document with the formatted author and affiliation list ready for submission from a CSV file. The template of the CSV file, which includes the coauthors’ names, affiliations, and their order in the author list, can be downloaded from https://figshare.com/articles/dataset/CSV_template_for_R_package_authorlist_/16794901. The leading author of the manuscript could make it even easier by sharing the CSV template through Dropbox or Google Drive and asking the coauthors to fill in their information.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("qiang-yang-ecology/authorlist")

Example

This is a basic example which shows you how to produce the Word document with formatted author and affiliation list:

library(authorlist)
toAuthorlist(source.csv = "~/Downloads/authorlist.csv",
             # the csv including the author names and affiliations
             target = "~/Downloads/authorlist.docx",
             # where you save the produced word document
             type="numbered"
             # type of numbering the affiliations, could be numbered (numbers) or alphabeta (letters)
)

authorlist's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.