Using AtoM (Access to Memory) to create EAD

AtoM stands for Access to Memory and it is a web-based open source application for standards-based archival description and access in a multilingual, multi-repository environment. Initially created with support from the International Council on Archives (ICA), the tool is now being developed further and continuously supported by Artefactual Systems.

This means that the latest release of the tool is available for free download under the name AtoM via Artefactual's website, while a previous release with the version number 1.3.1 can still be downloaded under the name ICA-AtoM as well.

Technical requirements and options

Both tools, the most current version of AtoM as well as version 1.3.1 of ICA-AtoM, have to be installed on a web server (see the AtoM documentation for version 2.6 respectively ICA-Atom's installation documentation for more information). However, there are two alternatives, if you do not have your own web server:

The latter option is described in more detail below for the scenario of using a Windows 7 32-bits desktop computer/laptop with WampServer version 2.2 and the old ICA-AtoM release 1.3.0. The same approach has also been tested successfully on a Windows 8.1 and Windows 10 64-bits computer/laptop.

Installing WampServer v2.2 on Windows 7 32-bits

Downloading WampServer v2.2

For installing WampServer v2.2 on a Windows 7 32-bits desktop computer or laptop, download the appropriate file to any directory on your desktop computer or laptop. Note: you can check whether your desktop computer or laptop is running Windows 7 32-bits (or 64-bits) by right clicking on the "Computer" icon on your desktop and choosing "Properties".

Installing WampServer v2.2

WampServer v2.2 is created in Microsoft's Visual C++ for Visual Studio 2012, so it needs this component to be installed first. It might already be installed on your computer, but if it isn't, you can download the file named "vcredist_x86.exe" from the Visual C++ Download Centre to any directory on your hard drive, run the executable by double clicking on it and follow the instructions on your screen.

After you made sure the Visual C++ runtime component is installed on your computer, you can start installing the WampServer software by double clicking on the executable file in the download from earlier. This will open a series of screens:

  • Welcoming you to the WampServer Setup Wizard
  • Asking you to accept the licence agreement
  • Asking you to confirm the location to install the software (we would recommend sticking with the default, which will use the C:\ drive of your computer to create a folder named "wamp")
  • Asking you to accept the creation of a Quick Launch and a Desktop icon for WampServer
  • Asking you to click "Install" to start the actual installation

You can navigate from one screen to the other via the "Next" and "Back" buttons (or you can "Cancel" the installation).

During the installation you might receive one or two of the following messages:

  • A message that Firefox has been detected on your computer and asking you whether you would want to use it as the default browser with WampServer. We recommend that you answer this question with "Yes".
  • A message that the Windows Firewall has blocked some features of Apache HTTP Server. You will have to click "Allow access" for WampServer to run smoothly.

At the end of the installation you will be asked to provide the name of an SMTP server and an email address. For the first, you can accept the default value "localhost", for the second you will have to provide a valid email address to go with that; then click on "Next" to continue. Clicking "Finish" in the next screen will then complete the installation. If you have left the checkmark of "Launch WampServer 2 now" during the installation, you will now have an extra icon (the "W" of WampServer) at the right of your taskbar.

The W icon for WampServer will turn from red via orange into green, indicating the installation went well and your personal web server has been activated.

Clicking on this green W icon gives you access to the interface of WampServer with various options including ways to debug your server and for quick admin access. You can check whether your personal web server is really active by clicking on "Localhost" option in the WampServer interface.

This brings you to the WampServer homepage, where you get an overview of the server configuration as well as access to additional tools and your projects, your virtual hosts, and your aliases.

Note: there is no website or software tool running within your personal web server, WampServer v2.2, yet, because the section "Your Projects" is still empty.

Fine-tuning WampServer 2.2

Before installing ICA-AtoM on Wamp server, we have to fine-tune Wamp server a bit: we have to make some changes in the configuration file (php.ini) of the PHP software that runs inside Wamp server and we have to create a MySQL database to be used by ICA-AtoM later on.

Changing the php.ini file

Changing the php.ini file can be done via the Wamp server interface: click on the green W icon on the right of your task bar and choose "PHP" in the main menu to open the respective sub-menu; select "php.ini" here

The php.ini file will open as a text document, using the application set as default for opening such documents on your computer, e.g. Windows Notepad. In this text file you will have to change the following lines:

  • "max_execution_time = 30", the value 30 has to be changed into 180 (to give ICA-AtoM some more time to process large files)
  • "upload_max_filesize = 2M", the value 2M has to be changed into 20M (to be able to re-upload large files in ICA-AtoM for making changes)
  • "post_max_size = 8M", the value 8M has to be changed into 20M (again for the re-upload of large files in ICA-AtoM)

You can use the search functionality offer by the application to look for these lines in the php.ini file. Once you have found these lines, simply change their value as indicated above.

Save the php.ini file when you've applied these changes, close it and restart your personal web server by choosing "Restart All Services" in the WampServer interface.

You will see the W icon on the right of your taskbar gradually changing from red via orange to green again and then the changes you have made in the php.ini file are active.

Creating a MySQL database

Creating a MySQL database to be used for ICA-AtoM later on can also be done via the WampServer interface: click on the green W icon on the right of your taskbar again and choose "PHPMyAdmin" in the main menu. This will open the PHPMyAdmin main screen.

In this screen go to the tab "Databases", enter a name for the database you want to create, for example "icaatom", choose "utf8_unicode_ci" from the drop-down list next to the database name and click the "Create" button. This will create a new empty database for you to use.

Once your new database is successfully created, you can close the PHPMyAdmin part of WampServer again by closing the PHPMyAdmin screen.

Your personal web server is now fully prepared for ICA-AtoM, so you can proceed to installing ICA-Atom 1.3.0.

Installing ICA-AtoM v1.3.0 on WampServer v2.2

Any website or software tool that you want to run within your personal web server, WampServer v2.2, has to be installed in the directory "www" of the WampServer installation.

Downloading and installing ICA-AtoM v1.3.0

For installing ICA-AtoM on WampServer v2.2, download the release 1.3.0 and extract it into the subdirectory "www" of your WampSever installation. I.e. if you have accepted the default value for the WampServer directory according to the WampServer installation describe above, extract it into: C:\wamp\www\

After extraction, the "www" directory will contain a new sub-directory called "icaatom-1.3.0" and a file called "package.xml".

The actual installation of ICA-AtoM will then take place within your personal web server, WampServer v2.2, so go to the WampServer interface via the green W icon on the right of the taskbar and choose "Localhost". You will see the opening screen of WampServer in your web browser again, but this time it has a project in the "Your Projects" section: a link to the directory "icaatom-1.3.0", which you just created in C:\wamp\www\

Fine-tuning ICA-AtoM v1.3.0

Clicking on the link "icaatom-1.3.0" in the "Your Projects" section of WampServer opens the first ICA-AtoM installation screen in your web browser. It will perform a check whether your system (i.e. your personal web server, WampServer v2.2) is suitable for an ICA-AtoM installation, once you have clicked "Continue" in this first screen.

After a successful system check, the "Database configuration" screen will appear and you will be asked to enter information on the database ICA-AtoM can use. Replace the default value for the database name, "qubit", with the name of the database you created when fine-tuning WampServer, i.e. with "icaatom". Then accept the default values for the database username and the database password (unless you entered a specific username and password for the database "icaatom" in WampServer) and click the "Save and continue" button.

Next the "Site configuration" screen will appear in which you can enter some basic information for the ICA-AtoM website in which you can publish your EAD finding aids. Enter a site title, a site description and provide a username, email address and password for the administrator account. Then click the "Save and continue" button again.

ICA-AtoM will now process this information and will finish the installation process, after which you can return to the main screen of ICA-AtoM via the link "You may now visit your new site".

The main screen of ICA-AtoM opens in your web browser and from now on this screen will appear when you click the link "icaatom-1.3.0" in the "Your Projects" section of your personal web server, after accessing the main scree of your personal web server via choosing "Localhost" in the WampServer interface.

This means that ICA AtoM v1.3.0 is now up and running on your personal web server, WampServer v2.2, and you can start using it to create EAD finding aids.

Using ICA-AtoM v1.3.0 to create EAD XML finding aids

It is not the intention of this page to provide a full manual on all possibilities of ICA-AtoM. For that, please take a look at the official user manual. The purpose of this page is to show how ICA-AtoM can be used to create finding aids in EAD XML which subsequently can be uploaded to Archives Portal Europe. Therefore this page will focus on how to start the software, providing brief overview of the interface, and on how to configure an archival institution/repository and how to create finding aids in EAD XML for it.

Starting ICA-AtoM

Once you have installed WampServer v2.2 and ICA-AtoM v1.3.0, you can start ICA-AtoM by first activating WampServer on your computer via double clicking on the WampServer desktop icon. Then you can use two ways to start ICA-AtoM:

  • 1) go to the WampServer interface by clicking on the green W icon on the right of the taskbar, then choose "Localhost" and click on the link "icaatom-1.3.0" in the section "Your Projects" on the screen that opens, or
  • 2) open your web browser and type "localhost/icaatom-1.3.0" directly in the URL bar

