<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Roy Rosenzweig Center for History and New Media</title><link>https://rrchnm.org/blog/</link><description>Recent content in Blog on Roy Rosenzweig Center for History and New Media</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 27 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://rrchnm.org/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>How To Make an Academic Zine for a Public Audience</title><link>https://rrchnm.org/blog/how-to-make-an-academic-zine-for-a-public-audience/</link><pubDate>Mon, 27 Jul 2026 00:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/how-to-make-an-academic-zine-for-a-public-audience/</guid><description>&lt;p&gt;&lt;a href="Zine.pdf"&gt;Download the Zine&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you’re at all familiar with the fiercely independent, anti-institutional history of the zine, you might reject the supposition that they can be used within academic circles. Yet &lt;strong&gt;zines have potential as a creative, cohesive outlet for public history.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Zines originated around the 1930s in science fiction circles but are most often associated with the latter half of the twentieth century. Used as an alternative art form outside of mainstream media, zine authors from the 1960s through the 1990s used self-publishing to broadcast bold ideas through small, often collaborative, pamphlets. Zine topics could range from birth control to bus routes, but almost always were intended to communicate something significant from the creator to the outside world. For a brief history of zines, visit the &lt;a href="https://blogs.lib.unc.edu/rbc/2017/10/25/a-brief-history-of-zines/"&gt;Rare Book Collection at UNC Libraries&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>South Asia Collections at The Met: A Preliminary Computational Look</title><link>https://rrchnm.org/blog/exploring-south-asia-at-the-met-through-data/</link><pubDate>Mon, 20 Jul 2026 00:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/exploring-south-asia-at-the-met-through-data/</guid><description>&lt;p&gt;Originally published at &lt;a href="https://www.deepthimurali.com/art-history-and-data/south-asia-at-the-met"&gt;https://www.deepthimurali.com/art-history-and-data/south-asia-at-the-met&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Museum metadata is messy metadata (and sometimes, also, just messy in non-computational ways.) But museum metadata is also historical archive that scholars and the public alike ignore.&lt;/p&gt;
&lt;p&gt;Every object in a museum collection arrives with a story attached — a donor&amp;rsquo;s name, a date, a department assignment, a classification. Individually, these are administrative details: the bureaucratic residue of how an object got from somewhere else to a vitrine, a storage shelf, or a database entry. But at scale, across thousands of objects and more than a century of acquisitions, these details become historical data. They become a record of &lt;em&gt;how&lt;/em&gt; an institution decided what South Asia was, who got to decide that, and when those decisions were made.&lt;/p&gt;</description></item><item><title>Debs Invites Arrest</title><link>https://rrchnm.org/blog/debs-invites-arrest/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/debs-invites-arrest/</guid><description>&lt;p&gt;Clyde Miller hated what he was hearing. It was June 1918, and the U.S. had been at war for a little over a year, and the man on the platform in the park in Canton, Ohio was speaking — passionately, mockingly — about the many ways that the war had undermined the rights of American citizens. Socialists had been sent to jail for criticizing the war, complained Eugene Debs, the most famous Socialist in America: &amp;ldquo;It is extremely dangerous to exercise the constitutional right of free speech in a country fighting to make democracy safe in the world.&amp;rdquo; There was knowing laughter from the crowd of picnicking socialists.&lt;/p&gt;</description></item><item><title>Roy Rosenzweig Prize for Creativity in Digital History Winner</title><link>https://rrchnm.org/blog/roy-rosenzweig-prize-for-creativity-in-digital-history-winner/</link><pubDate>Mon, 08 Dec 2025 14:19:17 +0000</pubDate><guid>https://rrchnm.org/blog/roy-rosenzweig-prize-for-creativity-in-digital-history-winner/</guid><description>&lt;p&gt;Congratulations to &lt;a href="https://envisioningsenecavillage.github.io/"&gt;Envisioning Seneca Village&lt;/a&gt; on being selected as the 2025 winner of the &lt;a href="https://www.historians.org/award-grant/roy-rosenzweig-prize-for-creativity-in-digital-history/#:~:text=2023,2014"&gt;American Historical Association’s Roy Rosenzweig Prize for Creativity in Digital History!&lt;/a&gt;&lt;/p&gt;



 

&lt;figure class="bg-stone-50 border border-stone-200 rounded-lg p-3 my-8 mx-auto max-w-2xl"
 x-data="{ open: false }"&gt;
 &lt;img src="image.png" alt="" loading="lazy"
 class="rounded w-full cursor-zoom-in" @click="open = true"&gt;
 
 
 &lt;template x-teleport="body"&gt;
 &lt;div x-show="open" x-transition.opacity
 class="fixed inset-0 z-50 flex items-center justify-center bg-black/80 p-4 sm:p-8 cursor-zoom-out"
 @click.self="open = false" @keydown.escape.window="open = false"&gt;
 &lt;div class="relative max-w-5xl w-full max-h-[90vh] flex flex-col items-center"&gt;
 &lt;button @click="open = false" class="absolute -top-2 -right-2 z-10 bg-white/90 rounded-full p-1.5 text-stone-700 hover:text-stone-900 shadow" aria-label="Close"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"/&gt;&lt;/svg&gt;
 &lt;/button&gt;
 &lt;img src="image.png" alt="" class="max-h-[85vh] w-auto rounded-lg shadow-2xl"&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/template&gt;
&lt;/figure&gt;

&lt;p&gt;Envisioning Seneca Village is a project depicting what this significant nineteenth-century village might have looked like in the spring of 1855, about two years before it was destroyed by the City of New York to build Central Park. It features an interactive 3D model, a non-interactive tour through the 3D model (A Tour through the Visualization), a printable PDF guide with maps (A Map-based Tour), and supplementary materials. The project is anchored in extensive scholarship and aims to make the village’s history visible to a wide audience.&lt;/p&gt;</description></item><item><title>Lost in the Park: Roy Rosenzweig's Public History Legacy</title><link>https://rrchnm.org/blog/lost-in-the-park-roy-rosenzweigs-public-history-legacy/</link><pubDate>Thu, 04 Dec 2025 12:14:41 +0000</pubDate><guid>https://rrchnm.org/blog/lost-in-the-park-roy-rosenzweigs-public-history-legacy/</guid><description>&lt;p&gt;I first learned of Seneca Village in 2020. That summer, people tired of having to explain why Black Lives Matter and with an online audience freshly enraged at racism turned to history to popularize further examples of how Black people in the United States had been systematically dispossessed and disempowered by the forces of White power. At the time I was researching Black park use in Kansas City, Missouri where Troost Boulevard, and later Highway 71, were used to displace Black &amp;ldquo;slums,&amp;rdquo; leaving lasting economic and health disparities.&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt; I was finding, like other historians before me, that &amp;ldquo;although not created as a racial barrier, the parks and boulevards system served as one.&amp;rdquo;&lt;sup id="fnref:2"&gt;&lt;a href="#fn:2" class="footnote-ref" role="doc-noteref"&gt;2&lt;/a&gt;&lt;/sup&gt; The news of a Black village buried under what is now Central Park was not surprising. The renewed popular interest in Seneca Village prompted the Central Park Conservancy to install &lt;a href="https://s3.amazonaws.com/assets.centralparknyc.org/media/documents/SenecaVillage_Signs_2023.pdf"&gt;&lt;strong&gt;several historical markers&lt;/strong&gt;&lt;/a&gt; at the site.&lt;sup id="fnref:3"&gt;&lt;a href="#fn:3" class="footnote-ref" role="doc-noteref"&gt;3&lt;/a&gt;&lt;/sup&gt; They formed a large outdoor exhibit near the existing New York Parks &amp;amp; Recreation &lt;strong&gt;&lt;a href="https://www.hmdb.org/m.asp?m=171184"&gt;marker&lt;/a&gt;.&lt;/strong&gt;&lt;sup id="fnref:4"&gt;&lt;a href="#fn:4" class="footnote-ref" role="doc-noteref"&gt;4&lt;/a&gt;&lt;/sup&gt; What I did not know at the time was that this was not the first time Seneca Village became popular.&lt;/p&gt;</description></item><item><title>American Religious Ecologies Team Completes Digitization</title><link>https://rrchnm.org/blog/american-religious-ecologies-team-completes-digitization/</link><pubDate>Fri, 29 Aug 2025 08:30:00 +0000</pubDate><guid>https://rrchnm.org/blog/american-religious-ecologies-team-completes-digitization/</guid><description>&lt;p&gt;&lt;a href="https://religiousecologies.org/"&gt;American Religious Ecologies&lt;/a&gt; seeks to understand how congregations from different religious traditions related to one another by creating new datasets, maps, and visualizations for the history of American religion. After years of photographing, editing, cataloging, and uploading schedules to the American Religious Ecologies website, we are excited to announce that we have uploaded the last of the 1926 religious census schedules. Although our website indicates that we are only 98% complete, we have digitized every schedule from the 1926 Religious Bodies Census housed at the National Archives in Washington, D.C. Unfortunately, over time, many of these schedules have been lost or destroyed. Paper is not a permanent object. It is easily lost, destroyed, and deteriorates over time. The work being done, not just by the Religious Ecologies team, but at RRCHNM as a whole, is essential to ensuring that future generations have access to archival materials. The American Religious Ecologies project is an excellent example of this work and the benefits it can bring to historians&amp;rsquo; understanding of various facets of United States history. The completion of the digitization aspect of this project will enable us to focus more on analyzing the data we have gathered, creating maps, and examining various statistics to better understand the distribution of churches and religion in the United States around 1926.&lt;/p&gt;</description></item><item><title>Graduate Student Reflections: Sustainability Summer</title><link>https://rrchnm.org/blog/graduate-student-reflections-sustainability-summer/</link><pubDate>Mon, 25 Aug 2025 15:40:25 +0000</pubDate><guid>https://rrchnm.org/blog/graduate-student-reflections-sustainability-summer/</guid><description>&lt;aside&gt;Savannah is a PhD student at George Mason University and a Graduate Research Assistant at RRCHNM.&lt;/aside&gt;
&lt;p&gt;This past summer I had the opportunity to work on RRCHNM’s sustainability team. Our work focused on flattening &lt;a href="https://sustainabledh.org/blog/scott-static-search/"&gt;websites built with content management systems (CMS)&lt;/a&gt;, such as Drupal, Omeka, and WordPress. Flattening refers to the process of simplifying dynamic, database-backed websites to static versions built with only HTML, CSS, and JavaScript. This minimizes server space and reduces security risks. However, flattening comes with trade-offs, such as losing dynamic features like a search function. One of my main roles this summer was creating a &lt;a href="https://sustainabledh.org/blog/building-static-search/"&gt;static site search&lt;/a&gt; for these flattened websites.&lt;/p&gt;</description></item><item><title>RRCHNM Receives Funding to Create Teaching Guides on the American Revolution</title><link>https://rrchnm.org/blog/rrchnm-receives-funding-to-create-teaching-guides-on-the-american-revolution/</link><pubDate>Fri, 25 Jul 2025 08:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-receives-funding-to-create-teaching-guides-on-the-american-revolution/</guid><description>&lt;h3 id="funded-through-the-american-historical-association-as-part-of-the-library-of-congress-teaching-with-primary-sources-program-the-teaching-guides-will-support-history-educators-in-teaching-a-more-comprehensive-and-complete-history-of-american-independence"&gt;Funded through the American Historical Association as part of the Library of Congress Teaching with Primary Sources Program, the teaching guides will support history educators in teaching a more comprehensive and complete history of American independence.&lt;/h3&gt;
&lt;p&gt;RRCHNM is proud to announce new grant funding to create two teaching guides for teachers on the history of the American Revolution. The guides are funded by a grant from the Library of Congress Teaching with Primary Sources Mid-Atlantic &amp;amp; US Territories Region, managed by the American Historical Association. These free online resources feature activities for students to engage with Library primary sources to better understand the complex relationships to independence experienced by various groups during the revolutionary era particularly the Black Americans and Indigenous Americans fighting for their own independence on both sides of the conflict. The guides provide activities where students engage with primary sources and model historians’ approach of understanding people in the past through the evidence they left behind. They also contain guidance for incorporating these activities into a typical history curriculum.&lt;/p&gt;</description></item><item><title>Report from the Seventh Conference on Digital Humanities and Digital History</title><link>https://rrchnm.org/blog/report-from-the-seventh-conference-on-digital-humanities-and-digital-history/</link><pubDate>Tue, 13 May 2025 09:15:00 +0000</pubDate><guid>https://rrchnm.org/blog/report-from-the-seventh-conference-on-digital-humanities-and-digital-history/</guid><description>&lt;p&gt;From March 19th to March 21st, 2025, the German Historical Institute (GHI) in Washington, DC hosted the Seventh Conference on Digital Humanities and Digital History. The conference theme, real-time history, drew on Roy Rosenzweig’s call to action that historians need to directly address the methodological potential and risks of the digital age.&lt;/p&gt;
&lt;p&gt;Designed as a forum, the conference prompted attendees to share what opportunities, problems, and concerns arise while “documenting the now.” To allow space for unstructured creativity after long days of conferencing, the GHI team and I also arranged a zine-making workshop in which attendees crafted and exhibited their own mini magazines (just for fun!). As a first-time attendee to the DH conference, I was especially struck by how each presenter chose and justified different methodologies to achieve their project goals. The self-management evident in the still-emerging field reminded me of a Do-It-Yourself ethos usually applied to art and music. Scholars, practitioners, and activists discussed the following topics while sharing their experiences tackling real-time archiving.&lt;/p&gt;</description></item><item><title>Carrying On When the Grants Go Away</title><link>https://rrchnm.org/blog/carrying-on-when-the-grants-go-away/</link><pubDate>Fri, 11 Apr 2025 10:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/carrying-on-when-the-grants-go-away/</guid><description>&lt;p&gt;Over the past three decades, RRCHNM has received many awards from the National Endowment for the Humanities (NEH). We’ve used a truly tiny portion of the federal budget to have a huge impact on individuals and communities. Students in public schools use our teaching resources. Visitors to public history sites learn more from our websites. Citizens wondering about the origin of our nation listen to our podcast about the American Revolution. For literally pennies per person we reach, we’ve had a huge impact on public understandings of the past.&lt;/p&gt;</description></item><item><title>Celebrating Women's History Month</title><link>https://rrchnm.org/blog/celebrating-womens-history-month/</link><pubDate>Thu, 06 Mar 2025 14:27:33 +0000</pubDate><guid>https://rrchnm.org/blog/celebrating-womens-history-month/</guid><description>&lt;p&gt;Since RRCHNM’s founding in the 1990s, we have been committed to highlighting the contributions women made in the past. One of our first projects was a CD-ROM version of the textbook &lt;em&gt;Who Built America?&lt;/em&gt; which grew out of efforts to reinterpret American history from “the bottom up”—drawing on studies of workers, women, consumers, farmers, African Americans, and immigrants—that has helped transform our understanding of the past. This textbook highlighted perspectives often neglected in traditional teachings of American history, including women’s history.&lt;/p&gt;</description></item><item><title>Teaching, Writing, and Research with AI</title><link>https://rrchnm.org/blog/teaching-writing-and-research-with-ai/</link><pubDate>Thu, 13 Feb 2025 10:29:49 +0000</pubDate><guid>https://rrchnm.org/blog/teaching-writing-and-research-with-ai/</guid><description>&lt;p&gt;When Chat GPT first appeared in November 2022, the almost universal reaction in the humanities community could be summed up in one word – Yikes! Almost without warning this new tool seemed ready to make it incredibly easy for students to “write” essays using prompts that took no more than a minute to produce and then, if they were crafty, another 30 minutes to modify a bit so that it wasn’t quite so obvious that the essay had been written by a large language model (LLM).&lt;/p&gt;</description></item><item><title>Celebrating Black History Month</title><link>https://rrchnm.org/blog/celebrating-black-history-month/</link><pubDate>Mon, 10 Feb 2025 10:50:48 +0000</pubDate><guid>https://rrchnm.org/blog/celebrating-black-history-month/</guid><description>&lt;p&gt;Just a couple miles from RRCHNM is the campus of Woodson High School, part of the Fairfax County Public School system. Until this past year the school was named for W. T. Woodson, the long time superintendent of FCPS and an opponent of school desegregation. Now the school is named after Carter G. Woodson. Born in 1875, Woodson was the second Black man to receive a PhD from Harvard University. Excluded from the American Historical Association and other professional historical circles, Woodson was a creator of institutions to understand and study Black history. Among the many institutions he founded was Negro History Week, founded nearly a century ago in 1926. Woodson’s observance was the precursor to Black History Month, first observed in 1970 and then federally recognized in 1976 for the bicentennial.&lt;/p&gt;</description></item><item><title>Graduate Student Reflections: AHA Presentations</title><link>https://rrchnm.org/blog/graduate-student-reflections-aha-presentations/</link><pubDate>Fri, 07 Feb 2025 12:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/graduate-student-reflections-aha-presentations/</guid><description>&lt;p&gt;At the start of January, I had the privilege of attending the American Historical Association and presenting a poster for the Religious Ecologies project. While it was fun to put the poster together and answer the questions from people who came up during the poster session, my favorite part, the most valuable part, was the time spent outside the sessions.&lt;/p&gt;



 

