<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I should add that you'll need to check the contents of the core file whenever you upgrade archivesspace to make sure the content from core in your plugin matches that in the core file. If the core file has changed, you'll want to copy the new contents into
 your plugin file. Unless you are deliberately changing the core file contents for other reasons.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
jds<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Joshua D. Shaw
 <Joshua.D.Shaw@dartmouth.edu><br>
<b>Sent:</b> Thursday, March 24, 2022 5:12 PM<br>
<b>To:</b> Archivesspace Users Group <archivesspace_users_group@lyralists.lyrasis.org><br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Rights statements not showing up in the public interface</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hi Dean</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Sounds like you want to create a simple plugin that modifies the welcome view: <a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Farchivesspace%2Farchivesspace%2Fblob%2Fmaster%2Fpublic%2Fapp%2Fviews%2Fwelcome%2Fshow.html.erb&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=fEaoAad17%2BiWoA19uxYm92GlzpxgakQ41Lvrmt4HG8o%3D&reserved=0" originalsrc="https://github.com/archivesspace/archivesspace/blob/master/public/app/views/welcome/show.html.erb" shash="PgGm+fp5N7weGjaYMTrykupouUj8rgPwOKlbfN0y9e2Z/dlgK53EXfFxVsQ4nz7yrq9+BSl0Q37y3MnncQWoHQqWFWXEmUgZSKE6tm69/1JHW3+cNuHob6Tfxt1bzRDNUSeo3sZhR+G+H9gHeOOVg5rXxbOElWynY6pkZ5KVWhc=" id="LPNoLPOWALinkPreview">
https://github.com/archivesspace/archivesspace/blob/master/public/app/views/welcome/show.html.erb</a><br>
</div>
<div class="x__Entity x__EType_OWALinkPreview x__EId_OWALinkPreview x__EReadonly_1">
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
That's the easiest (only?) way add a blob of text to the homepage of the PUI. The basic steps would be</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<ol>
<li><span>In /plugins/local in your archivesspace installation, make sure you have the following directory structure: /public/views/welcome So the full path would be: /plugins/local/public/views/welcome<br>
</span></li><li><span>Add a file called show.html.erb: <span>/plugins/local/public/views/welcome</span>/show.html.erb<br>
</span></li><li><span>Copy the content of the core view (linked above) for the version of archives space you are running. You'll need the correct version since the core content changes between versions.<br>
</span></li><li><span>Add the content you need to show.html.erb<br>
</span></li><li><span>Restart archivesspace<br>
</span></li></ol>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Best,
<div>Joshua</div>
<br>
</div>
<div id="x_appendonsend"><br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Dean DeBolt
 <ddebolt@uwf.edu><br>
<b>Sent:</b> Thursday, March 24, 2022 4:34 PM<br>
<b>To:</b> Archivesspace Users Group <archivesspace_users_group@lyralists.lyrasis.org><br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Rights statements not showing up in the public interface</font>
<div> </div>
</div>
<div>
<div dir="ltr">I'm not sure that I understand Maureen's  comment.  I just want the ability to change
<div>the text on the home screen of the PUI to be able to add a 'harmful' caution statement.</div>
<div><br>
</div>
<div>Dean</div>
<div><br>
</div>
<div><br clear="all">
<div>
<div dir="ltr" class="x_x_gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div><font color="#000099" style="background-color:rgb(255,255,255)">Dean DeBolt, University Librarian (Professor)/University Archivist<br>
UWF Archives and West Florida History Center</font></div>
<div><font><font color="#000099" style="background-color:rgb(255,255,255)">University of West Florida Library<br>
11000 University Parkway<br>
Pensacola, FL  32514-5750<br>
</font><a href="mailto:ddebolt@uwf.edu" target="_blank"><font color="#000099" style="background-color:rgb(255,255,255)">ddebolt@uwf.edu</font></a><font color="#000099" style="background-color:rgb(255,255,255)">;   850-474-2213</font></font></div>
<div><font><font color="#000099" style="background-color:rgb(255,255,255)"><br>
</font></font></div>
<div><font><font color="#000099" style="background-color:rgb(255,255,255)">West Florida History Center is the largest and most comprehensive</font></font></div>
<div><font><font color="#000099" style="background-color:rgb(255,255,255)">history collection about Pensacola and the West Florida region.</font></font></div>
<div><font><font color="#000099" style="background-color:rgb(255,255,255)"><a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Flibguides.uwf.edu%2Funiversityarchives&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=wywPLnrPcilvg2R1NsHLRxk6C8HIIQmZsfKEVIZPb10%3D&reserved=0" originalsrc="http://libguides.uwf.edu/universityarchives" shash="SxlBckAzT0LfxAk95YApKqv7n9WQy5GQulEftw/9Dkagc1elO+0pxokZDlpxTh6sFvP2R6q/bvF4g2+3mbVNmPiaWOh5Ea+G7cdAkguq5hrBpmS7iG/VVkAzRHm8Trfj2TRkRlbpc51fsRy7Hd5UbKp9N5016dp6Ck8yoJpyXSc=" originalsrc="http://libguides.uwf.edu/universityarchives" shash="tHz5CmZBPo7WaUgGao+mdtaBjiADiJvstzDxAhVmu0AUI57UaPh0Ddv8lIsUu/gnWhthT7/IuoMv5NzC6o0KEyMeubCWJknYgl/TGTavrgGTra1RUcJGp+jjOuHRr9mT+VcPLon5rSGboUNyNtnd0p0cntrcUYNRPgzn+kfzCr4=" target="_blank">http://libguides.uwf.edu/universityarchives</a></font></font></div>
<div><font><font color="#000099" style="background-color:rgb(255,255,255)"><br>
</font></font></div>
<div><font><font color="#000099" style="background-color:rgb(255,255,255)">Digital collections can be found at:  <a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchives.uwf.edu%2F&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=P0KcOpJCegsoII6bGW30mPDCVlCJaS%2BhtN%2FUH2DRbhE%3D&reserved=0" originalsrc="http://archives.uwf.edu/" shash="RmBYyJrnkubpzqFTtgJx8R+C9d0lEXi+chdiNrr3BU/B6q5+lw+h84ElzbNTNjshlm+zeBKgVakfkBGl827TJovYgoGvFN1kD8qA7pLMcmFJN3dASiMbkDVtT9IFCZZxxtI1dwJW/4Efq9yPzFNQY0HgSpkFYxJAmv/5Ey2T/Nk=" originalsrc="http://archives.uwf.edu/" shash="akucghsgf+xK2Tz+kNuQrLri7/zBw1wm4b5YoIrieO/6cA0DcUtmvj//TYi0wB5GbiySv1QkE2ASqI+Htrd45WnF5vDYOaqY/anxj1UC92clHHJLNgrlVWcoaTml76Bl+J8HuaM3ZDimLmP+vAFD3xPjKciFgfqOoGHEKZzdB9k=" target="_blank">http://uwf.lyrasistechnology.org </a></font></font></div>
<div><font><font color="#000099" style="background-color:rgb(255,255,255)">and <a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fuwf.digital.flvc.org%2F&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=WzBRIcmpkJ0jtnhFhrkrIHncrgcXGe%2FU%2B%2BeXWyKB%2FyU%3D&reserved=0" originalsrc="http://uwf.digital.flvc.org/" shash="G602dwAsZ9kQA/XnYnX07a57iIrw7cRvVmEHrsDEOTQirrZuUfXEP7ARAgeWdYFjBqqEpHlRwyiXQfttN79EKaoS2KVcf9qZbNaul2eUOCvcuxmUI0vSMw9uny2Vfi/o5T1zp4BRP6yT25KXwPZrLVrBOKdT2v5aqsdL3ZF20K8=" originalsrc="http://uwf.digital.flvc.org/" shash="vEEbPRqcTmcVMuiPXt4JJfhKtmA5zjpF6pmGkQrj2dOqWghdq5FMGBvwsuIYfXmD0lpotLtECfdFfrIMIwIy8ASLPA1BFUiYWPHqbKjqh9g/9vKKEXFHi9CESKPL2i/K8gcqpQBrE29/cg5LCeL17JQ/hAGJW4sp4Yh9QMMIjgo=" target="_blank">
http://uwf.digital.flvc.org</a></font></font></div>
<div><font><br>
</font></div>
<div><font>If we've been of service, please let us know or our administration,</font></div>
<div><font>Dean of Libraries <<a href="mailto:sclark2@uwf.edu" target="_blank">sclark2@uwf.edu</a>></font></div>
<div><font><font color="#000099" style="background-color:rgb(255,255,255)"><br>
</font></font></div>
<div><font><font color="#000099" style="background-color:rgb(255,255,255)"><br>
</font></font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="x_x_gmail_quote">
<div dir="ltr" class="x_x_gmail_attr">On Thu, Mar 24, 2022 at 3:17 PM Maureen Cresci Callahan <<a href="mailto:mcallahan@smith.edu">mcallahan@smith.edu</a>> wrote:<br>
</div>
<blockquote class="x_x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div dir="ltr">
<div class="x_x_gmail_default" style="font-family:"times new roman",serif">Just a note, to build a bit off of Dan's -- the Rights Statement module could potentially be useful in a small number of cases when you would want for your archival management system
 to store PREMIS data (I probably would not choose to do this!) but it is not the same thing as creating DACS-compliant conditions governing use and conditions governing access information. </div>
<div class="x_x_gmail_default" style="font-family:"times new roman",serif"><br>
</div>
<div class="x_x_gmail_default" style="font-family:"times new roman",serif">Folks who decide to use the Rights Statement and make it public in the PUI should know that this information will not properly encode as EAD <accessrestrict/> or <userestrict/> and that
 information will not be shared with aggregation sites (SNAC, ArchiveGrid, local aggregators).</div>