Both ways will lead you to the start screen of ICA AtoM. This is actually the front-end of ICA-AtoM via which information on archival material is published for end-users. If you want to enter information in ICA-AtoM to be published, you have to log in and you can do that using the email address and password you provided for the administrator account when configuring ICA-AtoM in one of the previous steps.

Once logged in you have access to several menu options:

  • Add, with the sub-options to add "Accession records", "Archival descriptions", "Authority records", "Archival institutions", "Terms" and "Functions";
  • Manage, with the sub-options to manage "Accessions", "Donors", "Physical storage", "Rights holders" and "Taxonomies";
  • Import, with the sub-options to import data as "XML" and "CSV"
  • Admin, with the sub-options to configure the software any further in terms of "Users", "Groups", "Static pages", "Menus", "Plugins", "Themes", "Settings", "Description updates", "Global search/replace" and "Visible elements"

Furthermore it is important to know that the Language of the interface can be changed from the default "English" into one of the following languages: "French", "Spanish", "Dutch" and "Portuguese". Last, the menu option Quick links gives access to some basic information about the software, the user's profile and the log out option, with the latter two also being available via your account area (here named admin).

Creating an Archival institution

Before we can create a finding aid, we have to define the archival institution to which it belongs, because ICA-AtoM is actually designed to act as a portal to publish information on archival material from several archival institutions. However, to show how you can use ICA-AtoM to create finding aids in EAD XML which you can subsequently upload in Archives Portal Europe, we will only create one archival institution and when doing that we will also just stick to the basics, so only enter the mandatory information.