&lt;figure class="bg-stone-50 border border-stone-200 rounded-lg p-3 my-8 mx-auto max-w-2xl"
 x-data="{ open: false }"&gt;
 &lt;img src="IMG_3673-scaled.jpg" alt="Rae Whyte standing in front of her poster at the American Historical Association&amp;#39;s annual meeting" loading="lazy"
 class="rounded w-full cursor-zoom-in" @click="open = true"&gt;
 
 &lt;figcaption class="mt-2 px-1 text-sm text-stone-500"&gt;
 Rachel Whyte with her Religious Ecologies Poster
 
 &lt;/figcaption&gt;
 
 
 &lt;template x-teleport="body"&gt;
 &lt;div x-show="open" x-transition.opacity
 class="fixed inset-0 z-50 flex items-center justify-center bg-black/80 p-4 sm:p-8 cursor-zoom-out"
 @click.self="open = false" @keydown.escape.window="open = false"&gt;
 &lt;div class="relative max-w-5xl w-full max-h-[90vh] flex flex-col items-center"&gt;
 &lt;button @click="open = false" class="absolute -top-2 -right-2 z-10 bg-white/90 rounded-full p-1.5 text-stone-700 hover:text-stone-900 shadow" aria-label="Close"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"/&gt;&lt;/svg&gt;
 &lt;/button&gt;
 &lt;img src="IMG_3673-scaled.jpg" alt="Rae Whyte standing in front of her poster at the American Historical Association&amp;#39;s annual meeting" class="max-h-[85vh] w-auto rounded-lg shadow-2xl"&gt;
 
 &lt;p class="mt-3 text-sm text-white/80 text-center max-w-2xl"&gt;Rachel Whyte with her Religious Ecologies Poster&lt;/p&gt;</description></item><item><title>Graduate Student Reflections: How Network Analysis Influenced My Research</title><link>https://rrchnm.org/blog/graduate-student-reflections-how-network-analysis-influenced-my-research/</link><pubDate>Mon, 27 Jan 2025 12:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/graduate-student-reflections-how-network-analysis-influenced-my-research/</guid><description>&lt;p&gt;As a fifth year PhD candidate in the History Department, I have combined my desire to learn everything I can about female preachers in the early American republic with my enthusiasm for any and all data visualizations and digital humanities tools. Committed to these women, just as they committed themselves to their itinerant ministries, I have expanded my research to include more women, especially Black female preachers, and those from England and Canada who came to the States, and vice-versa. My analysis in my dissertation—a traditional history dissertation—intersects an interest in gender, race, and body studies with a religious history methodology. My focus remains on the women who preached, despite opposition from their families, husbands, pastors, and many others. I center the women, and I still emphasize their relationships with others who supported them.&lt;/p&gt;</description></item><item><title>NEH Institute Participants Present at AHA on Higher Education History</title><link>https://rrchnm.org/blog/neh-institute-participants-present-at-aha-on-higher-education-history/</link><pubDate>Fri, 17 Jan 2025 11:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/neh-institute-participants-present-at-aha-on-higher-education-history/</guid><description>&lt;p&gt;&lt;strong&gt;Five participants in the&lt;/strong&gt; &lt;a href="https://www.neh.gov/divisions/education/summer-programs"&gt;&lt;strong&gt;NEH-funded institute&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;,&lt;/strong&gt; &lt;em&gt;&lt;strong&gt;Unpacking the History of Higher Education,&lt;/strong&gt;&lt;/em&gt; &lt;strong&gt;presented the projects they developed at the institute at the&lt;/strong&gt; &lt;a href="https://www.historians.org/event/2025-aha-annual-meeting/"&gt;&lt;strong&gt;AHA Annual Meeting&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;in January along with project co-directors, Kelly Schrum and Nate Sleeter. The summer 2024 institute brought together faculty members from higher education programs who teach or support history of higher ed courses.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At the AHA 2025 annual meeting in January, RRCHNM’s Nate Sleeter and Kelly Schrum chaired the panel, “Unpacking the History of Higher Education in the United States.” The panel grew out of &lt;a href="https://unpacking.chss.gmu.edu/"&gt;an NEH institute of the same name&lt;/a&gt; directed by Schrum and Sleeter in the summer of 2024 in which 25 faculty from universities nationwide came together to explore the teaching and research of the history of higher ed through archival sources. Institute participants included faculty, advanced doctoral students, librarians, and archivists who teach or support courses on the history of higher education in Higher Education and Student Affairs (HESA) programs.&lt;/p&gt;</description></item><item><title>Connect With RRCHNM at AHA25</title><link>https://rrchnm.org/blog/connect-with-rrchnm-at-aha25/</link><pubDate>Fri, 03 Jan 2025 18:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/connect-with-rrchnm-at-aha25/</guid><description>&lt;p&gt;Many RRCHNM-ers will be featured in sessions coming up this week at the American Historical Associations Annual Meeting. To connect with RRHCNM and learn more about our current projects, here is a list of those sessions.&lt;/p&gt;