<div class="x_x_gmail_default" style="font-family:"times new roman",serif"><br>
</div>
<div class="x_x_gmail_default" style="font-family:"times new roman",serif">I think that it frankly wasn't great for ArchivesSpace to include this as a record type, but I hope that folks who choose to use it do so with their eyes wide open!</div>
<div class="x_x_gmail_default" style="font-family:"times new roman",serif"><br>
</div>
<div class="x_x_gmail_default" style="font-family:"times new roman",serif">Maureen</div>
</div>
<br>
<div class="x_x_gmail_quote">
<div dir="ltr" class="x_x_gmail_attr">On Tue, Mar 22, 2022 at 8:02 AM Anne Marie Lyons <<a href="mailto:amlyons@atlas-sys.com" target="_blank">amlyons@atlas-sys.com</a>> wrote:<br>
</div>
<blockquote class="x_x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div lang="EN-US">
<div>
<p class="x_x_MsoNormal">Hello all,<u></u><u></u></p>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
<p class="x_x_MsoNormal">I submitted a JIRA ticket about this a few years ago: <a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchivesspace.atlassian.net%2Fbrowse%2FANW-934%3Fjql%3Dtext%2520~%2520%2522publish%2520rights%2520statement%2522&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=LavM7%2FIoZw9M3%2BHZWWmNW96Cqi7MjfIKGKD1v7%2B%2BQC4%3D&reserved=0" originalsrc="https://archivesspace.atlassian.net/browse/ANW-934?jql=text%20~%20%22publish%20rights%20statement%22" shash="oAGdkACSVrRyCbEpsUO4Yjf2aJZMoFe4WnbBfv3DryhekvlcmgshJJeZx6YFg7g3Ik2MoQa2vGV2GKTdYVzOZ9i5ZX+8ZhsAcOltl5KdHOl5Rf753oda3JeCP83hCByQpORXlVYOhVQNADw+De8g8H4O0Ax+xVE4aIVCl5wjpgw=" originalsrc="https://archivesspace.atlassian.net/browse/ANW-934?jql=text%20~%20%22publish%20rights%20statement%22" shash="Qybqd37MCGEraXRdNOUm8KSoXzeHT8qhC69+mWxXVUubEqFTO/2KQ3Rhx9oS/0aSJ0QxVYdHSgp5bAyGZiPxhJAXW08I9Jx+FFnkCI4britz5ksHLDu+AWAQXgYMQwbUaAZRyvy33obHV4eeB8cKCpXeZvDKeQu2TZCfZvQjrk8=" target="_blank">
https://archivesspace.atlassian.net/browse/ANW-934?jql=text%20~%20%22publish%20rights%20statement%22</a>. It is at a status of “Awaiting More Information” from the community.
<u></u><u></u></p>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
<div>
<p class="x_x_MsoNormal">Thank you,<u></u><u></u></p>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
<p class="x_x_MsoNormal">- Anne Marie<u></u><u></u></p>
<p class="x_x_MsoNormal">_______________________<u></u><u></u></p>
<p class="x_x_MsoNormal"><span style="color:rgb(31,73,125)">Anne Marie Lyons, MLIS<u></u><u></u></span></p>
<p class="x_x_MsoNormal"><span style="color:rgb(31,73,125)">Training and Library Solutions Consultant<u></u><u></u></span></p>
<p class="x_x_MsoNormal"><b><span style="color:rgb(31,73,125)">Atlas Systems – You have a job to do. We help you do it.<u></u><u></u></span></b></p>
<p class="x_x_MsoNormal"><span style="color:rgb(31,73,125)">phone: 800-567-7401 ext.1     fax: 757-467-7875<u></u><u></u></span></p>
<p class="x_x_MsoNormal"><span style="color:rgb(31,73,125)"><a href="mailto:amlyons@atlas-sys.com" target="_blank">amlyons@atlas-sys.com</a><u></u><u></u></span></p>
<p class="x_x_MsoNormal"><a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.atlas-sys.com%2F&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=%2F7YQDTx%2FjuECLWgg%2BpF7y7xAGNlbGvkAAVPm0oCN214%3D&reserved=0" originalsrc="http://www.atlas-sys.com/" shash="AtL/pYMssh1+Hv4j0qeYFUxDAwYf6Hfirw7bkQN3xHcY/SUs1AePfO/kWq9S6ov2gNt9JM/BgbPKS0QaxPqR9GkghftI99pxqDty4SN5xxHwNJpiAfWIVKwJL3QpBptQvnhRw8PdoQNIrjh81AYJzVB1gJlB8ASKsOVbQtc+TfA=" originalsrc="http://www.atlas-sys.com/" shash="iYli44E0aFbclGM4Y5o1UG4b2wMGOn2NXIPLKdv6dnj3r5x75Ha5n0LZwMOQ86SWT5xSOoB58JU5GZRETp8YINmiIuEG5UFUbwhWU4KMCzGnwJnj1egDx4Q0Y2jYvobBS23G35HuIhf0odseqosmrJzonj5R/t7Uk1RzhsFesqY=" target="_blank">http://www.atlas-sys.com/</a><u></u><u></u></p>
<p class="x_x_MsoNormal">Facebook: <a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2Fatlassystems%2F&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=EkYq8tTZVgGN1A7%2BjGJfT1K1MiIZVdM20CtWOdsmBf0%3D&reserved=0" originalsrc="https://www.facebook.com/atlassystems/" shash="CN7J3PH1/x7mt7Q5LxJ+ABB4G2dlrDVTVM/DR+ZLTc4yxk4UEmYPjmJkSLm5pGf9U7TSQ5cchPb/zV7rzrtACeNU2k6Dd9t5mR2U7fP7BS4nfUPscyLT3mh0ohaoWnv8/hvdjNe3d8tkFEzeIrOvJLBfz37ooABS/HtS9P9sJtM=" originalsrc="https://www.facebook.com/atlassystems/" shash="m28TryhuGQNBRm9H3SBr+DcUgpl1DO8ar0eOIFldocGW8pNxCKMLn/sKCp3WoBMyErEzWEJgW9UtUxRlN00R/5agxyqAfpskgWR9Uy6Ntqdib6xn6a7hkyYpt8FshyaI/diEJLnnFZnFK9Hv9AzV433fItF9yfTiTmvdf7NmxmA=" target="_blank">
@atlassystems</a><u></u><u></u></p>
<p class="x_x_MsoNormal"><span style="color:black">Twitter: <span style="background:white">
<a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Fatlassystems&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=U4OuoAjG3n%2FAQVA6Y%2BZn%2BsC6IlYubnuVH1Q%2FLzRXGuU%3D&reserved=0" originalsrc="https://twitter.com/atlassystems" shash="aWefdu0WJRRNa3e1+1CDwsy3FDdLVdtaytQqZEvTJIu7NxYrt5mQJYcflsYKn3tr6WZrE0q7ZAy7fMd3RdXbi0FHJZUxBQcjUwOlOPNQAYqpkrradGR9ubrz/M2PU31Nyhrlag6Or77PXlF1Nf3niQxZ5GUbNowa70VJdOXzRF4=" originalsrc="https://twitter.com/atlassystems" shash="hkBRn7prWG9WQDBs5K5wfqIsowzx8ju5b5RGlpqhvynA49V9A5bDUAtbKFpsmzjQzmATweqaQi1v+9aC2Y+y7QtON68ZHnm9/Bwv+tu6XVK//w6REPj/7sRNADRl8d+2y5b1smN0CbpESf4QaFkLGvHW+91c0fTDmG3I0hw/EiU=" target="_blank">@atlassystems</a></span><u></u><u></u></span></p>
<p class="x_x_MsoNormal"><span style="color:rgb(192,0,0)"> </span><u></u><u></u></p>
<p class="x_x_MsoNormal"><span style="color:rgb(29,28,29); background:rgb(248,248,248)">Training from anywhere…Enroll in an
<a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.eventbrite.com%2Fo%2Fatlas-systems-29295592643&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=pEqinB7GWvtR0D6yLbRmgfwq%2F44H%2FnkktrnZ6%2FTdIL4%3D&reserved=0" originalsrc="https://www.eventbrite.com/o/atlas-systems-29295592643" shash="I7DiO7vKA51kBCvlIhto2GZ5itx382moCENMob5vUvDrjb4wM2WnxiuEt2GGhJM3YZNtLf4NcYZ7wfWJIAMxxAJ6aanolE4pQY7+mDHqanWELNx9ZoEdfOJbzIcSFNabkyQUwM28Bol0Q/i+5H9FSdNIHfqkU6I/y8ZRC/H94xc=" originalsrc="https://www.eventbrite.com/o/atlas-systems-29295592643" shash="iJdVzFxz1TzxyhiDuXXHpbzkheOuByEd7csXVfkJk9euRPW1MQkVeJNx+CoOX/8Fzi7OpgVxv8ukdX2pw0DW+rj6KqXH9bzNLl1hp0mhDoBwJbEX2q7PJqXxhij068sGaGBj+gELt0d4lcpwrrzNtojfyMFax0OGSPqVU0r9tZo=" target="_blank">
online training</a> course from home or office.</span><u></u><u></u></p>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
</div>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
<div>
<div style="border-right:none; border-bottom:none; border-left:none; border-top:1pt solid rgb(225,225,225); padding:3pt 0in 0in">
<p class="x_x_MsoNormal"><b>From:</b> <a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">
archivesspace_users_group-bounces@lyralists.lyrasis.org</a> <<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>>
<b>On Behalf Of </b>Andrew Morrison<br>
<b>Sent:</b> Tuesday, March 22, 2022 4:42 AM<br>
<b>To:</b> <a href="mailto:archivesspace_users_group@lyralists.lyrasis.org" target="_blank">
archivesspace_users_group@lyralists.lyrasis.org</a><br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Rights statements not showing up in the public interface<u></u><u></u></p>
</div>
</div>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
<p>There is this issue:<u></u><u></u></p>
<p><u></u> <u></u></p>
<p><a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchivesspace.atlassian.net%2Fbrowse%2FANW-1055&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=5ZpT1Ek%2BE%2BFrIKUk8e4o17JU0DcD9PlHxvFY8GdLKAU%3D&reserved=0" originalsrc="https://archivesspace.atlassian.net/browse/ANW-1055" shash="sZ8lFTXOUlkUAUcHK33mqFv/YxnF1Za2N+xd9O9DNCY+CHXyaZCNox2R67+zlaisCt2Dz4WdZEyk9Rs18eBRDkHEqRMVh1RmZk0XYRYAi7tPJ56CABGrdJb/JFGE2nustHsPJuxOXUrQxUsU6tsdx6RYNTOGqXwl0pgXncZzegY=" originalsrc="https://archivesspace.atlassian.net/browse/ANW-1055" shash="R99rl1geoi1NmXGUZhNIgi2uvnkX1gcF3fmXBGv1rNYkHl48MsThT3I9wZBubr5hO9AwQcKdezFGldjmVfMU39Xr4rFtMtMmOP81cROImRNVc38qvKVXs7I5q/7RTeV3uF1/ufUsMx04sCm63UofCoA9vhQYuDbZeax7MriCM8Q=" target="_blank">https://archivesspace.atlassian.net/browse/ANW-1055</a><u></u><u></u></p>
<p><u></u> <u></u></p>
<p>But that is only about fields in the "Finding Aid Data" section, not rights statements.<u></u><u></u></p>
<p><u></u> <u></u></p>
<p>Andrew.<u></u><u></u></p>
<p><u></u> <u></u></p>
<p><u></u> <u></u></p>
<div>
<p class="x_x_MsoNormal">On 21/03/2022 18:52, Blake Carver wrote:<u></u><u></u></p>
</div>
<blockquote style="margin-top:5pt; margin-bottom:5pt">
<div>
<p class="x_x_MsoNormal"><span style="font-size:12pt; color:black">I think that might be one of the fields that isn't on the PUI?<u></u><u></u></span></p>
</div>
<div>
<p class="x_x_MsoNormal"><span style="font-size:12pt; color:black">I know there's a JIRA in there somewhere that covers this. Maybe not Rights Statements in particular, but various fileds that don't show up on the PUI.<u></u><u></u></span></p>
</div>
<div>
<p class="x_x_MsoNormal"><span style="font-size:12pt; color:black">JIRA hates me, and I can't seem to find it. Maybe someone else is better friends with JIRA and can find that one.<u></u><u></u></span></p>
</div>
<div>
<p class="x_x_MsoNormal"><span style="font-size:12pt; color:black">Something about fields that aren't on the PUI. I think there is a list of a few on that JIRA at least.<u></u><u></u></span></p>
</div>
<div class="x_x_MsoNormal" align="center" style="text-align:center">
<hr width="98%" size="2" align="center">
</div>
<div id="x_x_gmail-m_5642418573701210680gmail-m_3806372144365256659divRplyFwdMsg">
<p class="x_x_MsoNormal"><b><span style="color:black">From:</span></b><span style="color:black">
<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">
archivesspace_users_group-bounces@lyralists.lyrasis.org</a> <a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">
<archivesspace_users_group-bounces@lyralists.lyrasis.org></a> on behalf of Dean DeBolt
<a href="mailto:ddebolt@uwf.edu" target="_blank"><ddebolt@uwf.edu></a><br>
<b>Sent:</b> Monday, March 21, 2022 1:45 PM<br>
<b>To:</b> Archivesspace Users Group <a href="mailto:archivesspace_users_group@lyralists.lyrasis.org" target="_blank">
<archivesspace_users_group@lyralists.lyrasis.org></a><br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Rights statements not showing up in the public interface</span>
<u></u><u></u></p>
<div>
<p class="x_x_MsoNormal"> <u></u><u></u></p>
</div>
</div>
<div>
<div>
<p class="x_x_MsoNormal">Yes, I need to know how to add the language.  I can add it by editing the html but it does
<u></u><u></u></p>
<div>
<p class="x_x_MsoNormal">not save to change the page.<u></u><u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="x_x_MsoNormal"><span style="color:rgb(0,0,153); background:white">Dean DeBolt, University Librarian (Professor)/University Archivist<br>
UWF Archives and West Florida History Center</span><u></u><u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><span style="color:rgb(0,0,153); background:white">University of West Florida Library<br>
11000 University Parkway<br>
Pensacola, FL  32514-5750<br>
</span><a href="mailto:ddebolt@uwf.edu" target="_blank"><span style="color:rgb(0,0,153); background:white">ddebolt@uwf.edu</span></a><span style="color:rgb(0,0,153); background:white">;   850-474-2213</span><u></u><u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><span style="color:rgb(0,0,153); background:white">West Florida History Center is the largest and most comprehensive</span><u></u><u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><span style="color:rgb(0,0,153); background:white">history collection about Pensacola and the West Florida region.</span><u></u><u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><span style="color:rgb(0,0,153); background:white"><a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Flibguides.uwf.edu%2Funiversityarchives&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=wywPLnrPcilvg2R1NsHLRxk6C8HIIQmZsfKEVIZPb10%3D&reserved=0" originalsrc="http://libguides.uwf.edu/universityarchives" shash="SxlBckAzT0LfxAk95YApKqv7n9WQy5GQulEftw/9Dkagc1elO+0pxokZDlpxTh6sFvP2R6q/bvF4g2+3mbVNmPiaWOh5Ea+G7cdAkguq5hrBpmS7iG/VVkAzRHm8Trfj2TRkRlbpc51fsRy7Hd5UbKp9N5016dp6Ck8yoJpyXSc=" originalsrc="http://libguides.uwf.edu/universityarchives" shash="tHz5CmZBPo7WaUgGao+mdtaBjiADiJvstzDxAhVmu0AUI57UaPh0Ddv8lIsUu/gnWhthT7/IuoMv5NzC6o0KEyMeubCWJknYgl/TGTavrgGTra1RUcJGp+jjOuHRr9mT+VcPLon5rSGboUNyNtnd0p0cntrcUYNRPgzn+kfzCr4=" target="_blank">http://libguides.uwf.edu/universityarchives</a></span><u></u><u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><span style="color:rgb(0,0,153); background:white">Digital collections can be found at:  <a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchives.uwf.edu%2F&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883282939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=P0KcOpJCegsoII6bGW30mPDCVlCJaS%2BhtN%2FUH2DRbhE%3D&reserved=0" originalsrc="http://archives.uwf.edu/" shash="RmBYyJrnkubpzqFTtgJx8R+C9d0lEXi+chdiNrr3BU/B6q5+lw+h84ElzbNTNjshlm+zeBKgVakfkBGl827TJovYgoGvFN1kD8qA7pLMcmFJN3dASiMbkDVtT9IFCZZxxtI1dwJW/4Efq9yPzFNQY0HgSpkFYxJAmv/5Ey2T/Nk=" originalsrc="http://archives.uwf.edu/" shash="akucghsgf+xK2Tz+kNuQrLri7/zBw1wm4b5YoIrieO/6cA0DcUtmvj//TYi0wB5GbiySv1QkE2ASqI+Htrd45WnF5vDYOaqY/anxj1UC92clHHJLNgrlVWcoaTml76Bl+J8HuaM3ZDimLmP+vAFD3xPjKciFgfqOoGHEKZzdB9k=" target="_blank">http://uwf.lyrasistechnology.org </a></span><u></u><u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><span style="color:rgb(0,0,153); background:white">and <a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fuwf.digital.flvc.org%2F&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883439163%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=RbhQYjMTYoErm%2BImENWdfeL2xE42K%2FPkPD%2FTWM7AYH4%3D&reserved=0" originalsrc="http://uwf.digital.flvc.org/" shash="ovQueI3ZQw1CCUzOUz1m8jurmXAlDCmyhv+EUyPnn9DHWc4MeYa+wXkNwy1ibyHrWFs0FkMyZ1jEwanfdzyQdN1BC5lIm6+d/FpnoFZy2c3nhwgRnRed3g4FB5uCx/iJ27UU+EOoPj6WMCb/usEdbST5zSg53bcQk2frNXUM7Bk=" originalsrc="http://uwf.digital.flvc.org/" shash="vEEbPRqcTmcVMuiPXt4JJfhKtmA5zjpF6pmGkQrj2dOqWghdq5FMGBvwsuIYfXmD0lpotLtECfdFfrIMIwIy8ASLPA1BFUiYWPHqbKjqh9g/9vKKEXFHi9CESKPL2i/K8gcqpQBrE29/cg5LCeL17JQ/hAGJW4sp4Yh9QMMIjgo=" target="_blank">
http://uwf.digital.flvc.org</a></span><u></u><u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="x_x_MsoNormal">If we've been of service, please let us know or our administration,<u></u><u></u></p>
</div>
<div>
<p class="x_x_MsoNormal">Dean of Libraries <<a href="mailto:sclark2@uwf.edu" target="_blank">sclark2@uwf.edu</a>><u></u><u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
</div>
</div>
<p class="x_x_MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="x_x_MsoNormal">On Mon, Mar 21, 2022 at 12:44 PM Mary Weppler <<a href="mailto:mweppler@csustan.edu" target="_blank">mweppler@csustan.edu</a>> wrote:<u></u><u></u></p>
</div>
<blockquote style="border-top:none; border-right:none; border-bottom:none; border-left:1pt solid rgb(204,204,204); padding:0in 0in 0in 6pt; margin-left:4.8pt; margin-right:0in">
<div>
<div>
<p>Hello, <u></u><u></u></p>
<p> <u></u><u></u></p>
<p>I have added rights statements and rights notes to our resources records, however this information does not appear in the public interface.  I am wondering if anyone else has encountered this issue? 
<u></u><u></u></p>
<p> <u></u><u></u></p>
<p>Thank you!<u></u><u></u></p>
<p> <u></u><u></u></p>
<p>Mary<u></u><u></u></p>
</div>
</div>
<p class="x_x_MsoNormal">_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fmailman%2Flistinfo%2Farchivesspace_users_group&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883439163%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=Rrme4jdyfdeLSIByJhxaMBWE%2BEHfILFYotOA99ztIxg%3D&reserved=0" originalsrc="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" shash="sgVMqukR15H/rOEPvmHLt6zsrVhcy2bs84S8WwK2BPkeESTGjCsnKHjC8VmPb1usYNKfJqJ3rgvXQZluwVOfkwEIi52MfpgLQcQZN51yUmKsitCbJEczLIac1K/Lds9qC1NEkuIuUoSgpLElbVJ/zEecZLDN8MG2G3wBsZ4/dv0=" originalsrc="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" shash="kYFgOdl46gNvGcOc59YXtPHIMEs4DzceDnaax8Uhxyq+QKpuznKe4r/U6wxqRHAh8YvCj+9RfnuRZJ5+YpTRwg5Y3zzO56Ar9HltvdUxW0W4PRt+p0uWpRjNHhzTRya/gxv4juXHUkc6/NKCssslla9xfNLAwp7p0CTQmGtP8Vc=" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><u></u><u></u></p>
</blockquote>
</div>
</div>
<p class="x_x_MsoNormal"><br>
<br>
<u></u><u></u></p>
<pre>_______________________________________________<u></u><u></u></pre>
<pre>Archivesspace_Users_Group mailing list<u></u><u></u></pre>
<pre><a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank">Archivesspace_Users_Group@lyralists.lyrasis.org</a><u></u><u></u></pre>
<pre><a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fmailman%2Flistinfo%2Farchivesspace_users_group&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883439163%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=Rrme4jdyfdeLSIByJhxaMBWE%2BEHfILFYotOA99ztIxg%3D&reserved=0" originalsrc="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" shash="sgVMqukR15H/rOEPvmHLt6zsrVhcy2bs84S8WwK2BPkeESTGjCsnKHjC8VmPb1usYNKfJqJ3rgvXQZluwVOfkwEIi52MfpgLQcQZN51yUmKsitCbJEczLIac1K/Lds9qC1NEkuIuUoSgpLElbVJ/zEecZLDN8MG2G3wBsZ4/dv0=" originalsrc="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" shash="kYFgOdl46gNvGcOc59YXtPHIMEs4DzceDnaax8Uhxyq+QKpuznKe4r/U6wxqRHAh8YvCj+9RfnuRZJ5+YpTRwg5Y3zzO56Ar9HltvdUxW0W4PRt+p0uWpRjNHhzTRya/gxv4juXHUkc6/NKCssslla9xfNLAwp7p0CTQmGtP8Vc=" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><u></u><u></u></pre>
</blockquote>
</div>
</div>
_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fmailman%2Flistinfo%2Farchivesspace_users_group&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883439163%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=Rrme4jdyfdeLSIByJhxaMBWE%2BEHfILFYotOA99ztIxg%3D&reserved=0" originalsrc="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" shash="sgVMqukR15H/rOEPvmHLt6zsrVhcy2bs84S8WwK2BPkeESTGjCsnKHjC8VmPb1usYNKfJqJ3rgvXQZluwVOfkwEIi52MfpgLQcQZN51yUmKsitCbJEczLIac1K/Lds9qC1NEkuIuUoSgpLElbVJ/zEecZLDN8MG2G3wBsZ4/dv0=" originalsrc="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" shash="kYFgOdl46gNvGcOc59YXtPHIMEs4DzceDnaax8Uhxyq+QKpuznKe4r/U6wxqRHAh8YvCj+9RfnuRZJ5+YpTRwg5Y3zzO56Ar9HltvdUxW0W4PRt+p0uWpRjNHhzTRya/gxv4juXHUkc6/NKCssslla9xfNLAwp7p0CTQmGtP8Vc=" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr"><font face="times new roman, serif"><b>Maureen Cresci Callahan</b><br>
Sophia Smith Collection Archivist</font></div>
<div dir="ltr"><font face="times new roman, serif">Smith College Special Collections<br>
Northampton, Massachusetts 01063<br>
voicemail: 413 585 2981<br>
email: <a href="mailto:mcallahan@smith.edu" target="_blank">mcallahan@smith.edu</a></font></div>
<div dir="ltr"><font face="times new roman, serif">videoconference: <a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsmith.zoom.us%2Fmy%2Fmaureen.callahan&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883439163%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=kz2oMNA1USeFoxfjjlZ%2B%2FD1fOSOK0UiWykBtDsORqQE%3D&reserved=0" originalsrc="https://smith.zoom.us/my/maureen.callahan" shash="Lr2DUth/i6Bu+bS5f1KqLyrL1IUpzWnZv1ohsslXY0I5csOpOjMIoEvRQyku5qB/MouSfyEJW16utvFMqtk96YrfKBjPslrPhLxmbU5Q7gm4TFSl/ffiD4CqxIOc3FuWdPZTJQrrTfAgivCunfKOLEe8Tk2NhMqDyqbbGSOKU9w=" originalsrc="https://smith.zoom.us/my/maureen.callahan" shash="zFcazpPDGK5RDjsdfzcRtPuv50+WrzqgQmXzJJo/IyevbXdgHoDhavgJbvRpvNQ8J7iQYGGjpuQxQWLx/kudyhSWrfP0AuTzkRx3ddP5OU4awx3lkEhMMPurk67BSFcw05GRfjbdR2RAtEjISH+3g1O23gYrDcEDOah8C60hJJw=" target="_blank">https://smith.zoom.us/my/maureen.callahan</a><br>
<br>
<a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.smith.edu%2Fabout-smith%2Fequity-inclusion%2Fgender-identity%2Fpronouns&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883439163%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=cZ%2B%2FxA5ley%2FBp2X0IZoHWRJ5uVF5rS%2BEEZnWQ6IJnjc%3D&reserved=0" originalsrc="https://www.smith.edu/about-smith/equity-inclusion/gender-identity/pronouns" shash="LrUTkGWs+lJcEzrqZbz/9O5ZXwGnf7aqkGvOQp++kJ9E/EUBpgEN618xssH5QnWwstTEZzCtv+frzV6+Aqod8N48GZ+2fdcxoQzNIEcak9UJFG7Yz2BAweETiJng4+E4tkzpi/rM6CZJmzk3OEtTGVorf8WCrEGuHUhWwfpPkSw=" originalsrc="https://www.smith.edu/about-smith/equity-inclusion/gender-identity/pronouns" shash="KMp46oJnoK18qB16BddLAFpULLj0RrHoyYOLSSo2mkr76PYTjc+CwEp/Q4ooxwnshDZsbPdZHLN3DfoSVszcyeox+/dXcZarWXYkCPWgRWbk1fVVmoe/LV9zyUqYlPFnNRogwzMz4Wl5O5edB9KH0PfUvWCBwwZchEfejsXbiJc=" target="_blank">pronouns</a>:
 she/her/hers</font></div>