To get started, go to the menu option Add and select the sub-menu option Archival institutions. The screen will show all options for entering information collapsed. Following the ISDIAH standard, these options are presented as "Identity area", "Contact area", "Description area", "Access area", "Services area" and "Control area".

Clicking on the name of an area, will expand this section and show all fields that can hold information. When you 'mouse-over' a specific field, an info box with an explanation of the information needed in that field is shown. Within the Identity area, the fields "Identifier" and "Authorized form of name" are mandatory.

Within the Contact area it is mandatory to enter the information for at least one contact person. Click the Add new link to enter the information of a contact person and a pop-up screen will be opened where you can enter the appropriate details.

Clicking the "Submit" button will save the information, close the pop-up window and return you to the "Contact area" where you will see that the contact person has been added. The other areas don't have mandatory fields, so you can now create the archival institution and save the information you have just entered by clicking the "Create" button.

You now get an overview of the information of the archival institution you have just created. This information will be available whenever you click on Archival institutions in the Browse navigation. If necessary you can add or change information by using the Pencil icon buttons.

Creating a Record creator

Before we can create a finding aid, we also have to define one or more creators for the archival fonds it describes. In ICA-AtoM the information on creators of archival material are called Authority records.

Once more we go to the menu option Add, where we now and select the sub-menu option Authority records. The screen will show all options for entering information collapsed. Following the ISAAR-CPF standard, these options are shown within an "Identity area", a "Description area", a "Relationships area" and a "Control area".

Clicking on the name of an area, will expand this section and show all fields that can hold information. Again, when you 'mouse-over' a field, an info box with an explanation of the information needed is shown. Within the Identity area, the fields "Type of entity" and "Authorized form of name" are mandatory. While the latter is a text field, the former provides a drop-down menu with the values "Corporate body", "Family" and "Person" to choose from.

Within the Description area the field "Dates of existence" is mandatory and within the Control area the field "Description identifier" is as well.

The Relationships area and Control area don't have mandatory fields, so you can now create the authority record and save the information you have just entered by clicking the Create button. You now get an overview of the information for the authority record, i.e. the record creator, you have just entered. This information will be available whenever you click on Authority records in the Browse navigation. If necessary you can add or change information by using the Pencil icon buttons.

Creating a Finding aid

Now you can start creating a finding aid and you can do that via the main menu option Add and the sub-menu option Archival descriptions. The screen will show all options for entering information collapsed. Following the ISAD(G) standard, these options are presented via the "Identity area", "Context area", "Content and structure area", "Conditions of access and use area", "Allied materials area", "Notes area", and "Description control area". Furthermore, the sections "Access points", "Rights area" and "Administration area" are available.

At first you will be asked to provide relevant information about the archival fonds or collection as a whole. In the process, you will then be able to also add information for the record sets, records, and record parts included within this fonds or collection (though this is not a requirement).

Within the Identity area there are several mandatory fields: the "Identifier", the "Title" (on fonds/collection level this will also be used as the title of the finding aid), the "Date(s) of creation", the "Level of description" (which can be chosen from a drop-down menu), and the "Extent and medium" information. In between the "Level of description" and the "Extent and medium" information you will also find a section to Add new child levels. For each of these, you will have to provide their "Identifier", "Level of description", and "Title".

Within the Context area you will have to provide the name of the "Record creator(s)", which you can choose from a drop-down menu showing the one(s) you created during one of the previous steps. In the same way, you can select the "Archival institution" holding the materials described within your finding aid, though this is optional.

The other areas don't have mandatory fields, so you can now create the finding aid and save the information you have just entered by clicking the Create button.

You now get an overview of the information of the finding aid you have just created. This information will be available whenever you click on Archival descriptions in the Browse navigation. If necessary you can add or change information by using the Pencil icon buttons.

When you click on the arrow in front of the finding aid's identifier and title in the Fonds part of the menu on the left, the hierarchical tree with its components will expand (provided you have created child levels in the previous step) and their information will be displayed in the right part of the screen accordingly. There you can then add or change information for each child level separately if necessary using the Pencil icon buttons.

Below the "Fonds" part of the side menu, you will also find a section to Export, where you can choose between exporting your finding aid in the formats Dublin Core 1.1 or EAD 2002. Clicking the EAD 2002 XML link here, will open your finding aid in the format EAD 2002 XML in your browser for you to check. Using the Save Page or Save As functionality of your browser, you can then download the EAD 2002 XML file to your local hard drive.

You can then use this EAD 2002 XML file with the Archives Portal Europe's Data Preparation Tool for further checks and processing, or upload it directly to your account on the Archives Portal Europe's dashboard, where you can also check it via the Preview option before publishing it officially to the portal.

For content providers

Standards Data preparation

Archives Portal Europe help guide

Please select amongst the relevant tips we can help with. If you still have questions, please do not hesitate to contact us, and we will be in touch as soon as possible.

Starting your search here will include all content available in Archives Portal Europe. Simply enter your keyword(s) and hit the search button. Wrap fixed expressions in quotation marks, e.g. “French Revolution”. Check the box to “Search each term separately” in case you are looking for documents containing at least one word, but not necessarily all keywords; this will also allow you to search for the same term in multiple languages at the same time (e.g. “French Revolution” “Révolution Française”). You can also use wildcards - find more about Research Tools here. If you would like to use more specific settings, try our Advanced search

The additional advanced search options give you the possibility to focus your search in:

  • archival documents (Search in archives),
  • names of person and organisations that created, worked with and maintained these documents (Search in names),
  • Institutions currently holding the documents (Search in institutions).

When searching with multiple terms at the same time, wrap fixed expressions in quotation marks (e.g. "French Revolution"), or check the box "Search each term separately" in case you are looking for either one term of the other. This will also allow you to search for the same term in multiple languages (e.g. "French Revolution" "Révolution française"). You can also choose one of the suggestions matching your search term once you start typing.

This will only show results that include documents that have been digitised and are available online

Use this option to search only one or more keywords, rather than all of them

Select where your search terms should appear specifically inside the archival description:

  • Title: search terms will appear in the title, or name, of the description
  • Content Summary: search terms will appear in the main description of the document or of the collection
  • Reference code: it is the identifier of the archival material as provided by the institution. Use this option if you know the exact reference code of the material you are looking for

You can filter results by selecting where your search terms appears specifically inside the archival description:

  • The name can be the full name of a person, family or organisation as well as only parts of it, e.g. only the last name.
  • The identifier is used internally by the institution or refers to (inter)national vocabularies such as the Virtual International Authority File (VIAF).
  • The place can be the place of birth (or foundation), the place of death (or closing), the place of work or any other place of importance.
  • The occupation is the profession or job of a person.
  • The mandate is a law, directive or charter that establishes and defines an organisation's powers, functions, responsibilities or sphere of activities.
  • The function is an activity, role, or purpose performed or manifested by a person, family or organisation.

You can filter results by selecting where your search terms appears specifically inside the description of the archive:

  • Name: search term appears in the name of the institution. It can be the full name of an archival institution or only parts of it.
  • Place: search term appears in the address or area of the institution. It can be the city or town, where the archival institution is located or any other place of importance (e.g. previous locations)

  • A finding aid is a structured description of archival materials per collection or fonds, up to item level.
  • A holdings guide is an overview of the collections and fonds of one archival institution.
  • A source guide is a topic-oriented overview of collections and fonds of one or several institutions.
    You can filter by one or more entity types:
  • A person (e.g. John Locke, or Jean Jaques Rousseau);
  • A family (e.g. Bonaparte, or Helgason);
  • A corporate body, i.e. the name of an institution, organisation, or company (e.g. Ministerie van Justitie, or Electro Mecánica Antonio Armentano)

Please note that this filter will only include institutions, for which a type has been provided as part of their descriptions:

  • A business archive holds the records of (often) commercial organisations.
  • A church or religious archive holds the records of church parishes or religious organisations, e.g. birth or death registers.
  • A county or local authority archive holds the records of the county's administrative bodies.
  • A media archive holds audiovisual or sound records, e.g. a film archive or the archive of a broadcasting company.
  • A municipal archive holds the records of a town or city administration.
  • A national archive holds the records of a country's administrative bodies, i.e. from ministries and other public bodies, sometimes also private papers of former ministers, chancellors, or presidents.
  • A private person or family archive holds the records forming the legacy of a prominent person or family.
  • A regional archive holds the records of a region's administrative bodies.
  • A specialised governmental archive holds records of public bodies, often operating on a national level, that are not part of the national archives' holdings.
  • A specialised non-governmental archive or archive of another cultural heritage institution hold collections from various cultural heritage institutions, eg. museum archives, libraries archives, etc
  • A university archive or archive of another research organisation holds the records pertaining to the administration of the according educational or research body.
  • Political parties, popular/labour movements and other non-governmental organisations, associations, agencies and foundations hold the archival collections of these institutions, outside of governmental records and outside of business archives (e.g., NGOs)

Enter a start and/or end date in the format DD-MM-YYYY, i.e. 01-01-1900 for 1 January 1900. This will allow you to focus your search on a specific period of time. You can use the calendar function or type directly in the text field. The checkbox "Exact date search" concentrates the search on one specific date.

Check "View in context" to view the results in the hierarchical structure of archives.

  • Choose "List view" to view the results in a simple list, ordered according to relevance or date
  • Choose "Context view" to view the results in the hierarchical structure of the holding archives.

For more details see Research Tools

Please sign in to save your searches.

A holdings guide is an overview of the collections and fonds of one archival institution.

A finding aid is a structured description of archival materials per collection or fonds up to item level.

You can filter results by selecting one or more countries of interest. You can also combine this filter with other filters. Your filter selection will appear above. Click "Clear filters" to see all results matching your initial search request again.

You can filter results by one or more holding archival institutions. You can also combine this filter with other filters. Your filter selection will appear above. Click "Clear filters" to see all results matching your initial search request again.

You can select to view results from a specific Finding Aid, i.e., a structured description of archival materials per collection or fonds up to item level. You can also combine this filter with other filters. Your filter selection will appear above. Click "Clear filters" to see all results matching your initial search request again.

You can filter by type of descriptive document:

  • "Holdings Guide": an overview of the collections and fonds of one archival institution.
  • "Source guide": a topic-oriented overview of collections and fonds of one or several institutions. a description of the archival collections available. Similar to Holdings guides
  • "Finding aid" provides more detailed descriptions of the archival materials of specific collections or fonds

You can also combine this filter with other filters. Your filter selection will appear above. Click "Clear filters" to see all results matching your initial search request again.

You can filter results by selecting "Fonds description" for a general overview or "Other descriptions" for item level. You can also combine this filter with other filters. Your filter selection will appear above. Click "Clear filters" to see all results matching your initial search request again.

You can filter results by selecting only those containing digital objects, i.e. the link to the digitised version of the archival material you are looking for. You can also combine this filter with other filters. Your filter selection will appear above. Click "Clear filters" to see all results matching your initial search request again.

You can filter results by type of digital object you are interested in:

  • Text: most documental material, such as administrative records, letters, manuscripts etc.
  • Image: includes photographs, posters, maps.
  • Sound: sound recording with no images
  • Video: moving images with or without sound
  • Unspecified: indicates that the holding institution has not specified the type of digital object
  • 3D: 3-d digital objects

You can also combine this filter with other filters. Your filter selection will appear above. Click "Clear filters" to see all results matching your initial search request again.

You can filter results based on the date of creation of the archival material (which may differ from the time period you are interested in - e.g., philosophers from the Enlightenment period reflecting on classic thinkers)

  • Full dates includes normalised date information available for date-based searches. It is recommended to combine this selection with the filters "Start timespan" and "End timespan" for more details.
  • Only descriptive dates provides the date information in human-readable format.
  • No date either includes documents where the creation date is unknown, or where date information is not in a machine-readable format

Please note that not all documents contain a machine-readable date. More information here

You can filter results based on the date of creation of the archival material (which may differ from the time period you are interested in - e.g., philosophers from the Enlightenment period reflecting on classic thinkers). This filter will only include materials with "Full dates", i.e. those that include date information available for date-based searches. You can either search for a specific date of interest or focus step by step on the time span of a century, decade, year or month. When searching for a specific date, enter the date in the format DD-MM-YYYY, i.e. 01/01/1900 for 1 January 1900, via the calendar function or by typing directly in the text field.
This filter concentrates on the earliest dates mentioned in the materials.

You can filter results based on the date of creation of the archival material (which may differ from the time period you are interested in - e.g., philosophers from the Enlightenment period reflecting on classic thinkers). This filter will only include materials with "Full dates", i.e. those that include date information available for date-based searches. You can either search for a specific date of interest or focus step by step on the time span of a century, decade, year or month. When searching for a specific date, enter the date in the format DD-MM-YYYY, i.e. 01/01/1900 for 1 January 1900, via the calendar function or by typing directly in the text field.
This filter concentrates on the latest dates mentioned in the materials.

You can filter results based on the language in which the material is written. Please note that this filter will only include materials where specific language information has been provided by the institution and is therefore in a machine-readable format. You can also combine this filter with other filters. Your selection will then be displayed above the search results (see "Search filters"). Clicking "Clear filters" will remove your selection and you will see all results matching your initial search request again.



You can filter results by selecting one or more topics of interest. Please note that this filter will only include materials where the topic has been assigned and is therefore in a machine-readable format. Read how to assign a topic to documents on the Topics page. You can also combine this filter with other filters. Your selection will then be displayed above the search results (see "Search filters"). Clicking "Clear filters" will remove your selection and you will see all results matching your initial search request again.



You can filter results by selecting where your search terms appears specifically inside the archival description:

  • The name can be the full name of a person, family or organisation as well as only parts of it, e.g. only the last name.
  • The identifier is used internally by the institution or refers to (inter)national vocabularies such as the Virtual International Authority File (VIAF).
  • The place can be the place of birth (or foundation), the place of death (or closing), the place of work or any other place of importance.
  • The occupation is the profession or job of a person
  • The mandate is a law, directive or charter that establishes and defines an organisation's powers, functions, responsibilities or sphere of activities.
  • The function is an activity, role, or purpose performed or manifested by a person, family or organisation

You can also combine this filter with other filters. Your selection will then be displayed above the search results (see "Search filters"). Clicking "Clear filters" will remove your selection and you will see all results matching your initial search request again.

You can filter results by type of entities:

  • Person (e.g., John Locke or Jean Jaques Rousseau)
  • Family (e.g., the family Bonaparte)
  • Corporate body (an institution, organisation, or company, e.g. the "Ministerie van Justitie")
You can also combine this filter with other filters. Your selection will then be displayed above the search results (see "Search filters"). Clicking "Clear filters" will remove your selection and you will see all results matching your initial search request again.

You can filter results based on the language in which the material is written. Please note that this filter will only include materials where specific language information has been provided by the institution and is therefore in a machine-readable format. You can also combine this filter with other filters. Your selection will then be displayed above the search results (see "Search filters"). Clicking "Clear filters" will remove your selection and you will see all results matching your initial search request again.

You can filter results based on the type of holding institution. Please note that this filter will only include institutions, for which a type has been provided as part of their descriptions.

  • A business archive holds the records of (often) commercial organisations.
  • A church or religious archive holds the records of church parishes or religious organisations, e.g. birth or death registers.
  • A county or local authority archive holds the records of the county's administrative bodies.
  • A media archive holds audiovisual or sound records, e.g. a film archive or the archive of a broadcasting company.
  • A municipal archive holds the records of a town or city administration.
  • A national archive holds the records of a country's administrative bodies, i.e. from ministries and other public bodies, sometimes also private papers of former ministers, chancellors, or presidents.
  • A private person or family archive holds the records forming the legacy of a prominent person or family.
  • A regional archive holds the records of a region's administrative bodies.
  • A specialised governmental archive holds records of public bodies, often operating on a national level, that are not part of the national archives' holdings.
  • A specialised non-governmental archive or archive of another cultural heritage institution hold collections from various cultural heritage institutions, eg. museum archives, libraries archives, etc
  • A university archive or archive of another research organisation holds the records pertaining to the administration of the according educational or research body.
  • Political parties, popular/labour movements and other non-governmental organisations, associations, agencies and foundations hold the archival collections of these institutions, outside of governmental records and outside of business archives (e.g., NGOs)

Write your message in your own language and use this drop-down menu to have your message translated into English or in the language of the institution for a swifter response. By checking this box and selecting a language you will send your original message along with the translated version

What kind of suggestion would you like to make?

  • Assign to topic: assign this record to one of our Topics. Topics are created following the Unesco Thesaurus
  • Suggest translation: If you have translated this archival description or the documents themselves, please send it to us as a .doc or .pdf file
  • Connect to another resource: If this object relates to another resource in Archives Portal Europe, or anywhere else on the web (e.g., an article on Wikipedia), you can suggest it to be linked to this resource
  • Other: If you have any other relevant material, such as a transcription of the document, please upload it and let us know here

This is a test area to fill out all the copyright details for Attribution Creative Commons Licence

This object is not or no longer protected by copyright and has been labelled with the Public Domain Mark. It can be used by anyone without any restrictions.

This object is made available under the Creative Commons CC0 1.0 Public Domain Dedication. All possible existing rights in the content are waived, and the object can be used by anyone without any restrictions.

This object is made available under the terms of the Creative Commons - Attribution (BY) licence. You can copy, redistribute, remix, tweak, and build upon the licensed object, even commercially, as long as you attribute the rights holder as described in the licence.

This is a test area to fill out all the copyright details for Attribution Creative Commons Share Alike Licence

This is a test area to fill out all the copyright details for NoDerivs

This is a test area to fill out all the copyright details for NonCommercial

This object is in the public domain, but has been digitised as the outcome of a public-private partnership, where the terms of the contractual agreement limit commercial use for a certain period of time. You can copy, redistribute, remix, tweak, and build upon the object for non-commercial use only.

This object has been identified as an Orphan Work in the country of first publication and in line with the requirements of the national law implementing Directive 2012/28/EU of the European Parliament and of the Council of 25 October 2012 on certain permitted uses of orphan works.

