Skip to content

Instantly share code, notes, and snippets.

@lambdaman2
Created February 22, 2013 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lambdaman2/5012884 to your computer and use it in GitHub Desktop.
Save lambdaman2/5012884 to your computer and use it in GitHub Desktop.
json:sample article
{
doi: "10.1038/481241e",
authors: [
{first: "Atsushi", last: "Takahashi", full: "Atsushi Takahashi", email:"email@email.com"},
{first: "Hisashi", last: "Tokita", full: "Hisashi Tokita", email:"email@email.com"},
{first: "Kenzo", last: "Takahashi", full: "Kenzo Takahashi", email:"email@email.com"}
],
article_type: {code: "rhighlts", name: "Research Highlights"},
article_type_primaries: [
{code: "res", name: "Research"},
]
published_date: '2012-01-18',
title: "Developmental biology: Watching cells die in real time",
pcode: "nature",
publisher: "Nature Publishing Group",
volume: 481,
issue: 7381,
start_page: 241,
end_page: 241,
first_para: "Contents of first paragraph (should be the abstract) when available",
subject_codes: { subject_sort_key: 'adaptation', ids : [80, 136] }
techniques: [
{id: 65, path: "/65", type: "npg.technique", version: "1.0"},
{id: 90, path: "/65/90", type: "npg.technique", version: "1.0"}
]
references: [
{fulltext : "Dutta, D., Herath, S. & Musiake, K. A mathematical model for flood loss estimation. J. Hydrol. 277, 24–49 (2003).",
title: "A mathematical model for flood loss estimation", year: 1996,
authors: [{first: "D.", last: "Dutta", full: "Dutta, D.",},
{first: "S.", last: "Herath", full: "Herath, S.",}
{etc..}
],
pub: "J. Hydrol",
},
{.... second refenrence, etc. ......}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment