Authorea

Last updated
Authorea
Type of site
Web application
Owner Atypon (part of Wiley)
URL authorea.com
CommercialYes
LaunchedFebruary 2013;11 years ago (2013-02)
Current statusOnline

Authorea is an online collaborative writing tool that allows researchers to write, cite, collaborate, host data and publish. It has been described as "Google Docs for Scientists". [1] It has been owned by the commercial publishing company Wiley through Atypon since 2018.

Contents

Overview

Authorea allows researchers to write documents together and attach references, figures, data, and source code. Features of the tool include collaborative editing (multiple people editing a document at the same time), automatic citation formatting, tracking changes, and the ability to make any document public or fully private. [2]

When used as an editing tool for scientific papers, Authorea will automatically format a paper in the preferred style and provide files suitable for online submission to peer-reviewed journals and conferences. Over 40 publisher- and journal-specific styles are currently supported. [3]

Authorea is part of the open science movement and supports open access publishing for academic research and free access to research data. The free version of the service allows unlimited public documents, public storage space (for figures, data, code, and other supporting material), and an unlimited number of collaborators (co-authors) per document. [1] Public documents are free for anyone to read.

Authorea also supports private writing: a document and all its attachments can be kept private, visible only to co-authors. A free account allows the user to create one free private document, with more available via a paid subscription. [3]

Authorea also supports preprint workflows. Authorea partnered with bioRxiv to enable authors to submit preprints directly to bioRxiv from Authorea in 2017. [4] Additionally, preprint review hosting platform PREreview was built using Authorea technical infrastructure. [5]

The site currently supports an online LaTeX editor as well as a Markdown (wiki) editor. A simple MS Word-like (WYSIWYG) interface is currently in development. [6]

Authorea grew from over 10,000 active users in 2014 [6] to over 50,000 in 2016. [7]

History

Authorea was launched in February 2013 by co-founders Alberto Pepe and Nathan Jenkins and scientific adviser Matteo Cantiello, who met while working at CERN. [1] They recognized common difficulties in the scholarly writing and publishing process. [8] To address these problems, Pepe and Jenkins developed an online, web-based editor to support real-time collaborative writing, and sharing and execution of research data and code. Jenkins finished the first prototype site build in less than three weeks. [8] [9]

Bootstrapping for almost two years, Pepe and Jenkins grew Authorea by reaching out to friends and colleagues, speaking at events and conferences, and partnering with early adopter institutions. [2]

In September 2014, Authorea announced the successful closure of a $610K round of seed funding with the New York Angels and ff Venture Capital groups. [1] In January 2016, Authorea closed a $1.6M round of funding led by Lux Capital and including the Knight Foundation and Bloomberg Beta. [10] It later acquired the VC-backed company The Winnower. [11]

In 2018 Authorea was acquired for an undisclosed amount by Atypon (part of Wiley). [12]

List of features

The Authorea platform supports a number of features relevant to academic writing.

Collaboration

Formatting and citations

Rich content

Export and import

Technical architecture

Authorea is built primarily with Ruby on Rails, and documents and files are stored in Git repositories. Resque and Faye are used as well. [6]

The site supports iPython notebooks and runs a live iPython notebook server, so that users can attach, re-run and reproduce scientific calculations and data analysis directly in an Authorea document. [3] [13]

Related Research Articles

<span class="mw-page-title-main">LaTeX</span> Document preparation software system

LaTeX is a software system for typesetting documents. LaTeX markup describes the content and layout of the document, as opposed to the formatted text found in WYSIWYG word processors like Microsoft Word, LibreOffice Writer and Apple Pages. The writer uses markup tagging conventions to define the general structure of a document, to stylise text throughout a document, and to add citations and cross-references. A TeX distribution such as TeX Live or MiKTeX is used to produce an output file suitable for printing or digital distribution.

<span class="mw-page-title-main">Adobe FrameMaker</span> Document processor for the production and manipulation of large structured documents

Adobe FrameMaker is a document processor designed for writing and editing large or complex documents, including structured documents. It was originally developed by Frame Technology Corporation, which was bought by Adobe.

<span class="mw-page-title-main">Preprint</span> Academic paper prior to journal publication

In academic publishing, a preprint is a version of a scholarly or scientific paper that precedes formal peer review and publication in a peer-reviewed scholarly or scientific journal. The preprint may be available, often as a non-typeset version available free, before or after a paper is published in a journal.

<span class="mw-page-title-main">LilyPond</span> Free software scorewriter

LilyPond is a computer program and file format for music engraving. One of LilyPond's major goals is to produce scores that are engraved with traditional layout rules, reflecting the era when scores were engraved by hand.

Collaborative writing is a procedure in which two or more persons work together on a text of some kind. Success in collaborative writing involves a division of labor that apportions particular tasks to those with particular strengths: drafting, providing feedback, editing, sourcing, (reorganizing), optimizing for tone or house style, etc. Collaborative writing is characteristic of professional as well as educational settings, utilizing the expertise of those involved in the collaboration process.

This article provides basic comparisons for notable text editors. More feature details for text editors are available from the Category of text editor features and from the individual products' articles. This article may not be up-to-date or necessarily all-inclusive.

<span class="mw-page-title-main">Markdown</span> Plain text markup language

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber created Markdown in 2004, in collaboration with Aaron Swartz, as a markup language that is intended to be easy to read in its source code form. Markdown is widely used for blogging and instant messaging, and also used elsewhere in online forums, collaborative software, documentation pages, and readme files.

GenePattern is a freely available computational biology open-source software package originally created and developed at the Broad Institute for the analysis of genomic data. Designed to enable researchers to develop, capture, and reproduce genomic analysis methodologies, GenePattern was first released in 2004. GenePattern is currently developed at the University of California, San Diego.

<span class="mw-page-title-main">IPython</span> Advanced interactive shell for Python

IPython is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers introspection, rich media, shell syntax, tab completion, and history. IPython provides the following features:

<span class="mw-page-title-main">Etherpad</span> Open-source web-based collaborative real-time editor

Etherpad is an open-source, web-based collaborative real-time editor, allowing authors to simultaneously edit a text document, and see all of the participants' edits in real-time, with the ability to display each author's text in their own color. There is also a chat box in the sidebar to allow meta communication.

<span class="mw-page-title-main">Spyder (software)</span> IDE for scientific programming in Python

Spyder is an open-source cross-platform integrated development environment (IDE) for scientific programming in the Python language. Spyder integrates with a number of prominent packages in the scientific Python stack, including NumPy, SciPy, Matplotlib, pandas, IPython, SymPy and Cython, as well as other open-source software. It is released under the MIT license.

<span class="mw-page-title-main">RStudio</span> Integrated development environment for R

RStudio IDE is an integrated development environment for R, a programming language for statistical computing and graphics. It is available in two formats: RStudio Desktop is a regular desktop application while RStudio Server runs on a remote server and allows accessing RStudio using a web browser. The RStudio IDE is a product of Posit PBC.

<span class="mw-page-title-main">Julia (programming language)</span> Dynamic programming language

Julia is a high-level, general-purpose dynamic programming language, most commonly used for numerical analysis and computational science. Distinctive aspects of Julia's design include a type system with parametric polymorphism and the use of multiple dispatch as a core programming paradigm, efficient garbage collection, and a just-in-time (JIT) compiler.

<span class="mw-page-title-main">Plotly</span> Canadian computing company

Plotly is a technical computing company headquartered in Montreal, Quebec, that develops online data analytics and visualization tools. Plotly provides online graphing, analytics, and statistics tools for individuals and collaboration, as well as scientific graphing libraries for Python, R, MATLAB, Perl, Julia, Arduino, JavaScript and REST.

LaTeXML is a free public domain software package which converts LaTeX documents to XML, HTML, EPUB, JATS and TEI.

<span class="mw-page-title-main">CoCalc</span>

CoCalc is a web-based cloud computing (SaaS) and course management platform for computational mathematics. It supports editing of Sage worksheets, LaTeX documents and Jupyter notebooks. CoCalc runs an Ubuntu Linux environment that can be interacted with through a terminal, additionally giving access to most of the capabilities of Linux.

