Source>Bibliography

Bibliography


Type:Blank Node


Information uniquely describing the document or database.


FieldTypeRequiredDefinition
documentDOI
stringNo

A unique number made up of a prefix and a suffix separated by a forward slash, e.g. 10.1000/182.

title
stringYes

The title of the document or database.

arxivID
stringNo

The arXiv ID.

scopus
stringNo

The Scopus ID.

mendeleyID
stringNo

The Mendeley ID.

authors
List[Actor]Yes

The authors of the document or database.

outlet
stringYes

Where the document or database was published (can be "unpublished").

year
numberYes

The year the document or database was published, or the year this version of the database was released.

volume
numberNo

The volume holding the document.

issue
stringNo

The issue holding the document.

chapter
stringNo

The chapter.

pages
stringNo

The range of pages the document covers, e.g., 4-8.

publisher
stringNo

The publisher of the document or database.

city
stringNo

The city of the publisher.

editors
List[Actor]No

The editors of the document or database.

institutionPub
List[Actor]No

The institutions who published the document or database.

websites
array[string]No

Websites where the document or database was accessed from.

articlePdf
stringNo

A link to a freely available pdf version of this article.

dateAccessed
array[string]No

A corresponding list of dates the webpages were accessed in ISO 8601 format (YYYY-MM-DD).

abstract
stringNo

A brief summary of the document or database.


Internal Properties

The following properties are automatically set when data are uploaded to the HESTIA platform. If they are included in a file which is uploaded, they will be overwritten.

FieldTypeDefinition
@context

The location of the JSON-LD context file.

@id

The unique ID assigned to the Node by HESTIA.

@type

Bibliography

name
string

An automatically generated citation in the format: lastName (year) for a single author or institution, lastName & lastName (year) for two authors or institutions, or lastName et al (year) for more than two authors or institutions.

schemaVersion
string

The version of the schema when these data were created.


Example 1

{
  "@type": "Bibliography",
  "name": "Poore & Nemecek (2018)",
  "documentDOI": "10.1126/science.aaq0216",
  "scopus": "2-s2.0-85048197694",
  "mendeleyID": "9ecd6598-d3c7-36a3-965b-821be771b328",
  "title": "Reducing food's environmental impacts through producers and consumers",
  "authors": [
    {
      "@id": "avvs577",
      "@type": "Actor",
      "name": "J. Poore, Univerity of Oxford"
    },
    {
      "@id": "gyys7s9",
      "@type": "Actor",
      "name": "T. Nemecek, Agroscope"
    }
  ],
  "outlet": "Science",
  "year": 2018,
  "abstract": "Food's environmental impacts are created by millions of diverse producers. To identify solutions that are effective under this heterogeneity, we consolidated data covering five environmental indicators; 38,700 farms; and 1600 processors, packaging types, and retailers. Impact can vary 50-fold among producers of the same product, creating substantial mitigation opportunities. However, mitigation is complicated by trade-offs, multiple ways for producers to achieve low impacts, and interactions throughout the supply chain. Producers have limits on how far they can reduce impacts. Most strikingly, impacts of the lowest-impact animal products typically exceed those of vegetable substitutes, providing new evidence for the importance of dietary change. Cumulatively, our findings support an approach where producers monitor their own impacts, flexibly meet environmental targets by choosing from multiple practices, and communicate their impacts to consumers."
}