You are free to use this object in any way that is permitted by the copyright and related rights legislation that applies to your use. Please note that you are responsible for your own use, including the need to obtain other permissions e.g. with regard to publicity, privacy or moral rights.

This object is in the public domain, but is subject to known legal restrictions other than copyright which prevent its free re-use. Please contact the providing institution for more information.

This object is currently in copyright. Please contact the providing institution for more information and in order to acquire additional permissions for re-use.

The copyright status of this object has not been evaluated yet. Please contact the providing institution for more information.

You are free to use this object in any way that is permitted by the copyright and related rights legislation that applies to your use. Please note that you are responsible for your own use, including the need to obtain other permissions e.g. with regard to publicity, privacy, or moral rights.

This object is currently in copyright and the rights holder(s) have allowed re-use for educational purposes only. You are free to use this object in any way that is permitted by the copyright and related rights legislation that applies to your use. Please note that you are responsible for your own use, including the need to obtain other permissions e.g. with regard to publicity, privacy or moral rights.

Please contact the providing institution for more information and in order to acquire additional permissions for any other uses.

This object is made available under the terms of the Creative Commons - Attribution, ShareAlike (BY-SA) licence. You can copy, redistribute, remix, tweak and build upon the licensed object, even for commercial purposes, as long as you attribute the rights holder as described in the licence, and you license your adaptations of the object under the same terms.

This object is made available under the terms of the Creative Commons - Attribution, ShareAlike (BY-SA) licence. You can copy, redistribute, remix, tweak and build upon the licensed object, even for commercial purposes, as long as you attribute the rights holder as described in the licence, and you license your adaptations of the object under the same terms.

This object is made available under the terms of the Creative Commons - Attribution, No Derivates (BY-ND) licence. You can copy and redistribute the object, even commercially, as long as no alteration is made to the object and you attribute the rights holder as described in the licence.

If you remix, transform or build upon the object, you may not distribute the modified material.

This object is made available under the terms of the Creative Commons - Attribution, Non-Commercial (BY-NC) licence. You can copy, redistribute, remix, tweak, and build upon the licensed object for non-commercial use only and as long as you attribute the rights holder as described in the licence.

This object is made available under the terms of the Creative Commons - Attribution, Non-Commercial, ShareAlike (BY-NC-SA) licence. You can copy, redistribute, remix, tweak, and build upon the licensed object for non-commercial use only, as long as you attribute the rights holder as described in the licence, and as long as you license your adaptations of the object under the same terms.

This object is made available under the terms of the Creative Commons - Attribution, Non-Commercial, No Derivates (BY-NC-ND) licence. You can copy and redistribute the object for non-commercial use only, as long as no alteration is made to the object and as long as you attribute the rights holder as described in the licence.

If you remix, transform or build upon the object, you may not distribute the modified material.

This object is in the public domain, but has been digitised as the outcome of a public-private partnership, where the terms of the contractual agreement limit commercial use for a certain period of time. You can copy, redistribute, remix, tweak, and build upon the object for non-commercial use only.

This object has been identified as an Orphan Work in the country of first publication and in line with the requirements of the national law implementing Directive 2012/28/EU of the European Parliament and of the Council of 25 October 2012 on certain permitted uses of orphan works.

You are free to use this object in any way that is permitted by the copyright and related rights legislation that applies to your use. Please note that you are responsible for your own use, including the need to obtain other permissions e.g. with regard to publicity, privacy or moral rights.

This object is in the public domain, but is subject to known legal restrictions other than copyright which prevent its free re-use. Please contact the providing institution for more information.

This object is currently in copyright. Please contact the providing institution for more information and in order to acquire additional permissions for re-use.

The copyright status of this object has not been evaluated yet. Please contact the providing institution for more information.

You are free to use this object in any way that is permitted by the copyright and related rights legislation that applies to your use. Please note that you are responsible for your own use, including the need to obtain other permissions e.g. with regard to publicity, privacy, or moral rights.

This object is currently in copyright and the rights holder(s) have allowed re-use for educational purposes only. You are free to use this object in any way that is permitted by the copyright and related rights legislation that applies to your use. Please note that you are responsible for your own use, including the need to obtain other permissions e.g. with regard to publicity, privacy or moral rights.

Please contact the providing institution for more information and in order to acquire additional permissions for any other uses.