Web2Cit/data/au/org/socialsciences/templates.json

From Meta, a Wikimedia project coordination wiki
< Web2Cit‎ | data

[

 {
   "path": "/academy-fellow/*",
   "label": "Fellows of the Academy of the Social Sciences in Australia",
   "fields": [
     {
       "fieldname": "itemType",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "citoid",
               "config": "itemType"
             }
           ],
           "transformations": []
         }
       ]
     },
     {
       "fieldname": "title",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "xpath",
               "config": "//div[contains(@class,'fellow-honor')]"
             }
           ],
           "transformations": []
         }
       ]
     }
   ]
 }

]