{
	"file": "./data/2016/ams/AMS-BD Y J ENERO-ABRIL_2016.xlsx",
	"resource_name": "AMS-JOR",
	"resource_type": "Journals",
	"sheet_name": "AMS JOR",
	"conditions": [{
		"column": 0,
		"alias": "institucion",
		"where": {
			"contains": "JR1:"
		}
	}],
	"results": [{
		"alias": "institucion",
		"column": 0,
		"regex": ["\\*\\w{3}\\s(.*)","",1]
	}, {
		"alias": "shortname",
		"column": 0,
		"regex": ["[A-Z][A-Z][A-Z][A-Z]+","",0]
	}, {
		"alias": "ene_2016",
		"column": 10,
		"relative_y": 2
	}, {
		"alias": "feb_2016",
		"column": 11,
		"relative_y": 2
	}, {
		"alias": "mar_2016",
		"column": 12,
		"relative_y": 2
	}, {
		"alias": "abr_2016",
		"column": 13,
		"relative_y": 2
	}]
}