Created
February 22, 2013 11:40
-
-
Save lambdaman2/5012884 to your computer and use it in GitHub Desktop.
json:sample article
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
doi: "10.1038/481241e", | |
authors: [ | |
{first: "Atsushi", last: "Takahashi", full: "Atsushi Takahashi", email:"[email protected]"}, | |
{first: "Hisashi", last: "Tokita", full: "Hisashi Tokita", email:"[email protected]"}, | |
{first: "Kenzo", last: "Takahashi", full: "Kenzo Takahashi", email:"[email protected]"} | |
], | |
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