<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.accesstomemory.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RCDEAA-MH</id>
		<title>AtoM wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.accesstomemory.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RCDEAA-MH"/>
		<link rel="alternate" type="text/html" href="http://wiki.accesstomemory.org/wiki/Special:Contributions/RCDEAA-MH"/>
		<updated>2026-04-30T21:46:29Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.7</generator>

	<entry>
		<id>http://wiki.accesstomemory.org/index.php?title=Development/MediaPlayers&amp;diff=3443</id>
		<title>Development/MediaPlayers</title>
		<link rel="alternate" type="text/html" href="http://wiki.accesstomemory.org/index.php?title=Development/MediaPlayers&amp;diff=3443"/>
				<updated>2023-04-16T21:25:51Z</updated>
		
		<summary type="html">&lt;p&gt;RCDEAA-MH: /* Final recommendation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#pagetitle:Media players}}&lt;br /&gt;
[[Development]] &amp;gt; MediaPlayers&lt;br /&gt;
&lt;br /&gt;
This page will provide an overview of the digital object media player(s) supported in AtoM, which are used to allow users to play access derivative copies of streaming media such as video and audio files in the browser. It was first created on 2018-11-23, and is current as of the AtoM 2.4 and 2.5 releases.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Early implementation==&lt;br /&gt;
&lt;br /&gt;
The current media library, [https://flowplayer.com/ Flowplayer], was implemented in the [[Releases/Release_announcements/Release_1.0.8-beta|1.0.8-beta release]]. At the time, Flowplayer was a flash-based video player (version 3.1 of Flowplayer was released in [https://sourceforge.net/p/flowplayer/news/2009/04/flowplayer-31-is-out-now/ April 2009]), and version 3.1.5 was added to AtoM in August of 2009, and included in the 1.0.8 release.&lt;br /&gt;
&lt;br /&gt;
==Current status==&lt;br /&gt;
&lt;br /&gt;
Since the initial implementation of Flowplayer in AtoM, no major upgrades or changes have been made to AtoM's time-based media playback functionality. Meanwhile, increasing discoveries of security vulnerabilities and zero-day exploits in Flash have led an increasing number of browsers and platforms to disavow Flash support, starting as early as 2010, when Steve Jobs stated that Apple would not allow Flash on the iPhone, iPod touch and iPad – citing abysmal security as one reason ([https://www.apple.com/hotnews/thoughts-on-flash/ source]). Since then, with increasing security problems being discovered in Flash and the arrival of HTML5 (which supports native video playback), most major browsers have chosen to disable Flash by default.&lt;br /&gt;
&lt;br /&gt;
Flowplayer itself has redesigned its media player and while they do still maintain a [http://flash.flowplayer.org/ Flash implementation], future development efforts have been focused on an HTML5 version of the player. Support for version 3.1.5, which AtoM still uses, has been discontinued for some time. The Flowplayer Flash version has not been actively developed [https://github.com/flowplayer/flash since 2014], and the last major release was [https://github.com/flowplayer/flash/releases version 3.2.18].  At this point, it is likely that support for Flash will be fully discontinued by 2020.&lt;br /&gt;
&lt;br /&gt;
AtoM is in need of an updated open source media player.&lt;br /&gt;
&lt;br /&gt;
==Replacement requirements==&lt;br /&gt;
&lt;br /&gt;
Any new video player replacement for AtoM should:&lt;br /&gt;
&lt;br /&gt;
* Be open source&lt;br /&gt;
* Be HTML5-based&lt;br /&gt;
* Be able to play audio as well&lt;br /&gt;
* Ideally, include a Flash fallback for legacy browser users&lt;br /&gt;
* Support a broad range of playback formats&lt;br /&gt;
* Be under active development&lt;br /&gt;
* Include basic responsive support for different devices and screen sizes&lt;br /&gt;
* Support accessibility, including:&lt;br /&gt;
** ARIA support for screenreaders&lt;br /&gt;
** Keyboard control support&lt;br /&gt;
** Subtitle support&lt;br /&gt;
&lt;br /&gt;
==Evaluating options==&lt;br /&gt;
&lt;br /&gt;
In August of 2018, Artefactual explored the current open source HTML5 video player landscape in search of a replacement candidate that met our requirements. We found the following page extremely useful in evaluating the best contenders:&lt;br /&gt;
&lt;br /&gt;
* http://videosws.praegnanz.de/&lt;br /&gt;
&lt;br /&gt;
After exploring the options listed in the site above, as well as any other popular options that met our criteria we could find, we found the following 3 players to be the closest match to our requirements:&lt;br /&gt;
&lt;br /&gt;
'''Able Player'''&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/paypal/accessible-html5-video-player Webpage]&lt;br /&gt;
* [https://github.com/ableplayer/ableplayer GitHub code repository]&lt;br /&gt;
* [https://ableplayer.github.io/ableplayer/demos/index.html Examples]&lt;br /&gt;
&lt;br /&gt;
'''MediaElement.js'''&lt;br /&gt;
&lt;br /&gt;
* [https://www.mediaelementjs.com/ Webpage]&lt;br /&gt;
* [https://github.com/mediaelement/mediaelement/ GitHub code repository] (examples included on homepage)&lt;br /&gt;
&lt;br /&gt;
'''Accessible HTML5 Video Player'''&lt;br /&gt;
&lt;br /&gt;
* [http://paypal.github.io/accessible-html5-video-player/ Webpage] (basically just a big example video player)&lt;br /&gt;
* [https://github.com/paypal/accessible-html5-video-player GitHub code repository]&lt;br /&gt;
&lt;br /&gt;
==Final recommendation==&lt;br /&gt;
&lt;br /&gt;
The Artefactual team decided [https://www.mediaelementjs.com/ MediaElement.js] would be the best fit as a replacement video player for AtoM.&lt;br /&gt;
&lt;br /&gt;
First developed by John Dyer at the Dallas Theological Seminary and released under MIT license, MediaElement.js is a widely-used project under active development, built responsively with a unified API that can fall back gracefully to Flash, which includes ARIA screen-reader support, subtitles, chapters and playlists, keyboard control, and more. The look and feel is skinnable, it requires no additional Javascript library support, and can also support playback of videos hosted on YouTube, Vimeo, and DailyMotion. It also has a [https://github.com/mediaelement/mediaelement-plugins plugin] ecosystem that can further extend functionality, such as adding basic Google Analytics support, preview on hover, and extended playback controls.&lt;br /&gt;
&lt;br /&gt;
Artefactual has prepared initial development estimates for our community based on implementing MediaElement as the replacement for the current Flowplayer.&lt;br /&gt;
&lt;br /&gt;
We selected the H.264/MPEG-4 video format for in-browser video playback due to its broad support across desktop and mobile browsers and operating systems (e.g. Windows, Mac OSX, iOS, Android).  AtoM currently uses the MP3 audio format for in-browser audio playback, which will remain unchanged.&lt;br /&gt;
&lt;br /&gt;
==Development tasks and estimates==&lt;br /&gt;
&lt;br /&gt;
Below you will find a summary of development task and associated cost estimates, prepared by the [http://artefactual.com/ Artefactual] developers based on the decision to use MediaElement as the replacement library.&lt;br /&gt;
&lt;br /&gt;
'''Current as of: 2018-11-23'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background-color:#BDF3FB;&amp;quot; align=&amp;quot;center&amp;quot;|'''Integrate MediaElement Player in AtoM'''&lt;br /&gt;
|- style=&amp;quot;background-color:#cccccc;&amp;quot;&lt;br /&gt;
|'''Subtask'''&lt;br /&gt;
|'''Notes'''&lt;br /&gt;
|'''Estimate'''&lt;br /&gt;
|- style=&amp;quot;background-color:#ffffff;&amp;quot;&lt;br /&gt;
|Remove Flowplayer&lt;br /&gt;
|Work required to extract the current library&lt;br /&gt;
|$300&lt;br /&gt;
|-&lt;br /&gt;
|Add MediaElement player files to AtoM&lt;br /&gt;
|Install player to vendor folder and update Copyright file; general configuration&lt;br /&gt;
|$300&lt;br /&gt;
|-&lt;br /&gt;
|Incorporate MediaElement player into AtoM pages for viewing&lt;br /&gt;
|Modify the digital object module's showAudio and showVideo components; create the JS file to load the player; CSS changes; testing&lt;br /&gt;
|$3,600&lt;br /&gt;
|-&lt;br /&gt;
|Remove Flashplayer check from AtoM&lt;br /&gt;
|Remove current code that checks the user's browser to see if Flash is present&lt;br /&gt;
|$300&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background-color:#FEC355;&amp;quot; align=&amp;quot;center&amp;quot;|'''Generate mp4 reference derivatives instead of flash video (flv) files'''&lt;br /&gt;
|- style=&amp;quot;background-color:#cccccc;&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|'''Subtask'''&lt;br /&gt;
|'''Notes'''&lt;br /&gt;
|'''Estimate'''&lt;br /&gt;
|- style=&amp;quot;background-color:#ffffff;&amp;quot;&lt;br /&gt;
|Update digital object code to create MPEG4 / H.264 reference derivatives instead of Flash video derivs&lt;br /&gt;
|Determine default bitrate, size, etc for new derivatives; review and update all affected areas (including regen-derivatives CLI task, digital object code to support CSV imports via web interface and command-line, etc).&lt;br /&gt;
|$2,700&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background-color:#AEFEE5;&amp;quot; align=&amp;quot;center&amp;quot;|'''Develop task to replace existing Flash video derivatives with mp4 files'''&lt;br /&gt;
|- style=&amp;quot;background-color:#cccccc;&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|'''Subtask'''&lt;br /&gt;
|'''Notes'''&lt;br /&gt;
|'''Estimate'''&lt;br /&gt;
|- style=&amp;quot;background-color:#ffffff;&amp;quot;&lt;br /&gt;
|Add new option to the regen-derivatives command-line task to allow regenerating only video file derivatives to mp4 files&lt;br /&gt;
|Ensure users have an easy way to update existing derivatives without having to regenerate all derivatives, which could lose custom user derivative uploads&lt;br /&gt;
|$1,200&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background-color:#F8FAC7;&amp;quot; align=&amp;quot;center&amp;quot;|'''TOTAL DEVELOPMENT FEES: $8,400'''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Costs not included in this table===&lt;br /&gt;
&lt;br /&gt;
There are a few administrative costs not included in the table above, which Artefactual would include in any formal quote prepared based on the estimates above. These include:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background-color:#BDF3FB;&amp;quot; align=&amp;quot;center&amp;quot;|'''Additional deployment, testing, and administrative costs'''&lt;br /&gt;
|- style=&amp;quot;background-color:#cccccc;&amp;quot;&lt;br /&gt;
|'''Subtask'''&lt;br /&gt;
|'''Notes'''&lt;br /&gt;
|'''Estimate'''&lt;br /&gt;
|- style=&amp;quot;background-color:#ffffff;&amp;quot;&lt;br /&gt;
|Community support fee&lt;br /&gt;
|A 10% fee we add to development projects that are included in public releases, to help offset the costs of Artefactual maintaining the feature through subsequent releases, writing documentation, managing bug fixes, and offering basic community support via the AtoM [https://groups.google.com/forum/#!forum/ica-atom-users user forum].&lt;br /&gt;
|$840&lt;br /&gt;
|-&lt;br /&gt;
|Test site deployment&lt;br /&gt;
|Deployment of an instance of AtoM populated with test data, to be used throughout the development project for previewing the feature, and managing testing and feedback&lt;br /&gt;
|$600&lt;br /&gt;
|-&lt;br /&gt;
|Q/A Testing&lt;br /&gt;
|Quality assurance testing and analysis throughout the project to ensure the feature meets the deliverable requirements, identify and resolve any bugs, offer implementation improvement recommendations within the project scope, etc.&lt;br /&gt;
|$900&lt;br /&gt;
|-&lt;br /&gt;
|Backporting, deployment, and maintenance&lt;br /&gt;
|Backport the new functionality to a stable branch and either deploy it or make the code available to sponsor for local installation, and assist in running the derivatives regeneration task for current flash-based video derivatives&lt;br /&gt;
|$1200&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background-color:#F8FAC7;&amp;quot; align=&amp;quot;center&amp;quot;|'''Total additional administrative project costs: $3,540 '''&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background-color:#AEFEE5;&amp;quot; align=&amp;quot;center&amp;quot;|'''TOTAL ALL COSTS: $11,940'''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Collaborative sponsorship opportunities==&lt;br /&gt;
&lt;br /&gt;
Given that the costs of sponsoring this development may be out of reach for some institutions who nevertheless would really like to see this updated functionality added to AtoM, we would like to encourage our community of users to consider ways in which the feature might be sponsored collaboratively.&lt;br /&gt;
&lt;br /&gt;
Coordinating with many institutions with different schedules and availability, as well differing perspectives and feedback, can potentially add complications to a development project. In light of this, for Artefactual to be able to work effectively with multiple dispersed sponsors, we have outlined our requirements for managing such a project below.&lt;br /&gt;
&lt;br /&gt;
===Artefactual requirements for collaborative development===&lt;br /&gt;
&lt;br /&gt;
'''1) Single point of contact''': We require one institution who is willing to act as the project lead, and the main point of contact throughout the project. This simplifies the communication between our team and the sponsors - the project lead institution would act as the go-between with other sponsoring institutions to coordinate scheduling, testing, and administrative communication throughout the project.&lt;br /&gt;
&lt;br /&gt;
'''2) Single point of feedback''': Working with multiple institutions on a collaboratively funded feature can be challenging if we are receiving contradictory input during the testing and feedback phase of the project. Instead, we would ask that the project lead manage internal discussions among the sponsors during the testing phase, and again act as the single point of contact for feedback, so that any contradictions around design, ideal behavior, and change requests can be resolved prior to communicating with our development team.&lt;br /&gt;
&lt;br /&gt;
'''3) Ideally, a single point of payment administration''': Preferably, the project lead can process contributions from any other participating sponsors, so that Artefactual can supply and process a single invoice at the close of the project. We understand that this may not be possible for all institutions, and can explore alternatives with participating institutions if needed.&lt;br /&gt;
&lt;br /&gt;
===Additional deployment costs for co-sponsors===&lt;br /&gt;
&lt;br /&gt;
As with any major feature development carried out by Artefactual, the work will be included in the next major public release for the entire AtoM community to use, and will be immediately available in the 2.5 development branch in our public GiHub [https://github.com/artefactual/atom/ code repository]. However, if the feature were sponsored collaboratively and all participating institutions wanted access to the enhancement prior to the next public release, there may be additional deployment costs for the participating co-sponsors, so Artefactual can assist in making the work available in a stable branch and deploying it for immediate use.&lt;br /&gt;
&lt;br /&gt;
The prices included in the section above entitled &amp;quot;[[Development/MediaPlayers#Costs_not_included_in_this_table|Costs not included in this table]]&amp;quot; assume deployment of the completed feature to a single institution. If co-sponsors wanted to access the feature prior to the next major public release and would like Artefactual's assistance in doing so, there will be additional costs, which we would handle on a time and materials basis for each institution. For institutions hosted by Artefactual, it would be possible to use support tickets to cover deployment costs.&lt;br /&gt;
&lt;br /&gt;
Please feel free to [mailto:info@artefactual.com contact us] if you have any questions.&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
* [[Development|Back to Development]]&lt;br /&gt;
* [[Main Page|AtoM wiki home]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Development documentation]]&lt;/div&gt;</summary>
		<author><name>RCDEAA-MH</name></author>	</entry>

	<entry>
		<id>http://wiki.accesstomemory.org/index.php?title=User:RCDEAA-MH&amp;diff=3295</id>
		<title>User:RCDEAA-MH</title>
		<link rel="alternate" type="text/html" href="http://wiki.accesstomemory.org/index.php?title=User:RCDEAA-MH&amp;diff=3295"/>
				<updated>2022-06-10T17:36:08Z</updated>
		
		<summary type="html">&lt;p&gt;RCDEAA-MH: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In Spring 2018, I volunteered to work in the RC Diocese of East Anglia (RCDEA) Archives. It had been dormant for 2 years as the volunteers had retired. I was asked to establish an on-line presence and, in time, develop it to address the full holdings. I chose to use AtoM for this purpose and am steadily working my way through our holdings. The current position can be viewed at https://archive.rcdea.org.uk/.&lt;br /&gt;
&lt;br /&gt;
I have a Diploma in Records and Information Management from the University of Liverpool and have had direct experience in this field when managing a business archive as a Departmental Records Officer for a UK Government Agency.&lt;br /&gt;
&lt;br /&gt;
From the 2019 RCDEA Diocesan Yearbook, my wife and I are named the Diocese Archivists, presumably because the Bishop has determined that we are doing the job!&lt;/div&gt;</summary>
		<author><name>RCDEAA-MH</name></author>	</entry>

	<entry>
		<id>http://wiki.accesstomemory.org/index.php?title=Community/Users&amp;diff=3294</id>
		<title>Community/Users</title>
		<link rel="alternate" type="text/html" href="http://wiki.accesstomemory.org/index.php?title=Community/Users&amp;diff=3294"/>
				<updated>2022-06-10T17:27:59Z</updated>
		
		<summary type="html">&lt;p&gt;RCDEAA-MH: /* AtoM (2.x) sites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#pagetitle: Users }}&lt;br /&gt;
[[Main Page]] &amp;gt; [[Community]] &amp;gt; Community/Users&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On this page you'll find some examples of institutions and organizations using AtoM and/or ICA-AtoM. Don't see your institution on this list? Please feel free to [[Special:UserLogin|add a link]] to your AtoM installation!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==AtoM (2.x) sites==&lt;br /&gt;
&lt;br /&gt;
===English===&lt;br /&gt;
&lt;br /&gt;
* [https://archives.rcaf.museum/ Air Force Museum of Alberta Archives]&lt;br /&gt;
* [http://www.albertaonrecord.ca/ Alberta on Record: Archives Society of Alberta Portal]&lt;br /&gt;
* [https://archives.ambrose.edu/ Ambrose Archives]&lt;br /&gt;
* [http://archeion.ca Archeion: Ontario's Archival Information Network]&lt;br /&gt;
* [https://archie.library.carleton.ca/ Archives &amp;amp; Research Collections, Carleton University Library]&lt;br /&gt;
* [http://anglicanarchives.ica-atom.org/ Archives of the Anglican Diocese of New Westminster and Provincial Synod of BC and Yukon]&lt;br /&gt;
* [http://arc.anla.nf.ca/ ARC: the Archival Resource Catalogue of the Association of Newfoundland and Labrador Archives]&lt;br /&gt;
* [https://archivescanada.accesstomemory.ca/ ArchivesCanada - the Canadian Archival Information Network Portal]&lt;br /&gt;
* [http://archives.canbarchives.ca/ ArchivesCANB: the Council of Archives New Brunswick's archival database]&lt;br /&gt;
* [http://www.archives.pe.ca/atom/index.php/ Archives PEI, the Archives Council of Prince Edward Island's description database]&lt;br /&gt;
* [http://archives.artcenter.edu/  ArtCenter Archives and the Hoffmitz Milken Center for Typography Archives]&lt;br /&gt;
* [http://archivescollection.anu.edu.au/ Australian National University Archives]&lt;br /&gt;
* [https://atom.bamptonarchive.org/ Bampton Community Archive]&lt;br /&gt;
* [http://beatoninstitute.com/ The Beaton Institute (Cape Breton University)]&lt;br /&gt;
* [https://hbbarchive.ca/ Bishop's University - History beyond Borders project]&lt;br /&gt;
* [https://borthcat.york.ac.uk/ Borthwick Institute for Archives - University of York]&lt;br /&gt;
* [http://atom.lib.bcit.ca/ British Columbia Institute of Technology Archives &amp;amp; Special Collections]&lt;br /&gt;
* [https://archives.cendari.dariah.eu/ CENDARI Archives Directory]&lt;br /&gt;
* [https://ccap.uvic.ca Chinese Canadian Artifacts Project]&lt;br /&gt;
* [http://searcharchives.coquitlam.ca/ City of Coquitlam Archives]&lt;br /&gt;
* [http://searcharchives.vancouver.ca/ City of Vancouver Archives]&lt;br /&gt;
* [https://archives.victoria.ca/ City of Victoria Archives]&lt;br /&gt;
* [http://winnipeginfocus.winnipeg.ca/ City of Winnipeg Archives]&lt;br /&gt;
* [http://claretiansusa.org Claretain Missionaries USA-Canada Province] (archives site not public)&lt;br /&gt;
* [https://archives.cliftonbridge.org.uk/ Clifton Suspension Bridge Archives]&lt;br /&gt;
* [https://discover.cabhc.ca/ Community Archives of Belleville and Hastings County]&lt;br /&gt;
* [http://concordia.accesstomemory.org/ Concordia University]&lt;br /&gt;
* [https://onlinecollections.cumberlandmuseum.ca/ Cumberland Museum and Archives]&lt;br /&gt;
* [http://helates.cut.ac.cy/ Cyprus University of Technology Library Archives] (Greek)&lt;br /&gt;
* [https://findingaids.library.dal.ca/ Dalhousie University Libraries]&lt;br /&gt;
* [https://saanich.accesstomemory.org/ District of Saanich Archives]&lt;br /&gt;
* [https://atom-sparc.fitnyc.edu/ Fashion Institute of Technology - Gladys Marcus Library's Special Collections and College Archives]&lt;br /&gt;
* [https://fhya.org/ Five Hundred Year Archive (FHYA)]&lt;br /&gt;
* [https://archives.franciscanfriars.ca/ Franciscans of Canada Archives West]&lt;br /&gt;
* [http://archives.gcu.ac.uk/ Glasgow Caledonian University Archives]&lt;br /&gt;
* [https://gsaarchives.net/collections/ Glasgow School of Art]&lt;br /&gt;
* [http://archive.griffith.ox.ac.uk Griffith Institute Archive]&lt;br /&gt;
* [http://archives.hpl.ca/ Hamilton Public Library Local History &amp;amp; Archives Department]&lt;br /&gt;
* [https://archives.highgatecemetery.org/ Highgate Cemetary Archives]&lt;br /&gt;
* [http://www.highlandparkhistory.org/ Highland Park Historical Society]&lt;br /&gt;
* [http://historicalpapers-atom.wits.ac.za/historical-papers-research-archive-library-university-of-witwatersrand Historical Papers Research Archive, Wits University]&lt;br /&gt;
* [http://ica.institutomarcelodeda.com.br/ Instituto Marcelo Déda]&lt;br /&gt;
* [http://jikn.sikn.go.id/ Jaringan Informasi Kearsipan Nasional] (Indonesian)&lt;br /&gt;
* [http://archives.jewishmuseum.ca/ The Jewish Museum &amp;amp; Archives of BC]&lt;br /&gt;
* [https://archives.kpu.ca/ Kwantlen Polytechnic University Archives]&lt;br /&gt;
* [http://archives.lakeheadu.ca/ Lakehead University Archives]&lt;br /&gt;
* [https://libarchives.wlu.ca/ Laurier Archives]&lt;br /&gt;
* [http://www.ltiarchives.ca Leeds and the Thousand Islands Archives]&lt;br /&gt;
* [http://www.legatum.ufba.br/atom/ Legatum - Sonus et Imago Repository] (multilingual)&lt;br /&gt;
* [http://lslirc-tarrarchives.accesstomemory.org/ Lesser Slave Lake IRC Treaty Aboriginal Rights Research Archives]&lt;br /&gt;
* [https://archives.mhsc.ca/ MAID: The Mennonite Archival Image Database]&lt;br /&gt;
* [http://nanna.lib.umanitoba.ca/ MAIN: Manitoba Archival Information Network]&lt;br /&gt;
* [http://archives.mcmaster.ca/ McMaster University Library Archives and Research Collections]&lt;br /&gt;
* [http://www.memorybc.ca/ MemoryBC - British Columbia's Archival Information Network]&lt;br /&gt;
* [https://memoryns.ca/ MemoryNS, the Council of Nova Scotia Archives' archival database]&lt;br /&gt;
* [http://www.gov.pe.ca/paroatom/ Memory PEI - Public Archives and Records Office of Prince Edward Island]&lt;br /&gt;
* [https://memorysask.ca/ MemorySask: the Saskatchewan Archival Information Network]&lt;br /&gt;
* [http://catalogue.millsarchive.org/ Mills Archive]&lt;br /&gt;
* [http://history.missionarchives.com/ Mission Community Archives]&lt;br /&gt;
* [https://archives.mtroyal.ca/ Mount Royal University Archives and Special Collections]&lt;br /&gt;
* [http://archives.museeheritage.ca Musée Héritage Museum Archives]&lt;br /&gt;
* [http://atom.moa.ubc.ca/ Museum of Anthropology, Audrey and Harry Hawthorn Library and Archives, University of British Columbia]&lt;br /&gt;
* [http://museumofcroydoncollections.com/catalogues/ Museum of Croydon]&lt;br /&gt;
* [https://archives.library.wales/ National Library of Wales - Archives and Manuscripts]&lt;br /&gt;
* [https://archives.nyrr.org/ New York Road Runners Archives]&lt;br /&gt;
* [http://archives.eclibrary.ca/ Nipissing University and Canadore College Archives and Special Collections]&lt;br /&gt;
* [http://archives.nato.int/ North Atlantic Treaty Organization (NATO) Archives]&lt;br /&gt;
* [https://atomic.library.tmc.edu/ Nuclear Memories Archive] (Texas Medical Center Library)&lt;br /&gt;
* [http://offalyhistoryarchives.com/ Offaly History Archives]&lt;br /&gt;
* [https://digitalcollections.ohs.org/ Oregon Historical Society Digital Collections]&lt;br /&gt;
* [http://asiapacific.anu.edu.au/pambu/catalogue/ Pacific Manuscripts Bureau]&lt;br /&gt;
* [http://paoil.pangasinan.com/ Pangasiniana Archive and Online Index to its Literature (PAOIL) Project]&lt;br /&gt;
* [http://atom.prattsils.org/ Pratt School of Information On-site Archives and Special Collections]&lt;br /&gt;
* [http://archives.ppcli.com/ Princess Patricia’s Canadian Light Infantry Museum &amp;amp; Archives]&lt;br /&gt;
* [https://search.saskarchives.com/ Provincial Archives of Saskatchewan]&lt;br /&gt;
* [http://atom.skagafjordur.is/index.php/ Regional Archives of Skagafj ordur] (English, Icelandic)&lt;br /&gt;
*[https://archives.renison.ca/ Renison University College, Florence Li Tim-Oi Memorial Archives]&lt;br /&gt;
* [https://rcdcarchives.ica-atom.org/ Roman Catholic Diocese of Calgary Archives]&lt;br /&gt;
* [https://archive.rcdea.org.uk/ Roman Catholic Diocese of East Anglia Archives - RCDEA Archives]&lt;br /&gt;
* [http://search-bcarchives.royalbcmuseum.bc.ca/ Royal British Columbia Museum - BC Archives]&lt;br /&gt;
* [http://archives.rncm.ac.uk/ Royal Northern College of Music]&lt;br /&gt;
* [https://royalroads.accesstomemory.org/ Royal Roads University]&lt;br /&gt;
* [https://archives.library.ryerson.ca/ Ryerson University Library Archives &amp;amp; Special Collections]&lt;br /&gt;
* [https://www.sjcarchives.org.uk/institutional/ Saint John's College Archives]&lt;br /&gt;
* [http://atom.library.moore.edu.au/ The Samuel Marsden Archives, Moore College Library]&lt;br /&gt;
* [https://senecacollege.accesstomemory.org/ Seneca College Archives and Special Collections]&lt;br /&gt;
* [http://atom.archives.sfu.ca/ SFU AtoM - Simon Fraser University]&lt;br /&gt;
* [http://squamishlibrary.digitalcollections.ca/ Squamish Public Library - Digital Collections]&lt;br /&gt;
* [https://archive.sro.wa.gov.au/ State Records Office of Western Australia]&lt;br /&gt;
* [https://archives.sgul.ac.uk/ St George's Archives &amp;amp; Special Collections, University of London]&lt;br /&gt;
* [https://archives-sjchku.com/ St. John's College Archives, Hong Kong]&lt;br /&gt;
* [https://stirlingcouncil.ica-atom.org/ Stirling Council Archives]&lt;br /&gt;
* [https://archives.trinity.edu/ Trinity University Coates Library Special Collections and Archives]&lt;br /&gt;
* [http://archivessearch.twu.ca/ Trinity Western University Archives and Special Collections]&lt;br /&gt;
* [http://search.nbca.unbc.ca/index.php/ UNBC Northern BC Archives]&lt;br /&gt;
* [http://atom.archives.unesco.org/ UNESCO Archives]&lt;br /&gt;
* [http://search.archives.un.org/ United Nations Archives and Records Management Section]&lt;br /&gt;
* [http://rbscarchives.library.ubc.ca/ University of British Columbia Rare Books and Special Collections]&lt;br /&gt;
* [https://searcharchives.ucalgary.ca/ University of Calgary Archives and Special Collections]&lt;br /&gt;
* [http://www.atom.lib.uct.ac.za/ University of Capetown Libraries: Special Collections]&lt;br /&gt;
* [http://sca.glos.ac.uk/index.php/ University of Gloucestershire Special Collections and Archives]&lt;br /&gt;
* [https://atom.library.miami.edu/ University of Miami Archival Collections]&lt;br /&gt;
* [http://archives.unam.edu.na/ University of Namibia Archives]&lt;br /&gt;
* [http://search.nbca.unbc.ca/ University of Northern British Columbia Archives]&lt;br /&gt;
* [https://biblio.uottawa.ca/atom/index.php/ University of Ottawa - Archives and Special Collections]&lt;br /&gt;
* [https://manuscripts.library.uq.edu.au/ University of Queensland – Fryer Manuscripts]&lt;br /&gt;
* [http://strathclyde.ica-atom.org/  University of Strathclyde Archives]&lt;br /&gt;
* [https://sparc.utas.edu.au/ University of Tasmania - Special &amp;amp; Rare Collections online]&lt;br /&gt;
* [https://discoverarchives.library.utoronto.ca/ University of Toronto - Discover Archives]&lt;br /&gt;
* [http://whistler.ica-atom.org/ Whistler Museum and Archives]&lt;br /&gt;
* [https://archivesholdings.worldbank.org/ World Bank Group Archives Holdings]&lt;br /&gt;
* [http://atom.library.yorku.ca Clara Thomas Archives and Special Collections, York University Libraries]&lt;br /&gt;
&lt;br /&gt;
===French===&lt;br /&gt;
&lt;br /&gt;
* [https://inventaires.archivescommunales-vd.ch/ Archives comunales du canton de Vaud] (Swiss)&lt;br /&gt;
* [http://inventaires.archivescontestataires.ch/ Archives contestataires] (Swiss French)&lt;br /&gt;
* [http://archivesdemontreal.ica-atom.org/ Archives de Montréal]&lt;br /&gt;
* [https://archives.uclouvain.be/atom/index.php/ Archives de l'Université catholique de Louvain] (Belgium)&lt;br /&gt;
* [http://ratp.histolab.fr/index.php/?sf_culture=fr Archives Groupe RATP ] (French)&lt;br /&gt;
* [https://archiveshistoriques.ville.levis.qc.ca/ Archives privées de la Ville de Lévis]&lt;br /&gt;
* [http://archives.mae.u-paris10.fr/ Maison Archéologie &amp;amp; Ethnologie, René-Ginouvès - Inventaires et archives en ligne] (French)&lt;br /&gt;
* [http://http://claretains.ca/ Missionaires Clarétains] (archives site not public)&lt;br /&gt;
* [https://caspar.cinematheque.ch CASPAR - Cinémathèque Suisse Papier Archives] (French)&lt;br /&gt;
* [http://archives.graduateinstitute.ch/ The Graduate Institute IHEID, Geneva] (French)&lt;br /&gt;
* [https://legis.cdij.bj/ LEGIS : Base de données des textes de loi en République du Bénin] (French)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Brazillian Portuguese===&lt;br /&gt;
&lt;br /&gt;
* [http://fonte.ufsm.br/ Acervo Arquivístico da Universidade Federal de Santa Maria]&lt;br /&gt;
* [http://acervo.cidarq.ufg.br/index.php/iuryy;isad Acervos Arquivísticos]&lt;br /&gt;
* [http://icaatom.almg.gov.br/ Acervo Arquivístico da Assembleia Legislativa do Estado de Minas Gerais]&lt;br /&gt;
* [http://www.acervomemorial.al.rs.gov.br/index.php/?sf_culture=pt Acervo do Memorial do Legislativo]&lt;br /&gt;
* [http://arquivodigital.furg.br/ Arquivo digital da Universidade Federal do Rio Grande]&lt;br /&gt;
* [https://atom.tjpe.jus.br/ Arquivo Histórico do Memorial da Justiça]&lt;br /&gt;
* [http://arquivomunicipal.caxias.rs.gov.br/ Arquivo Histórico Municipal João Spadari Adami - Caxias do Sul]&lt;br /&gt;
*[https://www.acervo.arquivopublico.pe.gov.br/index.php/arquivo-publico-estadual-jordao-emerenciano Arquivo Público Estadual Jordão Emerenciano]&lt;br /&gt;
* [http://www.cle.unicamp.br/atom-2.2.1/index.php/ Arquivos Históricos do Centro de Lógica, Epistemologia e História da Ciência]&lt;br /&gt;
* [http://200.222.27.136/ Arquivo Público do Estado do Rio de Janeiro]&lt;br /&gt;
* [http://www.icaatom.apeb.fpc.ba.gov.br/index.php/?sf_culture=pt/ Bahia. Arquivo Público do Estado da Bahia (Apeb)]&lt;br /&gt;
* [http://www.basearch.coc.fiocruz.br/ Base Arch - Fundação Oswaldo Cruz]&lt;br /&gt;
* [http://dibrarq.arquivonacional.gov.br/index.php/ Brasil. Arquivo Nacional. Diretório Brasil de Arquivos (Dibrarq)]&lt;br /&gt;
* [http://linux.an.gov.br/icaatom/index.php/ Brasil. Arquivo Nacional. Guia de fontes para a história da Holanda e holandeses no Brasil]&lt;br /&gt;
* [https://arquivohistorico.camara.leg.br/index.php/ Brasil. Câmara dos Deputados]&lt;br /&gt;
* [http://www.arquivodamarinha.dphdm.mar.mil.br/index.php/ Brasil. Marinha do Brasil. Diretoria do Patrimônio Histórico e Documentação (DPHDM)]&lt;br /&gt;
* [http://arquivohistorico.inep.gov.br/ Brasil. Ministério da Educação. Instituto Nacional de Estudos e Pesquisas Educacionais 'Anísio Teixeira' (Inep)]&lt;br /&gt;
* [http://arch.coc.fiocruz.br/ Brasil. Ministério da Saúde. Fundação Oswaldo Cruz (Fiocruz)]&lt;br /&gt;
* [http://bibjuventude.ibict.br/jspui/bitstream/192/232/1/OLIVEIRA_implementacaoatomsnj_2017.pdf Brasil. Secretaria Nacional da Juventude (SNJ)]&lt;br /&gt;
* [http://arquivocidadao.stj.jus.br/index.php/ Brasil. Superior Tribunal de Justiça (STJ)]&lt;br /&gt;
* [http://arquivomunicipal.caxias.rs.gov.br/index.php/ Caxias do Sul-RS. Arquivo Histórico Municipal 'João Spadari Adami']&lt;br /&gt;
* [http://dibrarq.arquivonacional.gov.br/ DIBRARQ - Diretório Brasil de Arquivos]&lt;br /&gt;
* [http://www.atom.arquivopublico.df.gov.br/ Distrito Federal. Arquivo Público do Distrito Federal (APDF)]&lt;br /&gt;
* [http://201.62.44.38/index.php/?sf_culture=pt_BR Espírito Santo. Arquivo Público do Estado do Espírito Santo (Apees)]&lt;br /&gt;
* [https://acervo.fpabramo.org.br/ Fundação Perseu Abramo. Centro sérgio Buarque de Holanda (CSBH/FPA)]&lt;br /&gt;
* [http://www.legatum.ufba.br/atom/index.php/?sf_culture=pt Iniciativa Legatum]&lt;br /&gt;
* [http://atom.poa.ifrs.edu.br/index.php/ Instituto Federal do Rio Grande do Sul. Campus Porto Alegre]&lt;br /&gt;
* [http://atom.poa.ifrs.edu.br/ Instituto Federal Rio Grande do Sul - Campus Porto Alegre]&lt;br /&gt;
* [http://ica.institutomarcelodeda.com.br/index.php/ Instituto Marcelo Deda (IMD)]&lt;br /&gt;
* [http://atom.ippdh.mercosur.int/index.php/ Mercosul. Instituto de Políticas Públicas em Direitos Humanos. Guia de Arquivos e Fundos Documentais]&lt;br /&gt;
* [https://atom.almg.gov.br/index.php/ Minas Gerais. Assembleia Legislativa (ALMG)]&lt;br /&gt;
* [http://www.lampeh.ufv.br/breve/atom/index.php/?sf_culture=p Minas Gerais. Tribunal de Justiça de Minas Gerais (TJMG)]&lt;br /&gt;
* [https://www.acervo.pe.gov.br/ Pernambuco. Arquivo Público Estadual Jordão Emerenciano]&lt;br /&gt;
* [https://atom.tjpe.jus.br/index.php/ Pernambuco. Tribunal de Justiça de Pernambuco (TJPE)]&lt;br /&gt;
* [https://www.acervo.pe.gov.br Portal Estadual do Patrimônio Documental de Pernambuco]&lt;br /&gt;
* [http://200.222.27.136/index.php/ Rio de Janeiro (estado). Arquivo Público do Estado do Rio de Janeiro (Aperj)]&lt;br /&gt;
* [http://www.acervomemorial.al.rs.gov.br/index.php/?sf_culture=pt Rio Grande do Sul. Assembleia Legislativa (ALRS)]&lt;br /&gt;
* [https://atom.jfrs.jus.br/atom/index.php/ Rio Grande do Sul. Justiça Federal do Rio Grande do Sul (JFRS)]&lt;br /&gt;
* [http://atom.unijui.edu.br/index.php/?sf_culture=pt_BR Rio Grande do Sul. Museu Antropológico 'Diretor Pestana' (MADP)]&lt;br /&gt;
* [http://web2.santamaria.rs.gov.br/arquivohistorico/sistema_descricao_documental/ Santa Maria-RS. Arquivo Histórico Municipal]&lt;br /&gt;
* [http://icaatom.arquivoestado.sp.gov.br/ica-atom/destaques.php São Paulo (estado). Arquivo Público do Estado de São Paulo (Apesp)]&lt;br /&gt;
* [http://icaatom.arquivoestado.sp.gov.br/ica-atom/destaques.php São Paulo (estado). Arquivo Público do Estado de São Paulo (Apesp)]&lt;br /&gt;
* [https://atom.unb.br/ Universidade de Brasília]&lt;br /&gt;
* [http://arqhist.cle.unicamp.br/index.php/?sf_culture=pt_BR Universidade de Campinas (Unicamp). Centro de Lógica, Epistemologia e História da Ciência]&lt;br /&gt;
* [http://atom.ufcspa.edu.br/ Universidade Federal de Ciências da Saúde de Porto Alegre]&lt;br /&gt;
* [http://atom.ufv.br/ Universidade Federal de Viçosa]&lt;br /&gt;
* [http://goo.gl/UPvjqa Universidade de São Paulo (USP). Museu Histórico 'Carlos da Silva Lacaz']&lt;br /&gt;
* [http://www.arquivohistorico.poli.usp.br/ Universidade de São Paulo (USP). Escola Politécnica. Arquivo Histórico]&lt;br /&gt;
* [http://acervo.uffs.edu.br/ Universidade Federal da Fronteira Sul (UFFS)]&lt;br /&gt;
* [http://acervo.cidarq.ufg.br/index.php/ Universidade Federal de Goiás (UFG)]&lt;br /&gt;
* [http://fonte.ufsm.br/ Universidade Federal de Santa Maria (UFSM)]&lt;br /&gt;
* [https://arquivodigital.furg.br/?sf_culture=pt_BR Universidade Federal do Rio Grande (Furg)]&lt;br /&gt;
* [http://www.ufrgs.br/arquivo-artes/icaatom/web/index.php/?sf_culture=pt Universidade Federal do Rio Grande do Sul (UFRGS). Instituto de Artes]&lt;br /&gt;
&lt;br /&gt;
===Portuguese===&lt;br /&gt;
&lt;br /&gt;
* [https://www.vinculum-database.fcsh.unl.pt/ VINCULUM Database - Universidade Nova de Lisboa FCSH] - [https://www.vinculum-database.fcsh.unl.pt/index.php/site-notice Site Notice] (English)&lt;br /&gt;
* [http://arquivoatom.up.pt/index.php/fundacao-instituto-arquitecto-jose-marques-da-silva Arquivo da Fundação Instituto Marques da Silva] (Portuguese)&lt;br /&gt;
* [http://fotos.psd.pt/atom/index.php/ Arquivo da Social-Democracia] (Portuguese)&lt;br /&gt;
* [http://arquivo.igreja-lusitana.org/ Arquivo Histórico da Igreja Lusitana] (Portuguese)&lt;br /&gt;
* [https://arquivo.cdi-maceiraliz.pt/ Arquivo Histórico Fábrica Maceira-Liz] (Portuguese)&lt;br /&gt;
* [http://www.ahsocial.ics.ulisboa.pt/atom/ Arquivo de História Social do Instituto de Ciências Sociais da Universidade de Lisboa] (Portuguese)&lt;br /&gt;
* [http://arquivo.cm-albergaria.pt/ Arquivo Municipal de Albergaria-a-Velha] (Portuguese)&lt;br /&gt;
* [http://arquivodigital.cm-oaz.pt/ Arquivo Municipal de Oliveira de Azeméis] (Portuguese)&lt;br /&gt;
* [http://45.33.69.154/index.php/?sf_culture=pt Arquivo Municipal de Sines] (Portuguese)&lt;br /&gt;
* [http://arquivo.cm-valedecambra.pt/ Arquivo Municipal de Vale de Cambra] (Portuguese)&lt;br /&gt;
* [http://portal.cehr.ft.lisboa.ucp.pt/arquivos/ PAPIR - Plataforma de Arquivos Pessoais e de Instituições Religiosas] (Portuguese)&lt;br /&gt;
* [http://arquivoatom.up.pt/ Universidade do Porto] (Portuguese)&lt;br /&gt;
&lt;br /&gt;
===Catalan===&lt;br /&gt;
* [https://arxiu.eina.cat/ Arxiu Històric d'EINA Centre Universitari de Disseny i Art de Barcelona] (Catalan)&lt;br /&gt;
&lt;br /&gt;
===Spanish===&lt;br /&gt;
&lt;br /&gt;
* [http://132.248.192.4:8081 Archivo Histórico de la UNAM] (Spanish)&lt;br /&gt;
* [http://www.madrid.org/archivos_atom/ Archivos de la Comunidad de Madrid] (Spanish)&lt;br /&gt;
* [https://archivo.servel.cl/ Archivo Histórico del Servicio Electoral de Chile] (Spanish)&lt;br /&gt;
* [http://archivospublicos.cl/ Archivos Históricos de la Universidad Alberto Hurtado] (Spanish)&lt;br /&gt;
* [http://archivo.mariategui.org/ Archivo José Carlos Mariátegui] (Perú - Spanish)&lt;br /&gt;
* [http://amp.ing.puc.cl/ Archivo de Música Popular Chilena] (Spanish)&lt;br /&gt;
* [http://archivospresidenciales.archivonacional.cl/ Archivo Michelle Bachelet Jeria (President of Chile)] (Spanish)&lt;br /&gt;
* [http://archivo.plasencia.es/ Archivo Municipal de Plasencia (Extremadura)] (Spanish)&lt;br /&gt;
* [http://navegante.es/ Asociación Navegantes] (Spanish)&lt;br /&gt;
* [http://archivos.cedinci.org/ CeDInCI - Centro de Documentación e Investigación de la Cultura de Izquierdas en Argentina] (Spanish)&lt;br /&gt;
* [http://fondomigueldelibes.fundacionmigueldelibes.es/index.php Fondo Documental Miguel Delibes] (Spanish)&lt;br /&gt;
* [http://archivosescolares.ing.puc.cl/ Programa de Archivos Escolares] (Spanish)&lt;br /&gt;
* [http://104.196.188.50/index.php/?sf_culture=es Archivo Histórico Arquidiocesano Monseñor Bernardo Augusto Thiel (San José, Costa Rica)] (Spanish)&lt;br /&gt;
*[https://www.archivohistoricovenado.com.ar/ Archivo Histórico Digital de Venado Tuerto (Argentina)] (Spanish)&lt;br /&gt;
&lt;br /&gt;
===Dutch===&lt;br /&gt;
&lt;br /&gt;
* [https://archief.onroerenderfgoed.be/ Archief van het Vlaams Instituut voor het Onroerend Erfgoed] (Dutch)&lt;br /&gt;
&lt;br /&gt;
===German===&lt;br /&gt;
&lt;br /&gt;
* [https://archivfuehrer-kolonialzeit.de/ Archivführer zur deutschen Kolonialgeschichte] (German)&lt;br /&gt;
&lt;br /&gt;
===Greek===&lt;br /&gt;
&lt;br /&gt;
* [http://nspantelakis.gr/family-archives/ Nikolaos S. Pantelakis Family archives] (Greek)&lt;br /&gt;
&lt;br /&gt;
===Hungarian===&lt;br /&gt;
&lt;br /&gt;
* [https://arca.melte.hu/ Arca – Magyarországi egyházi levéltárak közös segédlete]  – Church archives in Hungary (Hungarian)&lt;br /&gt;
* [http://univa.mflsz.hu/ Univa – Magyar Felsőoktatási Levéltári Szövetség közös adatbázisa] – Association of the Archives of Hungarian Higher Education (Hungarian)&lt;br /&gt;
* [https://urbsa.hu/ Urbsa – Magyarországi városi levéltárak közös adatbázisa] – Hungarian municipal archives (Hungarian)&lt;br /&gt;
&lt;br /&gt;
===Italian===&lt;br /&gt;
&lt;br /&gt;
* [http://atom.unito.it/ Historical Archives of the University of Torino] (Italian)&lt;br /&gt;
&lt;br /&gt;
===Swedish===&lt;br /&gt;
&lt;br /&gt;
* [https://arken.kb.se/ National Library of Sweden - Arken Directory] (Swedish)&lt;br /&gt;
&lt;br /&gt;
==ICA-AtoM (1.x) sites==&lt;br /&gt;
&lt;br /&gt;
'''English'''&lt;br /&gt;
* [http://www.dart.ipsr.mahidol.ac.th/index.php/n56S2;isad Digital Archive of Research on Thailand]&lt;br /&gt;
* [http://archive.womenslibrary.org.uk/index.php/ Glasgow Women's Library Archive Catalogue]&lt;br /&gt;
* [http://www.migan.org MIGAN - the directory of Caribbean archival institutions] (English/French)&lt;br /&gt;
* [http://atom.rbge.info/ Royal Botanic Garden Edinburgh Archive Catalogue]&lt;br /&gt;
* [http://ica-atom.tasglann.org.uk/ Tasglann nan Eilean Siar (Hebridean Archives)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Brazilian Portuguese'''&lt;br /&gt;
* [http://web2.santamaria.rs.gov.br/arquivohistorico/sistema_descricao_documental/index.php/ Acervo digital do Arquivo Histórico Municipal de Santa Maria] (Brazilian Portuguese)&lt;br /&gt;
* [http://icaatom.arquivoestado.sp.gov.br Arquivo Público do Estado de São Paulo] (Brazilian Portuguese)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Portuguese'''&lt;br /&gt;
* [http://cad.cgtp.pt/ica/ Centro de Arquivo e Documentação CGTP-IN] (Portuguese)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Spanish'''&lt;br /&gt;
* [http://archivo.ateneodemadrid.es Archivo del Ateneo de Madrid] (Spanish)&lt;br /&gt;
* [http://www.madrid.org/icaatom_pub/index.php/ Archivos de la Comunidad de Madrid] (Spanish)&lt;br /&gt;
* [http://archivo.plasencia.es/ Archivo Municipal de Plasencia] (Spanish)&lt;br /&gt;
* [http://archivocti.uma.es/icaatom/ Base de datos fotográfica del Centro de Tecnología de la Imagen de la Universidad de Málaga] (Spanish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please feel free to [[Special:UserLogin|add a link]] to your AtoM installation.&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>RCDEAA-MH</name></author>	</entry>

	</feed>