Skip to content

Instantly share code, notes, and snippets.

@robertknight
Created June 21, 2013 14:50
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 robertknight/5831706 to your computer and use it in GitHub Desktop.
Save robertknight/5831706 to your computer and use it in GitHub Desktop.
Label schema file
[
{
"label": "abstract",
"color": "#dddddd"
},
{
"label": "address-other",
"color": "#dddddd"
},
{
"label": "affiliations",
"color": "#dddddd",
"sublabels": [
"",
"address-other",
"area",
"city",
"country",
"department",
"institution",
"postcode",
"university"
]
},
{
"label": "area",
"color": "#dddddd"
},
{
"label": "article-id",
"color": "#dddddd"
},
{
"label": "author-keywords",
"color": "#dddddd",
"sublabels": [
"keyword"
]
},
{
"label": "authors",
"color": "#dddddd",
"sublabels": [
"affiliations",
"e-mail",
"first-names",
"is-corresponding-author",
"last-name",
"title"
]
},
{
"label": "bounding-box-coordinates",
"color": "#dddddd"
},
{
"label": "caption",
"color": "#dddddd"
},
{
"label": "chapter",
"color": "#dddddd"
},
{
"label": "city",
"color": "#dddddd"
},
{
"label": "country",
"color": "#dddddd"
},
{
"label": "date-published",
"color": "#dddddd"
},
{
"label": "date-reviewed",
"color": "#dddddd"
},
{
"label": "date-submitted",
"color": "#dddddd"
},
{
"label": "department",
"color": "#dddddd"
},
{
"label": "doi",
"color": "#dddddd"
},
{
"label": "e-mail",
"color": "#dddddd"
},
{
"label": "editors",
"color": "#dddddd",
"sublabels": [
"affiliations",
"e-mail",
"first-names",
"last-name",
"title"
]
},
{
"label": "figures",
"color": "#dddddd",
"sublabels": [
"bounding-box-coordinates",
"caption",
"page-in-pdf"
]
},
{
"label": "first-names",
"color": "#dddddd"
},
{
"label": "funding-id",
"color": "#dddddd"
},
{
"label": "has-et-al",
"color": "#dddddd"
},
{
"label": "headings",
"color": "#dddddd",
"sublabels": [
"subheading",
"text"
]
},
{
"label": "inline-reference",
"color": "#dddddd"
},
{
"label": "institution",
"color": "#dddddd"
},
{
"label": "is-corresponding-author",
"color": "#dddddd"
},
{
"label": "issue",
"color": "#dddddd"
},
{
"label": "keyword",
"color": "#dddddd"
},
{
"label": "last-name",
"color": "#dddddd"
},
{
"label": "number-of-pages",
"color": "#dddddd"
},
{
"label": "page-in-pdf",
"color": "#dddddd"
},
{
"label": "page-range",
"color": "#dddddd"
},
{
"label": "postcode",
"color": "#dddddd"
},
{
"label": "publication-venue",
"color": "#dddddd"
},
{
"label": "publisher",
"color": "#dddddd"
},
{
"label": "reference-string",
"color": "#dddddd"
},
{
"label": "references",
"color": "#dddddd",
"sublabels": [
"article-id",
"authors",
"chapter",
"city",
"date-published",
"doi",
"has-et-al",
"inline-reference",
"issue",
"number-of-pages",
"page-range",
"publication-venue",
"publisher",
"reference-string",
"section",
"tag",
"title",
"volume"
]
},
{
"label": "section",
"color": "#dddddd"
},
{
"label": "subheading",
"color": "#dddddd",
"sublabels": [
"subheading",
"text"
]
},
{
"label": "tag",
"color": "#dddddd"
},
{
"label": "text",
"color": "#dddddd"
},
{
"label": "title",
"color": "#dddddd"
},
{
"label": "university",
"color": "#dddddd"
},
{
"label": "volume",
"color": "#dddddd"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment