<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cjh.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abyrne</id>
	<title>CJH Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cjh.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abyrne"/>
	<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php/Special:Contributions/Abyrne"/>
	<updated>2026-06-06T08:59:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=How_to_Define_Access_Rights&amp;diff=1881</id>
		<title>How to Define Access Rights</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=How_to_Define_Access_Rights&amp;diff=1881"/>
		<updated>2026-04-22T17:13:55Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: /* Access Rights Policies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Access Rights Policies=&lt;br /&gt;
Rosetta handles access rights with Access Rights Policies that are configured by the System Administrator. The policies' IDs can be incorporated into either a CSV or METS for the purpose of defining access. Policies can also be assigned to IEs and REPs after they are ingested into Rosetta. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Policy ID&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| No restrictions&lt;br /&gt;
|-&lt;br /&gt;
| 5580&lt;br /&gt;
| STAFF_ONLY&lt;br /&gt;
|-&lt;br /&gt;
| 151520&lt;br /&gt;
| No View&lt;br /&gt;
|-&lt;br /&gt;
| 353324&lt;br /&gt;
| On-Site Restriction&lt;br /&gt;
|-&lt;br /&gt;
| 372920&lt;br /&gt;
| Copyright Notice (No Restrictions)&lt;br /&gt;
|-&lt;br /&gt;
| 372921&lt;br /&gt;
| Copyright Notice (On-Site Restriction)&lt;br /&gt;
|-&lt;br /&gt;
| 7357290&lt;br /&gt;
| Restricted to Registered User&lt;br /&gt;
|-&lt;br /&gt;
| 15596581&lt;br /&gt;
| Embargoed until 2050&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If there is no code given upon ingest, Rosetta assumes there are no restrictions (which is the same as Policy ID 3).&lt;br /&gt;
&lt;br /&gt;
The default codes used by the Rosetta Deposit Processor are '''5580''' for '''Preservation Master''' representations and '''3''' (or no code at all) for '''Modified Master''' representations. By default, no policy code is assigned on the IE level.&lt;br /&gt;
&lt;br /&gt;
=Defining Access Rights upon Ingest=&lt;br /&gt;
== CSV ==&lt;br /&gt;
An Access Rights Policy code can be added for the IE level in Column K &lt;br /&gt;
&lt;br /&gt;
:: [[File:AR policy IE.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
An Access Rights Policy code can be added for the REP level in Column O &lt;br /&gt;
&lt;br /&gt;
:: [[File:AR policy REP.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
== METS ==&lt;br /&gt;
&lt;br /&gt;
Access Rights Policy Codes can be added to the rightsMD of either the 'ie-amd' (IE administrative metadata) or the 'rep#-amd' (Representation administrative metadata).&lt;br /&gt;
&lt;br /&gt;
'''IE Administrative Metadata'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Access codes mets 1.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''REP Administrative Metadata'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Access codes mets 2.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''Code Template'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;mets:rightsMD ID=&amp;quot;[IE OR REP]-amd-rights&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;mets:mdWrap MDTYPE=&amp;quot;OTHER&amp;quot; OTHERMDTYPE=&amp;quot;dnx&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;mets:xmlData&amp;gt;&lt;br /&gt;
            &amp;lt;dnx xmlns=&amp;quot;http://www.exlibrisgroup.com/dps/dnx&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;section id=&amp;quot;accessRightsPolicy&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;record&amp;gt;&lt;br /&gt;
                        &amp;lt;key id=&amp;quot;policyId&amp;quot;&amp;gt;AR POLICY CODE GOES HERE&amp;lt;/key&amp;gt;&lt;br /&gt;
                        &amp;lt;key id=&amp;quot;policyDescription&amp;quot;&amp;gt;AR POLICY DESCRIPTION GOES HERE&amp;lt;/key&amp;gt;&lt;br /&gt;
                    &amp;lt;/record&amp;gt;&lt;br /&gt;
                &amp;lt;/section&amp;gt;&lt;br /&gt;
            &amp;lt;/dnx&amp;gt;&lt;br /&gt;
        &amp;lt;/mets:xmlData&amp;gt;&lt;br /&gt;
    &amp;lt;/mets:mdWrap&amp;gt;&lt;br /&gt;
&amp;lt;/mets:rightsMD&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Defining Access Rights after Ingest=&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
Access Rights Policies can be assigned to individual IEs or REPs after they are ingested into Rosetta. To assign a policy to a batch of IEs, please  '''[[How_to_Save_a_Search_Query|follow the &amp;quot;How to Save a Search Query&amp;quot; tutorial]]''' and send your saved query to the Rosetta System Administrator.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
&lt;br /&gt;
'''1. Click &amp;quot;Go&amp;quot; in the &amp;quot;Preserved&amp;quot; frame on the far right of the Rosetta Management Dashboard.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Tif tutorial 1.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Select one or more metadata fields you want to search on and enter your search term.''' &lt;br /&gt;
&lt;br /&gt;
:: [[File:Tif tutorial 2.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''3. Click the &amp;quot;Editor&amp;quot; link for the Intellectual Entity'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Tif tutorial 3.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''4. Lock IE'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Replace tutorial 4.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. Assign Access Rights Policy at either the IE or REP level'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Assign ar indiv.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. Commit Changes'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Replace tutorial 7.png|700px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=How_to_Define_Access_Rights&amp;diff=1880</id>
		<title>How to Define Access Rights</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=How_to_Define_Access_Rights&amp;diff=1880"/>
		<updated>2026-04-22T16:56:14Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: /* CSV */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Access Rights Policies=&lt;br /&gt;