<div dir="ltr"><font face="times new roman, serif"><br>
</font></div>
<div dir="ltr"><font face="times new roman, serif"><a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flibraries.smith.edu%2Fspecial-collections%2Fabout%2Fsophia-smith-collection-womens-history&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883439163%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=J5T%2FASiAe6GM5qjtyV7Pg6UaGmG9CPBf06EJR4bNEOc%3D&reserved=0" originalsrc="https://libraries.smith.edu/special-collections/about/sophia-smith-collection-womens-history" shash="a9UCwpmlpbeQf2xBnwQkXL+wMUGrXwJZYYnldMffMnanWpc8/aT1mWsoReY4wUyM3c1Rg/F3ynITREHOCSB7xH3w3cbSr4m3/6WQ5z8cNtuUARglsuRBKgqSdHvsPXdUR8rSy7Bm5/4NjhWXt3sLAIbHYCyLOsgzHji1mgAhQ88=" originalsrc="https://libraries.smith.edu/special-collections/about/sophia-smith-collection-womens-history" shash="We5beXUqIt2WAhoc8Irw7ux54NsDlIkO/cHaON4vD6sm0OMYcj5SurqS2TP5Wj+2lDk0StNpX+g4mqnQgUdDCMvvLV8NtEBXmef6Z73bJhEES9+BKu+GpdgflNiEu6c9vDiKfCqIxvxVrUk+lYuBIADjBtqQxn48gV4QXUYb1X0=" target="_blank">Information
 about the Sophia Smith Collection of Women's history</a><br>
<br>
For current library access and services details, see <a href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flibraries.smith.edu%2Flibrary-services-during-covid-19&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883439163%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=v7GyxFvvgtBC8Vv2LCHnp%2BDu31Aqc4oUceRhl5fu6jY%3D&reserved=0" originalsrc="https://libraries.smith.edu/library-services-during-covid-19" shash="KKICP/JH1rGbNwRR+oqOaSMMzQ+NO0/UIz+PkLR68w8BB/l8Cjs6hIyLtd4w9ZKWWoRijJ8FllnQDPGv/bRuLsLyH9VpfbV5mK1FxSLXc0dCj+tG0tHU72UYy4V88cxlQSDExytzpqeLhdPodTG9rkimv9dKqP1sq6BEiNyiLzQ=" originalsrc="https://libraries.smith.edu/library-services-during-covid-19" shash="wfOmHHQ3XjNgkjSRkwr5d6to5YuQTpdw5IN9cRyZovqtSc1WxY7as9l3XeeleswrXVlPmdxriNrg4CahW2C9+H9bmf8y3DmgiNWi1cIM6RjdHyiYdtSqGGnJSMu3WWIvOylIG+4T3s4v9/SkoY76riZsyxIlznuMzZSazh18QPw=" target="_blank">
Library Services During COVID-19</a>.</font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Flyralists.lyrasis.org%2Fmailman%2Flistinfo%2Farchivesspace_users_group&data=04%7C01%7Cjoshua.d.shaw%40dartmouth.edu%7Cb590adc0218c45201a6c08da0ddaf4da%7C995b093648d640e5a31ebf689ec9446f%7C0%7C0%7C637837531883439163%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=Rrme4jdyfdeLSIByJhxaMBWE%2BEHfILFYotOA99ztIxg%3D&reserved=0" originalsrc="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" shash="sgVMqukR15H/rOEPvmHLt6zsrVhcy2bs84S8WwK2BPkeESTGjCsnKHjC8VmPb1usYNKfJqJ3rgvXQZluwVOfkwEIi52MfpgLQcQZN51yUmKsitCbJEczLIac1K/Lds9qC1NEkuIuUoSgpLElbVJ/zEecZLDN8MG2G3wBsZ4/dv0=" originalsrc="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" shash="FPdnqF+FLH/hxdr/qI5hqA0NFACib7DaEDWdrV8e5Hh8lVR5WuixVuBaVP8YfHx0p9WjId3MNV9bRQIQJnRfq3JHl7JU2sZTg/UMhecQqXl/LFKiFI2CacEB+kJ6+qsJb7ZZ/UZy2et1pnNZGWcItbp7kFjrc/On9sXhVp0x9v4=" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
</blockquote>
</div>
</div>
</div>
</body>
</html>