CINXE.COM
ACOR Digital Archive
<!DOCTYPE html> <html lang="en-US"> <head> <title>ACOR Digital Archive</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel="alternate" type="application/rss+xml" title="ACOR Digital Archive » Feed" href="https://photoarchive.acorjordan.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="ACOR Digital Archive » Comments Feed" href="https://photoarchive.acorjordan.org/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v6.7.0 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=UA-126238665-1" type="text/javascript" data-cfasync="false"></script> <script type="text/javascript" data-cfasync="false"> var em_version = '6.7.0'; var em_track_user = true; var em_no_track_reason = ''; var disableStr = 'ga-disable-UA-126238665-1'; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { return document.cookie.indexOf( disableStr + '=true' ) > - 1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gtagTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gtagTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( 'undefined' === typeof gaOptout ) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; if ( em_track_user ) { function __gtagTracker() {dataLayer.push( arguments );} __gtagTracker( 'js', new Date() ); __gtagTracker( 'set', { 'developer_id.dNDMyYj' : true, }); __gtagTracker( 'config', 'UA-126238665-1', { forceSSL:true, } ); window.gtag = __gtagTracker; ( function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function (){ var args = Array.prototype.slice.call(arguments); args.unshift( 'send' ); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len - 1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { if ( 'send' === arguments[0] ) { var hitConverted, hitObject = false, action; if ( 'event' === arguments[1] ) { if ( 'undefined' !== typeof arguments[3] ) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ( typeof arguments[2] === 'object' ) { hitObject = arguments[2]; } if ( typeof arguments[5] === 'object' ) { Object.assign( hitObject, arguments[5] ); } if ( 'undefined' !== typeof ( arguments[1].hitType ) ) { hitObject = arguments[1]; } if ( hitObject ) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs( hitObject ); __gtagTracker( 'event', action, hitConverted ); } } return; } function mapArgs( args ) { var gaKey, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', }; for ( gaKey in gaMap ) { if ( 'undefined' !== typeof args[gaKey] ) { hit[gaMap[gaKey]] = args[gaKey]; } } return hit; } try { f.hitCallback(); } catch ( ex ) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; } )(); } else { console.log( "" ); ( function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; } )(); } </script> <!-- / Google Analytics by ExactMetrics --> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.14.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-GKC2R3Q0EG" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '8.14.1'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStrs = [ 'ga-disable-G-GKC2R3Q0EG', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); __gtagTracker('config', 'G-GKC2R3Q0EG', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/photoarchive.acorjordan.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='pt-cv-public-style-css' href='https://photoarchive.acorjordan.org/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=2.4.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='sb_instagram_styles-css' href='https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=2.9.1' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://photoarchive.acorjordan.org/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='ctwg-shortcodes-css' href='https://photoarchive.acorjordan.org/wp-content/plugins/cpo-widgets/css/style.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='infuse-content-blocks-css' href='https://photoarchive.acorjordan.org/wp-content/plugins/infuse/css/style.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.4.11' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='cpotheme-base-css' href='https://photoarchive.acorjordan.org/wp-content/themes/allegiant_pro/core/css/base.css?ver=1.3.6' type='text/css' media='all' /> <link rel='stylesheet' id='cpotheme-main-css' href='https://photoarchive.acorjordan.org/wp-content/themes/allegiant_pro/style.css?ver=1.3.6' type='text/css' media='all' /> <script type="text/javascript" id="exactmetrics-frontend-script-js-extra"> /* <![CDATA[ */ var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/photoarchive.acorjordan.org","hash_tracking":"false","ua":"UA-126238665-1"}; /* ]]> */ </script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=6.7.0" id="exactmetrics-frontend-script-js"></script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.14.1" id="monsterinsights-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/photoarchive.acorjordan.org","hash_tracking":"false","ua":"","v4_id":"G-GKC2R3Q0EG"};/* ]]> */ </script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.4.8" id="tp-tools-js"></script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.4.11" id="revmin-js"></script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/themes/allegiant_pro/core/scripts/html5-min.js?ver=6.7.2" id="cpotheme_html5-js"></script> <link rel="https://api.w.org/" href="https://photoarchive.acorjordan.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://photoarchive.acorjordan.org/wp-json/wp/v2/pages/180" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://photoarchive.acorjordan.org/xmlrpc.php?rsd" /> <link rel="canonical" href="https://photoarchive.acorjordan.org/" /> <link rel='shortlink' href='https://photoarchive.acorjordan.org/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://photoarchive.acorjordan.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fphotoarchive.acorjordan.org%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://photoarchive.acorjordan.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fphotoarchive.acorjordan.org%2F&format=xml" /> <link type="image/x-icon" href="https://photoarchive.acorjordan.org/wp-content/uploads/2020/06/favicon.ico" rel="icon" /><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <link rel="pingback" href="https://photoarchive.acorjordan.org/xmlrpc.php"/> <meta charset="UTF-8"/> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #ffffff; } </style> <meta name="generator" content="Powered by Slider Revolution 6.4.11 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <style type="text/css"> body { font-size:0.875em; font-family:'Roboto'; font-weight:300; color:#6d6d6d; } .button, .button:link, .button:visited, input[type=submit], .tp-caption { font-family:'Roboto'; font-weight:300; } h1, h2, h3, h4, h5, h6, .heading, .header .title { font-family:'Roboto'; font-weight:700; color:#1d2658; } .widget-title { color:#556677; } .menu-main li a { font-family:'Roboto'; font-weight:300; color:#6d5348; } .menu-mobile li a { font-family:'Roboto'; font-weight:300; color:#6d6d6d; } a:link, a:visited { color:#005782; } a:hover { color:#005782; } .primary-color { color:#1d2658; } .primary-color-bg { background-color:#1d2658; } .primary-color-border { border-color:#1d2658; } .menu-item.menu-highlight > a { background-color:#1d2658; } .tp-caption.primary_color_background { background:#1d2658; } .tp-caption.primary_color_text{ color:#1d2658; } .widget_nav_menu a .menu-icon { color:#1d2658; } .button, .button:link, .button:visited, input[type=submit] { background-color:#1d2658; } .button:hover, input[type=submit]:hover { background-color:#1d2658; } ::selection { color:#fff; background-color:#1d2658; } ::-moz-selection { color:#fff; background-color:#1d2658; } .secondary-color { color:#2f261f; } .secondary-color-bg { background-color:#2f261f; } .secondary-color-border { border-color:#2f261f; } .tp-caption.secondary_color_background { background:#2f261f; } .tp-caption.secondary_color_text{ color:#2f261f; } .slider-slides { height:500px; } </style> <style type="text/css"> html body .button, html body .button:link, html body .button:visited, html body input[type=submit] { background:none; border-color:#1d2658; color:#1d2658; } html body .button:hover, html body input[type=submit]:hover { color:#fff; background:#1d2658; } .menu-main .current_page_ancestor > a, .menu-main .current-menu-item > a { color:#1d2658; } .menu-portfolio .current-cat a, .pagination .current { background-color:#1d2658; } .features a.feature-image { color:#1d2658; } </style> <script type="text/javascript">function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } if(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement("style")); document.getElementById(e.c).height = newh+"px"; window.rs_init_css.innerHTML += "#"+e.c+"_wrapper { height: "+newh+"px }"; } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style type="text/css" id="wp-custom-css"> /* */ </style> </head> <body class="home page-template-default page page-id-180 custom-background sidebar-none header-normal title-none footer-normal"> <div class="outer" id="top"> <div class="wrapper"> <div id="topbar" class="topbar"> <div class="container"> <div id="topmenu" class="topmenu"></div><div id="social" class="social"><a class="social-profile social-profile-instagram" href="https://www.instagram.com/acorjordan/?hl=en" title="Instagram" target="_blank"><span style="font-family:'fontawesome'"></span><span class="social-icon"></span><span class="social-title">Instagram</span></a><a class="social-profile social-profile-facebook" href="https://www.facebook.com/ACORJORDAN/?ref=br_rs" title="Facebook" target="_blank"><span style="font-family:'fontawesome'"></span><span class="social-icon"></span><span class="social-title">Facebook</span></a></div> <div class="clear"></div> </div> </div> <header id="header" class="header"> <div class="container"> <div id="logo" class="logo"><h1 class="title site-title "><a href="https://photoarchive.acorjordan.org">ACOR Digital Archive</a></h1></div><div id="menu-mobile-open" class=" menu-mobile-open menu-mobile-toggle"></div><ul id="menu-main" class="menu-main"><li id="menu-item-1110" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1110"><a href="#">About</a> <ul class="sub-menu"> <li id="menu-item-1149" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1149"><a href="https://photoarchive.acorjordan.org/about-our-collections/">Summary</a></li> <li id="menu-item-1685" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1685"><a href="https://photoarchive.acorjordan.org/project-team/">Our Team</a></li> <li id="menu-item-1872" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1872"><a href="https://www.acorjordan.org/donate/">Support Us</a></li> </ul> </li> <li id="menu-item-1113" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1113"><a href="#">Collections</a> <ul class="sub-menu"> <li id="menu-item-1266" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1266"><a href="https://acor.digitalrelab.com/">Search all</a></li> <li id="menu-item-4144" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4144"><a href="https://photoarchive.acorjordan.org/american-center-of-research-audio-visual-collection/">American Center of Research Audio-visual collection</a></li> <li id="menu-item-1228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1228"><a href="https://photoarchive.acorjordan.org/1170-2/">George Bass</a></li> <li id="menu-item-1257" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1257"><a href="https://photoarchive.acorjordan.org/1177-2/">Bert de Vries</a></li> <li id="menu-item-1258" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1258"><a href="https://photoarchive.acorjordan.org/linda-jacobs-collection/">Linda Jacobs</a></li> <li id="menu-item-1259" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1259"><a href="https://photoarchive.acorjordan.org/rami-khouri-collection/">Rami Khouri</a></li> <li id="menu-item-1260" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1260"><a href="https://photoarchive.acorjordan.org/paul-and-nancy-lapp-collection/">Paul and Nancy Lapp</a></li> <li id="menu-item-1999" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1999"><a href="https://photoarchive.acorjordan.org/kenneth-russell/">Kenneth Russell</a></li> <li id="menu-item-1261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1261"><a href="https://photoarchive.acorjordan.org/robert-schick-collection/">Robert Schick</a></li> <li id="menu-item-1262" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1262"><a href="https://photoarchive.acorjordan.org/jane-taylor-collection/">Jane Taylor</a></li> <li id="menu-item-1263" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1263"><a href="https://photoarchive.acorjordan.org/charles-wilson-collection/">Charles Wilson</a></li> <li id="menu-item-3560" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3560"><a href="https://photoarchive.acorjordan.org/usaid-schep-collection/">USAID SCHEP</a></li> <li id="menu-item-4055" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4055"><a href="https://photoarchive.acorjordan.org/timeandplace/">Times and Places</a></li> </ul> </li> <li id="menu-item-1114" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1114"><a href="#">Publications</a> <ul class="sub-menu"> <li id="menu-item-1117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1117"><a href="https://photoarchive.acorjordan.org/photoessays/">Photo Essays</a></li> <li id="menu-item-4002" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4002"><a href="https://photoarchive.acorjordan.org/educator-fellows-projects/">Educator Fellows’ projects</a></li> <li id="menu-item-1421" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1421"><a href="https://photoarchive.acorjordan.org/media/">Media</a></li> <li id="menu-item-4143" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4143"><a href="https://photoarchive.acorjordan.org/international-museum-day-2023/">International Museum Day 2023</a></li> <li id="menu-item-3781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3781"><a href="https://photoarchive.acorjordan.org/international-archives-week-2021/">International Archives Week 2021</a></li> </ul> </li> <li id="menu-item-1111" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1111"><a href="#">Image Requests</a> <ul class="sub-menu"> <li id="menu-item-1392" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1392"><a href="https://photoarchive.acorjordan.org/image-requests-and-guidelines/">Image requests and guidelines</a></li> <li id="menu-item-1270" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1270"><a href="https://photoarchive.acorjordan.org/take-down-policy/">Notice and take down policy</a></li> </ul> </li> <li id="menu-item-1358" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1358"><a href="#">Resources</a> <ul class="sub-menu"> <li id="menu-item-1359" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1359"><a href="https://photoarchive.acorjordan.org/archives-directory/">Archives Directory</a></li> </ul> </li> </ul><div class="infuse-block infuse-light" style=" padding-top:10px; padding-right:10px; padding-bottom:10px; padding-left:10px;"><div class="infuse-container"><p style="padding-left: 390px;"><a href="https://photoarchive.acorjordan.org/?page_id=390"></a><a href="https://acor.digitalrelab.com/" target="_blank" rel="noopener"><img class="alignleft wp-image-147 size-full" src="https://photoarchive.acorjordan.org/wp-content/uploads/2017/06/search.jpg" alt="" width="437" height="101" /></a></p> <span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span> <span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></div></div> <div class='clear'></div> </div> </header> <div class="clear"></div> <div id="main" class="main"> <div class="container"> <section id="content" class="content"> <div id="post-180" class="post-180 page type-page status-publish hentry"> <div class="page-content"> <div class="wp-block-image"> <figure class="alignright size-large is-resized"><a href="https://acor.digitalrelab.com/"><img decoding="async" class="wp-image-1341" style="width: 316px; height: 73px;" src="https://photoarchive.acorjordan.org/wp-content/uploads/2019/12/search-1.jpg" alt="" width="316" height="73" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2019/12/search-1.jpg 437w, https://photoarchive.acorjordan.org/wp-content/uploads/2019/12/search-1-300x69.jpg 300w" sizes="(max-width: 316px) 100vw, 316px" /></a></figure></div> <h5> </h5> <h5 class="entry-title td-page-title"><a href="https://www.acorjordan.org/acor-library/">Visit the ACOR Library</a></h5> <!-- START Home Page Slider REVOLUTION SLIDER 6.4.11 --><p class="rs-p-wp-fix"></p> <rs-module-wrap id="rev_slider_4_1_wrapper" data-source="gallery" style="background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;"> <rs-module id="rev_slider_4_1" style="" data-version="6.4.11"> <rs-slides> <rs-slide data-key="rs-112" data-title="Slide" data-thumb="//photoarchive.acorjordan.org/wp-content/uploads/2023/09/LL_J_P_0202-copy-scaled-160x160.jpg" data-anim="p:transparent;" data-in="o:0;" data-out="o:0;"> <img fetchpriority="high" decoding="async" src="//photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/assets/dummy.png" title="Linda Layne Collection" width="2560" height="1824" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//photoarchive.acorjordan.org/wp-content/uploads/2023/09/LL_J_P_0202-copy-scaled.jpg" data-parallax="5" data-panzoom="d:10000;ss:100;se:105;" data-no-retina> <!-- --><rs-layer id="slider-4-slide-112-layer-1" class="tp-shape tp-shapewrapper" data-type="shape" data-rsp_ch="on" data-xy="x:r;xo:2px,3px,22px,21px;yo:45px,37px,30px,9px;" data-text="fw:300,300,100,100;" data-dim="w:383px,383px,350px,250px;h:462px,528px,540px,410px;" data-frame_0="sX:0.9;sY:0.9;" data-frame_1="e:power4.out;st:500;sp:1400;sR:500;" data-frame_999="st:w;sp:1000;sR:7100;auto:true;" style="z-index:5;background-color:rgba(255,255,255,1);" > </rs-layer><!-- --><rs-layer id="slider-4-slide-112-layer-2" class="PostSlider-Title" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:31px,31px,60px,50px;yo:71px,71px,119px,65px;" data-text="w:normal;s:35,35,30,20;l:40,40,30,20;" data-dim="w:338px,338px,290px,210px;h:82px,82px,auto,auto;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:700;sp:500;sR:700;" data-frame_999="st:w;sp:1000;sR:7800;auto:true;" style="z-index:7;font-family:Roboto;" >New to the Digital Archive: The Linda Layne Collection! </rs-layer><!-- --><rs-layer id="slider-4-slide-112-layer-3" class="PostSlider-Category" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:60px,60px,60px,51px;yo:70px,70px,56px,24px;" data-text="s:15,15,13,13;l:15,15,13,13;ls:3px;fw:300;" data-dim="w:303px,303px,290px,210px;h:16px,16px,auto,auto;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:600;sp:500;sR:600;" data-frame_999="st:w;sp:1000;sR:7900;auto:true;" style="z-index:6;font-family:Roboto;" > </rs-layer><!-- --><a id="slider-4-slide-112-layer-4" class="rs-layer PostSlider-Content" href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/09/Layne_findingaid.pdf" target="_blank" rel="noopener" data-type="text" data-color="rgba(119, 119, 119, 1)" data-rsp_ch="on" data-xy="x:r;xo:33px,33px,60px,40px;yo:222px,222px,252px,144px;" data-text="w:normal;s:15,15,14,13;l:20,20,21,20;fw:300,300,400,400;" data-dim="w:332px,332px,290px,218px;h:165px,165px,auto,221px;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:800;sp:500;sR:800;" data-frame_999="st:w;sp:1000;sR:7700;auto:true;" style="z-index:8;font-family:Roboto;" >We are thrilled to announce the addition of the Linda Layne Collection to the ACOR Digital Archive. Dr. Layne's anthropological research in the Jordan Valley in the early 1980s documents life in a rural village among settled Bedouin people. You can learn more about Dr. Layne and her collection in our finding aid and view her photos in our Digital Archive. </a><!-- --><a id="slider-4-slide-112-layer-11" class="rs-layer rev-btn" href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/09/Layne_findingaid.pdf" target="_self" data-type="button" data-color="#000000" data-rsp_ch="on" data-xy="xo:853px,727px,552px,340px;yo:423px,360px,273px,168px;" data-text="w:normal;s:15,12,9,5;l:32,27,20,12;fw:500;" data-dim="minh:0px,none,none,none;" data-padding="r:20,17,13,8;l:20,17,13,8;" data-frame_999="o:0;st:w;" data-frame_hover="c:#fff;bgc:#000;bor:0px,0px,0px,0px;" style="z-index:9;background-color:rgba(255,255,255,1);font-family:Roboto;" >Finding Aid </a><!-- --><a id="slider-4-slide-112-layer-12" class="rs-layer rev-btn" href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Linda%20L.%20Layne%20collection" target="_self" data-type="button" data-color="#000000" data-rsp_ch="on" data-xy="xo:1016px,866px,657px,405px;yo:424px,361px,274px,169px;" data-text="w:normal;s:15,12,9,5;l:32,27,20,12;fw:500;" data-dim="minh:0px,none,none,none;" data-padding="r:20,17,13,8;l:20,17,13,8;" data-frame_999="o:0;st:w;" data-frame_hover="c:#fff;bgc:#000;bor:0px,0px,0px,0px;" style="z-index:10;background-color:rgba(255,255,255,1);font-family:Roboto;" >Photographs </a><!-- --> </rs-slide> <rs-slide data-key="rs-110" data-title="Slide" data-thumb="//photoarchive.acorjordan.org/wp-content/uploads/2022/11/fellows_slide-1-160x160.jpg" data-anim="p:transparent;" data-in="o:0;" data-out="o:0;"> <img decoding="async" src="//photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/assets/dummy.png" title="fellows_slide" width="1590" height="763" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//photoarchive.acorjordan.org/wp-content/uploads/2022/11/fellows_slide-1.jpg" data-parallax="5" data-panzoom="d:10000;ss:100;se:105;" data-no-retina> <!-- --><rs-layer id="slider-4-slide-110-layer-1" class="tp-shape tp-shapewrapper" data-type="shape" data-rsp_ch="on" data-xy="x:r;xo:2px,3px,22px,21px;yo:45px,37px,30px,9px;" data-text="fw:300,300,100,100;" data-dim="w:383px,383px,350px,250px;h:462px,528px,540px,410px;" data-frame_0="sX:0.9;sY:0.9;" data-frame_1="e:power4.out;st:500;sp:1400;sR:500;" data-frame_999="st:w;sp:1000;sR:7100;auto:true;" style="z-index:5;background-color:rgba(255,255,255,1);" > </rs-layer><!-- --><rs-layer id="slider-4-slide-110-layer-2" class="PostSlider-Title" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:31px,31px,60px,50px;yo:71px,71px,119px,65px;" data-text="w:normal;s:35,35,30,20;l:40,40,30,20;" data-dim="w:338px,338px,290px,210px;h:82px,82px,auto,auto;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:700;sp:500;sR:700;" data-frame_999="st:w;sp:1000;sR:7800;auto:true;" style="z-index:7;font-family:Roboto;" >Announcing the 2024 Title VI Educator Fellowships </rs-layer><!-- --><rs-layer id="slider-4-slide-110-layer-3" class="PostSlider-Category" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:60px,60px,60px,51px;yo:70px,70px,56px,24px;" data-text="s:15,15,13,13;l:15,15,13,13;ls:3px;fw:300;" data-dim="w:303px,303px,290px,210px;h:16px,16px,auto,auto;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:600;sp:500;sR:600;" data-frame_999="st:w;sp:1000;sR:7900;auto:true;" style="z-index:6;font-family:Roboto;" > </rs-layer><!-- --><rs-layer id="slider-4-slide-110-layer-4" class="PostSlider-Content" data-type="text" data-color="rgba(119, 119, 119, 1)" data-rsp_ch="on" data-xy="x:r;xo:33px,33px,60px,40px;yo:222px,222px,252px,144px;" data-text="w:normal;s:15,15,14,13;l:20,20,21,20;fw:300,300,400,400;" data-dim="w:332px,332px,290px,218px;h:165px,165px,auto,221px;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:800;sp:500;sR:800;" data-frame_999="st:w;sp:1000;sR:7700;auto:true;" style="z-index:8;font-family:Roboto;" >The Educator Fellowships provide community college or minority-serving institution faculty members the opportunity to develop curricular resources relating to the Middle East utilizing the ACOR Digital Archives as a non-resident fellow. </rs-layer><!-- --><rs-layer id="slider-4-slide-110-layer-5" class="PostSlider-Button rev-btn" data-type="button" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="xo:894px,664px,431px,218px;yo:402px,478px,479px,350px;" data-text="s:15;l:40;fw:500;" data-dim="w:220px,auto,auto,209px;h:46px,auto,auto,47px;" data-actions='o:click;a:simplelink;target:_self;url:https://photoarchive.acorjordan.org/title-vi-educator-fellowships;' data-padding="t:1;r:55;b:1;l:23;" data-border="bos:solid;boc:rgba(0, 0, 0, 1);bow:1px,1px,1px,1px;" data-frame_0="y:10px;" data-frame_1="e:power3.out;st:900;sp:500;sR:900;" data-frame_999="y:10px;o:0;st:w;sp:1000;sR:7600;" data-frame_hover="c:#000;bgc:#eee;boc:#000;bor:0px,0px,0px,0px;bos:solid;bow:1px,1px,1px,1px;oX:50;oY:50;sp:200;e:power1.inOut;" style="z-index:9;background-color:rgba(255,255,255,1);font-family:Roboto;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;" ><i class="pe-7s-comment" style="font-size:25px; float:left; margin-top:9px;margin-right:10px;"></i> Continue Reading </rs-layer><!-- --> </rs-slide> <rs-slide data-key="rs-89" data-title="Digital Archive Home Page " data-thumb="//photoarchive.acorjordan.org/wp-content/uploads/2021/04/img001-160x160.jpg" data-anim="p:transparent;" data-in="o:0;" data-out="o:0;"> <img decoding="async" src="//photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/assets/dummy.png" title="Front Page" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//photoarchive.acorjordan.org/wp-content/uploads/2021/04/img001.jpg" data-parallax="5" data-panzoom="d:10000;ss:100;se:105;" data-no-retina> <!-- --><rs-layer id="slider-4-slide-89-layer-1" class="tp-shape tp-shapewrapper" data-type="shape" data-rsp_ch="on" data-xy="x:r;xo:30px,30px,30px,20px;yo:30px,30px,30px,20px;" data-text="fw:300,300,100,100;" data-dim="w:430px,430px,350px,250px;h:540px,540px,540px,410px;" data-frame_0="sX:0.9;sY:0.9;" data-frame_1="e:power4.out;st:500;sp:1400;sR:500;" data-frame_999="st:w;sp:1000;sR:7100;auto:true;" style="z-index:5;background-color:rgba(255,255,255,1);" > </rs-layer><!-- --><rs-layer id="slider-4-slide-89-layer-2" class="PostSlider-Title" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:56px,63px,62px,39px;yo:91px,90px,92px,60px;" data-text="w:normal;s:40,40,30,20;l:40,40,30,20;fw:500,400,400,400;a:inherit,left,left,left;" data-dim="w:378px,370px,290px,210px;h:241px,auto,auto,auto;" data-actions='o:click;a:simplelink;target:_self;url:announcing-the-acor-digital-archive-developing-a-multimedia-teaching-and-learning-resource;' data-frame_0="y:20px;" data-frame_1="e:power3.out;st:700;sp:500;sR:700;" data-frame_999="st:w;sp:1000;sR:7800;auto:true;" style="z-index:7;font-family:Roboto;" >Announcing the ACOR Digital Archive: Developing a Multimedia Teaching and Learning Resource </rs-layer><!-- --><rs-layer id="slider-4-slide-89-layer-3" class="PostSlider-Category" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:63px,63px,60px,40px;yo:60px,60px,60px,40px;" data-text="w:nowrap,nowrap,nowrap,normal;s:15,15,13,13;l:15,15,13,13;ls:3px;fw:300,300,300,100;a:left,left,left,inherit;" data-dim="w:370px,370px,290px,210px;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:600;sp:500;sR:600;" data-frame_999="st:w;sp:1000;sR:7900;auto:true;" style="z-index:6;font-family:Roboto;" >PHOTO ARCHIVES </rs-layer><!-- --><rs-layer id="slider-4-slide-89-layer-4" class="PostSlider-Content" data-type="text" data-color="rgba(119, 119, 119, 1)" data-rsp_ch="on" data-xy="x:r;xo:60px,61px,61px,38px;yo:354px,341px,300px,167px;" data-text="w:normal;s:15,15,14,13;l:23,23,21,20;fw:500,500,400,400;a:inherit,inherit,left,left;" data-dim="w:370px,370px,290px,210px;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:800;sp:500;sR:800;" data-frame_999="st:w;sp:1000;sR:7700;auto:true;" style="z-index:8;font-family:Roboto;" >Based on the success of the ACOR Photo Archive Project, the U.S. Department of Education has awarded ACOR an American Overseas Research Center (AORC) Title VI grant for a new project entitled “ACOR Digital Archive: Developing a Multimedia Teaching and Learning Resource. </rs-layer><!-- --><rs-layer id="slider-4-slide-89-layer-5" class="PostSlider-Button rev-btn" data-type="button" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="xo:767px,593px,428px,226px;yo:509px,492px,486px,366px;" data-text="s:15;l:40;fw:500;" data-dim="w:auto,auto,auto,219px;h:auto,auto,auto,45px;" data-actions='o:click;a:simplelink;target:_self;url:announcing-the-acor-digital-archive-developing-a-multimedia-teaching-and-learning-resource;' data-padding="t:1;r:55;b:1;l:23;" data-border="boc:rgba(0, 0, 0, 1);bow:1px,1px,1px,1px;" data-frame_0="y:10px;" data-frame_1="e:power3.out;st:900;sp:500;sR:900;" data-frame_999="y:10px;o:0;st:w;sp:1000;sR:7600;" data-frame_hover="c:#000;bgc:#eee;boc:#000;bor:0px,0px,0px,0px;bow:1px,1px,1px,1px;oX:50;oY:50;sp:200;e:none;" style="z-index:9;background-color:rgba(255,255,255,1);font-family:Roboto;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;" ><i class="pe-7s-comment" style="font-size:25px; float:left; margin-top:9px;margin-right:10px;"></i> Continue Reading </rs-layer><!-- --> </rs-slide> <rs-slide data-key="rs-106" data-title="Robert Schick Collection" data-thumb="//photoarchive.acorjordan.org/wp-content/uploads/2023/06/605164-scaled-160x160.jpg" data-anim="p:transparent;" data-in="o:0;" data-out="o:0;"> <img loading="lazy" decoding="async" src="//photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/assets/dummy.png" title="605164" width="2560" height="1732" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//photoarchive.acorjordan.org/wp-content/uploads/2023/06/605164-scaled.jpg" data-parallax="5" data-panzoom="d:10000;ss:100;se:120;" data-no-retina> <!-- --><rs-layer id="slider-4-slide-106-layer-1" class="tp-shape tp-shapewrapper" data-type="shape" data-rsp_ch="on" data-xy="x:r;xo:3px,3px,2px,20px;y:m,m,t,t;yo:6px,6px,30px,20px;" data-text="fw:300,300,100,100;" data-dim="w:382px,382px,350px,250px;h:511px,511px,540px,410px;" data-frame_0="sX:0.9;sY:0.9;" data-frame_1="e:power4.out;st:500;sp:1400;sR:500;" data-frame_999="st:w;sp:1000;sR:7100;auto:true;" style="z-index:5;background-color:rgba(255,255,255,1);" > </rs-layer><!-- --><rs-layer id="slider-4-slide-106-layer-2" class="PostSlider-Title" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:c,r,r,r;xo:417px,4px,42px,45px;yo:128px,134px,106px,76px;" data-text="w:normal;s:40,40,30,20;l:40,40,30,20;" data-dim="w:379px,370px,290px,210px;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:700;sp:500;sR:700;" data-frame_999="st:w;sp:1000;sR:7800;auto:true;" style="z-index:7;font-family:Roboto;" >Announcing the Robert Schick Collection </rs-layer><!-- --><rs-layer id="slider-4-slide-106-layer-3" class="PostSlider-Category" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:-1px,-1px,39px,60px;yo:80px,80px,61px,40px;" data-text="s:15,15,13,13;l:15,15,13,13;ls:3px;fw:300;" data-dim="w:370px,370px,290px,210px;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:600;sp:500;sR:600;" data-frame_999="st:w;sp:1000;sR:7900;auto:true;" style="z-index:6;font-family:Roboto;" >HERITAGE AND ARCHAEOLOGY </rs-layer><!-- --><rs-layer id="slider-4-slide-106-layer-4" class="PostSlider-Content" data-type="text" data-color="rgba(119, 119, 119, 1)" data-rsp_ch="on" data-xy="x:r;xo:33px,30px,41px,44px;yo:274px,263px,209px,135px;" data-text="w:normal;s:15,15,14,13;l:23,23,21,20;fw:300,300,400,400;" data-dim="w:338px,338px,290px,210px;h:162px,162px,auto,auto;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:800;sp:500;sR:800;" data-frame_999="st:w;sp:1000;sR:7700;auto:true;" style="z-index:8;font-family:Roboto;" >We are thrilled to announce that 4000+ 35mm slides from the Robert Schick Collection have been made available. Dr. Schick has worked in Jordan since the 1980s, and this collection documents excavations in Petra, el-Quweisma, Umm el-Jimal and Umm er-Rasas among many other sites. </rs-layer><!-- --><rs-layer id="slider-4-slide-106-layer-5" class="PostSlider-Button rev-btn" data-type="button" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="xo:864px,657px,449px,222px;yo:436px,471px,457px,360px;" data-text="s:15;l:40;fw:500;" data-dim="w:auto,auto,auto,219px;h:auto,auto,auto,45px;" data-actions='o:click;a:simplelink;target:_blank;url:https://acor.digitalrelab.com/index.php?s=filter=collection_name:Robert%20Schick%20collection;' data-padding="t:1;r:55;b:1;l:23;" data-border="bos:solid;boc:rgba(0, 0, 0, 1);bow:1px,1px,1px,1px;" data-frame_0="y:10px;" data-frame_1="e:power3.out;st:900;sp:500;sR:900;" data-frame_999="y:10px;o:0;st:w;sp:1000;sR:7600;" data-frame_hover="c:#000;bgc:#eee;boc:#000;bor:0px,0px,0px,0px;bos:solid;bow:1px,1px,1px,1px;oX:50;oY:50;sp:200;e:power1.inOut;" style="z-index:9;background-color:rgba(255,255,255,1);font-family:Roboto;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;" ><i class="pe-7s-comment" style="font-size:25px; float:left; margin-top:9px;margin-right:10px;"></i> View Collection </rs-layer><!-- --> </rs-slide> <rs-slide data-key="rs-85" data-title="Title VI Review" data-thumb="//photoarchive.acorjordan.org/wp-content/uploads/2021/04/LKJ_J_S_537-scaled-160x160.jpg" data-anim="p:transparent;" data-in="o:0;" data-out="o:0;"> <img decoding="async" src="//photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/assets/dummy.png" title="Front Page" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//photoarchive.acorjordan.org/wp-content/uploads/2021/04/LKJ_J_S_537-scaled.jpg" data-bg="p:left center;" data-parallax="5" data-panzoom="d:6000;ss:100;se:120;" data-no-retina> <!-- --><rs-layer id="slider-4-slide-85-layer-1" class="tp-shape tp-shapewrapper" data-type="shape" data-rsp_ch="on" data-xy="x:r;xo:3px,0,2px,20px;y:m,m,t,t;yo:6px,11px,30px,20px;" data-text="w:normal,normal,nowrap,nowrap;fw:100;a:inherit,inherit,left,left;" data-dim="w:382px,382px,350px,250px;h:511px,511px,540px,410px;" data-frame_0="sX:0.9;sY:0.9;tp:600;" data-frame_1="tp:600;e:power4.out;st:500;sp:1400;sR:500;" data-frame_999="st:w;sp:350;sR:7100;auto:true;" style="z-index:5;background-color:rgba(255,255,255,1);" > </rs-layer><!-- --><rs-layer id="slider-4-slide-85-layer-3" class="PostSlider-Category" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:-1px,1px,26px,60px;yo:80px,71px,63px,40px;" data-text="w:normal,normal,normal,nowrap;s:15,15,13,13;l:15,15,13,13;fw:100,500,400,300;a:inherit,inherit,inherit,left;" data-dim="w:370px,370px,290px,210px;" data-frame_0="y:20px;tp:600;" data-frame_1="tp:600;e:power3.out;st:600;sp:500;sR:600;" data-frame_999="st:w;sp:350;sR:7900;auto:true;" style="z-index:6;font-family:Roboto;letter-spacing:3px;" >PHOTO ARCHIVES </rs-layer><!-- --><rs-layer id="slider-4-slide-85-layer-2" class="PostSlider-Title" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:c,r,r,r;xo:413px,4px,23px,45px;yo:111px,99px,115px,76px;" data-text="w:normal;s:40,40,30,20;l:40,40,30,20;fw:100,500,400,400;a:inherit,inherit,inherit,left;" data-dim="w:379px,370px,290px,210px;" data-frame_0="y:20px;tp:600;" data-frame_1="tp:600;e:power3.out;st:700;sp:500;sR:700;" data-frame_999="st:w;sp:350;sR:7800;auto:true;" style="z-index:7;font-family:Roboto;" >ACOR Photo Archive Project 2016-2020: Building a Valuable Resource for “a Diverse, International Community” </rs-layer><!-- --><rs-layer id="slider-4-slide-85-layer-4" class="PostSlider-Content" data-type="text" data-color="rgba(119, 119, 119, 1)" data-rsp_ch="on" data-xy="x:r;xo:34px,36px,22px,44px;yo:366px,395px,319px,202px;" data-text="w:normal;s:15,15,14,13;l:23,23,21,20;fw:100,100,400,400;a:inherit;" data-dim="w:339px,338px,290px,210px;h:auto,162px,auto,auto;" data-frame_0="y:20px;tp:600;" data-frame_1="tp:600;e:power3.out;st:800;sp:500;sR:800;" data-frame_999="st:w;sp:350;sR:7700;auto:true;" style="z-index:8;font-family:Roboto;" >Since the launch of the photo archive platform in 2017, archive images have been in constant use by high-school and university students, professors, researchers, publishers, and prestigious institutions, such as the Smithsonian. </rs-layer><!-- --><rs-layer id="slider-4-slide-85-layer-5" class="PostSlider-Button rev-btn" data-type="button" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="xo:831px,659px,449px,222px;yo:491px,508px,457px,360px;" data-text="w:nowrap,normal,nowrap,nowrap;s:15;l:40;fw:500;" data-dim="w:auto,auto,auto,219px;h:auto,auto,auto,45px;" data-actions='o:click;a:simplelink;target:_self;url:acor-photo-archive-project-2016-2020-building-a-valuable-resource-for-a-diverse-international-community;' data-padding="t:1;r:55;b:1;l:23;" data-border="boc:rgba(0, 0, 0, 1);bow:1px,1px,1px,1px;" data-frame_0="y:10px;tp:600;" data-frame_1="tp:600;e:power3.out;st:900;sp:500;sR:900;" data-frame_999="y:10px;o:0;tp:600;st:w;sp:350;sR:7600;" data-frame_hover="c:#000;bgc:#eee;boc:#000;bor:0px,0px,0px,0px;bow:1px,1px,1px,1px;oX:50;oY:50;sp:200;e:none;" style="z-index:9;background-color:rgba(255,255,255,1);font-family:Roboto;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;" ><i class="pe-7s-comment" style="font-size:25px; float:left; margin-top:9px;margin-right:10px;"></i> Continue Reading </rs-layer><!-- --> </rs-slide> <rs-slide data-key="rs-88" data-title="NL Photo Essay 2" data-thumb="//photoarchive.acorjordan.org/wp-content/uploads/2021/04/2016_ECL_0075-scaled-160x160.jpg" data-anim="p:transparent;" data-in="o:0;" data-out="o:0;"> <img decoding="async" src="//photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/assets/dummy.png" title="Front Page" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//photoarchive.acorjordan.org/wp-content/uploads/2021/04/2016_ECL_0075-scaled.jpg" data-bg="p:center top;" data-parallax="5" data-panzoom="d:10000;ss:100;se:120;" data-no-retina> <!-- --><rs-layer id="slider-4-slide-88-layer-1" class="tp-shape tp-shapewrapper" data-type="shape" data-rsp_ch="on" data-xy="x:r;xo:3px,3px,2px,20px;y:m,m,t,t;yo:7px,7px,30px,20px;" data-text="fw:400,400,100,100;" data-dim="w:382px,382px,350px,250px;h:511px,511px,540px,410px;" data-frame_0="sX:0.9;sY:0.9;tp:600;" data-frame_1="tp:600;e:power4.out;st:500;sp:1400;sR:500;" data-frame_999="st:w;sp:1000;sR:7100;auto:true;" style="z-index:5;background-color:rgba(255,255,255,1);cursor:pointer;" > </rs-layer><!-- --><rs-layer id="slider-4-slide-88-layer-3" class="PostSlider-Category" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:-1px,-1px,39px,60px;yo:80px,80px,61px,40px;" data-text="s:15,15,13,13;l:15,15,13,13;fw:300;" data-dim="w:370px,370px,290px,210px;" data-frame_0="y:20px;tp:600;" data-frame_1="tp:600;e:power3.out;st:600;sp:500;sR:600;" data-frame_999="st:w;sp:1000;sR:7900;auto:true;" style="z-index:6;font-family:Roboto;cursor:pointer;letter-spacing:3px;" >HERITAGE AND ARCHAEOLOGY </rs-layer><!-- --><rs-layer id="slider-4-slide-88-layer-2" class="PostSlider-Title" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:c,r,r,r;xo:420px,4px,42px,45px;yo:117px,134px,106px,76px;" data-text="w:normal;s:40,40,30,20;l:40,40,30,20;" data-dim="w:379px,370px,290px,210px;" data-frame_0="y:20px;tp:600;" data-frame_1="tp:600;e:power3.out;st:700;sp:500;sR:700;" data-frame_999="st:w;sp:1000;sR:7800;auto:true;" style="z-index:7;font-family:Roboto;cursor:pointer;" >Launch: USAID SCHEP Collection at ACOR </rs-layer><!-- --><rs-layer id="slider-4-slide-88-layer-5" class="PostSlider-Button rev-btn" data-type="button" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="xo:830px,657px,449px,222px;yo:476px,471px,457px,360px;" data-text="s:15;l:40;fw:500;" data-dim="w:auto,auto,auto,219px;h:auto,auto,auto,45px;" data-actions='o:click;a:simplelink;target:_self;url:https://photoarchive.acorjordan.org/introducing-the-usaid-schep-collection/;' data-padding="t:1;r:55;b:1;l:23;" data-border="bos:solid;boc:rgba(0, 0, 0, 1);bow:1px,1px,1px,1px;" data-frame_0="y:10px;tp:600;" data-frame_1="tp:600;e:power3.out;st:900;sp:500;sR:900;" data-frame_999="y:10px;o:0;tp:600;st:w;sp:1000;sR:7600;" data-frame_hover="c:#000;bgc:#eee;boc:#000;bor:0px,0px,0px,0px;bos:solid;bow:1px,1px,1px,1px;oX:50;oY:50;sp:200;e:power1.inOut;" style="z-index:8;background-color:rgba(255,255,255,1);font-family:Roboto;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;" ><i class="pe-7s-comment" style="font-size:25px; float:left; margin-top:9px;margin-right:10px;"></i> Continue Reading </rs-layer><!-- --><rs-layer id="slider-4-slide-88-layer-7" data-type="text" data-color="#777777" data-rsp_ch="on" data-xy="xo:831px;yo:265px;" data-text="w:normal;s:15;l:23;fw:100;" data-dim="w:281px;" data-frame_0="tp:600;" data-frame_1="tp:600;sR:10;" data-frame_999="o:0;tp:600;st:w;sR:8690;" style="z-index:9;font-family:Roboto;cursor:pointer;" >The USAID SCHEP collection is now live! Read our introductory photo essay to find out more about the USAID SCHEP project and how these images may be used by researchers, heritage practitioners, students, and others. Then, visit our curated photo galleries to start exploring the collection. </rs-layer><!-- --> </rs-slide> <rs-slide data-key="rs-86" data-title="Archive Youtube talk" data-thumb="//photoarchive.acorjordan.org/wp-content/uploads/2020/05/video2-160x160.png" data-anim="p:transparent;" data-in="o:0;" data-out="o:0;"> <img decoding="async" src="//photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/assets/dummy.png" title="Front Page" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//photoarchive.acorjordan.org/wp-content/uploads/2020/05/video2.png" data-parallax="5" data-no-retina> <rs-bgvideo data-video="vc:none;w:100%;h:100%;end:0:10;l:true;ptimer:false;" data-ytid="p4K1F99BHQE" data-vatr="version=3&enablejsapi=1&html5=1&hd=1&wmode=opaque&showinfo=0&ref=0&origin=https://photoarchive.acorjordan.org;" ></rs-bgvideo> <!-- --><rs-layer id="slider-4-slide-86-layer-1" class="tp-shape tp-shapewrapper" data-type="shape" data-rsp_ch="on" data-xy="x:r;xo:3px,3px,2px,20px;y:m,m,t,t;yo:6px,6px,30px,20px;" data-text="fw:300,300,100,100;" data-dim="w:382px,382px,350px,250px;h:511px,511px,540px,410px;" data-frame_0="sX:0.9;sY:0.9;tp:600;" data-frame_1="tp:600;e:power4.out;st:500;sp:1400;sR:500;" data-frame_999="st:w;sp:350;sR:7100;auto:true;" style="z-index:5;background-color:rgba(255,255,255,1);" > </rs-layer><!-- --><rs-layer id="slider-4-slide-86-layer-3" class="PostSlider-Category" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:-1px,-1px,39px,60px;yo:80px,80px,61px,40px;" data-text="s:15,15,13,13;l:15,15,13,13;fw:300;" data-dim="w:370px,370px,290px,210px;" data-frame_0="y:20px;tp:600;" data-frame_1="tp:600;e:power3.out;st:600;sp:500;sR:600;" data-frame_999="st:w;sp:350;sR:7900;auto:true;" style="z-index:6;font-family:Roboto;letter-spacing:3px;" >HERITAGE AND ARCHAEOLOGY </rs-layer><!-- --><rs-layer id="slider-4-slide-86-layer-2" class="PostSlider-Title" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:c,r,r,r;xo:416px,4px,42px,45px;yo:128px,134px,106px,76px;" data-text="w:normal;s:40,40,30,20;l:40,40,30,20;" data-dim="w:379px,370px,290px,210px;" data-frame_0="y:20px;tp:600;" data-frame_1="tp:600;e:power3.out;st:700;sp:500;sR:700;" data-frame_999="st:w;sp:350;sR:7800;auto:true;" style="z-index:7;font-family:Roboto;" >The ACOR Photo Archive: Mobilizing Digital Tools to Preserve Visual Heritage </rs-layer><!-- --><rs-layer id="slider-4-slide-86-layer-4" class="PostSlider-Content" data-type="text" data-color="rgba(119, 119, 119, 1)" data-rsp_ch="on" data-xy="x:r;xo:31px,30px,41px,44px;yo:355px,263px,209px,135px;" data-text="w:normal;s:15,15,14,13;l:23,23,21,20;fw:300,300,400,400;" data-dim="w:338px,338px,290px,210px;h:162px,162px,auto,auto;" data-frame_0="y:20px;tp:600;" data-frame_1="tp:600;e:power3.out;st:800;sp:500;sR:800;" data-frame_999="st:w;sp:350;sR:7700;auto:true;" style="z-index:8;font-family:Roboto;" >A public lecture by Dr. Jack Green and Jessica Holland. Newly digitized, these 28,000 images and their associated metadata provide an especially valuable frame of reference with which to understand Jordanian heritage. </rs-layer><!-- --><rs-layer id="slider-4-slide-86-layer-5" class="PostSlider-Button rev-btn" data-type="button" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="xo:831px,657px,449px,222px;yo:491px,471px,457px,360px;" data-text="s:15;l:40;fw:500;" data-dim="w:auto,auto,auto,219px;h:auto,auto,auto,45px;" data-actions='o:click;a:simplelink;target:_self;url:https://photoarchive.acorjordan.org/the-acor-photo-archive-mobilizing-digital-tools-to-preserve-visual-heritage/;' data-padding="t:1;r:55;b:1;l:23;" data-border="bos:solid;boc:rgba(0, 0, 0, 1);bow:1px,1px,1px,1px;" data-frame_0="y:10px;tp:600;" data-frame_1="tp:600;e:power3.out;st:900;sp:500;sR:900;" data-frame_999="y:10px;o:0;tp:600;st:w;sp:350;sR:7600;" data-frame_hover="c:#000;bgc:#eee;boc:#000;bor:0px,0px,0px,0px;bos:solid;bow:1px,1px,1px,1px;oX:50;oY:50;sp:200;e:power1.inOut;" style="z-index:9;background-color:rgba(255,255,255,1);font-family:Roboto;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;" ><i class="pe-7s-comment" style="font-size:25px; float:left; margin-top:9px;margin-right:10px;"></i> Watch video </rs-layer><!-- --> </rs-slide> <rs-slide data-key="rs-87" data-title="Bert de Vries Essay" data-thumb="//photoarchive.acorjordan.org/wp-content/uploads/2020/02/BV_J_S_241-scaled-160x160.jpg" data-anim="p:transparent;" data-in="o:0;" data-out="o:0;"> <img decoding="async" src="//photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/assets/dummy.png" title="Front Page" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//photoarchive.acorjordan.org/wp-content/uploads/2020/02/BV_J_S_241-scaled.jpg" data-parallax="5" data-panzoom="d:10000;ss:100;se:120;" data-no-retina> <!-- --><rs-layer id="slider-4-slide-87-layer-1" class="tp-shape tp-shapewrapper" data-type="shape" data-rsp_ch="on" data-xy="x:r;xo:3px,3px,2px,20px;y:m,m,t,t;yo:6px,6px,30px,20px;" data-text="fw:300,300,100,100;" data-dim="w:382px,382px,350px,250px;h:511px,511px,540px,410px;" data-frame_0="sX:0.9;sY:0.9;" data-frame_1="e:power4.out;st:500;sp:1400;sR:500;" data-frame_999="st:w;sp:1000;sR:7100;auto:true;" style="z-index:5;background-color:rgba(255,255,255,1);" > </rs-layer><!-- --><rs-layer id="slider-4-slide-87-layer-2" class="PostSlider-Title" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:c,r,r,r;xo:417px,4px,42px,45px;yo:128px,134px,106px,76px;" data-text="w:normal;s:40,40,30,20;l:40,40,30,20;" data-dim="w:379px,370px,290px,210px;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:700;sp:500;sR:700;" data-frame_999="st:w;sp:1000;sR:7800;auto:true;" style="z-index:7;font-family:Roboto;" >Unearthing the Past: ACOR from 1988 to 1991 through the lens of Bert de Vries </rs-layer><!-- --><rs-layer id="slider-4-slide-87-layer-3" class="PostSlider-Category" data-type="text" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="x:r;xo:-1px,-1px,39px,60px;yo:80px,80px,61px,40px;" data-text="s:15,15,13,13;l:15,15,13,13;ls:3px;fw:300;" data-dim="w:370px,370px,290px,210px;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:600;sp:500;sR:600;" data-frame_999="st:w;sp:1000;sR:7900;auto:true;" style="z-index:6;font-family:Roboto;" >HERITAGE AND ARCHAEOLOGY </rs-layer><!-- --><rs-layer id="slider-4-slide-87-layer-4" class="PostSlider-Content" data-type="text" data-color="rgba(119, 119, 119, 1)" data-rsp_ch="on" data-xy="x:r;xo:31px,30px,41px,44px;yo:313px,263px,209px,135px;" data-text="w:normal;s:15,15,14,13;l:23,23,21,20;fw:300,300,400,400;" data-dim="w:338px,338px,290px,210px;h:162px,162px,auto,auto;" data-frame_0="y:20px;" data-frame_1="e:power3.out;st:800;sp:500;sR:800;" data-frame_999="st:w;sp:1000;sR:7700;auto:true;" style="z-index:8;font-family:Roboto;" >Bert de Vries has been involved with ACOR since 1968 and he has the most extensive living history of the institution. His knowledge of its past provides a rich well from which we can draw illustrations about life at ACOR during the late 1980s in Jordan. We sat down with him to talk about his photos and time at ACOR. </rs-layer><!-- --><rs-layer id="slider-4-slide-87-layer-5" class="PostSlider-Button rev-btn" data-type="button" data-color="rgba(0, 0, 0, 1)" data-rsp_ch="on" data-xy="xo:831px,657px,449px,222px;yo:491px,471px,457px,360px;" data-text="s:15;l:40;fw:500;" data-dim="w:auto,auto,auto,219px;h:auto,auto,auto,45px;" data-actions='o:click;a:simplelink;target:_self;url:https://photoarchive.acorjordan.org/kenneth-russell-an-archaeologist-with-a-passion-for-the-power-of-the-question/;' data-padding="t:1;r:55;b:1;l:23;" data-border="bos:solid;boc:rgba(0, 0, 0, 1);bow:1px,1px,1px,1px;" data-frame_0="y:10px;" data-frame_1="e:power3.out;st:900;sp:500;sR:900;" data-frame_999="y:10px;o:0;st:w;sp:1000;sR:7600;" data-frame_hover="c:#000;bgc:#eee;boc:#000;bor:0px,0px,0px,0px;bos:solid;bow:1px,1px,1px,1px;oX:50;oY:50;sp:200;e:power1.inOut;" style="z-index:9;background-color:rgba(255,255,255,1);font-family:Roboto;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;" ><i class="pe-7s-comment" style="font-size:25px; float:left; margin-top:9px;margin-right:10px;"></i> Continue Reading </rs-layer><!-- --> </rs-slide> </rs-slides> <rs-static-layers><!-- --></rs-static-layers> </rs-module> <script type="text/javascript"> setREVStartSize({c: 'rev_slider_4_1',rl:[1240,1024,778,480],el:[600,600,600,450],gw:[1200,1024,778,480],gh:[600,600,600,450],type:'standard',justify:'',layout:'fullwidth',mh:"0"}); var revapi4, tpj; function revinit_revslider41() { jQuery(function() { tpj = jQuery; revapi4 = tpj("#rev_slider_4_1"); if(revapi4==undefined || revapi4.revolution == undefined){ revslider_showDoubleJqueryError("rev_slider_4_1"); }else{ revapi4.revolution({ DPR:"dpr", sliderLayout:"fullwidth", visibilityLevels:"1240,1024,778,480", gridwidth:"1200,1024,778,480", gridheight:"600,600,600,450", lazyType:"single", perspective:600, perspectiveType:"local", editorheight:"600,600,600,450", responsiveLevels:"1240,1024,778,480", progressBar: { color:"rgba(255,255,255,0.75)", size:5, x:0, y:0 }, navigation: { mouseScrollNavigation:false, wheelCallDelay:1000, touch: { touchenabled:true, swipe_min_touches:50 }, arrows: { enable:true, style:"persephone", left: { h_offset:0 }, right: { h_offset:0 } } }, parallax: { levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,55], type:"scroll", origo:"slidercenter" }, fanim: { in:{"o":0}, out:{"a":false}, speed:1000 }, fallbacks: { allowHTML5AutoPlayOnAndroid:true }, }); } }); } // End of RevInitScript var once_revslider41 = false; if (document.readyState === "loading") {document.addEventListener('readystatechange',function() { if((document.readyState === "interactive" || document.readyState === "complete") && !once_revslider41 ) { once_revslider41 = true; revinit_revslider41();}});} else {once_revslider41 = true; revinit_revslider41();} </script> <script> var htmlDivCss = unescape("%23rev_slider_4_1_wrapper%20.persephone.tparrows%20%7B%0A%09cursor%3Apointer%3B%0A%09background%3Argba%28201%2C201%2C201%2C0.75%29%3B%0A%09width%3A40px%3B%0A%09height%3A40px%3B%0A%09position%3Aabsolute%3B%0A%09display%3Ablock%3B%0A%09z-index%3A1000%3B%0A%20%20%20%20border%3A1px%20solid%20%23ffffff%3B%0A%7D%0A%23rev_slider_4_1_wrapper%20.persephone.tparrows.rs-touchhover%20%7B%0A%09background%3A%23000000%3B%0A%7D%0A%23rev_slider_4_1_wrapper%20.persephone.tparrows%3Abefore%20%7B%0A%09font-family%3A%20%27revicons%27%3B%0A%09font-size%3A15px%3B%0A%09color%3A%20%23ffffff%3B%0A%09display%3Ablock%3B%0A%09line-height%3A%2040px%3B%0A%09text-align%3A%20center%3B%0A%7D%0A%23rev_slider_4_1_wrapper%20.persephone.tparrows.tp-leftarrow%3Abefore%20%7B%0A%09content%3A%20%27%5Ce824%27%3B%0A%7D%0A%23rev_slider_4_1_wrapper%20.persephone.tparrows.tp-rightarrow%3Abefore%20%7B%0A%09content%3A%20%27%5Ce825%0A%27%3B%0A%7D%0A%0A%0A"); var htmlDiv = document.getElementById('rs-plugin-settings-inline-css'); if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement('div'); htmlDiv.innerHTML = '<style>' + htmlDivCss + '</style>'; document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]); } </script> <script> var htmlDivCss = unescape("%0A%0A%0A%0A%0A%0A%0A%0A"); var htmlDiv = document.getElementById('rs-plugin-settings-inline-css'); if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement('div'); htmlDiv.innerHTML = '<style>' + htmlDivCss + '</style>'; document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]); } </script> </rs-module-wrap> <!-- END REVOLUTION SLIDER --> <div class="ctsc-spacer " style="height:25px"></div> <div class="ctsc-separator ctsc-separator-normal"><div class="ctsc-separator-line"></div><div class="clear"></div></div> <div class="ctsc-column ctsc-col3"> <div id="attachment_2247" style="width: 330px" class="wp-caption aligncenter"><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Jane%20Taylor%20Collection"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2247" class="wp-image-2247" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JT_J_3_11_008-scaled.jpg" alt="JT_J_3_11_008" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JT_J_3_11_008-scaled.jpg 2048w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JT_J_3_11_008-240x300.jpg 240w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JT_J_3_11_008-819x1024.jpg 819w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JT_J_3_11_008-768x960.jpg 768w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JT_J_3_11_008-1229x1536.jpg 1229w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JT_J_3_11_008-1638x2048.jpg 1638w" sizes="auto, (max-width: 320px) 100vw, 320px" /></a><p id="caption-attachment-2247" class="wp-caption-text">Wadi Rum, 1992</p></div> <p><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Jane%20Taylor%20Collection" target="_blank" rel="noopener noreferrer"><strong>Jane Taylor collection</strong></a><br />Jane Taylor, a published author famous for her photographs of Petra, donated a collection of over 7,000 photographs to ACOR in 2015. Jane Taylor’s collection captures pivotal moments during the last 30 years in the Arab region and Asia, featuring subjects spanning cultural heritage to social history. In addition to extensive coverage of Jordan (including many aerial shots), the collection includes photography from Yemen, Iraq, Egypt, Turkey, Saudi Arabia, Iran, Pakistan, and Syria. Taylor’s collection also includes her work with UNICEF in the aftermath of the Gulf War in the 1990s.</p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/06/taylor_findingaid.pdf">Jane Taylor collection Finding Aid</a></p> </div><div class="ctsc-column ctsc-col3"> <div id="attachment_2243" style="width: 330px" class="wp-caption aligncenter"><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Rami%20Khouri%20Collection"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2243" class="wp-image-2243 size-full" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/RamiProfile1.jpg" alt="" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/RamiProfile1.jpg 320w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/RamiProfile1-240x300.jpg 240w" sizes="auto, (max-width: 320px) 100vw, 320px" /></a><p id="caption-attachment-2243" class="wp-caption-text">Petra, date unknown</p></div> <p><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Rami%20Khouri%20Collection" target="_blank" rel="noopener noreferrer"><strong>Rami Khouri collection</strong></a><br />Rami Khouri is an Arab American journalist, editor, and political commentator. Khouri served as editor-in-chief of Jordan’s English-language daily, The Jordan Times, from 1975 to 1982 and again from 1987. Khouri was the first director and is now a Senior Fellow of the Issam Fares Institute for Public Policy and International Affairs (IFI), and he is a professor at the American University of Beirut. The Rami Khouri collection features many archaeological and cultural heritage sites, as well as photo-journalistic documentation of daily life and events in the region from the 1970s to the early 2000s. Khouri’s collection includes 35mm slides, negatives and photographic prints, VHS and beta video cassettes, and printed materials.</p> <p>Rami Khouri collection Finding Aid<br /><em>(Coming soon)</em></p> </div><div class="ctsc-column ctsc-col3 ctsc-col-last"> <div id="attachment_2237" style="width: 330px" class="wp-caption aligncenter"><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:George%20Bass%20Collection"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2237" class="wp-image-2237" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/GB_S_002cropped-scaled.jpg" alt="GB_S_002" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/GB_S_002cropped-scaled.jpg 2048w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/GB_S_002cropped-240x300.jpg 240w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/GB_S_002cropped-819x1024.jpg 819w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/GB_S_002cropped-768x960.jpg 768w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/GB_S_002cropped-1229x1536.jpg 1229w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/GB_S_002cropped-1639x2048.jpg 1639w" sizes="auto, (max-width: 320px) 100vw, 320px" /></a><p id="caption-attachment-2237" class="wp-caption-text">Jerusalem, 1955</p></div> <p><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:George%20Bass%20Collection" target="_blank" rel="noopener noreferrer"><strong>George Bass collection </strong></a><br />George Bass is known to many in the archaeological world as the founding father of nautical archaeology. He was the director of the first archaeological expedition to entirely excavate an ancient shipwreck (Cape Gelydonia, 1960) and he also founded the Institute of Nautical Archaeology (INA) in 1973. The George Bass collection at ACOR includes photos from Jordan, the West Bank, Lebanon, and Syria, offering rare insight into famous heritage sites over half a century ago, as well as the impressions and escapades of Bass as a young man travelling through the region, shared through his letters.</p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/06/George-Bass-collection-Finding-Aid_Public_2023.pdf" target="_blank" rel="noopener noreferrer">George Bass collection Finding Aid</a></p> </div><div class="col-divide"></div></p> <div class="ctsc-separator ctsc-separator-normal"><div class="ctsc-separator-line"></div><div class="clear"></div></div> <div class="ctsc-column ctsc-col3"> <div id="attachment_2220" style="width: 330px" class="wp-caption aligncenter"><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Paul%20and%20Nancy%20Lapp%20Collection"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2220" class="wp-image-2220" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/NL_J_1_S_12_092-scaled.jpg" alt="NL_J_1_S_12_092" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/NL_J_1_S_12_092-scaled.jpg 2048w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/NL_J_1_S_12_092-240x300.jpg 240w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/NL_J_1_S_12_092-819x1024.jpg 819w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/NL_J_1_S_12_092-768x960.jpg 768w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/NL_J_1_S_12_092-1229x1536.jpg 1229w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/NL_J_1_S_12_092-1638x2048.jpg 1638w" sizes="auto, (max-width: 320px) 100vw, 320px" /></a><p id="caption-attachment-2220" class="wp-caption-text">Tell er-Rumeith, 1967</p></div> <p><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Paul%20and%20Nancy%20Lapp%20Collection" target="_blank" rel="noopener noreferrer"><strong>Paul and Nancy Lapp collection</strong></a></p> <p>Paul and Nancy Lapp began their archaeological training together in Palestine in 1957 and remained in the region until 1968, living and working at the American School of Oriental Research (ASOR) in Jerusalem. After Paul’s death in 1970, Nancy Lapp dedicated herself to publishing their numerous excavation reports. Nancy Lapp is Curator Emerita of the Kelso Museum of Near Eastern Archaeology in Pittsburgh and a Trustee Emerita of the ACOR Board of Trustees. The Paul and Nancy Lapp collection is comprised of c.4,500 35mm slides taken between 1957–2002 and includes photographs of excavations throughout Jordan as well as images from their extensive travels in the region.</p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2019/12/Paul-and-Nancy-Lapp-collection-finding-aid.pdf" target="_blank" rel="noopener noreferrer">Paul and Nancy Lapp collection Finding Aid</a></p> </div><div class="ctsc-column ctsc-col3"> <div id="attachment_2211" style="width: 330px" class="wp-caption aligncenter"><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Charles%20Wilson%20Collection"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2211" class="wp-image-2211" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/CW_J_P_018A-scaled.jpg" alt="" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/CW_J_P_018A-scaled.jpg 2048w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/CW_J_P_018A-240x300.jpg 240w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/CW_J_P_018A-819x1024.jpg 819w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/CW_J_P_018A-768x960.jpg 768w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/CW_J_P_018A-1229x1536.jpg 1229w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/CW_J_P_018A-1638x2048.jpg 1638w" sizes="auto, (max-width: 320px) 100vw, 320px" /></a><p id="caption-attachment-2211" class="wp-caption-text">Madaba, 1944-45</p></div> <p><strong><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Charles%20Wilson%20Collection" target="_blank" rel="noopener noreferrer">Charles Wilson collection</a></strong></p> <p>The Charles Wilson collection was donated to ACOR by Jane Taylor. The collection is made up of a series of print photographs taken between 1944-45 when Wilson was purchasing provisions for the British army. The photographs show agricultural processes, the transportation of wheat and straw by handcart and camel, and Jordan’s famous heritage sites including Petra’s monastery and royal tombs and Amman’s Roman Theater.</p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2019/03/Charles-Wilson-collection-Finding-Aid-2019_Public.pdf" target="_blank" rel="noopener noreferrer">Charles Wilson collection Finding Aid</a></p> </div><div class="ctsc-column ctsc-col3 ctsc-col-last"> <div id="attachment_2207" style="width: 330px" class="wp-caption aligncenter"><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Charles%20Wilson%20Collection"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2207" class="wp-image-2207" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/LKJ_S_S_292-1-scaled.jpg" alt="LKJ_S_S_292" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/LKJ_S_S_292-1-scaled.jpg 2048w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/LKJ_S_S_292-1-240x300.jpg 240w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/LKJ_S_S_292-1-819x1024.jpg 819w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/LKJ_S_S_292-1-768x960.jpg 768w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/LKJ_S_S_292-1-1229x1536.jpg 1229w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/LKJ_S_S_292-1-1639x2048.jpg 1639w" sizes="auto, (max-width: 320px) 100vw, 320px" /></a><p id="caption-attachment-2207" class="wp-caption-text">Margat, Syria, 1982</p></div> <p><strong><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Linda%20K.%20Jacobs%20collection" target="_blank" rel="noopener noreferrer">Linda K. Jacobs collection</a></strong></p> <p>Linda K. Jacobs, published author and archaeologist, donated a photograph collection to ACOR which includes images of cultural heritage sites from the 1980s, now threatened by the unstable political situation. Jacobs spent a year living in Jordan working on an archaeological dig. Jacobs’ collection includes photographs from both Syria and Jordan.</p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2019/03/Linda-K.-Jacobs-Finding-Aid.pdf" target="_blank" rel="noopener noreferrer">Linda K. Jacobs collection Finding Aid</a></p> </div><div class="col-divide"></div></p> <p><div class="ctsc-separator ctsc-separator-normal"><div class="ctsc-separator-line"></div><div class="clear"></div></div><div class="ctsc-column ctsc-col3"> <div id="attachment_2201" style="width: 330px" class="wp-caption aligncenter"><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Robert%20Schick%20collection"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2201" class="wp-image-2201" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/RES_J_S_008-scaled.jpg" alt="RES_J_S_008" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/RES_J_S_008-scaled.jpg 2048w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/RES_J_S_008-240x300.jpg 240w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/RES_J_S_008-819x1024.jpg 819w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/RES_J_S_008-768x960.jpg 768w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/RES_J_S_008-1229x1536.jpg 1229w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/RES_J_S_008-1638x2048.jpg 1638w" sizes="auto, (max-width: 320px) 100vw, 320px" /></a><p id="caption-attachment-2201" class="wp-caption-text">al-Karak, 1994</p></div> <p><strong><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Robert%20Schick%20collection" target="_blank" rel="noopener noreferrer">Robert Schick collection</a></strong></p> <p>Dr. Robert Schick is an archaeologist and a historian of the Byzantine and Islamic periods with a special interest in the city of Jerusalem during the Islamic periods. His collection online currently numbers ~6,500 images, with more to be added later.</p> <p>The Schick collection documents the regions archaeological sites from 1970–when the Schick family lived in Jerusalem–to the early 2000s. Numerous excavations in Jordan are documented in the collection, including Lejjun, Umm er-Rasas, Umm el-Jimal, and the Petra Church, amongst many others.</p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/12/schick_findingaid_with_inventory-1.pdf" target="_blank" rel="noopener noreferrer">Robert Schick collection Finding Aid</a></p> </div><div class="ctsc-column ctsc-col3"> <div id="attachment_2199" style="width: 330px" class="wp-caption aligncenter"><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Bert%20De%20Vries%20Collection"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2199" class="wp-image-2199" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/BV_J_S_387-scaled.jpg" alt="BV_J_S_387" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/BV_J_S_387-scaled.jpg 2048w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/BV_J_S_387-240x300.jpg 240w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/BV_J_S_387-819x1024.jpg 819w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/BV_J_S_387-768x960.jpg 768w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/BV_J_S_387-1229x1536.jpg 1229w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/BV_J_S_387-1638x2048.jpg 1638w" sizes="auto, (max-width: 320px) 100vw, 320px" /></a><p id="caption-attachment-2199" class="wp-caption-text">Petra, 1988-90</p></div> <p><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Bert%20De%20Vries%20Collection" target="_blank" rel="noopener noreferrer"><strong>Bert de Vries collection</strong></a></p> <p>Bert de Vries was ACOR’s<span data-contrast="none"> </span><span data-contrast="none">Director from 1988-91</span><span data-contrast="none"> </span><span data-contrast="none">and is now Director Emeritus.</span><span data-contrast="none"> </span><span data-contrast="none">The Bert de Vries </span><span data-contrast="none">photo</span><span data-contrast="none"> collection consists of 831 images from his time as Director. Bert’s </span><span data-contrast="none">long term</span><span data-contrast="none"> project in Jordan has been at </span>Umm el-Jimal<span data-contrast="none">, a site he first visited in 1968, later excavated in the 70s and 80s and still works with today. Umm el-Jimal is the well preserved ruin of a Late Antique basalt town in the Hauran of northern Jordan. There are still 150 buildings at Umm el-</span><span data-contrast="none">Jimal</span><span data-contrast="none">, made from basalt blocks which were recycled from the ruins of earlier Nabataean and Roman structures. </span></p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/06/deVries_findingaid.pdf">Bert de Vries collection Finding Aid</a></p> </div><div class="ctsc-column ctsc-col3 ctsc-col-last"> <div id="attachment_2036" style="width: 338px" class="wp-caption aligncenter"><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Kenneth%20Russell%20Collection#"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2036" class="wp-image-2036" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/04/2KR_J_S_1367-scaled.jpg" alt="" width="328" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/04/2KR_J_S_1367-scaled.jpg 2099w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/04/2KR_J_S_1367-246x300.jpg 246w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/04/2KR_J_S_1367-840x1024.jpg 840w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/04/2KR_J_S_1367-768x937.jpg 768w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/04/2KR_J_S_1367-1259x1536.jpg 1259w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/04/2KR_J_S_1367-1679x2048.jpg 1679w" sizes="auto, (max-width: 328px) 100vw, 328px" /></a><p id="caption-attachment-2036" class="wp-caption-text">Jordan, late 1980s</p></div> <p><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Kenneth%20Russell%20Collection#" target="_blank" rel="noopener noreferrer"><strong>Kenneth Russell collection</strong></a></p> <p>This collection, donated by the family of the late archaeologist and Petra expert Kenneth Russell (d. 1992), provides a specialist’s view of the broad range of archaeological sites and features found in the UNESCO World Heritage site of Petra and surrounding regions. It also features a small number of photographs taken at important archaeological and natural sites in Jordan and neighboring countries, including Palestine, Syria, Turkey, Lebanon, and Iran. <a href="https://www.acorjordan.org/named-fellowships/russell-fellowship/">Read also about the Kenneth W. Russell Memorial Fellowship at ACOR.</a> </p> <p>Kenneth Russell collection Finding Aid<br /><em>(Coming soon)</em></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Oswald',sans-serif; color: #ffffff; background: #bd081c none no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer; top: 1422px; left: 30px;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Oswald',sans-serif; color: #ffffff; background: #bd081c none no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer; top: 2062px; left: 30px;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Oswald',sans-serif; color: #ffffff; background: #bd081c none no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer; top: 2112px; left: 30px;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Oswald',sans-serif; color: #ffffff; background: #bd081c none no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Oswald',sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer; top: 854px; left: 30px;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer; top: 2112px; left: 30px;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><span style="border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;">Save</span></p> <p><script>(function(t,e,s,o){var n,a,c;t.SMCX=t.SMCX||[],e.getElementById(o)||(n=e.getElementsByTagName(s),a=n[n.length-1],c=e.createElement(s),c.type="text/javascript",c.async=!0,c.id=o,c.src=.join(""),a.parentNode.insertBefore(c,a))})(window,document,"script","smcx-sdk");</script></p> </div><div class="col-divide"></div></p> <p><div class="ctsc-separator ctsc-separator-normal"><div class="ctsc-separator-line"></div><div class="clear"></div></div><div class="ctsc-column ctsc-col3"> <div id="attachment_3516" style="width: 331px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-3516" class="wp-image-3516 size-full" src="https://photoarchive.acorjordan.org/wp-content/uploads/2021/04/usaidschep.jpg" alt="" width="321" height="402" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2021/04/usaidschep.jpg 321w, https://photoarchive.acorjordan.org/wp-content/uploads/2021/04/usaidschep-240x300.jpg 240w" sizes="auto, (max-width: 321px) 100vw, 321px" /><p id="caption-attachment-3516" class="wp-caption-text">Petra, 2016.</p></div> <p><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:USAID%20SCHEP%20Collection"><strong>USAID SCHEP collection</strong></a></p> <p>Currently comprising 6,556 images and 320 videos, the USAID SCHEP Collection documents the activities of ACOR’s USAID-funded Sustainable Cultural Heritage through Engagement of Local Communities Project (SCHEP) in the fields of awareness-raising, capacity-building, site development, tourism development, and special events. Currently the collection includes born-digital photographs taken between 2014 and 2018, and photographs from later years of the project will be added over time. The collection features fully bilingual (Arabic and English) descriptive metadata. </p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2021/04/USAID-SCHEP-Collection-Finding-Aid-EN-.pdf">USAID SCHEP Collection Finding Aid (English)</a></p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/06/4-SCHEP-Collection-Finding-Aid-Public_AR.pdf">USAID SCHEP Collection Finding Aid (Arabic)</a></p> </div><div class="ctsc-column ctsc-col3"> <div class="ctsc-column ctsc-col3"></div> <div id="attachment_2194" style="width: 331px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2194" class="wp-image-2194" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/brianbyrd.png" alt="" width="321" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/brianbyrd.png 469w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/brianbyrd-241x300.png 241w" sizes="auto, (max-width: 321px) 100vw, 321px" /><p id="caption-attachment-2194" class="wp-caption-text">Ain Ghazal, 1982-1989</p></div> <p><strong><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Brian%20Byrd%20collection">Brian Byrd collection</a></strong></p> <p>Estimated at nearly 3,000 images, Brian Byrd’s photographs were taken during archaeological fieldwork and visiting archaeological sites in Jordan between 1982-1989 when Byrd was doing doctoral research on the Natufian and post-doctoral research on the Neolithic Village of Beidha (with Diana Kirkbride) and the Azraq Basin Prehistoric and Paleoenvironmental Project (with Andrew Garrard).</p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/06/byrd_findingaid.pdf">Brian Byrd Collection Finding Aid</a></p> </div><div class="ctsc-column ctsc-col3 ctsc-col-last"> <div id="attachment_2195" style="width: 330px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2195" class="wp-image-2195" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/PierreBikai-scaled.jpg" alt="" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/PierreBikai-scaled.jpg 2048w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/PierreBikai-240x300.jpg 240w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/PierreBikai-819x1024.jpg 819w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/PierreBikai-768x960.jpg 768w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/PierreBikai-1229x1536.jpg 1229w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/PierreBikai-1638x2048.jpg 1638w" sizes="auto, (max-width: 320px) 100vw, 320px" /><p id="caption-attachment-2195" class="wp-caption-text">Darat al Funun, date unknown</p></div> <p><strong><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Pierre%20Bikai%20collection">Pierre Bikai collection</a></strong></p> <p>Pierre Bikai served as ACOR’s Director from 1991 to 2006 and his photographic collection contains images from the Roman farmstead Khirbet Salameh in Amman, and an ACOR led excavation at Darat al Funun in Amman.</p> </div><div class="col-divide"></div></p> <p><div class="ctsc-separator ctsc-separator-normal"><div class="ctsc-separator-line"></div><div class="clear"></div></div><div class="ctsc-column ctsc-col3"> <div id="attachment_2196" style="width: 330px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2196" class="wp-image-2196" src="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JS_J_S_034-scaled.jpg" alt="" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JS_J_S_034-scaled.jpg 2048w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JS_J_S_034-240x300.jpg 240w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JS_J_S_034-819x1024.jpg 819w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JS_J_S_034-768x960.jpg 768w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JS_J_S_034-1229x1536.jpg 1229w, https://photoarchive.acorjordan.org/wp-content/uploads/2020/05/JS_J_S_034-1638x2048.jpg 1638w" sizes="auto, (max-width: 320px) 100vw, 320px" /><p id="caption-attachment-2196" class="wp-caption-text">Wadi Rum, date unknown</p></div> <p><strong><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:James%20A.%20Sauer%20collection">James Sauer collection</a></strong></p> <p>James Sauer was ACOR’s Director from 1975 to 1981 and his photographic collection contains nearly 500 images from a slide set sold by ACOR and ASOR to academics in the 1980s. The set cost $350 in 1980 dollars and included aerial photographs, images of coins, pottery, and inscriptions, and numerous archaeological sites in Jordan. An advertisement for the slide set in an early-80s <em>ASOR Newsletter</em> can be <a href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/07/sauer_ad-scaled.jpg">viewed here</a></p> </div><div class="ctsc-column ctsc-col3"> <div id="attachment_3879" style="width: 330px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-3879" class="wp-image-3879 size-portfolio" style="font-weight: bold; background-color: transparent; color: #707070; text-align: inherit;" src="https://photoarchive.acorjordan.org/wp-content/uploads/2022/08/ACOR_BAP_03831-MF_crop-320x400.jpg" alt="" width="320" height="400" /><p id="caption-attachment-3879" class="wp-caption-text">Playing basketball in Beit Ghazaleh, Aleppo, 1985.</p></div> <p><strong><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Barbara%20A.%20Porter%20collection">Barbara A. Porter collection</a></strong></p> <p>Containing around 13,000 35mm slides, the Barbara A. Porter Collection documents archaeological sites, architecture, and daily life through the Middle East from the 1970s to early 2000s. Barbara A. Porter served as the Director of the American Center from 2006-2020 and is currently an ACOR Ambassador. </p> </div><div class="ctsc-column ctsc-col3 ctsc-col-last"> <div id="attachment_4070" style="width: 330px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-4070" class="wp-image-4070 size-full" src="https://photoarchive.acorjordan.org/wp-content/uploads/2023/01/tapesinbox-1.jpg" alt="" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2023/01/tapesinbox-1.jpg 320w, https://photoarchive.acorjordan.org/wp-content/uploads/2023/01/tapesinbox-1-240x300.jpg 240w" sizes="auto, (max-width: 320px) 100vw, 320px" /><p id="caption-attachment-4070" class="wp-caption-text">Betamax tapes ready for digitization</p></div> <p><strong><a href="https://photoarchive.acorjordan.org/american-center-of-research-audio-visual-collection/">ACOR Audio-visual collection</a></strong></p> <p>Comprised of audio and video recordings related to ACOR lectures as well as promotional materials for the center. A complete list of recordings currently available online is available <a href="https://photoarchive.acorjordan.org/american-center-of-research-audio-visual-collection/">here</a>. The Center’s Youtube channel has lectures, projects, and promotional videos dating back to 2015 <a href="https://www.youtube.com/@ACORJordan1968/videos">here</a>.</p> </div><div class="col-divide"></div></p> <div class="ctsc-separator ctsc-separator-normal"><div class="ctsc-separator-line"></div><div class="clear"></div></div> <div class="ctsc-column ctsc-col3"> <div id="attachment_4210" style="width: 331px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-4210" class="wp-image-4210 size-full" src="https://photoarchive.acorjordan.org/wp-content/uploads/2023/06/pcp_website.jpg" alt="" width="321" height="401" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2023/06/pcp_website.jpg 321w, https://photoarchive.acorjordan.org/wp-content/uploads/2023/06/pcp_website-240x300.jpg 240w" sizes="auto, (max-width: 321px) 100vw, 321px" /><p id="caption-attachment-4210" class="wp-caption-text">Petra Church mosaics</p></div> <p><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Petra%20Church%20Project%20collection"><b>Petra Church Project collection</b></a></p> <p>2,876 35mm slides depicting the excavation of the Byzantine Church at Petra between 1992 and 1996 are available in this collection. Included are photographs documenting the Petra Papyri and their excavation and preservation. Given the success and importance of the project, several books have been published by ACOR as well as this informative website: <a href="https://acorjordan.org/the-petra-church-2/">The Petra Church – ACOR Jordan</a> . Many other collections also documented the church, including four Betamax tapes in the Audio-visual collection, such as this <a href="https://acor.digitalrelab.com/index.php?s=file=527950">promotional video</a>.</p> </div> <div class="ctsc-column ctsc-col3"> <div id="attachment_4244" style="width: 330px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-4244" class="wp-image-4244 size-full" src="https://photoarchive.acorjordan.org/wp-content/uploads/2023/09/LL_J_S_0049crop.jpg" alt="" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2023/09/LL_J_S_0049crop.jpg 320w, https://photoarchive.acorjordan.org/wp-content/uploads/2023/09/LL_J_S_0049crop-240x300.jpg 240w" sizes="auto, (max-width: 320px) 100vw, 320px" /><p id="caption-attachment-4244" class="wp-caption-text">Woman in Jordan Valley, 1981-1983</p></div> <p><a href="https://acor.digitalrelab.com/index.php?s=filter=collection_name:Linda%20L.%20Layne%20collection"><strong>Linda L. Layne collection</strong></a></p> <p>The Linda L. Layne collection documents the anthropological research on sedentary Bedouin in the Jordan Valley in the early 1980s. Photographs, field notebooks, and academic work comprise the bulk of the collection. This collection is partly digitized and available online.</p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/12/Layne_findingaid.pdf" data-type="link" data-id="https://photoarchive.acorjordan.org/wp-content/uploads/2023/09/Layne_findingaid.pdf">Linda L. Layne Collection Finding Aid</a></p> </div><div class="ctsc-column ctsc-col3 ctsc-col-last"> <figure class="wp-block-image size-full"> <div id="attachment_4255" style="width: 330px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-4255" class="wp-image-4255" src="https://photoarchive.acorjordan.org/wp-content/uploads/2023/09/image.png" alt="" width="320" height="400" srcset="https://photoarchive.acorjordan.org/wp-content/uploads/2023/09/image.png 320w, https://photoarchive.acorjordan.org/wp-content/uploads/2023/09/image-240x300.png 240w" sizes="auto, (max-width: 320px) 100vw, 320px" /><p id="caption-attachment-4255" class="wp-caption-text">Amman, 1993</p></div> </figure> <p><a href="https://acor.digitalrelab.com/index.php?s=filter=creator:Dunn%2C%20Edith%20A." data-type="link" data-id="https://acor.digitalrelab.com/index.php?s=filter=creator:Dunn%2C%20Edith%20A."><strong>Edith A. Dunn collection</strong></a></p> <p>Conservator and cultural heritage specialist Edith A. Dunn documented Jordan in the 1990s; in 1993 for her publication <em><a href="http://library.acorjordan.org:80/liberty/OpacLogin?mode=BASIC&openDetail=true&corporation=ACOR&action=search&queryTerm=uuid%3D%22014919feac10018e01bd5b8f925f1de0%22&operator=OR&url=%2Fopac%2Fsearch.do" data-type="link" data-id="http://library.acorjordan.org:80/liberty/OpacLogin?mode=BASIC&openDetail=true&corporation=ACOR&action=search&queryTerm=uuid%3D%22014919feac10018e01bd5b8f925f1de0%22&operator=OR&url=%2Fopac%2Fsearch.do">The preservation of Jordan’s historic fabric: an evaluation</a></em> with Zaki Aslan as well as a 1998 trip. Photographic prints and 35mm slides from sites around the country comprise this collection, with special focus on the architecture of Amman and villages in the Karak Governorate.</p> <p><a href="https://photoarchive.acorjordan.org/wp-content/uploads/2023/10/Dunn_findingaid.pdf">Edith A. Dunn Collection Finding Aid</a></p> </div><div class="col-divide"></div></p> </div> </div> </section> <div class="clear"></div> </div> </div> <section id="subfooter" class="subfooter secondary-color-bg dark"> <div class="container"> <div class="row"><div class="column col3 "><div class="subfooter-column"><div id="text-2" class="widget widget_text"><div class="widget-title heading">About ACOR</div> <div class="textwidget"><p><a href="https://www.acorjordan.org/about/mission-statement/">Our Mission</a><br /> <a href="https://www.acorjordan.org/about/administration/"> Location & Hours of Operation</a><br /> <a href="https://www.acorjordan.org/about/staff-directory/"> ACOR Staff Directory</a></p> </div> </div><div id="text-3" class="widget widget_text"><div class="widget-title heading">ACOR Library</div> <div class="textwidget"><p><a href="https://www.acorjordan.org/acor-library/">About</a><br /> <a href="http://library.acorjordan.org/liberty/libraryHome.do">Search the Catalog</a><br /> <a href="https://www.acorjordan.org/acor-library/international-library-resources/">Other Library Resources</a></p> </div> </div></div></div><div class="column col3 "><div class="subfooter-column"><div id="text-4" class="widget widget_text"> <div class="textwidget"> <div id="sb_instagram" class="sbi sbi_col_3 sbi_width_resp" style="padding-bottom: 10px;width: 100%;" data-feedid="sbi_acorjordan#9" data-res="auto" data-cols="3" data-num="9" data-shortcode-atts="{}" data-postid="180"> <div class="sb_instagram_header " style="padding: 5px; margin-bottom: 10px;padding-bottom: 0;"> <a href="https://www.instagram.com//" target="_blank" rel="noopener nofollow" title="@" class="sbi_header_link"> <div class="sbi_header_text sbi_no_bio"> <h3 ></h3> </div> <div class="sbi_header_img" data-avatar-url="https://photoarchive.acorjordan.org/wp-content/uploads/sb-instagram-feed-images/.jpg"> <div class="sbi_header_img_hover"><svg class="sbi_new_logo fa-instagram fa-w-14" aria-hidden="true" data-fa-processed="" aria-label="Instagram" data-prefix="fab" data-icon="instagram" role="img" viewBox="0 0 448 512"> <path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path> </svg></div> <img loading="lazy" decoding="async" src="https://photoarchive.acorjordan.org/wp-content/uploads/sb-instagram-feed-images/.jpg" alt="" width="50" height="50"> </div> </a> </div> <div id="sbi_images" style="padding: 5px;"> <div class="sbi_item sbi_type_image sbi_new sbi_transition" id="sbi_17961045235474944" data-date="1632064806"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/CUAgz6agDCe/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/242180199_249748047052850_2333362937774407643_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEF7esHbMsj7tiFUPK-BNecN9P9LRPz9Zo30_0tE_P1miJ-nxQQdnAd-37owRL4XbQ&_nc_ohc=87_uISsD2mgAX-Taf8J&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=763423154daccbec5feca79c1d38ce50&oe=614DA640" data-img-src-set="{"d":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/242180199_249748047052850_2333362937774407643_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEF7esHbMsj7tiFUPK-BNecN9P9LRPz9Zo30_0tE_P1miJ-nxQQdnAd-37owRL4XbQ&_nc_ohc=87_uISsD2mgAX-Taf8J&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=763423154daccbec5feca79c1d38ce50&oe=614DA640","150":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/242180199_249748047052850_2333362937774407643_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEF7esHbMsj7tiFUPK-BNecN9P9LRPz9Zo30_0tE_P1miJ-nxQQdnAd-37owRL4XbQ&_nc_ohc=87_uISsD2mgAX-Taf8J&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=763423154daccbec5feca79c1d38ce50&oe=614DA640","320":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/242180199_249748047052850_2333362937774407643_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEF7esHbMsj7tiFUPK-BNecN9P9LRPz9Zo30_0tE_P1miJ-nxQQdnAd-37owRL4XbQ&_nc_ohc=87_uISsD2mgAX-Taf8J&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=763423154daccbec5feca79c1d38ce50&oe=614DA640","640":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/242180199_249748047052850_2333362937774407643_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEF7esHbMsj7tiFUPK-BNecN9P9LRPz9Zo30_0tE_P1miJ-nxQQdnAd-37owRL4XbQ&_nc_ohc=87_uISsD2mgAX-Taf8J&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=763423154daccbec5feca79c1d38ce50&oe=614DA640"}"> <span class="sbi-screenreader">The CAORC Multi-Country Research Fellowship is now</span> <img decoding="async" src="https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="The CAORC Multi-Country Research Fellowship is now accepting applications! This fellowship enables U.S. scholars to carry out transregional and comparative research in countries across the network of overseas research centers (ORCs), as well as other countries. Deadline: November 16, 2021. Find out more at https://orcfellowships.smapply.org/prog/caorc_multi-country_research_fellowship"> </a> </div> </div><div class="sbi_item sbi_type_carousel sbi_new sbi_transition" id="sbi_17857982177624227" data-date="1631817404"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/CT5I7tqMsvN/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/242051317_223141786518869_3402482064046387232_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGtDGb5zRj-kp1ssoaGEBFo1p0wDPrC3Y_WnTAM-sLdjwdtnXK9qZ30aJppjUWD1oc&_nc_ohc=gKfYq0tmlYgAX_x7REX&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=0a2c8cce9c91aacebbdf74feb3a3c4a0&oe=614DF34A" data-img-src-set="{"d":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/242051317_223141786518869_3402482064046387232_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGtDGb5zRj-kp1ssoaGEBFo1p0wDPrC3Y_WnTAM-sLdjwdtnXK9qZ30aJppjUWD1oc&_nc_ohc=gKfYq0tmlYgAX_x7REX&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=0a2c8cce9c91aacebbdf74feb3a3c4a0&oe=614DF34A","150":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/242051317_223141786518869_3402482064046387232_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGtDGb5zRj-kp1ssoaGEBFo1p0wDPrC3Y_WnTAM-sLdjwdtnXK9qZ30aJppjUWD1oc&_nc_ohc=gKfYq0tmlYgAX_x7REX&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=0a2c8cce9c91aacebbdf74feb3a3c4a0&oe=614DF34A","320":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/242051317_223141786518869_3402482064046387232_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGtDGb5zRj-kp1ssoaGEBFo1p0wDPrC3Y_WnTAM-sLdjwdtnXK9qZ30aJppjUWD1oc&_nc_ohc=gKfYq0tmlYgAX_x7REX&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=0a2c8cce9c91aacebbdf74feb3a3c4a0&oe=614DF34A","640":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/242051317_223141786518869_3402482064046387232_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGtDGb5zRj-kp1ssoaGEBFo1p0wDPrC3Y_WnTAM-sLdjwdtnXK9qZ30aJppjUWD1oc&_nc_ohc=gKfYq0tmlYgAX_x7REX&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=0a2c8cce9c91aacebbdf74feb3a3c4a0&oe=614DF34A"}"> <span class="sbi-screenreader">#JordanArchaeologyABCs</span> <svg class="svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon" aria-hidden="true" aria-label="Clone" data-fa-proƒcessed="" data-prefix="far" data-icon="clone" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path fill="currentColor" d="M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z"></path> </svg> <img decoding="async" src="https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="#JordanArchaeologyABCs"> </a> </div> </div><div class="sbi_item sbi_type_carousel sbi_new sbi_transition" id="sbi_17918316601921308" data-date="1631616455"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/CTzJpz0sdtC/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/241876465_349566426899760_9138011508361062519_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEXPkcw3tRcSMwnuqacUw6xXQzLAa1NjPJdDMsBrU2M8mPmppWW2TPzEG1VS6133c0&_nc_ohc=ISrEEepWSCQAX-0HEWO&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=6ff815a1a5341e66923d3080df1a7c21&oe=614DF880" data-img-src-set="{"d":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241876465_349566426899760_9138011508361062519_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEXPkcw3tRcSMwnuqacUw6xXQzLAa1NjPJdDMsBrU2M8mPmppWW2TPzEG1VS6133c0&_nc_ohc=ISrEEepWSCQAX-0HEWO&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=6ff815a1a5341e66923d3080df1a7c21&oe=614DF880","150":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241876465_349566426899760_9138011508361062519_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEXPkcw3tRcSMwnuqacUw6xXQzLAa1NjPJdDMsBrU2M8mPmppWW2TPzEG1VS6133c0&_nc_ohc=ISrEEepWSCQAX-0HEWO&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=6ff815a1a5341e66923d3080df1a7c21&oe=614DF880","320":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241876465_349566426899760_9138011508361062519_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEXPkcw3tRcSMwnuqacUw6xXQzLAa1NjPJdDMsBrU2M8mPmppWW2TPzEG1VS6133c0&_nc_ohc=ISrEEepWSCQAX-0HEWO&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=6ff815a1a5341e66923d3080df1a7c21&oe=614DF880","640":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241876465_349566426899760_9138011508361062519_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEXPkcw3tRcSMwnuqacUw6xXQzLAa1NjPJdDMsBrU2M8mPmppWW2TPzEG1VS6133c0&_nc_ohc=ISrEEepWSCQAX-0HEWO&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=6ff815a1a5341e66923d3080df1a7c21&oe=614DF880"}"> <span class="sbi-screenreader">Prof. S. Thomas Parker, a giant in the field of Cl</span> <svg class="svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon" aria-hidden="true" aria-label="Clone" data-fa-proƒcessed="" data-prefix="far" data-icon="clone" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path fill="currentColor" d="M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z"></path> </svg> <img decoding="async" src="https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="Prof. S. Thomas Parker, a giant in the field of Classical archaeology and the archaeology of Jordan, passed away 12 September 2021. An ACOR trustee since 1987 and officer (second vice president) for 20 years (2001–2021), his deep commitment to our community will be sorely missed. Prof. Parker received his Ph.D. in history in 1979 and joined the faculty of North Carolina State University in 1980, where he has since instructed thousands of students over an incredible 41-year teaching career. As a specialist of the Roman Levant, he directed several major archaeological field projects in Jordan, including excavations at Petra, Aqaba, and the Roman legionary fortress at el-Lejjun, east of the Dead Sea. He has brought hundreds of students to Jordan—many for their very first time—for fieldwork experience; since then, many have continued to be involved in heritage work. The author of numerous high impact and well cited works, Prof. Parker’s research made, and continues to shape, the fields in which he worked. Prof. Parker’s professional legacy will live on in his works, students, and the memories of those who remember him so fondly. Please find below some collected resources about Prof. Thomas Parker, which we hope you will share widely as our community lifts up his life, legacy, and memory. https://de.wikipedia.org/wiki/Samuel_Thomas_Parker https://www.youtube.com/watch?v=ibI1lhIjczw https://history.news.chass.ncsu.edu/2021/05/11/dr-s-thomas-parker-receives-michael-dickey-outstanding-research-mentor-award/ https://www.jstor.org/stable/10.5615/j.ctvj7wkrd https://publications.acorjordan.org/author/s-thomas-parker/ http://publication.doa.gov.jo/Publications/ViewChapterPublic/268 http://publication.doa.gov.jo/Publications/ViewChapterPublic/364 http://publication.doa.gov.jo/Publications/ViewChapterPublic/943 http://publication.doa.gov.jo/Publications/ViewChapterPublic/1870 https://www.youtube.com/watch?v=t8xpg3HuSDM"> </a> </div> </div><div class="sbi_item sbi_type_image sbi_new sbi_transition" id="sbi_17938431790564724" data-date="1631550006"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/CTxK6HGriSV/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/241731666_392773312406694_408798868454521076_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGPCaA_h492LOhafGet7Y43XLh3ZRwxGJpcuHdlHDEYmqqGwzO98dNI0sU--RQogmc&_nc_ohc=35cSVPUg7_gAX-TkDU_&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=a9bfd5bf81eac4de695a26ac2e54863a&oe=614DA023" data-img-src-set="{"d":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241731666_392773312406694_408798868454521076_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGPCaA_h492LOhafGet7Y43XLh3ZRwxGJpcuHdlHDEYmqqGwzO98dNI0sU--RQogmc&_nc_ohc=35cSVPUg7_gAX-TkDU_&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=a9bfd5bf81eac4de695a26ac2e54863a&oe=614DA023","150":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241731666_392773312406694_408798868454521076_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGPCaA_h492LOhafGet7Y43XLh3ZRwxGJpcuHdlHDEYmqqGwzO98dNI0sU--RQogmc&_nc_ohc=35cSVPUg7_gAX-TkDU_&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=a9bfd5bf81eac4de695a26ac2e54863a&oe=614DA023","320":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241731666_392773312406694_408798868454521076_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGPCaA_h492LOhafGet7Y43XLh3ZRwxGJpcuHdlHDEYmqqGwzO98dNI0sU--RQogmc&_nc_ohc=35cSVPUg7_gAX-TkDU_&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=a9bfd5bf81eac4de695a26ac2e54863a&oe=614DA023","640":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241731666_392773312406694_408798868454521076_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGPCaA_h492LOhafGet7Y43XLh3ZRwxGJpcuHdlHDEYmqqGwzO98dNI0sU--RQogmc&_nc_ohc=35cSVPUg7_gAX-TkDU_&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=a9bfd5bf81eac4de695a26ac2e54863a&oe=614DA023"}"> <span class="sbi-screenreader">Have you heard about our 2020–2021 UNOPS buildin</span> <img decoding="async" src="https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="Have you heard about our 2020–2021 UNOPS building renovation? We are excited to reopen to visitors soon with a vastly improved facility, especially our hostel and library spaces! You can read a summary of renovation progress to date on page 13 of our latest newsletter (vol. 33.1) and get an insider's look at the latest in the current building work at tinyurl.com/renovation2021"> </a> </div> </div><div class="sbi_item sbi_type_carousel sbi_new sbi_transition" id="sbi_18104227210265083" data-date="1631428972"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/CTtkDthsaMn/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/241823380_1094417820965004_7864788746002142031_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHBgxWFoYfNLl4cVPGysCPDoNUAO50_zfmg1QA7nT_N-X9jwKmr6sSTKbcyVlVf6Y4&_nc_ohc=w3nHgaPcmNYAX_L2E9w&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=b13d3f055d6fa7299d117974bc32265d&oe=614D4331" data-img-src-set="{"d":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241823380_1094417820965004_7864788746002142031_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHBgxWFoYfNLl4cVPGysCPDoNUAO50_zfmg1QA7nT_N-X9jwKmr6sSTKbcyVlVf6Y4&_nc_ohc=w3nHgaPcmNYAX_L2E9w&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=b13d3f055d6fa7299d117974bc32265d&oe=614D4331","150":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241823380_1094417820965004_7864788746002142031_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHBgxWFoYfNLl4cVPGysCPDoNUAO50_zfmg1QA7nT_N-X9jwKmr6sSTKbcyVlVf6Y4&_nc_ohc=w3nHgaPcmNYAX_L2E9w&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=b13d3f055d6fa7299d117974bc32265d&oe=614D4331","320":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241823380_1094417820965004_7864788746002142031_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHBgxWFoYfNLl4cVPGysCPDoNUAO50_zfmg1QA7nT_N-X9jwKmr6sSTKbcyVlVf6Y4&_nc_ohc=w3nHgaPcmNYAX_L2E9w&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=b13d3f055d6fa7299d117974bc32265d&oe=614D4331","640":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241823380_1094417820965004_7864788746002142031_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHBgxWFoYfNLl4cVPGysCPDoNUAO50_zfmg1QA7nT_N-X9jwKmr6sSTKbcyVlVf6Y4&_nc_ohc=w3nHgaPcmNYAX_L2E9w&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=b13d3f055d6fa7299d117974bc32265d&oe=614D4331"}"> <span class="sbi-screenreader">The next issue of our newsletter (33.1) is now ava</span> <svg class="svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon" aria-hidden="true" aria-label="Clone" data-fa-proƒcessed="" data-prefix="far" data-icon="clone" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path fill="currentColor" d="M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z"></path> </svg> <img decoding="async" src="https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="The next issue of our newsletter (33.1) is now available! Featuring: —"Archaeology in Amman," a tour through the latest fieldwork at historic sites in the Jordanian capital —Remembrances of the lives and legacies of Prof. Bert de Vries (director, 1988–1991, and trustee, 1995–2021) and Cesar Octavo (head of housekeeping, 1996–2021) —Discussions about global teaching methods in the pandemic era with alumni of our recent faculty development seminar program with CAORC —Celebrating contributions to ACOR by departing associate director Jack Green and SCHEP chief of party Nizar Al Adarbeh —Updates on our USAID SCHEP project, Digital Archive, online lectures, publications, fellowships programming, and more! Get your copy via the link in our bio!"> </a> </div> </div><div class="sbi_item sbi_type_carousel sbi_new sbi_transition" id="sbi_17875356755529672" data-date="1631173138"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/CTl8GBvsn-X/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/241667334_133792682303727_3051792085105376627_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEU1rU_VNVCf4NV_YV2n4gIArX8DH-vWlwCtfwMf69aXHRiwOOGO8CifOT-sfz5Wa4&_nc_ohc=G41Sz6y_WKEAX8_P_ts&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=c665cb267d44d394291386cfd55deae7&oe=614E5BAD" data-img-src-set="{"d":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241667334_133792682303727_3051792085105376627_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEU1rU_VNVCf4NV_YV2n4gIArX8DH-vWlwCtfwMf69aXHRiwOOGO8CifOT-sfz5Wa4&_nc_ohc=G41Sz6y_WKEAX8_P_ts&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=c665cb267d44d394291386cfd55deae7&oe=614E5BAD","150":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241667334_133792682303727_3051792085105376627_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEU1rU_VNVCf4NV_YV2n4gIArX8DH-vWlwCtfwMf69aXHRiwOOGO8CifOT-sfz5Wa4&_nc_ohc=G41Sz6y_WKEAX8_P_ts&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=c665cb267d44d394291386cfd55deae7&oe=614E5BAD","320":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241667334_133792682303727_3051792085105376627_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEU1rU_VNVCf4NV_YV2n4gIArX8DH-vWlwCtfwMf69aXHRiwOOGO8CifOT-sfz5Wa4&_nc_ohc=G41Sz6y_WKEAX8_P_ts&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=c665cb267d44d394291386cfd55deae7&oe=614E5BAD","640":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.29350-15\/241667334_133792682303727_3051792085105376627_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeEU1rU_VNVCf4NV_YV2n4gIArX8DH-vWlwCtfwMf69aXHRiwOOGO8CifOT-sfz5Wa4&_nc_ohc=G41Sz6y_WKEAX8_P_ts&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=c665cb267d44d394291386cfd55deae7&oe=614E5BAD"}"> <span class="sbi-screenreader">Every Thursday this fall, we are excited to be </span> <svg class="svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon" aria-hidden="true" aria-label="Clone" data-fa-proƒcessed="" data-prefix="far" data-icon="clone" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path fill="currentColor" d="M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z"></path> </svg> <img decoding="async" src="https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="Every Thursday this fall, we are excited to be bringing you a new series: “Jordan Archaeology ABCs!” (Follow along and join the conversation using the hashtag #JordanArchaeologyABCs ) 🗺 On Thursdays, we’ll share several letters of the alphabet and an archaeological site in Jordan to go with each, as well as a photo from our digital archive. Stay tuned as we bring you from Aqaba/Ayla to Ayn ez-Zara, and much, much more! 🗺 Today, we're covering Ayla (Aqaba), Bayt Ras, and Castron Mefa'a (Umm ar-Rasas). 🗺 Special thanks to our summer intern, Lydia Loopesko, for helping us prepare this content!"> </a> </div> </div><div class="sbi_item sbi_type_image sbi_new sbi_transition" id="sbi_17903304890173859" data-date="1631118615"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/CTkUGIOLImI/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/241534049_140568271597618_6336142561289877217_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGgSGK24q_Apec7JmwNy17F8UwhGOcQVFDxTCEY5xBUULinJT3Xy1LhCz8p6O4-uh8&_nc_ohc=6a6ktpLc2qEAX_fYOfU&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=5c80cb2f3a895c9e4c6f22d056d460d6&oe=614D21AD" data-img-src-set="{"d":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241534049_140568271597618_6336142561289877217_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGgSGK24q_Apec7JmwNy17F8UwhGOcQVFDxTCEY5xBUULinJT3Xy1LhCz8p6O4-uh8&_nc_ohc=6a6ktpLc2qEAX_fYOfU&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=5c80cb2f3a895c9e4c6f22d056d460d6&oe=614D21AD","150":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241534049_140568271597618_6336142561289877217_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGgSGK24q_Apec7JmwNy17F8UwhGOcQVFDxTCEY5xBUULinJT3Xy1LhCz8p6O4-uh8&_nc_ohc=6a6ktpLc2qEAX_fYOfU&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=5c80cb2f3a895c9e4c6f22d056d460d6&oe=614D21AD","320":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241534049_140568271597618_6336142561289877217_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGgSGK24q_Apec7JmwNy17F8UwhGOcQVFDxTCEY5xBUULinJT3Xy1LhCz8p6O4-uh8&_nc_ohc=6a6ktpLc2qEAX_fYOfU&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=5c80cb2f3a895c9e4c6f22d056d460d6&oe=614D21AD","640":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241534049_140568271597618_6336142561289877217_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeGgSGK24q_Apec7JmwNy17F8UwhGOcQVFDxTCEY5xBUULinJT3Xy1LhCz8p6O4-uh8&_nc_ohc=6a6ktpLc2qEAX_fYOfU&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=5c80cb2f3a895c9e4c6f22d056d460d6&oe=614D21AD"}"> <span class="sbi-screenreader">In 1971, three years after the center’s founding</span> <img decoding="async" src="https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="In 1971, three years after the center’s founding, ACOR awarded its first official fellowship. Since then, the center has made over 1,000 academic awards to students, faculty, and researchers of numerous disciplines and scholarly trajectories. We recently shared on our website a systematized roster of all ACOR alumni to allow for a clearer and more accessible picture of research activity in Jordan over the past five decades. You can explore the history of our fellowships program today at acorjordan.org/acor-alumni. في عام 1971، وذلك بعد ثلاث سنوات من تأسيس المركز، منح أكور أول زمالة رسمية له، ومنذ ذلك الحين قدّم المركز أكثر من ألف جائزة (منحه) أكاديمية للطلاب وأعضاء هيئة الـتّدريس والباحثين في العديد من التخصصات والمجالات العلمية مؤخرًا شاركنا على موقعنا الالكتروني قائمة منظمة عن الحاصلين على جوائز أكور على مدى العقود الخمسة الماضية لتوضيح الصورة عن النشاط البحثي الجاري في الأردن يمكنك الاطلاع على تاريخ برنامج الزمالات لدينا اليوم من خلال الرابط التالي acorjordan.org/acor-alumni."> </a> </div> </div><div class="sbi_item sbi_type_video sbi_new sbi_transition sbi_igtv" id="sbi_17944250047523340" data-date="1631012319"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/tv/CThJTyHoMCL/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/241296881_390584969260108_106623385927922225_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHH1053Zr_ESu6P8f7E2ujrS04Huwg8BdVLTge7CDwF1bwojNYl8cAGCDlhE9uvEsw&_nc_ohc=JlDeRH9I8cEAX-metA-&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=3d9360082da7044a5a4e91409680af7c&oe=614E462E" data-img-src-set="{"d":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241296881_390584969260108_106623385927922225_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHH1053Zr_ESu6P8f7E2ujrS04Huwg8BdVLTge7CDwF1bwojNYl8cAGCDlhE9uvEsw&_nc_ohc=JlDeRH9I8cEAX-metA-&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=3d9360082da7044a5a4e91409680af7c&oe=614E462E","150":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241296881_390584969260108_106623385927922225_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHH1053Zr_ESu6P8f7E2ujrS04Huwg8BdVLTge7CDwF1bwojNYl8cAGCDlhE9uvEsw&_nc_ohc=JlDeRH9I8cEAX-metA-&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=3d9360082da7044a5a4e91409680af7c&oe=614E462E","320":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241296881_390584969260108_106623385927922225_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHH1053Zr_ESu6P8f7E2ujrS04Huwg8BdVLTge7CDwF1bwojNYl8cAGCDlhE9uvEsw&_nc_ohc=JlDeRH9I8cEAX-metA-&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=3d9360082da7044a5a4e91409680af7c&oe=614E462E","640":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241296881_390584969260108_106623385927922225_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHH1053Zr_ESu6P8f7E2ujrS04Huwg8BdVLTge7CDwF1bwojNYl8cAGCDlhE9uvEsw&_nc_ohc=JlDeRH9I8cEAX-metA-&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=AM6HXa8EAAAA&oh=3d9360082da7044a5a4e91409680af7c&oe=614E462E"}"> <span class="sbi-screenreader">"ACOR is...". Join us! Learn, subscribe, and suppo</span> <svg style="color: rgba(255,255,255,1)" class="svg-inline--fa fa-play fa-w-14 sbi_playbtn" aria-label="Play" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="play" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg> <img decoding="async" src="https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt=""ACOR is...". Join us! Learn, subscribe, and support our mission of advancing knowledge of Jordan past and present today—acorjordan.org."> </a> </div> </div><div class="sbi_item sbi_type_image sbi_new sbi_transition" id="sbi_17952490711502887" data-date="1631009552"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/CThEEyoMTpM/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/241284022_717406045764259_1618662845904750217_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHrYl808VQy06VRUdG2G4UzS6hrVXYvo-9LqGtVdi-j75hL_s9HbuimMOzAvacl644&_nc_ohc=NOaW2AwNwPMAX_fEofQ&_nc_ht=scontent-ort2-2.cdninstagram.com&oh=da48c8e2a99fe0a1b1f9f1582c527e76&oe=614D6ABD" data-img-src-set="{"d":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241284022_717406045764259_1618662845904750217_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHrYl808VQy06VRUdG2G4UzS6hrVXYvo-9LqGtVdi-j75hL_s9HbuimMOzAvacl644&_nc_ohc=NOaW2AwNwPMAX_fEofQ&_nc_ht=scontent-ort2-2.cdninstagram.com&oh=da48c8e2a99fe0a1b1f9f1582c527e76&oe=614D6ABD","150":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241284022_717406045764259_1618662845904750217_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHrYl808VQy06VRUdG2G4UzS6hrVXYvo-9LqGtVdi-j75hL_s9HbuimMOzAvacl644&_nc_ohc=NOaW2AwNwPMAX_fEofQ&_nc_ht=scontent-ort2-2.cdninstagram.com&oh=da48c8e2a99fe0a1b1f9f1582c527e76&oe=614D6ABD","320":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241284022_717406045764259_1618662845904750217_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHrYl808VQy06VRUdG2G4UzS6hrVXYvo-9LqGtVdi-j75hL_s9HbuimMOzAvacl644&_nc_ohc=NOaW2AwNwPMAX_fEofQ&_nc_ht=scontent-ort2-2.cdninstagram.com&oh=da48c8e2a99fe0a1b1f9f1582c527e76&oe=614D6ABD","640":"https:\/\/scontent-ort2-2.cdninstagram.com\/v\/t51.2885-15\/241284022_717406045764259_1618662845904750217_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_eui2=AeHrYl808VQy06VRUdG2G4UzS6hrVXYvo-9LqGtVdi-j75hL_s9HbuimMOzAvacl644&_nc_ohc=NOaW2AwNwPMAX_fEofQ&_nc_ht=scontent-ort2-2.cdninstagram.com&oh=da48c8e2a99fe0a1b1f9f1582c527e76&oe=614D6ABD"}"> <span class="sbi-screenreader">🌍💧📚 Details at acorjordan.org/events ! We</span> <img decoding="async" src="https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="🌍💧📚 Details at acorjordan.org/events ! We hope to see you there!"> </a> </div> </div> </div> <div id="sbi_load"> <span class="sbi_follow_btn"> <a href="https://www.instagram.com/acorjordan/" target="_blank" rel="noopener nofollow"><svg class="svg-inline--fa fa-instagram fa-w-14" aria-hidden="true" data-fa-processed="" aria-label="Instagram" data-prefix="fab" data-icon="instagram" role="img" viewBox="0 0 448 512"> <path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path> </svg>Follow on Instagram</a> </span> </div> <span class="sbi_resized_image_data" data-feed-id="sbi_acorjordan#9" data-resized="{"17944250047523340":{"id":"241296881_390584969260108_106623385927922225_n","ratio":"0.56","sizes":{"full":640,"low":320,"thumb":150}},"17952490711502887":{"id":"241284022_717406045764259_1618662845904750217_n","ratio":"1.90","sizes":{"full":640,"low":320,"thumb":150}},"17903304890173859":{"id":"241534049_140568271597618_6336142561289877217_n","ratio":"1.19","sizes":{"full":640,"low":320,"thumb":150}},"17875356755529672":{"id":"241667334_133792682303727_3051792085105376627_n","ratio":"1.50","sizes":{"full":640,"low":320,"thumb":150}},"18104227210265083":{"id":"241823380_1094417820965004_7864788746002142031_n","ratio":"1.00","sizes":{"full":640,"low":320,"thumb":150}},"17938431790564724":{"id":"241731666_392773312406694_408798868454521076_n","ratio":"1.33","sizes":{"full":640,"low":320,"thumb":150}},"17918316601921308":{"id":"241876465_349566426899760_9138011508361062519_n","ratio":"1.00","sizes":{"full":640,"low":320,"thumb":150}},"17857982177624227":{"id":"242051317_223141786518869_3402482064046387232_n","ratio":"1.48","sizes":{"full":640,"low":320,"thumb":150}},"17961045235474944":{"id":"242180199_249748047052850_2333362937774407643_n","ratio":"1.78","sizes":{"full":640,"low":320,"thumb":150}}}"> </span> <div id="sbi_mod_error"> <span>This error message is only visible to WordPress admins</span><br /> <div><strong>There has been a problem with your Instagram Feed.</strong></div> </div> </div> </div> </div></div></div><div class="column col3 "><div class="subfooter-column"><div id="rss-2" class="widget widget_rss"><div class="widget-title heading"><a class="rsswidget rss-widget-feed" href="http://publications.acorjordan.org/insights/feed"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://photoarchive.acorjordan.org/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://publications.acorjordan.org/insights/">Latest from the ACOR Blog</a></div><ul><li><a class='rsswidget' href='https://publications.acorjordan.org/2025/03/30/aatifi-intern-experience/'>ACOR Internship Experience: Preserving Jordan’s Heritage: My Experience with ACOR’s National Inventory Project</a></li><li><a class='rsswidget' href='https://publications.acorjordan.org/2025/01/26/fanik-intern-experience/'>ACOR Internship Experience: My American Center of Research Internship</a></li><li><a class='rsswidget' href='https://publications.acorjordan.org/2024/12/08/islam-dating-fatimid-ayyubid-manuscript-fragments/'>Dating Fatimid and Ayyubid Manuscript Fragments through Handwriting and Material Analysis</a></li><li><a class='rsswidget' href='https://publications.acorjordan.org/2024/11/14/harb-intern-experience-library/'>ACOR Internship Experience: In the Library with Rare Books and Maps</a></li><li><a class='rsswidget' href='https://publications.acorjordan.org/2024/10/17/tripp-intern-experience-national-inventory/'>ACOR Internship Experience: The National Inventory Project</a></li></ul></div></div></div></div><div class="clear"></div> </div> </section> <footer id="footer" class="footer secondary-color-bg dark"> <div class="container"> <div id="footermenu" class="footermenu"></div><div class="footer-content"><span class="copyright">© American Center of Research 2021. <br>Photos are free for academic and research use and high resolution photos are available on request. <br>All other uses, please contact ACOR for more information. </span></div> </div> </footer> <div class="clear"></div> </div><!-- wrapper --> </div><!-- outer --> <script> // Used by Gallery Custom Links to handle tenacious Lightboxes jQuery(document).ready(function () { function mgclInit() { if (jQuery.fn.off) { jQuery('.no-lightbox, .no-lightbox img').off('click'); // jQuery 1.7+ } else { jQuery('.no-lightbox, .no-lightbox img').unbind('click'); // < jQuery 1.7 } jQuery('a.no-lightbox').click(mgclOnClick); if (jQuery.fn.off) { jQuery('a.set-target').off('click'); // jQuery 1.7+ } else { jQuery('a.set-target').unbind('click'); // < jQuery 1.7 } jQuery('a.set-target').click(mgclOnClick); } function mgclOnClick() { if (!this.target || this.target == '' || this.target == '_self') window.location = this.href; else window.open(this.href,this.target); return false; } // From WP Gallery Custom Links // Reduce the number of conflicting lightboxes function mgclAddLoadEvent(func) { var oldOnload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { oldOnload(); func(); } } } mgclAddLoadEvent(mgclInit); mgclInit(); }); </script> <!-- Instagram Feed JS --> <script type="text/javascript"> var sbiajaxurl = "https://photoarchive.acorjordan.org/wp-admin/admin-ajax.php"; </script> <div id="menu-mobile-close" class="menu-mobile-close menu-mobile-toggle"></div><ul id="menu-mobile" class="menu-mobile"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1110"><a href="#">About</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1149"><a href="https://photoarchive.acorjordan.org/about-our-collections/">Summary</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1685"><a href="https://photoarchive.acorjordan.org/project-team/">Our Team</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1872"><a href="https://www.acorjordan.org/donate/">Support Us</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1113"><a href="#">Collections</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1266"><a href="https://acor.digitalrelab.com/">Search all</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4144"><a href="https://photoarchive.acorjordan.org/american-center-of-research-audio-visual-collection/">American Center of Research Audio-visual collection</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1228"><a href="https://photoarchive.acorjordan.org/1170-2/">George Bass</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1257"><a href="https://photoarchive.acorjordan.org/1177-2/">Bert de Vries</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1258"><a href="https://photoarchive.acorjordan.org/linda-jacobs-collection/">Linda Jacobs</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1259"><a href="https://photoarchive.acorjordan.org/rami-khouri-collection/">Rami Khouri</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1260"><a href="https://photoarchive.acorjordan.org/paul-and-nancy-lapp-collection/">Paul and Nancy Lapp</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1999"><a href="https://photoarchive.acorjordan.org/kenneth-russell/">Kenneth Russell</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1261"><a href="https://photoarchive.acorjordan.org/robert-schick-collection/">Robert Schick</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1262"><a href="https://photoarchive.acorjordan.org/jane-taylor-collection/">Jane Taylor</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1263"><a href="https://photoarchive.acorjordan.org/charles-wilson-collection/">Charles Wilson</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3560"><a href="https://photoarchive.acorjordan.org/usaid-schep-collection/">USAID SCHEP</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4055"><a href="https://photoarchive.acorjordan.org/timeandplace/">Times and Places</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1114"><a href="#">Publications</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1117"><a href="https://photoarchive.acorjordan.org/photoessays/">Photo Essays</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4002"><a href="https://photoarchive.acorjordan.org/educator-fellows-projects/">Educator Fellows’ projects</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1421"><a href="https://photoarchive.acorjordan.org/media/">Media</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4143"><a href="https://photoarchive.acorjordan.org/international-museum-day-2023/">International Museum Day 2023</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3781"><a href="https://photoarchive.acorjordan.org/international-archives-week-2021/">International Archives Week 2021</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1111"><a href="#">Image Requests</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1392"><a href="https://photoarchive.acorjordan.org/image-requests-and-guidelines/">Image requests and guidelines</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1270"><a href="https://photoarchive.acorjordan.org/take-down-policy/">Notice and take down policy</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1358"><a href="#">Resources</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1359"><a href="https://photoarchive.acorjordan.org/archives-directory/">Archives Directory</a></li> </ul> </li> </ul><link rel="stylesheet" property="stylesheet" id="rs-icon-set-pe-7s-css" href="https://photoarchive.acorjordan.org/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css" type="text/css" media="all" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300%2C100%2C400%2C500" rel="stylesheet" property="stylesheet" media="all" type="text/css" > <script type="text/javascript"> if(typeof revslider_showDoubleJqueryError === "undefined") { function revslider_showDoubleJqueryError(sliderID) { var err = "<div class='rs_error_message_box'>"; err += "<div class='rs_error_message_oops'>Oops...</div>"; err += "<div class='rs_error_message_content'>"; err += "You have some jquery.js library include that comes after the Slider Revolution files js inclusion.<br>"; err += "To fix this, you can:<br> 1. Set 'Module General Options' -> 'Advanced' -> 'jQuery & OutPut Filters' -> 'Put JS to Body' to on"; err += "<br> 2. Find the double jQuery.js inclusion and remove it"; err += "</div>"; err += "</div>"; var slider = document.getElementById(sliderID); slider.innerHTML = err; slider.style.display = "block"; } } </script> <link rel='stylesheet' id='cpotheme-font-roboto:700-css' href='//fonts.googleapis.com/css?family=Roboto%3A700&ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='cpotheme-font-roboto:300-css' href='//fonts.googleapis.com/css?family=Roboto%3A300&ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='cpotheme-fontawesome-css' href='https://photoarchive.acorjordan.org/wp-content/themes/allegiant_pro/core/css/icon-fontawesome.css?ver=1.3.6' type='text/css' media='all' /> <link rel='stylesheet' id='ctsc-shortcodes-css' href='https://photoarchive.acorjordan.org/wp-content/plugins/cpo-shortcodes/css/style.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='ctsc-fontawesome-css' href='https://photoarchive.acorjordan.org/wp-content/plugins/cpo-shortcodes/css/fontawesome.css?ver=6.7.2' type='text/css' media='all' /> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/plugins/content-views-query-and-display-post-page/assets/ie-fix/html5shiv.min.js?ver=3.7.0" id="pt-cv-html5shiv-script-js"></script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/plugins/content-views-query-and-display-post-page/assets/ie-fix/respond.js?ver=1.4.2" id="pt-cv-respond-script-js"></script> <script type="text/javascript" id="pt-cv-content-views-script-js-extra"> /* <![CDATA[ */ var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"5504ac7014","is_admin":"","is_mobile":"","ajaxurl":"https:\/\/photoarchive.acorjordan.org\/wp-admin\/admin-ajax.php","lang":"","loading_image_src":"data:image\/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP\/\/\/yH\/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC\/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM\/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM\/DJKZNLND\/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw=="}; var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"}; /* ]]> */ </script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=2.4.0.1" id="pt-cv-content-views-script-js"></script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-includes/js/comment-reply.min.js?ver=6.7.2" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/themes/allegiant_pro/core/scripts/core.js?ver=6.7.2" id="cpotheme_core-js"></script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/plugins/cpo-shortcodes/scripts/core.js?ver=6.7.2" id="ctsc-core-js"></script> <script type="text/javascript" id="sb_instagram_scripts-js-extra"> /* <![CDATA[ */ var sb_instagram_js_options = {"font_method":"svg","resized_url":"https:\/\/photoarchive.acorjordan.org\/wp-content\/uploads\/sb-instagram-feed-images\/","placeholder":"https:\/\/photoarchive.acorjordan.org\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png"}; /* ]]> */ </script> <script type="text/javascript" src="https://photoarchive.acorjordan.org/wp-content/plugins/instagram-feed/js/sbi-scripts.min.js?ver=2.9.1" id="sb_instagram_scripts-js"></script> </body> </html>