Rosetta handles access rights with Access Rights Policies that are configured by the System Administrator. The policies' IDs can be incorporated into either a CSV or METS for the purpose of defining access. Policies can also be assigned to IEs and REPs after they are ingested into Rosetta. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Policy ID&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| No restrictions&lt;br /&gt;
|-&lt;br /&gt;
| 5580&lt;br /&gt;
| STAFF_ONLY&lt;br /&gt;
|-&lt;br /&gt;
| 151520&lt;br /&gt;
| No View&lt;br /&gt;
|-&lt;br /&gt;
| 353324&lt;br /&gt;
| On-Site Restriction&lt;br /&gt;
|-&lt;br /&gt;
| 372920&lt;br /&gt;
| Copyright Notice (No Restrictions)&lt;br /&gt;
|-&lt;br /&gt;
| 7357290&lt;br /&gt;
| Restricted to Registered User&lt;br /&gt;
|-&lt;br /&gt;
| 15596581&lt;br /&gt;
| Embargoed until 2050&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If there is no code given upon ingest, Rosetta assumes there are no restrictions (which is the same as Policy ID 3).&lt;br /&gt;
&lt;br /&gt;
The default codes used by the Rosetta Deposit Processor are '''5580''' for '''Preservation Master''' representations and '''3''' (or no code at all) for '''Modified Master''' representations. By default, no policy code is assigned on the IE level.&lt;br /&gt;
&lt;br /&gt;
=Defining Access Rights upon Ingest=&lt;br /&gt;
== CSV ==&lt;br /&gt;
An Access Rights Policy code can be added for the IE level in Column K &lt;br /&gt;
&lt;br /&gt;
:: [[File:AR policy IE.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
An Access Rights Policy code can be added for the REP level in Column O &lt;br /&gt;
&lt;br /&gt;
:: [[File:AR policy REP.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
== METS ==&lt;br /&gt;
&lt;br /&gt;
Access Rights Policy Codes can be added to the rightsMD of either the 'ie-amd' (IE administrative metadata) or the 'rep#-amd' (Representation administrative metadata).&lt;br /&gt;
&lt;br /&gt;
'''IE Administrative Metadata'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Access codes mets 1.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''REP Administrative Metadata'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Access codes mets 2.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''Code Template'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;mets:rightsMD ID=&amp;quot;[IE OR REP]-amd-rights&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;mets:mdWrap MDTYPE=&amp;quot;OTHER&amp;quot; OTHERMDTYPE=&amp;quot;dnx&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;mets:xmlData&amp;gt;&lt;br /&gt;
            &amp;lt;dnx xmlns=&amp;quot;http://www.exlibrisgroup.com/dps/dnx&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;section id=&amp;quot;accessRightsPolicy&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;record&amp;gt;&lt;br /&gt;
                        &amp;lt;key id=&amp;quot;policyId&amp;quot;&amp;gt;AR POLICY CODE GOES HERE&amp;lt;/key&amp;gt;&lt;br /&gt;
                        &amp;lt;key id=&amp;quot;policyDescription&amp;quot;&amp;gt;AR POLICY DESCRIPTION GOES HERE&amp;lt;/key&amp;gt;&lt;br /&gt;
                    &amp;lt;/record&amp;gt;&lt;br /&gt;
                &amp;lt;/section&amp;gt;&lt;br /&gt;
            &amp;lt;/dnx&amp;gt;&lt;br /&gt;
        &amp;lt;/mets:xmlData&amp;gt;&lt;br /&gt;
    &amp;lt;/mets:mdWrap&amp;gt;&lt;br /&gt;
&amp;lt;/mets:rightsMD&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Defining Access Rights after Ingest=&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
Access Rights Policies can be assigned to individual IEs or REPs after they are ingested into Rosetta. To assign a policy to a batch of IEs, please  '''[[How_to_Save_a_Search_Query|follow the &amp;quot;How to Save a Search Query&amp;quot; tutorial]]''' and send your saved query to the Rosetta System Administrator.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
&lt;br /&gt;
'''1. Click &amp;quot;Go&amp;quot; in the &amp;quot;Preserved&amp;quot; frame on the far right of the Rosetta Management Dashboard.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Tif tutorial 1.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Select one or more metadata fields you want to search on and enter your search term.''' &lt;br /&gt;
&lt;br /&gt;
:: [[File:Tif tutorial 2.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''3. Click the &amp;quot;Editor&amp;quot; link for the Intellectual Entity'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Tif tutorial 3.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''4. Lock IE'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Replace tutorial 4.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. Assign Access Rights Policy at either the IE or REP level'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Assign ar indiv.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. Commit Changes'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Replace tutorial 7.png|700px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:AR_policy_REP.png&amp;diff=1879</id>
		<title>File:AR policy REP.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:AR_policy_REP.png&amp;diff=1879"/>
		<updated>2026-04-22T16:53:44Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Deposit CSV with REP AR policy highlighted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Deposit CSV with REP AR policy highlighted&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:AR_policy_IE.png&amp;diff=1878</id>
		<title>File:AR policy IE.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:AR_policy_IE.png&amp;diff=1878"/>
		<updated>2026-04-22T16:53:07Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Screenshot of deposit CSV with IE AR Policy highlighted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Screenshot of deposit CSV with IE AR Policy highlighted&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=How_to_Define_Access_Rights&amp;diff=1877</id>
		<title>How to Define Access Rights</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=How_to_Define_Access_Rights&amp;diff=1877"/>
		<updated>2026-04-22T16:42:44Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: /* Access Rights Policies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Access Rights Policies=&lt;br /&gt;
Rosetta handles access rights with Access Rights Policies that are configured by the System Administrator. The policies' IDs can be incorporated into either a CSV or METS for the purpose of defining access. Policies can also be assigned to IEs and REPs after they are ingested into Rosetta. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Policy ID&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| No restrictions&lt;br /&gt;
|-&lt;br /&gt;
| 5580&lt;br /&gt;
| STAFF_ONLY&lt;br /&gt;
|-&lt;br /&gt;
| 151520&lt;br /&gt;
| No View&lt;br /&gt;
|-&lt;br /&gt;
| 353324&lt;br /&gt;
| On-Site Restriction&lt;br /&gt;
|-&lt;br /&gt;
| 372920&lt;br /&gt;
| Copyright Notice (No Restrictions)&lt;br /&gt;
|-&lt;br /&gt;
| 7357290&lt;br /&gt;
| Restricted to Registered User&lt;br /&gt;
|-&lt;br /&gt;
| 15596581&lt;br /&gt;
| Embargoed until 2050&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If there is no code given upon ingest, Rosetta assumes there are no restrictions (which is the same as Policy ID 3).&lt;br /&gt;
&lt;br /&gt;
The default codes used by the Rosetta Deposit Processor are '''5580''' for '''Preservation Master''' representations and '''3''' (or no code at all) for '''Modified Master''' representations. By default, no policy code is assigned on the IE level.&lt;br /&gt;
&lt;br /&gt;
=Defining Access Rights upon Ingest=&lt;br /&gt;
== CSV ==&lt;br /&gt;
An Access Rights Policy code can be added for the IE level in Column J &lt;br /&gt;
&lt;br /&gt;
:: [[File:Access codes csv_1.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
An Access Rights Policy code can be added for the REP level in Column N &lt;br /&gt;
&lt;br /&gt;
:: [[File:Access codes csv_2.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
== METS ==&lt;br /&gt;
&lt;br /&gt;
Access Rights Policy Codes can be added to the rightsMD of either the 'ie-amd' (IE administrative metadata) or the 'rep#-amd' (Representation administrative metadata).&lt;br /&gt;
&lt;br /&gt;
'''IE Administrative Metadata'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Access codes mets 1.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''REP Administrative Metadata'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Access codes mets 2.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''Code Template'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;mets:rightsMD ID=&amp;quot;[IE OR REP]-amd-rights&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;mets:mdWrap MDTYPE=&amp;quot;OTHER&amp;quot; OTHERMDTYPE=&amp;quot;dnx&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;mets:xmlData&amp;gt;&lt;br /&gt;
            &amp;lt;dnx xmlns=&amp;quot;http://www.exlibrisgroup.com/dps/dnx&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;section id=&amp;quot;accessRightsPolicy&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;record&amp;gt;&lt;br /&gt;
                        &amp;lt;key id=&amp;quot;policyId&amp;quot;&amp;gt;AR POLICY CODE GOES HERE&amp;lt;/key&amp;gt;&lt;br /&gt;
                        &amp;lt;key id=&amp;quot;policyDescription&amp;quot;&amp;gt;AR POLICY DESCRIPTION GOES HERE&amp;lt;/key&amp;gt;&lt;br /&gt;
                    &amp;lt;/record&amp;gt;&lt;br /&gt;
                &amp;lt;/section&amp;gt;&lt;br /&gt;
            &amp;lt;/dnx&amp;gt;&lt;br /&gt;
        &amp;lt;/mets:xmlData&amp;gt;&lt;br /&gt;
    &amp;lt;/mets:mdWrap&amp;gt;&lt;br /&gt;
&amp;lt;/mets:rightsMD&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Defining Access Rights after Ingest=&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
Access Rights Policies can be assigned to individual IEs or REPs after they are ingested into Rosetta. To assign a policy to a batch of IEs, please  '''[[How_to_Save_a_Search_Query|follow the &amp;quot;How to Save a Search Query&amp;quot; tutorial]]''' and send your saved query to the Rosetta System Administrator.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
&lt;br /&gt;
'''1. Click &amp;quot;Go&amp;quot; in the &amp;quot;Preserved&amp;quot; frame on the far right of the Rosetta Management Dashboard.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Tif tutorial 1.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Select one or more metadata fields you want to search on and enter your search term.''' &lt;br /&gt;
&lt;br /&gt;
:: [[File:Tif tutorial 2.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''3. Click the &amp;quot;Editor&amp;quot; link for the Intellectual Entity'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Tif tutorial 3.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''4. Lock IE'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Replace tutorial 4.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. Assign Access Rights Policy at either the IE or REP level'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Assign ar indiv.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. Commit Changes'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Replace tutorial 7.png|700px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1830</id>
		<title>Rosetta</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1830"/>
		<updated>2025-05-08T16:48:51Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
Rosetta is a digital assets management system (DAMS) and digital preservation system. Like [[Aleph]] and [[Primo]], Rosetta is owned by [http://www.exlibrisgroup.com/products/rosetta-digital-asset-management-and-preservation/ Ex Libris].&lt;br /&gt;
&lt;br /&gt;
The CJH installation of Rosetta is located at:&lt;br /&gt;
&lt;br /&gt;
https://digipres.cjh.org&lt;br /&gt;
&lt;br /&gt;
*[[Metadata and Searching]]&lt;br /&gt;
&lt;br /&gt;
=Files=&lt;br /&gt;
*[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/abyrne_cfjh_net/EW7UGJtH8-BHq9wYG0VA7ggB8yGo0mS8h6-Q9ZhIq7iQZA Rosetta Deposit Processor Installer] (version 3.6.6; updated 05/08/2025)&lt;br /&gt;
*[http://wiki.cjh.org/index.php/File:Deposit_template.csv CSV Deposit Template] (updated 12/5/2022)&lt;br /&gt;
&lt;br /&gt;
=Rosetta Deposit Processor=&lt;br /&gt;
The Rosetta Deposit Processor application was built by Kevin Powell in 2018 and is distributed under an [https://en.wikipedia.org/wiki/MIT_License MIT License]. &lt;br /&gt;
Special thanks to the National Library of New Zealand for their open source [https://github.com/NLNZDigitalPreservation Rosetta METS Python library].&lt;br /&gt;
&lt;br /&gt;
=== Download and Installation ===&lt;br /&gt;
&lt;br /&gt;
*[[Rosetta Deposit Processor Installation Guide|Installation Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
*[[New Deposits]]&lt;br /&gt;
&lt;br /&gt;
=Tutorials=&lt;br /&gt;
*[[How to Check SIP Status]]&lt;br /&gt;
*[[How to Define Access Rights]]&lt;br /&gt;
*[[How to Download an Individual TIF]]&lt;br /&gt;
*[[How to Edit Dublin Core Records]]&lt;br /&gt;
*[[How to Replace a File]]&lt;br /&gt;
*[[How to Save a Search Query]]&lt;br /&gt;
*[http://wiki.cjh.org/index.php/New_Deposits#Synchronize How to Synchronize with Aleph or ArchivesSpace]&lt;br /&gt;
*[https://wiki.cjh.org/images/1/17/TIFF_JHOVE_Metadata_Extraction_errors.pdf TIFF Metadata Extraction Error Guide]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Workflows=&lt;br /&gt;
*[[Ingest one file into Rosetta]]&lt;br /&gt;
*[[Web Deposit Workflow]]&lt;br /&gt;
*[[Post-Ingest Aleph Workflows]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Ex Libris Manuals=&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63950/Rosetta_Staff_User's_Guide.pdf?revision=1 Staff users Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63973/Rosetta_Producers_Guide.pdf?revision=1 Producers Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63960/Rosetta_Preservation_Guide.pdf?revision=1 Preservation Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63952/Rosetta_System_Administration_Guide.pdf?revision=1 System Administration Guide]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta_Deposit_Processor_Installation_Guide&amp;diff=1829</id>
		<title>Rosetta Deposit Processor Installation Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta_Deposit_Processor_Installation_Guide&amp;diff=1829"/>
		<updated>2025-05-08T16:47:10Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updated 07/29/2024&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/abyrne_cfjh_net/EW7UGJtH8-BHq9wYG0VA7ggB8yGo0mS8h6-Q9ZhIq7iQZA Link to the Rosetta Deposit Processor Installer]&lt;br /&gt;
&lt;br /&gt;
'''1. Click the above link.'''&lt;br /&gt;
&lt;br /&gt;
'''2. Log in with YourUsername@cfjh.net (e.g. jdoe@cfjh.net).'''&lt;br /&gt;
&lt;br /&gt;
'''3. Download the installer by clicking the Download button.'''&lt;br /&gt;
:: [[File:Install_1.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
== Installing or Updating the Rosetta Deposit Processor  ==&lt;br /&gt;
'''1. Uninstall any previous versions of the Rosetta Deposit Processor. The older versions of the Rosetta Deposit Processor should be located in your Program Files folder at C:\Program Files(x86) or C:\Program Files. Open the Rosetta Deposit Processor folder, double click on the unistall.exe, and follow the prompts. If prompted with a &amp;quot;Do you want to allow the following app from an unknown publisher to make changes to this computer?&amp;quot; message, select &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: [[File:UninstallRDP_01.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Double-click the Installer where it is downloaded.'''&lt;br /&gt;
&lt;br /&gt;
'''3. If prompted with a &amp;quot;Do you want to allow the following app from an unknown publisher to make changes to this computer?&amp;quot; message, select &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''4. By default the Installer will install the Processor in your Program Files folder. Click &amp;quot;Install&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_2.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_4.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. The Rosetta Deposit Processor will NOT work correctly if it is run directly from the Installer. Deselect the &amp;quot;Run Rosetta Deposit Processor&amp;quot; checkbox.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_5.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. The Rosetta Deposit Processor will be located in your Program Files folder at C:\Program Files(x86) or C:\Program Files. You can create a shortcut to the Processor by dragging the application to your taskbar.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_3.png|500px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta_Deposit_Processor_Installation_Guide&amp;diff=1828</id>
		<title>Rosetta Deposit Processor Installation Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta_Deposit_Processor_Installation_Guide&amp;diff=1828"/>
		<updated>2025-05-08T16:45:02Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updated 07/29/2024&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/abyrne_cfjh_net/EW7UGJtH8-BHq9wYG0VA7ggB8yGo0mS8h6-Q9ZhIq7iQZA?e=NOKZUt Link to the Rosetta Deposit Processor Installer]&lt;br /&gt;
&lt;br /&gt;
'''1. Click the above link.'''&lt;br /&gt;
&lt;br /&gt;
'''2. Log in with YourUsername@cfjh.net (e.g. jdoe@cfjh.net).'''&lt;br /&gt;
&lt;br /&gt;
'''3. Download the installer by clicking the Download button.'''&lt;br /&gt;
:: [[File:Install_1.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
== Installing or Updating the Rosetta Deposit Processor  ==&lt;br /&gt;
'''1. Uninstall any previous versions of the Rosetta Deposit Processor. The older versions of the Rosetta Deposit Processor should be located in your Program Files folder at C:\Program Files(x86) or C:\Program Files. Open the Rosetta Deposit Processor folder, double click on the unistall.exe, and follow the prompts. If prompted with a &amp;quot;Do you want to allow the following app from an unknown publisher to make changes to this computer?&amp;quot; message, select &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: [[File:UninstallRDP_01.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Double-click the Installer where it is downloaded.'''&lt;br /&gt;
&lt;br /&gt;
'''3. If prompted with a &amp;quot;Do you want to allow the following app from an unknown publisher to make changes to this computer?&amp;quot; message, select &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''4. By default the Installer will install the Processor in your Program Files folder. Click &amp;quot;Install&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_2.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_4.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. The Rosetta Deposit Processor will NOT work correctly if it is run directly from the Installer. Deselect the &amp;quot;Run Rosetta Deposit Processor&amp;quot; checkbox.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_5.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. The Rosetta Deposit Processor will be located in your Program Files folder at C:\Program Files(x86) or C:\Program Files. You can create a shortcut to the Processor by dragging the application to your taskbar.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_3.png|500px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1827</id>
		<title>Rosetta</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1827"/>
		<updated>2025-05-08T16:43:01Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
Rosetta is a digital assets management system (DAMS) and digital preservation system. Like [[Aleph]] and [[Primo]], Rosetta is owned by [http://www.exlibrisgroup.com/products/rosetta-digital-asset-management-and-preservation/ Ex Libris].&lt;br /&gt;
&lt;br /&gt;
The CJH installation of Rosetta is located at:&lt;br /&gt;
&lt;br /&gt;
https://digipres.cjh.org&lt;br /&gt;
&lt;br /&gt;
*[[Metadata and Searching]]&lt;br /&gt;
&lt;br /&gt;
=Files=&lt;br /&gt;
*[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/abyrne_cfjh_net/EW7UGJtH8-BHq9wYG0VA7ggB8yGo0mS8h6-Q9ZhIq7iQZA?e=1hM3pQ Rosetta Deposit Processor Installer] (version 3.6.6; updated 05/08/2025)&lt;br /&gt;
*[http://wiki.cjh.org/index.php/File:Deposit_template.csv CSV Deposit Template] (updated 12/5/2022)&lt;br /&gt;
&lt;br /&gt;
=Rosetta Deposit Processor=&lt;br /&gt;
The Rosetta Deposit Processor application was built by Kevin Powell in 2018 and is distributed under an [https://en.wikipedia.org/wiki/MIT_License MIT License]. &lt;br /&gt;
Special thanks to the National Library of New Zealand for their open source [https://github.com/NLNZDigitalPreservation Rosetta METS Python library].&lt;br /&gt;
&lt;br /&gt;
=== Download and Installation ===&lt;br /&gt;
&lt;br /&gt;
*[[Rosetta Deposit Processor Installation Guide|Installation Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
*[[New Deposits]]&lt;br /&gt;
&lt;br /&gt;
=Tutorials=&lt;br /&gt;
*[[How to Check SIP Status]]&lt;br /&gt;
*[[How to Define Access Rights]]&lt;br /&gt;
*[[How to Download an Individual TIF]]&lt;br /&gt;
*[[How to Edit Dublin Core Records]]&lt;br /&gt;
*[[How to Replace a File]]&lt;br /&gt;
*[[How to Save a Search Query]]&lt;br /&gt;
*[http://wiki.cjh.org/index.php/New_Deposits#Synchronize How to Synchronize with Aleph or ArchivesSpace]&lt;br /&gt;
*[https://wiki.cjh.org/images/1/17/TIFF_JHOVE_Metadata_Extraction_errors.pdf TIFF Metadata Extraction Error Guide]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Workflows=&lt;br /&gt;
*[[Ingest one file into Rosetta]]&lt;br /&gt;
*[[Web Deposit Workflow]]&lt;br /&gt;
*[[Post-Ingest Aleph Workflows]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Ex Libris Manuals=&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63950/Rosetta_Staff_User's_Guide.pdf?revision=1 Staff users Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63973/Rosetta_Producers_Guide.pdf?revision=1 Producers Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63960/Rosetta_Preservation_Guide.pdf?revision=1 Preservation Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63952/Rosetta_System_Administration_Guide.pdf?revision=1 System Administration Guide]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=New_Deposits&amp;diff=1826</id>
		<title>New Deposits</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=New_Deposits&amp;diff=1826"/>
		<updated>2025-05-08T16:37:09Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The New Deposits Module contains workflows for processing new deposits for ingest into Rosetta. It can be accessed by going to the &amp;quot;Modules&amp;quot; menu and clicking &amp;quot;New Deposits.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=Organizing=&lt;br /&gt;
===Requirements===&lt;br /&gt;
:*'''Folder with subfolders of files.'''&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_organize.txt|viewed here]]&lt;br /&gt;
:*'''Knowledge of master formats represented in subfolders.'''&lt;br /&gt;
::- If unsure of the formats represented in the subfolders, use [[Rosetta_Deposit_Processor_Tools#Count_Formats|Count Formats]] located in the Tools menu. This tool will count all of the formats in a folder and its subfolders.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
:*'''Select the master formats represented in the subfolders. You can select multiple.''' &lt;br /&gt;
::- XML files are automatically added to a 'supplementary' folder.&lt;br /&gt;
::- Formats not chosen will be added to the 'access' folder. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:Organize 2.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- An example of a successful Organize log can be [[Media:Organize log.txt|viewed here]]&lt;br /&gt;
::- An example of the folder structure after the Organize process can be [[Media:Post_organize.txt|viewed here]]&lt;br /&gt;
&lt;br /&gt;
=Processing=&lt;br /&gt;
==Requirements Glossary==&lt;br /&gt;
===MARCXML Batch===&lt;br /&gt;
&lt;br /&gt;
A MARCXML batch is an XML file that includes multiple MARCXML records. ALEPH exports multiple records in this batch format. The MARCXML batch can be used to generate the CSV Key that is required for all New Deposit processes. &lt;br /&gt;
&lt;br /&gt;
Individual MARCXML records can be merged into a MARCXML batch using the Rosetta Deposit Processor. '''Go to Tools -&amp;gt; New Deposit Tools -&amp;gt; Create MARCXML Batch'''. You will be prompted to choose a folder of individual MARCXML records.&lt;br /&gt;
&lt;br /&gt;
===CSV Key===&lt;br /&gt;
A CSV Key is needed for '''ALL''' New Deposit processes. The key associates a folder of stream files with its system number and/or metadata file. The bulk of a CSV Key can be generated from a MARCXML file* or EAD file. Once the key is generated, the ENTITY column must be edited to include the names of folders (or, in the Dublin Core Process, filenames) associated with the system number and/or metadata file.&lt;br /&gt;
&lt;br /&gt;
If the CSV Key is generated from an ArchivesSpace EAD or an Aleph MARC record, it should include the Partner Code in the PARTNER column. This Partner Code will automatically be included in the deposit CSV / DC / METS file.  &lt;br /&gt;
&lt;br /&gt;
''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; MARC records in the MARCXML Batch file MUST have a system number in 001 controlfield to be added to the CSV Key''&lt;br /&gt;
&lt;br /&gt;
=== Partner Codes ===&lt;br /&gt;
Partner codes are abbreviations of each Partner's name. They are holdovers from the DigiTool. Partner Codes are used in the submission folder filepath and to build collections in Rosetta. &lt;br /&gt;
&lt;br /&gt;
*'''AJH01''' = American Jewish Historical Society&lt;br /&gt;
*'''ASF01''' = American Sephardi Federation&lt;br /&gt;
*'''LBI01''' = Leo Baeck Institute&lt;br /&gt;
*'''YIV01''' = YIVO Institute for Jewish Research&lt;br /&gt;
*'''YUM01''' = Yeshiva University Museum&lt;br /&gt;
&lt;br /&gt;
To generate a CSV Key, go to '''Tools -&amp;gt; New Deposit Tools'''.&lt;br /&gt;
&lt;br /&gt;
==CSV Process==&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- CSV Key must have values in the ENTITY and LABEL columns.&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
:*'''Folder with subfolders of files where the subfolders are further organized into access and master sub-subfolders.'''&lt;br /&gt;
::- Subfolders can be organized into ‘master’ and ‘access’ sub-subfolders using the Organize tab.&lt;br /&gt;
::- Supplemental files (e.g. indices, manifests, etc.) should be manually placed in a sub-subfolder entitled ‘supplement’.&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_mets.txt|viewed here]]. &lt;br /&gt;
:*'''Deposit template'''&lt;br /&gt;
::- Current template version is available for [http://wiki.cjh.org/index.php/File:CJH_CSV.csv download here].&lt;br /&gt;
::- A default deposit template path can be set in '''File --&amp;gt; Settings'''.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include the name (not the path) of each folder in &amp;quot;streams&amp;quot;'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
:*'''Supply path to deposit template'''&lt;br /&gt;
::- A default deposit template path can be set in '''File --&amp;gt; Settings'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:CSV fields.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the deposit folder. This folder can be copied to the appropriate submissions folder for Rosetta ingest. &lt;br /&gt;
::- An example of a successful CSV process log can be [[Media:CSV log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==Running Fixity in the Processor==&lt;br /&gt;
The Rosetta processor allows staff to generate MD5 checksums to include in a CSV deposit. There is also an option to verify a previously generated fixity manifest to check that the files have not changed. &lt;br /&gt;
&lt;br /&gt;
Rosetta will verify the checksums in the deposit CSV during the ingest process. If a file's MD5 checksum does not the match the checksum listed in the deposit CSV, the deposit will land in the Technical Analyst workbench for further review. &lt;br /&gt;
&lt;br /&gt;
Review CJH's fixity generation and verification recommendations [https://wiki.cjh.org/index.php/Checksum_generation_and_verification_recommendations here].&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''All the requirements listed [https://wiki.cjh.org/index.php/New_Deposits#Process_Requirements in the CSV process requirements].'''&lt;br /&gt;
:*'''A fixity manifest.&lt;br /&gt;
::- Only required if opting to verify a previously generated fixity manifest to check that the files have not changed.&lt;br /&gt;
::- A fixity manifest should include a list of the files with file paths and the files' MD5 checksum.&lt;br /&gt;
::- The tools listed [https://wiki.cjh.org/index.php/Checksum_generation_and_verification_recommendations#Fixity_check_tools here] can generate a fixity manifest.&lt;br /&gt;
::- An example of a fixity manifest can be [[Media:SampleFixityManifest.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
&lt;br /&gt;
====Generate new MD5 checksums to include in the deposit’s CSV.====&lt;br /&gt;
:*'''Prepare a CSV deposit as instructed [http://wiki.cjh.org/index.php/New_Deposits#CSV_Process here].'''&lt;br /&gt;
:*'''Check the Run Fixity box.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:CheckRunFixityBox.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Click the Submit button.'''&lt;br /&gt;
::- The processor will create a deposit CSV with a MD5 checksum value for each file in the V column.&lt;br /&gt;
::- An example of a deposit CSV with MD5 checksum values can be [[Media:SampleDepositCSVWithChecksums.csv|viewed here]].&lt;br /&gt;
&lt;br /&gt;
====Verify a Fixity Manifest that includes MD5 checksums.====&lt;br /&gt;
:*'''Prepare a CSV deposit as instructed [http://wiki.cjh.org/index.php/New_Deposits#CSV_Process here].'''&lt;br /&gt;
:*'''Check the Run Fixity box.'''&lt;br /&gt;
:*'''Supply path to the fixity manifest.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:SupplyPathToFixityManifest.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::- When selecting the fixity manifest file, ensure that the drop-down menu next to the file name window is set to All Files. If not, the fixity manifest file may not be viewable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:AllFilesDropdown.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Click the Submit button'''&lt;br /&gt;
::- The processor will create a deposit CSV with a MD5 checksum value for each file in the V column. &lt;br /&gt;
::- If the checksums in the fixity manifest do not match the checksums generated by the processor, the processor will display an error like the following and will not create the deposit.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:IncorrectChecksumErrorMessage.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:::* This error indicates that a file may have changed since generating the fixity manifest. The error will identify the file(s) with the checksum mismatch(es). &lt;br /&gt;
::- The processor will generate MD5 checksums for files that are not in the fixity manifest but are in the streams folder. &lt;br /&gt;
&lt;br /&gt;
==Dublin Core Process==&lt;br /&gt;
Non-complex entities with their own MARC record / EAD File Level and no derivatives.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Derivatives can be created once preservation masters are ingested in Rosetta. For ingests containing both masters and derivatives (access copies), use the [[Rosetta_Deposit_Processing#CSV|CSV]] or [[Rosetta_Deposit_Processing#METS|METS]] workflows. &lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''Folder of non-complex entities''' (i.e. entities that are only one file)&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
::- ENTITY values are individual filenames, NOT folder names for the DC process.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include filenames'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder of non-complex entities'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:DC fields.PNG|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the deposit folder. This folder can be copied to appropriate submissions folder for Rosetta ingest.&lt;br /&gt;
::- An example of a successful CSV process log can be [[Media:DC log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==METS Process==&lt;br /&gt;
Complex objects in need of a nested structmap&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
:*'''Folder with subfolders of files where the subfolders are further organized into access and master sub-subfolders.'''&lt;br /&gt;
::- Subfolders can be organized into ‘master’ and ‘access’ sub-subfolders using the Organize tab.&lt;br /&gt;
::- Supplemental files (e.g. indices, manifests, etc.) should be manually placed in a sub-subfolder entitled ‘supplement’.&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_mets.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include stream folders'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:METS fields.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the METS deposits. These deposit folders can be copied to appropriate submissions folder for Rosetta ingest.&lt;br /&gt;
::- An example of a successful METS process log can be [[Media:METS log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==Synchronize==&lt;br /&gt;
The Synchronize tab is new with Version 2.0. It replaces the Sip Status module and the Add DAO Tab. DAO linking is now rolled into the synchronization job. To learn how to check on a SIP's status using the Rosetta software, see [http://wiki.cjh.org/index.php/How_to_Check_SIP_Status this tutorial].&lt;br /&gt;
&lt;br /&gt;
::[[File:sync.png|border]]&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
* Internet Access&lt;br /&gt;
* Rosetta IE contains either Aleph ID in the &amp;quot;Identifier (DC)&amp;quot; field or an ArchivesSpace Archival Object ID in the &amp;quot;Identifier - Archivesspace (DC)&amp;quot; field. &lt;br /&gt;
* IE PID or SIP ID or IE CSV&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
The Synchronize tab will synchronize an IE or set of IEs with either Aleph or ArchivesSpace. If the SIP is put together with a MARCXML file exported from Aleph, then each IE from the SIP should automatically contain an Aleph ID. Similarly, if the SIP is put together using an EAD exported from ArchivesSpace, then each IE from the SIP should automatically contain an Archival Object ID. &lt;br /&gt;
&lt;br /&gt;
The Synchronize tab will do the following when supplied with an IE or set of IEs:&lt;br /&gt;
&lt;br /&gt;
:'''1. Gather metadata from Rosetta for each IE. &lt;br /&gt;
:'''2. Look through the IE metadata for an Aleph and/or ArchivesSpace ID&lt;br /&gt;
::- If an ArchivesSpace ID is found, the Processor will use the ArchivesSpace API to see whether there is a link is associated with the ArchivesSpace ID. If there is no link present, it will create a Digital Object in ArchivesSpace with the Rosetta IE link and associate that Digital Object with the appropriate Archival Object.&lt;br /&gt;
::- The default ArchivesSpace link caption is &amp;quot;View Online.&amp;quot; If you'd like to customize that caption, use the IE CSV input method&lt;br /&gt;
: '''3. Update Rosetta IE with Aleph -&amp;gt; DC or ArchivesSpace -&amp;gt; DC metadata.'''&lt;br /&gt;
:: - '''New with 2.5''': Now staff can choose which system's metadata record to synchronize with Rosetta. Choosing &amp;quot;Default&amp;quot; from the right-hand list options will prioritize Aleph IDs that are found over ArchivesSpace IDs that are found. Regardless, if an IE has both an Aleph and ArchivesSpace ID, the Processor will still see whether the Archival Object in ArchivesSpace needs a link.&lt;br /&gt;
&lt;br /&gt;
=== IE CSV === &lt;br /&gt;
&lt;br /&gt;
Users can Synchronize IE or SIP numbers one at a time by entering them in the IE PID and SIP ID input fields respectively. These synchronization jobs will use the default &amp;quot;View Online&amp;quot; ArchivesSpace link caption. However, if a user would like to synchronize more than one IE PID or SIP ID at a time, they can put together a simple CSV. &lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv.png|border]]&lt;br /&gt;
&lt;br /&gt;
The processor will look in each row of the IE CSV for an IE PID first then a SIP ID. If there is a SIP ID, the Processor will use the Rosetta API to retrieve all of the IE PIDs for that SIP.&lt;br /&gt;
&lt;br /&gt;
==== Exporting an IE CSV ====&lt;br /&gt;
&lt;br /&gt;
Users can either put this CSV together from scratch or export an IE CSV from Rosetta:&lt;br /&gt;
&lt;br /&gt;
:'''1. Export IE information as a CSV from Rosetta.'''&lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_1.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''2. Add custom ASPACE CAPTION column if desired'''&lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_2.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''3. Supply IE CSV path  &lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_3.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
&lt;br /&gt;
Debugging is new with version 3.6.6. It is a feature that allows a user to toggle debugging on and off. Turning debugging on will produce verbose logs to look through if the Processor crashes or if there are errors that require further investigation.&lt;br /&gt;
&lt;br /&gt;
Logs are now automatically created in the user’s Documents folder, so no need to remember to save. The log starts when you open the app and is appended to as you work.&lt;br /&gt;
&lt;br /&gt;
===Debugging settings===&lt;br /&gt;
&lt;br /&gt;
You can toggle the settings in the File menu and clicking on Settings. Selecting Debugging will create more verbose logs that will automatically save in your Documents folder.&lt;br /&gt;
&lt;br /&gt;
::[[File:Debugging_settings.png|border]]&lt;br /&gt;
&lt;br /&gt;
:'''How the verbose logs look:'''&lt;br /&gt;
&lt;br /&gt;
::[[File:Verbose_logs.png|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Location of logs:'''&lt;br /&gt;
When reporting an issue, please include the log from your Documents folder as an attachment to assist in troubleshooting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:Location of logs.png|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=New_Deposits&amp;diff=1825</id>
		<title>New Deposits</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=New_Deposits&amp;diff=1825"/>
		<updated>2025-05-06T19:09:13Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The New Deposits Module contains workflows for processing new deposits for ingest into Rosetta. It can be accessed by going to the &amp;quot;Modules&amp;quot; menu and clicking &amp;quot;New Deposits.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=Organizing=&lt;br /&gt;
===Requirements===&lt;br /&gt;
:*'''Folder with subfolders of files.'''&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_organize.txt|viewed here]]&lt;br /&gt;
:*'''Knowledge of master formats represented in subfolders.'''&lt;br /&gt;
::- If unsure of the formats represented in the subfolders, use [[Rosetta_Deposit_Processor_Tools#Count_Formats|Count Formats]] located in the Tools menu. This tool will count all of the formats in a folder and its subfolders.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
:*'''Select the master formats represented in the subfolders. You can select multiple.''' &lt;br /&gt;
::- XML files are automatically added to a 'supplementary' folder.&lt;br /&gt;
::- Formats not chosen will be added to the 'access' folder. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:Organize 2.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- An example of a successful Organize log can be [[Media:Organize log.txt|viewed here]]&lt;br /&gt;
::- An example of the folder structure after the Organize process can be [[Media:Post_organize.txt|viewed here]]&lt;br /&gt;
&lt;br /&gt;
=Processing=&lt;br /&gt;
==Requirements Glossary==&lt;br /&gt;
===MARCXML Batch===&lt;br /&gt;
&lt;br /&gt;
A MARCXML batch is an XML file that includes multiple MARCXML records. ALEPH exports multiple records in this batch format. The MARCXML batch can be used to generate the CSV Key that is required for all New Deposit processes. &lt;br /&gt;
&lt;br /&gt;
Individual MARCXML records can be merged into a MARCXML batch using the Rosetta Deposit Processor. '''Go to Tools -&amp;gt; New Deposit Tools -&amp;gt; Create MARCXML Batch'''. You will be prompted to choose a folder of individual MARCXML records.&lt;br /&gt;
&lt;br /&gt;
===CSV Key===&lt;br /&gt;
A CSV Key is needed for '''ALL''' New Deposit processes. The key associates a folder of stream files with its system number and/or metadata file. The bulk of a CSV Key can be generated from a MARCXML file* or EAD file. Once the key is generated, the ENTITY column must be edited to include the names of folders (or, in the Dublin Core Process, filenames) associated with the system number and/or metadata file.&lt;br /&gt;
&lt;br /&gt;
If the CSV Key is generated from an ArchivesSpace EAD or an Aleph MARC record, it should include the Partner Code in the PARTNER column. This Partner Code will automatically be included in the deposit CSV / DC / METS file.  &lt;br /&gt;
&lt;br /&gt;
''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; MARC records in the MARCXML Batch file MUST have a system number in 001 controlfield to be added to the CSV Key''&lt;br /&gt;
&lt;br /&gt;
=== Partner Codes ===&lt;br /&gt;
Partner codes are abbreviations of each Partner's name. They are holdovers from the DigiTool. Partner Codes are used in the submission folder filepath and to build collections in Rosetta. &lt;br /&gt;
&lt;br /&gt;
*'''AJH01''' = American Jewish Historical Society&lt;br /&gt;
*'''ASF01''' = American Sephardi Federation&lt;br /&gt;
*'''LBI01''' = Leo Baeck Institute&lt;br /&gt;
*'''YIV01''' = YIVO Institute for Jewish Research&lt;br /&gt;
*'''YUM01''' = Yeshiva University Museum&lt;br /&gt;
&lt;br /&gt;
To generate a CSV Key, go to '''Tools -&amp;gt; New Deposit Tools'''.&lt;br /&gt;
&lt;br /&gt;
==CSV Process==&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- CSV Key must have values in the ENTITY and LABEL columns.&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
:*'''Folder with subfolders of files where the subfolders are further organized into access and master sub-subfolders.'''&lt;br /&gt;
::- Subfolders can be organized into ‘master’ and ‘access’ sub-subfolders using the Organize tab.&lt;br /&gt;
::- Supplemental files (e.g. indices, manifests, etc.) should be manually placed in a sub-subfolder entitled ‘supplement’.&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_mets.txt|viewed here]]. &lt;br /&gt;
:*'''Deposit template'''&lt;br /&gt;
::- Current template version is available for [http://wiki.cjh.org/index.php/File:CJH_CSV.csv download here].&lt;br /&gt;
::- A default deposit template path can be set in '''File --&amp;gt; Settings'''.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include the name (not the path) of each folder in &amp;quot;streams&amp;quot;'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
:*'''Supply path to deposit template'''&lt;br /&gt;
::- A default deposit template path can be set in '''File --&amp;gt; Settings'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:CSV fields.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the deposit folder. This folder can be copied to the appropriate submissions folder for Rosetta ingest. &lt;br /&gt;
::- An example of a successful CSV process log can be [[Media:CSV log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==Running Fixity in the Processor==&lt;br /&gt;
The Rosetta processor allows staff to generate MD5 checksums to include in a CSV deposit. There is also an option to verify a previously generated fixity manifest to check that the files have not changed. &lt;br /&gt;
&lt;br /&gt;
Rosetta will verify the checksums in the deposit CSV during the ingest process. If a file's MD5 checksum does not the match the checksum listed in the deposit CSV, the deposit will land in the Technical Analyst workbench for further review. &lt;br /&gt;
&lt;br /&gt;
Review CJH's fixity generation and verification recommendations [https://wiki.cjh.org/index.php/Checksum_generation_and_verification_recommendations here].&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''All the requirements listed [https://wiki.cjh.org/index.php/New_Deposits#Process_Requirements in the CSV process requirements].'''&lt;br /&gt;
:*'''A fixity manifest.&lt;br /&gt;
::- Only required if opting to verify a previously generated fixity manifest to check that the files have not changed.&lt;br /&gt;
::- A fixity manifest should include a list of the files with file paths and the files' MD5 checksum.&lt;br /&gt;
::- The tools listed [https://wiki.cjh.org/index.php/Checksum_generation_and_verification_recommendations#Fixity_check_tools here] can generate a fixity manifest.&lt;br /&gt;
::- An example of a fixity manifest can be [[Media:SampleFixityManifest.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
&lt;br /&gt;
====Generate new MD5 checksums to include in the deposit’s CSV.====&lt;br /&gt;
:*'''Prepare a CSV deposit as instructed [http://wiki.cjh.org/index.php/New_Deposits#CSV_Process here].'''&lt;br /&gt;
:*'''Check the Run Fixity box.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:CheckRunFixityBox.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Click the Submit button.'''&lt;br /&gt;
::- The processor will create a deposit CSV with a MD5 checksum value for each file in the V column.&lt;br /&gt;
::- An example of a deposit CSV with MD5 checksum values can be [[Media:SampleDepositCSVWithChecksums.csv|viewed here]].&lt;br /&gt;
&lt;br /&gt;
====Verify a Fixity Manifest that includes MD5 checksums.====&lt;br /&gt;
:*'''Prepare a CSV deposit as instructed [http://wiki.cjh.org/index.php/New_Deposits#CSV_Process here].'''&lt;br /&gt;
:*'''Check the Run Fixity box.'''&lt;br /&gt;
:*'''Supply path to the fixity manifest.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:SupplyPathToFixityManifest.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::- When selecting the fixity manifest file, ensure that the drop-down menu next to the file name window is set to All Files. If not, the fixity manifest file may not be viewable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:AllFilesDropdown.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Click the Submit button'''&lt;br /&gt;
::- The processor will create a deposit CSV with a MD5 checksum value for each file in the V column. &lt;br /&gt;
::- If the checksums in the fixity manifest do not match the checksums generated by the processor, the processor will display an error like the following and will not create the deposit.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:IncorrectChecksumErrorMessage.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:::* This error indicates that a file may have changed since generating the fixity manifest. The error will identify the file(s) with the checksum mismatch(es). &lt;br /&gt;
::- The processor will generate MD5 checksums for files that are not in the fixity manifest but are in the streams folder. &lt;br /&gt;
&lt;br /&gt;
==Dublin Core Process==&lt;br /&gt;
Non-complex entities with their own MARC record / EAD File Level and no derivatives.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Derivatives can be created once preservation masters are ingested in Rosetta. For ingests containing both masters and derivatives (access copies), use the [[Rosetta_Deposit_Processing#CSV|CSV]] or [[Rosetta_Deposit_Processing#METS|METS]] workflows. &lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''Folder of non-complex entities''' (i.e. entities that are only one file)&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
::- ENTITY values are individual filenames, NOT folder names for the DC process.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include filenames'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder of non-complex entities'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:DC fields.PNG|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the deposit folder. This folder can be copied to appropriate submissions folder for Rosetta ingest.&lt;br /&gt;
::- An example of a successful CSV process log can be [[Media:DC log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==METS Process==&lt;br /&gt;
Complex objects in need of a nested structmap&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
:*'''Folder with subfolders of files where the subfolders are further organized into access and master sub-subfolders.'''&lt;br /&gt;
::- Subfolders can be organized into ‘master’ and ‘access’ sub-subfolders using the Organize tab.&lt;br /&gt;
::- Supplemental files (e.g. indices, manifests, etc.) should be manually placed in a sub-subfolder entitled ‘supplement’.&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_mets.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include stream folders'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:METS fields.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the METS deposits. These deposit folders can be copied to appropriate submissions folder for Rosetta ingest.&lt;br /&gt;
::- An example of a successful METS process log can be [[Media:METS log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==Synchronize==&lt;br /&gt;
The Synchronize tab is new with Version 2.0. It replaces the Sip Status module and the Add DAO Tab. DAO linking is now rolled into the synchronization job. To learn how to check on a SIP's status using the Rosetta software, see [http://wiki.cjh.org/index.php/How_to_Check_SIP_Status this tutorial].&lt;br /&gt;
&lt;br /&gt;
::[[File:sync.png|border]]&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
* Internet Access&lt;br /&gt;
* Rosetta IE contains either Aleph ID in the &amp;quot;Identifier (DC)&amp;quot; field or an ArchivesSpace Archival Object ID in the &amp;quot;Identifier - Archivesspace (DC)&amp;quot; field. &lt;br /&gt;
* IE PID or SIP ID or IE CSV&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
The Synchronize tab will synchronize an IE or set of IEs with either Aleph or ArchivesSpace. If the SIP is put together with a MARCXML file exported from Aleph, then each IE from the SIP should automatically contain an Aleph ID. Similarly, if the SIP is put together using an EAD exported from ArchivesSpace, then each IE from the SIP should automatically contain an Archival Object ID. &lt;br /&gt;
&lt;br /&gt;
The Synchronize tab will do the following when supplied with an IE or set of IEs:&lt;br /&gt;
&lt;br /&gt;
:'''1. Gather metadata from Rosetta for each IE. &lt;br /&gt;
:'''2. Look through the IE metadata for an Aleph and/or ArchivesSpace ID&lt;br /&gt;
::- If an ArchivesSpace ID is found, the Processor will use the ArchivesSpace API to see whether there is a link is associated with the ArchivesSpace ID. If there is no link present, it will create a Digital Object in ArchivesSpace with the Rosetta IE link and associate that Digital Object with the appropriate Archival Object.&lt;br /&gt;
::- The default ArchivesSpace link caption is &amp;quot;View Online.&amp;quot; If you'd like to customize that caption, use the IE CSV input method&lt;br /&gt;
: '''3. Update Rosetta IE with Aleph -&amp;gt; DC or ArchivesSpace -&amp;gt; DC metadata.'''&lt;br /&gt;
:: - '''New with 2.5''': Now staff can choose which system's metadata record to synchronize with Rosetta. Choosing &amp;quot;Default&amp;quot; from the right-hand list options will prioritize Aleph IDs that are found over ArchivesSpace IDs that are found. Regardless, if an IE has both an Aleph and ArchivesSpace ID, the Processor will still see whether the Archival Object in ArchivesSpace needs a link.&lt;br /&gt;
&lt;br /&gt;
=== IE CSV === &lt;br /&gt;
&lt;br /&gt;
Users can Synchronize IE or SIP numbers one at a time by entering them in the IE PID and SIP ID input fields respectively. These synchronization jobs will use the default &amp;quot;View Online&amp;quot; ArchivesSpace link caption. However, if a user would like to synchronize more than one IE PID or SIP ID at a time, they can put together a simple CSV. &lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv.png|border]]&lt;br /&gt;
&lt;br /&gt;
The processor will look in each row of the IE CSV for an IE PID first then a SIP ID. If there is a SIP ID, the Processor will use the Rosetta API to retrieve all of the IE PIDs for that SIP.&lt;br /&gt;
&lt;br /&gt;
==== Exporting an IE CSV ====&lt;br /&gt;
&lt;br /&gt;
Users can either put this CSV together from scratch or export an IE CSV from Rosetta:&lt;br /&gt;
&lt;br /&gt;
:'''1. Export IE information as a CSV from Rosetta.'''&lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_1.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''2. Add custom ASPACE CAPTION column if desired'''&lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_2.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''3. Supply IE CSV path  &lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_3.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
&lt;br /&gt;
Debugging is new with version 3.6.6. It is a feature that allows a user to toggle debugging on and off. Turning debugging on will produce verbose logs to look through if the Processor crashes or if there are errors that require further investigation.&lt;br /&gt;
&lt;br /&gt;
Logs are now automatically created in the user’s Documents folder, so no need to remember to save. The log starts when you open the app and is appended to as you work.&lt;br /&gt;
&lt;br /&gt;
===Debugging settings===&lt;br /&gt;
&lt;br /&gt;
You can toggle the settings in the File menu and clicking on Settings. Selecting Debugging will create more verbose logs that will automatically save in your Documents folder.&lt;br /&gt;
&lt;br /&gt;
::[[File:Debugging_settings.png|border]]&lt;br /&gt;
&lt;br /&gt;
:'''How the verbose logs look:'''&lt;br /&gt;
&lt;br /&gt;
::[[File:Verbose_logs.png|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Location of logs:'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:Location of logs.png|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Location_of_logs.png&amp;diff=1824</id>
		<title>File:Location of logs.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Location_of_logs.png&amp;diff=1824"/>
		<updated>2025-05-06T19:05:03Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Verbose_logs.png&amp;diff=1823</id>
		<title>File:Verbose logs.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Verbose_logs.png&amp;diff=1823"/>
		<updated>2025-05-06T19:02:27Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Debugging_settings.png&amp;diff=1822</id>
		<title>File:Debugging settings.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Debugging_settings.png&amp;diff=1822"/>
		<updated>2025-05-06T18:57:44Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=New_Deposits&amp;diff=1821</id>
		<title>New Deposits</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=New_Deposits&amp;diff=1821"/>
		<updated>2024-07-29T15:47:13Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The New Deposits Module contains workflows for processing new deposits for ingest into Rosetta. It can be accessed by going to the &amp;quot;Modules&amp;quot; menu and clicking &amp;quot;New Deposits.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=Organizing=&lt;br /&gt;
===Requirements===&lt;br /&gt;
:*'''Folder with subfolders of files.'''&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_organize.txt|viewed here]]&lt;br /&gt;
:*'''Knowledge of master formats represented in subfolders.'''&lt;br /&gt;
::- If unsure of the formats represented in the subfolders, use [[Rosetta_Deposit_Processor_Tools#Count_Formats|Count Formats]] located in the Tools menu. This tool will count all of the formats in a folder and its subfolders.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
:*'''Select the master formats represented in the subfolders. You can select multiple.''' &lt;br /&gt;
::- XML files are automatically added to a 'supplementary' folder.&lt;br /&gt;
::- Formats not chosen will be added to the 'access' folder. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:Organize 2.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- An example of a successful Organize log can be [[Media:Organize log.txt|viewed here]]&lt;br /&gt;
::- An example of the folder structure after the Organize process can be [[Media:Post_organize.txt|viewed here]]&lt;br /&gt;
&lt;br /&gt;
=Processing=&lt;br /&gt;
==Requirements Glossary==&lt;br /&gt;
===MARCXML Batch===&lt;br /&gt;
&lt;br /&gt;
A MARCXML batch is an XML file that includes multiple MARCXML records. ALEPH exports multiple records in this batch format. The MARCXML batch can be used to generate the CSV Key that is required for all New Deposit processes. &lt;br /&gt;
&lt;br /&gt;
Individual MARCXML records can be merged into a MARCXML batch using the Rosetta Deposit Processor. '''Go to Tools -&amp;gt; New Deposit Tools -&amp;gt; Create MARCXML Batch'''. You will be prompted to choose a folder of individual MARCXML records.&lt;br /&gt;
&lt;br /&gt;
===CSV Key===&lt;br /&gt;
A CSV Key is needed for '''ALL''' New Deposit processes. The key associates a folder of stream files with its system number and/or metadata file. The bulk of a CSV Key can be generated from a MARCXML file* or EAD file. Once the key is generated, the ENTITY column must be edited to include the names of folders (or, in the Dublin Core Process, filenames) associated with the system number and/or metadata file.&lt;br /&gt;
&lt;br /&gt;
If the CSV Key is generated from an ArchivesSpace EAD or an Aleph MARC record, it should include the Partner Code in the PARTNER column. This Partner Code will automatically be included in the deposit CSV / DC / METS file.  &lt;br /&gt;
&lt;br /&gt;
''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; MARC records in the MARCXML Batch file MUST have a system number in 001 controlfield to be added to the CSV Key''&lt;br /&gt;
&lt;br /&gt;
=== Partner Codes ===&lt;br /&gt;
Partner codes are abbreviations of each Partner's name. They are holdovers from the DigiTool. Partner Codes are used in the submission folder filepath and to build collections in Rosetta. &lt;br /&gt;
&lt;br /&gt;
*'''AJH01''' = American Jewish Historical Society&lt;br /&gt;
*'''ASF01''' = American Sephardi Federation&lt;br /&gt;
*'''LBI01''' = Leo Baeck Institute&lt;br /&gt;
*'''YIV01''' = YIVO Institute for Jewish Research&lt;br /&gt;
*'''YUM01''' = Yeshiva University Museum&lt;br /&gt;
&lt;br /&gt;
To generate a CSV Key, go to '''Tools -&amp;gt; New Deposit Tools'''.&lt;br /&gt;
&lt;br /&gt;
==CSV Process==&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- CSV Key must have values in the ENTITY and LABEL columns.&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
:*'''Folder with subfolders of files where the subfolders are further organized into access and master sub-subfolders.'''&lt;br /&gt;
::- Subfolders can be organized into ‘master’ and ‘access’ sub-subfolders using the Organize tab.&lt;br /&gt;
::- Supplemental files (e.g. indices, manifests, etc.) should be manually placed in a sub-subfolder entitled ‘supplement’.&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_mets.txt|viewed here]]. &lt;br /&gt;
:*'''Deposit template'''&lt;br /&gt;
::- Current template version is available for [http://wiki.cjh.org/index.php/File:CJH_CSV.csv download here].&lt;br /&gt;
::- A default deposit template path can be set in '''File --&amp;gt; Settings'''.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include the name (not the path) of each folder in &amp;quot;streams&amp;quot;'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
:*'''Supply path to deposit template'''&lt;br /&gt;
::- A default deposit template path can be set in '''File --&amp;gt; Settings'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:CSV fields.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the deposit folder. This folder can be copied to the appropriate submissions folder for Rosetta ingest. &lt;br /&gt;
::- An example of a successful CSV process log can be [[Media:CSV log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==Running Fixity in the Processor==&lt;br /&gt;
The Rosetta processor allows staff to generate MD5 checksums to include in a CSV deposit. There is also an option to verify a previously generated fixity manifest to check that the files have not changed. &lt;br /&gt;
&lt;br /&gt;
Rosetta will verify the checksums in the deposit CSV during the ingest process. If a file's MD5 checksum does not the match the checksum listed in the deposit CSV, the deposit will land in the Technical Analyst workbench for further review. &lt;br /&gt;
&lt;br /&gt;
Review CJH's fixity generation and verification recommendations [https://wiki.cjh.org/index.php/Checksum_generation_and_verification_recommendations here].&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''All the requirements listed [https://wiki.cjh.org/index.php/New_Deposits#Process_Requirements in the CSV process requirements].'''&lt;br /&gt;
:*'''A fixity manifest.&lt;br /&gt;
::- Only required if opting to verify a previously generated fixity manifest to check that the files have not changed.&lt;br /&gt;
::- A fixity manifest should include a list of the files with file paths and the files' MD5 checksum.&lt;br /&gt;
::- The tools listed [https://wiki.cjh.org/index.php/Checksum_generation_and_verification_recommendations#Fixity_check_tools here] can generate a fixity manifest.&lt;br /&gt;
::- An example of a fixity manifest can be [[Media:SampleFixityManifest.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
&lt;br /&gt;
====Generate new MD5 checksums to include in the deposit’s CSV.====&lt;br /&gt;
:*'''Prepare a CSV deposit as instructed [http://wiki.cjh.org/index.php/New_Deposits#CSV_Process here].'''&lt;br /&gt;
:*'''Check the Run Fixity box.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:CheckRunFixityBox.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Click the Submit button.'''&lt;br /&gt;
::- The processor will create a deposit CSV with a MD5 checksum value for each file in the V column.&lt;br /&gt;
::- An example of a deposit CSV with MD5 checksum values can be [[Media:SampleDepositCSVWithChecksums.csv|viewed here]].&lt;br /&gt;
&lt;br /&gt;
====Verify a Fixity Manifest that includes MD5 checksums.====&lt;br /&gt;
:*'''Prepare a CSV deposit as instructed [http://wiki.cjh.org/index.php/New_Deposits#CSV_Process here].'''&lt;br /&gt;
:*'''Check the Run Fixity box.'''&lt;br /&gt;
:*'''Supply path to the fixity manifest.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:SupplyPathToFixityManifest.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::- When selecting the fixity manifest file, ensure that the drop-down menu next to the file name window is set to All Files. If not, the fixity manifest file may not be viewable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:AllFilesDropdown.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Click the Submit button'''&lt;br /&gt;
::- The processor will create a deposit CSV with a MD5 checksum value for each file in the V column. &lt;br /&gt;
::- If the checksums in the fixity manifest do not match the checksums generated by the processor, the processor will display an error like the following and will not create the deposit.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:IncorrectChecksumErrorMessage.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:::* This error indicates that a file may have changed since generating the fixity manifest. The error will identify the file(s) with the checksum mismatch(es). &lt;br /&gt;
::- The processor will generate MD5 checksums for files that are not in the fixity manifest but are in the streams folder. &lt;br /&gt;
&lt;br /&gt;
==Dublin Core Process==&lt;br /&gt;
Non-complex entities with their own MARC record / EAD File Level and no derivatives.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Derivatives can be created once preservation masters are ingested in Rosetta. For ingests containing both masters and derivatives (access copies), use the [[Rosetta_Deposit_Processing#CSV|CSV]] or [[Rosetta_Deposit_Processing#METS|METS]] workflows. &lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''Folder of non-complex entities''' (i.e. entities that are only one file)&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
::- ENTITY values are individual filenames, NOT folder names for the DC process.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include filenames'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder of non-complex entities'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:DC fields.PNG|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the deposit folder. This folder can be copied to appropriate submissions folder for Rosetta ingest.&lt;br /&gt;
::- An example of a successful CSV process log can be [[Media:DC log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==METS Process==&lt;br /&gt;
Complex objects in need of a nested structmap&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
:*'''Folder with subfolders of files where the subfolders are further organized into access and master sub-subfolders.'''&lt;br /&gt;
::- Subfolders can be organized into ‘master’ and ‘access’ sub-subfolders using the Organize tab.&lt;br /&gt;
::- Supplemental files (e.g. indices, manifests, etc.) should be manually placed in a sub-subfolder entitled ‘supplement’.&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_mets.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include stream folders'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:METS fields.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the METS deposits. These deposit folders can be copied to appropriate submissions folder for Rosetta ingest.&lt;br /&gt;
::- An example of a successful METS process log can be [[Media:METS log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==Synchronize==&lt;br /&gt;
The Synchronize tab is new with Version 2.0. It replaces the Sip Status module and the Add DAO Tab. DAO linking is now rolled into the synchronization job. To learn how to check on a SIP's status using the Rosetta software, see [http://wiki.cjh.org/index.php/How_to_Check_SIP_Status this tutorial].&lt;br /&gt;
&lt;br /&gt;
::[[File:sync.png|border]]&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
* Internet Access&lt;br /&gt;
* Rosetta IE contains either Aleph ID in the &amp;quot;Identifier (DC)&amp;quot; field or an ArchivesSpace Archival Object ID in the &amp;quot;Identifier - Archivesspace (DC)&amp;quot; field. &lt;br /&gt;
* IE PID or SIP ID or IE CSV&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
The Synchronize tab will synchronize an IE or set of IEs with either Aleph or ArchivesSpace. If the SIP is put together with a MARCXML file exported from Aleph, then each IE from the SIP should automatically contain an Aleph ID. Similarly, if the SIP is put together using an EAD exported from ArchivesSpace, then each IE from the SIP should automatically contain an Archival Object ID. &lt;br /&gt;
&lt;br /&gt;
The Synchronize tab will do the following when supplied with an IE or set of IEs:&lt;br /&gt;
&lt;br /&gt;
:'''1. Gather metadata from Rosetta for each IE. &lt;br /&gt;
:'''2. Look through the IE metadata for an Aleph and/or ArchivesSpace ID&lt;br /&gt;
::- If an ArchivesSpace ID is found, the Processor will use the ArchivesSpace API to see whether there is a link is associated with the ArchivesSpace ID. If there is no link present, it will create a Digital Object in ArchivesSpace with the Rosetta IE link and associate that Digital Object with the appropriate Archival Object.&lt;br /&gt;
::- The default ArchivesSpace link caption is &amp;quot;View Online.&amp;quot; If you'd like to customize that caption, use the IE CSV input method&lt;br /&gt;
: '''3. Update Rosetta IE with Aleph -&amp;gt; DC or ArchivesSpace -&amp;gt; DC metadata.'''&lt;br /&gt;
:: - '''New with 2.5''': Now staff can choose which system's metadata record to synchronize with Rosetta. Choosing &amp;quot;Default&amp;quot; from the right-hand list options will prioritize Aleph IDs that are found over ArchivesSpace IDs that are found. Regardless, if an IE has both an Aleph and ArchivesSpace ID, the Processor will still see whether the Archival Object in ArchivesSpace needs a link.&lt;br /&gt;
&lt;br /&gt;
=== IE CSV === &lt;br /&gt;
&lt;br /&gt;
Users can Synchronize IE or SIP numbers one at a time by entering them in the IE PID and SIP ID input fields respectively. These synchronization jobs will use the default &amp;quot;View Online&amp;quot; ArchivesSpace link caption. However, if a user would like to synchronize more than one IE PID or SIP ID at a time, they can put together a simple CSV. &lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv.png|border]]&lt;br /&gt;
&lt;br /&gt;
The processor will look in each row of the IE CSV for an IE PID first then a SIP ID. If there is a SIP ID, the Processor will use the Rosetta API to retrieve all of the IE PIDs for that SIP.&lt;br /&gt;
&lt;br /&gt;
==== Exporting an IE CSV ====&lt;br /&gt;
&lt;br /&gt;
Users can either put this CSV together from scratch or export an IE CSV from Rosetta:&lt;br /&gt;
&lt;br /&gt;
:'''1. Export IE information as a CSV from Rosetta.'''&lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_1.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''2. Add custom ASPACE CAPTION column if desired'''&lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_2.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''3. Supply IE CSV path  &lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_3.png|700px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1820</id>
		<title>Rosetta</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1820"/>
		<updated>2024-07-29T15:38:16Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
Rosetta is a digital assets management system (DAMS) and digital preservation system. Like [[Aleph]] and [[Primo]], Rosetta is owned by [http://www.exlibrisgroup.com/products/rosetta-digital-asset-management-and-preservation/ Ex Libris].&lt;br /&gt;
&lt;br /&gt;
The CJH installation of Rosetta is located at:&lt;br /&gt;
&lt;br /&gt;
https://digipres.cjh.org&lt;br /&gt;
&lt;br /&gt;
*[[Metadata and Searching]]&lt;br /&gt;
&lt;br /&gt;
=Files=&lt;br /&gt;
*[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/eafritzler_cfjh_net/Eb6X_v6eg8JGq2kvqyQ3_H4BfkESNMHnN6MlK8ubc7cFgQ?e=lPP1QT Rosetta Deposit Processor Installer] (version 3.6.1; updated 07/29/2024)&lt;br /&gt;
*[http://wiki.cjh.org/index.php/File:Deposit_template.csv CSV Deposit Template] (updated 12/5/2022)&lt;br /&gt;
&lt;br /&gt;
=Rosetta Deposit Processor=&lt;br /&gt;
The Rosetta Deposit Processor application was built by Kevin Powell in 2018 and is distributed under an [https://en.wikipedia.org/wiki/MIT_License MIT License]. &lt;br /&gt;
Special thanks to the National Library of New Zealand for their open source [https://github.com/NLNZDigitalPreservation Rosetta METS Python library].&lt;br /&gt;
&lt;br /&gt;
=== Download and Installation ===&lt;br /&gt;
&lt;br /&gt;
*[[Rosetta Deposit Processor Installation Guide|Installation Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
*[[New Deposits]]&lt;br /&gt;
&lt;br /&gt;
=Tutorials=&lt;br /&gt;
*[[How to Check SIP Status]]&lt;br /&gt;
*[[How to Define Access Rights]]&lt;br /&gt;
*[[How to Download an Individual TIF]]&lt;br /&gt;
*[[How to Edit Dublin Core Records]]&lt;br /&gt;
*[[How to Replace a File]]&lt;br /&gt;
*[[How to Save a Search Query]]&lt;br /&gt;
*[http://wiki.cjh.org/index.php/New_Deposits#Synchronize How to Synchronize with Aleph or ArchivesSpace]&lt;br /&gt;
*[https://wiki.cjh.org/images/1/17/TIFF_JHOVE_Metadata_Extraction_errors.pdf TIFF Metadata Extraction Error Guide]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Workflows=&lt;br /&gt;
*[[Ingest one file into Rosetta]]&lt;br /&gt;
*[[Web Deposit Workflow]]&lt;br /&gt;
*[[Post-Ingest Aleph Workflows]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Ex Libris Manuals=&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63950/Rosetta_Staff_User's_Guide.pdf?revision=1 Staff users Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63973/Rosetta_Producers_Guide.pdf?revision=1 Producers Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63960/Rosetta_Preservation_Guide.pdf?revision=1 Preservation Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63952/Rosetta_System_Administration_Guide.pdf?revision=1 System Administration Guide]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta_Deposit_Processor_Installation_Guide&amp;diff=1819</id>
		<title>Rosetta Deposit Processor Installation Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta_Deposit_Processor_Installation_Guide&amp;diff=1819"/>
		<updated>2024-07-29T15:36:32Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updated 07/29/2024&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/eafritzler_cfjh_net/Eb6X_v6eg8JGq2kvqyQ3_H4BfkESNMHnN6MlK8ubc7cFgQ?e=lPP1QT Link to the Rosetta Deposit Processor Installer]&lt;br /&gt;
&lt;br /&gt;
'''1. Click the above link.'''&lt;br /&gt;
&lt;br /&gt;
'''2. Log in with YourUsername@cfjh.net (e.g. jdoe@cfjh.net).'''&lt;br /&gt;
&lt;br /&gt;
'''3. Download the installer by clicking the Download button.'''&lt;br /&gt;
:: [[File:Install_1.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
== Installing or Updating the Rosetta Deposit Processor  ==&lt;br /&gt;
'''1. Uninstall any previous versions of the Rosetta Deposit Processor. The older versions of the Rosetta Deposit Processor should be located in your Program Files folder at C:\Program Files(x86) or C:\Program Files. Open the Rosetta Deposit Processor folder, double click on the unistall.exe, and follow the prompts. If prompted with a &amp;quot;Do you want to allow the following app from an unknown publisher to make changes to this computer?&amp;quot; message, select &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: [[File:UninstallRDP_01.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Double-click the Installer where it is downloaded.'''&lt;br /&gt;
&lt;br /&gt;
'''3. If prompted with a &amp;quot;Do you want to allow the following app from an unknown publisher to make changes to this computer?&amp;quot; message, select &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''4. By default the Installer will install the Processor in your Program Files folder. Click &amp;quot;Install&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_2.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_4.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. The Rosetta Deposit Processor will NOT work correctly if it is run directly from the Installer. Deselect the &amp;quot;Run Rosetta Deposit Processor&amp;quot; checkbox.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_5.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. The Rosetta Deposit Processor will be located in your Program Files folder at C:\Program Files(x86) or C:\Program Files. You can create a shortcut to the Processor by dragging the application to your taskbar.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_3.png|500px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Install_5.PNG&amp;diff=1818</id>
		<title>File:Install 5.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Install_5.PNG&amp;diff=1818"/>
		<updated>2024-07-29T15:34:59Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Install 5.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta_Deposit_Processor_Installation_Guide&amp;diff=1817</id>
		<title>Rosetta Deposit Processor Installation Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta_Deposit_Processor_Installation_Guide&amp;diff=1817"/>
		<updated>2024-07-29T15:30:05Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updated 01/14/2021&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/eafritzler_cfjh_net/Eb6X_v6eg8JGq2kvqyQ3_H4BfkESNMHnN6MlK8ubc7cFgQ?e=lPP1QT Link to the Rosetta Deposit Processor Installer]&lt;br /&gt;
&lt;br /&gt;
'''1. Click the above link.'''&lt;br /&gt;
&lt;br /&gt;
'''2. Log in with YourUsername@cfjh.net (e.g. jdoe@cfjh.net).'''&lt;br /&gt;
&lt;br /&gt;
'''3. Download the installer by clicking the gray Download button.'''&lt;br /&gt;
:: [[File:Install_1.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
== Installing or Updating the Rosetta Deposit Processor  ==&lt;br /&gt;
'''1. Uninstall any previous versions of the Rosetta Deposit Processor. The older versions of the Rosetta Deposit Processor should be located in your Program Files folder at C:\Program Files(x86) or C:\Program Files. Open the Rosetta Deposit Processor folder, double click on the unistall.exe, and follow the prompts. If prompted with a &amp;quot;Do you want to allow the following app from an unknown publisher to make changes to this computer?&amp;quot; message, select &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: [[File:UninstallRDP_01.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Double-click the Installer where it is downloaded.'''&lt;br /&gt;
&lt;br /&gt;
'''3. If prompted with a &amp;quot;Do you want to allow the following app from an unknown publisher to make changes to this computer?&amp;quot; message, select &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''4. By default the Installer will install the Processor in your Program Files folder. Click &amp;quot;Install&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_2.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_4.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. The Rosetta Deposit Processor will NOT work correctly if it is run directly from the Installer. Deselect the &amp;quot;Run Rosetta Deposit Processor&amp;quot; checkbox.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_5.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. The Rosetta Deposit Processor will be located in your Program Files folder at C:\Program Files(x86) or C:\Program Files. You can create a shortcut to the Processor by dragging the application to your taskbar.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_3.png|500px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:UninstallRDP_01.png&amp;diff=1816</id>
		<title>File:UninstallRDP 01.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:UninstallRDP_01.png&amp;diff=1816"/>
		<updated>2024-07-29T15:27:26Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Install_1.PNG&amp;diff=1815</id>
		<title>File:Install 1.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Install_1.PNG&amp;diff=1815"/>
		<updated>2024-07-29T15:25:48Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Install 1.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta_Deposit_Processor_Installation_Guide&amp;diff=1814</id>
		<title>Rosetta Deposit Processor Installation Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta_Deposit_Processor_Installation_Guide&amp;diff=1814"/>
		<updated>2024-07-29T15:17:32Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updated 01/14/2021&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/eafritzler_cfjh_net/Eb6X_v6eg8JGq2kvqyQ3_H4BfkESNMHnN6MlK8ubc7cFgQ?e=lPP1QT Link to the Rosetta Deposit Processor Installer]&lt;br /&gt;
&lt;br /&gt;
'''1. Click the above link.'''&lt;br /&gt;
&lt;br /&gt;
'''2. Log in with YourUsername@cfjh.net (e.g. jdoe@cfjh.net).'''&lt;br /&gt;
&lt;br /&gt;
'''3. Download the installer by clicking the gray Download button.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_1.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
== Installing or Updating the Rosetta Deposit Processor  ==&lt;br /&gt;
'''1. Uninstall any previous versions of the Rosetta Deposit Processor. The older versions of the Rosetta Deposit Processor should be located in your Program Files folder at C:\Program Files(x86) or C:\Program Files. Open the Rosetta Deposit Processor folder, double click on the unistall.exe, and follow the prompts. If prompted with a &amp;quot;Do you want to allow the following app from an unknown publisher to make changes to this computer?&amp;quot; message, select &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''2. Double-click the Installer where it is downloaded.'''&lt;br /&gt;
&lt;br /&gt;
'''3. If prompted with a &amp;quot;Do you want to allow the following app from an unknown publisher to make changes to this computer?&amp;quot; message, select &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''4. By default the Installer will install the Processor in your Program Files folder. Click &amp;quot;Install&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_2.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_4.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. The Rosetta Deposit Processor will NOT work correctly if it is run directly from the Installer. Deselect the &amp;quot;Run Rosetta Deposit Processor&amp;quot; checkbox.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_5.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. The Rosetta Deposit Processor will be located in your Program Files folder at C:\Program Files(x86) or C:\Program Files. You can create a shortcut to the Processor by dragging the application to your taskbar.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Install_3.png|500px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1813</id>
		<title>Rosetta</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1813"/>
		<updated>2024-07-24T15:49:39Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
Rosetta is a digital assets management system (DAMS) and digital preservation system. Like [[Aleph]] and [[Primo]], Rosetta is owned by [http://www.exlibrisgroup.com/products/rosetta-digital-asset-management-and-preservation/ Ex Libris].&lt;br /&gt;
&lt;br /&gt;
The CJH installation of Rosetta is located at:&lt;br /&gt;
&lt;br /&gt;
https://digipres.cjh.org&lt;br /&gt;
&lt;br /&gt;
*[[Metadata and Searching]]&lt;br /&gt;
&lt;br /&gt;
=Files=&lt;br /&gt;
*[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/eafritzler_cfjh_net/EbwXVwXRLZlEjqFrtcomfF0BRmJ7HYpA5_srDuAcX3DThw Rosetta Deposit Processor Installer] (version 3.5.1; updated 1/11/2023)&lt;br /&gt;
*[http://wiki.cjh.org/index.php/File:Deposit_template.csv CSV Deposit Template] (updated 12/5/2022)&lt;br /&gt;
&lt;br /&gt;
=Rosetta Deposit Processor=&lt;br /&gt;
The Rosetta Deposit Processor application was built by Kevin Powell in 2018 and is distributed under an [https://en.wikipedia.org/wiki/MIT_License MIT License]. &lt;br /&gt;
Special thanks to the National Library of New Zealand for their open source [https://github.com/NLNZDigitalPreservation Rosetta METS Python library].&lt;br /&gt;
&lt;br /&gt;
=== Download and Installation ===&lt;br /&gt;
&lt;br /&gt;
*[[Rosetta Deposit Processor Installation Guide|Installation Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
*[[New Deposits]]&lt;br /&gt;
&lt;br /&gt;
=Tutorials=&lt;br /&gt;
*[[How to Check SIP Status]]&lt;br /&gt;
*[[How to Define Access Rights]]&lt;br /&gt;
*[[How to Download an Individual TIF]]&lt;br /&gt;
*[[How to Edit Dublin Core Records]]&lt;br /&gt;
*[[How to Replace a File]]&lt;br /&gt;
*[[How to Save a Search Query]]&lt;br /&gt;
*[http://wiki.cjh.org/index.php/New_Deposits#Synchronize How to Synchronize with Aleph or ArchivesSpace]&lt;br /&gt;
*[https://wiki.cjh.org/images/1/17/TIFF_JHOVE_Metadata_Extraction_errors.pdf TIFF Metadata Extraction Error Guide]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Workflows=&lt;br /&gt;
*[[Ingest one file into Rosetta]]&lt;br /&gt;
*[[Web Deposit Workflow]]&lt;br /&gt;
*[[Post-Ingest Aleph Workflows]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Ex Libris Manuals=&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63950/Rosetta_Staff_User's_Guide.pdf?revision=1 Staff users Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63973/Rosetta_Producers_Guide.pdf?revision=1 Producers Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63960/Rosetta_Preservation_Guide.pdf?revision=1 Preservation Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63952/Rosetta_System_Administration_Guide.pdf?revision=1 System Administration Guide]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1812</id>
		<title>Rosetta</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1812"/>
		<updated>2024-07-24T15:43:19Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
Rosetta is a digital assets management system (DAMS) and digital preservation system. Like [[Aleph]] and [[Primo]], Rosetta is owned by [http://www.exlibrisgroup.com/products/rosetta-digital-asset-management-and-preservation/ Ex Libris].&lt;br /&gt;
&lt;br /&gt;
The CJH installation of Rosetta is located at:&lt;br /&gt;
&lt;br /&gt;
https://digipres.cjh.org&lt;br /&gt;
&lt;br /&gt;
*[[Metadata and Searching]]&lt;br /&gt;
&lt;br /&gt;
=Files=&lt;br /&gt;
*[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/eafritzler_cfjh_net/EbwXVwXRLZlEjqFrtcomfF0BRmJ7HYpA5_srDuAcX3DThw Rosetta Deposit Processor Installer] (version 3.5.1; updated 1/11/2023)&lt;br /&gt;
*[http://wiki.cjh.org/index.php/File:Deposit_template.csv CSV Deposit Template] (updated 12/5/2022)&lt;br /&gt;
&lt;br /&gt;
=Rosetta Deposit Processor=&lt;br /&gt;
The Rosetta Deposit Processor application was built by Kevin Powell in 2018 and is distributed under an [https://en.wikipedia.org/wiki/MIT_License MIT License]. &lt;br /&gt;
Special thanks to the National Library of New Zealand for their open source [https://github.com/NLNZDigitalPreservation Rosetta METS Python library].&lt;br /&gt;
&lt;br /&gt;
=== Download and Installation ===&lt;br /&gt;
&lt;br /&gt;
*[[Rosetta Deposit Processor Installation Guide|Installation Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
*[[New Deposits]]&lt;br /&gt;
&lt;br /&gt;
=Tutorials=&lt;br /&gt;
*[[How to Check SIP Status]]&lt;br /&gt;
*[[How to Define Access Rights]]&lt;br /&gt;
*[[How to Download an Individual TIF]]&lt;br /&gt;
*[[How to Edit Dublin Core Records]]&lt;br /&gt;
*[[How to Replace a File]]&lt;br /&gt;
*[[How to Save a Search Query]]&lt;br /&gt;
*[http://wiki.cjh.org/index.php/New_Deposits#Synchronize How to Synchronize with Aleph or ArchivesSpace]&lt;br /&gt;
*[https://wiki.cjh.org/images/1/17/TIFF_JHOVE_Metadata_Extraction_errors.pdf TIFF Metadata Extraction Error Guide]&lt;br /&gt;
*[[How to find the storage location of an IE]]&lt;br /&gt;
&lt;br /&gt;
=Workflows=&lt;br /&gt;
*[[Ingest one file into Rosetta]]&lt;br /&gt;
*[[Web Deposit Workflow]]&lt;br /&gt;
*[[Post-Ingest Aleph Workflows]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Ex Libris Manuals=&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63950/Rosetta_Staff_User's_Guide.pdf?revision=1 Staff users Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63973/Rosetta_Producers_Guide.pdf?revision=1 Producers Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63960/Rosetta_Preservation_Guide.pdf?revision=1 Preservation Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63952/Rosetta_System_Administration_Guide.pdf?revision=1 System Administration Guide]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=New_Deposits&amp;diff=1811</id>
		<title>New Deposits</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=New_Deposits&amp;diff=1811"/>
		<updated>2024-07-24T15:40:49Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The New Deposits Module contains workflows for processing new deposits for ingest into Rosetta. It can be accessed by going to the &amp;quot;Modules&amp;quot; menu and clicking &amp;quot;New Deposits.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=Organizing=&lt;br /&gt;
===Requirements===&lt;br /&gt;
:*'''Folder with subfolders of files.'''&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_organize.txt|viewed here]]&lt;br /&gt;
:*'''Knowledge of master formats represented in subfolders.'''&lt;br /&gt;
::- If unsure of the formats represented in the subfolders, use [[Rosetta_Deposit_Processor_Tools#Count_Formats|Count Formats]] located in the Tools menu. This tool will count all of the formats in a folder and its subfolders.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
:*'''Select the master formats represented in the subfolders. You can select multiple.''' &lt;br /&gt;
::- XML files are automatically added to a 'supplementary' folder.&lt;br /&gt;
::- Formats not chosen will be added to the 'access' folder. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:Organize 2.PNG|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- An example of a successful Organize log can be [[Media:Organize log.txt|viewed here]]&lt;br /&gt;
::- An example of the folder structure after the Organize process can be [[Media:Post_organize.txt|viewed here]]&lt;br /&gt;
&lt;br /&gt;
=Processing=&lt;br /&gt;
==Requirements Glossary==&lt;br /&gt;
===MARCXML Batch===&lt;br /&gt;
&lt;br /&gt;
A MARCXML batch is an XML file that includes multiple MARCXML records. ALEPH exports multiple records in this batch format. The MARCXML batch can be used to generate the CSV Key that is required for all New Deposit processes. &lt;br /&gt;
&lt;br /&gt;
Individual MARCXML records can be merged into a MARCXML batch using the Rosetta Deposit Processor. '''Go to Tools -&amp;gt; New Deposit Tools -&amp;gt; Create MARCXML Batch'''. You will be prompted to choose a folder of individual MARCXML records.&lt;br /&gt;
&lt;br /&gt;
===CSV Key===&lt;br /&gt;
A CSV Key is needed for '''ALL''' New Deposit processes. The key associates a folder of stream files with its system number and/or metadata file. The bulk of a CSV Key can be generated from a MARCXML file* or EAD file. Once the key is generated, the ENTITY column must be edited to include the names of folders (or, in the Dublin Core Process, filenames) associated with the system number and/or metadata file.&lt;br /&gt;
&lt;br /&gt;
If the CSV Key is generated from an ArchivesSpace EAD or an Aleph MARC record, it should include the Partner Code in the PARTNER column. This Partner Code will automatically be included in the deposit CSV / DC / METS file.  &lt;br /&gt;
&lt;br /&gt;
''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; MARC records in the MARCXML Batch file MUST have a system number in 001 controlfield to be added to the CSV Key''&lt;br /&gt;
&lt;br /&gt;
=== Partner Codes ===&lt;br /&gt;
Partner codes are abbreviations of each Partner's name. They are holdovers from the DigiTool. Partner Codes are used in the submission folder filepath and to build collections in Rosetta. &lt;br /&gt;
&lt;br /&gt;
*'''AJH01''' = American Jewish Historical Society&lt;br /&gt;
*'''ASF01''' = American Sephardi Federation&lt;br /&gt;
*'''LBI01''' = Leo Baeck Institute&lt;br /&gt;
*'''YIV01''' = YIVO Institute for Jewish Research&lt;br /&gt;
*'''YUM01''' = Yeshiva University Museum&lt;br /&gt;
&lt;br /&gt;
To generate a CSV Key, go to '''Tools -&amp;gt; New Deposit Tools'''.&lt;br /&gt;
&lt;br /&gt;
==CSV Process==&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- CSV Key must have values in the ENTITY and LABEL columns.&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
:*'''Folder with subfolders of files where the subfolders are further organized into access and master sub-subfolders.'''&lt;br /&gt;
::- Subfolders can be organized into ‘master’ and ‘access’ sub-subfolders using the Organize tab.&lt;br /&gt;
::- Supplemental files (e.g. indices, manifests, etc.) should be manually placed in a sub-subfolder entitled ‘supplement’.&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_mets.txt|viewed here]]. &lt;br /&gt;
:*'''Deposit template'''&lt;br /&gt;
::- Current template version is available for [http://wiki.cjh.org/index.php/File:CJH_CSV.csv download here].&lt;br /&gt;
::- A default deposit template path can be set in '''File --&amp;gt; Settings'''.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include the name (not the path) of each folder in &amp;quot;streams&amp;quot;'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
:*'''Supply path to deposit template'''&lt;br /&gt;
::- A default deposit template path can be set in '''File --&amp;gt; Settings'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:CSV fields.PNG|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the deposit folder. This folder can be copied to the appropriate submissions folder for Rosetta ingest. &lt;br /&gt;
::- An example of a successful CSV process log can be [[Media:CSV log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==Running Fixity in the Processor==&lt;br /&gt;
The Rosetta processor allows staff to generate MD5 checksums to include in a CSV deposit. There is also an option to verify a previously generated fixity manifest to check that the files have not changed. &lt;br /&gt;
&lt;br /&gt;
Rosetta will verify the checksums in the deposit CSV during the ingest process. If a file's MD5 checksum does not the match the checksum listed in the deposit CSV, the deposit will land in the Technical Analyst workbench for further review. &lt;br /&gt;
&lt;br /&gt;
Review CJH's fixity generation and verification recommendations [https://wiki.cjh.org/index.php/Checksum_generation_and_verification_recommendations here].&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''All the requirements listed [https://wiki.cjh.org/index.php/New_Deposits#Process_Requirements in the CSV process requirements].'''&lt;br /&gt;
:*'''A fixity manifest.&lt;br /&gt;
::- Only required if opting to verify a previously generated fixity manifest to check that the files have not changed.&lt;br /&gt;
::- A fixity manifest should include a list of the files with file paths and the files' MD5 checksum.&lt;br /&gt;
::- The tools listed [https://wiki.cjh.org/index.php/Checksum_generation_and_verification_recommendations#Fixity_check_tools here] can generate a fixity manifest.&lt;br /&gt;
::- An example of a fixity manifest can be [[Media:SampleFixityManifest.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
&lt;br /&gt;
====Generate new MD5 checksums to include in the deposit’s CSV.====&lt;br /&gt;
:*'''Prepare a CSV deposit as instructed [http://wiki.cjh.org/index.php/New_Deposits#CSV_Process here].'''&lt;br /&gt;
:*'''Check the Run Fixity box.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:CheckRunFixityBox.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Click the Submit button.'''&lt;br /&gt;
::- The processor will create a deposit CSV with a MD5 checksum value for each file in the V column.&lt;br /&gt;
::- An example of a deposit CSV with MD5 checksum values can be [[Media:SampleDepositCSVWithChecksums.csv|viewed here]].&lt;br /&gt;
&lt;br /&gt;
====Verify a Fixity Manifest that includes MD5 checksums.====&lt;br /&gt;
:*'''Prepare a CSV deposit as instructed [http://wiki.cjh.org/index.php/New_Deposits#CSV_Process here].'''&lt;br /&gt;
:*'''Check the Run Fixity box.'''&lt;br /&gt;
:*'''Supply path to the fixity manifest.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:SupplyPathToFixityManifest.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::- When selecting the fixity manifest file, ensure that the drop-down menu next to the file name window is set to All Files. If not, the fixity manifest file may not be viewable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:AllFilesDropdown.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Click the Submit button'''&lt;br /&gt;
::- The processor will create a deposit CSV with a MD5 checksum value for each file in the V column. &lt;br /&gt;
::- If the checksums in the fixity manifest do not match the checksums generated by the processor, the processor will display an error like the following and will not create the deposit.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:IncorrectChecksumErrorMessage.PNG|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:::* This error indicates that a file may have changed since generating the fixity manifest. The error will identify the file(s) with the checksum mismatch(es). &lt;br /&gt;
::- The processor will generate MD5 checksums for files that are not in the fixity manifest but are in the streams folder. &lt;br /&gt;
&lt;br /&gt;
==Dublin Core Process==&lt;br /&gt;
Non-complex entities with their own MARC record / EAD File Level and no derivatives.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Derivatives can be created once preservation masters are ingested in Rosetta. For ingests containing both masters and derivatives (access copies), use the [[Rosetta_Deposit_Processing#CSV|CSV]] or [[Rosetta_Deposit_Processing#METS|METS]] workflows. &lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''Folder of non-complex entities''' (i.e. entities that are only one file)&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
::- ENTITY values are individual filenames, NOT folder names for the DC process.&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include filenames'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder of non-complex entities'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:DC fields.PNG|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the deposit folder. This folder can be copied to appropriate submissions folder for Rosetta ingest.&lt;br /&gt;
::- An example of a successful CSV process log can be [[Media:DC log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==METS Process==&lt;br /&gt;
Complex objects in need of a nested structmap&lt;br /&gt;
&lt;br /&gt;
===Process Requirements===&lt;br /&gt;
:*'''CSV Key'''&lt;br /&gt;
::- Derived from MARCXML Batch File using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from MARC'''&lt;br /&gt;
::- Derived from [http://wiki.cjh.org/index.php/How_to_Export_an_EAD_from_ArchivesSpace exported ArchivesSpace EAD file] using '''Tools --&amp;gt; New Deposit Tools --&amp;gt; Generate CSV Key from EAD'''&lt;br /&gt;
:*'''Folder with subfolders of files where the subfolders are further organized into access and master sub-subfolders.'''&lt;br /&gt;
::- Subfolders can be organized into ‘master’ and ‘access’ sub-subfolders using the Organize tab.&lt;br /&gt;
::- Supplemental files (e.g. indices, manifests, etc.) should be manually placed in a sub-subfolder entitled ‘supplement’.&lt;br /&gt;
::- An example of this folder structure can be [[Media:Pre_mets.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
:*'''Edit ENTITIES column in CSV Key to include stream folders'''&lt;br /&gt;
:*'''Supply path to CSV Key'''&lt;br /&gt;
:*'''Supply path to folder with subfolders of files'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::[[File:METS fields.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:*'''Submit'''&lt;br /&gt;
::- The log will provide the path for the METS deposits. These deposit folders can be copied to appropriate submissions folder for Rosetta ingest.&lt;br /&gt;
::- An example of a successful METS process log can be [[Media:METS log.txt|viewed here]].&lt;br /&gt;
&lt;br /&gt;
==Synchronize==&lt;br /&gt;
The Synchronize tab is new with Version 2.0. It replaces the Sip Status module and the Add DAO Tab. DAO linking is now rolled into the synchronization job. To learn how to check on a SIP's status using the Rosetta software, see [http://wiki.cjh.org/index.php/How_to_Check_SIP_Status this tutorial].&lt;br /&gt;
&lt;br /&gt;
::[[File:sync.png|border]]&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
* Internet Access&lt;br /&gt;
* Rosetta IE contains either Aleph ID in the &amp;quot;Identifier (DC)&amp;quot; field or an ArchivesSpace Archival Object ID in the &amp;quot;Identifier - Archivesspace (DC)&amp;quot; field. &lt;br /&gt;
* IE PID or SIP ID or IE CSV&lt;br /&gt;
&lt;br /&gt;
===Process===&lt;br /&gt;
The Synchronize tab will synchronize an IE or set of IEs with either Aleph or ArchivesSpace. If the SIP is put together with a MARCXML file exported from Aleph, then each IE from the SIP should automatically contain an Aleph ID. Similarly, if the SIP is put together using an EAD exported from ArchivesSpace, then each IE from the SIP should automatically contain an Archival Object ID. &lt;br /&gt;
&lt;br /&gt;
The Synchronize tab will do the following when supplied with an IE or set of IEs:&lt;br /&gt;
&lt;br /&gt;
:'''1. Gather metadata from Rosetta for each IE. &lt;br /&gt;
:'''2. Look through the IE metadata for an Aleph and/or ArchivesSpace ID&lt;br /&gt;
::- If an ArchivesSpace ID is found, the Processor will use the ArchivesSpace API to see whether there is a link is associated with the ArchivesSpace ID. If there is no link present, it will create a Digital Object in ArchivesSpace with the Rosetta IE link and associate that Digital Object with the appropriate Archival Object.&lt;br /&gt;
::- The default ArchivesSpace link caption is &amp;quot;View Online.&amp;quot; If you'd like to customize that caption, use the IE CSV input method&lt;br /&gt;
: '''3. Update Rosetta IE with Aleph -&amp;gt; DC or ArchivesSpace -&amp;gt; DC metadata.'''&lt;br /&gt;
:: - '''New with 2.5''': Now staff can choose which system's metadata record to synchronize with Rosetta. Choosing &amp;quot;Default&amp;quot; from the right-hand list options will prioritize Aleph IDs that are found over ArchivesSpace IDs that are found. Regardless, if an IE has both an Aleph and ArchivesSpace ID, the Processor will still see whether the Archival Object in ArchivesSpace needs a link.&lt;br /&gt;
&lt;br /&gt;
=== IE CSV === &lt;br /&gt;
&lt;br /&gt;
Users can Synchronize IE or SIP numbers one at a time by entering them in the IE PID and SIP ID input fields respectively. These synchronization jobs will use the default &amp;quot;View Online&amp;quot; ArchivesSpace link caption. However, if a user would like to synchronize more than one IE PID or SIP ID at a time, they can put together a simple CSV. &lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv.png|border]]&lt;br /&gt;
&lt;br /&gt;
The processor will look in each row of the IE CSV for an IE PID first then a SIP ID. If there is a SIP ID, the Processor will use the Rosetta API to retrieve all of the IE PIDs for that SIP.&lt;br /&gt;
&lt;br /&gt;
==== Exporting an IE CSV ====&lt;br /&gt;
&lt;br /&gt;
Users can either put this CSV together from scratch or export an IE CSV from Rosetta:&lt;br /&gt;
&lt;br /&gt;
:'''1. Export IE information as a CSV from Rosetta.'''&lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_1.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''2. Add custom ASPACE CAPTION column if desired'''&lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_2.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''3. Supply IE CSV path  &lt;br /&gt;
&lt;br /&gt;
::[[File:ie_csv_export_3.png|700px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:METS_fields.PNG&amp;diff=1810</id>
		<title>File:METS fields.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:METS_fields.PNG&amp;diff=1810"/>
		<updated>2024-07-24T15:39:28Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:METS fields.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:DC_fields.PNG&amp;diff=1809</id>
		<title>File:DC fields.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:DC_fields.PNG&amp;diff=1809"/>
		<updated>2024-07-24T15:32:52Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:DC fields.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:SupplyPathToFixityManifest.PNG&amp;diff=1808</id>
		<title>File:SupplyPathToFixityManifest.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:SupplyPathToFixityManifest.PNG&amp;diff=1808"/>
		<updated>2024-07-24T15:22:32Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:SupplyPathToFixityManifest.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:SampleDepositCSVWithChecksums.csv&amp;diff=1807</id>
		<title>File:SampleDepositCSVWithChecksums.csv</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:SampleDepositCSVWithChecksums.csv&amp;diff=1807"/>
		<updated>2024-07-24T15:20:39Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:SampleDepositCSVWithChecksums.csv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:CheckRunFixityBox.PNG&amp;diff=1806</id>
		<title>File:CheckRunFixityBox.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:CheckRunFixityBox.PNG&amp;diff=1806"/>
		<updated>2024-07-24T15:15:42Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:CheckRunFixityBox.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:CSV_fields.PNG&amp;diff=1805</id>
		<title>File:CSV fields.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:CSV_fields.PNG&amp;diff=1805"/>
		<updated>2024-07-24T15:11:59Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:CSV fields.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Organize_2.PNG&amp;diff=1804</id>
		<title>File:Organize 2.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Organize_2.PNG&amp;diff=1804"/>
		<updated>2024-07-24T15:09:12Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Organize 2.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For Rosetta Pre-Processor Organize tutorial&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Metadata_and_Searching&amp;diff=1803</id>
		<title>Metadata and Searching</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Metadata_and_Searching&amp;diff=1803"/>
		<updated>2024-07-24T14:43:23Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: updated url to remove the port number and add https&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview= &lt;br /&gt;
&lt;br /&gt;
The Rosetta Digital Asset Management System uses a few different types of metadata for its assets. Most of the descriptive metadata is [https://dublincore.org/ Dublin Core], which is sourced from Aleph and ArchivesSpace. These source records must be crosswalked into Rosetta Dublin Core using code defined by the CJH Metadata Lab. This synchronization between systems means that CJH staff should rarely have to edit Dublin Core records in Rosetta, unless it is to change or add an Aleph/ArchivesSpace identifier. &lt;br /&gt;
&lt;br /&gt;
== Searching in Rosetta ==&lt;br /&gt;
&lt;br /&gt;
Searching in Rosetta is available on three levels: IE, Representation, File.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;float:right;margin:5px;width:200px;font-size:12px&amp;quot;&lt;br /&gt;
! TIP&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;padding: 10px;&amp;quot;|To include both FILE and IE information in a search, search on the FILE level and customize your search Columns in the Columns tab to include IE level information&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Here is how that data model breaks down for [https://digipres.cjh.org/delivery/DeliveryManagerServlet?dps_pid=IE1269246 an example IE].&lt;br /&gt;
&lt;br /&gt;
* '''The IE level is for Intellectual Entities''': The &amp;quot;Photographs&amp;quot; &lt;br /&gt;
* '''The REP level is for representations of Intellectual Entities''': The Modified Master viewable to patrons, the Preservation Master viewable to staff&lt;br /&gt;
* '''The FILE level is for files that make up Intellectual Entities''': 3124174_la-ar25060-b01-f07.pdf&lt;br /&gt;
&lt;br /&gt;
You can search across levels, as well. For example, you can search for the File Extension &amp;quot;PDF&amp;quot; on the IE level, and it will bring up any IE that has a PDF File associated with it. &lt;br /&gt;
&lt;br /&gt;
You can find search fields by typing any or all of the field name in the field search bar.&lt;br /&gt;
&lt;br /&gt;
:: [[File:Find field.png|500px|border]]&lt;br /&gt;
&lt;br /&gt;
Add and subtract fields using the green plus and red minus icons, respectively. Be sure to define whether you're searching for &amp;quot;ALL&amp;quot; fields or &amp;quot;ANY&amp;quot; fields.  &lt;br /&gt;
&lt;br /&gt;
For example, the following query looks for any LBI IEs with ArchivesSpace identifiers that were ingested after 01/01/2020&lt;br /&gt;
&lt;br /&gt;
:: [[File:Search example.png|1000px|border]]&lt;br /&gt;
&lt;br /&gt;
Rosetta lets users search on [[Media:Search_fields.txt|a huge list of possible metadata fields]]. Many of them are technical metadata fields which we do not include in our descriptive metadata. Unfortunately this master list of search fields cannot be edited, and the majority of fields on the list are not in use. The Search Glossary below includes fields that '''are''' commonly used and can be searched on.&lt;br /&gt;
&lt;br /&gt;
== Search Glossary ==&lt;br /&gt;
&lt;br /&gt;
'''Access Rights Policy ID (IE)'''&lt;br /&gt;
&lt;br /&gt;
* Search for IEs based on their Access Policy ID code. Options provided. &lt;br /&gt;
&lt;br /&gt;
'''Collections'''&lt;br /&gt;
&lt;br /&gt;
* Search for IEs based on their Collection in the Collection Management module. These collections were created programmatically from MARC records and will need significant data cleanup in the future. Options provided.&lt;br /&gt;
&lt;br /&gt;
'''Contributor - Deposit Agent (DC)'''&lt;br /&gt;
&lt;br /&gt;
* The username of the staff member who prepared the object for ingest. Free text.&lt;br /&gt;
&lt;br /&gt;
'''Deposit ID'''&lt;br /&gt;
&lt;br /&gt;
* Deposit ID for an ingest activity. Free text.&lt;br /&gt;
&lt;br /&gt;
'''FILE - Identifier - DTLPID (DC)'''&lt;br /&gt;
&lt;br /&gt;
* DigiTool PID associated with a FILE. Free text.&lt;br /&gt;
&lt;br /&gt;
'''File Extension'''&lt;br /&gt;
&lt;br /&gt;
* Extension of a file. Options provided.&lt;br /&gt;
&lt;br /&gt;
'''File Label'''&lt;br /&gt;
&lt;br /&gt;
* Label for a file in the IE's Struct Map (left-hand side of the IE viewer). Free text.&lt;br /&gt;
&lt;br /&gt;
'''File Original Name'''&lt;br /&gt;
&lt;br /&gt;
* The filename of a FILE. Free text. &lt;br /&gt;
&lt;br /&gt;
'''File PID'''&lt;br /&gt;
&lt;br /&gt;
* The Rosetta FILE PID. Free text.&lt;br /&gt;
&lt;br /&gt;
'''File Size Bytes'''&lt;br /&gt;
&lt;br /&gt;
* The size of a FILE. Free text.&lt;br /&gt;
&lt;br /&gt;
'''IE Creation Date'''&lt;br /&gt;
&lt;br /&gt;
* The date the IE was created in Rosetta. Choose date from calendar.&lt;br /&gt;
&lt;br /&gt;
'''IE Modification Date'''&lt;br /&gt;
&lt;br /&gt;
* The date the IE was last modified in Rosetta. Choose date from calendar.&lt;br /&gt;
&lt;br /&gt;
'''IE PID'''&lt;br /&gt;
&lt;br /&gt;
* The Intellectual Entity (IE) PID. Free text.&lt;br /&gt;
&lt;br /&gt;
'''Identifier (DC)'''&lt;br /&gt;
&lt;br /&gt;
* The Dublin Core identifier associated with an IE. Often used for the Aleph identifier. Free text.&lt;br /&gt;
&lt;br /&gt;
'''Identifier - Archivesspace (DC)'''&lt;br /&gt;
&lt;br /&gt;
* A qualified Dublin Core Identifier for the ArchivesSpace Archival Object Ref ID associated with an IE. Free text.&lt;br /&gt;
&lt;br /&gt;
'''Identifier - DTLPID (DC)'''&lt;br /&gt;
&lt;br /&gt;
* A qualified Dublin Core Identifier for the DigiTool PID associated with a FILE. Free text.&lt;br /&gt;
&lt;br /&gt;
'''Is Part Of (DCTERMS)'''&lt;br /&gt;
&lt;br /&gt;
* A DCTERMS field often used by the ArchivesSpace crosswalk to show the IE's relationship with an ArchivesSpace Resource. Free text.&lt;br /&gt;
&lt;br /&gt;
'''Partner Name'''&lt;br /&gt;
&lt;br /&gt;
* The partner to whom the IE belongs. Options provided. &lt;br /&gt;
&lt;br /&gt;
'''Preservation Type'''&lt;br /&gt;
&lt;br /&gt;
* The preservation type of a REP associated with an IE. Options provided.  &lt;br /&gt;
&lt;br /&gt;
'''Relation (DC)'''&lt;br /&gt;
&lt;br /&gt;
* A Dublin Core field often used by Aleph MARC crosswalk for Finding Aid or Collection information. Free text.&lt;br /&gt;
&lt;br /&gt;
'''SIP ID'''&lt;br /&gt;
&lt;br /&gt;
* The ID for a Submission Information Package, which often include multiple IEs. Free text.&lt;br /&gt;
&lt;br /&gt;
'''Source (DC)'''&lt;br /&gt;
&lt;br /&gt;
* A Dublin Core field often used by the ArchivesSpace crosswalk to store Box/Folder/Item numbers. Free text.&lt;br /&gt;
&lt;br /&gt;
'''Title (DC)'''&lt;br /&gt;
&lt;br /&gt;
* A Dublin Core field for storing the title of an IE. Free text.&lt;br /&gt;
&lt;br /&gt;
=Metadata Mapping=&lt;br /&gt;
&lt;br /&gt;
Many of the above fields are mapped from Aleph or ArchivesSpace records. Here are the mappings for each source record. &lt;br /&gt;
&lt;br /&gt;
=== Aleph MARC to DC ===&lt;br /&gt;
&lt;br /&gt;
The Aleph MARC to DC crosswalk utilizes MARC XML furnished by the Aleph REST API and transforms it into Dublin Core using an XSLT stylesheet&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Aleph MARC&lt;br /&gt;
! IE Dublin Core &lt;br /&gt;
|-&lt;br /&gt;
| 210, 245, 246 (all subfields)&lt;br /&gt;
| Title&lt;br /&gt;
|-&lt;br /&gt;
| 100a, 110a&lt;br /&gt;
| Creator&lt;br /&gt;
|-&lt;br /&gt;
| 260c, 264c&lt;br /&gt;
| Date&lt;br /&gt;
|-&lt;br /&gt;
| 500a&lt;br /&gt;
| Description&lt;br /&gt;
|-&lt;br /&gt;
| 520ab&lt;br /&gt;
| Description&lt;br /&gt;
|-&lt;br /&gt;
| 545ab&lt;br /&gt;
| Description&lt;br /&gt;
|-&lt;br /&gt;
| 555au&lt;br /&gt;
| Relation&lt;br /&gt;
|-&lt;br /&gt;
| 700ae&lt;br /&gt;
| Contributor&lt;br /&gt;
|-&lt;br /&gt;
| 710ae&lt;br /&gt;
| Contributor&lt;br /&gt;
|-&lt;br /&gt;
| 773ao&lt;br /&gt;
| Relation&lt;br /&gt;
|-&lt;br /&gt;
| 09x&lt;br /&gt;
| Identifier&lt;br /&gt;
|-&lt;br /&gt;
| 001&lt;br /&gt;
| Identifier&lt;br /&gt;
|-&lt;br /&gt;
| 506a&lt;br /&gt;
| Rights&lt;br /&gt;
|-&lt;br /&gt;
| 540a&lt;br /&gt;
| Rights&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ArchivesSpace Metadata to Rosetta Dublin Core ===&lt;br /&gt;
&lt;br /&gt;
The ArchivesSpace to Rosetta DC crosswalk utilizes the ArchivesSpace API and both Archival Object and Resource metadata to create the Rosetta Dublin Core record&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ArchivesSpace&lt;br /&gt;
! IE Dublin Core&lt;br /&gt;
|-&lt;br /&gt;
| Title (Archival Object)&lt;br /&gt;
| Title&lt;br /&gt;
|-&lt;br /&gt;
| Title (Resource)&lt;br /&gt;
| isPartOf&lt;br /&gt;
|-&lt;br /&gt;
| Call Number (Resource)&lt;br /&gt;
| Identifier&lt;br /&gt;
|-&lt;br /&gt;
| Container Information (Archival Object)&lt;br /&gt;
| Source&lt;br /&gt;
|-&lt;br /&gt;
| Language (Archival Object)&lt;br /&gt;
| Language&lt;br /&gt;
|-&lt;br /&gt;
| Ref ID (Archival Object)&lt;br /&gt;
| Identifier - Archivesspace&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Ros_field.PNG&amp;diff=1802</id>
		<title>File:Ros field.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Ros_field.PNG&amp;diff=1802"/>
		<updated>2024-07-24T14:39:52Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Ros field.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Post-Ingest_Aleph_Workflows&amp;diff=1801</id>
		<title>Post-Ingest Aleph Workflows</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Post-Ingest_Aleph_Workflows&amp;diff=1801"/>
		<updated>2024-07-24T14:38:59Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Required steps in Aleph after ingesting material into Rosetta. For information on how to add these fields to Aleph in a batch, [http://wiki.cjh.org/index.php/File:How_to_batch_add_a_field_containing_different_info_for_each_record.docx download this tutorial].&lt;br /&gt;
&lt;br /&gt;
If you are synchronizing a Rosetta record with Aleph, do NOT use the system number for a collection-level EAD record. The synchronization does not add fields, rather it replaces the entire Dublin Core record in Rosetta with the record coming out of Aleph. This means that a collection-level system number will replace the specific folder name with collection-level metadata.&lt;br /&gt;
&lt;br /&gt;
== Add Two Fields to Aleph Record ==&lt;br /&gt;
&lt;br /&gt;
=== Add 856 Link ===&lt;br /&gt;
* Field = 856&lt;br /&gt;
** '''Indicators'''&lt;br /&gt;
*** ind1 = 4&lt;br /&gt;
*** ind2&lt;br /&gt;
**** '  ' = no information&lt;br /&gt;
**** '1' = digitized material&lt;br /&gt;
**** '0' = born-digital material&lt;br /&gt;
* $$z Digital Form&lt;br /&gt;
* $$u &amp;lt;nowiki&amp;gt;https://digipres.cjh.org/delivery/DeliveryManagerServlet?dps_pid=&amp;lt;/nowiki&amp;gt;'''[Insert IE PID Here]'''&lt;br /&gt;
&lt;br /&gt;
[[File:856 link.PNG|500px|border]]&lt;br /&gt;
&lt;br /&gt;
=== Add ROS Field ===&lt;br /&gt;
* Field = ROS&lt;br /&gt;
* $$a Y&lt;br /&gt;
* $$b [Aleph System Number with leading zeros]&lt;br /&gt;
** ''This number should match the Aleph system number stored in Rosetta.''&lt;br /&gt;
&lt;br /&gt;
'''ROS field in Aleph:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Ros field.PNG|400px|border]]&lt;br /&gt;
&lt;br /&gt;
'''Aleph system number represented in Rosetta:''' &lt;br /&gt;
:* The CJH- prefix is allowed, though not required. It will not disrupt the synchronization&lt;br /&gt;
&lt;br /&gt;
[[File:Rosetta_search.PNG|600px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:856_link.PNG&amp;diff=1800</id>
		<title>File:856 link.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:856_link.PNG&amp;diff=1800"/>
		<updated>2024-07-24T14:37:41Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:856 link.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Ingest_one_file_into_Rosetta&amp;diff=1799</id>
		<title>Ingest one file into Rosetta</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Ingest_one_file_into_Rosetta&amp;diff=1799"/>
		<updated>2024-07-24T14:35:01Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: added link to manual web deposit workflow&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Workflow documentation for depositing one file into Rosetta.&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
* Access to Aleph production.&lt;br /&gt;
* Copy of '''[[Rosetta#Rosetta_Deposit_Processor | Rosetta Deposit Processor]]''' application. &lt;br /&gt;
* Access to Shared Rosetta account.&lt;br /&gt;
* Access to Rosetta submissions folders.&lt;br /&gt;
* Aleph record number.&lt;br /&gt;
&lt;br /&gt;
==Export Aleph record as MARCXML==&lt;br /&gt;
&lt;br /&gt;
'''1. Log in to Aleph production.'''&lt;br /&gt;
&lt;br /&gt;
'''2. Run ret-01 job, found at Services --&amp;gt; Retrieve Catalog Records'''&lt;br /&gt;
::* Set name for &amp;quot;Output File.&amp;quot; This filename will be used as a parameter in step 3.&lt;br /&gt;
::** '''TIP:''' The &amp;quot;Output File&amp;quot; name MUST be all lowercase.&lt;br /&gt;
::* Set BOTH &amp;quot;From Document Number&amp;quot; and &amp;quot;To Document Number&amp;quot; to the Aleph record number you're exporting.&lt;br /&gt;
&lt;br /&gt;
:: [[File:Aleph ros 2a.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
:: [[File:Aleph ros 2b.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''3. Run print-03 job, found at Services --&amp;gt; Retrieve Catalog Records'''&lt;br /&gt;
::* &amp;quot;Input File&amp;quot; is the &amp;quot;Output File&amp;quot; parameter from ret-01 job (step 2).&lt;br /&gt;
::* &amp;quot;Output File&amp;quot; parameter for print-03 job ends with '.xml'&lt;br /&gt;
::* &amp;quot;Field 1 + Indicator&amp;quot; parameter is &amp;quot;ALL&amp;quot;&lt;br /&gt;
::* &amp;quot;Format&amp;quot; parameter is &amp;quot;MARC xml with alphanumeric tags&amp;quot;&lt;br /&gt;
::* Fix Routine is &amp;quot;JPEX&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: [[File:Aleph ros 3a.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
:: [[File:Aleph ros 3b.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''4. Download file to computer'''&lt;br /&gt;
::* Navigate to Administration tab (cup with pencils).&lt;br /&gt;
::* Select &amp;quot;Upload/Download files&amp;quot;&lt;br /&gt;
::* Make sure &amp;quot;Library&amp;quot; is set to CJH01 and &amp;quot;Directory&amp;quot; is set to Scratch&lt;br /&gt;
::* Locate file created by print-03 job (step 3)&lt;br /&gt;
&lt;br /&gt;
:: [[File:Aleph ros 4a.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
::* Select location for the download by browsing for a location on your computer&lt;br /&gt;
::* Click right-facing arrow&lt;br /&gt;
&lt;br /&gt;
:: [[File:Aleph ros 4b.png|700px|border]]&lt;br /&gt;
&lt;br /&gt;
==Create Dublin Core deposit package==&lt;br /&gt;
&lt;br /&gt;
More information on these steps can be '''[[New_Deposits#Dublin_Core_Process | found here]]'''.&lt;br /&gt;
&lt;br /&gt;
*Download latest version of '''[https://centerjewishhist-my.sharepoint.com/:f:/g/personal/kpowell_cfjh_net/Eohz_M188EtBkcZbcPaJ-nUB0wEi98CEhu0Q9oa1XGclaA?e=JSFgsh Rosetta Deposit Processor]'''.&lt;br /&gt;
*Structure directories this way:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
top_folder&lt;br /&gt;
│   &lt;br /&gt;
└───streams&lt;br /&gt;
        LBI_Book_01.pdf&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Generate CSV key from [[Ingest_one_file_into_Rosetta#Export_Aleph_record_as_MARCXML | MARCXML record downloaded from Aleph.]]&lt;br /&gt;
*Edit entity column in CSV key to include the name of the file being deposited. (e.g. &amp;quot;LBI_Book_01.pdf&amp;quot;)&lt;br /&gt;
*Open the [[Rosetta#Rosetta_Deposit_Processor|Rosetta Deposit Processor]] and navigate to the DC tab in the New Deposits module&lt;br /&gt;
*Provide path to CSV Key&lt;br /&gt;
*Provide path to the streams folder&lt;br /&gt;
** '''e.g. C:\top_folder\streams'''&lt;br /&gt;
&lt;br /&gt;
[[File:DC fields.PNG|border]]&lt;br /&gt;
&lt;br /&gt;
*Click Submit&lt;br /&gt;
*Copy or move top_folder_deposit to the Rosetta DC submission folder.&lt;br /&gt;
&lt;br /&gt;
==Ingest into Rosetta==&lt;br /&gt;
&lt;br /&gt;
*Wait for the scheduled Submission Job or manually run a deposit via the [[Web_Deposit_Workflow|web deposit workflow]].&lt;br /&gt;
*Create Derivatives&lt;br /&gt;
*Update the Aleph record with an ROS and 856 field. Information on those updates can be [[Post-Ingest_Aleph_Workflows|found here]].&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Web_Deposit_Workflow&amp;diff=1798</id>
		<title>Web Deposit Workflow</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Web_Deposit_Workflow&amp;diff=1798"/>
		<updated>2024-07-24T14:30:11Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a manual deposit workbench for those who do not want to wait for a submission job to run.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Access to Rosetta back end.&lt;br /&gt;
* A processed deposit.&lt;br /&gt;
** See [[New_Deposits| the New Deposits page]] for information on how to put together a deposit.&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
'''1. Move or copy the deposit folder to the appropriate submission folder.''' &lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 1a.png|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Go to [https://digipres.cjh.org https://digipres.cjh.org]'''&lt;br /&gt;
&lt;br /&gt;
'''3. Click Rosetta Deposit.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 1.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''4. Log in with credentials.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 2.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. Click Add Deposit Activity.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 3.PNG|650px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. Choose Material Flow.'''&lt;br /&gt;
::* CSV, Dublin Core (DC), METS&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 4.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''7. Select the correct deposit folder and click Next.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 5.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''8. Confirm the Files location and click Submit Deposit.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 6.PNG|650px|border]]&lt;br /&gt;
&lt;br /&gt;
'''9. Make note of the SIP ID and monitor the deposit's progress by clicking &amp;quot;History.&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 7.PNG|650px|border]]&lt;br /&gt;
&lt;br /&gt;
'''10. Add a done file to the deposit folder'''&lt;br /&gt;
::* [http://wiki.cjh.org/index.php/File:Done.zip Download done.zip]&lt;br /&gt;
::* Extract 'done' file from zip&lt;br /&gt;
::* Place 'done' file inside deposit folder next to the content folder&lt;br /&gt;
&lt;br /&gt;
::: [[File:Manual dep 8.PNG|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Manual_dep_7.PNG&amp;diff=1797</id>
		<title>File:Manual dep 7.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Manual_dep_7.PNG&amp;diff=1797"/>
		<updated>2024-07-24T14:28:42Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Manual dep 7.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Web_Deposit_Workflow&amp;diff=1796</id>
		<title>Web Deposit Workflow</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Web_Deposit_Workflow&amp;diff=1796"/>
		<updated>2024-07-24T14:26:30Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a manual deposit workbench for those who do not want to wait for a submission job to run.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Access to Rosetta back end.&lt;br /&gt;
* A processed deposit.&lt;br /&gt;
** See [[New_Deposits| the New Deposits page]] for information on how to put together a deposit.&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
'''1. Move or copy the deposit folder to the appropriate submission folder.''' &lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 1a.png|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Go to [https://digipres.cjh.org https://digipres.cjh.org]'''&lt;br /&gt;
&lt;br /&gt;
'''3. Click Rosetta Deposit.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 1.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''4. Log in with credentials.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 2.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. Click Add Deposit Activity.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 3.PNG|650px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. Choose Material Flow.'''&lt;br /&gt;
::* CSV, Dublin Core (DC), METS&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 4.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''7. Select the correct deposit folder and click Next.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 5.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''8. Confirm the Files location and click Submit Deposit.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 6.PNG|650px|border]]&lt;br /&gt;
&lt;br /&gt;
'''9. Make note of the SIP ID and monitor the deposit's progress by clicking &amp;quot;History.&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 7.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''10. Add a done file to the deposit folder'''&lt;br /&gt;
::* [http://wiki.cjh.org/index.php/File:Done.zip Download done.zip]&lt;br /&gt;
::* Extract 'done' file from zip&lt;br /&gt;
::* Place 'done' file inside deposit folder next to the content folder&lt;br /&gt;
&lt;br /&gt;
::: [[File:Manual dep 8.PNG|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Manual_dep_6.PNG&amp;diff=1795</id>
		<title>File:Manual dep 6.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Manual_dep_6.PNG&amp;diff=1795"/>
		<updated>2024-07-24T14:24:53Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Manual dep 6.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Manual_dep_5.PNG&amp;diff=1794</id>
		<title>File:Manual dep 5.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Manual_dep_5.PNG&amp;diff=1794"/>
		<updated>2024-07-24T14:14:31Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Manual dep 5.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Manual_dep_4.PNG&amp;diff=1793</id>
		<title>File:Manual dep 4.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Manual_dep_4.PNG&amp;diff=1793"/>
		<updated>2024-07-24T14:11:50Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Manual dep 4.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Web_Deposit_Workflow&amp;diff=1792</id>
		<title>Web Deposit Workflow</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Web_Deposit_Workflow&amp;diff=1792"/>
		<updated>2024-07-24T14:09:30Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a manual deposit workbench for those who do not want to wait for a submission job to run.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Access to Rosetta back end.&lt;br /&gt;
* A processed deposit.&lt;br /&gt;
** See [[New_Deposits| the New Deposits page]] for information on how to put together a deposit.&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
'''1. Move or copy the deposit folder to the appropriate submission folder.''' &lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 1a.png|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Go to [https://digipres.cjh.org https://digipres.cjh.org]'''&lt;br /&gt;
&lt;br /&gt;
'''3. Click Rosetta Deposit.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 1.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''4. Log in with credentials.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 2.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. Click Add Deposit Activity.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 3.PNG|650px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. Choose Material Flow.'''&lt;br /&gt;
::* CSV, Dublin Core (DC), METS&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 4.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''7. Select the correct deposit folder and click Next.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 5.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''8. Confirm the Files location and click Submit Deposit.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 6.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''9. Make note of the SIP ID and monitor the deposit's progress by clicking &amp;quot;History.&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 7.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''10. Add a done file to the deposit folder'''&lt;br /&gt;
::* [http://wiki.cjh.org/index.php/File:Done.zip Download done.zip]&lt;br /&gt;
::* Extract 'done' file from zip&lt;br /&gt;
::* Place 'done' file inside deposit folder next to the content folder&lt;br /&gt;
&lt;br /&gt;
::: [[File:Manual dep 8.PNG|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Manual_dep_3.PNG&amp;diff=1791</id>
		<title>File:Manual dep 3.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Manual_dep_3.PNG&amp;diff=1791"/>
		<updated>2024-07-24T14:06:01Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Manual dep 3.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Web_Deposit_Workflow&amp;diff=1790</id>
		<title>Web Deposit Workflow</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Web_Deposit_Workflow&amp;diff=1790"/>
		<updated>2024-07-24T14:02:58Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a manual deposit workbench for those who do not want to wait for a submission job to run.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Access to Rosetta back end.&lt;br /&gt;
* A processed deposit.&lt;br /&gt;
** See [[New_Deposits| the New Deposits page]] for information on how to put together a deposit.&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
'''1. Move or copy the deposit folder to the appropriate submission folder.''' &lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 1a.png|border]]&lt;br /&gt;
&lt;br /&gt;
'''2. Go to [https://digipres.cjh.org https://digipres.cjh.org]'''&lt;br /&gt;
&lt;br /&gt;
'''3. Click Rosetta Deposit.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 1.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''4. Log in with credentials.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 2.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''5. Click Add Deposit Activity.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 3.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''6. Choose Material Flow.'''&lt;br /&gt;
::* CSV, Dublin Core (DC), METS&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 4.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''7. Select the correct deposit folder and click Next.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 5.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''8. Confirm the Files location and click Submit Deposit.'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 6.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''9. Make note of the SIP ID and monitor the deposit's progress by clicking &amp;quot;History.&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
:: [[File:Manual dep 7.PNG|700px|border]]&lt;br /&gt;
&lt;br /&gt;
'''10. Add a done file to the deposit folder'''&lt;br /&gt;
::* [http://wiki.cjh.org/index.php/File:Done.zip Download done.zip]&lt;br /&gt;
::* Extract 'done' file from zip&lt;br /&gt;
::* Place 'done' file inside deposit folder next to the content folder&lt;br /&gt;
&lt;br /&gt;
::: [[File:Manual dep 8.PNG|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Manual_dep_2.PNG&amp;diff=1789</id>
		<title>File:Manual dep 2.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Manual_dep_2.PNG&amp;diff=1789"/>
		<updated>2024-07-24T13:57:27Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Manual dep 2.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=File:Manual_dep_1.PNG&amp;diff=1788</id>
		<title>File:Manual dep 1.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=File:Manual_dep_1.PNG&amp;diff=1788"/>
		<updated>2024-07-24T13:52:50Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: Abyrne uploaded a new version of File:Manual dep 1.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1787</id>
		<title>Rosetta</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Rosetta&amp;diff=1787"/>
		<updated>2024-07-24T13:46:59Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
Rosetta is a digital assets management system (DAMS) and digital preservation system. Like [[Aleph]] and [[Primo]], Rosetta is owned by [http://www.exlibrisgroup.com/products/rosetta-digital-asset-management-and-preservation/ Ex Libris].&lt;br /&gt;
&lt;br /&gt;
The CJH installation of Rosetta is located at:&lt;br /&gt;
&lt;br /&gt;
https://digipres.cjh.org&lt;br /&gt;
&lt;br /&gt;
*[[Metadata and Searching]]&lt;br /&gt;
&lt;br /&gt;
=Files=&lt;br /&gt;
*[https://centerjewishhist-my.sharepoint.com/:u:/g/personal/eafritzler_cfjh_net/EbwXVwXRLZlEjqFrtcomfF0BRmJ7HYpA5_srDuAcX3DThw Rosetta Deposit Processor Installer] (version 3.5.1; updated 1/11/2023)&lt;br /&gt;
*[http://wiki.cjh.org/index.php/File:Deposit_template.csv CSV Deposit Template] (updated 12/5/2022)&lt;br /&gt;
&lt;br /&gt;
=Rosetta Deposit Processor=&lt;br /&gt;
The Rosetta Deposit Processor application was built by Kevin Powell in 2018 and is distributed under an [https://en.wikipedia.org/wiki/MIT_License MIT License]. &lt;br /&gt;
Special thanks to the National Library of New Zealand for their open source [https://github.com/NLNZDigitalPreservation Rosetta METS Python library].&lt;br /&gt;
&lt;br /&gt;
=== Download and Installation ===&lt;br /&gt;
&lt;br /&gt;
*[[Rosetta Deposit Processor Installation Guide|Installation Guide]]&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
*[[New Deposits]]&lt;br /&gt;
*[[Rosetta Ingest]]&lt;br /&gt;
&lt;br /&gt;
=Tutorials=&lt;br /&gt;
*[[How to Check SIP Status]]&lt;br /&gt;
*[[How to Define Access Rights]]&lt;br /&gt;
*[[How to Download an Individual TIF]]&lt;br /&gt;
*[[How to Edit Dublin Core Records]]&lt;br /&gt;
*[[How to Replace a File]]&lt;br /&gt;
*[[How to Save a Search Query]]&lt;br /&gt;
*[http://wiki.cjh.org/index.php/New_Deposits#Synchronize How to Synchronize with Aleph or ArchivesSpace]&lt;br /&gt;
*[https://wiki.cjh.org/images/1/17/TIFF_JHOVE_Metadata_Extraction_errors.pdf TIFF Metadata Extraction Error Guide]&lt;br /&gt;
*[[How to find the storage location of an IE]]&lt;br /&gt;
&lt;br /&gt;
=Workflows=&lt;br /&gt;
*[[Ingest one file into Rosetta]]&lt;br /&gt;
*[[Web Deposit Workflow]]&lt;br /&gt;
*[[Post-Ingest Aleph Workflows]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Ex Libris Manuals=&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63950/Rosetta_Staff_User's_Guide.pdf?revision=1 Staff users Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63973/Rosetta_Producers_Guide.pdf?revision=1 Producers Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63960/Rosetta_Preservation_Guide.pdf?revision=1 Preservation Guide]&lt;br /&gt;
*[https://knowledge.exlibrisgroup.com/@api/deki/files/63952/Rosetta_System_Administration_Guide.pdf?revision=1 System Administration Guide]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
	<entry>
		<id>https://wiki.cjh.org/index.php?title=Post-Ingest_Aleph_Workflows&amp;diff=1786</id>
		<title>Post-Ingest Aleph Workflows</title>
		<link rel="alternate" type="text/html" href="https://wiki.cjh.org/index.php?title=Post-Ingest_Aleph_Workflows&amp;diff=1786"/>
		<updated>2024-07-24T13:37:03Z</updated>

		<summary type="html">&lt;p&gt;Abyrne: updated url to add the http and remove port 1801&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Required steps in Aleph after ingesting material into Rosetta. For information on how to add these fields to Aleph in a batch, [http://wiki.cjh.org/index.php/File:How_to_batch_add_a_field_containing_different_info_for_each_record.docx download this tutorial].&lt;br /&gt;
&lt;br /&gt;
If you are synchronizing a Rosetta record with Aleph, do NOT use the system number for a collection-level EAD record. The synchronization does not add fields, rather it replaces the entire Dublin Core record in Rosetta with the record coming out of Aleph. This means that a collection-level system number will replace the specific folder name with collection-level metadata.&lt;br /&gt;
&lt;br /&gt;
== Add Two Fields to Aleph Record ==&lt;br /&gt;
&lt;br /&gt;
=== Add 856 Link ===&lt;br /&gt;
* Field = 856&lt;br /&gt;
** '''Indicators'''&lt;br /&gt;
*** ind1 = 4&lt;br /&gt;
*** ind2&lt;br /&gt;
**** '  ' = no information&lt;br /&gt;
**** '1' = digitized material&lt;br /&gt;
**** '0' = born-digital material&lt;br /&gt;
* $$z Digital Form&lt;br /&gt;
* $$u &amp;lt;nowiki&amp;gt;https://digipres.cjh.org/delivery/DeliveryManagerServlet?dps_pid=&amp;lt;/nowiki&amp;gt;'''[Insert IE PID Here]'''&lt;br /&gt;
&lt;br /&gt;
[[File:856 link.PNG|border]]&lt;br /&gt;
&lt;br /&gt;
=== Add ROS Field ===&lt;br /&gt;
* Field = ROS&lt;br /&gt;
* $$a Y&lt;br /&gt;
* $$b [Aleph System Number with leading zeros]&lt;br /&gt;
** ''This number should match the Aleph system number stored in Rosetta.''&lt;br /&gt;
&lt;br /&gt;
'''ROS field in Aleph:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Ros field.PNG|400px|border]]&lt;br /&gt;
&lt;br /&gt;
'''Aleph system number represented in Rosetta:''' &lt;br /&gt;
:* The CJH- prefix is allowed, though not required. It will not disrupt the synchronization&lt;br /&gt;
&lt;br /&gt;
[[File:Rosetta_search.PNG|600px|border]]&lt;/div&gt;</summary>
		<author><name>Abyrne</name></author>
	</entry>
</feed>