{
    types: {
        'Person': {
            pluralLabel: 'People'
        },
        'Publication': {
            pluralLabel: 'Publications'
        }
    },
    properties: {
        'conferenceURL': {
            valueType: "url"
        },
        'powerpointURL': {
            valueType: "url"
        },
        'psURL': {
            valueType: "url"
        },
        'pdfURL': {
            valueType: "url"
        },
        'author': {
            label:                  "author",
	    pluralLabel:	    "authors",	
            reverseLabel:           "author of",
            reversePluralLabel:     "authors of",
            groupingLabel:          "their authors",
            reverseGroupingLabel:   "their work",
        },
        'venue': {
            valueType:              "item"
        },
	'cat': {
	    label: "category",
	    pluralLabel: "categories"
	    },
        'pub-type': {
            label:                  "type",
	    valueType: "item"
        }
    },
    items: [
           {
	   id: 'incollection',
       	   label: "In a Collection"
	   },
           {
	   id: 'inproceedings',
       	   label: "Conference Publication"
	   },
           {
	   id: 'article',
       	   label: "Journal Article"
	   },
           {
	   id: 'phdthesis',
       	   label: "PhD Thesis"
	   },
           {
	   id: 'mastersthesis',
       	   label: "Master's Thesis"
	   },
           {
	   id: 'demo',
       	   label: "Demo"
	   },
           {
	   id: 'poster',
       	   label: "Poster"
	   },
           {
	   id: 'invited',
       	   label: "Unrefereed"
	   },
           {
	   id: 'techreport',
       	   label: "Technical Report"
	   },
           {
	   id: 'unpublished',
       	   label: "Unpublished Manuscript"
	   },
           {
	   id: 'inproceedings',
       	   label: "In a Collection"
	   },
           {
	   id: 'bookchapter',
       	   label: "Book Chapter"
	   }
	]
}
