Skip to content

Instantly share code, notes, and snippets.

@hubgit
Created November 28, 2012 13:23
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 hubgit/4161257 to your computer and use it in GitHub Desktop.
Save hubgit/4161257 to your computer and use it in GitHub Desktop.
Article Schema
{
"type": "http://schema.org/ScholarlyArticle",
"self": "http://example.com/articles/1",
"alternate": {
"text/html": "http://example.com/articles/1.html",
"application/pdf": "http://example.com/articles/1.pdf",
"application/bibtex": "http://example.com/articles/1.bibtex",
"application/x-research-info-systens": "http://example.com/articles/1.ris",
},
"title": "Dynamics of Intraocular IFN-γ, IL-17 and IL-10-Producing Cell Populations during Relapsing and Monophasic Rat Experimental Autoimmune Uveitis",
"language": "en",
"abstract": "A major limitation of most animal models of autoimmune diseases is that they do not reproduce the chronic or relapsing-remitting pattern characteristic of many human autoimmune diseases.",
"dates": {
"created": "2012-10-01",
"published": "2012-10-01",
},
"identifiers": {
"doi": "10.0000/example",
"pmid": "12345"
},
"contributors": [
{
"roles": ["author"],
"name": {
"type": "personal",
"given": ["Ulrike"],
"family": ["Kaufmann"],
"initials": ["E"],
"full": "Ulrike E Kaufmann"
},
"identifiers": {
"orcid": "0000-0000-0000-0001"
},
"affiliation": {
"address": "Example Address"
}
},
{
"roles": ["translator"],
"name": {
"type": "personal",
"given": ["Maria"],
"family": ["Diedrichs-Möhring"],
"full": "Maria Diedrichs-Möhring"
},
"identifiers": {
"orcid": "0000-0000-0000-0002"
}
}
],
"host": {
"type": "http://schema.org/Periodical",
"title": "Nature Immunology",
"alternateTitles": {
"iso": "Nat Immunol",
},
"identifiers": {
"issn": "1932-6203",
"eissn": "1932-6204",
"issnl": "1932-6202"
},
"part": {
"dateIssued": "2012-10-01",
"volume": "1",
"issue": "2",
"pages": {
"start": "10",
"end": "14"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment