Module:විශේෂ අභියෝග/දත්ත/2567-01


return {
    year = 2567,
    month = 01,
    target = 2000,
    works = {
    	        -- new this month
        [0] = {
        	['Thuvia, Maid of Mars.djvu' ] = {
                cover = 9,
                year = 1920,
                author = 'Edgar Rice Burroughs',
                title = 'Thuvia, Maid of Mars',
                flag = 'USA',
                subject = {'Pulp Fiction'},
                status = {
                    initial = 'not proofread',
                    final = 'proofread'
                }
            },

			["A complete course in dressmaking, (Vol. 5, Skirts) (IA completecoursein05cono).pdf"] = {
                year = 1922,
                cover = 1,
                title = "A Complete Course In Dressmaking (Vol. 5, Skirts)",
                author = "Isabel De Nyse Conover",
                flag = "USA",
                subject = {"Sewing"},
                status = {
                    initial = "not proofread"
                }
            },
		},
		[1] = {
        	['The life and opinions of Tristram Shandy (Volume 2).pdf' ] = {
            	cover = 5, 
            	year = 1760, 
            	author = 'Laurence Sterne', 
            	title = 'The life and opinions of Tristram Shandy (Volume 2)', 
            	flag = 'UK', 
            	subject = {'Fiction'}, 
            	status = {
            		initial = 'not proofread'
            	}
    	    },
        	["Medical Heritage Library (IA b29007239).pdf"] = {
                cover = 11,
                year = 1914,
                author = "James Robert Brown",
                title = "Loves Garland",
                flag = "UK",
                subject = {"Alchemy"},
                status = {
                    initial = "proofread",
                    final = "validated"
                }
        	},
			},-- end of 1 month
		[2] = {
        	[ 'The Wanderer (1814 Volume 5).pdf' ] = {
                cover = 7,
                year = 1814,
                author = 'Fanny Burney',
                title = 'The Wanderer (Volume 5)',
                flag = 'UK',
                subject = {'Novels', 'Women Writers'},
                status = {
                    initial = 'not proofread',
                    final = "proofread"
                }
            },
			["Up From Slavery.djvu"] = {
                year = 1901,
                title = "Up From Slavery",
                author = "Booker T. Washington",
                flag = "USA",
                cover = 10,
                subject = {"Requested Texts"},
                status = {
                    initial = "proofread", 
                }
            },
    	},
		}
}