
{  
   "types" : {
      "Bookmark" : {
         "pluralLabel" : "Bookmarks"
      },
      "Publication" : {
         "pluralLabel" : "Publications"
      },
      "GoldStandardPublication" : {
         "pluralLabel" : "GoldStandardPublications"
      },
      "GoldStandardBookmark" : {
         "pluralLabel" : "GoldStandardBookmarks"
      },
      "Tag" : {
         "pluralLabel" : "Tags"
      },
      "User" : {
         "pluralLabel" : "Users"
      },
      "Group" : {
         "pluralLabel" : "Groups"
      },
      "Sphere" : {
         "pluralLabel" : "Spheres"
      }
   },
   
   "properties" : {
      "count" : {
         "valueType" : "number"
      },
      "date" : {
         "valueType" : "date"
      },
      "changeDate" : {
         "valueType" : "date"
      },
      "url" : {
         "valueType" : "url"
      },
      "id" : {
         "valueType" : "url"
      },
      "tags" : {
         "valueType" : "item"
      },
      "user" : {
         "valueType" : "item"
      }      
   },
   
   "items" : [
   	  
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2a29cc6f3914b414e82ae84df392d0c21/c.niethammer",         
         "tags" : [
            "OpenMP","hlrs","myown","parallel","programming","spmt","validation"
         ],
         
         "intraHash" : "a29cc6f3914b414e82ae84df392d0c21",
         "interHash" : "26db2a697e4809d8c54331cc47c92611",
         "label" : "Validating OpenMP 2.5 for Fortran and C/C++",
         "user" : "c.niethammer",
         "description" : "",
         "date" : "2015-11-20 15:43:39",
         "changeDate" : "2015-11-20 14:46:09",
         "count" : 1,
         "pub-type": "conference",
         "booktitle": "6th European Workshop on OpenMP",
         "year": "2004", 
         "url": "", 
         
         "author": [ 
            "Matthias Müller","Christoph Niethammer"
         ],
         "authors": [
         	
            	{"first" : "Matthias",	"last" : "Müller"},
            	{"first" : "Christoph",	"last" : "Niethammer"}
         ],
         
         "bibtexKey": "muller2004validating"

      }
	  
   ]
}