&lt;h2 id="saturday-january-4"&gt;&lt;strong&gt;Saturday, January 4&lt;/strong&gt;&lt;/h2&gt;
&lt;h5 id="digitizing-black-history-at-hbcus-a-collaborative-public-history-approach"&gt;&lt;a href="https://aha.confex.com/aha/2025/webprogram/Session26272.html"&gt;Digitizing Black History at HBCU’s: A Collaborative Public History Approach&lt;/a&gt;&lt;/h5&gt;
&lt;p&gt;Bowery (Sheraton New York, Lower Level), 8:30am-10am&lt;/p&gt;
&lt;p&gt;Chaired by Marion McGee of &lt;em&gt;the Smithsonian Institution, National Museum of African American History and Culture&lt;/em&gt;, and a panel with Catiana Foster of &lt;em&gt;Tuskeegee University,&lt;/em&gt; Timmia King of &lt;em&gt;RRCHNM and George Mason University,&lt;/em&gt; Raymond (Garrad) Lee of &lt;em&gt;Jackson State University,&lt;/em&gt; Barbara Twyman of &lt;em&gt;Florida A&amp;amp;M University,&lt;/em&gt; Shyheim Williams of &lt;em&gt;Clark Atlanta University.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Digital Scholar Makes Year-End Donation to RRCHNM</title><link>https://rrchnm.org/blog/digital-scholar-makes-year-end-donation-to-rrchnm/</link><pubDate>Fri, 13 Dec 2024 12:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/digital-scholar-makes-year-end-donation-to-rrchnm/</guid><description>&lt;p&gt;We are pleased to announce a generous end-of-year donation from our friends and colleagues at Digital Scholar. Their gift of $100,000 will be split equally between the Director’s Innovation Fund, where it will allow us to experiment with new approaches to the study of history, and to the RRCHNM Endowment, which sustains our ongoing operations.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://digitalscholar.org/"&gt;Digital Scholar&lt;/a&gt; is a nonprofit organization founded in 2009, and it is dedicated to the development of software and services for researchers and cultural heritage institutions, including Omeka, Zotero, Tropy, PressForward, and Sourcery. The original development of the Zotero and Omeka software projects took place at RRCHNM, and their long-term sustainability was secured via an independent non-profit corporation, Digital Scholar.&lt;/p&gt;</description></item><item><title>Announcing the Alumni and Friends Graduate Fellowship Endowment</title><link>https://rrchnm.org/blog/announcing-the-alumni-and-friends-graduate-fellowship-endowment/</link><pubDate>Mon, 25 Nov 2024 10:15:00 +0000</pubDate><guid>https://rrchnm.org/blog/announcing-the-alumni-and-friends-graduate-fellowship-endowment/</guid><description>&lt;p&gt;Over its thirty years, graduate students in history have been a critical part of the Roy Rosenzweig Center for History and New Media. Graduate students don&amp;rsquo;t just take classes and work on faculty projects. &lt;a href="https://rrchnm.org/graduate-student-education/"&gt;They create innovative scholarship that fulfills RRCHNM&amp;rsquo;s mission of creating history in new media.&lt;/a&gt; Most recently, history graduate students at George Mason University have rethought what a dissertation in history can mean, creating dissertations not in the conventional form of a rough draft of a book, but using websites, computation, visualization, and audio to create entirely new forms of scholarship.&lt;/p&gt;</description></item><item><title>Introducing the Denig Manuscript Project</title><link>https://rrchnm.org/blog/introducing-the-denig-manuscript-project/</link><pubDate>Wed, 20 Nov 2024 09:59:41 +0000</pubDate><guid>https://rrchnm.org/blog/introducing-the-denig-manuscript-project/</guid><description>&lt;p&gt;The Roy Rosenzweig Center for History and New Media is pleased to announce the launch of the Denig Manuscript Project, created in collaboration with the Winterthur Museum, Garden &amp;amp; Library.&lt;/p&gt;
&lt;p&gt;The Denig Manuscript Project brings an eighteenth-century, Pennsylvania-made manuscript and watercolors to life through a collaborative multimedia digital project. High-resolution digital images, updated translations, forensic analysis, sound recordings, and contextual scholarship provide enhanced access to this extraordinary document of religious life in early America. Ludwig Denig (1755–1830) created the ink and watercolor bound volume in 1784, and it remained in private hands until the 1970s. Winterthur Museum, Garden &amp;amp; Library acquired the manuscript as a gift in 2020. Recognizing both the importance of the volume and its fragile physical state, Winterthur received support from the Schwartz Foundation and The Paper Project at the Getty to study and digitize the book. Winterthur and a team of scholars worked with the Roy Rosenzweig Center for History and New Media to build a digital humanities site and provide greater access to Denig’s work.&lt;/p&gt;</description></item><item><title>R2 Studios Receives Dr. Scholl Foundation Grant</title><link>https://rrchnm.org/blog/r2-studios-receives-dr-scholl-foundation-grant/</link><pubDate>Tue, 19 Nov 2024 10:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/r2-studios-receives-dr-scholl-foundation-grant/</guid><description>&lt;p&gt;The Roy Rosenzweig Center for History and New Media (RRCHNM) is excited to announce that R2 Studioshas received a $10,000 grant from the &lt;a href="https://www.drschollfoundation.com/"&gt;Dr. Scholl Foundation&lt;/a&gt; to advance the studio’s mission to democratize access to history through podcasting.&lt;/p&gt;
&lt;p&gt;Founded in 2021, R2 Studios strives to tell unexpected stories based on the latest research to connect listeners with the past.&lt;/p&gt;
&lt;p&gt;“This generous grant from the Dr. Scholl Foundation provides meaningful support for the production of R2 Studios’ current and future series,” said Jim Ambuske, Co-Head of R2 Studios and host of &lt;em&gt;Worlds Turned Upside Down&lt;/em&gt;. “We are especially pleased that it will help underwrite the fourth season of &lt;em&gt;Your Most Obedient &amp;amp; Humble Servant&lt;/em&gt;, which follows the lives of women who lived through the era of the American Revolution.”&lt;/p&gt;</description></item><item><title>Religious Ecologies Project Releases Introductory Video</title><link>https://rrchnm.org/blog/religious-ecologies-project-releases-introductory-video/</link><pubDate>Tue, 12 Nov 2024 10:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/religious-ecologies-project-releases-introductory-video/</guid><description>&lt;p&gt;Recently, the &lt;a href="https://religiousecologies.org/"&gt;Religious Ecologies Project&lt;/a&gt; produced an &lt;a href="https://www.youtube.com/watch?v=v3hLQIH7NQ4&amp;amp;t=3s"&gt;introductory video&lt;/a&gt; that gives a brief history of the United States Census of Religious Bodies, an overview of this project, and the goals we hope to gain from digitizing these census schedules. Many who frequent our site may be curious about why since a great deal of this information is already in written format on our website. So, why spend time doing something that already exists?&lt;/p&gt;</description></item><item><title>Connecting Threads Launches Project Site</title><link>https://rrchnm.org/blog/connecting-threads-launches-project-site/</link><pubDate>Wed, 30 Oct 2024 10:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/connecting-threads-launches-project-site/</guid><description>&lt;p&gt;On October 11, 2024, the &lt;a href="https://connectingthreads.co.uk/"&gt;&lt;em&gt;Connecting Threads&lt;/em&gt; project launched its website&lt;/a&gt; and celebrated the conclusion of the first phase of the project with a public symposium at the Victoria &amp;amp; Albert Museum in London. &lt;em&gt;Connecting Threads&lt;/em&gt; is a collaborative digital history project dedicated to amplifying the contributions of Indian weavers and African Caribbean consumers to global histories of dress. Drawing on the work of an interdisciplinary team of researchers, the project re-examined the history of the Madras handkerchief, an internationally popular dress accessory made of brightly coloured checked cotton, produced in coastal southeastern India and used by diverse cultures across the Global South. In the recently completed first phase of the project, we examined the influence of the Madras handkerchief on 18th and 18th century dress, particularly in the context of their use in the Greater Caribbean Region including coastal southeastern United States.&lt;/p&gt;</description></item><item><title>RRCHNM Launches New Teaching Guides for Pre-Service History Teachers </title><link>https://rrchnm.org/blog/rrchnm-launches-new-teaching-guides-for-pre-service-history-teachers-2/</link><pubDate>Mon, 28 Oct 2024 10:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-launches-new-teaching-guides-for-pre-service-history-teachers-2/</guid><description>&lt;p&gt;&lt;em&gt;Funded by the Library of Congress, these four teaching guides will support new prospective teachers teaching post-1970s U.S. history and civics and will be available on &lt;a href="https://teachinghistory.org/teaching-materials/teaching-guides"&gt;Teachinghistory.org&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;RRCHNM is proud to announce the launch of four new resources for pre-service teachers on post-1970s history in the United States. The guides were made possible with generous funding from the Teaching with Primary Sources program from the&lt;a href="https://www.loc.gov/"&gt;Library of Congress&lt;/a&gt;. These free online resources feature activities for students to engage with rich Library of Congress primary sources to better understand topics in history that can be especially challenging for teachers new to the profession.&lt;/p&gt;</description></item><item><title>RRCHNM Hosts DH 2024: Reinvention and Responsibility</title><link>https://rrchnm.org/blog/rrchnm-hosts-dh-2024-reinvention-and-responsibility/</link><pubDate>Wed, 28 Aug 2024 13:00:24 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-hosts-dh-2024-reinvention-and-responsibility/</guid><description>&lt;p&gt;For over 35 years, the annual Digital Humanities Conference, organized by the &lt;a href="https://adho.org/"&gt;Alliance of Digital Humanities Organizations&lt;/a&gt; (ADHO), has been a premier gathering for scholars, researchers, practitioners, and professionals from around the globe. This event is a vital platform for fostering dialogue, sharing knowledge, and advancing digital research and teaching across various disciplines.&lt;/p&gt;
&lt;p&gt;This year, the &lt;a href="https://rrchnm.org/"&gt;Roy Rosenzweig Center for History and New Media&lt;/a&gt; (RRCHNM) hosted DH2024, coinciding with the center&amp;rsquo;s 30th anniversary. Since its establishment, RRCHNM has championed the democratization of knowledge through innovative uses of digital media and technology. This mission aligns well with ADHO&amp;rsquo;s diverse international membership and wide range of disciplinary perspectives.&lt;/p&gt;</description></item><item><title>Amanda Madden Receives Second Round of NEH Funding to Create a Digital Edition of Goro Dati’s Sfera</title><link>https://rrchnm.org/blog/amanda-madden-receives-second-round-of-neh-funding-to-create-a-digital-edition-of-goro-datis-sfera/</link><pubDate>Wed, 28 Aug 2024 11:05:41 +0000</pubDate><guid>https://rrchnm.org/blog/amanda-madden-receives-second-round-of-neh-funding-to-create-a-digital-edition-of-goro-datis-sfera/</guid><description>&lt;p&gt;&lt;a href="https://historyarthistory.gmu.edu/people/amadden8"&gt;Amanda Madden&lt;/a&gt; of the Roy Rosenzweig Center for History and New Media (&lt;a href="https://rrchnm.org/"&gt;RRCHNM&lt;/a&gt;), in collaboration with &lt;a href="https://www.ncf.edu/directory/carrie-e-benes/"&gt;Carrie Beneš&lt;/a&gt; of New College of Florida, &lt;a href="https://www.italianstudies.utoronto.ca/people/directories/all-faculty/laura-ingallinella"&gt;Laura Ingallinella&lt;/a&gt; of the University of Toronto, and independent scholar &lt;a href="https://middleagesforeducators.princeton.edu/people/laura-morreale"&gt;Laura Morreale&lt;/a&gt;, has been awarded a second major grant as part of the &lt;a href="https://www.neh.gov/"&gt;National Endowment for the Humanities&lt;/a&gt;’ &lt;a href="https://www.neh.gov/grants/research/scholarly-editions-and-translations-grants"&gt;Scholarly Editions and Translations program&lt;/a&gt;. This grant will allow for &lt;a href="https://rrchnm.org/news/amanda-madden-receives-neh-funding-to-create-a-digital-edition-of-goro-datis-sfera/"&gt;a continuation of&lt;/a&gt; the scholars’ work on the&lt;a href="https://sites.google.com/ncf.edu/sfera-project/home"&gt;&lt;em&gt;La Sfera&lt;/em&gt; Project&lt;/a&gt;, an open-access multimedia edition of Goro Dati’s fifteenth-century poem &lt;em&gt;La sfera&lt;/em&gt; (&lt;em&gt;The Globe&lt;/em&gt;).&lt;/p&gt;</description></item><item><title>Deepthi Murali and Jason Heppler Receive NEH Funding for Connecting Threads Project</title><link>https://rrchnm.org/blog/deepthi-murali-and-jason-heppler-receive-neh-funding-for-connecting-threads-project/</link><pubDate>Tue, 27 Aug 2024 11:31:22 +0000</pubDate><guid>https://rrchnm.org/blog/deepthi-murali-and-jason-heppler-receive-neh-funding-for-connecting-threads-project/</guid><description>&lt;p&gt;Deepthi Murali and Jason Heppler of the Roy Rosenzweig Center for History and New Media (&lt;a href="https://rrchnm.org/"&gt;RRCHNM&lt;/a&gt;) has received a &lt;a href="https://www.neh.gov/"&gt;National Endowment for the Humanities&lt;/a&gt; (NEH), &lt;a href="https://www.neh.gov/grants/odh/digital-humanities-advancement-grants"&gt;Digital Humanities Advancement Grant&lt;/a&gt; (Level II) of $138, 256 in support of the ongoing global textile history project &lt;a href="http://www.connectingthreads.co.uk"&gt;&lt;em&gt;Connecting Threads: Digitally Connecting Collections, Expanding Public Engagement&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://rrchnm.org/portfolio-item/connecting-threads/"&gt;Connecting Threads&lt;/a&gt; is a collaborative digital history project dedicated to amplifying the contributions of Indian weavers and Afro-Caribbean consumers to global histories of dress. Drawing on the work of an interdisciplinary team of researchers, the project in its first phase examined the history of the Madras handkerchief, an internationally popular dress accessory made of brightly coloured checked cotton.&lt;/p&gt;</description></item><item><title>Introducing Antisemitism, U.S.A.: A History Podcast</title><link>https://rrchnm.org/blog/introducing-antisemitism-u-s-a-a-history-podcast/</link><pubDate>Thu, 11 Jul 2024 10:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/introducing-antisemitism-u-s-a-a-history-podcast/</guid><description>&lt;p&gt;&lt;strong&gt;Introducing&lt;/strong&gt; &lt;em&gt;&lt;strong&gt;Antisemitism, U.S.A.&lt;/strong&gt;&lt;/em&gt;&lt;strong&gt;:&lt;/strong&gt; &lt;em&gt;&lt;strong&gt;A History&lt;/strong&gt;&lt;/em&gt; &lt;strong&gt;podcast from the Roy Rosenzweig Center for History and New Media and R2 Studios&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://rrchnm.org/"&gt;The Roy Rosenzweig Center for History and New Media (RRCHNM)&lt;/a&gt; at George Mason University is excited to announce the launch of&lt;a href="https://www.r2studios.org/show/Antisemitism-USA/"&gt;&lt;em&gt;Antisemitism, U.S.A&lt;/em&gt;.&lt;/a&gt;, a limited podcast about the history of antisemitism in the United States. A narrative history podcast, &lt;em&gt;Antisemitism, U.S.A.&lt;/em&gt; weaves together expert commentary with narration by &lt;a href="https://www.markoppenheimer.com/"&gt;Mark Oppenheimer&lt;/a&gt; to tell the story of antisemitism in the United States over the past 300 years.&lt;/p&gt;</description></item><item><title>Graduate Student Reflections: Teaching DH</title><link>https://rrchnm.org/blog/graduate-student-reflections-teaching-dh/</link><pubDate>Thu, 20 Jun 2024 10:15:44 +0000</pubDate><guid>https://rrchnm.org/blog/graduate-student-reflections-teaching-dh/</guid><description>&lt;p&gt;This 2024 spring semester at George Mason University, I was an instructor of record of HIST 390 “The Digital Past” course. This course satisfies the university’s Information Technology and Computing (IT) requirement and aims for undergraduate students to learn how to use digital tools to study the past. As a PhD history candidate at GMU and former digital history fellow at GMU’s Roy Rosenzweig Center for History and New Media (RRCHNM), I have strong experience in the field of digital history, and was excited for the opportunity to expand my research and technical skills through practical application and instruction in the classroom. Following university parameters around learning outcomes for this course, I designed my own syllabus and taught specific digital history topics regarding primary source research, the ethics of Artificial Intelligence, project management research workflows, and how to write historical analysis. Overall, teaching HIST 390 provided me an opportunity to reflect on what I have learned as a PhD student of digital history and develop a curriculum to instruct these skills to undergraduate students new to the field.&lt;/p&gt;</description></item><item><title>Religious Digitization: A Step Beyond a Database</title><link>https://rrchnm.org/blog/religious-digitization-a-step-beyond-a-database/</link><pubDate>Tue, 18 Jun 2024 09:00:22 +0000</pubDate><guid>https://rrchnm.org/blog/religious-digitization-a-step-beyond-a-database/</guid><description>&lt;p&gt;Every ten years from 1906 to 1946, the United States Census Bureau surveyed religious congregations, synagogues, and other religious groups in a census similar to the population census. At the time, churches were considered a public good, similar to a public park or school. Through these religious censuses, the government could ensure counties had enough churches and what religions and spiritual sects were growing/prospering within the United States at any given time. Of the five religious censuses that the bureau conducted (1906-1946), only the schedules from the 1926 census still exist.&lt;/p&gt;</description></item><item><title>AHA Survey Finds RRCHNM’s Teachinghistory.org and History Matters to be Top Resources for K-12 Teachers</title><link>https://rrchnm.org/blog/aha-survey-finds-rrchnms-teachinghistory-org-and-history-matters-to-be-top-resources-for-k-12-teachers/</link><pubDate>Tue, 14 May 2024 10:35:06 +0000</pubDate><guid>https://rrchnm.org/blog/aha-survey-finds-rrchnms-teachinghistory-org-and-history-matters-to-be-top-resources-for-k-12-teachers/</guid><description>&lt;p&gt;A &lt;a href="https://www.historians.org/research-and-publications/perspectives-on-history/may-2024/whats-being-taught-mapping-the-landscape-of-us-history-education"&gt;recent survey&lt;/a&gt; of K-12 social studies teachers by the American Historical Association finds that &lt;a href="http://teachinghistory.org"&gt;Teachinghistory.org&lt;/a&gt; remains a frequently used resource with 56 percent reporting that they used the site. Funded by the Department of Education from 2008 to 2012 and directed by former Director of Educational projects Kelly Schrum, Teachinghistory.org (initially known as the National History Education Clearinghouse) is a central online location for accessing high-quality resources in K-12 U.S. history education.&lt;/p&gt;</description></item><item><title>Antisemitism, U.S.A. Podcast Receives Generous Support from the David Bruce</title><link>https://rrchnm.org/blog/antisemitism-u-s-a-podcast-receives-generous-support-from-the-david-bruce-smith-family-foundation/</link><pubDate>Fri, 10 May 2024 10:20:07 +0000</pubDate><guid>https://rrchnm.org/blog/antisemitism-u-s-a-podcast-receives-generous-support-from-the-david-bruce-smith-family-foundation/</guid><description>&lt;p&gt;The Roy Rosenzweig Center for History and New Media (RRCHNM) is excited to announce that R2 Studioshas received a $50,000 gift from the David Bruce Smith Foundation to support &lt;a href="https://www.r2studios.org/show/Antisemitism-USA/"&gt;&lt;em&gt;Antisemitism, U.S.A.&lt;/em&gt;&lt;/a&gt;&lt;em&gt;,&lt;/em&gt; our forthcoming narrative podcast series on the long, complicated history of antisemitism in the United States.&lt;/p&gt;
&lt;p&gt;In production since 2022, this limited series is hosted by &lt;a href="https://www.markoppenheimer.com/"&gt;Mark Oppenheimer&lt;/a&gt; and features contributions from over two dozen leading experts in history, religious studies, politics, and public policy to explore how antisemitism has evolved in America since the nation’s founding.&lt;/p&gt;</description></item><item><title>Graduate Student Reflections: Brandan P. Buck</title><link>https://rrchnm.org/blog/graduate-student-reflections-brandan-p-buck/</link><pubDate>Wed, 08 May 2024 14:30:13 +0000</pubDate><guid>https://rrchnm.org/blog/graduate-student-reflections-brandan-p-buck/</guid><description>&lt;p&gt;My name is Brandan P. Buck, and I am currently in my fifth year as a Ph.D. candidate in history at George Mason University and graduate research assistant at Roy Rosenzweig Center for History and New Media (RRCHNM), where I have spent four of the last five years of my Ph.D. program with Mason. In this, my final semester with the RRCHM, I thought I would share how my work here and the skills learned in the history department&amp;rsquo;s &amp;ldquo;Cilo wired&amp;rdquo; series of digital history courses have afforded me invaluable skills for public-facing scholarship. Through this combination of experiences, I have learned how to work with and clean &amp;ldquo;messy&amp;rdquo; data, analyze it using computational and spatial methods, and present it to audiences through crisp and efficient visualizations. The skills gleaned here at RRCHMN, whether banal or advanced, have aided my dissertation project and helped me turn some of its findings into a portfolio of public-facing work for popular and scholarly audiences through my blog, opinion pieces, and several podcast appearances.&lt;/p&gt;</description></item><item><title>The McCormick Center for the Study of the American Revolution Supports the Production of Worlds Turned Upside Down</title><link>https://rrchnm.org/blog/the-mccormick-center-for-the-study-of-the-american-revolution-supports-the-production-of-worlds-turned-upside-down/</link><pubDate>Thu, 25 Apr 2024 13:04:14 +0000</pubDate><guid>https://rrchnm.org/blog/the-mccormick-center-for-the-study-of-the-american-revolution-supports-the-production-of-worlds-turned-upside-down/</guid><description>&lt;p&gt;RRCHNM’s R2 Studios is thrilled to announce that Siena College’s &lt;a href="https://www.siena.edu/centers-institutes/mccormick-center-for-the-study-of-the-american-revolution/"&gt;McCormick Center for the Study of the American Revolution&lt;/a&gt; has generously invested $3,000 in support of our latest podcast, &lt;em&gt;Worlds Turned Upside Down&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.r2studios.org/show/worlds-turned-upside-down/"&gt;&lt;em&gt;Worlds Turned Upside Down&lt;/em&gt;&lt;/a&gt; tells the story of the American Revolution as a transatlantic crisis and imperial civil war through the lives of people who experienced it. Just in time for America’s 250th anniversary in 2026, &lt;em&gt;Worlds&lt;/em&gt; expands the story of the revolution by exploring how the crisis that engulfed the Atlantic world in the late eighteenth century inspired British Americans, Indigenous nations, enslaved Africans and African Americans, Europeans, and other peoples to question their loyalties, challenge authority, seek freedom, and resist revolutionary change.&lt;/p&gt;</description></item><item><title>RRCHNM Receives NEH Grant in Collaboration with Seven Local Partners for Digitization of Civil War Graffiti</title><link>https://rrchnm.org/blog/rrchnm-receives-neh-grant-in-collaboration-with-seven-local-partners-for-digitization-of-civil-war-graffiti/</link><pubDate>Tue, 16 Apr 2024 09:45:50 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-receives-neh-grant-in-collaboration-with-seven-local-partners-for-digitization-of-civil-war-graffiti/</guid><description>&lt;p&gt;The Roy Rosenzweig Center for History and New Media (RRCHNM), in collaboration with seven local partners—the Office of Historic Resources, (City of Fairfax, Virginia); the Brandy Station Foundation; the Office of Historic Preservation, (Prince William County); R.B. Toth Associates; the Manassas Museum System; NOVA Parks; and the Shenandoah Valley Battlefields Foundation—has been awarded a $350,000 grant from the &lt;a href="https://www.neh.gov/"&gt;National Endowment for the Humanities&lt;/a&gt; &lt;a href="https://www.neh.gov/grants/preservation/humanities-collections-and-reference-resources"&gt;Humanities Collections and Reference Resources&lt;/a&gt; program.&lt;/p&gt;
&lt;p&gt;This grant will allow for the &lt;a href="https://rrchnm.org/news/rrchnm-receives-grant-in-collaboration-with-fairfax-citys-office-of-historic-resources-at-historic-blenheim-and-brandy-station-foundation-for-digitization-of-civil-war-graffiti/"&gt;continuation of work&lt;/a&gt; started by RRCHNM, &lt;a href="https://www.fairfaxva.gov/government/historic-resources/historic-blenheim"&gt;Historic Blenheim&lt;/a&gt;, the &lt;a href="https://www.brandystationfoundation.com/"&gt;Brandy Station Foundation&lt;/a&gt;, and &lt;a href="https://rbtoth.com/index.html"&gt;R.B. Toth Associates&lt;/a&gt;. This new round of funding will support the building and publishing of a digital archive focused on soldiers’ graffiti found in Civil War-era structures located in the greater Northern Virginia region operated by our six local project partners. The digital archive will provide scholars, students, and the public access to the graffiti and a reasonably large collection of ancillary archival material associated with the graffiti.&lt;/p&gt;</description></item><item><title>RRCHNM Receives NEH Grant to Support Worlds Turned Upside Down Podcast</title><link>https://rrchnm.org/blog/rrchnm-receives-neh-grant-to-support-worlds-turned-upside-down-podcast/</link><pubDate>Tue, 16 Apr 2024 09:45:23 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-receives-neh-grant-to-support-worlds-turned-upside-down-podcast/</guid><description>&lt;p&gt;&lt;a href="https://r2studios.org/"&gt;R2 Studios&lt;/a&gt; at the Roy Rosenzweig Center for History and New Media (RRCHNM) is excited to announce that Jim Ambuske, Jeanette Patrick, and Mills Kelly have been awarded $272,000 from the &lt;a href="https://www.neh.gov/"&gt;National Endowment for the Humanities&lt;/a&gt; in support of our latest podcast, &lt;a href="https://www.r2studios.org/show/worlds-turned-upside-down/"&gt;&lt;em&gt;Worlds Turned Upside Down&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Worlds Turned Upside Down&lt;/em&gt; is a narrative documentary podcast series about the history of the American Revolution. The series draws on contributions from an international cast of leading experts to explore the conflict through the lives of British Americans, Indigenous nations, enslaved Africans and African Americans, Europeans, and other peoples who experienced it as a transatlantic crisis and imperial civil war.&lt;/p&gt;</description></item><item><title>Religious Ecologies Hits Digitization Milestone</title><link>https://rrchnm.org/blog/religious-ecologies-hits-digitization-milestone/</link><pubDate>Thu, 21 Mar 2024 10:56:01 +0000</pubDate><guid>https://rrchnm.org/blog/religious-ecologies-hits-digitization-milestone/</guid><description>&lt;p&gt;The 1926 Census of Religious Bodies collected more than 232,000 schedules from religious organizations across the United States. The &lt;a href="https://religiousecologies.org/"&gt;Religious Ecologies&lt;/a&gt; team frequently receives requests about which denominations have been uploaded to our website, specifically which denominations have all of their schedules uploaded. As we approach the halfway point of our digitization process, we are pleased to announce that we have uploaded 121 out of the total 213 denominations to our website. These 121 different denominations consist of more than 110,000 schedules and span across dozens of states. Below is a list documenting all 121 completed denominations on our website. We are excited about this milestone and look forward to the second half of the digitization process.&lt;/p&gt;</description></item><item><title>The End of Our Hike</title><link>https://rrchnm.org/blog/the-end-of-our-hike/</link><pubDate>Tue, 20 Feb 2024 09:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/the-end-of-our-hike/</guid><description>&lt;p&gt;Every hike has a beginning, a middle, and an end. Some are short, some are long. In the case of the Appalachian Trail, one of those hikes can last less than an hour, or it can stretch almost 2,200 miles. On October 5, 2021, the team at RRCHNM&amp;rsquo;s &lt;a href="https://www.r2studios.org/"&gt;R2 Studios&lt;/a&gt; began &lt;em&gt;our&lt;/em&gt; journey through the history of America’s most iconic long distance hiking trail with episode one of &lt;em&gt;&lt;a href="https://www.r2studios.org/show/the-green-tunnel/"&gt;The Green Tunnel&lt;/a&gt;&lt;/em&gt; &lt;a href="https://www.r2studios.org/show/the-green-tunnel/"&gt;p&lt;/a&gt;&lt;a href="https://www.r2studios.org/show/the-green-tunnel/"&gt;odcast&lt;/a&gt;. Over the past three years we’ve made more than 40 episodes of original content on this complex history and our listeners have downloaded those episodes more than 160,000 times.&lt;/p&gt;</description></item><item><title>World History Commons Adds Several New Primary Sources</title><link>https://rrchnm.org/blog/world-history-commons-adds-several-new-primary-sources/</link><pubDate>Wed, 24 Jan 2024 10:44:58 +0000</pubDate><guid>https://rrchnm.org/blog/world-history-commons-adds-several-new-primary-sources/</guid><description>&lt;p&gt;&lt;em&gt;World History Commons&lt;/em&gt; recently prioritized adding primary sources from lesser-covered regions and time periods to give a more thorough overview of world history for educators to pull from. As the Project Associate heading this endeavor, I focused my efforts on ancient and post-classical Oceania, North/Central America, South America, and Sub-Saharan Africa.&lt;/p&gt;
&lt;p&gt;My largest effort went to include sources for Oceania, which had the lowest overall coverage of any region. Oceania, as a small region of dispersed island nations with less written history than other areas of the world, often receives less attention in curricula seeking to cover large amounts of space and time. However, Oceania’s vibrant history and culture can easily be incorporated into larger classroom topics regarding human migration and peopling, archaeology and material culture, early architectural advancements, imperialism, and colonization history. I included visual materials about pottery and figurines, canoes, maps, and stone structures.&lt;/p&gt;</description></item><item><title>Connect with RRCHNM at AHA24</title><link>https://rrchnm.org/blog/connect-with-rrchnm-at-aha24/</link><pubDate>Thu, 04 Jan 2024 11:00:28 +0000</pubDate><guid>https://rrchnm.org/blog/connect-with-rrchnm-at-aha24/</guid><description>&lt;p&gt;There are a lot of great sessions coming up at this week&amp;rsquo;s American Historical Association&amp;rsquo;s Annual Meeting, many of which feature RRCHNM-ers. To make finding those sessions easy for you so you can easily connect with us and learn more about our current projects, we thought we&amp;rsquo;d list them all here for you.&lt;/p&gt;
&lt;h2 id="friday-january-5"&gt;Friday, January 5&lt;/h2&gt;
&lt;h5 id="teaching-history-in-the-digital-age"&gt;&lt;a href="https://aha.confex.com/aha/2024/meetingapp.cgi/Session/25038"&gt;Teaching History in the Digital Age&lt;/a&gt;&lt;/h5&gt;
&lt;p&gt;Plaza A (Lobby, Hilton Union Square), 1:30 - 3:00 pm&lt;/p&gt;</description></item><item><title>The John Carter Brown Library Supports the Production of Worlds Turned Upside Down</title><link>https://rrchnm.org/blog/the-john-carter-brown-library-supports-the-production-of-worlds-turned-upside-down/</link><pubDate>Thu, 14 Dec 2023 10:45:06 +0000</pubDate><guid>https://rrchnm.org/blog/the-john-carter-brown-library-supports-the-production-of-worlds-turned-upside-down/</guid><description>&lt;p&gt;RRCHNM’s R2 Studios is thrilled to announce that The &lt;a href="https://jcblibrary.org/"&gt;John Carter Brown Library&lt;/a&gt; (JCB) has generously invested $10,000 in support of our latest podcast, &lt;em&gt;Worlds Turned Upside Down&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.r2studios.org/show/worlds-turned-upside-down/"&gt;&lt;em&gt;Worlds Turned Upside Down&lt;/em&gt;&lt;/a&gt; tells the story of the American Revolution as a transatlantic crisis and imperial civil war through the lives of people who experienced it. Just in time for America’s 250th anniversary in 2026, &lt;em&gt;Worlds&lt;/em&gt; expands the story of the revolution by exploring how the crisis that engulfed the Atlantic world in the late eighteenth century inspired British Americans, Indigenous nations, enslaved Africans and African Americans, Europeans, and other peoples to question their loyalties, challenge authority, seek freedom, and resist revolutionary change.&lt;/p&gt;</description></item><item><title>Remembering: Angel David Nieves</title><link>https://rrchnm.org/blog/remembering-angel-david-nieves/</link><pubDate>Mon, 11 Dec 2023 12:05:37 +0000</pubDate><guid>https://rrchnm.org/blog/remembering-angel-david-nieves/</guid><description>&lt;h4 id="written-by-steve-brier"&gt;Written by: Steve Brier&lt;/h4&gt;
&lt;p&gt;It is with great sadness that the members of the Advisory Board and the staff of the RRCHNM note the sudden passing on December 5th of our colleague and RRCHNM board member, Ángel David Nieves. A distinguished and pioneering scholar in the digital humanities and the development of experimental online publishing platforms, Ángel was Dean’s Professor of Public and Digital Humanities, Professor of African American Studies and History, and Director of Public Humanities at Northeastern University. His scholarship focused on the intersection of race, gender, sexuality, social justice, and technology in the United States and South Africa. He brought to that work a wide range of interdisciplinary approaches and comradely enthusiasm for collaboration. His presence will be sorely missed in all of the sites and places that he supported and improved, including RRCHNM.&lt;/p&gt;</description></item><item><title>Worlds Turned Upside Down Receives Funding from Virginia’s 250 Commission</title><link>https://rrchnm.org/blog/worlds-turned-upside-down-receives-funding-from-virginias-250-commission/</link><pubDate>Tue, 21 Nov 2023 10:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/worlds-turned-upside-down-receives-funding-from-virginias-250-commission/</guid><description>&lt;p&gt;RRCHNM’s R2 Studios is thrilled to announce that the &lt;a href="https://va250.org/"&gt;Virginia American Revolution 250 Commission&lt;/a&gt; has generously awarded $10,000 in support of our latest podcast, &lt;em&gt;Worlds Turned Upside Down&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.r2studios.org/show/worlds-turned-upside-down/"&gt;&lt;em&gt;Worlds Turned Upside Down&lt;/em&gt;&lt;/a&gt; tells the story of the American Revolution as a transatlantic crisis and imperial civil war through the lives of people who experienced it. Just in time for America’s 250th anniversary in 2026, &lt;em&gt;Worlds&lt;/em&gt; expands the story of the revolution by exploring how the crisis that engulfed the Atlantic world in the late eighteenth century inspired British Americans, Indigenous nations, enslaved Africans and African Americans, Europeans, and other peoples to question their loyalties, challenge authority, seek freedom, and resist revolutionary change.&lt;/p&gt;</description></item><item><title>RRCHNM Launches Next Round of Teaching Guides for Pre-Service History Teachers</title><link>https://rrchnm.org/blog/rrchnm-launches-next-round-of-teaching-guides-for-pre-service-history-teachers/</link><pubDate>Thu, 16 Nov 2023 12:00:05 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-launches-next-round-of-teaching-guides-for-pre-service-history-teachers/</guid><description>&lt;p&gt;&lt;em&gt;Funded by the Library of Congress, the four teaching guides support new prospective teachers teaching Indigenous history and will be available on &lt;a href="https://teachinghistory.org/teaching-materials/teaching-guides"&gt;Teachinghistory.org&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;RRCHNM is proud to announce the launch of four new resources for pre-service teachers on Indigenous history in the United States. The guides were made possible with generous funding from the Teaching with Primary Sources program from the &lt;a href="https://www.loc.gov/"&gt;Library of Congress&lt;/a&gt;. These free online resources feature activities for students to engage with rich Library of Congress primary sources to better understand topics in history that can be especially challenging for teachers new to the profession.&lt;/p&gt;</description></item><item><title>A Veteran’s Day Salute to our Valued Partnership with the Defense POW/MIA Accounting</title><link>https://rrchnm.org/blog/a-veterans-day-salute-to-our-valued-partnership-with-the-defense-pow-mia-accounting-agency/</link><pubDate>Sat, 11 Nov 2023 11:31:17 +0000</pubDate><guid>https://rrchnm.org/blog/a-veterans-day-salute-to-our-valued-partnership-with-the-defense-pow-mia-accounting-agency/</guid><description>&lt;p&gt;This Veteran’s Day, we at the Roy Rosenzweig Center for History and New Media (RRCHNM) would like to highlight the incredible work of the Defense POW/MIA Accounting Agency (DPAA). The mission of the &lt;a href="https://www.dpaa.mil/Our-Missing/Past-Conflicts/"&gt;DPAA&lt;/a&gt; is to provide the fullest possible accounting for American personnel lost in foreign conflicts going back to World War II, with the ultimate goal of finding these lost personnel, completing their stories, and bringing them back to their families and loved ones, thus bringing closure to them and to the nation. Such a monumental effort requires an army of professionals working tirelessly across the globe, including administrators, military personnel, historians, archeologists, doctors, scientists, and field specialists.&lt;/p&gt;</description></item><item><title>Talking to the Dead: Spiritualists and Seances</title><link>https://rrchnm.org/blog/talking-to-the-dead-spiritualists-and-seances/</link><pubDate>Wed, 01 Nov 2023 13:29:23 +0000</pubDate><guid>https://rrchnm.org/blog/talking-to-the-dead-spiritualists-and-seances/</guid><description>&lt;p&gt;During my time working on the &lt;em&gt;&lt;a href="https://religiousecologies.org/"&gt;American Religious Ecologies&lt;/a&gt;&lt;/em&gt; project I became focused on female ministers and other types of religious leadership that appear in the Census. This interest aligns well with my dissertation research, &lt;a href="http://carolinegreer.com/greer-research/silent-on-slavery/"&gt;which focuses on female preachers in the nineteenth century&lt;/a&gt; and their bodily experiences, analyzing even earlier examples of successful female religious leadership.&lt;/p&gt;
&lt;p&gt;One religion with a large amount of female representation in twentieth century leadership are the different denominations of Spiritualists. In studying the National Spiritual Alliance, I found that almost 40% of the preachers listed on census schedules were definitely women, compared to the 25% of men listed, seen here in the map “&lt;a href="https://religiousecologies.org/visualizations/spiritualist-map/"&gt;Male and Female Pastors in the National Spiritual Alliance&lt;/a&gt;” (a number of pastors only had their initials given, making it hard to know their gender). Though the importance of female leadership and representation are one of the more significant markers of the Spiritualist faith, anotherimportant facet of their faith is the belief in communicating with the dead.&lt;/p&gt;</description></item><item><title>Exploring True Crime in Early Modern Europe in the Classroom</title><link>https://rrchnm.org/blog/exploring-true-crime-in-early-modern-europe-in-the-classroom/</link><pubDate>Wed, 18 Oct 2023 10:34:04 +0000</pubDate><guid>https://rrchnm.org/blog/exploring-true-crime-in-early-modern-europe-in-the-classroom/</guid><description>&lt;p&gt;This semester I’m using my expertise on crime and violence in a new way: I’m teaching an upper-level undergraduate course “True Crime in Early Modern Europe.” When we think of the true crime genre, we tend to think of documentaries, Netflix shows, Pulp Fiction, and podcasts, to name just a few popular formats. What most people don’t know, however, is that “true crime” as a genre originated in the early modern world–mostly Europe but also premodern China and the Americas. Bestsellers in the genre included pamphlets, murder ballads, and executioner’s songs which sensationalized crimes, spoke of motives, and reflected on justice.&lt;/p&gt;</description></item><item><title>Nate Sleeter Becomes RRCHNM’s Director of Educational Projects</title><link>https://rrchnm.org/blog/nate-sleeter-becomes-rrchnms-director-of-educational-projects/</link><pubDate>Tue, 22 Aug 2023 14:04:00 +0000</pubDate><guid>https://rrchnm.org/blog/nate-sleeter-becomes-rrchnms-director-of-educational-projects/</guid><description>&lt;p&gt;The Roy Rosenzweig Center for History and New Media is pleased to announce that &lt;a href="https://historyarthistory.gmu.edu/people/nsleete1"&gt;Dr. Nate Sleeter&lt;/a&gt; has become our new Director of Educational Projects. The K–12 and college educational resources that RRCHNM makes freely available to teachers, students, and parents regularly receive millions of visits per year, and they are used in the curricula of schools from Virginia to California.&lt;/p&gt;
&lt;p&gt;Nate has for several years been RRCHNM’s primary specialist in creating educational resources. His new role as Director of Educational Projects reflects both the results he has achieved in creating educational materials at RRCHNM for more than a decade, and the renewed emphasis that RRCHNM is making on history education in schools.&lt;/p&gt;</description></item><item><title>RRCHNM Past, Present, and Future</title><link>https://rrchnm.org/blog/rrchnm-past-present-and-future/</link><pubDate>Tue, 15 Aug 2023 10:16:40 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-past-present-and-future/</guid><description>&lt;p&gt;The first time that I came across the name Roy Rosenzweig was in the textbook for a class titled simply, “Historiography.” The book discussed Rosenzweig’s 1983 book, &lt;a href="https://www.cambridge.org/us/universitypress/subjects/history/american-history-general-interest/eight-hours-what-we-will-workers-and-leisure-industrial-city-18701920"&gt;&lt;em&gt;Eight Hours for What We Will&lt;/em&gt;&lt;/a&gt;, as a key work in American labor history. Since &lt;em&gt;Eight Hours&lt;/em&gt; is a history of workers in Worcester, Massachusetts, just thirty miles from where I grew up, I went to the library and checked out the book. As I read, I was captivated by how Rosenzweig had captured the lives and labors of working-class people.&lt;/p&gt;</description></item><item><title>Passing the Baton</title><link>https://rrchnm.org/blog/passing-the-baton/</link><pubDate>Mon, 14 Aug 2023 10:00:24 +0000</pubDate><guid>https://rrchnm.org/blog/passing-the-baton/</guid><description>&lt;p&gt;At the 2001 annual meeting of the American Historical Association, Roy Rosenzweig dumped a cup of coffee on me. He didn’t mean to, of course, but he did.&lt;/p&gt;
&lt;p&gt;It happened in the days when search committees often interviewed job candidates in hotel rooms and I was there to interview for a job at George Mason University. Roy and I had spoken on the phone about the position prior to my interview and, not knowing Roy, I’d been a bit intimidated during that call. I had read several of his books and articles in graduate school and he was &lt;em&gt;the guy&lt;/em&gt; when it came to digital history.&lt;/p&gt;</description></item><item><title>RRCHNM Receives Additional Funding to Create More Teaching Guides</title><link>https://rrchnm.org/blog/rrchnm-receives-additional-funding-to-create-more-teaching-guides/</link><pubDate>Thu, 27 Jul 2023 12:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-receives-additional-funding-to-create-more-teaching-guides/</guid><description>&lt;h4 id="library-of-congress-funding-for-these-teaching-guides-builds-upon-earlier-work-that-supports-new-prospective-teachers-as-they-teach-difficult-subjects-in-history"&gt;Library of Congress funding for these teaching guides builds upon earlier work that supports new prospective teachers as they teach difficult subjects in history.&lt;/h4&gt;
&lt;p&gt;RRCHNM is proud to announce funding from the Teaching with Primary Sources program from the &lt;a href="https://www.loc.gov/"&gt;Library of Congress&lt;/a&gt; for 2023-24. With these funds we will create four more teaching guides for pre-service teachers on difficult to teach topics. These free online resources feature activities for students to engage with Library of Congress primary sources to better understand topics in history — with a focus on topics that can be especially challenging for teachers who are new to the profession. The guides provide activities where students engage with primary sources and model historians&amp;rsquo; approach of understanding people in the past through the evidence they left behind. They also contain guidance for incorporating these activities into a typical history curriculum.&lt;/p&gt;</description></item><item><title>RRCHNM To Host DH2024 Conference</title><link>https://rrchnm.org/blog/rrchnm-to-host-dh2024-conference/</link><pubDate>Fri, 14 Jul 2023 10:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-to-host-dh2024-conference/</guid><description>&lt;p&gt;We are thrilled that in just about a year from now, RRCHNM and the &lt;a href="https://adho.org/"&gt;Alliance of Digital Humanities Organizations&lt;/a&gt; (ADHO) will be bringing DH2024 to Washington, D.C.!&lt;/p&gt;
&lt;p&gt;The annual ADHO Digital Humanities Conference is the central and largest event of the international DH community and unites scholars from across the globe, presenting them with a unique opportunity for the exchange of their work and ideas and the fostering of future collaborations. In 2024, approximately 1,000 people from around the globe are expected to attend DH2024 from August 6 - 9. This will be the first time the conference has been held in the United States in a decade.&lt;/p&gt;</description></item><item><title>Collaboration With NMAAHC and HBCU Partners Moves Into Beta Testing Mode</title><link>https://rrchnm.org/blog/collaboration-with-nmaahc-and-hbcu-partners-moves-into-beta-testing-mode/</link><pubDate>Fri, 30 Jun 2023 12:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/collaboration-with-nmaahc-and-hbcu-partners-moves-into-beta-testing-mode/</guid><description>&lt;p&gt;A team from RRCHNM spent three days in Atlanta in June conducting an Omeka S training workshop for the five HBCU partner institutions in the &lt;a href="https://hcac.rrchnm.org/"&gt;HBCU History Culture and Access Consortium&lt;/a&gt; sponsored by the Office of Strategic Partnerships at the National Museum for African American History and Culture. Our PhD students Timmia King (below, left) and Amber Pelham (below, right) worked closely with project teams from the five HBCUs in the project – Jackson State University, Tuskegee University, Clark Atlanta University, Texas Southern University, and Florida A&amp;amp;M University – as the project moves from the &lt;a href="https://rrchnm.org/news/rrchnm-kicks-off-collaboration-with-nmaahc-and-hbcu-partners/"&gt;initial training phase&lt;/a&gt; into beta testing mode. Timmia and Amber designed the training workshop themselves and executed it with great skill. During the second day of the convening our team and the HBCU partners spent some time thinking through the critical metadata issues involved in such a complex multi-institutional public history project. Over the coming year the HBCU partners will populate the database with items from their incredibly rich collections and designers from the Smithsonian will develop the front end experience for website visitors.&lt;/p&gt;</description></item><item><title>American Religious Ecologies Receives Second NEH Grant to Work with 1926 Census of Religious Bodies</title><link>https://rrchnm.org/blog/american-religious-ecologies-receives-second-neh-grant-to-work-with-1926-census-of-religious-bodies/</link><pubDate>Wed, 19 Apr 2023 14:06:35 +0000</pubDate><guid>https://rrchnm.org/blog/american-religious-ecologies-receives-second-neh-grant-to-work-with-1926-census-of-religious-bodies/</guid><description>&lt;p&gt;We are grateful to acknowledge a second NEH grant in support of our &lt;em&gt;&lt;a href="https://religiousecologies.org"&gt;American Religious Ecologies&lt;/a&gt;&lt;/em&gt; project. The National Endowment for the Humanities &lt;a href="https://www.neh.gov/news/neh-announces-3563-million-258-humanities-projects-nationwide"&gt;announced this week&lt;/a&gt; that RRCHNM will receive a Humanities Collections and Reference Resources grant for $350,000 to continue our work with the 1926 Census of Religious Bodies for the next three years. This new grant follow on our previous award, also from the HCRR program in the NEH&amp;rsquo;s Division of Preservation and Access, which was received in 2019.&lt;/p&gt;</description></item><item><title>Leadership Gift from Digital Scholar Kicks off 30th Anniversary Campaign</title><link>https://rrchnm.org/blog/leadership-gift-from-digital-scholar-kicks-off-30th-anniversary-campaign/</link><pubDate>Thu, 30 Mar 2023 12:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/leadership-gift-from-digital-scholar-kicks-off-30th-anniversary-campaign/</guid><description>&lt;p&gt;We are very pleased to announce the lead gift for our 30th anniversary Campaign for RRCHNM. Our friends and former colleagues at &lt;a href="https://digitalscholar.org/"&gt;Digital Scholar&lt;/a&gt; have made an incredibly generous gift to our Center &amp;ndash; $15,000. This first major gift helps us launch the Campaign for RRCHNM with a bang and is a great step forward in our efforts to raise funds to help us continue to provide the best possible digital historical projects, to give our students amazing educational opportunities, and to make high quality educational resources related to history available to all. Everyone here extends our thanks for this very generous gift.&lt;/p&gt;</description></item><item><title>Announcing Death by Numbers Beta</title><link>https://rrchnm.org/blog/announcing-death-by-numbers-beta/</link><pubDate>Mon, 27 Feb 2023 16:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/announcing-death-by-numbers-beta/</guid><description>&lt;p&gt;RRCHNM is excited to announce the formal beta launch of the &lt;a href="https://deathbynumbers.org/"&gt;Death by Numbers database&lt;/a&gt;. There’s over a year left to go in the project and we’re still hard at work adding data to the database and building our first visualizations, so don’t be surprised at how large some of the gaps are in the dataset. But we wanted to go public and give our audience a chance to provide feedback on what we’ve created so far.&lt;/p&gt;</description></item><item><title>RRCHNM Receives Grant in Collaboration with Fairfax City’s Office of Historic Civil War Graffiti</title><link>https://rrchnm.org/blog/rrchnm-receives-grant-in-collaboration-with-fairfax-citys-office-of-historic-resources-at-historic-blenheim-and-brandy-station-foundation-for-digitization-of-civil-war-graffiti/</link><pubDate>Wed, 01 Feb 2023 12:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-receives-grant-in-collaboration-with-fairfax-citys-office-of-historic-resources-at-historic-blenheim-and-brandy-station-foundation-for-digitization-of-civil-war-graffiti/</guid><description>&lt;p&gt;The Roy Rosenzweig Center for History and New Media (RRCHNM), in collaboration with Historic Blenheim and the Civil War Interpretive Center (Fairfax City, VA) and the Brandy Station Foundation (Brandy Station, VA), has been awarded a $60,000 grant from the &lt;a href="https://www.neh.gov/"&gt;National Endowment for the Humanities&lt;/a&gt;’ Division for Preservation and Access, &lt;a href="https://www.neh.gov/grants/preservation/humanities-collections-and-reference-resources"&gt;Humanities Collections and Reference Resources&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This planning grant will facilitate collaboration between the three partners for the planning of a digitization project focused on Civil War graffiti found in Civil War buildings located in Virginia and elsewhere. The grant will also facilitate the development of collaborative workflows between the three organizations and digital preservation professionals.&lt;/p&gt;</description></item><item><title>RRCHNM at the AHA</title><link>https://rrchnm.org/blog/rrchnm-at-the-aha/</link><pubDate>Tue, 31 Jan 2023 12:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-at-the-aha/</guid><description>&lt;p&gt;The first week of January 2023 was quite a week for the team at RRCHNM. Close to twenty of us were at the annual meeting of the American Historical Association in Philadelphia, presenting papers, taking part in round tables, and showing off work at poster sessions. Our fantastic graduate students made up a significant share of all the research posters presented at the conference.&lt;/p&gt;
&lt;p&gt;If you know RRCHNM, you &lt;em&gt;probably&lt;/em&gt; know us as a research center creating new approaches to digital history. But our mission is also to build the future of our field by providing students a wide variety of opportunities to grow as historians. And it’s because education is so central to our mission that we were so excited to see how many of our students were on the program at the conference this year.&lt;/p&gt;</description></item><item><title>Remembering Paula Petrik</title><link>https://rrchnm.org/blog/remembering-paula-petrik/</link><pubDate>Wed, 25 Jan 2023 13:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/remembering-paula-petrik/</guid><description>&lt;figure class="bg-stone-50 border border-stone-200 rounded-lg p-3 my-8 mx-auto max-w-2xl"
 x-data="{ open: false }"&gt;
 &lt;img src="Petrik_Paula-1-150x150.jpg" alt="Black and white headshot of Paula Petrik." loading="lazy"
 class="rounded w-full cursor-zoom-in" @click="open = true"&gt;
 
 
 &lt;template x-teleport="body"&gt;
 &lt;div x-show="open" x-transition.opacity
 class="fixed inset-0 z-50 flex items-center justify-center bg-black/80 p-4 sm:p-8 cursor-zoom-out"
 @click.self="open = false" @keydown.escape.window="open = false"&gt;
 &lt;div class="relative max-w-5xl w-full max-h-[90vh] flex flex-col items-center"&gt;
 &lt;button @click="open = false" class="absolute -top-2 -right-2 z-10 bg-white/90 rounded-full p-1.5 text-stone-700 hover:text-stone-900 shadow" aria-label="Close"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"/&gt;&lt;/svg&gt;
 &lt;/button&gt;
 &lt;img src="Petrik_Paula-1-150x150.jpg" alt="Black and white headshot of Paula Petrik." class="max-h-[85vh] w-auto rounded-lg shadow-2xl"&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/template&gt;
&lt;/figure&gt;

&lt;p&gt;Today we share the sad news that Professor Paula Petrik, our former colleague here at RRCHNM, has passed away at the age of 74 at her home in Montana.&lt;/p&gt;</description></item><item><title>Connect with RRCHNM at AHA23</title><link>https://rrchnm.org/blog/connect-with-rrchnm-at-aha23/</link><pubDate>Wed, 04 Jan 2023 09:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/connect-with-rrchnm-at-aha23/</guid><description>&lt;p&gt;There are a lot of great sessions coming up at this week&amp;rsquo;s American Historical Association&amp;rsquo;s Annual Meeting, many of which feature RRCHNM-ers. To make finding those sessions easy for you so you can easily connect with us and learn more about our current projects, we thought we&amp;rsquo;d list them all here for you.&lt;/p&gt;
&lt;h2 id="friday-january-6"&gt;Friday, January 6&lt;/h2&gt;
&lt;h5 id="doing-accessible-digital-history"&gt;&lt;a href="https://aha.confex.com/aha/2023/meetingapp.cgi/Session/23546"&gt;Doing Accessible Digital History&lt;/a&gt;&lt;/h5&gt;
&lt;p&gt;Philadelphia Marriot Downtown - Grand Ballroom Salon K, 10:30 am - 12 pm,&lt;/p&gt;</description></item><item><title>How Philip Lampi recovered the lost history of early American elections</title><link>https://rrchnm.org/blog/how-philip-lampi-recovered-the-lost-history-of-early-american-elections/</link><pubDate>Tue, 08 Nov 2022 13:07:19 +0000</pubDate><guid>https://rrchnm.org/blog/how-philip-lampi-recovered-the-lost-history-of-early-american-elections/</guid><description>&lt;p&gt;As Americans go to the polls to vote in today’s midterm Congressional elections, they will be able to watch results flow practically in real time. By the end of the day, the data for the election returns will be more or less available. For much of United States history, of course, information flowed more slowly. But even still, we can take it for granted that there are regular records of elections, and that it is straightforward to find out who won.&lt;/p&gt;</description></item><item><title>R2 Studios Launches Season 2 of The Green Tunnel Podcast</title><link>https://rrchnm.org/blog/r2-studios-launches-season-2-of-the-green-tunnel-podcast/</link><pubDate>Tue, 04 Oct 2022 13:30:00 +0000</pubDate><guid>https://rrchnm.org/blog/r2-studios-launches-season-2-of-the-green-tunnel-podcast/</guid><description>&lt;p&gt;Season Two of &lt;em&gt;&lt;a href="https://www.r2studios.org/show/the-green-tunnel/"&gt;The Green Tunnel&lt;/a&gt;&lt;/em&gt; podcast, produced here at &lt;a href="https://www.r2studios.org/"&gt;R2 Studios&lt;/a&gt;, launched today. In this season we will be focused on the larger question of who the Appalachian Trail is for and will come at that question from a variety of directions. When &lt;a href="https://www.r2studios.org/show/the-green-tunnel/founding-the-trail/"&gt;Benton MacKaye first proposed the trail&lt;/a&gt; in 1921, he wanted it to be a place for working class people to get away for a few hours or a few days, to get some fresh air, and to experience the healing power of time under the trees. Today’s trail, visited by millions of people each year, is a complex place with overlapping audiences and identities. MacKaye likely would have been very surprised to see the diversity in the hiking population—diversity that cuts as many ways as you can count.&lt;/p&gt;</description></item><item><title>Introducing DataScribe 101</title><link>https://rrchnm.org/blog/introducing-datascribe-101/</link><pubDate>Wed, 21 Sep 2022 12:30:36 +0000</pubDate><guid>https://rrchnm.org/blog/introducing-datascribe-101/</guid><description>&lt;h4 id="fall-workshops-hosted-by-the-datascribe-project-team-will-further-support-user-exploration-of-datascribe-101s-capabilities"&gt;Fall workshops hosted by the DataScribe project team will further support user exploration of DataScribe 101&amp;rsquo;s capabilities.&lt;/h4&gt;
&lt;p&gt;Earlier this year, RRCHNM released &lt;a href="https://datascribe.tech/"&gt;DataScribe&lt;/a&gt;, a structured transcription module for the &lt;a href="https://omeka.org/s/"&gt;Omeka S platform&lt;/a&gt;. This module enables scholars to identify the structure of the data within their sources, speed up the transcription of their sources, and reliably structure their transcriptions in a form amenable to computational analysis. Scholars can turn sources into tables of data stored as numbers, dates, categories, and more.&lt;/p&gt;</description></item><item><title>New Interpretive Essays Added to Collecting These Times</title><link>https://rrchnm.org/blog/new-interpretive-essays-added-to-collecting-these-times/</link><pubDate>Wed, 07 Sep 2022 15:00:40 +0000</pubDate><guid>https://rrchnm.org/blog/new-interpretive-essays-added-to-collecting-these-times/</guid><description>&lt;p&gt;&lt;em&gt;&lt;a href="https://collectingthesetimes.org/s/collecting-these-times/page/home"&gt;Collecting These Times&lt;/a&gt;&lt;/em&gt; (CTT), funded by &lt;a href="https://www.schusterman.org/"&gt;Charles and Lynn Schusterman Family Philanthropies&lt;/a&gt;, &lt;a href="https://jimjosephfoundation.org/"&gt;Jim Joseph Foundation&lt;/a&gt;, &lt;a href="https://lkflt.org/"&gt;Lippman Kanfer Foundation for Living Torah&lt;/a&gt;, and &lt;a href="https://www.russellberriefoundation.org/"&gt;The Russell Berrie Foundation&lt;/a&gt;, documents the many ways that diverse communities of American Jews have responded to the COVID-19 pandemic.&lt;/p&gt;
&lt;p&gt;The core of CTT is a portal that connects users to the many archives, libraries, and other institutions around the country that collected digital and physical materials about the Jewish experience of and response to the pandemic. CTT also displays materials collected by RRCHNM and its many partners in this effort.&lt;/p&gt;</description></item><item><title>RRCHNM Launches New Teaching Guides for Pre-Service History Teachers</title><link>https://rrchnm.org/blog/rrchnm-launches-new-teaching-guides-for-pre-service-history-teachers/</link><pubDate>Tue, 06 Sep 2022 09:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-launches-new-teaching-guides-for-pre-service-history-teachers/</guid><description>&lt;h4 id="funded-by-the-library-of-congress-the-four-teaching-guides-will-support-new-prospective-teachers-teaching-the-history-of-religion-and-will-be-available-on-teachinghistoryorg"&gt;Funded by the Library of Congress, the four teaching guides will support new prospective teachers teaching the history of religion and will be available on &lt;a href="https://teachinghistory.org/teaching-materials/teaching-guides"&gt;Teachinghistory.org&lt;/a&gt;.&lt;/h4&gt;
&lt;p&gt;RRCHNM is proud to announce the launch of four new resources for pre-service teachers on the history of religion in the United States. The guides were made possible with generous funding from the Teaching with Primary Sources program from the &lt;a href="https://www.loc.gov/"&gt;Library of Congress&lt;/a&gt;. These free online resources feature activities for students to engage with rich Library of Congress primary sources to better understand topics in history that can be especially challenging for teachers who are new to the profession.&lt;/p&gt;</description></item><item><title>RRCHNM Kicks Off Collaboration With NMAAHC and HBCU Partners</title><link>https://rrchnm.org/blog/rrchnm-kicks-off-collaboration-with-nmaahc-and-hbcu-partners/</link><pubDate>Wed, 17 Aug 2022 11:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-kicks-off-collaboration-with-nmaahc-and-hbcu-partners/</guid><description>&lt;p&gt;This year the team at RRCHNM began a unique collaboration with the &lt;a href="https://nmaahc.si.edu/"&gt;National Museum of African American History and Culture&lt;/a&gt; (NMAAHC) and five HBCU partners. The &lt;a href="https://nmaahc.si.edu/connect/strategic-partnerships/hbcu-history-and-culture-access-consortium"&gt;HBCU History, Culture, and Access Consortium&lt;/a&gt; (HCAC) brings together NMAAHC and the archives of &lt;a href="https://www.tuskegee.edu/libraries/archives"&gt;Tuskegee University&lt;/a&gt;, the &lt;a href="https://www.jsums.edu/margaretwalkercenter/"&gt;Margaret Walker Center&lt;/a&gt; at Jackson State University, the &lt;a href="https://www.famu.edu/academics/libraries/mark-eaton-black-archives-research-center-and-museum/index.php"&gt;Meek-Eaton Black Archives Research Center &amp;amp; Museum&lt;/a&gt; at Florida A&amp;amp;M University, the &lt;a href="http://www.tsu.edu/academics/colleges-and-schools/colabs/vpa/museum.html"&gt;University Museum&lt;/a&gt; at Texas Southern University, and the &lt;a href="https://www.cau.edu/art-museum/index.html"&gt;University Art Museum&lt;/a&gt; at Clark Atlanta University.&lt;/p&gt;</description></item><item><title>RRCHNM Partners with Winterthur Museum to Present Pennsylvania Illuminated</title><link>https://rrchnm.org/blog/rrchnm-partners-with-winterthur-museum-to-present-pennsylvania-illuminated-manuscript/</link><pubDate>Fri, 15 Jul 2022 11:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-partners-with-winterthur-museum-to-present-pennsylvania-illuminated-manuscript/</guid><description>&lt;p&gt;RRCHNM is happy to announce a partnership with the Winterthur Museum, Garden, and Library to present the history of a fascinating and unique eighteenth-century American manuscript.&lt;/p&gt;



 