Distributed Collaboration is a way of collaboration wherein participants, regardless of their location, work together to reach a certain goal. This usually entails use of increasingly popular cyberinfrastructure, such as emails, instant messaging and document sharing platforms to reduce the limitations of the users trying to work together from remote locations by overcoming physical barriers of geolocation and also to some extent, depending on the application used, the effects of working together in person. For example, a caller software that can be used to bring all collaborators into a single call-in for easier dissemination of ideas.

<span class="mw-page-title-main">Notebook interface</span> Programming tool blending code and documents

A notebook interface or computational notebook is a virtual notebook environment used for literate programming, a method of writing computer programs. Some notebooks are WYSIWYG environments including executable calculations embedded in formatted documents; others separate calculations and text into separate sections. Notebooks share some goals and features with spreadsheets and word processors but go beyond their limited data models.

<span class="mw-page-title-main">Project Jupyter</span> Open source data science software

Project Jupyter is a project to develop open-source software, open standards, and services for interactive computing across multiple programming languages.

References

  1. 1 2 3 4 Lomas, Natasha (2014-09-22). "Authorea Nabs $610k For Its Bid To Become A 'Google Docs For Scientists'". TechCrunch.
  2. 1 2 Wolff, Spencer (2014-09-09). "Authoring the Future". Huffington Post.
  3. 1 2 3 4 5 6 7 8 9 10 Perkel, Jeffrey (2014-10-01). "Scientific writing: the online cooperative". Nature. 514 (7520). Nature News: 127–128. Bibcode:2014Natur.514..127P. doi: 10.1038/514127a . PMID   25279924. S2CID   4452280.
  4. Nicholson, Josh; Pepe, Alberto; Server, Richard; Sussman, Linda; Inglis, John (2017-06-14). "Authorea and BioRxiv partner to bring preprints into 21st century". www.authorea.com. Authorea.
  5. "PREreview — a new resource for the collaborative review of preprints". eLife. 2017-10-25. Retrieved 2019-08-11.
  6. 1 2 3 Dale, Brady (2014-09-14). "This software for academic paper writing is inspired by Git". Technical.ly.
  7. Cantiello, Matteo (2014-09-14). "How to Bring Science Publishing into the 21st Century - A new collaborative tool could revolutionize scientific authorship". blogs.scientificamerican.com.
  8. 1 2 Stein, Gabe; Mankins, Matt (2013-08-30). "Can The GitHub For Science Convince Researchers To Open-Source Their Data?". FastCompany Labs.
  9. Kovalesky, Brian (2014-10-15). "Authorea wants to remake the academic collaboration process with its cloud-based platform for researchers and scholars". Startup Beat.
  10. "Authorea Raises $1.5M to Advance Open, Reproducible, Data-Driven Research | Newswire". www.newswire.com. Archived from the original on 2019-03-28.
  11. "Authorea buys VC-backed The Winnower - PE Hub". www.pehub.com. Archived from the original on 2017-09-02.
  12. "Authorea is acquired by Atypon and joins the Wiley family - Authorea".
  13. 1 2 3 4 5 Irving, Damien (2014-04-20). "Authorea: the future of scientific writing?". Dr Climate blog.
  14. 1 2 John, Otander (2013-03-07). "Writing papers with Authorea, batteries included". Astrobiased.
  15. 1 2 "A Collaborative Approach to Academic Papers: Authorea". Unveiled Web. 2014-01-22. Archived from the original on 2015-03-20. Retrieved 2015-03-12.
  16. Turnbull, Connor (2013-05-29). "Authorea: Simple Research Collaboration". AppStorm.
  17. 1 2 3 4 Graham, Jim (2014-10-02). "New Online Authoring Tools for Collaborative Manuscripts". SciMatic. Archived from the original on 2016-04-04. Retrieved 2015-03-03.
  18. 1 2 Joshua, Smith (2014-05-15). "Migrating a LaTeX manuscript hosted on GitHub to Authorea". Generic Surname Blog.