// // WPI web proxy autoconfiguration // // This file is created by a perl script from the resource listing here: // http://www.wpi.edu/Academics/Library/Collections/Databases/atoz.html // // General information about proxy autoconfiguration: // http://www-archive.mozilla.org/catalog/end-user/customizing/enduserPAC.html // http://support.microsoft.com./kb/271361 // http://support.microsoft.com/kb/274204 // // Regenerated on Wed 8 Dec 2010 at 14:28:45 from the // resource list updated on Tue 24 Aug 2010 at 12:54:00. // // Obtain a newer copy of this file from http://www.wpi.edu/proxy.pac // Email helpdesk@wpi.edu or call (508)831-5888 for assistance. // function FindProxyForURL(url, host) { WPIproxy="PROXY proxy.wpi.edu:8080; DIRECT"; localIP = myIpAddress(); // alert(localIP + " TO " + url + " ON " + host); if (host == "localhost" || host == "127.0.0.1" || host.match(/localhost.*/) || host.match(/::1[(][/]128[)]?/) ){ return "DIRECT"; } if (isInNet(localIP, "130.215.0.0", "255.255.0.0") || localIP.match(/2001:0?468:0?616:.*/) || localIP.match(/2607:f5c0:.*/) ){ return "DIRECT"; } lowerhost = host.toLowerCase(); host = lowerhost; // // These IP-restricted resources: // ABI Inform (http://firstsearch.oclc.org/dbname=ABI_INFORM;autho=100077509;done=referer;FSIP) // Alternative Press Index (http://firstsearch.oclc.org/dbname=AltPressIndex;autho=100077509;done=referer;FSIP) // ArticleFirst (http://firstsearch.oclc.org/dbname=Article1st;autho=100077509;done=referer;FSIP) // Business and Industry (http://firstsearch.oclc.org/dbname=BusIndustry;autho=100077509;done=referer;FSIP) // Business and Management Practices (http://firstsearch.oclc.org/dbname=BusManPrac;autho=100077509;done=referer;FSIP) // Business Dateline (http://firstsearch.oclc.org/dbname=BusDateline;autho=100077509;done=referer;FSIP) // Clase and Periodica (http://firstsearch.oclc.org/dbname=ClasePeriodica;autho=100077509;done=referer;FSIP) // Contemporary Women's Issues (http://firstsearch.oclc.org/dbname=ContmpWomenIss;autho=100077509;done=referer;FSIP) // Dissertation Abstracts (http://firstsearch.oclc.org/dbname=Diss;autho=100077509;done=referer;FSIP) // EconLit (http://firstsearch.oclc.org/dbname=EconLit;autho=100077509;done=referer;FSIP) // Electronic Collections Online (http://firstsearch.oclc.org/dbname=ECO;autho=100077509;done=referer;FSIP) // FirstSearch Service (http://newfirstsearch.oclc.org/autho=100077509;done=referer;FSIP) // GEOBASE (http://firstsearch.oclc.org/dbname=GEOBASE;autho=100077509;done=referer;FSIP) // Newspaper Abstracts (http://firstsearch.oclc.org/dbname=NewsAbs;autho=100077509;done=referer;FSIP) // OCLC Electronic Collections Online (http://firstsearch.oclc.org/dbname=ECO;autho=100077509;done=referer;FSIP) // PapersFirst (http://firstsearch.oclc.org/dbname=PapersFirst;autho=100077509;done=referer;FSIP) // Periodical Abstracts (http://firstsearch.oclc.org/dbname=PerAbs;autho=100077509;done=referer;FSIP) // ProceedingsFirst (http://firstsearch.oclc.org/dbname=Proceedings;autho=100077509;done=referer;FSIP) // SIRS Researcher (http://firstsearch.oclc.org/dbname=SIRSResearcher;autho=100077509;done=referer;FSIP) // WilsonSelectPlus (http://firstsearch.oclc.org/dbname=WilsonSelectPlus;autho=100077509;done=referer;FSIP) // WorldAlmanacs (http://newfirstsearch.oclc.org/dbname=WorldAlmanac;autho=100077509;done=referer;FSIP) // WorldCat (http://firstsearch.oclc.org/fsip?dbname=worldcat&done=referer) // // Are hosted on these servers: // firstsearch.wip.oclc.org firstsearch.oclc.org newfirstsearch.oclc.org // if (host == "firstsearch.wip.oclc.org" || host == "firstsearch.oclc.org" || host == "newfirstsearch.oclc.org" ){ return WPIproxy; } // // These IP-restricted resources: // Academic OneFile (http://find.galegroup.com/menu/start?prod=AONE&userGroupName=mlin_c_worpoly) // American Men and Women of Science (http://find.galegroup.com/gvrl/aboutEbook.do?prodId=GVRL&userGroupName=mlin_c_worpoly&actionString=DO_DISPLAY_ABOUT_PAGE&eisbn=1414409745&searchType=PublicationSearchForm) // Gale Virtual Reference Library (http://find.galegroup.com/gvrl/dispBasicSearch.do?prodId=GVRL&userGroupName=mlin_c_worpoly) // Gale PowerSearch (InfoTrac) (http://find.galegroup.com/ips/start.do?userGroupName=mlin_c_worpoly&prodId=IPS&DB=GRGM_EAIM_HRCA_GBFM_STOM_ITOF_BCPM_SPJ.SP00_GVRL-0_AONE) // General BusinessFile ASAP (http://find.galegroup.com/menu/start?userGroupName=mlin_c_worpoly&prod=GBFM) // Infotrac (Gale PowerSearch) (http://find.galegroup.com/ips/start.do?userGroupName=mlin_c_worpoly&prodId=IPS&DB=GRGM_EAIM_HRCA_GBFM_STOM_ITOF_BCPM_SPJ.SP00_GVRL-0_AONE) // Massachusetts History Online (http://find.galegroup.com/menu/start?userGroupName=mlin_c_worpoly&prod=SPJ.SP23) // New York Times (Current) (http://find.galegroup.com/menu/start?userGroupName=mlin_c_worpoly&prod=SPN.SP24) // // Are hosted on these servers: // find.galegroup.com // if (host == "find.galegroup.com" ){ return WPIproxy; } // // These IP-restricted resources: // AccessScience (http://www.accessscience.com/) // // Are hosted on these servers: // www.accessscience.com // if (host == "www.accessscience.com" ){ return WPIproxy; } // // These IP-restricted resources: // ACM Digital Library (http://www.acm.org/dl/) // // Are hosted on these servers: // www.acm.org // if (host == "www.acm.org" ){ return WPIproxy; } // // These IP-restricted resources: // ACS Journals Search (http://pubs.acs.org/) // // Are hosted on these servers: // pubs.g.acs.org pubs.acs.org // if (host == "pubs.g.acs.org" || host == "pubs.acs.org" ){ return WPIproxy; } // // These IP-restricted resources: // Acoustical Society of America Digital Library (http://scitation.aip.org/vsearch/servlet/VerityServlet?KEY=ASADL) // ASCE Research Library (http://www.ascelibrary.org/) // LOCUS SIAM's Online Journal Archive (http://locus.siam.org) // SIAM's Online Journal Archive (http://locus.siam.org) // Scitation (http://www.scitation.org) // SPIE Digital Library (https://scitation.aip.org/journals/doc/SPIEDL-home/segInstRights.jsp) // // Are hosted on these servers: // scitation.aip.org www.ascelibrary.org locus.siam.org www.scitation.org // if (host == "scitation.aip.org" || host == "www.ascelibrary.org" || host == "locus.siam.org" || host == "www.scitation.org" ){ return WPIproxy; } // // These IP-restricted resources: // Aluminum Industry Abstracts (CSA) (http://www.csa.com/htbin/dbrng.cgi?username=worc&access=worc12&cat=aia) // Cambridge Scientific Materials Research Databases (http://www.csa.com/htbin/dbrng.cgi?username=worc&access=worc12&db=materials-set-c) // Ceramic Abstracts (http://www.csa.com/htbin/dbrng.cgi?username=worc&access=worc12&db=wca-set-c) // Copper Data Center Database (http://www.csa.com/htbin/dbrng.cgi?username=worc&access=worc12&db=copper-set-c) // Corrosion Abstracts (http://www.csa.com/htbin/dbrng.cgi?username=worc&access=worc12&db=corrosion-set-c) // Engineered Materials Abstracts (http://www.csa.com/htbin/dbrng.cgi?username=worc&access=worc12&db=emaclust-set-c) // Materials Business File (http://www.csa.com/htbin/dbrng.cgi?username=worc&access=worc12&cat=mbf) // PAIS International (http://www.csa.com/htbin/dbrng.cgi?username=worc&access=worc12&db=pais-set-c&db=paisarc-set-c) // WELDASEARCH (http://www.csa.com/htbin/dbrng.cgi?username=worc&access=worc12&db=weldasearch-set-c) // // Are hosted on these servers: // www.csa.com // if (host == "www.csa.com" ){ return WPIproxy; } // // These IP-restricted resources: // America: History & Life and Historical Abstracts (http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=ahl,hia) // Business Source Premier (http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=buh) // EBSCOhost Business Source Premier (http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=buh) // EBSCOhost Research Databases (http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=EHOST) // GreenFILE (http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=8gh) // Historical Abstracts (http://search.ebscohost.com/login.aspx?authtype=cookie,ip,uid&profile=ehost&defaultdb=hia) // Humanities International Complete (http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=hlh) // MLA International Bibliography (http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=mzh) // Regional Business News (http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=bwh) // Shock & Vibration Digest (http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=29h) // // Are hosted on these servers: // search.ebscohost.com // if (host == "search.ebscohost.com" ){ return WPIproxy; } // // These IP-restricted resources: // American Foreign Relations Since 1600: a Guide to the Literature (http://www.ahro.abc-clio.com/?9781851099504) // // Are hosted on these servers: // www.ahro.abc-clio.com // if (host == "www.ahro.abc-clio.com" ){ return WPIproxy; } // // These IP-restricted resources: // American Heritage® Dictionary of the English Language (http://go.grolier.com/page?tn=/dictionary/lookup.html&dictionary=AHD4CAPI&searchtype=lookup) // // Are hosted on these servers: // go.grolier.nsatc.net go.grolier.com // if (host == "go.grolier.nsatc.net" || host == "go.grolier.com" ){ return WPIproxy; } // // These IP-restricted resources: // Arts & Humanities Citation Index via ISI Web of Knowledge (http://isiknowledge.com/) // Science Citation Index Expanded (http://isiknowledge.com/) // Social Sciences Citation Index (http://isiknowledge.com/) // Web of Knowledge - Web of Science (http://isiknowledge.com/wos) // // Are hosted on these servers: // isiknowledge.com // if (host == "isiknowledge.com" ){ return WPIproxy; } // // These IP-restricted resources: // American Society for Microbiology Journals (http://www.journals.asm.org/search.dtl) // // Are hosted on these servers: // asmjournals.highwire.org www.journals.asm.org // if (host == "asmjournals.highwire.org" || host == "www.journals.asm.org" ){ return WPIproxy; } // // These IP-restricted resources: // ASM Materials Information (http://products.asminternational.org/matinfo/) // // Are hosted on these servers: // products.wip.asminternational.org products.asminternational.org // if (host == "products.wip.asminternational.org" || host == "products.asminternational.org" ){ return WPIproxy; } // // These IP-restricted resources: // Biography Resource Center (http://infotrac.galegroup.com/itweb/mlin_c_worpoly?db=BioRC) // Contemporary Literary Criticism - Select (http://infotrac.galegroup.com/itweb/mlin_c_worpoly?db=CLC) // Educator's Reference Complete (http://infotrac.galegroup.com/itweb/mlin_c_worpoly?db=PROF) // Expanded Academic ASAP (http://infotrac.galegroup.com/itweb/mlin_c_worpoly?db=EAIM) // General Reference Center Gold (http://infotrac.galegroup.com/itweb/mlin_c_worpoly?db=GRGM) // Health Reference Center - Academic (http://infotrac.galegroup.com/itweb/mlin_c_worpoly?db=HRCA) // // Are hosted on these servers: // infotrac.galegroup.com // if (host == "infotrac.galegroup.com" ){ return WPIproxy; } // // These IP-restricted resources: // BioOne (http://www.bioone.org) // // Are hosted on these servers: // www.bioone.org // if (host == "www.bioone.org" ){ return WPIproxy; } // // These IP-restricted resources: // Books 24x7 (http://library.books24x7.com) // // Are hosted on these servers: // a1267.gd.akamai.net library.books24x7.com 96.7.215.11 // if (host == "library.books24x7.com" || host == "96.7.215.11" ){ return WPIproxy; } // // These IP-restricted resources: // Boston Globe Online (http://proquest.umi.com/login?COPT=REJTPTFlNiZJTlQ9MCZWRVI9Mg==&clientId=2618) // Boston Herald Online (http://proquest.umi.com/login?COPT=REJTPTQyNSZJTlQ9MCZWRVI9Mg==&clientId=2618) // Massachusetts Newsstand - Proquest CSA (http://proquest.umi.com/login?COPT=REJTPTI3ZSZJTlQ9MCZWRVI9Mg==&clientId=2618) // New York Times (Historical) (http://proquest.umi.com/login?COPT=REJTPTFhY2QmSU5UPTAmVkVSPTI=&clientId=2618) // Wall Street Journal - ProQuest (http://proquest.umi.com/login?COPT=REJTPTYzMSZJTlQ9MCZWRVI9Mg==&clientId=2618) // Worcester Telegram and Gazette Online (http://proquest.umi.com/login?COPT=REJTPTQyNyZJTlQ9MCZWRVI9Mg==&clientId=2618) // // Are hosted on these servers: // proquest.umi.com // if (host == "proquest.umi.com" ){ return WPIproxy; } // // These IP-restricted resources: // Chemical Abstracts (https://scifinder.cas.org) // SciFinder Scholar (https://scifinder.cas.org) // // Are hosted on these servers: // e3739.cd.akamaiedge.net scifinder.cas.org // if (host == "scifinder.cas.org" ){ return WPIproxy; } // // These IP-restricted resources: // Compendex Web (http://www.engineeringvillage2.org/controller/servlet/Controller?CID=quickSearch&database=Compendex) // INSPEC (http://www.engineeringvillage2.org/controller/servlet/Controller?CID=quickSearch&database=Compendex) // // Are hosted on these servers: // www.engineeringvillage2.org // if (host == "www.engineeringvillage2.org" ){ return WPIproxy; } // // These IP-restricted resources: // Complete Dictionary of Scientific Biography (http://galenet.galegroup.com/servlet/eBooks?ste=22&docNum=CX2830999999) // Encyclopedia of American Industries (http://galenet.galegroup.com/servlet/eBooks?ste=22&docNum=CX3434599999) // // Are hosted on these servers: // galenet.galegroup.com // if (host == "galenet.galegroup.com" ){ return WPIproxy; } // // These IP-restricted resources: // Computer Abstracts (http://info.emeraldinsight.com/products/abstracts/caid/index.htm) // Emerald Computer Abstracts (http://info.emeraldinsight.com/products/abstracts/caid/index.htm) // // Are hosted on these servers: // info.emeraldinsight.com // if (host == "info.emeraldinsight.com" ){ return WPIproxy; } // // These IP-restricted resources: // Computing Reviews (http://www.reviews.com/) // // Are hosted on these servers: // www.reviews.com // if (host == "www.reviews.com" ){ return WPIproxy; } // // These IP-restricted resources: // CRC Handbook of Chemistry and Physics (http://www.hbcpnetbase.com) // // Are hosted on these servers: // hbcpnetbase.com www.hbcpnetbase.com // if (host == "hbcpnetbase.com" || host == "www.hbcpnetbase.com" ){ return WPIproxy; } // // These IP-restricted resources: // CRCnetBASE (http://www.crcnetbase.com/search/advanced_search.asp) // // Are hosted on these servers: // crcnetbase.com www.crcnetbase.com // if (host == "crcnetbase.com" || host == "www.crcnetbase.com" ){ return WPIproxy; } // // These IP-restricted resources: // Current Index to Statistics (http://www.statindex.org/CIS/psqlQuery) // // Are hosted on these servers: // cis.stat.cmu.edu www.statindex.org // if (host == "cis.stat.cmu.edu" || host == "www.statindex.org" ){ return WPIproxy; } // // These IP-restricted resources: // ebrary (http://site.ebrary.com/lib/wpi/) // // Are hosted on these servers: // ebwww-vip1.ebrary.com site.ebrary.com // if (host == "ebwww-vip1.ebrary.com" || host == "site.ebrary.com" ){ return WPIproxy; } // // These IP-restricted resources: // EBSCOhost Electronic Journal Service (http://ejournals.ebsco.com/) // // Are hosted on these servers: // ejs.ebsco.com ejournals.ebsco.com // if (host == "ejs.ebsco.com" || host == "ejournals.ebsco.com" ){ return WPIproxy; } // // These IP-restricted resources: // Emerald (http://www.emeraldinsight.com) // // Are hosted on these servers: // www.emeraldinsight.com 195.92.228.61 // if (host == "www.emeraldinsight.com" || host == "195.92.228.61" ){ return WPIproxy; } // // These IP-restricted resources: // Encyclopedia Americana Online (http://ea.grolier.com/) // // Are hosted on these servers: // ea.grolier.nsatc.net ea.grolier.com // if (host == "ea.grolier.nsatc.net" || host == "ea.grolier.com" ){ return WPIproxy; } // // These IP-restricted resources: // Encyclopedia Britannica Online (http://new.search.eb.com) // // Are hosted on these servers: // original.britannica.com new.search.eb.com 208.185.238.110 // if (host == "original.britannica.com" || host == "new.search.eb.com" || host == "208.185.238.110" ){ return WPIproxy; } // // These IP-restricted resources: // Encyclopedia of Energy Engineering and Technology (http://www.engnetbase.com/books/6205/dk653xfm.pdf) // // Are hosted on these servers: // engnetbase.com www.engnetbase.com // if (host == "engnetbase.com" || host == "www.engnetbase.com" ){ return WPIproxy; } // // These IP-restricted resources: // Encyclopedia of Environment and Society (http://www.sage-ereference.com/environment/) // Encyclopedia of Global Health (http://www.sage-ereference.com/globalhealth/) // // Are hosted on these servers: // www.sage-ereference.com // if (host == "www.sage-ereference.com" ){ return WPIproxy; } // // These IP-restricted resources: // Encyclopedia of Information Ethics and Security (http://reference.igi-online.com/search/results.asp?eaccessGroupID=112) // // Are hosted on these servers: // igi-online.com reference.igi-online.com // if (host == "igi-online.com" || host == "reference.igi-online.com" ){ return WPIproxy; } // // These IP-restricted resources: // Encyclopedia of Chemical Technology (http://mrw.interscience.wiley.com/emrw/9780471238966/home/) // Encyclopedia of Electrical and Electronics Engineering (http://mrw.interscience.wiley.com/emrw/9780471346081/home/) // Encyclopedia of Medical Devices and Instrumentation (http://www3.interscience.wiley.com/cgi-bin/mrwhome/112102158/HOME) // Kirk-Othmer Encyclopedia of Chemical Technology (http://mrw.interscience.wiley.com/emrw/9780471238966/home/) // Van Nostrand's Scientific Encyclopedia (http://www.mrw.interscience.wiley.com/emrw/9780471743989/home) // Wiley Encyclopedia of Biomedical Engineering (http://mrw.interscience.wiley.com/emrw/9780471740360/home/) // Wiley Encyclopedia of Electrical and Electronics Engineering (http://mrw.interscience.wiley.com/emrw/9780471346081/home/) // Wiley Interscience (http://www3.interscience.wiley.com/search/allsearch) // // Are hosted on these servers: // www3.interscience.wiley.com mrw.interscience.wiley.com www.mrw.interscience.wiley.com // if (host == "www3.interscience.wiley.com" || host == "mrw.interscience.wiley.com" || host == "www.mrw.interscience.wiley.com" ){ return WPIproxy; } // // These IP-restricted resources: // Encyclopedia of Energy (http://www.sciencedirect.com/science/referenceworks/012176480X) // ScienceDirect (http://www.sciencedirect.com/) // // Are hosted on these servers: // sciencedirect.com www.sciencedirect.com // if (host == "sciencedirect.com" || host == "www.sciencedirect.com" ){ return WPIproxy; } // // These IP-restricted resources: // Encyclopedia of Water Science (http://www.informaworld.com/openurl?genre=book&isbn=978-0-8493-9627-4) // // Are hosted on these servers: // prod.informaworld.com www.informaworld.com // if (host == "prod.informaworld.com" || host == "www.informaworld.com" ){ return WPIproxy; } // // These IP-restricted resources: // EndNote Web (http://www.myendnoteweb.com/) // // Are hosted on these servers: // e1501.b.akamaiedge.net www.myendnoteweb.com // if (host == "www.myendnoteweb.com" ){ return WPIproxy; } // // These IP-restricted resources: // Engineering Village (http://www.engineeringvillage.com/controller/servlet/Controller?CID=quickSearch&database=3) // // Are hosted on these servers: // www.engineeringvillage.com // if (host == "www.engineeringvillage.com" ){ return WPIproxy; } // // These IP-restricted resources: // ETDEWEB (https://www.osti.gov/etdeweb/basicsearch.jsp) // // Are hosted on these servers: // helios.osti.gov www.osti.gov // if (host == "helios.osti.gov" || host == "www.osti.gov" ){ return WPIproxy; } // // These IP-restricted resources: // Google Scholar (http://scholar.google.com) // // Are hosted on these servers: // scholar.l.google.com scholar.google.com 74.125.226.146 74.125.226.147 74.125.226.148 74.125.226.144 // if (host == "scholar.l.google.com" || host == "scholar.google.com" || host == "74.125.226.146" || host == "74.125.226.147" || host == "74.125.226.148" || host == "74.125.226.144" ){ return WPIproxy; } // // These IP-restricted resources: // Grolier Multimedia Encyclopedia Online (http://gme.grolier.com/) // // Are hosted on these servers: // gme.grolier.nsatc.net gme.grolier.com // if (host == "gme.grolier.nsatc.net" || host == "gme.grolier.com" ){ return WPIproxy; } // // These IP-restricted resources: // HighWire Press (http://highwire.stanford.edu/) // // Are hosted on these servers: // highwire.stanford.edu // if (host == "highwire.stanford.edu" ){ return WPIproxy; } // // These IP-restricted resources: // Historical Statistics of the United States (http://hsus.cambridge.org/HSUSWeb) // // Are hosted on these servers: // hsus.cambridge.org // if (host == "hsus.cambridge.org" ){ return WPIproxy; } // // These IP-restricted resources: // History Cooperative (http://www.historycooperative.org/search.html) // // Are hosted on these servers: // durer.press.uiuc.edu www.historycooperative.org // if (host == "durer.press.uiuc.edu" || host == "www.historycooperative.org" ){ return WPIproxy; } // // These IP-restricted resources: // Homeland Security Digital Library (https://www.hsdl.org) // // Are hosted on these servers: // www.hsdl.org // if (host == "www.hsdl.org" ){ return WPIproxy; } // // These IP-restricted resources: // Hoovers (http://premium.hoovers.com) // // Are hosted on these servers: // premium.hoovers.com // if (host == "premium.hoovers.com" ){ return WPIproxy; } // // These IP-restricted resources: // IngentaConnect (http://www.ingentaconnect.com) // // Are hosted on these servers: // ice.ingenta-ddconv.nsatc.net www.ingentaconnect.com // if (host == "ice.ingenta-ddconv.nsatc.net" || host == "www.ingentaconnect.com" ){ return WPIproxy; } // // These IP-restricted resources: // IOPScience (http://iopscience.iop.org/search) // // Are hosted on these servers: // iopscience.iop.org // if (host == "iopscience.iop.org" ){ return WPIproxy; } // // These IP-restricted resources: // Issues & Controversies (http://www.2facts.com/Direct2.asp?ID=15558&ItemID=WE57) // // Are hosted on these servers: // www.2facts.com // if (host == "www.2facts.com" ){ return WPIproxy; } // // These IP-restricted resources: // Journal Citation Reports (http://www.isiknowledge.com/JCR) // // Are hosted on these servers: // e1821.b.akamaiedge.net www.isiknowledge.com // if (host == "www.isiknowledge.com" ){ return WPIproxy; } // // These IP-restricted resources: // JSTOR (http://www.jstor.org/) // // Are hosted on these servers: // www.jstor.org // if (host == "www.jstor.org" ){ return WPIproxy; } // // These IP-restricted resources: // Knovel (http://www.knovel.com) // // Are hosted on these servers: // a728.b.akamai.net www.knovel.com 72.246.94.83 // if (host == "www.knovel.com" || host == "72.246.94.83" ){ return WPIproxy; } // // These IP-restricted resources: // Lecture Notes in Computer Science (http://www.springerlink.com/content/0302-9743) // // Are hosted on these servers: // a978.w7.akamai.net www.springerlink.com 96.7.215.25 // if (host == "www.springerlink.com" || host == "96.7.215.25" ){ return WPIproxy; } // // These IP-restricted resources: // LEXIS ®-NEXIS® Academic (http://www.lexisnexis.com/us/lnacademic) // LexisNexis Statistical (http://www.lexisnexis.com/statuniv) // // Are hosted on these servers: // origin-www.lexisnexis.com www.lexisnexis.com // if (host == "origin-www.lexisnexis.com" || host == "www.lexisnexis.com" ){ return WPIproxy; } // // These IP-restricted resources: // Library Catalog (http://gordonlibrary.wpi.edu/vwebv/searchBasic) // // Are hosted on these servers: // gordonlibrary.wpi.edu // if (host == "gordonlibrary.wpi.edu" ){ return WPIproxy; } // // These IP-restricted resources: // MathSciNet (http://www.ams.org/mathscinet/) // // Are hosted on these servers: // www.ams.org 130.44.194.100 // if (host == "www.ams.org" || host == "130.44.194.100" ){ return WPIproxy; } // // These IP-restricted resources: // National Fire Codes - NFPA Codes Online (http://www.nfpa.org/codesonline/) // // Are hosted on these servers: // nfpa.org www.nfpa.org // if (host == "nfpa.org" || host == "www.nfpa.org" ){ return WPIproxy; } // // These IP-restricted resources: // Naxos Music Library (http://wpi.naxosmusiclibrary.com/) // // Are hosted on these servers: // wpi.naxosmusiclibrary.com // if (host == "wpi.naxosmusiclibrary.com" ){ return WPIproxy; } // // These IP-restricted resources: // Oxford English Dictionary (http://dictionary.oed.com/) // // Are hosted on these servers: // dictionary.oed.com // if (host == "dictionary.oed.com" ){ return WPIproxy; } // // These IP-restricted resources: // Oxford Journals Online (http://www.oxfordjournals.org/) // // Are hosted on these servers: // www.oxfordjournals.org // if (host == "www.oxfordjournals.org" ){ return WPIproxy; } // // These IP-restricted resources: // Oxford Music Online (http://www.oxfordmusiconline.com/) // // Are hosted on these servers: // www.oxfordmusiconline.com // if (host == "www.oxfordmusiconline.com" ){ return WPIproxy; } // // These IP-restricted resources: // Oxford Reference Online (http://www.oxfordreference.com/) // // Are hosted on these servers: // www.oxfordreference.com // if (host == "www.oxfordreference.com" ){ return WPIproxy; } // // These IP-restricted resources: // Population Index on the Web (http://popindex.princeton.edu/) // // Are hosted on these servers: // westoff.princeton.edu popindex.princeton.edu // if (host == "westoff.princeton.edu" || host == "popindex.princeton.edu" ){ return WPIproxy; } // // These IP-restricted resources: // Project MUSE (http://muse.jhu.edu/) // // Are hosted on these servers: // muse.jhu.edu 128.220.160.150 // if (host == "muse.jhu.edu" || host == "128.220.160.150" ){ return WPIproxy; } // // These IP-restricted resources: // psycARTICLES (http://www.psycinfo.com/psycarticles/search) // PsycINFO (http://www.psycinfo.com/psycinfo/qsearch) // // Are hosted on these servers: // www.psycinfo.com // if (host == "www.psycinfo.com" ){ return WPIproxy; } // // These IP-restricted resources: // Quickfind multi-database search (http://wfxsearch.webfeat.org/wfsearch/search?cid=10144) // // Are hosted on these servers: // wfxsearch.webfeat.org // if (host == "wfxsearch.webfeat.org" ){ return WPIproxy; } // // These IP-restricted resources: // Readers' Guide Retrospective (http://vnweb.hwwilsonweb.com/hww/jumpstart.jhtml?prod=RGR) // // Are hosted on these servers: // vnweb.hwwilsonweb.com // if (host == "vnweb.hwwilsonweb.com" ){ return WPIproxy; } // // These IP-restricted resources: // reaxys (https://www.reaxys.com) // // Are hosted on these servers: // e2045.b.akamaiedge.net www.reaxys.com // if (host == "www.reaxys.com" ){ return WPIproxy; } // // These IP-restricted resources: // RefWorks (http://www.refworks.com/refworks) // // Are hosted on these servers: // www.refworks.com // if (host == "www.refworks.com" ){ return WPIproxy; } // // These IP-restricted resources: // Royal Society of Chemistry Journals Archive (http://www.rsc.org/Publishing/Journals/fjournalsearch.asp) // // Are hosted on these servers: // www.rsc.org // if (host == "www.rsc.org" ){ return WPIproxy; } // // These IP-restricted resources: // Safari Tech Books Online (http://proquest.safaribooksonline.com/) // // Are hosted on these servers: // a1543.b.akamai.net proquest.safaribooksonline.com 72.246.94.82 // if (host == "proquest.safaribooksonline.com" || host == "72.246.94.82" ){ return WPIproxy; } // // These IP-restricted resources: // SpringerLink (http://link.springer-ny.com/search.htm) // // Are hosted on these servers: // legacy.metapress.com link.springer-ny.com // if (host == "legacy.metapress.com" || host == "link.springer-ny.com" ){ return WPIproxy; } // // These IP-restricted resources: // Thomson One Banker Analytics (http://banker.thomsonib.com/ta/?ExpressCode=banker) // // Are hosted on these servers: // e114.b.akamaiedge.net banker.thomsonib.com // if (host == "banker.thomsonib.com" ){ return WPIproxy; } // // Configured 154 of 260 resources to use the proxy. // Proxied resources are hosted on 73 servers at 125 addresses. // All other requests will go direct. // return "DIRECT"; }