{
    types: {
        'Person': {
            pluralLabel: 'People'
        },
        'Publication': {
            pluralLabel: 'Publications'
        }
    },
    properties: {
        'confurl': {
            valueType: "url"
        },
        'powerpointURL': {
            valueType: "url"
        },
        'ps': {
            valueType: "url"
        },
        'pdf': {
            valueType: "url"
        },
        'psgz': {
            valueType: "url"
        },
        'download': {
            valueType: "url"
        },
        'author': {
            label:                  "author",
	    pluralLabel:	    "authors",	
            reverseLabel:           "author of",
            reversePluralLabel:     "authors of",
            groupingLabel:          "their authors",
            reverseGroupingLabel:   "their work",
            valueType:              "item"
       },
        'venue': {
            valueType:              "item"
        },
	'cat': {
	    label: "category",
	    pluralLabel: "categories"
	    },
        'pub-type': {
            label:                  "type",
	    valueType: "item"
        }
    },
    items: [
           {
	   id: 'incollection',
       	   label: "In a Book/Collection"
	   },
           {
	   id: 'inproceedings',
       	   label: "Conference Publication"
	   },
           {
	   id: 'article',
       	   label: "Journal Article"
	   },
           {
	   id: 'phdthesis',
       	   label: "Ph.D. Thesis"
	   },
           {
	   id: 'mastersthesis',
       	   label: "Master's Thesis"
	   },
           {
	   id: 'techreport',
       	   label: "Technical Report"
	   },
           {
	   id: 'unpublished',
       	   label: "Unpublished Manuscript"
	   },
           {
	   id: 'miscellaneous',
       	   label: "Miscellaneous"
	   },
           {
	   id: 'inproceedings',
       	   label: "In a Collection"
		   },
           
// 	   {
// 	       label: 'AAAI',
// 		   area: 'AI'
// 		   },
// 	   {
// 	       label: 'Allerton',
// 		   area: 'Coding/Communication'
// 		   },
// 	   {
// 	       label: 'ALENEX',
// 		   area: 'Theory'
// 		   },
// 	   {
// 	       label: 'CHI',
// 		   area: 'HCI'
// 		   },
// 	   {
// 	       label: 'CIDR',
// 		   area: 'Systems'
// 		   },
// {
// 	label: 'CIKM',
// 	area: 'IR'
// 	},
// {
// 	label: 'CISS',
// 	area: 'Coding/Communication'
// 	},
// {
// 	label: 'EC',
// 	area: 'Theory'
// 	},
// {
// 	label: 'ESA',
// 	area: 'Theory'
// 	},
// {
// 	label: 'FOCS',
// 	area: 'Theory'
// 	},
// {
// 	label: 'HotNets',
// 	area: 'Systems'
// 	},
// {
// 	label: 'HotOS',
// 	area: 'Systems'
// 	},
// {
// 	label: 'ICAPS',
// 	area: 'Theory'
// 	},
// {
// 	label: 'ICML',
// 	area: 'AI'
// 	},
// {
// 	label: 'INTERACT',
// 	area: 'HCI'
// 	},
// {
// 	label: 'IPTPS',
// 	area: 'Systems'
// 	},
// {
// 	label: 'ISWC',
// 	area: 'Systems'
// 	},
// {
// 	label: 'IUI',
// 	area: 'HCI'
// 	},
// {
// 	label: 'Mobicom',
// 	area: 'Systems'
// 	},
// {
// 	label: 'NSDI',
// 	area: 'Systems'
// 	},
// {
// 	label: 'NAACL',
// 	area: 'AI'
// 	},
// {
// 	label: 'OOPSLA',
// 	area: 'Systems'
// 	},
// {
// 	label: 'PLDI',
// 	area: 'Systems'
// 	},
// {
// 	label: 'PODC',
// 	area: 'Theory'
// 	},
// {
// 	label: 'SDR',
// 	area: 'Coding/Communication'
// 	},
// {
// 	label: 'SICOMM',
// 	area: 'Systems'
// 	},
// {
// 	label: 'SIGIR',
// 	area: 'IR'
// 	},
// {
// 	label: 'SIGMOD',
// 	area: 'Systems'
// 	},
// {
// 	label: 'SODA',
// 	area: 'Theory'
// 	},
// {
// 	label: 'SOSP',
// 	area: 'Systems'
// 	},
// {
// 	label: 'SPAA',
// 	area: 'Theory'
// 	},
// {
// 	label: 'STOC',
// 	area: 'Theory'
// 	},
// {
// 	label: 'SWAT',
// 	area: 'Theory'
// 	},
// {
// 	label: 'SWFAT',
// 	area: 'Systems'
// 	},
// {
// 	label: 'UIST',
// 	area: 'HCI'
// 	},
// {
// 	label: 'USENIX Security',
// 	area: 'Systems'
// 	},
// {
// 	label: 'VLHCC',
// 	area: 'HCI'
// 	},
// {
// 	label: 'WADS',
// 	area: 'Theory'
// 	},
// {
// 	label: 'WINE',
// 	area: 'Theory'
// 	},
// {
// 	label: 'WWW',
// 	area: 'Systems'
// 	},
	]
}
