Transcription Volunteers Needed-Work While "Staying at Home"

05/19/2020 9:59 AM | Anonymous member (Administrator)

As a digital stenographer you can reach into history and put your time in quarantine to good use.  Museums  and research libraries are looking for volunteers to transcribe documents.   The Smithsonian Institution increasingly relies on the general public to transcribe historical documents. The transcription project  at the Library of Congress also needs volunteers to work form home transcribing their papers.  There is something for everyone...Recipes from Rosa Parks. Diaries of suffragists. Walt Whitman’s poems. Slave letters. The papers of English philosopher Jeremy Bentham. Depression-era menus. Whaling logs. Crop reports. Science-fiction fanzines. School yearbooks. The corporate files of Maidenform, the pioneering bra manufacturer.

It is easy.  Materials are uploaded to the Internet and as a volunteer you type what you read into a digital notepad.  Crowdsourcing the transcription of historical records is an efficient way for museums and research organizations to create an archive of online resources for scholars and history buffs. 

Smithsonian Institution
Library of Congress


431 18th St, NW, Washington, DC 2006  PO Box 1581  .  Vienna, VA 22180
E-mail: admin@arcretireeassoc.org
Tel: 202-303-8779. ARCRA & Retiree Connection

© American Red Cross Retiree Association All rights reserved

Powered by Wild Apricot Membership Software
function SetMyDate() { // Array of day names var dayNames = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); // Array of month Names var monthNames = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); var now = new Date(); document.getElementById("YOURELEMENTID").value = dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear(); }