Misplaced Pages

PubRef.org

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Defunct bibliography management website developed by PubMed
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article's use of external links may not follow Misplaced Pages's policies or guidelines. Please improve this article by removing excessive or inappropriate external links, and converting useful links where appropriate into footnote references. (June 2018) (Learn how and when to remove this message)
The topic of this article may not meet Misplaced Pages's notability guideline for web content. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "PubRef.org" – news · newspapers · books · scholar · JSTOR (September 2015) (Learn how and when to remove this message)
(Learn how and when to remove this message)
PubRef.org
URLpubref.org
CommercialYes
Launched2014
Current statusDefunct

PubRef.org was a short lived project that is now discontinued. The website is not accessible anymore. An old version can be accessed from the Internet Archive.

They used the same name PubRef which was a service provided by PubMed for linking bibliographies, defeated by the independent service Crossref.

PubRef was a composition and project management application used by researchers and students for scholarly writing and communication. PubRef uses an extended form of Markdown as a primary authoring format and converts this to JATS, the archive format used by the US National Library of Medicine.

Research asset containerization

Researchers manage scholarly writing projects within version-controlled file repositories called containers that function similarly to git repositories and docker containers to provide enhanced reproducibility, transparency and re-usability in digital science publishing.

Manuscript writing

A PubRef manuscript is a Markdown file within a container that contains extra embedded information that describes the essential front matter elements of a scholarly manuscript such as the title, short title, list of authors, author affiliations, key words. This information is captured in embedded YAML blocks within the primary manuscript called Meta. Figures, tables, equations and other special content can be similarly embedded within the context of the document via Meta descriptors.

Minimal example

This minimal formatting example repurposes a classic paper by Stephen Hawking and Roger Penrose The Singularities of Gravitational Collapse and Cosmology:

# The journal meta descriptor declares what journal the 
# manuscript should be submitted to.
!journal
title: Proceedings of the Royal Society of London
# The article meta descriptor defines the title, keywords, and categorization
!article
type: Original Research
title: The Singularities of Gravitational Collapse and Cosmology
# A Meta Block that describes the corresponding author.
!author
corresponding: yes
first: Stephen
last: Hawking
degrees: PhD
affiliation: cambridge
---
!author
first: Roger
last: Penrose
degrees: PhD
affiliation: birbeck
# A Meta Block that describes an organizational affiliation.  
# The 'id' makes it referenceable within the document.
!affiliation id: cambridge
university: Cambridge University
institute: Institute of Theoretical Astronomy
---
!affiliation id: birbeck
college: Birbeck College
dept: Department of Mathematics
# Introduction
An important feature of gravitation, for very large concentrations of mass, is that it is essentially *unstable*. This is due...
# This inserts a bibliography within the document.  Citations references are 
# resolved to a items in a folder named 'references', in the same directory as the 
# manuscript file.
!bibliography 
src: references

Manuscript publishing

Once the essential frontmatter meta elements have been declared, manuscripts can be automatically submitted to academic publishers. Articles, supporting data, and dependent code can be published directly on PubRef in the form of personal communications under the DOI prefix 10.17920/P9.pubref.

References

  1. Internet Archive. "The easiest way to compose and publish research — in science, technology, and medicine —". PubRef.org. Archived from the original on 2015-09-29. Retrieved 21 February 2020.
  2. "PubRef to be Removed from PubMed —". Retrieved 21 February 2020.
  3. Hawking, Stephen; Penrose, Roger (1970). "The Singularities of Gravitational Collapse and Cosmology". Proceedings of the Royal Society A. 314 (1519): 529–548. Bibcode:1970RSPSA.314..529H. doi:10.1098/rspa.1970.0021.
  4. Aries Press. "Aries Systems and PubRef Announce Partnership Allowing Authors Direct Submission to Thousands of Scholarly Journals". Aries Systems Corporation. Retrieved 21 February 2020.
  5. California Digital Library. "EZID Client List". California Digital Library. Archived from the original on 14 September 2015. Retrieved 10 September 2015.
Categories:
PubRef.org Add topic