&lt;figure class="bg-stone-50 border border-stone-200 rounded-lg p-3 my-8 mx-auto max-w-2xl"
 x-data="{ open: false }"&gt;
 &lt;img src="2020-0011_19.jpg" alt="Aerial view of the Ludwig Dening Manuscript, opened and laid flat on a table. Left page includes text in German that has been handwritten in brown, blue, and red ink on the page. Pages are centuries old and show natural yellowing, but the text remains legible. Right page depicts a drawing of the passage on the left, which features Jesus and his followers, walking ahead and through some hills. Image is in full color, including green hills, trees, and a blue river. Each person is in varied colored robes including blue, yellow, and red." loading="lazy"
 class="rounded w-full cursor-zoom-in" @click="open = true"&gt;
 
 
 &lt;template x-teleport="body"&gt;
 &lt;div x-show="open" x-transition.opacity
 class="fixed inset-0 z-50 flex items-center justify-center bg-black/80 p-4 sm:p-8 cursor-zoom-out"
 @click.self="open = false" @keydown.escape.window="open = false"&gt;
 &lt;div class="relative max-w-5xl w-full max-h-[90vh] flex flex-col items-center"&gt;
 &lt;button @click="open = false" class="absolute -top-2 -right-2 z-10 bg-white/90 rounded-full p-1.5 text-stone-700 hover:text-stone-900 shadow" aria-label="Close"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"/&gt;&lt;/svg&gt;
 &lt;/button&gt;
 &lt;img src="2020-0011_19.jpg" alt="Aerial view of the Ludwig Dening Manuscript, opened and laid flat on a table. Left page includes text in German that has been handwritten in brown, blue, and red ink on the page. Pages are centuries old and show natural yellowing, but the text remains legible. Right page depicts a drawing of the passage on the left, which features Jesus and his followers, walking ahead and through some hills. Image is in full color, including green hills, trees, and a blue river. Each person is in varied colored robes including blue, yellow, and red." class="max-h-[85vh] w-auto rounded-lg shadow-2xl"&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/template&gt;
&lt;/figure&gt;

&lt;p&gt;Ludwig Denig Manuscript, 2021.0011, Winterthur Museum, Garden &amp;amp; Library, Gift of Alessantrina and David Schwartz, and the Schwartz Foundation. Photograph, Courtesy of Winterthur Museum.&lt;/p&gt;</description></item><item><title>RRCHNM's Custom API for Data-Driven Projects</title><link>https://rrchnm.org/blog/rrchnms-custom-api-for-data-driven-projects/</link><pubDate>Wed, 06 Apr 2022 17:25:00 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnms-custom-api-for-data-driven-projects/</guid><description>&lt;p&gt;RRCHNM is a shop that is more and more working on computational history and historical data visualization. But we are also first and foremost a web shop: ever since Roy Rosenzweig saw the potential of the internet and left CD ROMs behind, we’ve been committed to delivering history via people’s web browsers. Those two commitments are becoming increasingly compatible. For example, Ben Schmidt has written persuasively about the next decade of data programming &lt;a href="https://benschmidt.org/post/2020-01-15/2020-01-15-webgpu/"&gt;happening in the browser via JavaScript&lt;/a&gt;. But combining data analysis and the web takes work. In this blog post, I want to explain how we are solving one aspect of that challenge via our custom data API.&lt;/p&gt;</description></item><item><title>What Came Before</title><link>https://rrchnm.org/blog/what-came-before/</link><pubDate>Wed, 27 Oct 2021 09:20:23 +0000</pubDate><guid>https://rrchnm.org/blog/what-came-before/</guid><description>&lt;p&gt;Episode 2 of &lt;a href="https://podcasts.rrchnm.org/show/the-green-tunnel/"&gt;The Green Tunnel podcast&lt;/a&gt; launched today. In this episode we tell the story of the settler communities that existed along the route of the Appalachian Trail before the AT arrived. We’ve chosen three examples of those communities, each of which helps tell the story of life in the Appalachian mountains before Benton MacKaye dreamed up the AT in 1921. One community was home to people recently emancipated from enslavement, another was a thriving coal mining and railroad town until the mines played out, and the people of the third community had to rally their friends and neighbors to try to find a little boy who had wandered away from his schoolhouse in 1891. What was life like in the Appalachian mountains before the trail? Listen to our episode to learn more.&lt;/p&gt;</description></item><item><title>New Grant from Library of Congress to Create Teaching Resources for Teachers</title><link>https://rrchnm.org/blog/new-grant-from-library-of-congress-to-create-teaching-resources-for-pre-service-teachers/</link><pubDate>Thu, 30 Sep 2021 11:13:09 +0000</pubDate><guid>https://rrchnm.org/blog/new-grant-from-library-of-congress-to-create-teaching-resources-for-pre-service-teachers/</guid><description>&lt;p&gt;RRCHNM is excited to announce a new grant award from the &lt;a href="https://www.loc.gov/programs/teachers/about-this-program/"&gt;Library of Congress Teaching with Primary Sources&lt;/a&gt; program. As part of the grant, RRCHNM will develop teaching resources on difficult to teach topics with a focus on teaching the history of religion in the United States in K-12 schools. Teachers, especially if they are new to the profession, are often reticent to approach topics that might potentially be controversial or give rise emotional reactions. As a result, important themes for understanding history can receive less attention than they deserve in K-12 education.&lt;/p&gt;</description></item><item><title>Remembering the Creation of the September 11 Digital Archive</title><link>https://rrchnm.org/blog/remembering-the-creation-of-the-september-11-digital-archive/</link><pubDate>Fri, 10 Sep 2021 13:49:13 +0000</pubDate><guid>https://rrchnm.org/blog/remembering-the-creation-of-the-september-11-digital-archive/</guid><description>&lt;p&gt;Shortly after the September 11 attacks, the team here at the Center for History and New Media, in collaboration with our partners at the &lt;a href="https://ashp.cuny.edu/"&gt;American Social History Project&lt;/a&gt; at CUNY, began building a new kind of digital archive, one that would be open to all contributions from anyone who wanted to contribute a memory, a photograph, an email, or whatever they wanted preserved. With the support of the &lt;a href="https://sloan.org/"&gt;Alfred P. Sloan Foundation&lt;/a&gt;, we were able to assemble a team of collaborators committed to collecting and preserving the history of that terrible day. What began as a crazy idea turned into a project that now houses 72,000 personal stories, more than 6,000 images, and more than 900 audio and video files. The &lt;a href="https://911digitalarchive.org/"&gt;September 11 Digital Archive&lt;/a&gt; is truly one of the richest collections related to the history of the events surrounding the events of that day and their aftermath.&lt;/p&gt;</description></item><item><title>Models of Argument-Driven Digital History</title><link>https://rrchnm.org/blog/models-of-argument-driven-digital-history/</link><pubDate>Tue, 07 Sep 2021 06:00:00 +0000</pubDate><guid>https://rrchnm.org/blog/models-of-argument-driven-digital-history/</guid><description>&lt;p&gt;The &lt;em&gt;Models of Argument-Driven Digital History&lt;/em&gt; website launched today: &lt;a href="https://model-articles.rrchnm.org/"&gt;find it here&lt;/a&gt;. It contains a set of published journal articles annotated by their authors to highlight the use of digital methods to make historical arguments. The site is part of a larger project on which I have been collaborating with Lincoln Mullen since 2017, with the support of the Andrew W. Mellon Foundation, to encourage argument-driven digital history as a form of digital scholarship.&lt;/p&gt;</description></item><item><title>Transcribing Structured Data with the DataScribe Module for Omeka S</title><link>https://rrchnm.org/blog/transcribing-structured-data-with-the-datascribe-module-for-omeka-s/</link><pubDate>Fri, 06 Aug 2021 10:10:56 +0000</pubDate><guid>https://rrchnm.org/blog/transcribing-structured-data-with-the-datascribe-module-for-omeka-s/</guid><description>&lt;p&gt;by Janet Hammond&lt;/p&gt;
&lt;p&gt;DataScribe is an Omeka S module that helps ease laboriously detailed transcription work. Created at RRCHNM and funded by the &lt;a href="https://www.neh.gov/"&gt;NEH&lt;/a&gt;, this module allows users to complete a two-step process. The &lt;strong&gt;first&lt;/strong&gt;is to craft transcription forms for structured data, which is particularly useful when transcribing historical forms and other highly structured documents. (&lt;a href="https://religiousecologies.org/blog/deploying-datascribe-to-create-a-new-dataset-for-american-religious-history/"&gt;Greta Swain’s write up&lt;/a&gt; on &lt;em&gt;American Religious Ecologies&lt;/em&gt;’ bloggoes into detail about this process.) &lt;strong&gt;Then&lt;/strong&gt;, professionals can use these forms to transcribe data into a format amenable to computational analysis, combining the data creation and data cleaning steps of a project into a single process. This blog post focuses on the second step.&lt;/p&gt;</description></item><item><title>Jessica Otis Receives Major NSF Grant</title><link>https://rrchnm.org/blog/jessica-otis-receives-major-nsf-grant/</link><pubDate>Fri, 30 Jul 2021 15:07:13 +0000</pubDate><guid>https://rrchnm.org/blog/jessica-otis-receives-major-nsf-grant/</guid><description>&lt;p&gt;RRCHNM Professor and Director of Public Projects &lt;a href="https://rrchnm.org/author/jessica-otis/"&gt;Jessica Otis&lt;/a&gt; has been awarded $443,425 from the NSF to support her digital work on the history of the plague in early modern London. The project, called &amp;ldquo;Assessing the Arithmetic of Early Modern London&amp;rsquo;s Bills of Mortality,” involves the creation, publication and computational analysis of a dataset of weekly and annual mortality statistics produced for the city of London between 1603 and 1752.&lt;/p&gt;
&lt;p&gt;Plague was one of the most dreaded diseases in early modern England. The city of London alone lost an estimated 225,000 people to plague in the century between 1563 and 1665. As an extension of government attempts to track plague deaths during outbreaks, London officials started publicly distributing a weekly series of mortality statistics called the Bills of Mortality at the turn of the seventeenth century. Jessica&amp;rsquo;s project uses the Bills of Mortality to investigate how lived experiences of plague outbreaks intersected with an emerging quantitative mentality among the people of early modern England. It examines how ordinary people aggregated, transformed, and interpreted death counts in order to draw conclusions about changes in the early modern use of and trust in numbers over time. In doing so, the project investigates contemporary perceptions of numbers and historicizes a quantitative method of knowledge generation that has become central to twenty-first-century understandings of the world.&lt;/p&gt;</description></item><item><title>New Digital Military History Postdoctoral Fellowship (Relisted)</title><link>https://rrchnm.org/blog/new-digital-military-history-postdoctoral-fellowship/</link><pubDate>Fri, 30 Jul 2021 08:44:00 +0000</pubDate><guid>https://rrchnm.org/blog/new-digital-military-history-postdoctoral-fellowship/</guid><description>&lt;p&gt;We are pleased to announce that the Roy Rosenzweig Center for History and New Media will be collaborating with the &lt;a href="https://www.dpaa.mil/"&gt;Defense POW/MIA Accounting Agency&lt;/a&gt; (DPAA) to host a new postdoctoral fellowship in digital military history here at our center. The DPAA is the Defense Department agency charged with providing the fullest possible accounting for America&amp;rsquo;s missing military personnel to their families and the nation. Researchers and scientists from DPAA travel to wherever American military personnel have died or gone missing in order to provide accurate and timely information to the families of those who remain unaccounted for. Funding for this three-year fellowship will allow an emerging scholar to work directly with DPAA staff and scientists on a variety of digital military history projects that further the agency&amp;rsquo;s mission.&lt;/p&gt;</description></item><item><title>Jessica Mack Receives Grant for Project on Universities and Power</title><link>https://rrchnm.org/blog/jessica-mack-receives-grant-for-project-on-universities-and-power/</link><pubDate>Thu, 29 Jul 2021 15:33:29 +0000</pubDate><guid>https://rrchnm.org/blog/jessica-mack-receives-grant-for-project-on-universities-and-power/</guid><description>&lt;p&gt;Our postdoctoral fellow, &lt;a href="https://rrchnm.org/author/jmack9/"&gt;Dr. Jessica Mack&lt;/a&gt;, has received funding from the &lt;a href="https://4-va.org/"&gt;4VA consortium&lt;/a&gt; for her digital project &lt;em&gt;Mapping the University: A Digital Resource for Studying Virginia Campus Histories&lt;/em&gt;. Her project is an interdisciplinary, collaborative research project that will analyze the histories of Virginia campuses using university archives, digital mapping, and aerial photographs.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Mapping the University&lt;/em&gt; is a timely inquiry into the planning, construction and expansion of the campus at George Mason and &lt;a href="http://www.odu.edu"&gt;Old Dominion University&lt;/a&gt;. In a collaborative effort that will prioritize building undergraduate and graduate research skills, students at the two universities will work with university archivists, historians, and digital scholars to better understand student life on campus, academic priorities, historical exclusions, and town-gown relations, and to contextualize recent discussions about building naming, monuments and memorialization on campus. In collaboration with Mason’s &lt;a href="http://scrc.gmu.edu/about.php"&gt;Special Collections Research Center&lt;/a&gt; at Fenwick Library, RRCHNM, the &lt;a href="https://historyarthistory.gmu.edu/"&gt;Department of History and Art History&lt;/a&gt;, the &lt;a href="https://science.gmu.edu/academics/departments-units/geography-geoinformation-science"&gt;Geography and Geoinformation Science Department&lt;/a&gt;, and colleagues at ODU, the project will provide training for students in archival research methods, digital history tools, and spatial analysis of materials such as maps, architectural plans, and aerial photographs. The result will be an open access, interactive website that will provide access to digitized archival documents alongside digital maps and interpretive content.&lt;/p&gt;</description></item><item><title>Lincoln Mullen Selected for Library of Congress Initiative</title><link>https://rrchnm.org/blog/lincoln-mullen-selected-for-library-of-congress-initiative/</link><pubDate>Tue, 06 Jul 2021 11:27:15 +0000</pubDate><guid>https://rrchnm.org/blog/lincoln-mullen-selected-for-library-of-congress-initiative/</guid><description>&lt;p&gt;Professor Lincoln Mullen, Director of Computational History at RRCHNM, will join two other digital humanists at the Library of Congress as fellows working on the &lt;a href="https://blogs.loc.gov/thesignal/2021/06/lc-labs-welcomes-computing-cultural-heritage-in-the-cloud-cchc-researchers/"&gt;Computing Cultural Heritage in the Cloud&lt;/a&gt; initiative. Mullen will use this opportunity to extend the work he has done in his award-winning &lt;em&gt;&lt;a href="https://americaspublicbible.org/"&gt;America&amp;rsquo;s Public Bible&lt;/a&gt;&lt;/em&gt; project and will be applying lessons from that project to a wide range of digital collections at the Library. The CCHC initiative is a first foray by the Library into using AI tools to transform access to knowledge and we are very proud of our colleague for being selected for this prestigious fellowship.&lt;/p&gt;</description></item><item><title>Mills Kelly honored by Johannes Gutenberg University Mainz for teaching excellence</title><link>https://rrchnm.org/blog/mills-kelly-honored-by-johannes-gutenberg-university-mainz-for-teaching-excellence/</link><pubDate>Wed, 30 Jun 2021 13:22:29 +0000</pubDate><guid>https://rrchnm.org/blog/mills-kelly-honored-by-johannes-gutenberg-university-mainz-for-teaching-excellence/</guid><description>&lt;p&gt;Mills Kelly, the executive director of RRCHNM and a leading expert on the scholarship of teaching and learning for history, has been an &lt;a href="https://nachrichten.idw-online.de/2021/06/18/mills-kelly-traeger-des-gutenberg-teaching-awards-besucht-die-jgu/"&gt;honored guest&lt;/a&gt; at Johannes Gutenberg University Mainz the past two weeks. Kelly has been in residence at the university, and has been honored in a ceremony signing the university&amp;rsquo;s Golden Book. The reception celebrated Kelly&amp;rsquo;s previous receipt of the Gutenberg Teaching Award, which was rescheduled due to the COVID-19 pandemic.&lt;/p&gt;</description></item><item><title>NMAAHC/HBCU History and Culture Access Consortium</title><link>https://rrchnm.org/blog/nmaahc-hbcu-access-consortium/</link><pubDate>Tue, 23 Mar 2021 14:56:06 +0000</pubDate><guid>https://rrchnm.org/blog/nmaahc-hbcu-access-consortium/</guid><description>&lt;p&gt;We are very proud to announce that the Roy Rosenzweig Center for History and New Media will be playing a lead role in the &lt;em&gt;HBCU History and Culture Access Consortium&lt;/em&gt; announced today. The Consortium brings together the &lt;a href="https://nmaahc.si.edu/"&gt;National Museum of African American History and Culture&lt;/a&gt; and five Historically Black Colleges and Universities with the goal of making public the riches of the special collections and archives at these five institutions: Tuskegee University, Clark Atlanta University, Jackson State University, Florida A&amp;amp;M University, Texas Southern University.&lt;/p&gt;</description></item><item><title>Collecting These Times: RRCHNM Gathers and Interprets COVID-19’s Impact on American Judaism</title><link>https://rrchnm.org/blog/collecting-these-times-rrchnm-gathers-and-interprets-covid-19s-impact-on-american-judaism/</link><pubDate>Mon, 08 Mar 2021 11:21:01 +0000</pubDate><guid>https://rrchnm.org/blog/collecting-these-times-rrchnm-gathers-and-interprets-covid-19s-impact-on-american-judaism/</guid><description>&lt;p&gt;&lt;em&gt;by Anne Reynolds&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;From the outset of the COVID-19 pandemic, the Roy Rosenzweig Center for History and New Media (RRCHNM) has worked to document the ways in which the virus has impacted religious communities through its &lt;em&gt;Pandemic Religion&lt;/em&gt; digital collection. As part of this effort, &lt;em&gt;American Jewish Life&lt;/em&gt; launched in July 2020 to document and interpret the experiences of Jewish individuals and communities.&lt;/p&gt;



 

&lt;figure class="bg-stone-50 border border-stone-200 rounded-lg p-3 my-8 mx-auto max-w-2xl"
 x-data="{ open: false }"&gt;
 &lt;img src="http://collectingthesetimes.org" alt="" loading="lazy"
 class="rounded w-full cursor-zoom-in" @click="open = true"&gt;
 
 
 &lt;template x-teleport="body"&gt;
 &lt;div x-show="open" x-transition.opacity
 class="fixed inset-0 z-50 flex items-center justify-center bg-black/80 p-4 sm:p-8 cursor-zoom-out"
 @click.self="open = false" @keydown.escape.window="open = false"&gt;
 &lt;div class="relative max-w-5xl w-full max-h-[90vh] flex flex-col items-center"&gt;
 &lt;button @click="open = false" class="absolute -top-2 -right-2 z-10 bg-white/90 rounded-full p-1.5 text-stone-700 hover:text-stone-900 shadow" aria-label="Close"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"/&gt;&lt;/svg&gt;
 &lt;/button&gt;
 &lt;img src="http://collectingthesetimes.org" alt="" class="max-h-[85vh] w-auto rounded-lg shadow-2xl"&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/template&gt;
&lt;/figure&gt;

&lt;p&gt;An interfaith Chavurah made up of members of Congregation Beth Or in Maple Glen, PA celebrates the fourth night of Hanukkah together over Zoom. A pandemic didn&amp;rsquo;t stop this Chavurah&amp;rsquo;s 20+ year tradition!&lt;/p&gt;</description></item><item><title>New Directions at RRCHNM</title><link>https://rrchnm.org/blog/new-directions-at-rrchnm/</link><pubDate>Sun, 21 Feb 2021 14:40:15 +0000</pubDate><guid>https://rrchnm.org/blog/new-directions-at-rrchnm/</guid><description>&lt;p&gt;Fifteen years ago a team of faculty, students, and developers here at RRCHNM began an ambitious new project. They wanted to create a browser plug-in that would allow users to capture and save things they were looking at online, but not just as a simple save of those items. They wanted to capture the metadata associated with those pages, images, datasets, .pdf files, and everything else the user was looking at, and to save it in ways that were searchable, shareable, and would allow all that data to be organized for research, writing, and teaching. In short, they wanted to kill the 3x5 card that had been the ubiquitous tool of scholars and students in the humanities (and lots of other disciplines) for decades. The result was &lt;a href="http://zotero.org"&gt;Zotero&lt;/a&gt;, possibly the most successful piece of open source software ever to come out of a humanities center.&lt;/p&gt;</description></item><item><title>Documenting, Sharing, and Learning from Jewish Life During the Pandemic</title><link>https://rrchnm.org/blog/documenting-sharing-and-learning-from-jewish-life-during-the-pandemic/</link><pubDate>Thu, 18 Feb 2021 15:50:58 +0000</pubDate><guid>https://rrchnm.org/blog/documenting-sharing-and-learning-from-jewish-life-during-the-pandemic/</guid><description>&lt;p&gt;&lt;em&gt;The Council of American Jewish Museums and George Mason University’s Roy Rosenzweig Center for History and New Media Receive Grants for Major Archiving Project Led by Lippman Kanfer Foundation for Living Torah&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;January 27, 2021 — The &lt;a href="http://www.cajm.net/"&gt;Council of American Jewish Museums&lt;/a&gt; (CAJM) and George Mason University’s &lt;a href="https://rrchnm.org/"&gt;Roy Rosenzweig Center for History and New Media&lt;/a&gt; (RRCHNM) are launching two new collecting initiatives with support from a group of Jewish funders, the Chronicling Funder Collaborative, to document diverse Jewish experiences of the pandemic. The Rosenzweig Center received a grant to create a web portal that will serve as a digital content hub reflecting Jewish life during this time. The grant to CAJM enables it to partner with 18 member institutions to lead a broad-based oral history collecting initiative.&lt;/p&gt;</description></item><item><title>40,000+ Documents from Religious Bodies Census Digitized Nearly a Century Later</title><link>https://rrchnm.org/blog/40000-documents-from-religious-bodies-census-digitized-nearly-a-century-later/</link><pubDate>Mon, 14 Dec 2020 10:19:00 +0000</pubDate><guid>https://rrchnm.org/blog/40000-documents-from-religious-bodies-census-digitized-nearly-a-century-later/</guid><description>&lt;p&gt;Today the &lt;em&gt;American Religious Ecologies&lt;/em&gt; project is releasing the &lt;a href="https://omeka.religiousecologies.org/s/census-1926/"&gt;initial version of a website&lt;/a&gt; that makes available tens of thousands of documents from the 1926 U.S. Census of Religious Bodies. These schedules, or forms, describe religious congregations from the early twentieth century from a wide range of religious traditions. These documents are freely available to scholars, students, and local historians, who can browse or search for them by location or by religious identification.&lt;/p&gt;</description></item><item><title>New Publication Model, Editor for Current Research in Digital History</title><link>https://rrchnm.org/blog/new-publication-model-editor-for-current-research-in-digital-history/</link><pubDate>Wed, 28 Oct 2020 09:57:40 +0000</pubDate><guid>https://rrchnm.org/blog/new-publication-model-editor-for-current-research-in-digital-history/</guid><description>&lt;p&gt;For the past three years, the Roy Rosenzweig Center for History and New Media has been publishing a peer-reviewed journal, &lt;em&gt;Current Research in Digital History&lt;/em&gt;. Over those three years, our mission for &lt;em&gt;CRDH&lt;/em&gt;has been consistent. We think that digital history needs more scholarship that makes &lt;a href="https://rrchnm.org/argument-white-paper/"&gt;interpretative or argumentative claims&lt;/a&gt; within specific fields of history. Digital history methods, in other words, ought to produce new historical insights, and those new historical insights ought to be shared with, say, scholars of American legal history or of Ottoman culture. &lt;em&gt;CRDH&lt;/em&gt; exists to provide a home for—or sometimes a waypoint to—such scholarship. We publish short-form essays of about 3,000 words. We have built a platform which we will continue to expand that can host whatever kind of digital history content an author can imagine. We publish the articles open access. And we envision this as a place where scholars can either write up the interpretative aspects of a digital history project or publish a brief version of an idea that they will develop more fully elsewhere. Part of that is that we publish quickly: less than a year from submission through peer review to publication, and faster if we can.&lt;/p&gt;</description></item><item><title>Current Research in Digital History 2020</title><link>https://rrchnm.org/blog/current-research-in-digital-history-2020/</link><pubDate>Wed, 28 Oct 2020 09:55:18 +0000</pubDate><guid>https://rrchnm.org/blog/current-research-in-digital-history-2020/</guid><description>&lt;p&gt;Today RRCHNM is publishing the third issue of our open-access, peer-reviewed publication &lt;a href="https://crdh.rrchnm.org/"&gt;&lt;em&gt;Current Research in Digital History&lt;/em&gt;&lt;/a&gt;. This issue features &lt;a href="https://crdh.rrchnm.org/volume/2020/"&gt;six essays&lt;/a&gt; on topics ranging from the &lt;a href="https://crdh.rrchnm.org/essays/v03-01-bridge-between-two-worlds/"&gt;Student Nonviolent Coordinating Committee’s (SNCC) national network-based infrastructure&lt;/a&gt;, &lt;a href="https://crdh.rrchnm.org/essays/v03-03-mapping-commercial-currents/"&gt;maritime mobility in mid-nineteenth century Puget Sound&lt;/a&gt;, and &lt;a href="https://crdh.rrchnm.org/essays/v03-06-tale-of-three-valleys/"&gt;reimagined regional identities of Colorado and New Mexico’s San Luis Valley&lt;/a&gt;, to &lt;a href="https://crdh.rrchnm.org/essays/v03-05-silent-no-more/"&gt;women’s key roles as mediators in Ottoman-Algerian socio-political networks&lt;/a&gt;, a &lt;a href="https://crdh.rrchnm.org/essays/v03-02-whats-on-history/"&gt;critique of History’s (formerly The History Channel) nominally historical programing&lt;/a&gt;, and the &lt;a href="https://crdh.rrchnm.org/essays/v03-04-news-diets/"&gt;&amp;ldquo;news(paper) diets&amp;rdquo; served up to early-twentieth-century American readers&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>From Historical Sources to Datasets: A Preview of DataScribe</title><link>https://rrchnm.org/blog/from-historical-sources-to-datasets-a-preview-of-datascribe/</link><pubDate>Wed, 21 Oct 2020 12:10:54 +0000</pubDate><guid>https://rrchnm.org/blog/from-historical-sources-to-datasets-a-preview-of-datascribe/</guid><description>&lt;p&gt;&lt;strong&gt;Updated November 11: The &lt;a href="https://github.com/chnm/Datascribe-module/releases/tag/v1.0.0-beta"&gt;beta release&lt;/a&gt; is now available for &lt;a href="https://github.com/chnm/Datascribe-module/releases/download/v1.0.0-beta/Datascribe-1.0.0-beta.zip"&gt;download (zip file)&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Scholars in history and related humanities fields are increasingly turning towards data analysis and visualization in order to understand the past. Historians have of course long used sources with quantitative informations, such as probate records, tax lists, bills of mortality, censuses, and the like. The mass digitization of historical records has only made those types of sources more readily accessible.&lt;/p&gt;</description></item><item><title>ACLS Digital Extension Grant for World History Commons</title><link>https://rrchnm.org/blog/acls-digital-extension-grant-for-world-history-commons/</link><pubDate>Wed, 03 Jun 2020 17:00:02 +0000</pubDate><guid>https://rrchnm.org/blog/acls-digital-extension-grant-for-world-history-commons/</guid><description>&lt;p&gt;The &lt;a href="https://www.acls.org/home"&gt;American Council for Learned Societies&lt;/a&gt; has awarded our World History Commons project a &lt;a href="https://www.acls.org/Recent-Awardees/ACLS-Digital-Extension-Grants"&gt;digital extension grant&lt;/a&gt;. &amp;ldquo;&lt;em&gt;Expanding the Commons: Supporting Emerging World History Scholars and Community Colleges through the World History Commons OER.&lt;/em&gt;&amp;rdquo; This grant will extend the reach and impact of &lt;a href="https://worldhistorycommons.org/"&gt;World History Commons&lt;/a&gt;, which provides valuable resources to teachers, students, and researchers, including scholarly essays, teaching materials, historical thinking strategies, and curated primary sources. &lt;em&gt;Expanding the Commons&lt;/em&gt; expands on the current project in two key ways. The first is by recruiting early career scholars to write new scholarly essays and incorporating their cutting-edge historical research into the project.  The second is by partnering with experienced community college faculty to connect World History Commons to the community college curriculum and to promote its use among community college world history teachers and students, increasing both access and visibility. Led by former &lt;a href="https://rrchnm.org/author/kelly-schrum/"&gt;Kelly Schrum&lt;/a&gt;, &lt;a href="https://rrchnm.org/author/nathan-sleeter/"&gt;Nate Sleeter&lt;/a&gt;, and &lt;a href="https://rrchnm.org/author/jessica-otis/"&gt;Jessica Otis&lt;/a&gt;, this project will provide a valuable resource to world history educators for many years to come.&lt;/p&gt;</description></item><item><title>Pandemic Religion Project to Document Changes in American Religion</title><link>https://rrchnm.org/blog/pandemic-religion-to-document-changes-in-american-religion/</link><pubDate>Mon, 20 Apr 2020 12:56:14 +0000</pubDate><guid>https://rrchnm.org/blog/pandemic-religion-to-document-changes-in-american-religion/</guid><description>&lt;p&gt;As the world undergoes wrenching changes—some temporary, some permanent—in response to the COVID-19 pandemic, religious communities in the United States have also been deeply affected. Many have hastily moved services online: a change which has been influenced by the hugely varying liturgical, theological, legal, and financial resources available to different groups. Of course a few religious groups have made it into the news by challenging government-mandated shutdowns. Some people are attending online services at communities that are not local and of which they are not members, perhaps to share an experience with family from whom they are distant. Others are finding their religious community in relatively new forms, such as Facebook groups. As the pandemic more seriously affects older people, religious communities have grappled with their ministry to the elderly and to the sick. The pandemic has disproportionately killed racial minorities and left them disproportionately unemployed: Black religious traditions are &lt;a href="https://www.washingtonpost.com/religion/2020/04/19/church-of-god-in-christ-pentecostal-coronavirus-kills-bishops/"&gt;no exception&lt;/a&gt;. These changes have happened at the same time that Jews have celebrated Passover, Christians have celebrated Easter, and right before Muslims celebrate Ramadan.&lt;/p&gt;</description></item><item><title>RRCHNM and Covid-19</title><link>https://rrchnm.org/blog/rrchnm-and-covid-19/</link><pubDate>Tue, 14 Apr 2020 15:00:26 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-and-covid-19/</guid><description>&lt;p&gt;Like every other organization everywhere in the world, here at RRCHNM we are feeling our way forward during this year of the Covid-19 virus. George Mason University is closed and we&amp;rsquo;ve been booted from our offices, so we have moved to 100% remote work. Between the various virtual connections we have &amp;ndash; Basecamp, Slack, WebEx, Zoom, email, and good old-fashioned phone calls &amp;ndash; we&amp;rsquo;ve managed to say connected and we continue to work on our many digital projects.&lt;/p&gt;</description></item><item><title>Mills Kelly Named Executive Director of RRCHNM</title><link>https://rrchnm.org/blog/mills-kelly-named-executive-director-of-rrchnm/</link><pubDate>Tue, 27 Aug 2019 12:15:48 +0000</pubDate><guid>https://rrchnm.org/blog/mills-kelly-named-executive-director-of-rrchnm/</guid><description>&lt;p&gt;The Roy Rosenzweig Center for History and New Media and the Department of History and Art History at George Mason University are pleased to announce that &lt;a href="https://historyarthistory.gmu.edu/people/tkelly7"&gt;Mills Kelly&lt;/a&gt; has been named the new executive director of RRCHNM. This year RRCHNM is celebrating its twenty-fifth year, and Kelly has been a part of the Center for eighteen of those years. He joined the department and CHNM in 2001 to work with &lt;a href="http://thanksroy.org"&gt;Roy Rosenzweig&lt;/a&gt;, the founder of CHNM.&lt;/p&gt;</description></item></channel></rss>