<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Grant on Roy Rosenzweig Center for History and New Media</title><link>https://rrchnm.org/tags/grant/</link><description>Recent content in Grant on Roy Rosenzweig Center for History and New Media</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 10 Aug 2022 10:38:25 +0000</lastBuildDate><atom:link href="https://rrchnm.org/tags/grant/index.xml" rel="self" type="application/rss+xml"/><item><title>RRCHNM Receives NEH Chairman's Grant</title><link>https://rrchnm.org/blog/rrchnm-receives-neh-chairmans-grant/</link><pubDate>Mon, 15 Mar 2021 11:26:29 +0000</pubDate><guid>https://rrchnm.org/blog/rrchnm-receives-neh-chairmans-grant/</guid><description>&lt;p&gt;We are pleased to announce that RRCHNM has received an National Endowment for the Humanities Chairman&amp;rsquo;s Grant. Funding from this grant will help us assist Dr. &lt;a href="https://digitalpedagogylab.com/jewon-woo/"&gt;Jewon Woo&lt;/a&gt;, Associate Professor of English at Lorain Community College (Ohio), with her digital project on the 19th-century Black press in Ohio. Her project, which is also supported by the NEH, is titled, &amp;ldquo;Rhizomatic Democracy in the Nineteenth-Century Black Press of Ohio.&amp;rdquo; Professor Woo will be using digital humanities tools to illuminate the distinctively collaborative editorship of these newspapers and through that research will help us better understand the complexity of 19th century African American communal life. We are pleased to be collaborating with Professor Woo on this exciting project and are very grateful to the NEH for making that collaboration possible.&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>Murali's "Visualizing the Interwoven World" Receives Grants from AIIS</title><link>https://rrchnm.org/blog/muralis-visualizing-the-interwoven-world-receives-grants-from-aiis/</link><pubDate>Fri, 18 Dec 2020 13:32:51 +0000</pubDate><guid>https://rrchnm.org/blog/muralis-visualizing-the-interwoven-world-receives-grants-from-aiis/</guid><description>&lt;p&gt;Dr. &lt;a href="http://www.deepthimurali.com"&gt;Deepthi Murali&lt;/a&gt; has received a Digital India Learning Scholarship grant from the &lt;a href="https://www.indiastudies.org"&gt;American Institute of Indian Studies&lt;/a&gt; in support of a new digital art history project. &lt;em&gt;Visualizing the Interwoven World of Eighteenth-Century Indian Textiles&lt;/em&gt; will collate and analyze more than five hundred images and associated metadata of South Indian textiles from publicly accessible museum collections to produce a searchable aggregated database on these textiles, the first of its kind. The project will also publish interpretive results on patterns of use, circulation routes of textiles and merchant communities, and centers of production. Digital output will include data visualization in the form of interactive maps, visual charts, blogs, and audio recordings. This is a pilot project for a larger born-digital project on the material histories of Indian Ocean World with a focus on South Asia. The work for this project will take place over 2020 and 2021.
After receiving her PhD in Art History from the University of Illinois at Chicago, Dr. Murali joined RRCHNM as a postdoc. She is an expert on the history of the art in India, and she has contributed to a number of digital art history and digital history projects at RRCHNM and other institutions, including World History Commons, the Masala History Podcast, the Humanities Without Walls Consortium Podcast, and the Consolation Prize Podcast.



 

&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="textile.png" alt="An image of a textile from India" 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;
 Hanging Depicting a European Conflict in South India, before 1763, southeast India (for the British market), Cotton, plain weave (drawn and painted, mordant and resist dyed), 296.5x261.6cm, The Metropolitan Museum of Art (accession no. 2014.88).
 
 &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="textile.png" alt="An image of a textile from India" 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;Hanging Depicting a European Conflict in South India, before 1763, southeast India (for the British market), Cotton, plain weave (drawn and painted, mordant and resist dyed), 296.5x261.6cm, The Metropolitan Museum of Art (accession no. 2014.88).&lt;/p&gt;</description></item></channel></rss>