diff --git a/README.md b/README.md index b439f28a6f264639bcf99f704c286a311efb9329..adbef9446dcbcab64d7e183de25842f80c48ff28 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,12 @@ # HOWTO Install and Configure ECCS-2 -* `sudo apt install python3-pip chromium chromium-l10n git` -* `pip3 install certifi selenium urllib3 flask flask-jsonpify flask-restful` -* `cd /opt ; git clone https://github.com/malavolti/eccs2.git` -* `cd /opt/eccs2 ; ./eccs2.py` - -# Create and configure the ECCS-2 database (not used now) -* `sudo mysql` -* `CREATE DATABASE eccs2db;` -* `CREATE USER 'eccs2user'@'localhost' IDENTIFIED BY '<password>';` -* `GRANT ALL PRIVILEGES ON eccs2db.* TO 'eccs2user'@'localhost'` -* `SHOW GRANTS FOR 'eccs2user'@'localhost';` -* `FLUSH PRIVILEGES;` +* `sudo apt install python3 python3-pip chromium chromium-l10n git` +* `python3 -m pip install --user --upgrade pip virtualenv` +* `python3 -m venv eccs2venv` +* `source eccs2venv/bin/activate` (`deactivate` di exit Virtualenv) + * `python3 -m pip install --upgrade wheel setuptools certifi selenium urllib3 flask flask-jsonpify flask-restful` + * `cd ~ ; git clone https://github.com/malavolti/eccs2.git` + * `cd eccs2 ; ./eccs2.py` # API @@ -29,4 +24,4 @@ # API Development Server -* `cd /opt/eccs2 ; ./api.py` +* `cd ~/eccs2 ; ./api.py` diff --git a/api.py b/api.py index fd9b51a86bd4da047f9aef293da13a8582788354..3d047e3a29cf8ac8e8ec994317320434e37a5c86 100755 --- a/api.py +++ b/api.py @@ -9,6 +9,7 @@ import logging from logging.handlers import RotatingFileHandler import re + app = Flask(__name__) api = Api(app) @@ -39,33 +40,51 @@ def getLogger(filename,log_level="DEBUG",path="./"): return logger + +# Setup Chromium Webdriver +def setup(): + + chrome_options = webdriver.ChromeOptions() + chrome_options.add_argument('--headless') + chrome_options.add_argument('--no-sandbox') + + driver = webdriver.Chrome('chromedriver', chrome_options=chrome_options) + + # Configure timeouts + driver.set_page_load_timeout(45) + driver.set_script_timeout(45) + + return driver + +# /eccs2/test class Test(Resource): def get(self): - app.logger.info("Test Superato!") + app.logger.info("Test Passed!") return {'test':'It Works!'} + class Checks(Resource): def get(self): - app.logger.info("Richiesta 'Checks'") + app.logger.info("Request 'Checks'") - file_path = "logs/eccs2checks_2020-02-19.log" + file_path = "logs/eccs2checks_2020-02-22.log" date = PurePath(file_path).parts[-1].split('_')[1].split('.')[0] pretty = 0 status = None idp = None if 'date' in request.args: - app.logger.info("Parametro 'date' inserito") + app.logger.info("'date' parameter inserted") file_path = "logs/eccs2checks_"+request.args['date']+".log" date = request.args['date'] if 'pretty' in request.args: - app.logger.info("Parametro 'pretty' inserito") + app.logger.info("'pretty' parameter inserted") pretty = request.args['pretty'] if 'status' in request.args: - app.logger.info("Parametro 'status' inserito") + app.logger.info("'status' parameter inserted") status = request.args['status'] if 'idp' in request.args: - app.logger.info("Parametro 'idp' inserito") + app.logger.info("'idp' parameter inserted") idp = request.args['idp'] app.logger.info(idp) @@ -81,6 +100,7 @@ class Checks(Resource): check_status = check[2].rstrip("\n\r") if (idp and status): + app.logger.info("Checks for 'idp' and 'status'.") if (idp == check_idp and status == check_status): result.append( { 'sp' : check_sp, 'idp' : check_idp, @@ -90,6 +110,7 @@ class Checks(Resource): elif (idp): #app.logger.info(re.search(".*."+idp+".*.", check_idp, re.IGNORECASE)) #app.logger.info(check_idp)) + app.logger.info("Checks for Idp '%s'." % idp) if (re.search(".*."+idp+".*.", check_idp, re.IGNORECASE)): result.append( { 'sp' : check_sp, 'idp' : check_idp, @@ -97,6 +118,7 @@ class Checks(Resource): 'date': date } ) elif (status): + app.logger.info("Check for the status '%s'." % status) if (status == check_status): result.append( { 'sp' : check_sp, 'idp' : check_idp, @@ -104,6 +126,7 @@ class Checks(Resource): 'date': date } ) else: + app.logger.info("All checks.") result.append( { 'sp' : check_sp, 'idp' : check_idp, 'status' : check_status, diff --git a/logs/eccs2_2020-02-22.log b/logs/eccs2_2020-02-22.log new file mode 100644 index 0000000000000000000000000000000000000000..66b1ddbd74c4b6e4d2845194e708016aa7fed067 --- /dev/null +++ b/logs/eccs2_2020-02-22.log @@ -0,0 +1,3202 @@ +IdP 'The University of Auckland' results into: NOT OK +IdP 'Tuakiri Virtual Home' results into: NOT OK +IdP 'KIF-IDP' results into: NOT OK +IdP 'University "Alexandru Ioan Cuza" from Iasi' results into: NOT OK +IdP 'Politehnica University of Bucharest' results into: NOT OK +IdP 'West University of Timisoara' results into: NOT OK +IdP 'Petroleum Gas University of Ploiesti' results into: NOT OK +IdP 'Technical University of Cluj-Napoca' results into: NOT OK +IdP 'Lucian Blaga University of Sibiu' results into: NOT OK +IdP 'Agency ARNIEC - RoEduNet' results into: NOT OK +IdP 'RicerkaNET' results into: NOT OK +IdP 'University of Malta' results into: NOT OK +IdP 'RASH EDUID' results into: NOT OK +IdP 'Maeen' results into: NOT OK +IdP 'Effat University' results into: NOT OK +IdP 'Dar Al-Hekma University' results into: NOT OK +IdP 'Zhaoqing University' results into: NOT OK +IdP 'Shanghai Normal University' results into: NOT OK +IdP 'CADAL' results into: NOT OK +IdP 'CHONGQING JIANZHU COLLEGE' results into: NOT OK +IdP 'Changchun University of Science and Technology' results into: NOT OK +IdP 'EAST CHINA NORMAL UNIVERSITY' results into: NOT OK +IdP 'Beijing Normal University' results into: NOT OK +IdP 'Peking University' results into: NOT OK +IdP 'RENMIN UNIVERSITY OF CHINA' results into: NOT OK +IdP 'Shandong University' results into: NOT OK +IdP 'Shenyang Agricultural University' results into: NOT OK +IdP 'Shenzhen University' results into: NOT OK +IdP 'Tianjin University' results into: NOT OK +IdP 'Tsinghua University' results into: NOT OK +IdP 'University of Science and Technology of China' results into: NOT OK +IdP 'Wuhan University' results into: NOT OK +IdP 'Xian Jiaotong-Liverpool University' results into: NOT OK +IdP 'xinlian college of henan normal university' results into: NOT OK +IdP 'Xiamen University' results into: NOT OK +IdP 'Zhejiang Gongshang University' results into: NOT OK +IdP 'zhejiang university city college' results into: NOT OK +IdP 'Shanghai University of Finance and Economics' results into: NOT OK +IdP 'UNIVERSITY OF KELANIYA - SRI LANKA' results into: NOT OK +IdP 'University of Ruhuna (Wellamadama Site)' results into: NOT OK +IdP 'NERD Centre' results into: NOT OK +IdP 'Faculty of Engineering University of Ruhuna' results into: NOT OK +IdP 'South Eastern University of Sri Lanka' results into: NOT OK +IdP 'Lanka Education and Research Network' results into: NOT OK +IdP 'University of Colombo School of Computing' results into: NOT OK +IdP 'University Grants Commission' results into: NOT OK +IdP 'University of Sri Jayewardenepura' results into: NOT OK +IdP 'Faculty of Technology, University of Ruhuna, Sri Lanka' results into: NOT OK +IdP 'University of Moratuwa' results into: NOT OK +IdP 'University of Colombo, Sri Lanka' results into: NOT OK +IdP 'ACCIMT' results into: NOT OK +IdP 'University of the Visual and Performing Arts' results into: NOT OK +IdP 'Uva Wellassa University Sri Lanka' results into: NOT OK +IdP 'Industrial Technology Institute - Sri Lanka' results into: NOT OK +IdP 'University of Peradeniya - Sri Lanka' results into: NOT OK +IdP 'Faculty of Medicine, University of Kelaniya' results into: NOT OK +IdP 'TUBITAK-ULAKBIM' results into: NOT OK +IdP 'Hangzhou Normal University' results into: NOT OK +IdP 'CYNET' results into: NOT OK +IdP 'European University Cyprus' results into: NOT OK +IdP 'HEC AAF IdP Pakistan' results into: NOT OK +IdP 'SUIBE' results into: NOT OK +IdP 'Pakistan Education & Research Network' results into: NOT OK +IdP 'Fujian Normal University' results into: NOT OK +IdP 'NED University of Engineering and Technology Pakistan' results into: NOT OK +IdP 'Nanjing Agriculture University' results into: NOT OK +IdP 'Zuyd Hogeschool' results into: NOT OK +IdP 'Dhofar University' results into: NOT OK +IdP 'Sur University College' results into: NOT OK +IdP 'College of Sharia Sciences' results into: NOT OK +IdP 'Bayan College' results into: NOT OK +IdP 'Salalah College of Technology' results into: NOT OK +IdP 'Nizwa College of Technology' results into: NOT OK +IdP 'Ibri Vocational College' results into: NOT OK +IdP 'Higher College of Technology' results into: NOT OK +IdP 'The Research Council' results into: NOT OK +IdP 'Shinas College of Technology' results into: NOT OK +IdP 'Modern College of Business and Science' results into: NOT OK +IdP 'Ibri College of Technology' results into: NOT OK +IdP 'Military Technological College' results into: NOT OK +IdP 'International Maritime College Oman' results into: NOT OK +IdP 'Sohar University' results into: NOT OK +IdP 'A’Sharqiyah University' results into: NOT OK +IdP 'IbraCollege of Technology' results into: NOT OK +IdP 'German University of Technology' results into: NOT OK +IdP 'Majan University College' results into: NOT OK +IdP 'Middel East College (MEC)' results into: NOT OK +IdP 'University of Nizwa' results into: NOT OK +IdP 'Sultan Qaboos University' results into: NOT OK +IdP 'University of Buraimi' results into: NOT OK +IdP 'Guizhuo Normal University' results into: NOT OK +IdP 'Zamren' results into: NOT OK +IdP 'Lusaka Business and Technical College' results into: NOT OK +IdP 'Evelyn Hone College' results into: NOT OK +IdP 'ZCAS' results into: NOT OK +IdP 'Bashkir State University' results into: NOT OK +IdP 'Ufa State Aviation Technical University' results into: NOT OK +IdP 'ITMO University' results into: NOT OK +IdP 'Tyumen State University' results into: NOT OK +IdP 'Kazan Federal University' results into: NOT OK +IdP 'Peter the Great Saint-Petersburg Polytechnic University' results into: NOT OK +IdP 'Perm National Research Polytechnic University' results into: NOT OK +IdP 'Saint-Petersburg State University' results into: NOT OK +IdP 'Nelson Group' results into: NOT OK +IdP 'CNRST' results into: NOT OK +IdP 'CNRST-MARWAN' results into: NOT OK +IdP 'Perdana University' results into: NOT OK +IdP 'Universiti Malaysia Pahang' results into: NOT OK +IdP 'Pembelajaran Abad Ke-21' results into: NOT OK +IdP 'Universiti Malaysia Terengganu' results into: NOT OK +IdP 'Malaysian Research and Education Network (MYREN)' results into: NOT OK +IdP 'International Medical University' results into: NOT OK +IdP 'Universiti Tun Hussein Onn' results into: NOT OK +IdP 'Universiti Sultan Zainal Abidin' results into: NOT OK +IdP 'RUNNet' results into: NOT OK +IdP 'Tomsk Polytechnic University' results into: NOT OK +IdP 'Samara University' results into: NOT OK +IdP 'Ural Federal University' results into: NOT OK +IdP 'Lingnan University' results into: NOT OK +IdP 'The Hong Kong University of Science and Technology' results into: NOT OK +IdP 'The University of Hong Kong' results into: NOT OK +IdP 'Hong Kong Baptist University' results into: NOT OK +IdP 'The Hong Kong Polytechnic University' results into: NOT OK +IdP 'City University of Hong Kong' results into: NOT OK +IdP 'The Education University of Hong Kong' results into: NOT OK +IdP 'The Chinese University of Hong Kong' results into: NOT OK +IdP 'Hong Kong Access Federation' results into: NOT OK +IdP 'Research and Education Network for Uganda' results into: NOT OK +IdP 'ICER - Uganda' results into: NOT OK +IdP 'Infectious Diseases Institute - Uganda' results into: NOT OK +IdP 'Uganda Christian University' results into: NOT OK +IdP 'Rakai Health Sciences Program' results into: NOT OK +IdP 'Uganda Virus Research Institute' results into: NOT OK +IdP 'Uganda Martyrs Hospital Lubaga' results into: NOT OK +IdP 'Singapore Institutions' results into: NOT OK +IdP 'SingAREN' results into: NOT OK +IdP 'Institute for Research in Fundamental Sciences (IPM)' results into: NOT OK +IdP 'University of Tehran IDP' results into: NOT OK +IdP 'Université de Toulouse 3 - Paul Sabatier' results into: NOT OK +IdP 'DZ e-Science MEDECINE IDP' results into: NOT OK +IdP 'China University of Mining and Technology' results into: NOT OK +IdP 'The Research Council-test, Oman' results into: NOT OK +IdP 'The Research Council, Oman' results into: NOT OK +IdP 'Oman College Of Management & Technology' results into: NOT OK +IdP 'INFLIBNET Staff [Parichay Identity Service]' results into: NOT OK +IdP 'NLIST Users [Parichay Identity Service]' results into: NOT OK +IdP 'INFLIBNET Test' results into: NOT OK +IdP 'Indian Institute of Management, Ahmedabad' results into: NOT OK +IdP 'National Law University Odisha' results into: NOT OK +IdP 'IIT Guwahati' results into: NOT OK +IdP 'Bharathidasan University' results into: NOT OK +IdP 'Central University of Tamilnadu' results into: NOT OK +IdP 'SAU IdP [Identity Service]' results into: NOT OK +IdP 'Bharati Vidyapeeth University,Pune' results into: NOT OK +IdP 'Alagappa University, Tamil Nadu' results into: NOT OK +IdP 'Ambedkar University Delhi' results into: NOT OK +IdP 'Gandhigram Rural Institute, Tamil Nadu' results into: NOT OK +IdP 'Madurai Kamaraj University' results into: NOT OK +IdP 'Vidyasagar University' results into: NOT OK +IdP 'Shivaji University,Kolhapur' results into: NOT OK +IdP 'National Institute for Research in Tuberculosis' results into: NOT OK +IdP 'Avinashilingam University, Tamil Nadu' results into: NOT OK +IdP 'Central University of Punjab' results into: NOT OK +IdP 'St Joseph Engineering College' results into: NOT OK +IdP 'Prin. L. N. Welingkar Institute of Management Development and Research' results into: NOT OK +IdP 'Thapar Institute of Engineering and Technology' results into: NOT OK +IdP 'Zeal College of Engineering and Research' results into: NOT OK +IdP 'Regional Centre for Biotechnology' results into: NOT OK +IdP 'B.S.Abdur Rahman Crescent Institute of Science and Technology' results into: NOT OK +IdP 'Manipal University Jaipur' results into: NOT OK +IdP 'Indian Institute of Technology Madras' results into: NOT OK +IdP 'VIGNAN's Foundation for Science, Technology and Research' results into: NOT OK +IdP 'National Institute of Technology, Hamirpur' results into: NOT OK +IdP 'University of Delhi' results into: NOT OK +IdP 'Vinayaka Mission's Research - DU' results into: NOT OK +IdP 'Alliance University' results into: NOT OK +IdP 'Sikkim University' results into: NOT OK +IdP 'National Institute of Design' results into: NOT OK +IdP 'LIGO-India Scientific Collaboration' results into: NOT OK +IdP 'L.E. College Morbi' results into: NOT OK +IdP 'Government Engineering College, Valsad' results into: NOT OK +IdP 'Tamil Nadu Veterinary and Animal Sciences University' results into: NOT OK +IdP 'Government Engineering College, Dahod' results into: NOT OK +IdP 'Tamil Nadu Physical Education and Sports University' results into: NOT OK +IdP 'Government Engineering College, Bhuj' results into: NOT OK +IdP 'MKSSS's Cummins College of Engineering For Women, Pune' results into: NOT OK +IdP 'Institute for Social and Economic Change' results into: NOT OK +IdP 'Shiv Nadar Univesrity IdP' results into: NOT OK +IdP 'Mahatma Gandhi University, Kerala' results into: NOT OK +IdP 'National Institute of Technology Goa' results into: NOT OK +IdP 'Tumkur University' results into: NOT OK +IdP 'UIIP_NASB' results into: NOT OK +IdP 'Universiteit van KwaZulu-Natal' results into: NOT OK +IdP 'Suid-Afrikaanse Teologiese Seminarium' results into: NOT OK +IdP 'Universiteit van Pretoria' results into: NOT OK +IdP 'WNNR' results into: NOT OK +IdP 'Universiteit Kaapstad' results into: NOT OK +IdP 'Walter Sisulu Universiteit' results into: NOT OK +IdP 'Rhodes-universiteit' results into: NOT OK +IdP '' results into: NOT OK +IdP 'Universiteit van Wes-Kaapland' results into: NOT OK +IdP 'Tshwane University of Technology' results into: NOT OK +IdP 'Universiteit van Pretoria TEST' results into: NOT OK +IdP 'University of Fort Hare' results into: NOT OK +IdP 'Universiteit Stellenbosch' results into: NOT OK +IdP 'TENET Suid-Afrika' results into: NOT OK +IdP 'Noordwes Universiteit' results into: NOT OK +IdP 'Central University of Technology, Free State' results into: NOT OK +IdP 'Nelson Mandela University (NMMU)' results into: NOT OK +IdP 'Kaapse Skiereiland Universiteit van Tegnologie' results into: NOT OK +IdP 'Ss. Cyril and Methodius University in Skopje' results into: NOT OK +IdP 'Ministry of Education and Science' results into: NOT OK +IdP 'Korean Access Federation' results into: NOT OK +IdP 'Pohang University of Science and Technology' results into: NOT OK +IdP 'Korea Institute of Science and Technology Information' results into: NOT OK +IdP 'Seoul National University' results into: NOT OK +IdP 'Korea Astronomy and Space Science Institute' results into: NOT OK +IdP 'Korea Institute of Oriental Medicine' results into: NOT OK +IdP 'Korea University' results into: NOT OK +IdP 'Korea Research Institute of Bioscience and Biotechnology' results into: NOT OK +IdP 'Australian National University' results into: NOT OK +IdP 'Curtin University' results into: NOT OK +IdP 'Deakin University' results into: NOT OK +IdP 'Flinders University' results into: NOT OK +IdP 'Griffith University' results into: NOT OK +IdP 'Murdoch University' results into: NOT OK +IdP 'University of Newcastle' results into: NOT OK +IdP 'The University of Sydney' results into: NOT OK +IdP 'University of New England' results into: NOT OK +IdP 'The University of Melbourne' results into: NOT OK +IdP 'University of South Australia' results into: NOT OK +IdP 'The University of New South Wales (UNSW)' results into: NOT OK +IdP 'The University of Queensland' results into: NOT OK +IdP 'University of Tasmania' results into: NOT OK +IdP 'King Abdulaziz City for Science and Technology (KACST)' results into: NOT OK +IdP 'The University of Western Australia' results into: NOT OK +IdP 'AAF Virtual Home' results into: NOT OK +IdP 'Victoria University' results into: NOT OK +IdP 'Swinburne University of Technology' results into: NOT OK +IdP 'Macquarie University' results into: NOT OK +IdP 'AESM' results into: NOT OK +IdP 'RENAM' results into: NOT OK +IdP 'ASNET-AM (Academic Scientific Research Computer Network of Armenia)' results into: NOT OK +IdP 'Georgian Research And Educational Networking Association' results into: NOT OK +IdP 'National Scientific Library - Georgia' results into: NOT OK +IdP '' results into: NOT OK +IdP '' results into: NOT OK +IdP '' results into: NOT OK +IdP '' results into: NOT OK +IdP 'CGIE - Centre de gestion informatique de l'éducation' results into: NOT OK +IdP 'FCCN - Unidade da FCT I.P.' results into: NOT OK +IdP 'Escola Superior de Enfermagem do Porto' results into: NOT OK +IdP 'Escola Superior Náutica Infante D. Henrique' results into: NOT OK +IdP 'Escola Superior Agrária de Viseu' results into: NOT OK +IdP 'Escola Superior de Educação de Viseu' results into: NOT OK +IdP 'Nursing School of Coimbra' results into: NOT OK +IdP 'Escola Superior de Saude de Viseu' results into: NOT OK +IdP 'Escola Superior de Tecnologia e Gestão de Lamego' results into: NOT OK +IdP 'Escola Superior de Tecnologia e Gestão de Viseu' results into: NOT OK +IdP 'Instituto Politecnico de Portalegre' results into: NOT OK +IdP 'Instituto Politécnico de Lisboa' results into: NOT OK +IdP 'Polytechnic Institute of Porto' results into: NOT OK +IdP 'ISCTE - Instituto Universitario de Lisboa' results into: NOT OK +IdP 'Laboratório de Instrumentação e Física Experimental de Partículas' results into: NOT OK +IdP 'IPV - Serviços da Presidência' results into: NOT OK +IdP 'Secretaria Geral da Educação e Ciência' results into: NOT OK +IdP 'Universidade Aberta' results into: NOT OK +IdP 'ULisboa - Instituto Superior Técnico' results into: NOT OK +IdP 'University of Beira Interior' results into: NOT OK +IdP 'University of Aveiro' results into: NOT OK +IdP 'University of Trás os Montes e Alto Douro' results into: NOT OK +IdP 'University of Évora' results into: NOT OK +IdP 'University of Algarve' results into: NOT OK +IdP 'University of Minho' results into: NOT OK +IdP 'University of Porto' results into: NOT OK +IdP 'UNL - Faculdade de Ciências Sociais e Humanas' results into: NOT OK +IdP 'URAN' results into: NOT OK +IdP 'University of Tartu' results into: NOT OK +IdP 'KBFI' results into: NOT OK +IdP 'TalTech' results into: NOT OK +IdP 'Tallinn University' results into: NOT OK +IdP 'TTK University of Applied Sciences' results into: NOT OK +IdP 'Estonian Academy of Security Sciences' results into: NOT OK +IdP 'Tartu Healthcare College' results into: NOT OK +IdP 'EENet' results into: NOT OK +IdP 'IUCC' results into: NOT OK +IdP 'IUCC' results into: NOT OK +IdP 'RED NACIONAL ACADEMICA DE TECNOLOGIA AVANZADA RENATA' results into: NOT OK +IdP 'UNIVERSIDAD TECNOLOGICA DE PEREIRA' results into: NOT OK +IdP 'Ucuenca - University of Cuenca' results into: NOT OK +IdP 'Kaunas University of Technology' results into: NOT OK +IdP 'Utena University of Applied Sciences' results into: NOT OK +IdP 'Vilnius Gediminas Technical University' results into: NOT OK +IdP 'Vilnius University of Applied Sciences' results into: NOT OK +IdP 'Lithuanian Academy of Music and Theatre' results into: NOT OK +IdP 'Lithuanian Sports University' results into: NOT OK +IdP 'ISM University of Management and Economics' results into: NOT OK +IdP 'Vytautas Magnus University' results into: NOT OK +IdP 'Klaipeda State University of Applied Sciences' results into: NOT OK +IdP 'Klaipeda University' results into: NOT OK +IdP 'Mykolas Romeris University' results into: NOT OK +IdP 'Lithuanian University of Health Sciences' results into: NOT OK +IdP 'Marijampole College' results into: NOT OK +IdP 'Alytus University of Applied Sciences' results into: NOT OK +IdP 'European Humanities University' results into: NOT OK +IdP 'Vilnius University' results into: NOT OK +IdP 'Kaunas University of Applied Sciences' results into: NOT OK +IdP 'National Institute of Informatics' results into: NOT OK +IdP 'Yamagata University' results into: NOT OK +IdP 'Nihon University' results into: NOT OK +IdP 'Kyushu Institute of Technology' results into: NOT OK +IdP 'Rikkyo University' results into: NOT OK +IdP 'GakuNin IdP' results into: NOT OK +IdP 'Tokyo Metropolitan Institute of Medical Science' results into: NOT OK +IdP 'Shibaura Institute of Technology' results into: NOT OK +IdP 'Fukuoka Institute of Technology' results into: NOT OK +IdP 'Chiba Institute of Technology' results into: NOT OK +IdP 'National Institute of Technology,Sasebo College' results into: NOT OK +IdP 'Keio University' results into: NOT OK +IdP 'Tokyo University of Foreign Studies' results into: NOT OK +IdP 'The University of Electro-Communications' results into: NOT OK +IdP 'Chuo University' results into: NOT OK +IdP 'Sapporo Gakuin University' results into: NOT OK +IdP 'The University of Tokyo' results into: NOT OK +IdP 'Tokyo Denki University' results into: NOT OK +IdP 'Tokyo Ariake University of Medical and Health Sciences' results into: NOT OK +IdP 'Kochi University of Technology' results into: NOT OK +IdP 'Ibaraki University' results into: NOT OK +IdP 'Tokyo University of Pharmacy and Life Sciences' results into: NOT OK +IdP 'Tokyo University of Agriculture and Technology' results into: NOT OK +IdP 'Kyoto Institute of Technology' results into: NOT OK +IdP 'National Institute of Fitness and Sports in KANOYA' results into: NOT OK +IdP 'Kanazawa University' results into: NOT OK +IdP 'Obihiro University of Agriculture and Veterinary Medicine' results into: NOT OK +IdP 'Okinawa International University' results into: NOT OK +IdP 'Kurume Institute of Technology' results into: NOT OK +IdP 'Waseda University' results into: NOT OK +IdP 'Otaru University of Commerce' results into: NOT OK +IdP 'Ohio State University' results into: NOT OK +IdP 'Cornell University' results into: NOT OK +IdP 'UFMG - Universidade Federal de Minas Gerais' results into: NOT OK +IdP 'University of California - Office of the President' results into: NOT OK +IdP 'University of California - Office of the President' results into: NOT OK +IdP 'University of California-Irvine' results into: NOT OK +IdP 'University of Washington' results into: NOT OK +IdP 'Internet2' results into: NOT OK +IdP 'University of California-San Diego' results into: NOT OK +IdP 'Georgetown University' results into: NOT OK +IdP 'Case Western Reserve University' results into: NOT OK +IdP 'University of Virginia' results into: NOT OK +IdP 'University of Chicago' results into: NOT OK +IdP 'Miami University' results into: NOT OK +IdP 'Stanford University' results into: NOT OK +IdP 'University of Alabama at Birmingham' results into: NOT OK +IdP 'University of California-Los Angeles' results into: NOT OK +IdP 'University of Rochester' results into: NOT OK +IdP 'University of California, Riverside' results into: NOT OK +IdP 'University of Maryland Baltimore' results into: NOT OK +IdP 'New York University' results into: NOT OK +IdP 'Dartmouth College' results into: NOT OK +IdP 'University of California, Merced' results into: NOT OK +IdP 'University of Southern California' results into: NOT OK +IdP 'Penn State' results into: NOT OK +IdP 'University of Maryland Baltimore County' results into: NOT OK +IdP 'Duke University' results into: NOT OK +IdP 'Ohio University Main Campus' results into: NOT OK +IdP 'Stony Brook University' results into: NOT OK +IdP 'University of Maryland College Park' results into: NOT OK +IdP 'Clemson University' results into: NOT OK +IdP 'Florida State University' results into: NOT OK +IdP 'OhioLink' results into: NOT OK +IdP 'Johns Hopkins' results into: NOT OK +IdP 'University of California, Davis' results into: NOT OK +IdP 'Texas A & M University' results into: NOT OK +IdP 'Indiana University' results into: NOT OK +IdP 'Northwestern University' results into: NOT OK +IdP 'Michigan State University' results into: NOT OK +IdP 'Lafayette College' results into: NOT OK +IdP 'Symplicity Corporation' results into: NOT OK +IdP 'University of Richmond' results into: NOT OK +IdP 'University of Wisconsin-Madison' results into: NOT OK +IdP 'National Institutes of Health' results into: NOT OK +IdP 'University of Massachusetts Amherst' results into: NOT OK +IdP 'Columbia University' results into: NOT OK +IdP 'California State University, Office of the Chancellor' results into: NOT OK +IdP 'James Madison University' results into: NOT OK +IdP 'Lawrence Berkeley National Laboratory' results into: NOT OK +IdP 'Moss Landing Marine Laboratories' results into: NOT OK +IdP 'Virginia Commonwealth University' results into: NOT OK +IdP 'Virginia Polytechnic Institute and State University' results into: NOT OK +IdP 'Old Dominion University' results into: NOT OK +IdP 'University of Michigan' results into: NOT OK +IdP 'University of California, Berkeley' results into: NOT OK +IdP 'University of Utah' results into: NOT OK +IdP 'William and Mary' results into: NOT OK +IdP 'Rutgers, The State University of New Jersey' results into: NOT OK +IdP 'Rutgers, The State University of New Jersey' results into: NOT OK +IdP 'Emory University' results into: NOT OK +IdP 'University of Illinois at Urbana-Champaign' results into: NOT OK +IdP 'George Mason University' results into: NOT OK +IdP 'Carleton College' results into: NOT OK +IdP 'University of South Carolina' results into: NOT OK +IdP 'Stark State College of Technology' results into: NOT OK +IdP 'ESnet' results into: NOT OK +IdP 'University of Minnesota' results into: NOT OK +IdP 'University of Iowa' results into: NOT OK +IdP 'University of Nevada, Reno' results into: NOT OK +IdP 'University of South Florida' results into: NOT OK +IdP 'University of Dayton' results into: NOT OK +IdP 'The University of Arizona' results into: NOT OK +IdP 'Massachusetts Institute of Technology' results into: NOT OK +IdP 'Vanderbilt University' results into: NOT OK +IdP 'DZ e-Science GRID IDP' results into: NOT OK +IdP 'University of California, San Francisco' results into: NOT OK +IdP 'University of Nebraska-Lincoln' results into: NOT OK +IdP 'University of California, Santa Cruz' results into: NOT OK +IdP 'Purdue University Main Campus' results into: NOT OK +IdP 'Colorado State University' results into: NOT OK +IdP 'Michigan Technological University' results into: NOT OK +IdP 'Stevens Institute of Technology' results into: NOT OK +IdP 'MCNC' results into: NOT OK +IdP 'Arizona State University' results into: NOT OK +IdP 'University of Houston-Downtown' results into: NOT OK +IdP 'Liberty University' results into: NOT OK +IdP 'Brown University' results into: NOT OK +IdP 'University of Missouri System' results into: NOT OK +IdP 'North Carolina State University' results into: NOT OK +IdP 'University of Colorado at Boulder' results into: NOT OK +IdP 'Ramapo College of New Jersey' results into: NOT OK +IdP 'University of Florida' results into: NOT OK +IdP 'University of Northern Colorado' results into: NOT OK +IdP 'Virginia State University' results into: NOT OK +IdP 'University of North Carolina at Chapel Hill' results into: NOT OK +IdP 'University of Wisconsin - Whitewater' results into: NOT OK +IdP 'California Polytechnic State University-San Luis Obispo' results into: NOT OK +IdP 'University of Vermont' results into: NOT OK +IdP 'Northern Arizona University' results into: NOT OK +IdP 'Washington University in St. Louis' results into: NOT OK +IdP 'University of Denver' results into: NOT OK +IdP 'University of Denver' results into: NOT OK +IdP 'Humboldt State University' results into: NOT OK +IdP 'California State University, Monterey Bay' results into: NOT OK +IdP 'California State University, Chico' results into: NOT OK +IdP 'California State Polytechnic University, Pomona' results into: NOT OK +IdP 'California State University, Dominguez Hills' results into: NOT OK +IdP 'Oklahoma State University System' results into: NOT OK +IdP 'University of Pennsylvania' results into: NOT OK +IdP 'California State University, Fullerton' results into: NOT OK +IdP 'California State University, Sacramento' results into: NOT OK +IdP 'University of Alaska Statewide System' results into: NOT OK +IdP 'Louisiana State University' results into: NOT OK +IdP 'Sonoma State University' results into: NOT OK +IdP 'California State University, San Bernardino' results into: NOT OK +IdP 'San Jose State University' results into: NOT OK +IdP 'Fairfield University' results into: NOT OK +IdP 'California State University, Fresno' results into: NOT OK +IdP 'zTest_Washington University in St. Louis' results into: NOT OK +IdP 'California Maritime Academy' results into: NOT OK +IdP 'University of Illinois at Chicago' results into: NOT OK +IdP 'Oregon Health & Science University' results into: NOT OK +IdP 'University of North Carolina at Greensboro' results into: NOT OK +IdP 'California State University, San Marcos' results into: NOT OK +IdP 'EDUCAUSE' results into: NOT OK +IdP 'University of Texas System' results into: NOT OK +IdP 'University of Delaware' results into: NOT OK +IdP 'Whitman College' results into: NOT OK +IdP 'University of Texas at Austin' results into: NOT OK +IdP 'San Francisco State University' results into: NOT OK +IdP 'University of Texas at Dallas' results into: NOT OK +IdP 'University of Texas at El Paso' results into: NOT OK +IdP 'University of Texas Southwestern Medical Center at Dallas' results into: NOT OK +IdP 'University of Texas at Arlington' results into: NOT OK +IdP 'University of Texas Health Science Center At Houston' results into: NOT OK +IdP 'University of Texas at San Antonio' results into: NOT OK +IdP 'University of Texas At Tyler' results into: NOT OK +IdP 'University of Texas Medical Branch At Galveston' results into: NOT OK +IdP 'University of Texas Health Science Center At San Antonio' results into: NOT OK +IdP 'University of Texas of the Permian Basin' results into: NOT OK +IdP 'University of Texas M.D. Anderson Cancer Center' results into: NOT OK +IdP 'University of Texas Health Science Center At Tyler' results into: NOT OK +IdP 'Baylor University' results into: NOT OK +IdP 'Carnegie Mellon University' results into: NOT OK +IdP 'California State University, Channel Islands' results into: NOT OK +IdP 'University of Arkansas for Medical Sciences' results into: NOT OK +IdP 'California State University, Northridge' results into: NOT OK +IdP 'University At Albany, State University of New York' results into: NOT OK +IdP 'Iowa State University' results into: NOT OK +IdP 'Princeton University' results into: NOT OK +IdP 'Augsburg College' results into: NOT OK +IdP 'University of Cincinnati Main Campus' results into: NOT OK +IdP 'Loyola University of Chicago' results into: NOT OK +IdP 'California Institute of Technology' results into: NOT OK +IdP 'California State University, Stanislaus' results into: NOT OK +IdP 'University of Oregon' results into: NOT OK +IdP 'University of Pittsburgh' results into: NOT OK +IdP 'California State University, East Bay' results into: NOT OK +IdP 'California State University, Long Beach' results into: NOT OK +IdP 'Smithsonian Institution' results into: NOT OK +IdP 'California State University, Bakersfield' results into: NOT OK +IdP 'Argonne National Laboratory' results into: NOT OK +IdP 'Coconino County Community College District' results into: NOT OK +IdP 'Naval Postgraduate School' results into: NOT OK +IdP 'The University of Memphis' results into: NOT OK +IdP 'California State University, Los Angeles' results into: NOT OK +IdP 'Utah State University' results into: NOT OK +IdP 'Tulane University' results into: NOT OK +IdP 'University of Wisconsin-Milwaukee' results into: NOT OK +IdP 'American University' results into: NOT OK +IdP 'University of Baltimore' results into: NOT OK +IdP 'Gustavus Adolphus College' results into: NOT OK +IdP 'University of Northern Iowa' results into: NOT OK +IdP 'Regis University' results into: NOT OK +IdP 'University of Massachusetts Boston' results into: NOT OK +IdP 'East Carolina University' results into: NOT OK +IdP 'Georgia Institute of Technology' results into: NOT OK +IdP 'University of Hawaii' results into: NOT OK +IdP 'Fermi National Accelerator Laboratory' results into: NOT OK +IdP 'Parchment, Inc.' results into: NOT OK +IdP 'University of Central Florida' results into: NOT OK +IdP 'Florida International University' results into: NOT OK +IdP 'Rice University' results into: NOT OK +IdP 'Florida Atlantic University' results into: NOT OK +IdP 'Indiana University of Pennsylvania' results into: NOT OK +IdP 'Skidmore College' results into: NOT OK +IdP 'Fort Lewis College' results into: NOT OK +IdP 'Boise State University' results into: NOT OK +IdP 'Baylor College of Medicine' results into: NOT OK +IdP 'Loyola University Maryland' results into: NOT OK +IdP 'University of California, Santa Barbara' results into: NOT OK +IdP 'Willamette University' results into: NOT OK +IdP 'Mayo Clinic' results into: NOT OK +IdP 'Yale University' results into: NOT OK +IdP 'Texas Tech University' results into: NOT OK +IdP 'Wayne State University' results into: NOT OK +IdP 'The University of Montana' results into: NOT OK +IdP 'Reed College' results into: NOT OK +IdP 'South Dakota State University' results into: NOT OK +IdP 'Vassar College' results into: NOT OK +IdP 'Southern Methodist University' results into: NOT OK +IdP 'University of Arkansas' results into: NOT OK +IdP 'Rensselaer Polytechnic Institute' results into: NOT OK +IdP 'Elon University' results into: NOT OK +IdP 'Texas State University - San Marcos' results into: NOT OK +IdP 'Ball State University' results into: NOT OK +IdP 'Vermont State Colleges' results into: NOT OK +IdP 'Millersville University of Pennsylvania' results into: NOT OK +IdP 'Institute for Advanced Study' results into: NOT OK +IdP 'Lehigh University' results into: NOT OK +IdP 'Santa Barbara Community College District' results into: NOT OK +IdP 'University of Miami' results into: NOT OK +IdP 'University of Miami' results into: NOT OK +IdP 'University of Kentucky' results into: NOT OK +IdP 'University of Wisconsin-Superior' results into: NOT OK +IdP 'University of Kansas' results into: NOT OK +IdP 'University of Idaho' results into: NOT OK +IdP 'A. T. Still University' results into: NOT OK +IdP 'CollegeNET, Inc.' results into: NOT OK +IdP 'Worcester Polytechnic Institute' results into: NOT OK +IdP 'Boston University' results into: NOT OK +IdP 'University of Kansas Medical Center' results into: NOT OK +IdP 'Shippensburg University of Pennsylvania' results into: NOT OK +IdP 'Weill Cornell Medical College' results into: NOT OK +IdP 'University of St. Thomas' results into: NOT OK +IdP 'Nazareth College of Rochester' results into: NOT OK +IdP 'Franklin & Marshall College' results into: NOT OK +IdP 'Ames Laboratory' results into: NOT OK +IdP 'Cincinnati Children's Hospital Medical Center' results into: NOT OK +IdP 'University of New Mexico' results into: NOT OK +IdP 'Wake Forest University' results into: NOT OK +IdP 'University of Notre Dame' results into: NOT OK +IdP 'Kansas State University' results into: NOT OK +IdP 'Towson University' results into: NOT OK +IdP 'University of Oklahoma' results into: NOT OK +IdP 'Unicon, Inc.' results into: NOT OK +IdP 'University of Illinois At Springfield' results into: NOT OK +IdP 'Bridgewater College' results into: NOT OK +IdP 'Northern Illinois University' results into: NOT OK +IdP 'University of North Texas System' results into: NOT OK +IdP 'LIGO Scientific Collaboration' results into: NOT OK +IdP 'College of Physicians and Surgeons Pakistan' results into: NOT OK +IdP 'Creighton University' results into: NOT OK +IdP 'Western Michigan University' results into: NOT OK +IdP 'Syracuse University' results into: NOT OK +IdP 'Yavapai College' results into: NOT OK +IdP 'University of Nebraska at Omaha' results into: NOT OK +IdP 'Woods Hole Oceanographic Institution' results into: NOT OK +IdP 'Furman University' results into: NOT OK +IdP 'East Stroudsburg University of Pennsylvania' results into: NOT OK +IdP 'Bloomsburg University of Pennsylvania' results into: NOT OK +IdP 'Owens Community College' results into: NOT OK +IdP 'DePaul University' results into: NOT OK +IdP 'Gonzaga University' results into: NOT OK +IdP 'University of Maryland University College' results into: NOT OK +IdP 'University of Maine System' results into: NOT OK +IdP 'Ohio Technology Consortium (OH-TECH)' results into: NOT OK +IdP 'Ohio Technology Consortium (OH-TECH)' results into: NOT OK +IdP 'Capella University' results into: NOT OK +IdP 'University of Alabama, The' results into: NOT OK +IdP 'Goucher College' results into: NOT OK +IdP 'MiraCosta Community College District' results into: NOT OK +IdP 'Morgan State University' results into: NOT OK +IdP 'Brookhaven National Laboratory' results into: NOT OK +IdP 'University of Wisconsin - Green Bay' results into: NOT OK +IdP 'Pacific University' results into: NOT OK +IdP 'Quinnipiac University' results into: NOT OK +IdP 'Mount Holyoke College' results into: NOT OK +IdP 'The Juilliard School' results into: NOT OK +IdP 'Meredith College' results into: NOT OK +IdP 'Eastern Washington University' results into: NOT OK +IdP 'Rowan University' results into: NOT OK +IdP 'Rowan University' results into: NOT OK +IdP 'Harvard University' results into: NOT OK +IdP 'Clarion University' results into: NOT OK +IdP 'Amherst College' results into: NOT OK +IdP 'Smith College' results into: NOT OK +IdP 'Tufts University' results into: NOT OK +IdP 'University of Mississippi' results into: NOT OK +IdP 'Stevenson University' results into: NOT OK +IdP 'Pace University' results into: NOT OK +IdP 'St. Olaf College' results into: NOT OK +IdP 'Thomas Jefferson National Accelerator Facility' results into: NOT OK +IdP 'Auburn University' results into: NOT OK +IdP 'Boston College' results into: NOT OK +IdP 'Georgia State University' results into: NOT OK +IdP 'Marine Biological Laboratory' results into: NOT OK +IdP 'Bucknell University' results into: NOT OK +IdP 'University of Akron, Main Campus, The' results into: NOT OK +IdP 'New Jersey Institute of Technology' results into: NOT OK +IdP 'University of Nebraska At Kearney' results into: NOT OK +IdP 'Lock Haven University' results into: NOT OK +IdP 'Southern Oregon University' results into: NOT OK +IdP 'Portland State University' results into: NOT OK +IdP 'Mississippi State University' results into: NOT OK +IdP 'Northeastern University' results into: NOT OK +IdP 'Azusa Pacific University' results into: NOT OK +IdP 'University of California Hastings College of the Law' results into: NOT OK +IdP 'Washington State University' results into: NOT OK +IdP 'University of Wisconsin Oshkosh' results into: NOT OK +IdP 'University of Nebraska Medical Center' results into: NOT OK +IdP 'California Community Colleges Chancellors Office' results into: NOT OK +IdP 'Western Oregon University' results into: NOT OK +IdP 'Southern Illinois University' results into: NOT OK +IdP 'Kutztown University of Pennsylvania' results into: NOT OK +IdP 'University of Tennessee' results into: NOT OK +IdP 'RSmart' results into: NOT OK +IdP 'University of Wisconsin-River Falls' results into: NOT OK +IdP 'University of North Florida' results into: NOT OK +IdP 'William Paterson University' results into: NOT OK +IdP 'University of Georgia' results into: NOT OK +IdP 'University of Georgia' results into: NOT OK +IdP 'ServiceNow' results into: NOT OK +IdP 'University of Houston Libraries' results into: NOT OK +IdP 'Pomona College' results into: NOT OK +IdP 'The George Washington University' results into: NOT OK +IdP 'University of Connecticut' results into: NOT OK +IdP 'Oregon State University' results into: NOT OK +IdP 'Hamilton College' results into: NOT OK +IdP 'Temple University' results into: NOT OK +IdP 'California University of Pennsylvania' results into: NOT OK +IdP 'Pennsylvania State System of Higher Education (PASSHE) Office of the Chancellor' results into: NOT OK +IdP 'Brandeis University' results into: NOT OK +IdP 'Marquette University' results into: NOT OK +IdP 'The College of Wooster' results into: NOT OK +IdP 'Kennesaw State University' results into: NOT OK +IdP 'North Dakota State University Main Campus' results into: NOT OK +IdP 'Chaminade University of Honolulu' results into: NOT OK +IdP 'Brigham Young University' results into: NOT OK +IdP 'Slippery Rock University of Pennsylvania' results into: NOT OK +IdP 'University of Wisconsin Colleges and Extension' results into: NOT OK +IdP 'Hampshire College' results into: NOT OK +IdP 'Weber State University' results into: NOT OK +IdP 'Allegheny College' results into: NOT OK +IdP 'Pennsylvania College of Technology' results into: NOT OK +IdP 'XSEDE' results into: NOT OK +IdP 'Davidson College' results into: NOT OK +IdP 'Edinboro University of Pennsylvania' results into: NOT OK +IdP 'Binghamton University' results into: NOT OK +IdP 'Sam Houston State University' results into: NOT OK +IdP 'Western Carolina University' results into: NOT OK +IdP 'Wentworth Institute of Technology' results into: NOT OK +IdP 'Colorado School of Mines' results into: NOT OK +IdP 'Cirrus Identity, Inc.' results into: NOT OK +IdP 'Cirrus Identity, Inc.' results into: NOT OK +IdP 'Bates College' results into: NOT OK +IdP 'Community College of Baltimore County' results into: NOT OK +IdP 'Western Washington University' results into: NOT OK +IdP 'Swarthmore College' results into: NOT OK +IdP 'Oregon Institute of Technology' results into: NOT OK +IdP 'SUNY Empire State College' results into: NOT OK +IdP 'University of Nebraska' results into: NOT OK +IdP 'University of North Carolina At Charlotte' results into: NOT OK +IdP 'Columbia College' results into: NOT OK +IdP 'University of Wyoming' results into: NOT OK +IdP 'Merchant Preservation Services' results into: NOT OK +IdP 'University of Houston' results into: NOT OK +IdP 'Mott Community College' results into: NOT OK +IdP 'Pima County Community College District' results into: NOT OK +IdP 'Central Washington University' results into: NOT OK +IdP 'zTEST_VTIdP' results into: NOT OK +IdP 'Milwaukee School of Engineering' results into: NOT OK +IdP 'University of Wisconsin - Stout' results into: NOT OK +IdP 'Full Sail University' results into: NOT OK +IdP 'University of Alabama in Huntsville' results into: NOT OK +IdP 'Drew University' results into: NOT OK +IdP 'Claremont McKenna College' results into: NOT OK +IdP 'Montana State University - Bozeman' results into: NOT OK +IdP 'University of Nevada, Las Vegas' results into: NOT OK +IdP 'Otis College of Art and Design' results into: NOT OK +IdP 'American University of Sharjah' results into: NOT OK +IdP 'Longwood University' results into: NOT OK +IdP 'Harvey Mudd College' results into: NOT OK +IdP 'Rockefeller University' results into: NOT OK +IdP 'American University of Beirut' results into: NOT OK +IdP 'Gettysburg College' results into: NOT OK +IdP 'Philadelphia University' results into: NOT OK +IdP 'Texas A&M University-Corpus Christi' results into: NOT OK +IdP 'University of Wisconsin - Platteville' results into: NOT OK +IdP 'University of Puget Sound' results into: NOT OK +IdP 'Kenyon College' results into: NOT OK +IdP 'The Broad Institute of MIT and Harvard' results into: NOT OK +IdP 'University of Colorado Denver' results into: NOT OK +IdP 'Augusta University' results into: NOT OK +IdP 'Radford University' results into: NOT OK +IdP 'Medical College of Wisconsin' results into: NOT OK +IdP 'West Virginia University' results into: NOT OK +IdP 'Princeton University Alumni' results into: NOT OK +IdP 'The Claremont Colleges, Inc.' results into: NOT OK +IdP 'Texas Woman's University' results into: NOT OK +IdP 'Loyola Marymount University' results into: NOT OK +IdP 'Utah Valley University' results into: NOT OK +IdP 'Salisbury University' results into: NOT OK +IdP 'Marshall University' results into: NOT OK +IdP 'University of Maryland Eastern Shore' results into: NOT OK +IdP 'Halogen Software Inc.' results into: NOT OK +IdP 'University of Massachusetts System' results into: NOT OK +IdP 'LCMS Plus Inc.' results into: NOT OK +IdP 'Rider University' results into: NOT OK +IdP 'Haverford College' results into: NOT OK +IdP 'SUNY Polytechnic Institute' results into: NOT OK +IdP 'Pacific Lutheran University' results into: NOT OK +IdP 'Nelnet Business Solutions' results into: NOT OK +IdP 'SUNY Geneseo' results into: NOT OK +IdP 'Weill Cornell Medical College in Qatar' results into: NOT OK +IdP 'AdventHealth University' results into: NOT OK +IdP 'Delaware Valley University' results into: NOT OK +IdP 'University of Bridgeport' results into: NOT OK +IdP 'SUNY College at Brockport' results into: NOT OK +IdP 'Contra Costa Community College District' results into: NOT OK +IdP 'Marin Community College District' results into: NOT OK +IdP 'Ventura County Community College District' results into: NOT OK +IdP 'Trinity College' results into: NOT OK +IdP 'Santa Monica Community College District' results into: NOT OK +IdP 'Bryn Mawr College' results into: NOT OK +IdP 'University of Louisville' results into: NOT OK +IdP 'University of West Florida' results into: NOT OK +IdP 'Emerson College' results into: NOT OK +IdP 'Macalester College' results into: NOT OK +IdP 'San Jose - Evergreen Community College District' results into: NOT OK +IdP 'Wesleyan University' results into: NOT OK +IdP 'Hartnell Community College District' results into: NOT OK +IdP 'Connecticut College' results into: NOT OK +IdP 'San Luis Obispo County Community College District' results into: NOT OK +IdP 'ICER - Mali' results into: NOT OK +IdP 'Copper Mountain Community College District' results into: NOT OK +IdP 'Mt. San Antonio Community College District' results into: NOT OK +IdP 'Lawrence Livermore National Laboratory' results into: NOT OK +IdP 'Ithaca College' results into: NOT OK +IdP 'West Chester University of Pennsylvania' results into: NOT OK +IdP 'Scripps College' results into: NOT OK +IdP 'Palomar Community College District' results into: NOT OK +IdP 'Hebrew Union College - Jewish Institute of Religion' results into: NOT OK +IdP 'University of Texas Rio Grande Valley' results into: NOT OK +IdP 'University of Massachusetts - Dartmouth' results into: NOT OK +IdP 'CUNY Graduate School and University Center' results into: NOT OK +IdP 'Coastal Carolina University' results into: NOT OK +IdP 'Lamar Institute of Technology' results into: NOT OK +IdP 'San Bernardino Community College District' results into: NOT OK +IdP 'Unizin' results into: NOT OK +IdP 'Williams College' results into: NOT OK +IdP 'Cedar Crest College' results into: NOT OK +IdP 'Sul Ross State University' results into: NOT OK +IdP 'zTest_University of Pittsburgh Test IdP' results into: NOT OK +IdP 'Marist College' results into: NOT OK +IdP 'New Mexico State University - Main Campus' results into: NOT OK +IdP 'Texas Christian University' results into: NOT OK +IdP 'Ozarks Technical Community College' results into: NOT OK +IdP 'Lake Tahoe Community College' results into: NOT OK +IdP 'Florida Gulf Coast University' results into: NOT OK +IdP 'North Carolina Central University' results into: NOT OK +IdP 'Wayne State College' results into: NOT OK +IdP 'Space Telescope Science Institute' results into: NOT OK +IdP 'Coast Community College District' results into: NOT OK +IdP 'National Center for Supercomputing Applications' results into: NOT OK +IdP 'Marymount University' results into: NOT OK +IdP 'American Museum of Natural History - Richard Gilder Graduate School' results into: NOT OK +IdP 'El Camino Community College District' results into: NOT OK +IdP 'Malone University' results into: NOT OK +IdP 'University of North Georgia' results into: NOT OK +IdP 'Fordham University' results into: NOT OK +IdP 'Mansfield University of Pennsylvania' results into: NOT OK +IdP 'Touro College' results into: NOT OK +IdP 'Dickinson College' results into: NOT OK +IdP 'Wichita State University' results into: NOT OK +IdP 'Baptist Health System School of Health Professions' results into: NOT OK +IdP 'Union College' results into: NOT OK +IdP 'Ohlone Community College District' results into: NOT OK +IdP 'Appalachian State University' results into: NOT OK +IdP 'University of Southern Mississippi' results into: NOT OK +IdP 'Citrus Community College District' results into: NOT OK +IdP 'Manhattan College' results into: NOT OK +IdP 'Colgate University' results into: NOT OK +IdP 'Claremont Graduate University' results into: NOT OK +IdP 'Keck Graduate Institute of Applied Life Sciences' results into: NOT OK +IdP 'Lamar State College - Orange' results into: NOT OK +IdP 'Pitzer College' results into: NOT OK +IdP 'Santa Clara University' results into: NOT OK +IdP 'SUNY College of Technology at Farmingdale' results into: NOT OK +IdP 'Van Andel Research Institute' results into: NOT OK +IdP 'Duquesne University' results into: NOT OK +IdP 'Mt. San Jacinto Community College District' results into: NOT OK +IdP 'The J. Paul Getty Trust' results into: NOT OK +IdP 'Oakland University' results into: NOT OK +IdP 'Grinnell College' results into: NOT OK +IdP 'Academic Analytics' results into: NOT OK +IdP 'North Idaho College' results into: NOT OK +IdP 'NYU Langone Health' results into: NOT OK +IdP 'Northern State University' results into: NOT OK +IdP 'University of Guam' results into: NOT OK +IdP 'Plymouth State University' results into: NOT OK +IdP 'Maryland Institute College of Art' results into: NOT OK +IdP 'University of Wisconsin-Parkside' results into: NOT OK +IdP 'Kent State University - Main Campus' results into: NOT OK +IdP 'Lehman College of the City University of New York' results into: NOT OK +IdP 'New York Genome Center' results into: NOT OK +IdP 'University of Wisconsin - La Crosse' results into: NOT OK +IdP 'Texas A&M University - San Antonio' results into: NOT OK +IdP 'Trinity University' results into: NOT OK +IdP 'Eckerd College' results into: NOT OK +IdP 'Clackamas Community College' results into: NOT OK +IdP 'Okta, Inc' results into: NOT OK +IdP 'Fairleigh Dickinson University' results into: NOT OK +IdP 'Thomas Jefferson University' results into: NOT OK +IdP 'Le Moyne College' results into: NOT OK +IdP 'Western Nebraska Community College' results into: NOT OK +IdP 'Carilion Clinic' results into: NOT OK +IdP 'Colorado Mesa University' results into: NOT OK +IdP 'Rush University Medical Center' results into: NOT OK +IdP 'Tarleton State University' results into: NOT OK +IdP 'Albany Molecular Research, Inc.' results into: NOT OK +IdP 'University of the Incarnate Word' results into: NOT OK +IdP 'College of Eastern Idaho' results into: NOT OK +IdP 'PIONIER Consortium' results into: NOT OK +IdP 'PSNC - Poznan Supercomputing and Networking Center' results into: NOT OK +IdP 'Nicolaus Copernicus University in Torun' results into: NOT OK +IdP 'Kielce University of Technology' results into: NOT OK +IdP 'Academic Computer Center TASK in Gdansk' results into: NOT OK +IdP 'University of Science and Technology in Bydgoszcz' results into: NOT OK +IdP 'Lodz University of Technology' results into: NOT OK +IdP 'Maria Curie-Sklodowska University' results into: NOT OK +IdP 'Opole University' results into: NOT OK +IdP 'Rzeszow University of Technology' results into: NOT OK +IdP 'WCSS' results into: NOT OK +IdP 'Adam Mickiewicz University' results into: NOT OK +IdP 'Dublin City University' results into: NOT OK +IdP 'HEAnet' results into: NOT OK +IdP 'Cork Institute of Technology' results into: NOT OK +IdP 'Dundalk Institute of Technology' results into: NOT OK +IdP 'Limerick Institute of Technology' results into: NOT OK +IdP 'Galway-Mayo Institute of Technology' results into: NOT OK +IdP 'Waterford Institute of Technology' results into: NOT OK +IdP 'Institute of Technology Tralee' results into: NOT OK +IdP 'TU Dublin - City Campus' results into: NOT OK +IdP 'Dun Laoghaire Institute of Art Design and Technology' results into: NOT OK +IdP 'University College Dublin' results into: NOT OK +IdP 'National University of Ireland, Galway' results into: NOT OK +IdP 'University of Limerick' results into: NOT OK +IdP 'Royal College of Surgeons in Ireland' results into: NOT OK +IdP 'Athlone Institute of Technology' results into: NOT OK +IdP 'Trinity College Dublin' results into: NOT OK +IdP 'TU Dublin - Tallaght Campus' results into: NOT OK +IdP 'Letterkenny Institute of Technology' results into: NOT OK +IdP 'TU Dublin - Blanchardstown Campus' results into: NOT OK +IdP 'Institute of Technology Sligo' results into: NOT OK +IdP 'Institute of Technology Carlow' results into: NOT OK +IdP 'University College Cork' results into: NOT OK +IdP 'Maynooth University' results into: NOT OK +IdP 'Institute of Public Administration' results into: NOT OK +IdP 'Mary Immaculate College' results into: NOT OK +IdP 'Marine Institute' results into: NOT OK +IdP 'Dublin Institute for Advanced Studies' results into: NOT OK +IdP 'National College of Ireland' results into: NOT OK +IdP 'Royal College of Physicians of Ireland' results into: NOT OK +IdP 'Dublin Business School' results into: NOT OK +IdP 'Griffith College' results into: NOT OK +IdP 'Royal Irish Academy of Music' results into: NOT OK +IdP 'Royal Irish Academy' results into: NOT OK +IdP 'Irish Centre for High-End Computing' results into: NOT OK +IdP 'Inštitut Jožef Stefan (IJS)' results into: NOT OK +IdP 'National Institute of Chemistry Slovenia' results into: NOT OK +IdP 'ŠOLSKI CENTER PTUJ' results into: NOT OK +IdP 'Univerza v Novi Gorici' results into: NOT OK +IdP 'Inštitut informacijskih znanosti - IZUM' results into: NOT OK +IdP 'Univerza v Mariboru' results into: NOT OK +IdP 'GIMNAZIJA BEŽIGRAD LJUBLJANA' results into: NOT OK +IdP 'Univerza v Ljubljani Medicinska fakulteta' results into: NOT OK +IdP 'ŠOLSKI CENTER NOVO MESTO' results into: NOT OK +IdP 'Alma Mater Europaea ECM' results into: NOT OK +IdP 'ARNES' results into: NOT OK +IdP 'University of Ljubljana' results into: NOT OK +IdP 'Geološki zavod Slovenije' results into: NOT OK +IdP 'NIB' results into: NOT OK +IdP 'REUNA' results into: NOT OK +IdP 'RedCLARA - Cooperacion Latino Americana de Redes Avanzadas' results into: NOT OK +IdP 'ACOnet Team' results into: NOT OK +IdP 'Fachhochschule Vorarlberg' results into: NOT OK +IdP 'FH Wiener Neustadt' results into: NOT OK +IdP 'Medizinische Universität Wien' results into: NOT OK +IdP 'Technische Universität Wien' results into: NOT OK +IdP 'Management Center Innsbruck' results into: NOT OK +IdP 'Johannes Kepler Universität Linz' results into: NOT OK +IdP 'Fachhochschule Kärnten' results into: NOT OK +IdP 'Universität Graz' results into: NOT OK +IdP 'Universität Salzburg' results into: NOT OK +IdP 'Technische Universität Graz' results into: NOT OK +IdP 'Veterinärmedizinische Universität Wien' results into: NOT OK +IdP 'Institut für Höhere Studien (IHS)' results into: NOT OK +IdP 'FH Joanneum' results into: NOT OK +IdP 'Institute of Science and Technology Austria' results into: NOT OK +IdP 'Universität Innsbruck' results into: NOT OK +IdP 'Fachhochschule Salzburg' results into: NOT OK +IdP 'FH Oberösterreich' results into: NOT OK +IdP 'Pädagogische Hochschule Niederösterreich' results into: NOT OK +IdP 'Pädagogische Hochschule Steiermark' results into: NOT OK +IdP 'Anton Bruckner Privatuniversität' results into: NOT OK +IdP 'Österreichische Akademie der Wissenschaften' results into: NOT OK +IdP 'Universität für Bodenkultur Wien' results into: NOT OK +IdP 'FINEP - Financiadora de Estudos e Projetos' results into: NOT OK +IdP 'Ferdinand Porsche FernFH' results into: NOT OK +IdP 'KPH Wien/Krems' results into: NOT OK +IdP 'DongGuan University of Techology' results into: NOT OK +IdP 'FH St. Pölten' results into: NOT OK +IdP 'Universität für Musik und darstellende Kunst Graz' results into: NOT OK +IdP 'CAMPUS 02 Fachhochschule der Wirtschaft' results into: NOT OK +IdP 'Wirtschaftsuniversität Wien' results into: NOT OK +IdP 'Beijing Forestry University' results into: NOT OK +IdP 'FH Burgenland' results into: NOT OK +IdP 'Medizinische Universität Innsbruck' results into: NOT OK +IdP 'China Agricultural University' results into: NOT OK +IdP 'Universität Wien' results into: NOT OK +IdP 'Katholische Privat-Universität Linz' results into: NOT OK +IdP 'Private Pädagogische Hochschule der Diözese Linz' results into: NOT OK +IdP 'WUHAN TEXTILE UNIVERSITY' results into: NOT OK +IdP 'FH Gesundheitsberufe OÖ' results into: NOT OK +IdP 'Universität für Musik und darstellende Kunst Wien' results into: NOT OK +IdP 'PH Oberösterreich' results into: NOT OK +IdP 'Southwestern University of Finance and Economics' results into: NOT OK +IdP 'Fachhochschule Kufstein' results into: NOT OK +IdP 'Universität für künstlerische und industrielle Gestaltung Linz' results into: NOT OK +IdP 'Alpen-Adria-Universität Klagenfurt' results into: NOT OK +IdP 'Naturhistorische Museum Wien' results into: NOT OK +IdP 'Montanuniversität Leoben' results into: NOT OK +IdP 'Ian A. Young' results into: NOT OK +IdP 'University of Durham' results into: NOT OK +IdP 'University of the Highlands and Islands' results into: NOT OK +IdP 'Cardiff University' results into: NOT OK +IdP 'University of Oxford' results into: NOT OK +IdP 'Kidderminster College' results into: NOT OK +IdP 'City College Plymouth' results into: NOT OK +IdP 'LSE - London School of Economics and Political Science' results into: NOT OK +IdP 'Imperial College London' results into: NOT OK +IdP 'University of Cambridge' results into: NOT OK +IdP 'University of Westminster' results into: NOT OK +IdP 'University of South Wales' results into: NOT OK +IdP 'Abertay University' results into: NOT OK +IdP 'Science and Technology Facilities Council' results into: NOT OK +IdP 'Aberystwyth University' results into: NOT OK +IdP 'University of Sussex' results into: NOT OK +IdP 'Kingston University London' results into: NOT OK +IdP 'University of Glasgow' results into: NOT OK +IdP 'University of Bath' results into: NOT OK +IdP 'University of York' results into: NOT OK +IdP 'University of Stirling' results into: NOT OK +IdP 'University of Sheffield' results into: NOT OK +IdP 'University of Kent' results into: NOT OK +IdP 'Bangor University' results into: NOT OK +IdP 'Calderdale College' results into: NOT OK +IdP 'University of Manchester' results into: NOT OK +IdP 'University of Dundee' results into: NOT OK +IdP 'Cardiff University (Test - Dev)' results into: NOT OK +IdP 'Sheffield Hallam University' results into: NOT OK +IdP 'University of St Andrews' results into: NOT OK +IdP 'Institute of Education, University of London' results into: NOT OK +IdP 'University of Strathclyde' results into: NOT OK +IdP 'UK Data Archive' results into: NOT OK +IdP 'Ashton Sixth Form College' results into: NOT OK +IdP 'Southport College' results into: NOT OK +IdP 'University of Birmingham' results into: NOT OK +IdP 'Wyggeston & QEI College' results into: NOT OK +IdP 'City of Bristol College' results into: NOT OK +IdP 'West Nottinghamshire College' results into: NOT OK +IdP 'University of Edinburgh' results into: NOT OK +IdP 'Richard Huish College' results into: NOT OK +IdP 'Coleg Sir Gar' results into: NOT OK +IdP 'London Metropolitan University' results into: NOT OK +IdP 'Heriot-Watt University' results into: NOT OK +IdP 'University of Bedfordshire' results into: NOT OK +IdP 'Macclesfield College' results into: NOT OK +IdP 'Belfast Metropolitan College' results into: NOT OK +IdP 'London South Bank University' results into: NOT OK +IdP 'University of Nottingham' results into: NOT OK +IdP 'Aquinas College' results into: NOT OK +IdP 'University of Exeter' results into: NOT OK +IdP 'Middlesex University' results into: NOT OK +IdP 'SOAS, University of London' results into: NOT OK +IdP 'London School of Hygiene & Tropical Medicine' results into: NOT OK +IdP 'Blackpool and The Fylde College' results into: NOT OK +IdP 'Kingston Maurward College' results into: NOT OK +IdP 'Newman University' results into: NOT OK +IdP 'Birmingham City University' results into: NOT OK +IdP 'Conservatoire for Dance and Drama' results into: NOT OK +IdP 'Middlesbrough College' results into: NOT OK +IdP 'Craven College' results into: NOT OK +IdP 'Gateshead College' results into: NOT OK +IdP 'British Universities Film & Video Council' results into: NOT OK +IdP 'Croydon College' results into: NOT OK +IdP 'Woking College' results into: NOT OK +IdP 'Havant College' results into: NOT OK +IdP 'The National Institute of Economic and Social Research' results into: NOT OK +IdP 'Blackburn College' results into: NOT OK +IdP 'University of Brighton' results into: NOT OK +IdP 'Bradford College' results into: NOT OK +IdP 'Weymouth College' results into: NOT OK +IdP 'King Edward VI College, Stourbridge' results into: NOT OK +IdP 'Manchester Metropolitan University' results into: NOT OK +IdP 'University of Leicester' results into: NOT OK +IdP 'Stockton Riverside College' results into: NOT OK +IdP 'Liverpool John Moores University' results into: NOT OK +IdP 'CRIA - Centro de Referencia em Informacao Ambiental' results into: NOT OK +IdP 'Colchester Institute' results into: NOT OK +IdP 'South Devon College' results into: NOT OK +IdP 'New College Lanarkshire' results into: NOT OK +IdP 'Bolton College' results into: NOT OK +IdP 'City Lit' results into: NOT OK +IdP 'University of London' results into: NOT OK +IdP 'John Ruskin College' results into: NOT OK +IdP 'Leeds Beckett University' results into: NOT OK +IdP 'Morley College' results into: NOT OK +IdP 'Medical Research Council' results into: NOT OK +IdP 'Bury College' results into: NOT OK +IdP 'Loughborough College' results into: NOT OK +IdP 'Canterbury Christ Church University' results into: NOT OK +IdP 'University of Chester' results into: NOT OK +IdP 'University of Warwick' results into: NOT OK +IdP 'University of Southampton' results into: NOT OK +IdP 'Hartpury College' results into: NOT OK +IdP 'Birkbeck College' results into: NOT OK +IdP 'Writtle University College' results into: NOT OK +IdP 'Grwp Llandrillo Menai' results into: NOT OK +IdP 'Justis Publishing Limited' results into: NOT OK +IdP 'University of London: External System (ATHENS)' results into: NOT OK +IdP 'University for the Creative Arts' results into: NOT OK +IdP 'Royal Northern College Of Music' results into: NOT OK +IdP 'University of Hertfordshire' results into: NOT OK +IdP 'Leeds Trinity University' results into: NOT OK +IdP 'City College Norwich' results into: NOT OK +IdP 'Brighton and Sussex Medical School' results into: NOT OK +IdP 'Cornwall College' results into: NOT OK +IdP 'St Charles Catholic Sixth Form College' results into: NOT OK +IdP 'The Sixth Form College, Colchester' results into: NOT OK +IdP 'University of Roehampton (OpenAthens)' results into: NOT OK +IdP 'Havering Sixth Form College' results into: NOT OK +IdP 'University of Huddersfield Library' results into: NOT OK +IdP 'The Open University (UK)' results into: NOT OK +IdP 'Coulsdon College' results into: NOT OK +IdP 'University of Gloucestershire' results into: NOT OK +IdP 'Ealing, Hammersmith & West London College' results into: NOT OK +IdP 'BBSRC' results into: NOT OK +IdP 'The Northern School of Art' results into: NOT OK +IdP 'New College Durham' results into: NOT OK +IdP 'Ulster University' results into: NOT OK +IdP 'Norwich University of the Arts' results into: NOT OK +IdP 'University of Winchester' results into: NOT OK +IdP 'University of East London' results into: NOT OK +IdP 'Barnsley College' results into: NOT OK +IdP 'Rose Bruford College' results into: NOT OK +IdP 'Ruskin College' results into: NOT OK +IdP 'Holy Cross College' results into: NOT OK +IdP 'Longley Park Sixth Form College' results into: NOT OK +IdP 'York College' results into: NOT OK +IdP 'Royal Academy of Music' results into: NOT OK +IdP 'Preston College' results into: NOT OK +IdP 'Babraham Institute' results into: NOT OK +IdP 'Hutton Institute (Dundee)' results into: NOT OK +IdP 'Moredun Research Institute' results into: NOT OK +IdP 'IAH Pirbright' results into: NOT OK +IdP 'BBSRC Swindon Office' results into: NOT OK +IdP 'Rothamsted Research' results into: NOT OK +IdP 'Hutton Institute (Aberdeen)' results into: NOT OK +IdP 'Luton Sixth Form College' results into: NOT OK +IdP 'Grantham College' results into: NOT OK +IdP 'Buckinghamshire New University' results into: NOT OK +IdP 'Highbury College' results into: NOT OK +IdP 'Hochschule Heilbronn' results into: NOT OK +IdP 'Queen Mary's College, Basingstoke' results into: NOT OK +IdP 'Sparsholt College' results into: NOT OK +IdP 'Havering College of Further & Higher Education' results into: NOT OK +IdP 'Waltham Forest College' results into: NOT OK +IdP 'Newbold College' results into: NOT OK +IdP 'Royal College of Physicians of London' results into: NOT OK +IdP 'Bishop Grosseteste University' results into: NOT OK +IdP 'Sixth Form College, Solihull' results into: NOT OK +IdP 'Lincoln College' results into: NOT OK +IdP 'North Hertfordshire College' results into: NOT OK +IdP 'Mid-Kent College of Higher and Further Education' results into: NOT OK +IdP 'North West Regional College' results into: NOT OK +IdP 'West Thames College' results into: NOT OK +IdP 'South West College' results into: NOT OK +IdP 'Wirral Metropolitan College' results into: NOT OK +IdP 'Oaklands College' results into: NOT OK +IdP 'Sunderland College' results into: NOT OK +IdP 'Royal Welsh College of Music and Drama' results into: NOT OK +IdP 'Fareham College' results into: NOT OK +IdP 'Hereford College of Arts' results into: NOT OK +IdP 'Brighton Hove & Sussex 6th Form College' results into: NOT OK +IdP 'Somerset College' results into: NOT OK +IdP 'Leeds College of Music' results into: NOT OK +IdP 'Glyndwr University' results into: NOT OK +IdP 'South Eastern Regional College' results into: NOT OK +IdP 'Central Bedfordshire College' results into: NOT OK +IdP 'Bishop Burton College' results into: NOT OK +IdP 'Palmer's College' results into: NOT OK +IdP 'Hackney Community College' results into: NOT OK +IdP 'East Norfolk Sixth Form College' results into: NOT OK +IdP 'University College Birmingham' results into: NOT OK +IdP 'Bsix Brooke House Sixth Form College' results into: NOT OK +IdP 'Hugh Baird College' results into: NOT OK +IdP 'University of Wales Trinity Saint David' results into: NOT OK +IdP 'Kirklees College' results into: NOT OK +IdP 'Technische Hochschule Lübeck' results into: NOT OK +IdP 'Northampton College IdP' results into: NOT OK +IdP 'Strode's College' results into: NOT OK +IdP 'Teesside University' results into: NOT OK +IdP 'Yeovil College' results into: NOT OK +IdP 'Kendal College' results into: NOT OK +IdP 'Lakes College West Cumbria' results into: NOT OK +IdP 'Courtauld Institute of Art' results into: NOT OK +IdP 'Hertford Regional College' results into: NOT OK +IdP 'LIPA Learning Services' results into: NOT OK +IdP 'Chesterfield College' results into: NOT OK +IdP 'Leeds Arts University' results into: NOT OK +IdP 'Reaseheath College (Shibboleth)' results into: NOT OK +IdP 'Gloucestershire College' results into: NOT OK +IdP 'Northern College' results into: NOT OK +IdP 'Northbrook College Sussex' results into: NOT OK +IdP 'Universität der Künste Berlin' results into: NOT OK +IdP 'West Lothian College' results into: NOT OK +IdP 'NESCOT (North East Surrey College of Technology)' results into: NOT OK +IdP 'Cheadle and Marple College Network' results into: NOT OK +IdP 'Cheshire College South & West' results into: NOT OK +IdP 'Bilborough College' results into: NOT OK +IdP 'Royal College of Music - OLD' results into: NOT OK +IdP 'Bridgend College' results into: NOT OK +IdP 'South Essex College of Further and Higher Education' results into: NOT OK +IdP 'Royal Central School of Speech and Drama' results into: NOT OK +IdP 'Brockenhurst College' results into: NOT OK +IdP 'South Thames College' results into: NOT OK +IdP 'Esher College' results into: NOT OK +IdP 'Falmouth University' results into: NOT OK +IdP 'Wakefield College' results into: NOT OK +IdP 'Northumberland College' results into: NOT OK +IdP 'Southern Regional College' results into: NOT OK +IdP 'University of Cumbria' results into: NOT OK +IdP 'Peter Symonds College' results into: NOT OK +IdP 'Great Yarmouth College' results into: NOT OK +IdP 'University of St Mark & St John' results into: NOT OK +IdP 'Trafford College' results into: NOT OK +IdP 'University of Leeds' results into: NOT OK +IdP 'Christ the King VI Form College' results into: NOT OK +IdP 'Imam Abdulrahman Bin Faisal University' results into: NOT OK +IdP 'St David's Catholic College' results into: NOT OK +IdP 'Northern Regional College' results into: NOT OK +IdP 'Barking & Dagenham College' results into: NOT OK +IdP 'Newcastle University' results into: NOT OK +IdP 'St Mary's University Twickenham' results into: NOT OK +IdP 'University of Roehampton' results into: NOT OK +IdP 'North Shropshire College' results into: NOT OK +IdP 'University of Chichester' results into: NOT OK +IdP 'Doncaster College' results into: NOT OK +IdP 'Carilion Clinic' results into: NOT OK +IdP 'Economic & Social Research Council' results into: NOT OK +IdP 'Royal College of Surgeons of England' results into: NOT OK +IdP 'Warwickshire College' results into: NOT OK +IdP 'Wiltshire College' results into: NOT OK +IdP 'Queen Margaret University, Edinburgh' results into: NOT OK +IdP 'Guildhall School of Music & Drama' results into: NOT OK +IdP 'Burnley College' results into: NOT OK +IdP 'Solent University' results into: NOT OK +IdP 'Wellcome Trust' results into: NOT OK +IdP 'Glasgow School of Art (MyGSA)' results into: NOT OK +IdP 'Hartlepool College of FE' results into: NOT OK +IdP 'Llyfrgell Genedlaethol Cymru' results into: NOT OK +IdP 'West Cheshire College (WCC)' results into: NOT OK +IdP 'Cardinal Newman College' results into: NOT OK +IdP 'Bournemouth and Poole College' results into: NOT OK +IdP 'Leyton Sixth Form College' results into: NOT OK +IdP 'Institute of the Lithuanian Language' results into: NOT OK +IdP 'Goldsmiths, University of London' results into: NOT OK +IdP 'West Herts College' results into: NOT OK +IdP 'Newcastle-under-Lyme College' results into: NOT OK +IdP 'Oldham College' results into: NOT OK +IdP 'Southern University of Science and Technology' results into: NOT OK +IdP 'UK Parliament' results into: NOT OK +IdP 'Plymouth College of Art' results into: NOT OK +IdP 'Derby College' results into: NOT OK +IdP 'Bath Spa University' results into: NOT OK +IdP 'National Centre for Social Research' results into: NOT OK +IdP 'Stratford-upon-Avon College' results into: NOT OK +IdP 'Institute for Fiscal Studies' results into: NOT OK +IdP 'Moulton College' results into: NOT OK +IdP 'Hull College Group' results into: NOT OK +IdP 'Bexhill 6th Form College' results into: NOT OK +IdP 'New College Stamford' results into: NOT OK +IdP 'Robert Gordon University' results into: NOT OK +IdP 'Office for National Statistics' results into: NOT OK +IdP 'Godalming College' results into: NOT OK +IdP 'Tavistock and Portman NHS Foundation Trust' results into: NOT OK +IdP 'Knowsley College' results into: NOT OK +IdP 'C2k (Western Education Library Board)' results into: NOT OK +IdP 'Cadbury Sixth Form College' results into: NOT OK +IdP 'Office For Students' results into: NOT OK +IdP 'University of Nottingham Malaysia Campus' results into: NOT OK +IdP 'South Staffordshire College' results into: NOT OK +IdP 'Hebei University' results into: NOT OK +IdP 'Cardiff University (Test - Preprod)' results into: NOT OK +IdP 'Nottingham Trent University' results into: NOT OK +IdP 'Leeds College of Building' results into: NOT OK +IdP 'Herefordshire and Ludlow College' results into: NOT OK +IdP 'The City of Liverpool College' results into: NOT OK +IdP 'East Riding College' results into: NOT OK +IdP 'UCL (University College London)' results into: NOT OK +IdP 'The College of West Anglia' results into: NOT OK +IdP 'Queen Mary, University of London' results into: NOT OK +IdP 'Northumbria University' results into: NOT OK +IdP 'Stoke-on-Trent College' results into: NOT OK +IdP 'Tower Hamlets College' results into: NOT OK +IdP 'University of Liverpool' results into: NOT OK +IdP 'Nanjing University of Science and Technology' results into: NOT OK +IdP 'Lancaster and Morecambe College' results into: NOT OK +IdP 'The Sixth Form College Farnborough' results into: NOT OK +IdP 'University of Central Lancashire' results into: NOT OK +IdP 'University of Nottingham Ningbo, China' results into: NOT OK +IdP 'East Surrey College' results into: NOT OK +IdP 'University of Aberdeen' results into: NOT OK +IdP 'Anglia Ruskin University' results into: NOT OK +IdP 'King's College London' results into: NOT OK +IdP 'Askham Bryan College' results into: NOT OK +IdP 'Strode College' results into: NOT OK +IdP 'Newbury College' results into: NOT OK +IdP 'Kingston College (Shibboleth)' results into: NOT OK +IdP 'Oldham Sixth Form College' results into: NOT OK +IdP 'Bournemouth University' results into: NOT OK +IdP 'King George V College, Southport' results into: NOT OK +IdP 'Edge Hill University' results into: NOT OK +IdP 'Birkenhead Sixth Form College' results into: NOT OK +IdP 'St George's, University of London' results into: NOT OK +IdP 'Kensington and Chelsea College' results into: NOT OK +IdP 'Huddersfield New College' results into: NOT OK +IdP 'Southampton City College' results into: NOT OK +IdP 'Chichester College' results into: NOT OK +IdP 'Cranfield University' results into: NOT OK +IdP 'University of Essex' results into: NOT OK +IdP 'Queen's University Belfast' results into: NOT OK +IdP 'Coventry University' results into: NOT OK +IdP 'Stoke Sixth Form College' results into: NOT OK +IdP 'Tameside College' results into: NOT OK +IdP 'University of Wolverhampton' results into: NOT OK +IdP 'University of Bristol' results into: NOT OK +IdP 'GuangXi University For Nationalities' results into: NOT OK +IdP 'Weston College' results into: NOT OK +IdP 'Jisc: Digital Resources (Mimas IdP)' results into: NOT OK +IdP 'Department of Health (England)' results into: NOT OK +IdP 'St Vincent College: Computing Services' results into: NOT OK +IdP 'Activate Learning' results into: NOT OK +IdP 'Warrington & Vale Royal College' results into: NOT OK +IdP 'Redbridge College' results into: NOT OK +IdP 'Shibboleth.net' results into: NOT OK +IdP 'Liverpool Hope University' results into: NOT OK +IdP 'De Montfort University' results into: NOT OK +IdP 'Bolton Sixth Form College' results into: NOT OK +IdP 'Selby College' results into: NOT OK +IdP 'University of Warwick (Test IdP - do not use)' results into: NOT OK +IdP 'University of the Arts London' results into: NOT OK +IdP 'Loughborough University' results into: NOT OK +IdP 'Shanghai Ocean University' results into: NOT OK +IdP 'University of the West of England (UWE)' results into: NOT OK +IdP 'Trinity Laban Conservatoire of Music and Dance' results into: NOT OK +IdP 'Farnborough College of Technology' results into: NOT OK +IdP 'Lambeth College' results into: NOT OK +IdP 'Leeds City College' results into: NOT OK +IdP 'Wellcome Trust Sanger Institute' results into: NOT OK +IdP 'Long Road Sixth Form College' results into: NOT OK +IdP 'City, University of London (IT log-in)' results into: NOT OK +IdP 'Hampshire County Council' results into: NOT OK +IdP 'Beaumont College - A Scope College' results into: NOT OK +IdP 'Stockport College' results into: NOT OK +IdP 'Stafford College (Shibboleth)' results into: NOT OK +IdP 'Furness College' results into: NOT OK +IdP 'Swansea University' results into: NOT OK +IdP 'Mid Cheshire College' results into: NOT OK +IdP 'Keele University' results into: NOT OK +IdP 'Overt Software Solutions Ltd' results into: NOT OK +IdP 'University of Worcester' results into: NOT OK +IdP 'University of Northampton (IDP)' results into: NOT OK +IdP 'Sussex Downs College' results into: NOT OK +IdP 'Merthyr Tydfil College' results into: NOT OK +IdP 'University of Sunderland' results into: NOT OK +IdP 'Hopwood Hall College' results into: NOT OK +IdP 'St Brendan's Sixth Form College' results into: NOT OK +IdP 'Westminster Kingsway College' results into: NOT OK +IdP 'Brooksby Melton College' results into: NOT OK +IdP 'University of London: Online Library' results into: NOT OK +IdP 'Nanjing Forestry University' results into: NOT OK +IdP 'Royal Conservatoire of Scotland' results into: NOT OK +IdP 'Harper Adams University' results into: NOT OK +IdP 'Gower College Swansea' results into: NOT OK +IdP 'Royal College of Music' results into: NOT OK +IdP 'City and Islington College' results into: NOT OK +IdP 'Milton Keynes College' results into: NOT OK +IdP 'The College of Haringey, Enfield and North East London' results into: NOT OK +IdP 'Zhejiang University of Finance and Economics' results into: NOT OK +IdP 'Dumfries and Galloway College' results into: NOT OK +IdP 'PETROC' results into: NOT OK +IdP 'University of Bradford' results into: NOT OK +IdP 'Stourbridge College' results into: NOT OK +IdP 'Harrow College' results into: NOT OK +IdP 'Healthcare Library of Northern Ireland' results into: NOT OK +IdP 'Aylesbury College' results into: NOT OK +IdP 'Uxbridge College' results into: NOT OK +IdP 'Swindon College' results into: NOT OK +IdP 'University of East Anglia (UEA)' results into: NOT OK +IdP 'Berkshire College of Agriculture' results into: NOT OK +IdP 'Borders College' results into: NOT OK +IdP 'Eastleigh College' results into: NOT OK +IdP 'NERC' results into: NOT OK +IdP 'European Molecular Biology Laboratory - EMBL-EBI' results into: NOT OK +IdP 'University of Surrey' results into: NOT OK +IdP 'Halesowen College' results into: NOT OK +IdP 'Stephenson College' results into: NOT OK +IdP 'Guildford College Open Athens Service' results into: NOT OK +IdP 'Aston University OpenAthens' results into: NOT OK +IdP 'Shanghai Polytechnic University' results into: NOT OK +IdP 'Burton and South Derbyshire College' results into: NOT OK +IdP 'Suffolk New College (Shibboleth)' results into: NOT OK +IdP 'Royal Agricultural University' results into: NOT OK +IdP 'University of Salford (Network Username)' results into: NOT OK +IdP 'Zhengzhou University of Light Industry' results into: NOT OK +IdP 'Royal College of Art' results into: NOT OK +IdP 'Royal College of Nursing' results into: NOT OK +IdP 'Royal Veterinary College' results into: NOT OK +IdP 'ACS Schools' results into: NOT OK +IdP 'Huaiyin Institute of Technology' results into: NOT OK +IdP 'South Gloucestershire and Stroud College' results into: NOT OK +IdP 'Peterborough Regional College' results into: NOT OK +IdP 'East China University Of Science And Technology' results into: NOT OK +IdP 'Imperial College London TEST' results into: NOT OK +IdP 'University of Reading' results into: NOT OK +IdP 'University of Buckingham' results into: NOT OK +IdP 'Pembrokeshire College' results into: NOT OK +IdP 'Southeast University' results into: NOT OK +IdP 'Barnet and Southgate College' results into: NOT OK +IdP 'Aspiration Training' results into: NOT OK +IdP 'Bournville College - Do not use' results into: NOT OK +IdP 'The Manchester College' results into: NOT OK +IdP 'North Kent College' results into: NOT OK +IdP 'Lancaster University' results into: NOT OK +IdP 'South Leicestershire College (Shibboleth)' results into: NOT OK +IdP 'Richard Taunton Sixth Form College' results into: NOT OK +IdP 'Royal Holloway, University of London' results into: NOT OK +IdP 'College North West London' results into: NOT OK +IdP 'Treloar's' results into: NOT OK +IdP 'University of the West of Scotland (UWS)' results into: NOT OK +IdP 'Alton College' results into: NOT OK +IdP 'London Business School' results into: NOT OK +IdP 'Regent's University London' results into: NOT OK +IdP 'Imagen IdP' results into: NOT OK +IdP 'St Mary's Blackburn College' results into: NOT OK +IdP 'University of Lincoln' results into: NOT OK +IdP 'AFBI: Agri-Food Biosciences Institute' results into: NOT OK +IdP 'Edinburgh College' results into: NOT OK +IdP 'William Morris Sixth Form' results into: NOT OK +IdP 'Oxford Brookes University' results into: NOT OK +IdP 'Jiangsu Normal University' results into: NOT OK +IdP 'Cranfield University SoM Executive Development' results into: NOT OK +IdP 'University of Hull' results into: NOT OK +IdP 'Bath College' results into: NOT OK +IdP 'Amersham & Wycombe College' results into: NOT OK +IdP 'Universidad de Sevilla' results into: NOT OK +IdP 'Norwich Bioscience Institutes' results into: NOT OK +IdP 'Institute of Development Studies' results into: NOT OK +IdP 'Truro and Penwith College' results into: NOT OK +IdP 'South China Agricultural University' results into: NOT OK +IdP 'University of Greenwich' results into: NOT OK +IdP 'Cardiff and Vale College' results into: NOT OK +IdP 'SRUC' results into: NOT OK +IdP 'Nanjing Institute of Technology' results into: NOT OK +IdP 'Hefei University of Technology' results into: NOT OK +IdP 'Hadlow College' results into: NOT OK +IdP 'Ravensbourne' results into: NOT OK +IdP 'North Warwickshire & South Leicestershire College' results into: NOT OK +IdP 'National Institute for Medical Research' results into: NOT OK +IdP 'University of Derby' results into: NOT OK +IdP 'City of Westminster College' results into: NOT OK +IdP 'Sussex Coast College Hastings' results into: NOT OK +IdP 'Plymouth University' results into: NOT OK +IdP 'Equality Challenge Unit' results into: NOT OK +IdP 'Tianjin University of Commerce' results into: NOT OK +IdP 'University of Birmingham (Development IdP)' results into: NOT OK +IdP 'Carmel College' results into: NOT OK +IdP 'Staffordshire University (Login)' results into: NOT OK +IdP 'Coleg y Cymoedd' results into: NOT OK +IdP 'West College Scotland' results into: NOT OK +IdP 'Barnfield College' results into: NOT OK +IdP 'Brunel University' results into: NOT OK +IdP 'Telford College of Arts & Technology' results into: NOT OK +IdP 'South and City College Birmingham and Bournville College' results into: NOT OK +IdP 'Jiangsu University' results into: NOT OK +IdP 'Saham Vocational College' results into: NOT OK +IdP 'Isle of Wight College' results into: NOT OK +IdP 'Dundee and Angus College' results into: NOT OK +IdP 'Architectural Association' results into: NOT OK +IdP 'Jisc' results into: NOT OK +IdP 'Brooklands College' results into: NOT OK +IdP 'West Suffolk College' results into: NOT OK +IdP 'UK federation test IdP' results into: NOT OK +IdP 'Glasgow Caledonian University' results into: NOT OK +IdP 'Yunnan University' results into: NOT OK +IdP 'GÉANT Guest Identity Provider' results into: NOT OK +IdP 'University of West London' results into: NOT OK +IdP 'Hereford Sixth Form College' results into: NOT OK +IdP 'City of Glasgow College' results into: NOT OK +IdP 'Information Center of SMEC' results into: NOT OK +IdP 'Marine Biological Association of the UK' results into: NOT OK +IdP 'Coleg Gwent' results into: NOT OK +IdP 'YouID-E2BN Integration' results into: NOT OK +IdP 'City of Wolverhampton College' results into: NOT OK +IdP 'Xauat' results into: NOT OK +IdP 'Leicester College' results into: NOT OK +IdP 'Anna University' results into: NOT OK +IdP 'York St John University' results into: NOT OK +IdP 'BEIJING JIAOTONG UNIVERSITY' results into: NOT OK +IdP 'Plataforma Oceanica de Canarias' results into: NOT OK +IdP 'UniServity: CAVLE' results into: NOT OK +IdP 'Glasgow Kelvin College' results into: NOT OK +IdP 'Newham Sixth Form College (Shibboleth)' results into: NOT OK +IdP 'New College Swindon' results into: NOT OK +IdP 'Richmond and Hillcroft Adult and Community College' results into: NOT OK +IdP 'Spanish Center for Pulsed Lasers' results into: NOT OK +IdP 'Glyndwr University (Test Do not use)' results into: NOT OK +IdP 'Indiid' results into: NOT OK +IdP 'Cardiff Metropolitan University' results into: NOT OK +IdP 'Royal College of Paediatrics and Child Health' results into: NOT OK +IdP 'University of Portsmouth' results into: NOT OK +IdP 'NPTC Group' results into: NOT OK +IdP 'Hillcroft College' results into: NOT OK +IdP 'Centro Nacional del Hidrogeno' results into: NOT OK +IdP 'Centro de Investigacion Cooperativa en Biomateriales' results into: NOT OK +IdP 'Carshalton College UK' results into: NOT OK +IdP 'Guangzhou University' results into: NOT OK +IdP 'Painless Security' results into: NOT OK +IdP 'Riverside College Cheshire' results into: NOT OK +IdP 'Plumpton College' results into: NOT OK +IdP 'Newcastle College Group' results into: NOT OK +IdP 'Muscat University' results into: NOT OK +IdP 'Runshaw College' results into: NOT OK +IdP 'EDINA IdP (staff and trial accounts)' results into: NOT OK +IdP 'Heart of Worcestershire College' results into: NOT OK +IdP 'Fife College' results into: NOT OK +IdP 'London School of Theology' results into: NOT OK +IdP 'Rhys Smith' results into: NOT OK +IdP 'Edinburgh Napier University (PingFederate)' results into: NOT OK +IdP 'St Helens College' results into: NOT OK +IdP 'Reigate College' results into: NOT OK +IdP 'University of Suffolk (Legacy)' results into: NOT OK +IdP 'South Downs College' results into: NOT OK +IdP 'Beijing Union University' results into: NOT OK +IdP 'Lytham Sixth Form College' results into: NOT OK +IdP 'Exeter College' results into: NOT OK +IdP 'United ID' results into: NOT OK +IdP 'University College School' results into: NOT OK +IdP 'North East Scotland College' results into: NOT OK +IdP 'Abingdon and Witney College' results into: NOT OK +IdP 'London Library' results into: NOT OK +IdP 'The Institution of Structural Engineers' results into: NOT OK +IdP 'Epping Forest College' results into: NOT OK +IdP 'West Kent and Ashford College' results into: NOT OK +IdP 'British Library' results into: NOT OK +IdP 'Working Men's College, Camden' results into: NOT OK +IdP 'Basingstoke College of Technology' results into: NOT OK +IdP 'North China University of Water Resources and Electric Power' results into: NOT OK +IdP 'North Lindsey College' results into: NOT OK +IdP 'Bowling Green State University' results into: NOT OK +IdP 'University of Bolton' results into: NOT OK +IdP 'Cambridge Regional College' results into: NOT OK +IdP 'King's College London (Development IDP)' results into: NOT OK +IdP 'Richmond upon Thames College' results into: NOT OK +IdP 'University of Suffolk' results into: NOT OK +IdP 'Lowestoft College' results into: NOT OK +IdP 'Franklin College' results into: NOT OK +IdP 'Barton Peveril College' results into: NOT OK +IdP 'Forth Valley College of Further and Higher Education' results into: NOT OK +IdP 'King Saud University' results into: NOT OK +IdP 'Huazhong University of Science and Technology' results into: NOT OK +IdP 'Birmingham Metropolitan College' results into: NOT OK +IdP 'Solihull College & University Centre' results into: NOT OK +IdP 'Glasgow Clyde College' results into: NOT OK +IdP 'Stranmillis University College' results into: NOT OK +IdP 'Ulster University: Shibboleth 3' results into: NOT OK +IdP 'Varndean College' results into: NOT OK +IdP 'The Sheffield College' results into: NOT OK +IdP 'Tyne Coast College' results into: NOT OK +IdP 'Alexander Stuart test IdP (yin)' results into: NOT OK +IdP 'Royal Academy of Dance' results into: NOT OK +IdP 'Bournemouth Libraries' results into: NOT OK +IdP 'Coleg Cambria' results into: NOT OK +IdP 'Darlington College' results into: NOT OK +IdP 'Ministerio de Educacion y Formacion Profesional' results into: NOT OK +IdP 'Salford City College' results into: NOT OK +IdP 'Grimsby Institute of Further and Higher Education' results into: NOT OK +IdP 'Pearson College London' results into: NOT OK +IdP 'West Dean College' results into: NOT OK +IdP 'Wigan & Leigh College' results into: NOT OK +IdP 'SIMS ID (Staging)' results into: NOT OK +IdP 'Université d'Avignon' results into: NOT OK +IdP 'Fashion Retail Academy' results into: NOT OK +IdP 'Shrewsbury Colleges Group' results into: NOT OK +IdP 'FURB - Fundacao Universidade Regional de Blumenau' results into: NOT OK +IdP 'London South East Colleges (LSEC)' results into: NOT OK +IdP 'Kingston University (Test)' results into: NOT OK +IdP 'Itchen College' results into: NOT OK +IdP 'The Royal Marsden NHS Foundation Trust' results into: NOT OK +IdP 'Ayrshire College (Shibboleth)' results into: NOT OK +IdP 'Zhejiang University' results into: NOT OK +IdP 'Crawley College' results into: NOT OK +IdP 'Bridgwater & Taunton College' results into: NOT OK +IdP 'Shipley College (Shibboleth)' results into: NOT OK +IdP 'East Kent College' results into: NOT OK +IdP 'Nottingham College' results into: NOT OK +IdP 'East Berkshire College' results into: NOT OK +IdP 'South China University of Technology' results into: NOT OK +IdP 'Liverpool School of Tropical Medicine' results into: NOT OK +IdP 'Arden University' results into: NOT OK +IdP 'LinkedIn via eduTEAMS Identity Hub' results into: NOT OK +IdP 'GitHub via eduTEAMS Identity Hub' results into: NOT OK +IdP 'Lewisham Southwark College' results into: NOT OK +IdP 'Slateford support IdP for UK federation' results into: NOT OK +IdP 'New Era Education' results into: NOT OK +IdP 'Blackpool Sixth' results into: NOT OK +IdP 'Stockport Libraries' results into: NOT OK +IdP 'Umbrella ID' results into: NOT OK +IdP 'Bedford College' results into: NOT OK +IdP 'Havant & South Downs College' results into: NOT OK +IdP 'The College of Richard Collyer' results into: NOT OK +IdP 'FEDURUS' results into: NOT OK +IdP 'Allegheny College' results into: NOT OK +IdP 'Windsor Forest Colleges Group' results into: NOT OK +IdP 'Arts University Bournemouth' results into: NOT OK +IdP 'The University of Law' results into: NOT OK +IdP 'Coleg Ceredigion' results into: NOT OK +IdP 'Thomas Rotherham College' results into: NOT OK +IdP 'Dalian University of Technology' results into: NOT OK +IdP 'Bloomsbury Institute' results into: NOT OK +IdP 'Bishop Auckland College' results into: NOT OK +IdP 'Sandwell College' results into: NOT OK +IdP 'Jisc Liberate Login' results into: NOT OK +IdP 'Camford University' results into: NOT OK +IdP 'Institut d'' results into: NOT OK +IdP 'London School of Theology (Shibboleth)' results into: NOT OK +IdP 'Wyke Sixth Form College' results into: NOT OK +IdP 'New College Of The Humanities' results into: NOT OK +IdP 'Al Musanna College of Technology' results into: NOT OK +IdP 'Foundation for International Education' results into: NOT OK +IdP 'eduTEAMS' results into: NOT OK +IdP 'Coventry College' results into: NOT OK +IdP 'BPP University' results into: NOT OK +IdP 'British & Irish Modern Music Institute (BIMM)' results into: NOT OK +IdP 'University of Warwick (Dev IdP - do not use)' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'AGROPOLIS INTERNATIONAL' results into: NOT OK +IdP 'VetAgro Sup de Lyon' results into: NOT OK +IdP 'Institut National des Sciences Appliquées de Strasbourg' results into: NOT OK +IdP 'Institut d'études politiques de Lille' results into: NOT OK +IdP 'Agrosup Dijon' results into: NOT OK +IdP 'Ecole Centrale de Marseille' results into: NOT OK +IdP 'Ecole Nationale Supérieure de Chimie de Paris' results into: NOT OK +IdP 'CROUS de Caen' results into: NOT OK +IdP 'CROUS DE CLERMONT-FERRAND' results into: NOT OK +IdP 'CROUS DE DIJON' results into: NOT OK +IdP 'CROUS de Lyon' results into: NOT OK +IdP 'CROUS de Nice -NR Sophia' results into: NOT OK +IdP 'CROUS de Poitiers' results into: NOT OK +IdP 'CROUS de Rennes - Services Centraux' results into: NOT OK +IdP 'CROUS de Strasbourg' results into: NOT OK +IdP 'Ecole Nationale Supérieure d'' results into: NOT OK +IdP 'ENTPE' results into: NOT OK +IdP 'Université de Paris 12 - Val de Marne' results into: NOT OK +IdP 'Université de Paris 7 - Denis Diderot' results into: NOT OK +IdP 'Institut National de l'' results into: NOT OK +IdP 'Rectorat de la Martinique' results into: NOT OK +IdP 'Ecoles de Saint-Cyr Coëtquidan' results into: NOT OK +IdP 'Université Catholique de l'Ouest' results into: NOT OK +IdP 'UNIVERSITE DE LYON - SITE DE L'IN2P3' results into: NOT OK +IdP 'Académie de Nice' results into: NOT OK +IdP 'ABES - Multisites' results into: NOT OK +IdP 'Office National d’Information sur les Enseignements et les Professions - ONISEP' results into: NOT OK +IdP 'Ecole d'Architecture de Paris - Belleville' results into: NOT OK +IdP 'CEA Saclay' results into: NOT OK +IdP 'Institut Supérieur de l'Aéronautique et de l'Espace' results into: NOT OK +IdP 'CNAM - Conservatoire National des Arts et Métiers' results into: NOT OK +IdP 'CentraleSupélec' results into: NOT OK +IdP 'Université de Paris 13 - Nord' results into: NOT OK +IdP 'Académie de Strasbourg' results into: NOT OK +IdP 'Université de Bretagne Occidentale' results into: NOT OK +IdP 'Institut National d'' results into: NOT OK +IdP 'Fondation nationale des sciences politiques, Site de Paris' results into: NOT OK +IdP 'Université de Nimes' results into: NOT OK +IdP 'Université de la Polynésie Française' results into: NOT OK +IdP 'Université de Technologie de Belfort-Montbeliard' results into: NOT OK +IdP 'Université de Perpignan' results into: NOT OK +IdP 'Université de Bretagne Occidentale' results into: NOT OK +IdP 'ChengDu University of Technology' results into: NOT OK +IdP 'FCMSCSP - Faculdade de Ciencia Medicas Santa Casa' results into: NOT OK +IdP 'AUF Agence universitaire de la Francophonie' results into: NOT OK +IdP 'Université Catholique de Lyon' results into: NOT OK +IdP 'Ecole Nationale Supérieure de Chimie de Rennes' results into: NOT OK +IdP 'Sciences Po Rennes - site de Rennes' results into: NOT OK +IdP 'Comue Université Bretagne Loire' results into: NOT OK +IdP 'PRES Université de Toulouse' results into: NOT OK +IdP 'ENSTA Bretagne' results into: NOT OK +IdP 'Ecole Centrale de Lyon' results into: NOT OK +IdP 'Ecole Nationale Supérieure de l'' results into: NOT OK +IdP 'Institut National Universitaire Jean-François Champollion' results into: NOT OK +IdP 'AGROCAMPUS OUEST' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'Communauté d'' results into: NOT OK +IdP 'Université des Antilles' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'Université de St Etienne' results into: NOT OK +IdP 'SATT Lyon Saint Etienne' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'CROUS de Reims' results into: NOT OK +IdP 'Université de Bordeaux' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'Assistance Publique de Marseille - Hôpitaux de Marseille' results into: NOT OK +IdP 'Bibliothèque Nationale et Universitaire de Strasbourg' results into: NOT OK +IdP 'Ecole Centrale de Lille' results into: NOT OK +IdP 'CIRAD - Multisites' results into: NOT OK +IdP 'Collège de France' results into: NOT OK +IdP 'Institut Polytechnique de Lyon' results into: NOT OK +IdP 'CRIANN' results into: NOT OK +IdP 'CRIANN' results into: NOT OK +IdP 'CROUS des Antilles et de la Guyane' results into: NOT OK +IdP 'CROUS DE DIJON' results into: NOT OK +IdP 'CROUS de Bordeaux' results into: NOT OK +IdP 'CROUS de Grenoble (Multisites)' results into: NOT OK +IdP 'CROUS du Nord Pas de Calais' results into: NOT OK +IdP 'CROUS de Nancy-Metz' results into: NOT OK +IdP 'CROUS de Nantes' results into: NOT OK +IdP 'CROUS de Rouen' results into: NOT OK +IdP 'CROUS de Paris' results into: NOT OK +IdP 'CROUS de la Réunion' results into: NOT OK +IdP 'ComUE Lille Nord de France' results into: NOT OK +IdP 'Institut Curie Section de Recherche' results into: NOT OK +IdP 'Ecole Navale et Groupe des Ecoles du Poulmic' results into: NOT OK +IdP 'Ecole Nationale Supérieure du Paysage de Versailles-Marseille' results into: NOT OK +IdP 'Ecole des Hautes Etudes en Santé Publique' results into: NOT OK +IdP 'Ecole des Hautes Etudes en Sciences Sociales Paris' results into: NOT OK +IdP 'Ecole Nationale de l'' results into: NOT OK +IdP 'Ecole Nationale d'' results into: NOT OK +IdP 'Ecole Nationale d'Ingénieurs de Tarbes' results into: NOT OK +IdP 'Ecole Nationale d'Ingénieurs des Techniques Agricoles de Bordeaux' results into: NOT OK +IdP 'Ecole Normale Supérieure de Lyon' results into: NOT OK +IdP 'Ecole Normale Supérieure de Cachan' results into: NOT OK +IdP 'Ecole Normale Supérieure de Rennes' results into: NOT OK +IdP 'Ecole Normale Supérieure de Paris' results into: NOT OK +IdP 'ENSMM' results into: NOT OK +IdP 'Groupe des Ecoles Nationale d'' results into: NOT OK +IdP 'Ecole Nationale Supérieure des Arts et Industries Textiles' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'Ecole Nationale Supérieure de Mécanique et d'Aérotechnique' results into: NOT OK +IdP 'Ecole Nationale Supérieure des Sciences de l'Information et des Bibliothèques' results into: NOT OK +IdP 'Université de Paris 9 - Dauphine' results into: NOT OK +IdP 'ESIGELEC' results into: NOT OK +IdP 'Ecoles des Transmissions' results into: NOT OK +IdP 'Institut Eurecom' results into: NOT OK +IdP 'Institut Hospitalo Universitaire - ICM' results into: NOT OK +IdP 'IFREMER Centre de Brest' results into: NOT OK +IdP 'Institut Laue Langevin' results into: NOT OK +IdP 'Ecole nationale supérieure Mines-Télécom Atlantique Bretagne Pays de la Loire' results into: NOT OK +IdP 'INALCO-LANGUES'' results into: NOT OK +IdP 'Institut National de l'' results into: NOT OK +IdP 'Institut National Polytechnique de Toulouse' results into: NOT OK +IdP 'INRA - Institut National de la Recherche Agronomique' results into: NOT OK +IdP 'Institut National des Sciences Appliquées de Rennes' results into: NOT OK +IdP 'INSERM DSI' results into: NOT OK +IdP 'INSERM DSI' results into: NOT OK +IdP 'Inst. Nat. Sup. de Formation et de Recherche pour les Jeunes Handicapés et les Enseignements Adaptés' results into: NOT OK +IdP 'Institut Polytechnique de Bordeaux' results into: NOT OK +IdP 'Institut national de recherche en sciences et technologies pour l'environnement et l'agriculture' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'Ecole Nationale Supérieure des Mines' results into: NOT OK +IdP 'Ecole Nationale Supérieure d'' results into: NOT OK +IdP 'Ecole Nationale Supérieure d'' results into: NOT OK +IdP 'Normandie Université' results into: NOT OK +IdP 'Ecole Nationale Vétérinaire Agroalimentaire et de l'' results into: NOT OK +IdP 'Université de Paris 5 - René Descartes' results into: NOT OK +IdP 'Institut Pasteur' results into: NOT OK +IdP 'Ecole Polytechnique' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'Ecole d'' results into: NOT OK +IdP 'Institut d'' results into: NOT OK +IdP 'Institut d'Etudes Politiques - Sciences Po Bordeaux' results into: NOT OK +IdP 'Service Hydrographique et Océanographique de la Marine SHOM' results into: NOT OK +IdP 'SIGMA Clermont' results into: NOT OK +IdP 'Ecole d'' results into: NOT OK +IdP 'Ecole Nationale Supérieure d'Architecture de Strasbourg' results into: NOT OK +IdP 'SUPAGRO - Site de Montpellier' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'Telecom Bretagne site de Brest' results into: NOT OK +IdP 'Telecom Paristech' results into: NOT OK +IdP 'Université Bordeaux 3 - Michel de Montaigne' results into: NOT OK +IdP 'Université de Cergy-Pontoise' results into: NOT OK +IdP 'Université de Paris 2 - Panthéon Assas - Centre Assas' results into: NOT OK +IdP 'Université de Paris Est Marne la Vallée' results into: NOT OK +IdP 'Université de Picardie Jules Verne' results into: NOT OK +IdP 'Université de Paris 11 - Sud' results into: NOT OK +IdP 'Université Clermont Auvergne' results into: NOT OK +IdP 'Université de Haute Alsace' results into: NOT OK +IdP 'Université de Strasbourg' results into: NOT OK +IdP 'Université des Antilles' results into: NOT OK +IdP 'Université d'Artois - Arras' results into: NOT OK +IdP 'Université de Besancon Franche-Comté' results into: NOT OK +IdP 'Université de Lille' results into: NOT OK +IdP 'Université de Lille' results into: NOT OK +IdP 'Université de Lorraine' results into: NOT OK +IdP 'Université de Lyon 3 - Jean Moulin' results into: NOT OK +IdP 'Université d'' results into: NOT OK +IdP 'Université de Paris 3 - Sorbonne Nouvelle' results into: NOT OK +IdP 'Université de Paris 8' results into: NOT OK +IdP 'Université de Pau et des Pays de l'' results into: NOT OK +IdP 'Communauté d'' results into: NOT OK +IdP 'Université de Toulon-Var - Sud' results into: NOT OK +IdP 'Université de Tours - François Rabelais' results into: NOT OK +IdP 'GIP RENATER' results into: NOT OK +IdP 'Université Polytechnique Hauts-de-France' results into: NOT OK +IdP 'Université de Pierre et Marie Curie' results into: NOT OK +IdP 'Ecole Nationale Vétérinaire d'' results into: NOT OK +IdP 'AgroParisTech Paris' results into: NOT OK +IdP 'INRIA' results into: NOT OK +IdP 'Agence de Mutualisation des Universités et Etablissements - Multisites' results into: NOT OK +IdP 'CROUS d'Aix-Marseille' results into: NOT OK +IdP 'CROUS de Besançon' results into: NOT OK +IdP 'CROUS de Limoges' results into: NOT OK +IdP 'CROUS de Midi-Pyrénées' results into: NOT OK +IdP 'Ecole Nationale de la Statistique et de l'' results into: NOT OK +IdP 'Université de Paris 8' results into: NOT OK +IdP 'Centre d'' results into: NOT OK +IdP 'CROUS de Strasbourg' results into: NOT OK +IdP 'CYCERON' results into: NOT OK +IdP 'Institut Polytechnique de Lyon' results into: NOT OK +IdP 'HEC' results into: NOT OK +IdP 'Budapest Metropolitan University' results into: NOT OK +IdP 'Ecole Nationale Supérieure d'' results into: NOT OK +IdP 'Muséum National d'' results into: NOT OK +IdP 'Université de Caen - Basse Normandie' results into: NOT OK +IdP 'Université de Lorraine' results into: NOT OK +IdP 'Université de Toulouse 1 - Capitole' results into: NOT OK +IdP 'Centre International d'' results into: NOT OK +IdP 'Telecom &' results into: NOT OK +IdP 'Telecom &' results into: NOT OK +IdP 'Telecom Lille' results into: NOT OK +IdP 'CROUS de Reims' results into: NOT OK +IdP 'CROUS de l'Académie de Versailles' results into: NOT OK +IdP 'Aix-Marseille Université (AMU)' results into: NOT OK +IdP 'Pôle de Compétitivité Images et Réseaux - Site de Lannion' results into: NOT OK +IdP 'CNRS' results into: NOT OK +IdP 'C.I.N.E.S.' results into: NOT OK +IdP 'Institut National des Sciences Appliquées de Lyon' results into: NOT OK +IdP 'Etablissement Public Campus Condorcet' results into: NOT OK +IdP 'ENPC Ecole Nationale des Ponts et Chaussées' results into: NOT OK +IdP 'Université de Toulouse II - Le Mirail' results into: NOT OK +IdP 'Institut Français des Sciences et Technologies des Transports, de l'Aménagement et des Réseaux' results into: NOT OK +IdP 'Université de Caen - Basse Normandie' results into: NOT OK +IdP 'Ecole nationale superieure des Mines d Albi-Carmaux' results into: NOT OK +IdP 'Université du Havre' results into: NOT OK +IdP 'Université de Reims Champagne Ardenne' results into: NOT OK +IdP 'Université de la Nouvelle-Calédonie' results into: NOT OK +IdP 'Ecole des Mines d'Alès et Site de Nîmes' results into: NOT OK +IdP 'Ecole Nationale des Mines de Saint Etienne' results into: NOT OK +IdP 'Ecole Nationale d'' results into: NOT OK +IdP 'Ecole d'Architecture de Clermont-Ferrand' results into: NOT OK +IdP 'Université de Versailles / St Quentin en Yvelines' results into: NOT OK +IdP 'Ecole Nationale Supérieure d'Informatique pour l'Industrie et l'Entreprise' results into: NOT OK +IdP 'ENSTA Paristech - Ecole Nationale Supérieure des Techniques Avancées' results into: NOT OK +IdP 'Institut National Polytechnique de Grenoble' results into: NOT OK +IdP 'Ecole d'' results into: NOT OK +IdP 'INSA CENTRE VAL DE LOIRE' results into: NOT OK +IdP 'INSA - Rouen' results into: NOT OK +IdP 'RESEAU CANOPE' results into: NOT OK +IdP 'Université de Bourgogne' results into: NOT OK +IdP 'Université de Corse - Pascal Paoli' results into: NOT OK +IdP 'Université Grenoble Alpes' results into: NOT OK +IdP 'Université de Savoie - Amplivia' results into: NOT OK +IdP 'Hefei Normal University' results into: NOT OK +IdP 'Ecole Nationale des Chartes' results into: NOT OK +IdP 'Ecole Nationale Vétérinaire de Toulouse' results into: NOT OK +IdP 'Observatoire de Paris' results into: NOT OK +IdP 'Université de Technologies de Troyes' results into: NOT OK +IdP 'Université d'Evry - Val d'Essonne' results into: NOT OK +IdP 'Observatoire de la Côte d'Azur' results into: NOT OK +IdP 'Institut National des Sciences Appliquées de Toulouse' results into: NOT OK +IdP 'C.N.E.S.' results into: NOT OK +IdP 'Institut de Recherche pour le Développement' results into: NOT OK +IdP 'Fondation Maison des Sciences de l'Homme' results into: NOT OK +IdP 'Université Paris Ouest Nanterre La Défense' results into: NOT OK +IdP 'Ecole Supérieure de Physique et de Chimie Industrielles de la Ville de Paris' results into: NOT OK +IdP 'Université Paris Sorbonne (Paris IV)' results into: NOT OK +IdP 'MedHub, Inc' results into: NOT OK +IdP 'European Synchrotron Radiation Facility Grenoble' results into: NOT OK +IdP 'Université de Rennes 2 - Haute Bretagne' results into: NOT OK +IdP 'Université de Nice Sophia' results into: NOT OK +IdP 'Université de Limoges' results into: NOT OK +IdP 'Université d'Angers' results into: NOT OK +IdP 'Université du Maine - Le Mans' results into: NOT OK +IdP 'Université de Lille' results into: NOT OK +IdP 'Université du Littoral Côte d'Opale' results into: NOT OK +IdP 'Université de Lyon 1 - Claude Bernard' results into: NOT OK +IdP 'Université de Montpellier 3 - Paul Valéry' results into: NOT OK +IdP 'Université de Nantes' results into: NOT OK +IdP 'Université Paris 1 Panthéon-Sorbonne' results into: NOT OK +IdP 'Université de Poitiers' results into: NOT OK +IdP 'Université de Rennes 1' results into: NOT OK +IdP 'Université de la Réunion' results into: NOT OK +IdP 'Université de Rouen - Campus de Mont Saint Aignan' results into: NOT OK +IdP 'Université de Bretagne Sud' results into: NOT OK +IdP 'Université Polytechnique Hauts-de-France' results into: NOT OK +IdP 'Université de Technologie de Compiègne' results into: NOT OK +IdP 'Erhvervsakademi Aarhus' results into: NOT OK +IdP 'IBA Erhvervsakademi Kolding' results into: NOT OK +IdP 'Aarhus Maskinmesterskole' results into: NOT OK +IdP 'Maskinmesterskolen København' results into: NOT OK +IdP 'WAYF Orphanage [for udviklere]' results into: NOT OK +IdP 'Danmarks Tekniske Universitet' results into: NOT OK +IdP 'International Business College' results into: NOT OK +IdP 'UCL Erhvervsakademi og Professionshøjskole' results into: NOT OK +IdP 'KEA – Københavns Erhvervsakademi' results into: NOT OK +IdP 'Designskolen Kolding' results into: NOT OK +IdP 'IT-Supportcentret (ITS)' results into: NOT OK +IdP 'Fredericia Maskinmesterskole' results into: NOT OK +IdP 'Frederikshavn Gymnasium & HF-kursus' results into: NOT OK +IdP 'Erhvervsakademiet Lillebælt' results into: NOT OK +IdP 'Cphbusiness' results into: NOT OK +IdP 'College360' results into: NOT OK +IdP 'Statens Museum for Kunst – SMK' results into: NOT OK +IdP 'Statsbiblioteket – ansatte' results into: NOT OK +IdP 'Københavns Universitet' results into: NOT OK +IdP 'Knord' results into: NOT OK +IdP 'Københavns Professionshøjskole' results into: NOT OK +IdP 'MARTEC Maritime and Polytechnic University College' results into: NOT OK +IdP 'University of the Faroe Islands' results into: NOT OK +IdP 'Professionshøjskolen UCN' results into: NOT OK +IdP 'IT-Universitetet i København' results into: NOT OK +IdP 'Háskóli Íslands' results into: NOT OK +IdP 'UC SYD' results into: NOT OK +IdP 'Rungsted Gymnasium' results into: NOT OK +IdP 'Glasir' results into: NOT OK +IdP 'Det Danske Sprog- og Litteraturselskab' results into: NOT OK +IdP 'SIMAC' results into: NOT OK +IdP 'University of Wroclaw' results into: NOT OK +IdP 'Learnmark Horsens' results into: NOT OK +IdP 'Erhvervsakademi SydVest' results into: NOT OK +IdP 'Grenaa Gymnasium' results into: NOT OK +IdP 'Syddansk Universitet' results into: NOT OK +IdP 'SOSU Østjylland' results into: NOT OK +IdP 'ZBC – Zealand Business College' results into: NOT OK +IdP 'VIA University College' results into: NOT OK +IdP 'Zealand – Sjællands Erhvervsakademi' results into: NOT OK +IdP 'Copenhagen Hospitality College' results into: NOT OK +IdP 'Frederikssund Gymnasium' results into: NOT OK +IdP 'Det Jyske Musikkonservatorium' results into: NOT OK +IdP 'Roskilde Universitet (RUC)' results into: NOT OK +IdP 'Energimuseet' results into: NOT OK +IdP 'Erhvervsakademi MidtVest' results into: NOT OK +IdP 'Copenhagen Business School' results into: NOT OK +IdP 'Uddannelsesministeriets It' results into: NOT OK +IdP 'MR-Forskningssektionen (DRCMR)' results into: NOT OK +IdP 'Muscat College' results into: NOT OK +IdP 'Vordingborg Gymnasium & HF' results into: NOT OK +IdP 'Erhvervsakademi Dania' results into: NOT OK +IdP 'Professionshøjskolen Absalon' results into: NOT OK +IdP 'Aalborg Universitet' results into: NOT OK +IdP 'Aarhus Universitet' results into: NOT OK +IdP 'Region Sjælland' results into: NOT OK +IdP 'Paderup Gymnasium' results into: NOT OK +IdP 'Det Kongelige Bibliotek – ansatte' results into: NOT OK +IdP 'Danmarks Medie- og Journalisthøjskole' results into: NOT OK +IdP 'Forsvarets Bibliotekscenter' results into: NOT OK +IdP 'Kunstakademiets skoler for Arkitektur, Design og Konservering' results into: NOT OK +IdP 'University of Latvia - LU IDP' results into: NOT OK +IdP 'Institute of Mathematics and Computer Science, University of Latvia' results into: NOT OK +IdP 'Daugavpils University - DU IDP' results into: NOT OK +IdP 'Latvia University of Agriculture IdP' results into: NOT OK +IdP 'Riga Technical University - RTU IDP' results into: NOT OK +IdP 'LNB - LNB IDP' results into: NOT OK +IdP 'Liepaja University - LIEPU IDP' results into: NOT OK +IdP 'LANET - LANET IDP' results into: NOT OK +IdP 'Art Academy of Latvia - LMA IDP' results into: NOT OK +IdP 'Latvian Academy of Music - LMUZA IDP' results into: NOT OK +IdP 'Rezekne Academy of Technologies - RTA IDP' results into: NOT OK +IdP 'Riga Red Cross Medical College - RCMC IDP' results into: NOT OK +IdP 'Riga Medical College - RMC IDP' results into: NOT OK +IdP 'Latvian Academy of Culture - LAC IDP' results into: NOT OK +IdP 'Stockholm School of Economics in Riga - SSE IDP' results into: NOT OK +IdP 'Riga Graduate School of Law - RJA IDP' results into: NOT OK +IdP 'Vidzeme University of Applied Sciences - VA IDP' results into: NOT OK +IdP 'Ventspils University College - VEA IDP' results into: NOT OK +IdP 'Camosun College' results into: NOT OK +IdP 'University of Guelph' results into: NOT OK +IdP 'University of Saskatchewan' results into: NOT OK +IdP 'University of New Brunswick' results into: NOT OK +IdP 'University of Toronto (deprecated' results into: NOT OK +IdP 'University of Victoria' results into: NOT OK +IdP 'Saint Mary's University' results into: NOT OK +IdP 'University of Waterloo' results into: NOT OK +IdP 'McGill University' results into: NOT OK +IdP 'Tele-Universite (TELUQ) (du Quebec)' results into: NOT OK +IdP 'Cybera' results into: NOT OK +IdP 'Université Laval' results into: NOT OK +IdP 'Université de Montréal' results into: NOT OK +IdP 'University of Lethbridge' results into: NOT OK +IdP 'Université de Sherbrooke' results into: NOT OK +IdP 'University of Regina' results into: NOT OK +IdP 'CANARIE' results into: NOT OK +IdP 'Queen's University' results into: NOT OK +IdP 'University of British Columbia' results into: NOT OK +IdP 'University of Prince Edward Island' results into: NOT OK +IdP 'York University' results into: NOT OK +IdP 'Wilfrid Laurier University' results into: NOT OK +IdP 'University of Western Ontario' results into: NOT OK +IdP 'Université de Moncton' results into: NOT OK +IdP 'Polytechnique Montréal' results into: NOT OK +IdP 'ACORN NS' results into: NOT OK +IdP 'University of Calgary' results into: NOT OK +IdP 'Trent University' results into: NOT OK +IdP 'St. Thomas University' results into: NOT OK +IdP 'Ryerson University' results into: NOT OK +IdP 'University of Alberta' results into: NOT OK +IdP 'Thompson Rivers University' results into: NOT OK +IdP 'Concordia University of Edmonton' results into: NOT OK +IdP 'Royal Roads University' results into: NOT OK +IdP 'Mount Allison University' results into: NOT OK +IdP 'Simon Fraser University' results into: NOT OK +IdP 'Maritime College of Forest Technology' results into: NOT OK +IdP 'Holland College' results into: NOT OK +IdP 'Fanshawe College' results into: NOT OK +IdP 'McMaster University' results into: NOT OK +IdP 'Lakehead University' results into: NOT OK +IdP 'Niagara College Canada' results into: NOT OK +IdP 'OCAD University' results into: NOT OK +IdP 'La Cité' results into: NOT OK +IdP 'Algoma University' results into: NOT OK +IdP 'Confederation College of Applied Arts and Technology' results into: NOT OK +IdP 'Brock University' results into: NOT OK +IdP 'Laurentian University' results into: NOT OK +IdP 'Concordia University' results into: NOT OK +IdP 'BCNET' results into: NOT OK +IdP 'Carleton University' results into: NOT OK +IdP 'Université du Québec à Chicoutimi' results into: NOT OK +IdP 'University of Windsor' results into: NOT OK +IdP 'École de technologie supérieure' results into: NOT OK +IdP 'University of Quebec at Trois-Rivieres' results into: NOT OK +IdP 'UQAM | Université du Québec à Montréal' results into: NOT OK +IdP 'Sheridan College' results into: NOT OK +IdP 'University of Toronto' results into: NOT OK +IdP 'University of Ottawa' results into: NOT OK +IdP 'Université du Québec en Outaouais' results into: NOT OK +IdP 'Compute Canada' results into: NOT OK +IdP 'Polytechnique Montréal - CAS' results into: NOT OK +IdP 'Bishops University' results into: NOT OK +IdP 'Seneca College' results into: NOT OK +IdP 'University of Northern British Columbia' results into: NOT OK +IdP 'Université du Québec à Rimouski (UQAR)' results into: NOT OK +IdP 'Université TÉLUQ' results into: NOT OK +IdP 'University of Manitoba' results into: NOT OK +IdP 'Institut national de la recherche scientifique (INRS - Universite du Quebec)' results into: NOT OK +IdP 'Langara College' results into: NOT OK +IdP 'MacEwan University' results into: NOT OK +IdP 'École nationale d'administration publique' results into: NOT OK +IdP 'HEC Montreal' results into: NOT OK +IdP 'Mohawk College of Applied Arts and Technology' results into: NOT OK +IdP 'Université du Québec en Abitibi-Témiscamingue' results into: NOT OK +IdP 'Concordia University - BCI' results into: NOT OK +IdP 'FSCBH - Faculdade Santa Casa BH' results into: NOT OK +IdP 'IFRR - Instituto Federal de Roraima' results into: NOT OK +IdP 'FAMERP - Faculdade de Medicina de Rio Preto' results into: NOT OK +IdP 'IPT - Instituto de Pesquisas Tecnologicas do Estado de Sao Paulo' results into: NOT OK +IdP 'UNIVALE - Universidade Vale do Rio Doce - UNIVALE' results into: NOT OK +IdP 'UNOESTE - Universidade do Oeste Paulista' results into: NOT OK +IdP 'UFPA - Universidade Federal do Para' results into: NOT OK +IdP 'CDTN - Centro de Desenvolvimento da Tecnologia Nuclear' results into: NOT OK +IdP 'FAPEAL - Fundacao de Amparo a Pesquisa de Alagoas' results into: NOT OK +IdP 'UFRR - Universidade Federal de Roraima' results into: NOT OK +IdP 'INPE - Instituto Nacional de Pesquisas Espaciais' results into: NOT OK +IdP 'UFSB - Universidade Federal do Sul da Bahia' results into: NOT OK +IdP 'UFRRJ - Universidade Federal Rural do Rio de Janeiro' results into: NOT OK +IdP 'UFCSPA - Univ. Fed. de Ciencias da Saude de Porto Alegre' results into: NOT OK +IdP 'SLM - Faculdade Sao Leopoldo Mandic' results into: NOT OK +IdP 'LNA - Laboratorio Nacional de Astrofisica' results into: NOT OK +IdP 'UEG - Universidade Estadual de Goias' results into: NOT OK +IdP 'UESC - Universidade Estadual de Santa Cruz' results into: NOT OK +IdP 'PUCCAMP - Pontificia Universidade Catolica de Campinas' results into: NOT OK +IdP 'HSR - Hospital Sao Rafael S.A' results into: NOT OK +IdP 'UNICENTRO - Universidade Estadual do Centro-Oeste' results into: NOT OK +IdP 'INCAPER - Instituto de Pesquisa, Assistencia Tecnica e Extensao Rural' results into: NOT OK +IdP 'ON - Observatorio Nacional' results into: NOT OK +IdP 'UFPI - Universidade Federal do Piaui' results into: NOT OK +IdP 'Oman Research and Education Network (OMREN)' results into: NOT OK +IdP 'SECTI/BA - Secretaria de Ciencia, Tecnologia e Inovacao do Estado da Bahia' results into: NOT OK +IdP 'CETEM - Centro de Tecnologia Mineral' results into: NOT OK +IdP 'UFU - Universidade Federal de Uberlandia' results into: NOT OK +IdP 'FUCAPE - Fundacao Inst. Cap. de Pesq. em Cont., Econ. e Financas.' results into: NOT OK +IdP 'IFRS - Instituto Federal de Educacao Ciencia e Tecnologia do Rio Grande do Sul' results into: NOT OK +IdP 'CBPF - Centro Brasileiro de Pesquisas Fisicas' results into: NOT OK +IdP 'MACKENZIE - Instituto Presbiteriano Mackenzie' results into: NOT OK +IdP 'UPE - Universidade de Pernambuco' results into: NOT OK +IdP 'UNEMAT - Universidade do Estado de Mato Grosso' results into: NOT OK +IdP 'CEITEC - Centro Nac.Tec.Elet.Avancada' results into: NOT OK +IdP 'IFAM - Instituto Federal de Educacao, Coiencia e Tecnologia do Amazonas' results into: NOT OK +IdP 'FESFSUS - Fundacao Estatal Saude da Familia' results into: NOT OK +IdP 'ESAP - Escola de Saude de Goias' results into: NOT OK +IdP 'UEPG - Universidade Estadual de Ponta Grossa' results into: NOT OK +IdP 'UNICAMP - Universidade Estadual de Campinas' results into: NOT OK +IdP 'CECIERJ - Centro de Ciencias e Edu. a Distancia do RJ' results into: NOT OK +IdP 'CHC-UFPR - Complexo Hospital de Clinicas' results into: NOT OK +IdP 'FACOP - Faculdade Do Centro Oeste Paulista' results into: NOT OK +IdP 'UFMA - Universidade Federal do Maranhao' results into: NOT OK +IdP 'IFSUDESTEMG - Inst Fed de Educ Ciencia e Tec do Sudeste de MG' results into: NOT OK +IdP 'FEEVALE - Universidade Feevale' results into: NOT OK +IdP 'RNP - Rede Nacional de Ensino e Pesquisa' results into: NOT OK +IdP 'UEMS - Universidade Estadual de Mato Grosso do Sul' results into: NOT OK +IdP 'UFCG - Universidade Federal de Campina Grande' results into: NOT OK +IdP 'UNICAP - Universidade Catolica de Pernambuco' results into: NOT OK +IdP 'UNICHRISTUS - CENTRO UNIVERSITARIO CHRISTUS' results into: NOT OK +IdP 'FAMPECT - Fundacao Wilson Picler de Amparo a Educacao, Ciencia e Tecnologia.' results into: NOT OK +IdP 'SETREM - Sociedade Educacional Tres de Maio' results into: NOT OK +IdP 'IFPI - Instituto Federal do Piaui' results into: NOT OK +IdP 'IPEN - Instituto de Pesquisas Energeticas e Nucleares - IPEN' results into: NOT OK +IdP 'MCTIC - Ministerio da Ciencia Tecnologia Inovacao e Comunicacao' results into: NOT OK +IdP 'FAPCE - Faculdade Paraiso do Ceara' results into: NOT OK +IdP 'UNIGRANRIO - Universidade do Grande Rio' results into: NOT OK +IdP 'UNIJUI - Universidade Regional do Noroeste do Estado do Rio Grande do Sul' results into: NOT OK +IdP 'UFVJM - Universidade Federal dos Vales do Jequitinhonha e Mucuri' results into: NOT OK +IdP 'COPPE - Coord. Pos Grad. e Pesquisa em Engenharia' results into: NOT OK +IdP 'IRD - Instituto de Radioprotecao e Dosimetria' results into: NOT OK +IdP 'IFMS - Instituto Federal de Mato Grosso do Sul' results into: NOT OK +IdP 'ISD - Instituto Santos Dumont' results into: NOT OK +IdP 'FAC - FACENS - Faculdade de Engenharia de Sorocaba' results into: NOT OK +IdP 'IGESDF - Instituto de Gestao Estrategica de Saude do Distrito Federal' results into: NOT OK +IdP 'IFGOIANO - Instituto Federal Goiano' results into: NOT OK +IdP 'UFOB - Universidade Federal do Oeste da Bahia' results into: NOT OK +IdP 'IFMT - Instituto Federal de Mato Grosso' results into: NOT OK +IdP 'FGV - Fundacao Getulio Vargas' results into: NOT OK +IdP 'UNIDAVI - Universidade para o Desenvolvimento do Alto Vale do Itajai' results into: NOT OK +IdP 'UNILA - Universidade Federal da Integracao Latino-Americana' results into: NOT OK +IdP 'UNESP - Universidade Estadual Paulista Julio de Mesquita Filho' results into: NOT OK +IdP 'USF - Universidade Sao Francisco' results into: NOT OK +IdP 'LNRCC - Liga Norte RioGrandense Contra o Cancer' results into: NOT OK +IdP 'UNIVAP - Universidade do Vale do Paraiba' results into: NOT OK +IdP 'UNIFESP - Universidade Federal de Sao Paulo' results into: NOT OK +IdP 'UNICSUL - Universidade Cruzeiro do Sul' results into: NOT OK +IdP 'UFMS - Universidade Federal de Mato Grosso do Sul' results into: NOT OK +IdP 'CARAJAS - Grupo Educacional Carajas' results into: NOT OK +IdP 'UFC - Universidade Federal do Ceara' results into: NOT OK +IdP 'USP - UNIVERSIDADE DE SAO PAULO' results into: NOT OK +IdP 'IFSP - Instituto Federal de Sao Paulo' results into: NOT OK +IdP 'VNT - Venturus Centro de inInovacao Tecnologica' results into: NOT OK +IdP 'UFABC - Universidade Federal do ABC' results into: NOT OK +IdP 'IDSM - Instituto de Desenvolvimento Sutentavel Mamiraua' results into: NOT OK +IdP 'FAPEG - Fundacao de Amparo a Pesquisa do Estado de Goias' results into: NOT OK +IdP 'CAPES - Coordenacao de Aperfeicoamento de Pessoal de Nivel Superior' results into: NOT OK +IdP 'INMA - Instituto Nacional da Mata Atlantica' results into: NOT OK +IdP 'UNISANTOS - Universidade Catolica de Santos' results into: NOT OK +IdP 'PUC-PR - Pontificia Universidade Catolica do Parana' results into: NOT OK +IdP 'UNIFAL-MG - Universidade Federal de Alfenas' results into: NOT OK +IdP 'INMETRO - Instituto Nacional de Metrologia Qualidade e Tecnologia' results into: NOT OK +IdP 'UESPI - Universidade Estadual do Piau' results into: NOT OK +IdP 'UNIUBE - Universidade de Uberaba' results into: NOT OK +IdP 'UNINTA - Centro Universitario INTA' results into: NOT OK +IdP 'UFERSA - UNIVERSIDADE FEDERAL RURAL DO SEMI-ARIDO' results into: NOT OK +IdP 'IFTM - Instituto Federal do Triangulo Mineiro' results into: NOT OK +IdP 'ESG - Escola Superior de Guerra' results into: NOT OK +IdP 'UNISINOS - Universidade do Vale do Rio dos Sinos' results into: NOT OK +IdP 'IFES - Instituto Federal do Espirito Santo' results into: NOT OK +IdP 'UFPB - Universidade Federal da Paraiba' results into: NOT OK +IdP 'UFLA - Universidade Federal de Lavras' results into: NOT OK +IdP 'UNP - Universidade Potiguar' results into: NOT OK +IdP 'IBICT - Inst. Brasileiro de Info. em Ciencia e Tecnologia' results into: NOT OK +IdP 'UNIFATEA - Centro Universitario Teresa D Avila' results into: NOT OK +IdP 'IFRO - Instituto Federal de Educacao, Ciencia e Tecnologia de Rondonia' results into: NOT OK +IdP 'EMBRAPII - Empresa Brasileira de Pesquisa e Inovacao Industrial' results into: NOT OK +IdP 'UNICEUB - Centro Universitario de Brasilia' results into: NOT OK +IdP 'UNIVALI - Universidade do Vale do Itajai' results into: NOT OK +IdP 'SENAIMT - Servico Nacional de Aprendizagem Industrial' results into: NOT OK +IdP 'CNPQ - Conselho Nacional de Desenvolvimento Cientifico e Tecnologico' results into: NOT OK +IdP 'FUNESA - Fundacao Estadual de Saude' results into: NOT OK +IdP 'IEN - Instituto de Engenharia Nuclear' results into: NOT OK +IdP 'HFA - Hospital das Forcas Armadas' results into: NOT OK +IdP 'CUHK-Shenzhen' results into: NOT OK +IdP 'UNOCHAPECO - Universidade Comunitaria da Regiao de Chapeco' results into: NOT OK +IdP 'UEMG - Universidade do Estado de Minas Gerais' results into: NOT OK +IdP 'UFFS - Universidade Federal da Fronteira Sul' results into: NOT OK +IdP 'UFSCAR - Universidade Federal de Sao Carlos' results into: NOT OK +IdP 'URI - ERECHIM - - Universidade Regional Integrada do Alto Uruguai e das Missoes' results into: NOT OK +IdP 'CETENE - Centro de Tecnologias e Estrategicas do NE' results into: NOT OK +IdP 'Guangzhou University of Chinese Medicine' results into: NOT OK +IdP 'CTI - Centro de Tecnologia da Informacao Renato Archer' results into: NOT OK +IdP 'FEI - Fundacao Educacional Inaciana Pe. Saboia de Medeiros' results into: NOT OK +IdP 'IFRN - Instituto Federal do Rio Grande do Norte' results into: NOT OK +IdP 'URCAMP - Universidade da Regiao da Campanha' results into: NOT OK +IdP 'UTFPR - Universidade Tecnologica Federal do Parana' results into: NOT OK +IdP 'IFTO - Instituto Federal de Educacao do Tocantins' results into: NOT OK +IdP 'UEM - Universidade Estadual de Maringa' results into: NOT OK +IdP 'UNINOVE - Universidade Nove de Julho' results into: NOT OK +IdP 'IDP - Instituto Brasiliense de Direito Publico' results into: NOT OK +IdP 'UFPE - Universidade Federal de Pernambuco' results into: NOT OK +IdP 'UENF - Universidade Estadual do Norte Fluminense Darcy Ribeiro' results into: NOT OK +IdP 'UFMT - Universidade Federal de Mato Grosso' results into: NOT OK +IdP 'Anhui University' results into: NOT OK +IdP 'FAPESP - Fundacao de Amparo a Pesquisa' results into: NOT OK +IdP 'UNIRV - Universidade de Rio Verde' results into: NOT OK +IdP 'ITVDS - Instituto Tecnologico Vale Desenvolvimento Sustentavel' results into: NOT OK +IdP 'ITA - Instituto Tecnologico de Aeronautica' results into: NOT OK +IdP 'UNIFEOB - Fundacao de Ensino Octavio Bastos' results into: NOT OK +IdP 'FNDE - Fundo Nacional de Desenvolvimento da Educacao' results into: NOT OK +IdP 'UNESC - Universidade do Extremo Sul Catarinense' results into: NOT OK +IdP 'IF SERTAO-PE - Instituto Federal de Educacao, Ciencia e Tecnologia do Sertao Pernambucano' results into: NOT OK +IdP 'UEA - Universidade do Estado do Amazonas' results into: NOT OK +IdP 'UFOP - Universidade Federal de Ouro Preto' results into: NOT OK +IdP 'UMSP - Universidade Metodista de Sao Paulo' results into: NOT OK +IdP 'CIDASC - Companhia Integrada de desenvolvimento Agricola de Sc' results into: NOT OK +IdP 'ANSP - an Academic Network at Sao Paulo' results into: NOT OK +IdP 'UFTM - Universidade Federal do Triangulo Mineiro' results into: NOT OK +IdP 'UNISO - Universidade de Sorocaba' results into: NOT OK +IdP 'Dalian Neusoft University of Information' results into: NOT OK +IdP 'CEFET-RJ - Centro Fed. Educ. Tecnol. Celso S. Fonseca' results into: NOT OK +IdP 'UFRJ - Universidade Federal do Rio de Janeiro' results into: NOT OK +IdP 'UFBA - Universidade Federal da Bahia' results into: NOT OK +IdP 'UNIFA - Universidade da Forca Aerea' results into: NOT OK +IdP 'UFRGS - Universidade Federal do Rio Grande do Sul' results into: NOT OK +IdP 'CPRM - Servico Geologico do Brasil' results into: NOT OK +IdP 'Kyoto Prefectural University of Medicine' results into: NOT OK +IdP 'Flanders Marine Institute (VLIZ)' results into: NOT OK +IdP 'CRA-W' results into: NOT OK +IdP 'Universite de Namur' results into: NOT OK +IdP 'Universiteit Hasselt' results into: NOT OK +IdP 'HEPH-Condorcet' results into: NOT OK +IdP 'Enseignement Secondaire de la Province de Hainaut (eduHainaut)' results into: NOT OK +IdP 'Hainaut-PromSoc' results into: NOT OK +IdP 'Vito' results into: NOT OK +IdP 'Hogeschool West-Vlaanderen' results into: NOT OK +IdP 'Hogeschool PXL' results into: NOT OK +IdP 'Universite de Liege - ULG' results into: NOT OK +IdP 'Universite catholique de Louvain' results into: NOT OK +IdP 'Hogeschool Gent' results into: NOT OK +IdP 'Belnet staff HA IdP' results into: NOT OK +IdP 'Universiteit Antwerpen' results into: NOT OK +IdP 'UGent' results into: NOT OK +IdP 'KU Leuven / KU Leuven Association' results into: NOT OK +IdP 'VIB' results into: NOT OK +IdP 'Haute Ecole en Hainaut IDP' results into: NOT OK +IdP 'VUB - IDP (Vrije Universiteit Brussel)' results into: NOT OK +IdP 'ULB - IDP (Universite libre de Bruxelles)' results into: NOT OK +IdP 'Universite de Mons (UMONS)' results into: NOT OK +IdP 'Universite Saint-Louis - Bruxelles' results into: NOT OK +IdP 'Arcada' results into: NOT OK +IdP 'Lahti University of Applied Sciences' results into: NOT OK +IdP 'Jyväskylä University of Applied Sciences' results into: NOT OK +IdP 'University of Jyväskyla' results into: NOT OK +IdP 'Tampere University of Applied Sciences' results into: NOT OK +IdP 'LUT University' results into: NOT OK +IdP 'Hanken School of Economics' results into: NOT OK +IdP 'University of Lapland' results into: NOT OK +IdP 'Finnish Environment Institute' results into: NOT OK +IdP 'Finnish Meteorological Institute' results into: NOT OK +IdP 'University of Tampere' results into: NOT OK +IdP 'University of Oulu' results into: NOT OK +IdP 'University of Turku' results into: NOT OK +IdP 'CSC - IT Center for Science Ltd.' results into: NOT OK +IdP 'Satakunta University of Applied Sciences' results into: NOT OK +IdP 'Åbo Akademi University' results into: NOT OK +IdP 'Tampere University of Technology' results into: NOT OK +IdP 'University of Helsinki' results into: NOT OK +IdP 'Metropolia University of Applied Sciences' results into: NOT OK +IdP 'National Institute for Health and Welfare (THL)' results into: NOT OK +IdP 'University of Eastern Finland' results into: NOT OK +IdP 'South-Eastern Finland University of Applied Sciences' results into: NOT OK +IdP 'Saimaa University of Applied Sciences' results into: NOT OK +IdP 'Aalto University' results into: NOT OK +IdP 'Turku University of Applied Sciences' results into: NOT OK +IdP 'University of the Arts Helsinki' results into: NOT OK +IdP 'Savonia University of Applied Sciences' results into: NOT OK +IdP 'Tampere University Community' results into: NOT OK +IdP 'University of Vaasa' results into: NOT OK +IdP 'Häme University of Applied Sciences' results into: NOT OK +IdP 'Government ICT Centre Valtori' results into: NOT OK +IdP 'Studijní a vědecká knihovna v Hradci Králové' results into: NOT OK +IdP 'Ústav zemědělské ekonomiky a informací' results into: NOT OK +IdP 'Krajská knihovna v Pardubicích' results into: NOT OK +IdP 'Národní filmový archiv' results into: NOT OK +IdP 'Univerzita Karlova' results into: NOT OK +IdP 'Jihočeská vědecká knihovna v Českých Budějovicích' results into: NOT OK +IdP 'Česká zemědělská univerzita v Praze' results into: NOT OK +IdP 'Fakultní nemocnice Ostrava' results into: NOT OK +IdP 'USMH' results into: NOT OK +IdP 'UVN Praha' results into: NOT OK +IdP 'VUMOP' results into: NOT OK +IdP 'Městská knihovna v Praze' results into: NOT OK +IdP 'Jihočeská univerzita v Českých Budějovicích' results into: NOT OK +IdP 'Vysoká škola ekonomická v Praze' results into: NOT OK +IdP 'Slezská univerzita v Opavě' results into: NOT OK +IdP 'Akademie múzických umění v Praze' results into: NOT OK +IdP 'Archeologický ústav AV ČR, Brno' results into: NOT OK +IdP 'Archeologický ústav AV ČR, Praha' results into: NOT OK +IdP 'Astronomický ústav Akademie věd České republiky' results into: NOT OK +IdP 'BBMRI-ERIC' results into: NOT OK +IdP 'Biologické centrum AV ČR, v.v.i.' results into: NOT OK +IdP 'Ústav informatiky AV ČR, v.v.i.' results into: NOT OK +IdP 'Ústav výzkumu globální změny AV ČR, v. v. i.' results into: NOT OK +IdP 'Etnologický ústav AV ČR, v. v. i.' results into: NOT OK +IdP 'Fyziologický ústav AV ČR, v.v.i.' results into: NOT OK +IdP 'Filosofický ústav AV ČR' results into: NOT OK +IdP 'Fakultní nemocnice u sv.Anny v Brně' results into: NOT OK +IdP 'Fyzikální ústav Akademie věd ČR, v.v.i.' results into: NOT OK +IdP 'Geologický ústav AV ČR, v. v. i.' results into: NOT OK +IdP 'Historický ústav AV ČR, v.v.i.' results into: NOT OK +IdP 'Ústav živočišné fyziologie a genetiky AV ČR, v. v. i.' results into: NOT OK +IdP 'Botanický ústav AV ČR, v. v. i.' results into: NOT OK +IdP 'Biofyzikální ústav AV ČR, v.v.i.' results into: NOT OK +IdP 'Biotechnologický ústav AV ČR, v.v.i.' results into: NOT OK +IdP 'Ústav chemických procesů AV ČR' results into: NOT OK +IdP 'Ústav experimentální medicíny AV ČR' results into: NOT OK +IdP 'Geofyzikální ústav AV ČR, v.v.i.' results into: NOT OK +IdP 'Ústav anorganické chemie AV ČR' results into: NOT OK +IdP 'Ústav molekulární genetiky AV ČR, v. v. i.' results into: NOT OK +IdP 'Ústav fyziky materiálů Akademie věd České republiky, v.v.i.' results into: NOT OK +IdP 'Ústav fyziky plazmatu AV ČR, v.v.i.' results into: NOT OK +IdP 'Ústav přístrojové techniky AV ČR, v. v. i.' results into: NOT OK +IdP 'Ústav teoretické a aplikované mechaniky AV ČR, v.v.i.' results into: NOT OK +IdP 'Ústav biologie obratlovců AV ČR, v.v.i.' results into: NOT OK +IdP 'Ústav fyzikální chemie J. Heyrovského AV ČR, v.v.i.' results into: NOT OK +IdP 'Knihovna AV ČR, v. v. i.' results into: NOT OK +IdP 'Matematický ústav AV ČR, v.v.i.' results into: NOT OK +IdP 'Mikrobiologický ústav AV ČR, v.v.i.' results into: NOT OK +IdP 'Mendelova univerzita v Brně' results into: NOT OK +IdP 'Masarykův ústav a archiv AV ČR' results into: NOT OK +IdP 'Orientální ústav AV ČR, v.v.i.' results into: NOT OK +IdP 'Psychologický ústav Akademie věd České republiky, v.v.i.' results into: NOT OK +IdP 'Regionální centrum aplikované molekulární onkologie (RECAMO)' results into: NOT OK +IdP 'Regionální knihovna Karviná (www.rkka.cz)' results into: NOT OK +IdP 'ŠKODA AUTO Vysoká škola' results into: NOT OK +IdP 'Slovanský ústav AV ČR' results into: NOT OK +IdP 'Sociologický ústav AV ČR, v.v.i.' results into: NOT OK +IdP 'Středisko společných činností AV ČR' results into: NOT OK +IdP 'Státní ústav radiační ochrany, v.v.i.' results into: NOT OK +IdP 'Studijní a vědecká knihovna Plzeňského kraje' results into: NOT OK +IdP 'Ústav archeologické památkové péče Brno' results into: NOT OK +IdP 'Ústav dějin umění Akademie věd ČR, v.v.i.' results into: NOT OK +IdP 'Ústav experimentální botaniky AV ČR, v. v. i.' results into: NOT OK +IdP 'Ústav fyziky atmosféry AV ČR' results into: NOT OK +IdP 'Ústav fotoniky a elektroniky, Akademie věd ČR, v.v.i.' results into: NOT OK +IdP 'Ústav geoniky AV ČR, v. v. i.' results into: NOT OK +IdP 'Univerzita Hradec Králové' results into: NOT OK +IdP 'Ústav pro jazyk český AV ČR, v. v. i.' results into: NOT OK +IdP 'Univerzita Jana Evangelisty Purkyně v Ústí nad Labem' results into: NOT OK +IdP 'Ústav jaderné fyziky AV ČR, v.v.i.' results into: NOT OK +IdP 'Univerzita Obrany' results into: NOT OK +IdP 'Univerzita Pardubice' results into: NOT OK +IdP 'Univerzita Palackého v Olomouci' results into: NOT OK +IdP 'Ústav pro soudobé dějiny AV ČR, v. v. i.' results into: NOT OK +IdP 'Ústav teorie informace a automatizace AV ČR, v.v.i.' results into: NOT OK +IdP 'Veterinární a farmaceutická univerzita Brno' results into: NOT OK +IdP 'VSB - TU Ostrava' results into: NOT OK +IdP 'Výzkumný ústav potravinářský Praha' results into: NOT OK +IdP 'České vysoké učení technické v Praze' results into: NOT OK +IdP 'Masarykova univerzita' results into: NOT OK +IdP 'Ostravská univerzita' results into: NOT OK +IdP 'Ústav mezinárodních vztahů' results into: NOT OK +IdP 'Moravskoslezská vědecká knihovna v Ostravě' results into: NOT OK +IdP 'Krajská knihovna Františka Bartoše ve Zlíně' results into: NOT OK +IdP 'Knihovna Jana Drdy' results into: NOT OK +IdP 'Knihovna Karla Dvořáčka' results into: NOT OK +IdP 'Krajská knihovna Vysočiny' results into: NOT OK +IdP 'Městská knihovna v Českém Krumlově' results into: NOT OK +IdP 'Městská knihovna Pelhřimov' results into: NOT OK +IdP 'Městská knihovna Písek' results into: NOT OK +IdP 'Městská knihovna v Milevsku' results into: NOT OK +IdP 'Městská knihovna Kutná Hora' results into: NOT OK +IdP 'Knihovna Eduarda Petišky' results into: NOT OK +IdP 'Městská knihovna Břeclav' results into: NOT OK +IdP 'Městská knihovna Chodov' results into: NOT OK +IdP 'Knihovna města Hradce Králové' results into: NOT OK +IdP 'Městská knihovna Hodonín' results into: NOT OK +IdP 'Městská knihovna a informační centrum Hradec nad Moravicí' results into: NOT OK +IdP 'Městská knihovna Mariánské Lázně' results into: NOT OK +IdP 'Městská knihovna Most' results into: NOT OK +IdP 'Městská knihovna v Přerově' results into: NOT OK +IdP 'Městská knihovna Tábor' results into: NOT OK +IdP 'Knihovna Třinec' results into: NOT OK +IdP 'Městská knihovna Znojmo' results into: NOT OK +IdP 'Knihovna Petra Bezruče v Opavě' results into: NOT OK +IdP 'Krajská vědecká knihovna Liberec' results into: NOT OK +IdP 'Ústav organické chemie a biochemie AV ČR, v.v.i.' results into: NOT OK +IdP 'Městská knihovna Kladno' results into: NOT OK +IdP 'Městská knihovna Ostrov' results into: NOT OK +IdP 'Městská knihovna s regionálními funkcemi Trutnov' results into: NOT OK +IdP 'Pedagogická knihovna J. A. Komenského' results into: NOT OK +IdP 'Nemocnice Třebíč, p.o.' results into: NOT OK +IdP 'Nemocnice Jihlava, p.o.' results into: NOT OK +IdP 'Národní lékařská knihovna - Medvik' results into: NOT OK +IdP 'Západočeská univerzita v Plzni' results into: NOT OK +IdP 'Technická univerzita v Liberci' results into: NOT OK +IdP 'Moravská zemská knihovna' results into: NOT OK +IdP 'Národní knihovna České republiky' results into: NOT OK +IdP 'Narodni technicka knihovna' results into: NOT OK +IdP 'Univerzita Tomáše Bati ve Zlíně' results into: NOT OK +IdP 'Vědecká knihovna v Olomouci' results into: NOT OK +IdP 'Středočeská vědecká knihovna v Kladně' results into: NOT OK +IdP 'Severočeská vědecká knihovna v Ústí nad Labem' results into: NOT OK +IdP 'CESNET' results into: NOT OK +IdP 'Vysoká škola chemicko-technologická Praze' results into: NOT OK +IdP 'Vysoké učení technické v Brně' results into: NOT OK +IdP 'NORDUnet' results into: NOT OK +IdP 'Chalmers' results into: NOT OK +IdP 'Linnaeus University' results into: NOT OK +IdP 'Dalarna University' results into: NOT OK +IdP 'Malmö University' results into: NOT OK +IdP 'Swedish University of Agricultural Science' results into: NOT OK +IdP 'Linköping University - old' results into: NOT OK +IdP 'Kristianstad University Sweden' results into: NOT OK +IdP 'Stockholm University' results into: NOT OK +IdP 'Örebro University' results into: NOT OK +IdP 'National Library of Sweden' results into: NOT OK +IdP 'Mid Sweden University' results into: NOT OK +IdP 'Mälardalen University' results into: NOT OK +IdP 'Royal College of Music in Stockholm' results into: NOT OK +IdP 'The Royal Swedish Academy of Sciences' results into: NOT OK +IdP 'Ersta Sköndal University College' results into: NOT OK +IdP 'Sophiahemmet University' results into: NOT OK +IdP 'Linköping University' results into: NOT OK +IdP 'Uppsala University' results into: NOT OK +IdP 'Stockholm School of Economics IdP' results into: NOT OK +IdP 'eduID Sweden' results into: NOT OK +IdP 'SICS' results into: NOT OK +IdP 'Royal Institute of Art' results into: NOT OK +IdP 'Konstfack' results into: NOT OK +IdP 'Lund University' results into: NOT OK +IdP 'Blekinge Institute of Technology' results into: NOT OK +IdP 'Södertörn University' results into: NOT OK +IdP 'Swedish Institute of Space Physics' results into: NOT OK +IdP 'University College Stockholm' results into: NOT OK +IdP 'The Swedish Research Council' results into: NOT OK +IdP 'Karlstad University' results into: NOT OK +IdP 'Swedish Defence University' results into: NOT OK +IdP 'University of Gothenburg' results into: NOT OK +IdP 'Jönköping University' results into: NOT OK +IdP 'SUNET' results into: NOT OK +IdP 'Lulea University of Technology' results into: NOT OK +IdP 'Halmstad University' results into: NOT OK +IdP 'The Swedish School of Sport and Health Sciences' results into: NOT OK +IdP 'University of Skövde' results into: NOT OK +IdP 'University of Borås' results into: NOT OK +IdP 'KTH Royal Institute of Technology' results into: NOT OK +IdP 'Karolinska Institutet' results into: NOT OK +IdP 'Swedish Red Cross University College' results into: NOT OK +IdP 'University of Gävle' results into: NOT OK +IdP 'Umeå University' results into: NOT OK +IdP 'Swedish Museum of Natural History' results into: NOT OK +IdP 'Stockholm University of the Arts' results into: NOT OK +IdP 'University West' results into: NOT OK +IdP 'NIIF Institute - National Information Infrastructure Development' results into: NOT OK +IdP 'Pázmány Péter Catholic University' results into: NOT OK +IdP 'University of Debrecen' results into: NOT OK +IdP 'Wigner Research Centre for Physics' results into: NOT OK +IdP 'University of Dunaújváros' results into: NOT OK +IdP 'ELTE' results into: NOT OK +IdP 'Budapest University of Technology and Economics' results into: NOT OK +IdP 'Szent István University' results into: NOT OK +IdP 'Széchenyi István Egyetem' results into: NOT OK +IdP 'Semmelweis University' results into: NOT OK +IdP 'University of Pécs' results into: NOT OK +IdP 'MTA Research Centre for Natural Sciences' results into: NOT OK +IdP 'Hungarian Academy of Sciences' results into: NOT OK +IdP 'Kecskemét Collage' results into: NOT OK +IdP 'Óbuda University' results into: NOT OK +IdP 'National University of Public Service' results into: NOT OK +IdP 'University of Sopron' results into: NOT OK +IdP 'University of Szeged' results into: NOT OK +IdP 'Computer and Automation Research Institute, Hungarian Academy of Sciences' results into: NOT OK +IdP 'University of Pannonia' results into: NOT OK +IdP 'Library and Information Centre of the Hungarian Academy of Sciences' results into: NOT OK +IdP 'Centre for Ecological Research, Hungarian Academy of Sciences' results into: NOT OK +IdP 'Eszterházy Károly University, Eger' results into: NOT OK +IdP 'Research Centre for the Humanities of the Hungarian Academy of Sciences' results into: NOT OK +IdP 'Library and Information Centre of the Hungarian Academy of Sciences' results into: NOT OK +IdP 'Kaposvár University' results into: NOT OK +IdP 'MTA Research Centre for Astronomy and Earth Sciences' results into: NOT OK +IdP 'International Business School' results into: NOT OK +IdP 'Computer and Automation Research Institute, Hungarian Academy of Sciences' results into: NOT OK +IdP 'National Széchényi Library' results into: NOT OK +IdP 'Kodolányi János University' results into: NOT OK +IdP 'GARR - Direzione' results into: NOT OK +IdP 'Università di Napoli Parthenope' results into: NOT OK +IdP 'University of Modena e Reggio Emilia' results into: NOT OK +IdP 'PROD - IDP in the Cloud Project (GARR)' results into: NOT OK +IdP 'IRCCS IOV Istituto Oncologico Veneto' results into: NOT OK +IdP 'IZS Sicilia' results into: NOT OK +IdP 'Urbino University' results into: NOT OK +IdP 'University of Genoa' results into: NOT OK +IdP 'CNR Institute of Clinical Physiology' results into: NOT OK +IdP 'University of Pavia' results into: NOT OK +IdP 'University of Ferrara' results into: NOT OK +IdP 'National Research Council (CNR)' results into: NOT OK +IdP 'CNR Institute of Informatics and Telematics' results into: NOT OK +IdP 'University IUAV Venezia' results into: NOT OK +IdP 'University of Milano-Bicocca' results into: NOT OK +IdP 'Ca' Foscari University of Venice' results into: NOT OK +IdP 'CNR Institute for Computational Linguistics "Antonio Zampolli"' results into: NOT OK +IdP 'University of Trento' results into: NOT OK +IdP 'University of Bergamo' results into: NOT OK +IdP 'University of Naples Federico II' results into: NOT OK +IdP 'Politecnico di Milano' results into: NOT OK +IdP 'Second University of Naples' results into: NOT OK +IdP 'CINECA Inter-University Consortium' results into: NOT OK +IdP 'University of Salento' results into: NOT OK +IdP 'ICCU - Central Institute for the Union Catalogue' results into: NOT OK +IdP 'INFN - National Institute for Nuclear Physics' results into: NOT OK +IdP 'Edmund Mach Foundation - Istituto Agrario di San Michele all'Adige' results into: NOT OK +IdP 'University of Catania' results into: NOT OK +IdP 'ISTAT - Italian National Institute of Statistics' results into: NOT OK +IdP 'University of Politecnica delle Marche' results into: NOT OK +IdP 'IRCCS CRO di Aviano' results into: NOT OK +IdP 'University of Verona' results into: NOT OK +IdP 'University of Siena' results into: NOT OK +IdP 'Politecnico di Bari' results into: NOT OK +IdP 'UNICAL - University of Calabria' results into: NOT OK +IdP 'University of Rome Tor Vergata' results into: NOT OK +IdP 'IRCCS Eugenio Medea' results into: NOT OK +IdP 'Mediterranea University of Reggio Calabria' results into: NOT OK +IdP 'University of Messina' results into: NOT OK +IdP 'IZS del Mezzogiorno' results into: NOT OK +IdP 'University of Palermo' results into: NOT OK +IdP 'University of Piemonte Orientale' results into: NOT OK +IdP 'CSP - innovation in ICT' results into: NOT OK +IdP 'IRCCS Associazione Oasi Maria SS. Onlus' results into: NOT OK +IdP 'National Institute of Oceanography and Experimental Geophysics' results into: NOT OK +IdP 'Istituto Zooprofilattico Sperimentale dell'Abruzzo e del Molise "G. Caporale"' results into: NOT OK +IdP 'University of Bari Aldo Moro' results into: NOT OK +IdP 'Scuola Superiore Sant'Anna' results into: NOT OK +IdP 'University of Perugia' results into: NOT OK +IdP 'Bocconi University' results into: NOT OK +IdP 'IIT - Istituto Italiano di Tecnologia' results into: NOT OK +IdP 'University of Macerata' results into: NOT OK +IdP 'University of Parma' results into: NOT OK +IdP 'IMT Institute for Advanced Studies Lucca' results into: NOT OK +IdP 'IRCCS Fondazione Stella Maris' results into: NOT OK +IdP 'IRCCS Fondazione Don Carlo Gnocchi Onlus' results into: NOT OK +IdP 'IRCCS Casa Sollievo della Sofferenza' results into: NOT OK +IdP 'SISSA - Scuola Internazionale Superiore di Studi Avanzati' results into: NOT OK +IdP 'Roma TRE University' results into: NOT OK +IdP 'University of Padova' results into: NOT OK +IdP 'Cagliari State University' results into: NOT OK +IdP 'National Institute for Astrophysics - INAF' results into: NOT OK +IdP 'University of Florence' results into: NOT OK +IdP 'University of Trieste' results into: NOT OK +IdP 'University of Pisa' results into: NOT OK +IdP 'University of Turin' results into: NOT OK +IdP 'University of Bologna' results into: NOT OK +IdP 'SSABAP RM - Soprintendenza Speciale Archeologia Belle Arti e Paesaggio di Roma' results into: NOT OK +IdP 'University for Foreigners Perugia' results into: NOT OK +IdP 'International University of Languages and Media' results into: NOT OK +IdP 'Università degli Studi Internazionali di Roma - UNINT' results into: NOT OK +IdP 'Europäischen Akademie Bozen' results into: NOT OK +IdP 'University of Camerino' results into: NOT OK +IdP 'Freie Universität Bozen' results into: NOT OK +IdP 'IRCCS IFO - Rome' results into: NOT OK +IdP 'IRCCS INRCA - Ancona' results into: NOT OK +IdP 'IRCCS San Raffaele Pisana - Rome' results into: NOT OK +IdP 'IRCCS Fondazione Ospedale San Camillo - Venice' results into: NOT OK +IdP 'IRCCS ICS Maugeri - Pavia' results into: NOT OK +IdP 'IRCCS SDN - Napoli' results into: NOT OK +IdP 'IRCCS Istittuto Auxologico Italiano - Milano' results into: NOT OK +IdP 'University of Cassino' results into: NOT OK +IdP 'IRCCS Pascale - Napoli' results into: NOT OK +IdP 'IRCCS Istituto Tumori "Giovanni Paolo II" - Bari' results into: NOT OK +IdP 'ISPRA Istituto Superiore per la Protezione e Ricerca Ambientale' results into: NOT OK +IdP 'IRCCS FBF - Brescia' results into: NOT OK +IdP 'IRCCS "S. de Bellis" - Castellana Grotte (BARI)' results into: NOT OK +IdP 'University of Sannio' results into: NOT OK +IdP 'IRCCS ISMETT - Palermo' results into: NOT OK +IdP 'IRCCS IEO - Milano' results into: NOT OK +IdP 'EGO - European Gravitational Observatory' results into: NOT OK +IdP 'IRCCS Burlo Garofolo - Trieste' results into: NOT OK +IdP 'University of Udine' results into: NOT OK +IdP 'University of Salerno' results into: NOT OK +IdP 'IRCCS San Martino University Hospital' results into: NOT OK +IdP 'IRCCS Neuromed Pozzilli (IS)' results into: NOT OK +IdP 'IRCCS CROB - Rionero in Vulture (PZ)' results into: NOT OK +IdP 'IRCCS San Matteo - Pavia' results into: NOT OK +IdP 'IRCCS Istituto delle Scienze Neurologiche - Bologna' results into: NOT OK +IdP 'IRCCS Centro Cardiologico Monzino - Milano' results into: NOT OK +IdP 'IRCCS OMP Ca' Granda - Milano' results into: NOT OK +IdP 'ISS - Istituto Superiore di Sanità' results into: NOT OK +IdP 'IRCCS Santa Lucia - Roma' results into: NOT OK +IdP 'INRiM - Istituto Nazionale di Ricerca Metrologica' results into: NOT OK +IdP 'DFN-Verein - Deutsches Forschungsnetz' results into: NOT OK +IdP 'Max-Delbrück-Centrum für molekulare Medizin' results into: NOT OK +IdP 'Helmholtz Zentrum München Deutsches Forschungzentrum für Gesundheit und Umwelt' results into: NOT OK +IdP 'IPK Gatersleben' results into: NOT OK +IdP 'Ruhr-Universität Bochum' results into: NOT OK +IdP 'Universität Leipzig' results into: NOT OK +IdP 'Fachhochschule Potsdam' results into: NOT OK +IdP 'Hochschule für Musik Freiburg' results into: NOT OK +IdP 'Badische Landesbibliothek Karlsruhe' results into: NOT OK +IdP 'Technische Hochschule Georg Agricola' results into: NOT OK +IdP 'Technische Universität Bergakademie Freiberg' results into: NOT OK +IdP 'Charité – Universitätsmedizin Berlin' results into: NOT OK +IdP 'Deutsches Krebsforschungszentrum - Stiftung des öffentlichen Rechts' results into: NOT OK +IdP 'Technische Universität Berlin' results into: NOT OK +IdP 'AEB - Agencia Espacial Brasileira' results into: NOT OK +IdP 'Leibniz-Institut für Nutztierbiologie (FBN)' results into: NOT OK +IdP 'Freie Universität Berlin' results into: NOT OK +IdP 'Hochschule für Wirtschaft und Recht Berlin' results into: NOT OK +IdP 'Otto-von-Guericke-Universität Magdeburg' results into: NOT OK +IdP 'Berufsakademie Sachsen Staatliche Studienakademie Leipzig' results into: NOT OK +IdP 'Berufsakademie Sachsen' results into: NOT OK +IdP 'Max-Planck-Institut für Biochemie' results into: NOT OK +IdP 'Frankfurt University of Applied Sciences' results into: NOT OK +IdP 'Gesellschaft für wissenschaftliche Datenverarbeitung mbH' results into: NOT OK +IdP 'Deutsches Elektronen-Synchrotron DESY' results into: NOT OK +IdP 'DFN-CERT Services GmbH' results into: NOT OK +IdP 'DFN-Verein - Deutsches Forschungsnetz' results into: NOT OK +IdP 'DHBW Lörrach' results into: NOT OK +IdP 'Deutsches Klimarechenzentrum GmbH' results into: NOT OK +IdP 'Deutsches Schifffahrtsmuseum Bremerhaven (DSM)' results into: NOT OK +IdP 'Ernst-Abbe-Hochschule Jena' results into: NOT OK +IdP 'ESMT European School of Management and Technology GmbH' results into: NOT OK +IdP 'ESO - Europäische Südsternwarte' results into: NOT OK +IdP 'Europa-Universität Viadrina' results into: NOT OK +IdP 'Evangelische Hochschule Nürnberg' results into: NOT OK +IdP 'Fachhochschule Dortmund' results into: NOT OK +IdP 'Fachhochschule Kiel' results into: NOT OK +IdP 'Fachhochschule Münster' results into: NOT OK +IdP 'Hochschule Offenburg' results into: NOT OK +IdP 'Technische Hochschule Rosenheim' results into: NOT OK +IdP 'Fachhochschule Südwestfalen' results into: NOT OK +IdP 'Hochschule Trier' results into: NOT OK +IdP 'Hochschule Würzburg-Schweinfurt' results into: NOT OK +IdP 'Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e. V.' results into: NOT OK +IdP 'GEOMAR Helmholtz-Zentrum für Ozeanforschung Kiel' results into: NOT OK +IdP 'Herzog August Bibliothek Wolfenbuettel' results into: NOT OK +IdP 'Johann Wolfgang Goethe-Universität Frankfurt am Main' results into: NOT OK +IdP 'Helmholtz-Zentrum Berlin (HZB)' results into: NOT OK +IdP 'Hochschule für Grafik und Buchkunst Leipzig' results into: NOT OK +IdP 'Hochschule Biberach' results into: NOT OK +IdP 'Technische Universität Darmstadt' results into: NOT OK +IdP 'Universität Kassel' results into: NOT OK +IdP 'Hochschule Bochum' results into: NOT OK +IdP 'Hochschule Bremen' results into: NOT OK +IdP 'Hochschule Bremerhaven' results into: NOT OK +IdP 'Hochschule Emden/Leer' results into: NOT OK +IdP 'Hochschule Esslingen' results into: NOT OK +IdP 'Hochschule Flensburg' results into: NOT OK +IdP 'Hochschule für Gesundheit' results into: NOT OK +IdP 'Hochschule Harz (FH)' results into: NOT OK +IdP 'Hochschule Karlsruhe - Technik und Wirtschaft' results into: NOT OK +IdP 'Hochschule Koblenz' results into: NOT OK +IdP 'Hochschule für Wirtschaft und Gesellschaft Ludwigshafen' results into: NOT OK +IdP 'Hochschule für öffentliche Verwaltung und Finanzen Ludwigsburg' results into: NOT OK +IdP 'Hochschule Magdeburg-Stendal' results into: NOT OK +IdP 'Hochschule für Forstwirtschaft Rottenburg (HFR)' results into: NOT OK +IdP 'Hochschule Ruhr West' results into: NOT OK +IdP 'Hochschule Wismar' results into: NOT OK +IdP 'Hochschule Hamm-Lippstadt' results into: NOT OK +IdP 'Hochschule Zittau / Görlitz' results into: NOT OK +IdP 'Hochschule Konstanz, Technik, Wirtschaft und Gestaltung' results into: NOT OK +IdP 'Hochschule für Wirtschaft und Gesellschaft Ludwigshafen' results into: NOT OK +IdP 'Leibniz-Institut für Deutsche Sprache (IDS)' results into: NOT OK +IdP 'Leibniz-Institut für Plasmaforschung und Technologie e.V. (INP Greifswald)' results into: NOT OK +IdP 'Leibniz-Institut für Pflanzenbiochemie Halle' results into: NOT OK +IdP 'Leibniz-Institut für Analytische Wissenschaften - ISAS - e.V..' results into: NOT OK +IdP 'Technische Universität Dortmund' results into: NOT OK +IdP 'Forschungszentrum Jülich GmbH' results into: NOT OK +IdP 'Kunsthochschule für Medien Köln' results into: NOT OK +IdP 'Katholische Stiftungsfachhochschule München' results into: NOT OK +IdP 'Katholische Universität Eichstätt-Ingolstadt' results into: NOT OK +IdP 'Ministerium für Bildung, Wissenschaft und Kultur Mecklenburg-Vorpommern' results into: NOT OK +IdP 'Leibniz-Rechenzentrum der Bayerischen Akademie der Wissenschaften' results into: NOT OK +IdP 'Max-Planck-Institut für Informatik' results into: NOT OK +IdP 'Technische Hochschule Nürnberg Georg Simon Ohm' results into: NOT OK +IdP 'Ostbayerische Technische Hochschule Amberg-Weiden' results into: NOT OK +IdP 'Pädagogische Hochschule Freiburg' results into: NOT OK +IdP 'Pädagogische Hochschule Schwäbisch Gmünd' results into: NOT OK +IdP 'Pädagogische Hochschule Karlsruhe' results into: NOT OK +IdP 'PH Ludwigsburg' results into: NOT OK +IdP 'Hochschule Reutlingen' results into: NOT OK +IdP 'Universität zu Köln' results into: NOT OK +IdP 'Universität Augsburg' results into: NOT OK +IdP 'Otto-Friedrich-Universität Bamberg' results into: NOT OK +IdP 'Universität Hohenheim' results into: NOT OK +IdP 'Christian-Albrechts-Universität zu Kiel' results into: NOT OK +IdP 'Karlsruher Institut für Technologie (KIT)' results into: NOT OK +IdP 'Technische Hochschule Mittelhessen' results into: NOT OK +IdP 'Technische Universität Clausthal' results into: NOT OK +IdP 'Technische Universität Ilmenau' results into: NOT OK +IdP 'Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg' results into: NOT OK +IdP 'Universität Bremen' results into: NOT OK +IdP 'Heinrich-Heine-Universität Düsseldorf' results into: NOT OK +IdP 'Universität Duisburg-Essen' results into: NOT OK +IdP 'Europa-Universität Flensburg' results into: NOT OK +IdP 'Universität Greifswald' results into: NOT OK +IdP 'Universität Heidelberg (Ruprecht-Karls-Universität)' results into: NOT OK +IdP 'Friedrich-Schiller-Universität Jena' results into: NOT OK +IdP 'Technische Universität Kaiserslautern' results into: NOT OK +IdP 'Universität Konstanz' results into: NOT OK +IdP 'Universität zu Lübeck' results into: NOT OK +IdP 'Universität Mannheim' results into: NOT OK +IdP 'Carl von Ossietzky Universität Oldenburg' results into: NOT OK +IdP 'Universität Paderborn' results into: NOT OK +IdP 'Universität Potsdam' results into: NOT OK +IdP 'Universität Stuttgart' results into: NOT OK +IdP 'Universität Tübingen' results into: NOT OK +IdP 'Universität Ulm' results into: NOT OK +IdP 'Universität Witten/Herdecke' results into: NOT OK +IdP 'Bergische Universität Wuppertal' results into: NOT OK +IdP 'Universitätsmedizin der Johannes Gutenberg-Universität Mainz' results into: NOT OK +IdP 'Zeppelin Universität' results into: NOT OK +IdP 'Universität des Saarlandes' results into: NOT OK +IdP 'Leuphana Universität Lüneburg' results into: NOT OK +IdP 'Deutsches Institut für Ernährungsforschung Potsdam-Rehbrücke (DIfE)' results into: NOT OK +IdP 'Technische Hochschule Ingolstadt' results into: NOT OK +IdP 'Helmholtz-Zentrum für Umweltforschung - UFZ' results into: NOT OK +IdP 'Hochschule für angewandte Wissenschaften Augsburg' results into: NOT OK +IdP 'Hochschule Furtwangen - Informatik, Technik, Wirtschaft, Medien, Gesundheit' results into: NOT OK +IdP 'Hochschule für Technik und Wirtschaft Dresden' results into: NOT OK +IdP 'Jacobs University Bremen gGmbH' results into: NOT OK +IdP 'Rheinische Fachhochschule Köln gGmbH' results into: NOT OK +IdP 'Technische Universität Dresden' results into: NOT OK +IdP 'Technische Hochschule Aschaffenburg' results into: NOT OK +IdP 'Ludwig-Maximilians-Universität München (LMU)' results into: NOT OK +IdP 'Berlin-Brandenburgische Akademie der Wissenschaften' results into: NOT OK +IdP 'Beuth Hochschule für Technik Berlin' results into: NOT OK +IdP 'Staatsbibliothek zu Berlin' results into: NOT OK +IdP 'Duale Hochschule Baden-Württemberg Heidenheim' results into: NOT OK +IdP 'Duale Hochschule Baden-Württemberg Ravensburg' results into: NOT OK +IdP 'Leibniz-Institut für Bildungsforschung und Bildungsinformation' results into: NOT OK +IdP 'FernUniversität in Hagen' results into: NOT OK +IdP 'Hochschule für Angewandte Wissenschaften Hamburg' results into: NOT OK +IdP 'Hochschule für Wirtschaft und Umwelt Nürtingen-Geislingen' results into: NOT OK +IdP 'Hochschule Albstadt-Sigmaringen' results into: NOT OK +IdP 'Hochschule Mannheim' results into: NOT OK +IdP 'Technische Hochschule Ostwestfalen-Lippe' results into: NOT OK +IdP 'Hochschule Ulm' results into: NOT OK +IdP 'Rheinisch-Westfälische Technische Hochschule Aachen' results into: NOT OK +IdP 'SLUB Dresden' results into: NOT OK +IdP 'Universität Hamburg' results into: NOT OK +IdP 'Universität Siegen' results into: NOT OK +IdP 'Westfälische Hochschule' results into: NOT OK +IdP 'Hochschule Mittweida University of Applied Sciences' results into: NOT OK +IdP 'Albert-Ludwigs-Universität Freiburg' results into: NOT OK +IdP 'Duale Hochschule Baden-Württemberg / DHBW Stuttgart' results into: NOT OK +IdP 'Hochschule München' results into: NOT OK +IdP 'Alfred-Wegener-Institut, Helmholtz-Zentrum für Polar- und Meeresforschung (AWI)' results into: NOT OK +IdP 'Humboldt-Universität zu Berlin' results into: NOT OK +IdP 'Hochschule Osnabrück' results into: NOT OK +IdP 'Ostfalia Hochschule für angewandte Wissenschaften' results into: NOT OK +IdP 'Stiftung Universität Hildesheim' results into: NOT OK +IdP 'Universität Osnabrück' results into: NOT OK +IdP 'Commerzbibliothek Hamburg' results into: NOT OK +IdP 'Martin-Luther-Universität Halle-Wittenberg' results into: NOT OK +IdP 'Technische Universität Hamburg (TUHH)' results into: NOT OK +IdP 'Johannes Gutenberg-Universität Mainz' results into: NOT OK +IdP 'Hochschule für Technik, Wirtschaft und Kultur Leipzig' results into: NOT OK +IdP 'Hochschule Ravensburg-Weingarten' results into: NOT OK +IdP 'Hochschule für Musik Weimar' results into: NOT OK +IdP 'Bauhaus-Universität Weimar' results into: NOT OK +IdP 'Gesellschaft für wissenschaftliche Datenverarbeitung mbH' results into: NOT OK +IdP 'Max-Planck-Gesellschaft' results into: NOT OK +IdP 'Georg-August-Universität Göttingen' results into: NOT OK +IdP 'Universität Regensburg' results into: NOT OK +IdP 'Julius-Maximilians-Universität Würzburg' results into: NOT OK +IdP 'Berufsakademie Sachsen Staatliche Studienakademie Bautzen' results into: NOT OK +IdP 'Duale Hochschule Baden-Württemberg - Karlsruhe' results into: NOT OK +IdP 'Hochschule Kaiserslautern' results into: NOT OK +IdP 'Medizinische Hochschule Hannover' results into: NOT OK +IdP 'Universität Bielefeld' results into: NOT OK +IdP 'Rheinische Friedrich-Wilhelms-Universität Bonn' results into: NOT OK +IdP 'Universität Trier' results into: NOT OK +IdP 'Universität Vechta' results into: NOT OK +IdP 'Hochschule für Technik Stuttgart' results into: NOT OK +IdP 'Universität Koblenz-Landau' results into: NOT OK +IdP 'Hochschule für Musik und Theater Hamburg' results into: NOT OK +IdP 'Hochschule Nordhausen' results into: NOT OK +IdP 'Universität Erfurt' results into: NOT OK +IdP 'Deutscher Akademischer Austauschdienst' results into: NOT OK +IdP 'Hochschule Mainz' results into: NOT OK +IdP 'Hochschule Darmstadt' results into: NOT OK +IdP 'Hochschule Rhein-Waal' results into: NOT OK +IdP 'Hochschule für angewandte Wissenschaften Neu-Ulm' results into: NOT OK +IdP 'Ostbayerische Technische Hochschule Regensburg' results into: NOT OK +IdP 'Leibniz Universität Hannover' results into: NOT OK +IdP 'Technische Universität Braunschweig' results into: NOT OK +IdP 'Universität Passau' results into: NOT OK +IdP 'Technische Universität München (TUM)' results into: NOT OK +IdP 'HTW Berlin' results into: NOT OK +IdP 'Philipps-Universität Marburg' results into: NOT OK +IdP 'Westsächsische Hochschule Zwickau' results into: NOT OK +IdP 'Technische Universität Chemnitz' results into: NOT OK +IdP 'San-Netz.de' results into: NOT OK +IdP 'Friedrich-Alexander-Universität Erlangen-Nürnberg' results into: NOT OK +IdP 'Verbundzentrale des GBV (VZG)' results into: NOT OK +IdP 'Westfälische Wilhelms-Universität Münster' results into: NOT OK +IdP 'Universität Freiburg' results into: NOT OK +IdP 'FHGR - Fachhochschule Graubünden' results into: NOT OK +IdP 'Université de Lausanne' results into: NOT OK +IdP 'EPFL - EPF Lausanne' results into: NOT OK +IdP 'Université de Neuchâtel' results into: NOT OK +IdP 'PHTG - Pädagogische Hochschule Thurgau' results into: NOT OK +IdP 'Università della Svizzera italiana' results into: NOT OK +IdP 'HSR - Hochschule für Technik Rapperswil' results into: NOT OK +IdP 'SUPSI - Scuola Universitaria Professionale della Svizzera Italiana' results into: NOT OK +IdP 'NTB - Hochschule für Technik Buchs' results into: NOT OK +IdP 'ETH Zürich' results into: NOT OK +IdP 'FHNW - Fachhochschule Nordwestschweiz' results into: NOT OK +IdP 'HfH - Interkantonale Hochschule für Heilpädagogik' results into: NOT OK +IdP 'PHSG - Pädagogische Hochschule St.Gallen' results into: NOT OK +IdP 'HES-SO - Haute École Spécialisée de Suisse occidentale' results into: NOT OK +IdP 'Empa' results into: NOT OK +IdP 'Universität St. Gallen' results into: NOT OK +IdP 'WSL - Eidg. Forschungsanstalt für Wald, Schnee und Landschaft' results into: NOT OK +IdP 'SWITCH' results into: NOT OK +IdP 'Universität Zürich' results into: NOT OK +IdP 'Universität Bern' results into: NOT OK +IdP 'PHVS - Pädagogische Hochschule Wallis' results into: NOT OK +IdP 'Idiap Research Institute' results into: NOT OK +IdP 'BFH - Berner Fachhochschule' results into: NOT OK +IdP 'HSLU - Hochschule Luzern' results into: NOT OK +IdP 'Universität Luzern' results into: NOT OK +IdP 'ZHdK - Zürcher Hochschule der Künste' results into: NOT OK +IdP 'Insel Gruppe' results into: NOT OK +IdP 'PHGR - Pädagogische Hochschule Graubünden' results into: NOT OK +IdP 'Universität Genf' results into: NOT OK +IdP 'Universität Basel' results into: NOT OK +IdP 'PHBern - Pädagogische Hochschule Bern' results into: NOT OK +IdP 'SNF - Schweizerischer Nationalfonds' results into: NOT OK +IdP 'Universität Liechtenstein' results into: NOT OK +IdP 'PSI - Paul Scherrer Institut' results into: NOT OK +IdP 'ZHAW - Zürcher Hochschule für Angewandte Wissenschaften' results into: NOT OK +IdP 'Eawag' results into: NOT OK +IdP 'FHS St. Gallen' results into: NOT OK +IdP 'Zentral- und Hochschulbibliothek Luzern' results into: NOT OK +IdP 'FernUni Schweiz' results into: NOT OK +IdP 'PH Zug - Pädagogische Hochschule Zug' results into: NOT OK +IdP 'PHSZ - Pädagogische Hochschule Schwyz' results into: NOT OK +IdP 'PHLU - Pädagogische Hochschule Luzern' results into: NOT OK +IdP 'PH Zürich - Pädagogische Hochschule Zürich' results into: NOT OK +IdP 'EHB / IFFP / IUFFP - Das eidgenössische Hochschulinstitut für Berufsbildung' results into: NOT OK +IdP 'FTL - Facoltà di Teologia di Lugano' results into: NOT OK +IdP 'Careum' results into: NOT OK +IdP 'PMOD/WRC - Observatorium Davos' results into: NOT OK +IdP 'HEP-PH FR - Pädagogische Hochschule Freiburg' results into: NOT OK +IdP 'libraries.ch' results into: NOT OK +IdP 'HEP-BEJUNE – Pädagogische Hochschule - BEJUNE' results into: NOT OK +IdP 'Euresearch Head Office' results into: NOT OK +IdP 'swissuniversities' results into: NOT OK +IdP 'HEP Vaud - Haute école pédagogique du canton de Vaud' results into: NOT OK +IdP 'Universitätsklinik Balgrist' results into: NOT OK +IdP 'CERN' results into: NOT OK +IdP 'Centro de Estudios Monetarios y Financieros' results into: NOT OK +IdP 'Instituto Tecnológico Agrario de Castilla y León' results into: NOT OK +IdP 'Instituto de Salud Carlos III' results into: NOT OK +IdP 'Universidad de Las Palmas de Gran Canaria' results into: NOT OK +IdP 'Universidad de La Laguna' results into: NOT OK +IdP 'Educación de Navarra' results into: NOT OK +IdP 'Zaragoza Logistics Center' results into: NOT OK +IdP 'Universitat de Vic - Universitat Central de Catalunya' results into: NOT OK +IdP 'Universidad de Salamanca' results into: NOT OK +IdP 'Universidad Rey Juan Carlos' results into: NOT OK +IdP 'Public University of Navarra' results into: NOT OK +IdP 'University of Oviedo' results into: NOT OK +IdP 'Universidad de León' results into: NOT OK +IdP 'Universidad Miguel Hernández de Elche' results into: NOT OK +IdP 'Universitat de Lleida' results into: NOT OK +IdP 'Universidad de Burgos' results into: NOT OK +IdP 'Universitat Autónoma de Barcelona' results into: NOT OK +IdP 'i2basque' results into: NOT OK +IdP 'E.S.S. Bilbao' results into: NOT OK +IdP 'Universidad de Deusto' results into: NOT OK +IdP 'Consorci de Serveis Universitaris de Catalunya' results into: NOT OK +IdP 'Centro de Investigación y Tecnología Agroalimentaria de Aragón' results into: NOT OK +IdP 'Centro Informático Científico de Andalucía' results into: NOT OK +IdP 'National Agency for Quality Assessment and Accreditation of Spain' results into: NOT OK +IdP 'CENIEH Research Centre' results into: NOT OK +IdP 'Universidad San Jorge' results into: NOT OK +IdP 'UPV - Universitat Politècnica de València' results into: NOT OK +IdP 'University of Murcia' results into: NOT OK +IdP 'University of the Basque Country' results into: NOT OK +IdP 'Universidad de Navarra' results into: NOT OK +IdP 'Universitat Jaume I' results into: NOT OK +IdP 'Universidad de Castilla-La Mancha' results into: NOT OK +IdP 'Universitat Oberta de Catalunya' results into: NOT OK +IdP 'ALBA Synchrotron Light facility' results into: NOT OK +IdP 'Universidad a Distancia de Madrid' results into: NOT OK +IdP 'Universidad de Huelva' results into: NOT OK +IdP 'Universidad de Cantabria' results into: NOT OK +IdP 'Universitat Pompeu Fabra' results into: NOT OK +IdP 'RAE - Real Academia Española' results into: NOT OK +IdP 'ICFO – The Institute of Photonic Sciences' results into: NOT OK +IdP 'Universidad Pablo de Olavide' results into: NOT OK +IdP 'Universidad de Cádiz' results into: NOT OK +IdP 'Universidad de Granada' results into: NOT OK +IdP 'Universitat Rovira i Virgili' results into: NOT OK +IdP 'Universidade de Vigo' results into: NOT OK +IdP 'Universidade da Coruña' results into: NOT OK +IdP 'CIC bioGune' results into: NOT OK +IdP 'Universidad de Córdoba' results into: NOT OK +IdP 'UPC - Universitat Politecnica de Catalunya' results into: NOT OK +IdP 'IRAM - Institut de Radioastronomie Millimétrique' results into: NOT OK +IdP 'CARTIF Technology Center' results into: NOT OK +IdP 'Centro de Supercomputación de Galicia' results into: NOT OK +IdP 'Universitat de Valencia' results into: NOT OK +IdP 'National Distance Education University' results into: NOT OK +IdP 'CSIC - Consejo Superior de Investigaciones Cientificas' results into: NOT OK +IdP 'IAC - Instituto Astrofísico de Canarias' results into: NOT OK +IdP 'University of Zaragoza' results into: NOT OK +IdP 'Universidad Internacional de Andalucia' results into: NOT OK +IdP 'Complutense University of Madrid' results into: NOT OK +IdP 'Universidad Politécnica de Madrid' results into: NOT OK +IdP 'International University of La Rioja' results into: NOT OK +IdP 'Centro de Investigaciones Energéticas, Medioambientales y Tecnológicas' results into: NOT OK +IdP 'Universidad Autónoma de Madrid' results into: NOT OK +IdP 'Donostia International Physics Center' results into: NOT OK +IdP 'University of Malaga' results into: NOT OK +IdP 'University Carlos III of Madrid' results into: NOT OK +IdP 'Universitat de Barcelona' results into: NOT OK +IdP 'Universidad de Alcalá de Henares' results into: NOT OK +IdP 'Escuela Superior de Administración y Dirección de Empresas' results into: NOT OK +IdP 'Institut de Física d'Altes Energies' results into: NOT OK +IdP 'Universidade de Santiago de Compostela' results into: NOT OK +IdP 'Centre for Genomic Regulation' results into: NOT OK +IdP 'Centro Nacional de Supercomputación' results into: NOT OK +IdP 'RedIRIS' results into: NOT OK +IdP 'SCAYLE: Supercomputación Castilla y León' results into: NOT OK +IdP 'Universidad de Almería' results into: NOT OK +IdP 'Universitat de Girona' results into: NOT OK +IdP 'Basque Center on Cognition, Brain and Language' results into: NOT OK +IdP 'Maeen AAI Lab' results into: NOT OK +IdP 'Centro Nacional de Investigaciones Cardiovasculares' results into: NOT OK +IdP 'Maeen_Test' results into: NOT OK +IdP 'Universidad de Valladolid' results into: NOT OK +IdP 'Universitat Ramon Llull' results into: NOT OK +IdP 'University of Jinan' results into: NOT OK +IdP 'Feide' results into: NOT OK +IdP 'Bedrijfsbureau Humanitiescluster KNAW' results into: NOT OK +IdP 'Spinoza Centre for Neuroimaging (KNAW)' results into: NOT OK +IdP 'Eindhoven University of Technology' results into: NOT OK +IdP 'Avans Hogeschool' results into: NOT OK +IdP 'Netherlands Institute for Advanced Study in the Humanities and Social Sciences (KNAW)' results into: NOT OK +IdP 'Hogeschool van Amsterdam' results into: NOT OK +IdP 'Hogeschool IPABO' results into: NOT OK +IdP 'UMC Groningen' results into: NOT OK +IdP 'Netherlands Institute for Neuroscience' results into: NOT OK +IdP 'Digital Humanities HumanitiesCluster (KNAW)' results into: NOT OK +IdP 'Universiteit van Amsterdam' results into: NOT OK +IdP 'Nuclear Research and Consultancy Group' results into: NOT OK +IdP 'Rijksmuseum Amsterdam' results into: NOT OK +IdP 'Thomas More Hogeschool' results into: NOT OK +IdP 'Internationaal Instituut voor Sociale Geschiedenis (KNAW)' results into: NOT OK +IdP 'Onderwijsgroep Tilburg' results into: NOT OK +IdP 'Breda University of Applied Sciences' results into: NOT OK +IdP 'Hogeschool Leiden' results into: NOT OK +IdP 'SWOV Institute for Road Safety Research' results into: NOT OK +IdP 'Drenthe College' results into: NOT OK +IdP 'Huygens Instituut (KNAW)' results into: NOT OK +IdP 'NHL Stenden' results into: NOT OK +IdP 'Saxion University of Applied Sciences' results into: NOT OK +IdP 'ROC Mondriaan' results into: NOT OK +IdP 'Cito' results into: NOT OK +IdP 'Katholieke Pabo Zwolle' results into: NOT OK +IdP 'ArtEZ University of the Arts' results into: NOT OK +IdP 'Royal Tropical Institute' results into: NOT OK +IdP 'EGI.eu' results into: NOT OK +IdP 'National Institute for Public Health and the Environment' results into: NOT OK +IdP 'Radboud University' results into: NOT OK +IdP 'ID College' results into: NOT OK +IdP 'Open Juridische hogeschool, Netwerk Open Hogeschool Informatica, SchakelZone' results into: NOT OK +IdP 'University of Applied Sciences Utrecht' results into: NOT OK +IdP 'mboRijnland' results into: NOT OK +IdP 'NIOD instituut voor oorlogs-,holocaust- en genocidestudies (KNAW)' results into: NOT OK +IdP 'Naturalis Biodiversity Center' results into: NOT OK +IdP 'Centrum Wiskunde & Informatica' results into: NOT OK +IdP 'Vrije Universiteit Amsterdam' results into: NOT OK +IdP 'HZ University of Applied Sciences' results into: NOT OK +IdP 'Royal Netherlands Institute of Southeast Asian and Caribbean Studies (KNAW)' results into: NOT OK +IdP 'ROC Midden Nederland' results into: NOT OK +IdP 'Radboudumc' results into: NOT OK +IdP 'Deltion College' results into: NOT OK +IdP 'Universiteit Leiden Identity Server' results into: NOT OK +IdP 'Van Hall Larenstein, University of Applied Sciences' results into: NOT OK +IdP 'TNO' results into: NOT OK +IdP 'Lentiz Onderwijsgroep' results into: NOT OK +IdP 'Zeeuwse Bibliotheek' results into: NOT OK +IdP 'Summa College' results into: NOT OK +IdP 'SURF-bureau' results into: NOT OK +IdP 'Academisch Medisch Centrum' results into: NOT OK +IdP 'Trimbos Instituut' results into: NOT OK +IdP 'Christian University of Applied Sciences (CHE)' results into: NOT OK +IdP 'Leids Universitair Medisch Centrum' results into: NOT OK +IdP 'Zadkine' results into: NOT OK +IdP 'Rathenau Institute' results into: NOT OK +IdP 'The Hague University of Applied Science' results into: NOT OK +IdP 'Koninklijke Nederlandse Akademie van Wetenschappen (KNAW)' results into: NOT OK +IdP 'SintLucas' results into: NOT OK +IdP 'Koninklijke Bibliotheek' results into: NOT OK +IdP 'NHTV Breda University of Applied Sciences' results into: NOT OK +IdP 'HAN University of Applied Sciences' results into: NOT OK +IdP 'Marnix Academie' results into: NOT OK +IdP 'Fryske Akademy (KNAW)' results into: NOT OK +IdP 'Design Academy Eindhoven' results into: NOT OK +IdP 'MBO Utrecht' results into: NOT OK +IdP 'Stichting Nuffic' results into: NOT OK +IdP 'ROC van Amsterdam Flevoland en VOvA' results into: NOT OK +IdP 'Fontys University of Applied Sciences' results into: NOT OK +IdP 'Grafisch Lyceum Utrecht' results into: NOT OK +IdP 'Friesland College' results into: NOT OK +IdP 'ROC van Twente' results into: NOT OK +IdP 'SURFnet bv' results into: NOT OK +IdP 'Netherlands Interdisciplinary Demographic Institute (KNAW)' results into: NOT OK +IdP 'Nikhef' results into: NOT OK +IdP 'Helicon' results into: NOT OK +IdP 'Royal Academy of Art' results into: NOT OK +IdP 'KNMI' results into: NOT OK +IdP 'NIOO - KNAW' results into: NOT OK +IdP 'Open Universiteit' results into: NOT OK +IdP 'Zuyd Hogeschool' results into: NOT OK +IdP 'Graafschap College' results into: NOT OK +IdP 'Viaa' results into: NOT OK +IdP 'Universiteit Twente' results into: NOT OK +IdP 'DIFFER' results into: NOT OK +IdP 'Erasmus University Rotterdam' results into: NOT OK +IdP 'Rotterdam University of Applied Sciences' results into: NOT OK +IdP 'Tilburg University' results into: NOT OK +IdP 'Rijn IJssel' results into: NOT OK +IdP 'Driestar Educatief' results into: NOT OK +IdP 'Hogeschool INHOLLAND' results into: NOT OK +IdP 'Koninklijk Nederlands Instituut voor Onderzoek der Zee (NIOZ)' results into: NOT OK +IdP 'Hubrecht Institute & Westerdijk Fungal Biodiversity Institute (KNAW)' results into: NOT OK +IdP 'Data Archiving and Networked Services (KNAW)' results into: NOT OK +IdP 'Hanze University Groningen' results into: NOT OK +IdP 'Universitair Medisch Centrum Utrecht' results into: NOT OK +IdP 'Hogeschool de Kempel' results into: NOT OK +IdP 'Maastricht School of Management' results into: NOT OK +IdP 'AMOLF' results into: NOT OK +IdP 'ROC Nijmegen' results into: NOT OK +IdP 'Onderwijsgroep Noord' results into: NOT OK +IdP 'HAS Hogeschool' results into: NOT OK +IdP 'Digital Infrastructure HumanitiesCluster (KNAW)' results into: NOT OK +IdP 'ROC Da Vinci College' results into: NOT OK +IdP 'Zone.College' results into: NOT OK +IdP 'East Durham College' results into: NOT OK +IdP 'Hogeschool Windesheim University of Applied Sciences' results into: NOT OK +IdP 'ROC Rivor' results into: NOT OK +IdP 'SRON Netherlands Institute for Space Research' results into: NOT OK +IdP 'SURFmarket' results into: NOT OK +IdP 'SURFsara' results into: NOT OK +IdP 'Delft University of Technology' results into: NOT OK +IdP 'ZonMw' results into: NOT OK +IdP 'Wageningen University & Research (WUR)' results into: NOT OK +IdP 'Máxima MC' results into: NOT OK +IdP 'ASTRON' results into: NOT OK +IdP 'Hotelschool The Hague' results into: NOT OK +IdP 'ROC Aventus' results into: NOT OK +IdP 'Amsterdamse Hogeschool voor de Kunsten' results into: NOT OK +IdP 'RUG' results into: NOT OK +IdP 'IHE Delft Institute for Water Education' results into: NOT OK +IdP 'Cibap Vocational College for the Creative Arts' results into: NOT OK +IdP 'Netherlands eScience Center' results into: NOT OK +IdP 'Utrecht University' results into: NOT OK +IdP 'Noorderpoort College' results into: NOT OK +IdP 'Codarts University of the Arts' results into: NOT OK +IdP 'Erasmus MC' results into: NOT OK +IdP 'Koninklijk Conservatorium' results into: NOT OK +IdP 'Openbare Bibliotheek Amsterdam (OBA)' results into: NOT OK +IdP 'Stichting Opleidingen Musculoskeletale Therapie' results into: NOT OK +IdP 'ROC Albeda' results into: NOT OK +IdP 'Leidse Onderwijsinstellingen' results into: NOT OK +IdP 'GÉANT' results into: NOT OK +IdP 'Utrecht School of the Arts' results into: NOT OK +IdP 'Clusius College' results into: NOT OK +IdP 'Meertens Instituut (KNAW)' results into: NOT OK +IdP 'Antoni van Leeuwenhoek - Netherlands Cancer Institute' results into: NOT OK +IdP 'SaNS Expertisecentrum' results into: NOT OK +IdP 'VU University Medical Center' results into: NOT OK +IdP 'NHL Hogeschool' results into: NOT OK +IdP 'Stenden Hogeschool' results into: NOT OK +IdP 'Maastricht University' results into: NOT OK +IdP 'Academisch Ziekenhuis Maastricht' results into: NOT OK +IdP 'AAI@EduHr - Croatian Research and Education Federation' results into: NOT OK +IdP 'Εθνικό Κέντρο Έρευνας και Τεχνολογικής Ανάπτυξης' results into: NOT OK +IdP 'Σύνδεσμος Ελληνικών Ακαδημαϊκών Βιβλιοθηκών - ΣΕΑΒ' results into: NOT OK +IdP 'Ελληνικό Κέντρο Θαλασσίων Ερευνών' results into: NOT OK +IdP 'IGTF' results into: NOT OK +IdP 'Εικονικός Οικείος Φορέας (VHO) του ΕΔΕΤ για το GÉANT' results into: NOT OK +IdP 'Δημοκρίτειο Πανεπιστήμιο Θράκης' results into: NOT OK +IdP 'Εθνικό Δίκτυο Υποδομών Τεχνολογίας και Έρευνας - ΕΔΥΤΕ' results into: NOT OK +IdP 'Πανεπιστήμιο Αιγαίου' results into: NOT OK +IdP 'ΕΚΕΦΕ Δημόκριτος' results into: NOT OK +IdP 'Ανώτατη Σχολή Παιδαγωγικής και Τεχνολογικής Εκπαίδευσης' results into: NOT OK +IdP 'Γεωπονικό Πανεπιστήμιο Αθηνών' results into: NOT OK +IdP 'Οικονομικό Πανεπιστήμιο Αθηνών' results into: NOT OK +IdP 'Ίδρυμα Ιατροβιολογικών Ερευνών Ακαδημίας Αθηνών' results into: NOT OK +IdP 'Ινστιτούτο Τεχνολογίας Υπολογιστών και Εκδόσεων "Διόφαντος"' results into: NOT OK +IdP 'Εθνικό Ίδρυμα Ερευνών' results into: NOT OK +IdP 'Εθνικό Κέντρο Κοινωνικών Ερευνών' results into: NOT OK +IdP 'Ελληνικό Μεσογειακό Πανεπιστήμιο' results into: NOT OK +IdP 'Χαροκόπειο Πανεπιστήμιο' results into: NOT OK +IdP 'Ίδρυμα Τεχνολογίας και Έρευνας' results into: NOT OK +IdP 'Διεθνές Πανεπιστήμιο της Ελλάδος-Θέρμη' results into: NOT OK +IdP 'Ιόνιο Πανεπιστήμιο' results into: NOT OK +IdP 'Ινστιτούτο Τεχνικής Σεισμολογίας και Αντισεισμικών Κατασκευών' results into: NOT OK +IdP 'Ε.ΚΕ.Β.Ε. Αλέξανδρος Φλέμινγκ' results into: NOT OK +IdP 'ΚΠΙΣΝ' results into: NOT OK +IdP 'Τεχνολογικό Εκπαιδευτικό Ίδρυμα Κρήτης' results into: NOT OK +IdP 'Τεχνολογικό Εκπαιδευτικό Ίδρυμα Ανατολικής Μακεδονίας και Θράκης' results into: NOT OK +IdP 'Πανεπιστήμιο Δυτικής Μακεδονίας (πρώην Τεχνολογικό Εκπαιδευτικό Ίδρυμα Δυτικής Μακεδονίας)' results into: NOT OK +IdP 'Τεχνολογικό Εκπαιδευτικό Ίδρυμα Στερεάς Ελλάδας' results into: NOT OK +IdP 'Διεθνές Πανεπιστήμιο της Ελλάδος - Σίνδος ( πρώην Αλεξάνδρειο Τεχνολογικό Εκπαιδευτικό Ίδρυμα Θεσσαλονίκης)' results into: NOT OK +IdP 'Πανεπιστήμιο Πελοποννήσου - teiwest.gr (Πρώην ΤΕΙ Δυτικής Ελλάδας)' results into: NOT OK +IdP 'Πολυτεχνείο Κρήτης' results into: NOT OK +IdP 'Πανεπιστήμιο Δυτικής Αττικής' results into: NOT OK +IdP 'Εθνικό Καποδιστριακό Πανεπιστήμιο Αθηνών' results into: NOT OK +IdP 'Πανεπιστήμιο Μακεδονίας' results into: NOT OK +IdP 'Πανεπιστήμιο Πελοποννήσου - uop.gr' results into: NOT OK +IdP 'Πανεπιστήμιο Δυτικής Μακεδονίας' results into: NOT OK +IdP 'Πανεπιστήμιο Πάτρας' results into: NOT OK +IdP 'Πανεπιστήμιο Θεσσαλίας' results into: NOT OK +IdP 'Αθηνά - Ερευνητικό Κέντρο Καινοτομίας' results into: NOT OK +IdP 'Ελληνικό Ανοικτό Πανεπιστήμιο' results into: NOT OK +IdP 'Ινστιτούτο Επιταχυντικών Συστημάτων και Εφαρμογών - ΙΕΣΕ' results into: NOT OK +IdP 'Αριστοτέλειο Πανεπιστήμιο Θεσσαλονίκης' results into: NOT OK +IdP 'Εθνικό Μετσόβιο Πολυτεχνείο' results into: NOT OK +IdP 'Εθνική Βιβλιοθήκη της Ελλάδος' results into: NOT OK +IdP 'Εθνικό Αστεροσκοπείο Αθηνών' results into: NOT OK +IdP 'SHIGA UNIVERSITY' results into: NOT OK +IdP 'LAB University of Applied Sciences' results into: NOT OK +IdP 'Techno India University' results into: NOT OK +IdP 'Universidad de Jaén' results into: NOT OK +IdP 'CEDIA' results into: NOT OK +IdP 'Southern Federal University' results into: NOT OK +IdP 'Centre Technique du Livre de l'' results into: NOT OK +IdP 'Technische Hochschule Ostwestfalen-Lippe' results into: NOT OK +IdP 'Winston-Salem State University' results into: NOT OK +IdP 'Anhui Agriculture University' results into: NOT OK +IdP 'Bahria University Pakistan' results into: NOT OK +IdP 'Tianjin Medical University' results into: NOT OK +IdP 'YanShan University' results into: NOT OK +IdP 'Donghua University' results into: NOT OK +IdP 'Nanjing Tech University' results into: NOT OK +IdP 'Nanjing Audit University' results into: NOT OK +IdP 'China University of Petroleum' results into: NOT OK +IdP 'GuangXi University' results into: NOT OK +IdP 'Zhejiang Chinese Medical University' results into: NOT OK +IdP 'Henan University' results into: NOT OK +IdP 'hanshan normal university' results into: NOT OK +IdP 'MINZU UNIVERSITY OF CHINA' results into: NOT OK +IdP 'Guangxi Normal University' results into: NOT OK +IdP 'Jinan University' results into: NOT OK +IdP 'shanghai dianji university' results into: NOT OK +IdP 'Shanghai Jiao Tong University' results into: NOT OK +IdP 'NANKAI UNIVERSITY' results into: NOT OK +IdP 'Northwestern Polytechnical University' results into: NOT OK +IdP 'Zhengzhou University' results into: NOT OK +IdP 'Sichuan University' results into: NOT OK +IdP 'China People's Police University' results into: NOT OK +IdP 'Tiangong University' results into: NOT OK +IdP 'Xi'an Shiyou University' results into: NOT OK +IdP 'Shangdong Women's University' results into: NOT OK +IdP 'Harbin Institute of Technology' results into: NOT OK +IdP 'Fudan University' results into: NOT OK +IdP 'Anhui Polytechnic University' results into: NOT OK +IdP 'Shaanxi Normal University' results into: NOT OK +IdP 'HAINAN NORMAL UNIVERSITY' results into: NOT OK +IdP 'Ocean University of China' results into: NOT OK +IdP 'IdP Proxy' results into: NOT OK +IdP 'Henan University of Science and Technology' results into: NOT OK +IdP 'JILIN sport university' results into: NOT OK +IdP 'Northeastern University - China' results into: NOT OK +IdP 'South-Central University for Nationalities' results into: NOT OK +IdP 'UESTC' results into: NOT OK +IdP 'Shanghai International Studies University' results into: NOT OK +IdP 'Universität Bayreuth' results into: NOT OK +IdP 'Ecole Nationale des Mines de Saint Etienne' results into: NOT OK +IdP 'Jagiellonian University in Kraków' results into: NOT OK +IdP 'Beijing College of Social Administration' results into: NOT OK +IdP 'Harbin University of Commerce' results into: NOT OK +IdP 'Institut des Hautes Etudes Scientifiques' results into: NOT OK +IdP 'Liaoning Normal University' results into: NOT OK +IdP 'SAU' results into: NOT OK +IdP 'XIDIAN UNIVERSITY' results into: NOT OK +IdP 'Northwest A and F University' results into: NOT OK +IdP 'Hebei Normal University' results into: NOT OK +IdP 'Hunan University' results into: NOT OK +IdP 'Ningbo University' results into: NOT OK +IdP 'Higher Education Commission Pakistan' results into: NOT OK +IdP 'Southwest Minzu University' results into: NOT OK +IdP 'Shenzhen Technology University' results into: NOT OK +IdP 'University of Shanghai for Science and Technology' results into: NOT OK +IdP 'Chongqing University of Posts and Telecommunications' results into: NOT OK +IdP 'SUZHOU UNIVERSITY OF SCIENCE AND TECHNOLOGY' results into: NOT OK +IdP 'Xuchang University' results into: NOT OK +IdP 'Shanghai University' results into: NOT OK +IdP 'Hubei University Of Economics' results into: NOT OK +IdP 'Shanghai Maritime University' results into: NOT OK +IdP 'Yellow River Conservancy Technical Institute' results into: NOT OK +IdP 'XIAN TECHNOLOGICAL UNIVERSITY' results into: NOT OK +IdP 'Huazhong Agricultural University' results into: NOT OK +IdP 'Harbin Engineering University' results into: NOT OK +IdP 'Jiaying University' results into: NOT OK +IdP 'Northwest University - China' results into: NOT OK +IdP 'ChaoHu University' results into: NOT OK +IdP 'Northeast Normal University' results into: NOT OK +IdP 'Fuyang Normal University' results into: NOT OK +IdP 'Guizhou University of Finance and Economics' results into: NOT OK +IdP 'Communication University of China' results into: NOT OK +IdP 'Nanchang University' results into: NOT OK +IdP 'DeiC – Danish e-Infrastructure Cooperation' results into: NOT OK +IdP 'Hechi University' results into: NOT OK +IdP 'Technologické centrum AV ČR' results into: NOT OK +IdP 'ENIM' results into: NOT OK +IdP 'UIT' results into: NOT OK +IdP 'USMS' results into: NOT OK +IdP 'University Mohammed V Rabat' results into: NOT OK +IdP 'Nanjing University' results into: NOT OK +IdP 'Shandong University of Traditional Chinese Medicine' results into: NOT OK +IdP 'Sun Yat-sen University' results into: NOT OK +IdP 'Zhenjiang College' results into: NOT OK +IdP 'Xi'an University of Posts and Telecommunications' results into: NOT OK +IdP 'Lanzhou Universiy of Art and Science' results into: NOT OK +IdP 'Shandong Yingcai University' results into: NOT OK +IdP 'Tongling University' results into: NOT OK +IdP 'Zhongnan University of Economics and Law' results into: NOT OK +IdP 'HUNAN UNIVERSITY OF FINANCE AND ECONOMICS' results into: NOT OK +IdP 'Lanzhou University' results into: NOT OK +IdP 'Yangzhou University' results into: NOT OK +IdP 'The University of Wollongong' results into: NOT OK +IdP 'Nantong University' results into: NOT OK +IdP 'South China Normal University' results into: NOT OK +IdP 'Shandong Sport University' results into: NOT OK +IdP 'SANJIANG UNIVERSITY' results into: NOT OK +IdP 'Anhui University Of Science And Technology' results into: NOT OK +IdP 'Beijing Engineering Research Center of NGI' results into: NOT OK +IdP 'ZhengZhouShengDaUniversity Of Economics Business Management' results into: NOT OK +IdP 'Shaoxing University' results into: NOT OK +IdP 'Cirencester College' results into: NOT OK +IdP 'Beijing University of Chemical Technology' results into: NOT OK +IdP 'Central Conservatory of Music' results into: NOT OK +IdP 'CHANGCHUN UNIVERSITY' results into: NOT OK +IdP 'China Pharmaceutical University' results into: NOT OK +IdP 'Inner Mongolia University of science and technology' results into: NOT OK +IdP 'Wuhan University of Technology' results into: NOT OK +IdP 'Lanzhou Jiaotong University' results into: NOT OK +IdP 'Fujian Agriculture and Forestry University' results into: NOT OK +IdP 'Jiangxi University of Science and Technology' results into: NOT OK +IdP 'AnHui Science and Technology University' results into: NOT OK +IdP 'HuangShan University' results into: NOT OK +IdP 'Shanxi University' results into: NOT OK +IdP 'Xinxiang Medical University' results into: NOT OK +IdP 'Civil Aviation University of China' results into: NOT OK +IdP 'Communication University of Zhejiang' results into: NOT OK +IdP 'China University of Petroleum(East China)' results into: NOT OK +IdP 'Zhejiang University of Technology' results into: NOT OK +IdP 'Cité des sciences et de l'' results into: NOT OK +IdP 'Anhui Business and Technology College' results into: NOT OK +IdP 'Tianjin University of Finance and Economics' results into: NOT OK +IdP 'Northwest Minzu University' results into: NOT OK +IdP 'National Film and Television School' results into: NOT OK +IdP 'East China University of Political Science and Law' results into: NOT OK +IdP 'Hebei University of Technology' results into: NOT OK +IdP 'Tongji University' results into: NOT OK +IdP 'University Town of Shenzhen' results into: NOT OK +IdP 'Fujian Medical University' results into: NOT OK