Module:Monthly Challenge/data/2022-07

From Wikisource
Jump to navigation Jump to search
return {
    year = 2022,
    month = 07,
    target = 2000,
    works = {
    	        -- new this month
        [0] = {
        	["The marble faun; or, The romance of Monte Beni (IA marblefaunorroma02hawtrich).pdf"] = {
                cover = 7,
                year = 1860,
                author = "Nathaniel Hawthorne",
                title = "The Marble Faun (Volume 2)",
                flag = "USA",
                subject = {"Novel"},
                status = {
                    initial = "not proofread"
                }
        	},
        	["The last man (Second Edition 1826 Volume 3).djvu"] = {
                year = 1826,
                cover = 7,
                title = "The Last Man (Volume 3)",
                author = "Mary Wollstonecraft Shelley",
                flag = "UK",
                subject = {"Women Writers"},
                status = {
                    initial = "not proofread", 
                    final = "validated"
                }
            }, 
        	["Grimm's household tales, volume 2 (1884).djvu"] = {
                year = 1884,
                title = "Grimm's Household Tales (Volume 2)",
                author = {"Jacob Grimm", "Wilhelm Grimm"},
                subject = "Fairy Tales",
                cover = 9,
                flag = "Germany",
                status = {
                    initial = "not proofread"
                }
            },

        	["Decline and Fall of the Roman Empire vol 2 (1897).djvu"] = {
                year = 1897,
                cover = 7,
                title = "Decline and Fall of the Roman Empire, Volume 2",
                author = "Edward Gibbon",
                subject = "Roman History",
                flag = "UK",
                status = {
                    initial = "not proofread",
                    final = "tofix" -- bad page scan
                }
            },
        	["The Strand Magazine (Volume 4).djvu"] = {
                year = 1892,
                cover = 639,
                title = "The Adventure of Silver Blaze",
                author = "Arthur Conan Doyle",
                subject = "Sherlock Holmes",
                flag = "UK",
                short = true,
                status = {
                    initial = "not proofread", 
                    final = "validated"
                }
            },
            ["The Strand Magazine (Volume 5).djvu"] = {
                year = 1893,
                cover = 597,
                title = "The Adventure of the Musgrave Ritual",
                author = "Arthur Conan Doyle",
                subject = "Sherlock Holmes",
                flag = "UK",
                short = true,
                status = {
                    initial = "not proofread", 
                    final = "proofread"
                }
            },
            ["The Strand Magazine (Volume 6).djvu"] = {
                year = 1893,
                cover = 554,
                title = "The Final Problem",
                author = "Arthur Conan Doyle",
                subject = "Sherlock Holmes",
                flag = "UK",
                short = true,
                status = {
                    initial = "not proofread", 
                    final = "proofread"
                }
            },
            ["Lippincotts Monthly Magazine-45.djvu"] = {
                year = 1890,
                cover = 166,
                title = "The Sign of the Four",
                author = "Arthur Conan Doyle",
                subject = "Sherlock Holmes",
                flag = "UK",
                short = true,
                status = {
                    initial = "not proofread"
                }
            },
        	["Book of Etiquette, Volume 2, by Lilian Eichler.djvu"] = {
                year = 1921,
                title = "Book of Etiquette (Volume 2)",
                author = "Lillian Eichler",
                subject = "Society",
                cover = 9,
                flag = "USA",
                status = {
                    initial = "not proofread"
                }
            },
        	[ 'From Passion to Peace - Allen - 1910.djvu' ] = {
                cover = 7,
                year = 1910,
                title = 'From Passion to Peace',
                author = 'James Allen',
                flag = 'USA',
                subject = {'Requested Texts'},
                status = {
                    initial = 'not proofread',
                    final = 'validated'
                }
            },
        	[ 'Uncle Tom\'s cabin, or, Life among the lowly (1852 Volume 1 Original).djvu' ] = {
                cover = 7,
                year = 1852,
                title = 'Uncle Tom\'s Cabin',
                author = 'Harriet Beecher Stowe',
                flag = 'USA',
                subject = {'Slavery in the USA', 'Novels', 'Women Writers'},
                status = {
                    initial = 'not proofread'
                }
            },
			[ 'Paradise lost - a poem in ten books (IA paradiselostpoem00milt 0).pdf' ] = {
                cover = 7,
                year = 1666,
                author = 'John Milton',
                title = 'Paradise Lost',
                flag = 'England',
                subject = {'Seventeenth Century', 'Poetry'},
                status = {
                    initial = 'not proofread'
                }
            },
			[ 'Clarissa (1748 Volume 1).pdf' ] = {
                cover = 11,
                year = 1748,
                author = 'Samuel Richardson',
                title = 'Clarissa (Volume 1)',
                flag = 'UK',
                subject = { 'Eighteenth Century', 'Novels' },
                status = {
                    initial = 'not proofread'
                }
            },
			[ 'The Wanderer (1814 Volume 1).pdf' ] = {
                cover = 7,
                year = 1814,
                author = 'Fanny Burney',
                title = 'The Wanderer (Volume 1)',
                flag = 'UK',
                subject = {'Novels', 'Women Writers'},
                status = {
                    initial = 'not proofread',
                    final = 'proofread'
                }
            },
            [ 'The Wanderer (1814 Volume 2).pdf' ] = {
                cover = 7,
                year = 1814,
                author = 'Fanny Burney',
                title = 'The Wanderer (Volume 2)',
                flag = 'UK',
                subject = {'Novels', 'Women Writers'},
                status = {
                    initial = 'not proofread',
                    final = 'not proofread'
                }
            },

            [ 'A Passage to India.djvu' ] = {
                cover = 5,
                year = 1924,
                author = ' E. M. Forster',
                title = 'A Passage to India',
                flag = 'UK',
                subject = {'Celebrating the Public Domain', 'Novels'},
                status = {
                    initial = 'not proofread'
                }
            },
			[ 'The Elder Edda and the Younger Edda - tr. Thorpe - 1907.djvu' ] = {
                cover = 13,
                year = 1907,
                author = { 'Sæmundr Sigfússon', 'Snorri Sturluson', 'Benjamin Thorpe' },
                title = 'The Elder and Younger Eddas',
                flag = 'Iceland',
                subject = {'Poetry'},
                status = {
                    initial = 'not proofread'
                }
            },
			['The_World\'s_Most_Famous_Court_Trial_-_1925.djvu'] = {
                year = 1925,
                title = 'The World\'s Most Famous Court Trial',
                subject = { 'Law', 'Science' },
                flag = 'USA',
                status = {
                    initial = 'not proofread',
                    final = "proofread"
                }
            },
			[ 'Works of Thomas Carlyle - Volume 06.djvu' ] = {
                year = 1896,
                flag = 'Scotland',
                author = 'Thomas Carlyle',
                title = 'Cromwell\'s Letters and Speeches',
                subject = 'History',
                cover = 11,
                status = {
                    initial = 'not proofread',
                }
            },
			[ 'The common reader.djvu' ] = {
                year = 1925,
                title = 'The Common Reader',
                author = 'Virginia Woolf',
                flag = 'USA',
                cover = 9,
                subject = { 'Celebrating the Public Domain', 'Easy' },
                status = {
                    initial = 'not proofread',
                    final = 'proofread'
                }
                },
			[ 'The Elizabethan stage (Volume 1).pdf' ] = {
                year = 1923,
                title = 'The Elizabethan stage (Volume 1)',
                author = 'E.K. Chambers',
                flag = 'UK',
                cover = 11,
                subject = { 'Celebrating the Public Domain', 'Formatting' },
                status = {
                    initial = 'not proofread',
                }
                },
				[ 'Tess of the D\'Urbervilles (1891 Volume 1).pdf' ] = {
                year = 1891,
                title = 'Tess of the d\'Urbervilles',
                author = 'Thomas Hardy',
                flag = 'UK',
                cover = 11,
                subject = { 'Novels', 'Easy' },
                status = {
                    initial = 'not proofread',
                }
                },
                [ 'This Side of Paradise - Fitzgerald - 1920.djvu' ] = {
                year = 1920,
                title = 'This Side of Paradise',
                author = 'Francis Scott Fitzgerald',
                flag = 'USA',
                cover = 9,
                subject = { 'Novels', 'Easy' },
                status = {
                    initial = 'not proofread',
                }
                },
                [ 'The collected works of Henrik Ibsen (Heinemann Volume 1).pdf' ] = {
                year = 1906,
                title = 'The collected works of Henrik Ibsen (Volume 1)',
                author = 'Henrik Ibsen',
                flag = 'Norway',
                cover = 7,
                subject = { 'Plays', 'Formatting' },
                status = {
                    initial = 'not proofread',
                }
                },
				[ 'The Posthumous Papers of the Pickwick Club.djvu' ] = {
                year = 1837,
                title = ' 	The Posthumous Papers of the Pickwick Club (First Edition)',
                author = 'Charles Dickens',
                flag = 'UK',
                cover = 15,
                subject = { 'Novels', 'Easy', 'Images'  },
                status = {
                    initial = 'not proofread',
                }
                },
                ["Tarzan the Untamed.djvu"] = {
                year = 1920,
                cover = 9,
                title = "Tarzan the Untamed",
                author = "Edgar Rice Burroughs",
                flag = "USA",
                subject = {"Adventure", "Requested Texts"},
                status = {
                    initial = "not proofread"
                }
            }
		},
		[1] = {
        	["Dobbs v. Jackson Women's Health Organization.pdf"] = {
                cover = 1,
                year = 2022,
                author = "Supreme Court of the United States",
                title = "Dobbs v. Jackson Women's Health Organization",
                flag = "USA",
                subject = {"Supreme Court"},
                status = {
                    initial = "not proofread"
                }
            },
        	["The Works of H G Wells Volume 6.pdf"] = {
                cover = 15,
                year = 1924,
                author = "H. G. Wells",
                title = "The Works of H.G. Wells (Volume 6)",
                flag = "UK",
                subject = {"Science Fiction"},
                status = {
                    initial = "not proofread"
                }
            },
        	["The Strand Magazine (Volume 62).djvu"] = {
                year = 1921,
                cover = 297,
                title = "The Adventure of the Mazarin Stone",
                author = "Arthur Conan Doyle",
                subject = "Sherlock Holmes",
                flag = "UK",
                short = true,
                status = {
                    initial = "proofread", 
                    final = "validated"
                }
            },
        	[ 'The New Negro.pdf' ] = {
                cover = 9,
                year = 1925,
                author = 'Alain Locke',
                title = 'The New Negro',
                flag = 'USA',
                subject = {'Transclusion'},
                status = {
                    initial = "tofix", ---needs transclusion check and images
                }
            },
        	["Brief for the United States, Wong Sun v. United States, 371 U.S. 471 (1963).djvu"] = {
                year = 1962,
                cover = 1,
                title = "Brief for the United States, Wong Sun v. United States, 371 U.S. 471",
                author = "United States Department of Justice",
                subject = "Transclusion",
                flag = "USA",
                status = {
                    initial = "proofread"
                }
            },
			["Bradshaw's Railway Timetables (No3.) 1839.djvu"] = {
                year = 1839,
                cover = 1,
                title = "Bradshaw's Railway Timetables (No3.)",
                author = "George Bradshaw",
                subject = "Transclusion",
                flag = "USA",
                status = {
                    initial = "proofread"
                }
            },
			[ 'CAB Accident Report, American Airlines Flight 383.pdf' ] = {
                cover = 1,
                year = 1966,
                author = 'Civil Aeronautics Board',
                title = ' 	Aviation Accident Report: American Airlines Flight 383',
                flag = 'USA',
                subject = {'Transclusion'},
                status = {
                    initial = "proofread",
                    final = "validated"
                }
            },
        	["The Philippine Islands, 1493-1803 (Volume 05).djvu"] = {
                year = 1903,
                flag = "Philippines",
                page = "Portal:The Philippine Islands, 1493-1803",
                author = "Emma Helen Blair",
                title = "The Philippine Islands, 1493-1803 (Volume 5)",
                subject = "Western Colonialism",
                cover = 5,
                status = {
                    initial = "not proofread"
                }
            },
        	["The octopus - a story of California (IA theoctopusstory00norrrich).pdf"] = {
                cover = 7,
                year = 1901,
                author = "Frank Norris",
                title = "The Octopus",
                flag = "USA",
                subject = {"Novels"},
                status = {
                    initial = "not proofread"
                }
        	},
    		["Social Control (1901).djvu"] = {
                cover = 9,
                year = 1901,
                author = "Edward Alsworth Ross",
                title = "Social Control",
                flag = "USA",
                subject = {"Sociology"},
                status = {
                    initial = "not proofread"
                }
        	},
            ["Man and superman; a comedy and a philosophy (IA mansupermancomed00shawrich).pdf"] = {
                cover = 9,
                year = 1903,
                author = "Bernard Shaw",
                title = "Man and Superman",
                flag = "UK",
                subject = {"Sociology"},
                status = {
                    initial = "not proofread"
                }
        	},
        	["New Epoch for Faith.pdf"] = {
                cover = 9,
                year = 1903,
                author = "George Angier Gordon",
                title = "The New Epoch for Faith",
                flag = "UK",
                subject = {"Sociology"},
                status = {
                    initial = "not proofread"
                }
        	},
        	["Addams - 1902 - Democracy and Social Ethics.djvu"] = {
                cover = 7,
                year = 1902,
                author = "Jane Addams",
                title = "Democracy and Social Ethics",
                flag = "USA",
                subject = {"Sociology"},
                status = {
                    initial = "not proofread",
                    final = "validated"
                }
        	},
    		 ["The marble faun; or, The romance of Monte Beni (IA marblefaunorroma01hawtrich).pdf"] = {
                cover = 7,
                year = 1860,
                author = "Nathaniel Hawthorne",
                title = "The Marble Faun (Volume 1)",
                flag = "USA",
                subject = {"Novel"},
                status = {
                    initial = "not proofread",
                    final = "proofread"
                }
        	},
        	["The last of the Mohicans (1826 Volume 1).djvu"] = {
                cover = 5,
                year = 1826,
                author = "James Fenimore Cooper",
                title = "The Last of the Mohicans (Volume 1)",
                flag = "USA",
                subject = {"Novel"},
                status = {
                    initial = "not proofread"
                }
        	},
        	["How the other half lives.djvu"] = {
                cover = 11,
                year = 1890,
                author = "Jacob Riis",
                title = "How the Other Half Lives",
                flag = "USA",
                subject = {"Novel"},
                status = {
                    initial = "not proofread"
                }
        	},
        	["The Country of Pointed Firs - Jewett - 1896.djvu"] = {
                cover = 9,
                year = 1896,
                author = "Sarah Orne Jewett",
                title = "The Country of Pointed Firs",
                flag = "USA",
                subject = {"Novel"},
                status = {
                    initial = "proofread"
                }
        	},
        	["The Education of Henry Adams (1907).djvu"] = {
                cover = 11,
                year = 1907,
                author = "Henry Brooks Adams",
                title = "The Education of Henry Adams",
                flag = "USA",
                subject = {"Novel"},
                status = {
                    initial = "not proofread"
                }
        	},
        	["The house without a key, by Earl Derr Biggins (1925).djvu"] = {
                cover = 5,
                year = 1925,
                author = "Earl Derr Biggers",
                title = "The House Without a Key",
                flag = "USA",
                subject = {"Novel"},
                status = {
                    initial = "not proofread"
                }
        	},
        	["Following darkness (IA followingdarknes00reid).pdf"] = {
                cover = 5,
                year = 1912,
                author = "Forrest Reid",
                title = "Following Darkness",
                flag = "UK",
                subject = {"LGBT"},
                status = {
                    initial = "not proofread"
                }
        	},
    		["The American Language.djvu"] = {
                cover = 9,
                year = 1919,
                author = "Henry Louis Mencken",
                title = "The American Language",
                flag = "USA",
                subject = {"Linguistics"},
                status = {
                    initial = "not proofread"
                }
        	},
        	["Historic highways of America (Volume 7).djvu"] = {
                year = 1902,
                cover = 7,
                title = "Portage Paths",
                author = "Archer Butler Hulbert",
                flag = "USA",
                subject = {"American History"},
                status = {
                    initial = "not proofread", 
                    final = "validated"
                }
            },
			["Scholastic Aptitude Test (SAT) from 1926.pdf"] = {
                year = 1926,
                cover = 1,
                title = "1926 SAT",
                author = "College Entrance Examination Board",
                flag = "USA",
                subject = {"American History"},
                short = True,
                status = {
                    initial = "not proofread",
                    final = "tofix"
                }
            },
            ["The Spirit of French Music.djvu"] = {
                year = 1921,
                cover = 7,
                title = "The Spirit of French Music",
                author = "Pierre Lasserre",
                flag = "France",
                subject = {"Music"},
                status = {
                    initial = "not proofread"
                }
            },
            ["Iliad Buckley.djvu"] = {
                year = 1860,
                cover = 9,
                title = "The Iliad of Homer",
                author = "Homer",
                flag = "Greece",
                subject = {"Translation"},
                status = {
                    initial = "proofread"
                }
            },
            ["Clotel (1853).djvu"] = {
                year = 1853,
                cover = 2,
                title = "Clotel, Or, the President's Daughter",
                author = "William Wells Brown",
                flag = "USA",
                subject = {"First African-American Novel"},
                status = {
                    initial = "not proofread"
                }
            },
            ["A Political Pilgrim in Europe - Snowden - 1921.djvu"] = {
                year = 1921,
                cover = 9,
                title = "A Political Pilgrim in Europe",
                author = "Ethel Snowden",
                flag = "USA",
                subject = {"Travelogue"},
                status = {
                    initial = "not proofread"
                }
            }
        },
         [2] = {
        	 ["The Strand Magazine (Volume 63).djvu"] = {
                year = 1922,
                cover = 103,
                title = "The Problem of Thor Bridge (Part 1)",
                author = "Arthur Conan Doyle",
                subject = "Sherlock Holmes",
                flag = "UK",
                short = true,
                status = {
                    initial = "proofread"
                }
            },
        	["Eliot - The Mill on the Floss, vol. I, 1860.djvu"] = {
                cover = 7,
                year = 1860,
                author = "George Eliot",
                title = "The Mill on the Floss (Volume 1)",
                flag = "UK",
                subject = {"Novels"},
                status = {
                    initial = "not proofread"
                }
        	},
        ["Brinkley - Japan - Volume 3.djvu"] = {
                year = 1901,
                cover = 15,
                title = "Japan: Its History, Arts and Literature (Volume 3)",
                author = "Francis Brinkley",
                flag = "USA",
                subject = {"Japanese History"},
                status = {
                    initial = "not proofread",
                    final = "proofread"
                }
            },
            ["Eliot - Daniel Deronda, vol. IV, 1876.djvu"] = {
                cover = 7,
                year = 1876,
                author = "George Eliot",
                title = "Daniel Deronda (Volume 4)",
                flag = "UK",
                subject = {"Novels"},
                status = {
                    initial = "proofread"
                }
            },
        	["Eliot - Daniel Deronda, vol. III, 1876.djvu"] = {
                cover = 7,
                year = 1876,
                author = "George Eliot",
                title = "Daniel Deronda (Volume 3)",
                flag = "UK",
                subject = {"Novels"},
                status = {
                    initial = "proofread"
                }
            },
        	["The Commentaries of Caesar.djvu"] = {
                year = 1870,
                title = "The Commentaries of Caesar",
                author = "Anthony Trollope",
                subject = {'Roman History'},
                cover = 7,
                flag = "UK",
                status = {
                    initial = "not proofread",
                    final = "validated"
                }
            },
        	  ["The Blithedale Romance.djvu"] = {
                year = 1852,
                title = "The Blithedale Romance",
                author = "Nathaniel Hawthorne",
                subject = {'Novels', 'Requested Texts'},
                cover = 13,
                flag = "USA",
                status = {
                    initial = "proofread"
                }
            },
        	["Rilla of Ingleside (1921).djvu"] = {
                year = 1921,
                title = "Rilla of Ingleside",
                author = "Lucy Maud Montgomery",
                subject = "Adventure",
                cover = 7,
                flag = "Canada",
                status = {
                    initial = "not proofread"
                }
            },
        	["A history of Hungarian literature.djvu"] = {
                year = 1906,
                title = "A History of Hungarian Literature",
                author = "Frigyes Riedl",
                subject = "Hungarian Literature",
                cover = 7,
                flag = "Hungary",
                status = {
                    initial = "not proofread"
                }
            },
        	["A Treatise on Painting.djvu"] = {
                year = 1802,
                title = "A Treatise on Painting",
                author = "Leonardo da Vinci",
                subject = "Transclusion",
                cover = 13,
                flag = "UK",
                status = {
                    initial = "tofix",
                    final = "validated"
                }
            },
        	 ["The Gilded Age - Twain - 1874.pdf"] = {
                year = 1874,
                title = "The Gilded Age",
                author = "Mark Twain",
                subject = "Acclaimed Books",
                cover = 7,
                flag = "USA",
                status = {
                    initial = "not proofread"
                }
            },
            ["The Jungle (1906).djvu"] = {
                year = 1906,
                title = "The Jungle",
                author = "Upton Sinclair",
                subject = "Acclaimed Books",
                cover = 1,
                flag = "USA",
                status = {
                    initial = "not proofread"
                }
            },
             ["The World and the Individual, First Series (1899).djvu"] = {
                year = 1899,
                title = "The World and the Individual",
                author = "Josiah Royce",
                subject = "Acclaimed Books",
                cover = 4,
                flag = "USA",
                status = {
                    initial = "not proofread"
                }
            },
            ["An American anthology, 1787-1900; selections illustrating the editor's critical review of American poetry in the nineteenth century (IA anamericananthol00stedrich).pdf"] = {
                year = 1900,
                title = "An American anthology, 1787-1900",
                author = "Edmund Clarence Stedman",
                subject = "Acclaimed Books",
                cover = 15,
                flag = "USA",
                status = {
                    initial = "not proofread"
                }
            },
            ["The School and Society.djvu"] = {
                year = 1900,
                title = "The School and Society",
                author = "John Dewey",
                subject = "Acclaimed Books",
                cover = 1,
                flag = "USA",
                status = {
                    initial = "not proofread",
                    final = "proofread"
                }
            },
            ["Conrad - Lord Jim, 1900.djvu"] = {
                year = 1900,
                title = "Lord Jim",
                author = "Joseph Conrad",
                subject = "Acclaimed Books",
                cover = 7,
                flag = "USA",
                status = {
                    initial = "not proofread"
                }
            },
            ["The Theory of the Leisure Class.pdf"] = {
                year = 1899,
                title = "The Theory of the Leisure Class",
                author = "Thorstein Veblen",
                subject = "Acclaimed Books", "Economics",
                cover = 7,
                flag = "USA",
                status = {
                    initial = "not proofread",
                    final = "proofread"
                }
            },
              ["Jaspar Tristram (1899).djvu"] = {
                year = 1899,
                title = "Jaspar Tristram",
                author = "A. W. Clarke",
                subject = "LGBT",
                cover = 9,
                flag = "UK",
                status = {
                    initial = "not proofread"
                }
            },
            ["Ragged Dick, or, Street life in New York with the boot-blacks (IA raggeddickorstre1868alge).pdf"] = {
                year = 1868,
                title = "Ragged Dick",
                author = "Horatio Alger",
                subject = "Acclaimed Books",
                cover = 11,
                flag = "USA",
                status = {
                    initial = "not proofread"
                }
            },
            ["Carnegie - Wealth - 1889.pdf"] = {
                year = 1889,
                title = "Wealth",
                author = "Andrew Carnegie",
                subject = "Economics",
                cover = 1,
                short = true,
                flag = "USA",
                status = {
                    initial = "proofread"
                }
            },
            ["North American Review 1889-12 Vol 149 Iss 397.pdf"] = {
                year = 1889,
                title = "The Best Fields for Philanthropy",
                author = "Andrew Carnegie",
                subject = "Economics",
                cover = 42,
                short = true,
                flag = "USA",
                status = {
                    initial = "proofread"
                }
            },
            ["Nihongi by Aston.djvu"] = {
                year = 1896,
                title = "Nihongi",
                author = "William George Aston",
                subject = "History",
                cover = 12,
                flag = "Japan",
                status = {
                    initial = "not proofread"
                }
            },
             ["Moby-Dick (1851) US edition.djvu"] = {
                year = 1851,
                title = "Moby-Dick",
                author = "Herman Melville",
                subject = "Acclaimed Books",
                cover = 9,
                flag = "USA",
                status = {
                    initial = "not proofread"
                }
            },
            [ 'Camperdown - Griffith - 1836.djvu' ] = {
                cover = 11,
                year = 1836,
                author = 'Mary Griffith',
                title = 'Camperdown, or, News from our neighbourhood',
                flag = 'USA',
                subject = {'Future Fiction'},
                status = {
                    initial = "proofread"
                }
            },
            [ 'The History of the Standard Oil Company Vol 2.djvu' ] = {
                cover = 11,
                year = 1904,
                author = 'Ida Tarbell',
                title = 'The History of the Standard Oil Company (Volume 2)',
                flag = 'USA',
                subject = {'Requested Texts'},
                status = {
                    initial = "tofix",
                    final = "proofread"
                }
            }
        }
	}
}