document.addEventListener("DOMContentLoaded", function () { const wordForm = document.getElementById("wordForm"); const wordInput = document.getElementById("wordInput"); const message = document.getElementById("message"); // Initialize Email.js with your email service user ID emailjs.init("Z1v3Tk0_CueH6vCBr"); wordForm.addEventListener("submit", function (e) { e.preventDefault(); const userWord = wordInput.value; // Send the word to the website owner via Email.js emailjs.send("service_bxokdxr", "template_tw45bnb", { userWord: userWord }).then(function(response) { console.log("Email sent successfully:", response); message.textContent = "your gift was received."; wordInput.value = ""; // Clear the input field }, function(error) { console.error("Email send error:", error); message.textContent = "An error occurred while sending the word."; }); }); });

KJR Studios

Kameelah Janan Rasheed is a learner* from East Palo Alto, CA

Brooklyn | Berlin | Johannesburg



© Kameelah Janan Rasheed. All rights reserved.
Digital Social Memory: Ethics, Privacy, and Representation in Digital Preservation (Panel: Failures of Care)
Rhizome
February 4, 2017

Drawing its title from a question posed by artist Theaster Gates, “Who feels responsible for the failure of care around the legacies of great black people around the world?”, this panel explores the urgent task of archiving black culture in the face of historical erasure. It features panelists Bergis Jules, University and Political Papers Archivist at the University of California, Riverside; Simone Browne, Associate Professor of Sociology at the University of Texas at Austin; Doreen St. Felix, writer at MTV News; and artist, educator, and writer Kameelah Janan Rasheed.

This panel was presented as part of Digital Social Memory. The conference convened a diverse range of experts in various facets of digital social memory for an afternoon of case-studies and conversations addressing the implications of Webrecorder’s model for the web archiving field and for digital social memory as a whole. The program was organized by Michael Connor, Artistic Director, Rhizome, with Aria Dean, Assistant Curator, Rhizome.