| Related sites for http://www.scholarsresource.com/ |
| Award_Enterprises_Inc_ Guide to mortgage types, terminology and costs. | | CompareInterestRates_Com Real time mortgage interest rate survey of mortgage lenders and mortgage brokers in all 50 states. | | Mortgage_Mag Index covers all real estate finance related topics. | | Mortgage-X Mortgage calculators, rates and rate trends, homebuying and ownership articles, and a loan inquiry form. | | Air_Force_Technology Companies, current projects, events, organisations and links for aerospace and aeronautical engineering, military aviation and aircraft industries. | | Armed_Forces_International Portal offering news and information on companies, products and services within the defence sector. | | Army_Technology Companies, current projects, events, organisations and links for ground forces and army defence industries. | | Aviation_Week\'s_NetDefense Military and defense intelligence resource with real time news. | | BuySellGSE_com GSE industry buyer's guide, worldwide directory, online store, employment center, and forum. | | Defence_Directory A directory service and online procurement for defense companies. | | Defense_Update International online defense magazine with news and reviews of products and defense programs. | | Defense-aerospace_com News, information and data for aerospace and defense professionals. Includes live feed, communiques and official reports. | | Defense-i_com News, research, tender information and market analysis on current developments in defense industry. | | epicos_com Portal for defence subcontracting programs, military offsets procurement tenders and countertrade marketplace. | | Global_Defence_Review Reviews of latest developments in defense technology. Includes land, sea, air and weapons systems. Defense news section updated daily. | | Ground_Systems_Index Manufacturers directory for ground based defense systems. | | Laturbo_Aviation_&_Aerospace Aviation and aerospace directory. | | Top_100_Defense_Contractors A list of which armed services paid how much to whom in 1998. | | Turkish_Defense_Net Information and news portal for defense industries. Site focuses on Turkish defense issues. Languages: English and Turkish. | | WorldSecurity-index A directory of defense, security, law enforcement and emergency service equipment manufacturers. | | Australian_IT Source of IT related press articles published in national newspaper The Australian (News Ltd). Includes some online-only breaking news. | | AustralianIT_com_au__Top_Stories Australian and international headline news and feature reports. [RSS] | | CNET_News Tech news and business reports focused on information technology, core topics include computers, hardware, software, networking, and internet media. [RSS] | | ZDNet_News__Page_One Articles and headline news. [RSS] | | Chong_Wah_Plastics_Group Malaysia. Manufacturers of a range of consumer and indusrial plastic flexible packaging materials, EPS foams, injection moulded products and corrosion inhibiting packaging materials. Technical informa | | Grote_Consulting_Corporation Helps companies create best-practice performance appraisal management systems and trains managers to evaluate employee performance effectively. | | Incas_Group Italy. Design and development of automated monitoring, planning, material handling and warehouse management systems for the manufacturing industry. | | Gellner_Industrial,_LLC USA. Manufacturers of anionic and cationic acrylic emulsions and resins for water based industrial coatings and inks in printing and engraving, floor and wall coating, and paint applications. Technica | | Italian_Chambers_of_Commerce Represents Italian companies both nationally and internationally. Includes information, news, and services provided to members. | | Drammock_International UK. Manufacture and marketing of own brand footcare, oral hygiene, depilatories and feminine hygiene toiletry products. | | Tyco_Healthcare_Group Group of manufacturing and distributing companies, active in disposable medical supplies, monitoring equipment, medical instruments and bulk analgesic pharmaceuticals. Part of Tyco International, Ltd | | Hawaiian_Tropic_Girls News of forthcoming events, pictures of contestants, and calendars and videos for sale. | | Miss_Earth Official site. | | Miss_Hawaiian_Tropic Official Site. | | Miss_Intercontinental Official site. | | Miss_International Official site. | | Miss_Tourism_International Official site. | | First_American_Title_Insurance_Company_-_Northeast_Region Providing residential and commercial title insurance services from Vermont to Virginia. Includes contacts, forms, rate calculator, and profile. | | Business_gov___Franchises_&_Business_Opportunities Guide to laws and regulations that apply to companies offering franchising and business opportunities, as well as advice for individuals considering the purchase of a franchise or buying into a busine | | Aegis_Electronic_Group Stocking distributor of imaging products for industrial and machine vision, including cameras, monitors, image capture and lenses. Site lists represented companies and products. |
|
Welcome to Scholars Resource
var strVisitorType = "guest";
Lightbox.prototype.original_image_width = undefined; Lightbox.prototype.original_image_height = undefined; Lightbox.prototype.max_image_width = 500; Lightbox.prototype.initialize = function() { this.updateImageList(); this.keyboardAction = this.keyboardAction.bindAsEventListener(this); if (LightboxOptions.resizeSpeed > 10) LightboxOptions.resizeSpeed = 10; if (LightboxOptions.resizeSpeed < 1) LightboxOptions.resizeSpeed = 1; this.resizeDuration = LightboxOptions.animate ? ((11 - LightboxOptions.resizeSpeed) * 0.15) : 0; this.overlayDuration = LightboxOptions.animate ? 0.2 : 0; // shadow fade in/out duration // When Lightbox starts it will resize itself from 250 by 250 to the current image dimension. // If animations are turned off, it will be hidden as to prevent a flicker of a // white 250 by 250 box. var size = (LightboxOptions.animate ? 250 : 1) + 'px'; // Code inserts html at the bottom of the page that looks similar to this: // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // var objBody = $$('body')[0]; objBody.appendChild(Builder.node('div',{id:'overlay'})); objBody.appendChild(Builder.node('div',{id:'lightbox'}, [ Builder.node('div',{id:'zoomTools', style:'display:none'},[ Builder.node('a', {id:'zoomInLink'},[ Builder.node('img', {src:'/lightbox2.04/images/zoomin.gif'}) ]), Builder.node('a', {id:'zoomOrgLink'},[ Builder.node('img', {src:'/lightbox2.04/images/zoomorg.gif'}) ]), Builder.node('a', {id:'zoomOutLink'},[ Builder.node('img', {src:'/lightbox2.04/images/zoomout.gif'}) ]) ]), Builder.node('div',{id:'outerImageContainer'}, Builder.node('div',{id:'imageContainer'}, [ Builder.node('img',{id:'lightboxImage'}), Builder.node('div',{id:'hoverNav'}, [ Builder.node('a',{id:'prevLink', href: '#' }), Builder.node('a',{id:'nextLink', href: '#' }) ]), Builder.node('div',{id:'loading'}, Builder.node('a',{id:'loadingLink', href: '#' }, Builder.node('img', {src: LightboxOptions.fileLoadingImage}) ) ) ]) ), Builder.node('div', {id:'imageDataContainer'}, Builder.node('div',{id:'imageData'}, [ Builder.node('div',{id:'imageDetails'}, [ Builder.node('span',{id:'caption'}), Builder.node('span',{id:'numberDisplay'}) ]), Builder.node('div',{id:'bottomNav'}, Builder.node('a',{id:'bottomNavClose', href: '#' }, Builder.node('img', { src: LightboxOptions.fileBottomNavCloseImage }) ) ) ]) ) ])); $('overlay').hide().observe('click', (function() { this.end(); }).bind(this)); $('lightbox').hide().observe('click', (function(event) { if (event.element().id == 'lightbox') this.end(); }).bind(this)); $('outerImageContainer').setStyle({ width: size, height: size }); $('prevLink').observe('click', (function(event) { event.stop(); this.changeImage(this.activeImage - 1); }).bindAsEventListener(this)); $('nextLink').observe('click', (function(event) { event.stop(); this.changeImage(this.activeImage + 1); }).bindAsEventListener(this)); $('loadingLink').observe('click', (function(event) { event.stop(); this.end(); }).bind(this)); $('bottomNavClose').observe('click', (function(event) { event.stop(); this.end(); }).bind(this)); $('zoomInLink').observe('click', (function(){this.zoom(300);}).bindAsEventListener(this)); $('zoomOutLink').observe('click', (function(){this.zoom(-300);}).bindAsEventListener(this)); $('zoomOrgLink').observe('click', (function(){this.setOriginalSize();}).bindAsEventListener(this)); var th = this; (function(){ var ids = 'overlay lightbox outerImageContainer imageContainer lightboxImage hoverNav prevLink nextLink loading loadingLink ' + 'imageDataContainer imageData imageDetails caption numberDisplay bottomNav bottomNavClose'; $w(ids).each(function(id){ th[id] = $(id); }); }).defer(); } Lightbox.prototype.changeImage = function(imageNum) { this.activeImage = imageNum; // update global var // hide elements during transition if (LightboxOptions.animate) this.loading.show(); this.lightboxImage.hide(); this.hoverNav.hide(); this.prevLink.hide(); this.nextLink.hide(); // HACK: Opera9 does not currently support scriptaculous opacity and appear fx this.imageDataContainer.setStyle({opacity: .0001}); this.numberDisplay.hide(); var imgPreloader = new Image(); // once image is preloaded, resize image container imgPreloader.onload = (function(){ var max_width = this.max_image_width; var ww = imgPreloader.width; var hh = imgPreloader.height; this.original_image_width = ww; this.original_image_height = hh; if (imgPreloader.width > max_width) { hh = imgPreloader.height/imgPreloader.width * max_width; ww = max_width; } $('lightboxImage').setStyle({width: ww + 'px', height: hh + 'px'}); this.lightboxImage.src = this.imageArray[this.activeImage][0]; this.resizeImageContainer(ww, hh); }).bind(this); imgPreloader.src = this.imageArray[this.activeImage][0]; } Lightbox.prototype.updateDetails = function() { var widc = $('imageDataContainer').getStyle('width'); $('zoomTools').setStyle({'width': widc}); //$('zoomTools').show(); // if caption is not null if (this.imageArray[this.activeImage][1] != ""){ this.caption.update(this.imageArray[this.activeImage][1]).show(); } // if image is part of set display 'Image x of x' if (this.imageArray.length > 1){ this.numberDisplay.update( LightboxOptions.labelImage + ' ' + (this.activeImage + 1) + ' ' + LightboxOptions.labelOf + ' ' + this.imageArray.length).show(); } new Effect.Parallel( [ new Effect.SlideDown(this.imageDataContainer, { sync: true, duration: this.resizeDuration, from: 0.0, to: 1.0 }), new Effect.Appear(this.imageDataContainer, { sync: true, duration: this.resizeDuration }), new Effect.SlideDown('zoomTools') ], { duration: this.resizeDuration, afterFinish: (function() { // update overlay size and update nav var arrayPageSize = this.getPageSize(); this.overlay.setStyle({ height: arrayPageSize[1] + 'px' }); this.updateNav(); }).bind(this) } ); } Lightbox.prototype.zoom = function(step) { var old_width = parseInt($('lightboxImage').getStyle('width').replace(/px/g,'')); var old_height = parseInt($('lightboxImage').getStyle('height').replace(/px/g,'')); var ratio = old_height/old_width; var new_width = old_width + step; var new_height = Math.ceil(ratio * new_width); $('lightboxImage').setStyle({width:new_width + 'px', height:new_height + 'px'}); this.followImageSize(); } Lightbox.prototype.setOriginalSize = function() { var ww = this.original_image_width; var hh = this.original_image_height; if (ww > this.max_image_width) { var ratio = this.original_image_height/this.original_image_width; ww = this.max_image_width; hh = Math.ceil(ratio * ww); } $('lightboxImage').setStyle({width: ww + 'px', height: hh + 'px'}); this.followImageSize(); } Lightbox.prototype.followImageSize = function() { var ww = parseInt($('lightboxImage').getStyle('width').replace(/px/g,'')); var hh = parseInt($('lightboxImage').getStyle('height').replace(/px/g,'')); var border_ww = ww + 20; var border_hh = hh + 20; $('outerImageContainer').setStyle({'width': border_ww + 'px', 'height' : border_hh + 'px'}); $('imageDataContainer').setStyle({'width': border_ww + 'px'}); $('zoomTools').setStyle({'width': border_ww + 'px'}); } #zoomTools{ background-color:#fff; height:35px; margin: auto; text-align:right; } #zoomTools a img { }
Quick Search:
Login
Advanced Search
HOME
ABOUT SCHOLARS RESOURCE
BROWSE IMAGES
BUILD YOUR COLLECTION
HELPFUL TOOLS
NEW VENDOR: THE METROPOLITAN MUSEUM OF ART
SCHOLARS RESOURCE is very happy to announce that THE METROPOLITAN MUSEUM OF ART has joined us as a new Vendor.
Metropolitan Museum of Art images will represent their many collections, including Ancient Art, European Paintings, European Sculpture and Decorative Arts, American Art, Arts of Africa, Oceania and the Americas, Asian Art, Drawings and Prints, Photography, Arms and Armor, Musical Instruments, and Costumes.
Please check our Image Set CDR-1190. Individual Metropolitan Museum of Art images will be incorporated into our many multi-discipline Image Sets. Please contact TJ (Todd Jones) at tj@scholarsresource.com or at 303 997-2900 x230 for more information.
Welcome to Scholars Resource!
Scholars Resource is a vibrant marketplace of high quality digital image collections for the teaching of art history and related disciplines. We provide the unique opportunity and convenience of licensing high quality images and metadata in consistent formats from different vendors and multiple archives at one online source.
All of our images are licensed for classroom teaching and research use in perpetuity for a one-time fee. Once licensed, images become part of your institution's permanent collection.
Currently, Scholars Resource offers complementary image collections from Saskia, Ltd., Davis Art Images, Hartill Art Associates, Archivision, The Bridgeman Art Library, the Inter-American Institute and (most recently) Kenneth Garrett, with new images continually being added.
The image collections offered through Scholars Resource have great combined strength, representing more than 200 museums around the world and totaling more than 115,900 images spanning nearly every period in art history.
Our images and metadata allow you to immediately replace your analog material with an easily searchable, high-quality digital image library, saving you time and resources. One-time licensing and one licensing fee assures that you can count on these resources to be there year after year, even when budgets may not. For easy and quick selection, images are offered for many textbook as well as for subject-based sets; sets also serve to narrow down the field for individual, quick selections.
Log In for Expanded Features
Please log in or create an account for additional web site features, including saving items to wish lists, viewing pricing information, and placing orders.
function goto(form) {
var index=form.browseby.selectedIndex
if (form.browseby.options[index].value != "0") {location=form.browseby.options[index].value;}}
HOME
ABOUT SCHOLARS RESOURCE
BROWSE IMAGES
SEARCH CATALOG
DIGITAL IMAGES
MY ACCOUNT
CONTACT US
What Sets Us Apart
Our Contributors
Our Products
The Collection
Copyright Information
Terms & Conditions
Textbook Sets
Image Sets
By Artist
By Museum
By Type of Art
By Period
By Country
Public Lists
Licensing Information
Fees
Create An Account
My Lists
How to Contact Us
Teaching with Digital Images
Technical Tips
Software Providers
Integrated Solutions
Digital Images
Slides
Collections
Collections Quick search
Collections Advanced search
_uacct = "UA-81192-1";
urchinTracker();
|
|