| # Copyright 2011 the Melange authors. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| """Set of known countries and corresponding universities""" |
| |
| # Update this file by using scripts/tsv2universities.py. |
| # Source spreadsheet is "GSoC Schools with country, URL as available" |
| |
| UNIVERSITIES = { |
| 'Algeria': ["Ecole nationale Superieure d'Informatique (National Higher School of Computer Science )", |
| 'University Mentouri of Constantine'], |
| 'Argentina': ['Centro Universitario de Idiomas // UTN FRBA', |
| 'Escuela Da Vinci', |
| 'National University of Rosario', |
| 'Universidad Abierta Interamericana', |
| 'Universidad CAECE', |
| 'Universidad de Buenos Aires', |
| 'Universidad de Mendoza', |
| 'Universidad De Palermo', |
| 'Universidad Nacional de Cordoba', |
| 'Universidad Nacional de La Plata', |
| 'Universidad Nacional De Mar Del Plata', |
| 'Universidad Nacional de Quilmes', |
| 'Universidad Nacional de Rio Cuarto', |
| 'Universidad Nacional de Salta', |
| 'Universidad Nacional Del Centro De La Provincia De Buenos Aires', |
| 'Universidad Nacional del Sur', |
| 'Universidad Tecnologica Nacional', |
| 'University CAECE, Mar del Plata'], |
| 'Armenia': ['Institute of Molecular Biology of the National Academy of Sciences of the Republic of Armenia', |
| 'State Engineering Univerity of Armenia (SEUA)', |
| 'Yerevan State University'], |
| 'Australia': ['Australian National University', |
| 'CQ University Australia', |
| 'Curtin University of Technology', |
| 'Edith Cowan University (Mt Lawley)', |
| 'Gordon Institute of TAFE, Geelong', |
| 'Griffith University', |
| 'Grinnell College', |
| 'Macquarie University', |
| 'Monash University', |
| 'Murdoch University', |
| 'Queensland University of Technology', |
| 'Royal Melbourne Institute of Technology University', |
| 'Southern Cross University', |
| 'Swinburne University of Technology', |
| 'University of Adelaide', |
| 'University of Ballarat', |
| 'University of Melbourne', |
| 'University of New South Wales, Australia', |
| 'University Of Queensland', |
| 'University of Southern Queensland', |
| 'University of Sydney', |
| 'University of Tasmania', |
| 'University of Technology Sydney', |
| 'University of Western Australia', |
| 'University of Wollongong'], |
| 'Austria': ['FH Campus Wien - ITTK', |
| 'FH Hagenberg', |
| 'FH St. Polten', |
| 'Graz University of Technology /Erzherzog Johann University/ Technische Universit\xc3\xa4t Graz', |
| 'HTL Pinkafeld', |
| 'HTL-Wels', |
| 'HTL-Wolfsberg', |
| 'Johannes Kepler University Linz', |
| 'Medical University of Vienna / MedUni Wien', |
| 'Perg Vocational High School for IT and Business Organisation', |
| 'Technische Universit\xc3\xa4t Wien, TU Wien, Vienna University of Technology', |
| 'University of Applied Arts Vienna / Universit\xc3\xa4t f\xc3\xbcr angewandte Kunst Wien', |
| 'University of Applied Science Salzburg', |
| 'University of Applied Sciences Technikum Wien', |
| 'University of Applied Sciences Wiener Neustadt / Fachhochschule Wiener Neustadt', |
| 'University of Graz, Austria / Karl-Franzens-Universit\xc3\xa4t Graz', |
| 'University of Innsbruck', |
| 'University of Krems, Austria / IMC University of Applied Sciences Krems / FH Krems', |
| 'University of Salzburg', |
| 'University of Vienna', |
| 'Vienna University of Economics', |
| 'Vocational High School for IT and Business Organisation Perg', |
| 'Vorarlberg University of Applied Sciences'], |
| 'Azerbaidjan': ['Azerbaijan State Oil Academy'], |
| 'Bangladesh': ['American International University - Bangladesh', |
| 'Bangladesh University of Engineering and Technology', |
| 'Bangladesh University of Science and Technology', |
| 'Dhaka University (DU)', |
| 'International Islamic University Chittagong', |
| 'University of Dhaka'], |
| 'Belarus': ['Belarusian State University', |
| 'Belarusian State University of Informatics and Radioelectronics', |
| 'Belarussian State Technological University', |
| 'European Humanities University', |
| 'Grodno State University', |
| 'Minsk State Automotive College', |
| 'Polotsk State University', |
| 'United Institute of Informatics Problems of the National Academy of Sciences of Belarus'], |
| 'Belgium': ['BIRM', |
| 'ECAM - Ing\xc3\xa9nieur industriel', |
| 'Emile Bockstael Atheneum', |
| 'Haute Ecole Rennequin Sualem', |
| 'HAUTE ECOLE ROBERT SCHUMAN', |
| 'Higher Education Institution of the Province of Li\xc3\xa8ge', |
| 'Hogeschool Antwerpen', |
| 'Hogeschool Gent', |
| 'Hogeschool West Vlaanderen / University College of West Flanders', |
| 'Informatic High Scool (networks class)', |
| "Institut d'Enseignement de Promotion Sociale de la Communaut\xc3\xa9 Fran\xc3\xa7aise - Uccle / Institute of Education for Social Promotion of the French Community of Uccle (Ukkel-IEPSCF)", |
| 'Katholieke Universiteit Leuven / Catholic University of Leuven / University of Leuven (KU Leuven)', |
| 'Koninklijk Atheneum Sint-Niklaas', |
| 'Limburgs Universitair Centrum (soon renamed to Universiteit Hasselt)', |
| 'PROVINCIAL INSTITUTE OF EDUCATION OF SOCIAL ADVANCEMENT OF VERVIERS', |
| 'Stedelijke Handelsschool Turnhout', |
| 'Technical University Kortrijk', |
| 'Universit\xc3\xa9 catholique de Louvain / Catholic University of Louvain', |
| 'Universit\xc3\xa9 de Li\xc3\xa8ge', |
| 'Universit\xc3\xa9 Libre de Bruxelles', |
| 'Universiteit Antwerpen /University of Antwerp', |
| 'University de Mons-Hainaut', |
| 'University of Ghent', |
| 'University of Leuven', |
| 'Vrije Universiteit Brussel'], |
| 'Bosnia': ['University of Sarajevo /Univerzitet u Sarajevu'], |
| 'Bosnia-Herzegovina': ['International University of Sarajevo'], |
| 'Brazil': ['Alternative Language Learning', |
| 'Britanic Language School', |
| 'Catholic University Of Brasilia', |
| 'Centro Universidade Nove de Julho', |
| 'Centro Universidade Senac, Sao Paulo', |
| 'CEUT - Centro de Ensino Unificado de Teresina', |
| 'Faculdade Cotemig', |
| 'Faculdade de Tecnologia de Sao Paulo', |
| 'Faculdade de Tecnologia SENAC RS - Porto Alegre / National Service of Commercial Learning - SENAC', |
| 'Faculdade do Centro Leste /East Central College (UCL)', |
| 'Faculdade Integrada de Recife - Est\xc3\xa1cio/FIR', |
| 'Faculdade Lemos de Castro', |
| 'Faculdades Integradas de Taquara - FACCAT', |
| 'Federal Center for Technological Education of Minas Gerais', |
| 'Federal University Foundation Of Pelotas', |
| 'Federal University of Alagoas', |
| 'Federal University Of Campina Grande / Universidade Federal de Campina Grande', |
| 'Federal University of Para\xc3\xadba', |
| 'Federal University of Parana - UFPR / Universidade Federal do Paran\xc3\xa1', |
| 'Federal University of Santa Catarina', |
| 'Fluminense Federal Institute', |
| 'IESCAMP', |
| 'Instituto Federal de Educa\xc3\xa7\xc3\xa3o, Ci\xc3\xaancia e Tecnologia da Para\xc3\xadba', |
| 'Instituto pela Democraticacao da Educacao no Brasil (Politeia)', |
| 'Instituto Tecnologico de Aeronautica / Aeronautical Technology Institute', |
| 'La Salle University Centre of Rio de Janeiro', |
| 'Pontif\xc3\xadcia Universidade Cat\xc3\xb3lica do Paran\xc3\xa1', |
| 'Pontif\xc3\xadcia Universidade Cat\xc3\xb3lica do Rio de Janeiro', |
| 'Salgado de Oliveira University', |
| 'State University of Maringa / Universidade Estadual De Maringa', |
| 'State University of Rio de Janeiro - IPRJ/UERJ / Polytechnic Institute of Rio de Janeiro - UERJ', |
| 'UFF - Fluminense State University', |
| 'UNIC - Universidade de Cuiaba', |
| 'UNICE - Ensino Superior', |
| 'UniCEUMA (Universitary Center of Maranh\xc3\xa3o)', |
| 'Uniritter Laureate International Universities', |
| 'Unirondon Centro Universit\xc3\xa1rio', |
| 'UniverCidade', |
| 'Universidade Anhembi Morumbi', |
| 'Universidade Candido Mendes', |
| 'Universidade Catolica De Goias', |
| 'Universidade Catolica De Pernambuco', |
| 'Universidade de Bras\xc3\xadlia', |
| 'Universidade de Caxias do Sul', |
| 'Universidade do Estado do Amazonas', |
| 'Universidade do Extemo Sul Catarinense', |
| 'Universidade Estadual de Goi\xc3\xa1s / State University of Goias', |
| 'Universidade Estadual do Oeste do Parana', |
| 'Universidade Estadual do Sudoeste da Bahia', |
| 'Universidade Estadual Paulista Julio de Mesquita Filho', |
| 'Universidade Federal da Bahia', |
| 'Universidade Federal da Paraiba / Federal University Of Paraiba', |
| 'Universidade Federal de Ci\xc3\xaancias da Sa\xc3\xbade de Porto Alegre / University of Health Sciences of Porto Alegre', |
| 'Universidade Federal de Goias', |
| 'Universidade Federal de Mato Grasso (UFMT)', |
| 'Universidade Federal de Minas Gerais', |
| 'Universidade Federal de Pernambuco / Federal University Of Pernambuco', |
| 'Universidade Federal de Santa Catarina', |
| 'Universidade Federal de Sao Carlos', |
| 'Universidade Federal do Cear\xc3\xa1', |
| 'Universidade Federal do Esp\xc3\xadrito Santo / Federal University of Espirito Santo / Federal University Of The Holy Spirit', |
| 'Universidade Federal do Estado do Rio de Janeiro', |
| 'Universidade Federal do Pampa - UNIPAMPA', |
| 'Universidade Federal do Rio de Janeiro', |
| 'Universidade Federal do Rio Grande do Norte', |
| 'Universidade Federal do Rio Grande do Sul / Federal University Of South Rio Grande', |
| 'Universidade Federal Rural de Pernambuco', |
| 'Universidade Nove de Julho', |
| 'Universidade Sao Judas Tadeu', |
| 'Universidade Tecnol\xc3\xb3gica Federal do Paran\xc3\xa1 (UTFPR) / Federal Technological University of Parana', |
| 'Universidade Tuiuti do Parana', |
| 'University of Campinas - UNICAMP / State University Of Campinas / Universidade Estadual de Campinas', |
| 'University of Sao Paulo (USP)', |
| 'University of Sao Paulo at Sao Carlos', |
| 'University of the West of Santa Catarina UNOESC', |
| 'Wizard Idiomas'], |
| 'Bulgaria': ['American University in Bulgaria', |
| 'Sofia University St. Kliment Ohridski', |
| 'Technical University Sofia', |
| 'University of Forestry', |
| 'University of Karlsruhe', |
| 'University of National and World Economy', |
| 'University of Plovdiv "Paisii Hilendarski"', |
| 'Varna Free University "Chernorizets Hrabar"'], |
| 'Cambodia, Kingdom of': ['IIC University of Technology'], |
| 'Cameroon': ['University of Buea'], |
| 'Canada': ['Algonquin College', |
| 'Athabasca University', |
| "Bishop's University", |
| 'British Columbia Institute of Technology', |
| 'Brock University', |
| 'Carleton University', |
| 'Cegep Champlain-St.Lawrence', |
| 'CEGEP de Sept-Iles', |
| 'CEGEP de Sherbrooke', |
| 'Cegep de Ste-Foy', |
| 'CEGEP du Vieux Montreal', |
| 'Concordia University', |
| 'Concordia University College of Alberta', |
| 'Conestoga College', |
| 'Dalhousie University', |
| '\xc3\x89cole de technologie Sup\xc3\xa9rieure', |
| 'Ecole Polytechnique de Montreal', |
| 'Henry Wise Wood High School', |
| 'Heritage College', |
| 'John Abbott College', |
| 'Lakehead University', |
| 'Laurentian University', |
| 'Laval University', |
| 'Macewan University', |
| 'McGill University', |
| 'McMaster University', |
| 'Memorial University of Newfoundland', |
| 'Mohawk College', |
| 'Mount Royal College', |
| 'Niagara College', |
| 'Nova Scotia Community College', |
| 'Okanagan College', |
| 'Ontario College Of Art & Design / OCAD University', |
| "Queen's University", |
| 'Riverview High School', |
| 'Ryerson University', |
| "Saint Mary's University", |
| 'Saskatchewan Institute of Applied Science and Technology', |
| 'Seneca College', |
| 'Sheridan College', |
| 'Simon Fraser University', |
| 'Southern Adventist University', |
| 'SUPINFO', |
| 'The Centre for Digital Media', |
| 'Universit\xc3\xa9 du Qu\xc3\xa9bec \xc3\xa0 Chicoutimi', |
| 'Universit\xc3\xa9 du Qu\xc3\xa9bec \xc3\xa0 Montr\xc3\xa9al (UQAM)', |
| 'Universite du Quebec, ETS', |
| 'University College of the Fraser Valley', |
| 'University du Quebec a Trois-Rivieres', |
| 'University Laval', |
| 'University of Alberta', |
| 'University of British Columbia', |
| 'University of British Columbia Okanagan', |
| 'University of British Columbia, Vancouver', |
| 'University of Calgary', |
| 'University of Guelph', |
| 'University of Manitoba', |
| 'University of Montreal', |
| 'University of New Brunswick', |
| 'University of Northern British Columbia', |
| 'University of Ontario Institute of Technology', |
| 'University of Ottawa', |
| 'University of Regina', |
| 'University of Saskatchewan', |
| 'University of Toronto', |
| 'University of Toronto, Scarborough', |
| 'University of Toronto, St. George', |
| 'University of Victoria', |
| 'University Of Waterloo', |
| 'University of Western Ontario', |
| 'University of Windsor', |
| 'York University'], |
| 'Chile': ['Inacap', |
| 'Pontificia Universidad Cat\xc3\xb3lica de Chile', |
| 'Talca University', |
| 'Universidad de Concepcion/University of Concepci\xc3\xb3n', |
| 'Universidad de Playa Ancha', |
| 'Universidad de Santiago de Chile', |
| 'Universidad T\xc3\xa9cnica Federico Santa Mar\xc3\xada', |
| 'University of Chile / Universidad de Chile', |
| 'Wall Street Institute'], |
| 'China': ['Beihang University (formerly Beijing Institute of Aeronautics and Astronautics or BUAA)', |
| 'Beijing Foreign Studies University', |
| 'Beijing Jiaotong University', |
| 'Beijing Language and Culture University', |
| 'Beijing Normal University', |
| 'Beijing Normal University Zhuhai Campus', |
| 'Beijing Union University', |
| 'Beijing University of Chemical Technology', |
| 'Beijing University of Posts and Telecommunications', |
| 'Beijing Youth Politics College', |
| 'Bejing (Peking) University', |
| 'Capital Normal University', |
| 'Central South University', |
| 'Changchun University of Science and Technology', |
| 'ChangChun University, School of Science.', |
| 'Chengdu Neusoft University', |
| 'China Agricultural University', |
| 'China JiLiang University', |
| 'Chinese Academy of Sciences', |
| 'Chongqing University of Posts and Telecommunications', |
| 'Dalian University Of Technology', |
| 'Defence Industry Staff College', |
| 'East China Normal University', |
| 'Fudan University', |
| 'Graduate University of Chinese Academy of Sciences', |
| 'Guangdong University of Technology', |
| 'Guilin University of Electronic Technology', |
| 'Hangzhou Dianzi University', |
| 'Harbin Institute of Technology', |
| 'Hebei University of Engineering', |
| 'Huazhong University of Science and Technology', |
| 'Institute of Computing Technology (ICT), Chinese Academy of Sciences (CAS)', |
| 'Institute of Software, Chinese Academy Of Sciences', |
| 'Jiangxi Agricultural University', |
| 'Jilin University', |
| 'Kunming University of Science and Technology', |
| 'Nanjing University', |
| 'Nanjing University of Posts and Telecommunications', |
| 'NanKai University', |
| 'North China Institute of Aerospace Engineering', |
| 'North China University of Technology', |
| 'Peking University Shenzhen Graduate School', |
| 'Renmin University of China', |
| 'Shanghai Jiao Tong University', |
| 'Shanghai University', |
| 'Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences', |
| 'SiChuan University', |
| 'Soochow University', |
| 'South China University of Technology', |
| 'SouthEast University', |
| 'Southwest Jiaotong University', |
| 'Southwestern Uniwersity of Finance and Economics', |
| 'Sun Yat-sen University', |
| 'Tianjin Electronic Information College', |
| 'Tongji University', |
| 'Tsinghua University', |
| 'University of Chinese Academy of Sciences', |
| 'University of Electronic science and technology of China', |
| 'University of International Business and Economics', |
| 'University of Science and Technology Beijing', |
| 'University of Science and Technology of China', |
| 'Wuhan University', |
| "Xi'an Jiaotong University", |
| "Xi'An University of Posts and Telecommunications", |
| 'Xiamen University', |
| 'Zhejiang University', |
| 'Zunyi Medical College (ZMC)'], |
| 'Colombia': ['EAFIT University', |
| 'Pontificia Universidad Javeriana, Bogata', |
| 'Pontificia Universidad Javeriana, Cali', |
| 'Servicio Nacional de Aprendizaje SENA, Instituto Tecnologico Metropolitano', |
| 'Unidades Tecnol\xc3\xb3gicas de Santander', |
| 'Universidad de Antioquia', |
| 'Universidad del Cauca', |
| 'Universidad EAFIT', |
| 'Universidad Industrial de Santander', |
| 'Universidad Manuela Beltran', |
| 'Universidad Nacional de Colombia / National University of Colombia'], |
| 'Comoros': ['Universidad Pontificia Bolivariana'], |
| 'Costa Rica': ['Universidad de Costa Rica'], |
| 'Croatia': ['Polytechnic of Zagreb', |
| 'University Of Josip Juraj Strossmayer', |
| 'University of Osijek', |
| 'University of Zagreb', |
| 'University of Zagreb, Varazdin'], |
| 'Cyprus': ['Cyprus University of Technology', 'University of Cyprus'], |
| 'Czech Republic': ['Brno University of Technology /FIT VUT Brno', |
| 'Charles University in Prague /Univerzita Karlova v Praze', |
| 'Czech Technical University in Prague', |
| 'Gymna\xc2\xa1zium Chrisitana Dopplera', |
| 'Masaryk University', |
| 'Palacky University', |
| 'Technical University of Liberec', |
| 'University of Economics, Prague', |
| 'University of West Bohemia in Pilsen', |
| 'VSB Technical University Of Ostrava'], |
| 'Denmark': ['Aalborg University', |
| 'Aarhus Business College', |
| 'Aarhus University', |
| 'HTX Thisted, EUC Nordvest', |
| 'IT University of Copenhagen', |
| 'Politechnika Slaska', |
| 'Technical University of Denmark (DTU)', |
| 'University of Copenhagen'], |
| 'Dominican Republic': ['Instituto Tecnol\xc3\xb3gico de Santo Domingo (INTEC)', |
| 'Mother and Teacher Pontifical Catholic University'], |
| 'Ecuador': ['Escuela Superior Politecnica del Litoral, ESPOL', |
| 'San Francisco de Quito University', |
| 'Technical University of Loja'], |
| 'Egypt': ['Ain Shams University', |
| 'Al-Azhar University', |
| 'Alexandria University', |
| 'American University in Cairo', |
| 'Arab Academy for Science, Technology, and Maritime Transport', |
| 'Cairo University', |
| 'El Shorouk Academy', |
| 'German University in Cairo', |
| 'Mansoura University', |
| 'Minufiya University, Faculty of Computers and Information', |
| 'Nile University', |
| 'October University For Modern Sciences And Arts', |
| 'Sohag University'], |
| 'Estonia': ['Estonian IT College', |
| 'Tallinn University of Technology', |
| 'University of Tartu'], |
| 'Ethiopia': ['HiLCoE School of computer science and Technology'], |
| 'Finland': ['Aalto University', |
| 'Central Ostrobothnian University of Applied Sciences', |
| 'EVTEK Institute of Technology', |
| 'Haaga-Helia University of Applied Sciences', |
| 'Helsinki University of Technology', |
| 'Jyv\xc3\xa4skyl\xc3\xa4 University of Applied Sciences (JAMK)', |
| 'Sibelius Academy', |
| 'Tampere University of Technology', |
| 'Turku University of Applied Sciences', |
| 'University of Applied Sciences Vaasa / Vaasan ammattikorkeakoulu (VAMK)', |
| 'University of Eastern Finland', |
| 'University of Helsinki', |
| 'University Of Jyvaskyla / Jyv\xc3\xa4skyl\xc3\xa4n yliopisto', |
| 'University of Oulu', |
| 'University of Tampere', |
| 'University of Turku'], |
| 'France': ['IUT Belfort-Montb\xc3\xa9liard (Belfort-Montb\xc3\xa9liard University Institute of Technology) /University Of Besancon', |
| 'Compiegne University of Technology', |
| 'Conservatoire National des Arts et Metiers', |
| 'CPE Lyon and my last year at EPFL', |
| 'Cryptis', |
| 'Ecole Centrale de Lille', |
| 'Ecole Centrale Paris', |
| "Ecole d'ing\xc3\xa9nieurs Polytechnique de l'Universit\xc3\xa9 de Tours", |
| 'Ecole des Mines de Douai', |
| 'Ecole des Mines de St Etienne', |
| "Ecole Nationale d'Ing\xc3\xa9nieurs de Tarbes (ENIT)", |
| 'ECOLE NATIONALE DES SCIENCES APLLIQUEES AGADIR', |
| 'Ecole Nationale Sup\xc3\xa9rieure des T\xc3\xa9l\xc3\xa9communications', |
| 'Ecole Normale Superieure (ENS)', |
| 'Ecole Normale Superieure de Lyon', |
| 'Ecole Polytechnique', |
| "Ecole Pour l'Informatique et les Techniques Avanc\xc3\xa9es", |
| "EISTI (Ecole Internationale des Sciences du Traitement de l'Information)", |
| 'ENS Lyon', |
| 'ENSEEIHT', |
| 'ENSEIRB: Ecole Nationale Sup\xc3\xa9rieure d\xe2\x80\x99Electronique, Informatique et Radiocommunications de Bordeaux', |
| "ENSIB : Ecole Nationale Sup\xc3\xa9rieure d'Ing\xc3\xa9nieur de Bourges", |
| "ENSIMAG / \xc3\x89cole Nationale Sup\xc3\xa9rieure d'Informatique et de Math\xc3\xa9matiques Appliqu\xc3\xa9es de Grenoble / Grenoble Institute of Technology - Ensimag (Superior National School of Applied Mathematics and Computer Science)", |
| "ENSISA /Ecole Nationale Sup\xc3\xa9rieure d'Ing\xc3\xa9nieurs Sud Alsace / National south alsace school of engineering /", |
| 'ENSSAT (National Superior School of Applied Sciences and Technology - Ecole Nationale Sup\xc3\xa9rieure des Sciences Appliqu\xc3\xa9es et de Technologie)', |
| 'ENST Paris', |
| "EPITA - Ecole d'ing\xc3\xa9nieurs en informatique", |
| 'EPITECH - European Institute of Information Technology', |
| 'EPSI Lyon', |
| "ESIEE (previously named \xc3\x89cole Sup\xc3\xa9rieure d'Ing\xc3\xa9nieurs en \xc3\x89lectronique et \xc3\x89lectrotechnique)", |
| 'ESSAIM / Haute Alsace University (Universit\xc3\xa9 de Haute-Alsace or UHA)', |
| "Etablissement Public Local d'Enseignement et de Formation Professionnelle Agricultural college LEGTA of Loz\xc3\xa8re site Louis Pasteur Canourgue", |
| 'INGESUP/ Ecole Sup\xc3\xa9rieure de formation sur les nouvelles technologies et informatique', |
| 'INRIA /french national institute for research in computer science and control', |
| 'INSA-Lyon / Institut National des Sciences Appliqu\xc3\xa9es de Lyon', |
| 'INSA-Rennes', |
| 'INSA-Toulouse', |
| "Institut d'Optique - Palaiseau", |
| 'Institut national des t\xc3\xa9l\xc3\xa9communications', |
| 'Institut National Polytechnique de Toulouse (INPT) / National Polytechnic Institute of Toulouse / INP Toulouse / INPT', |
| 'Institut Sup\xe2\x88\x9a\xc2\xa9rieur des Techniques Avanc\xe2\x88\x9a\xc2\xa9es de Saint Etienne', |
| 'Institut Universitaire de Technologie at Lens', |
| 'Institute of Technology Lannion - University of Rennes 1', |
| "IUT de clermont ferrand, universite d'auvergne", |
| 'IUT de Montpellier', |
| 'IUT orsay', |
| 'IUT Robert Schuman', |
| 'Joseph Fourier University - Grenoble', |
| 'Le Havre University', |
| 'Lycee Camille Jullian', |
| 'Lyc\xc3\xa9e C\xc3\xa9sar Baggio', |
| 'Lycee Jess\xc3\xa9 de Forest', |
| 'Lycee liberget', |
| 'Lycee Louis Thuillier', |
| 'Lycee MASSENA', |
| 'Pierre Mend\xc3\xa8s France', |
| 'Poitiers University', |
| "Polytech' Grenoble", |
| "Polytech' Montpellier", |
| 'Provence University', |
| 'Sciences Po', |
| 'Sup\xc3\xa9lec', |
| 'SUPINFO ESI / SUPINFO International University', |
| 'Tampere University of Technology', |
| 'Telecom Bretagne', |
| 'Telecom Lille 1', |
| 'T\xc3\xa9l\xc3\xa9com SudParis', |
| 'Toulouse School of Economics (Universit\xc3\xa9 Toulouse 1 Capitole)', |
| 'Universit\xc3\xa9 Bordeaux 1', |
| "Universite Catholique de l'Ouest Bretagne Nord", |
| 'Universite Claude Bernard Lyon1', |
| "Universite D'Evry-Val D'Essonne", |
| 'Universite de Nice Sophia - Antipolis', |
| 'Universit\xc3\xa9 de Rennes 1', |
| 'Universit\xc3\xa9 de Strasbourg', |
| 'Universit\xc3\xa9 de Technologie de Belfort-Montb\xc3\xa9liard / UTBM / University of Technology of Belfort Monb\xc3\xa9liard', |
| 'Universite de Technologie de Troyes', |
| 'Universite De Toulon Et Du Var', |
| 'Universit\xc3\xa9 Fran\xc3\xa7ois-Rabelais de Tours', |
| 'Universit\xc3\xa9 Henri Poincar\xc3\xa9 / Henri Poincar\xc3\xa9 University (UHP) / Nancy 1) Includes 3 Engineering schools: ESSTIN, ENSTIB and ESIAL.', |
| 'Universit\xc3\xa9 Lille 1 / University des Sciences et Technologies de Lille', |
| 'Universite Louis Pasteur, Strasbourg', |
| 'Universit\xc3\xa9 Montesquieu - Bordeaux IV', |
| 'Universit\xc3\xa9 Montpellier 2 / University Of Montpellier 2', |
| 'Universite Paris Diderot', |
| 'Universite Paris V Renee Descartes', |
| 'Universite Paris-Sud 11', |
| 'Universite Paul Sabatier III / UNIVERSITY OF TOULOUSE 3 - PAUL SABATIER', |
| 'Universite Pierre et Marie Curie - Paris 6 (UPMC)', |
| 'Universite Toulouse le Mirail / Universit\xc3\xa9 de Toulouse II - Le Mirail', |
| 'University de Technologie de Compiegne', |
| 'University Nice Sophia Antipolis', |
| 'University of Bethune', |
| 'University of Bordeaux', |
| 'University of Burgundy', |
| 'University of Caen', |
| 'University of Franche-Comte', |
| 'University of Limoges', |
| 'University of Nantes', |
| 'University of Savoie', |
| 'University of Toulouse', |
| 'University Paris-Est Marne-la-Vallee (UPEM)', |
| 'University Pierre Mendes France at Grenoble', |
| 'UPVD University of Perpignan', |
| 'Versailles Saint-Quentin-en-Yvelines University / University of Versailles Saint Quentin'], |
| 'Georgia': ['Caucasus University', 'Georgian Technical University'], |
| 'Germany': ['Aachen University of Applied Sciences (FH)', |
| 'Albert-Ludwigs-Universitat Freiburg', |
| 'Altes Gymnasium Oldenburg (Old Academic High School Oldenburg)', |
| 'Anne- Frank Gymnasium Halver', |
| 'ASW Berufsakademie Saarland', |
| 'Baden-Wuerttemberg Cooperative State University', |
| 'Bauhaus University Weimart', |
| 'BAW Hameln', |
| 'Bergstadt Gymnasium L\xc3\xbcdenscheid', |
| 'Berufs Bildung Zentrum Dithmarschen', |
| 'Brandenburg University of Technology / Technical University of Cottbus or TU Cottbus', |
| 'Bremerhaven University of Applied Sciences', |
| 'Bundeswehr University Munich', |
| 'Carl von Ossietzky University Oldenburg', |
| 'Christian-Albrechts-Universit\xc3\xa4t zu Kiel', |
| 'Cologne University Bioinformatics Center (CUBIC)', |
| 'Cologne University of Music (official: Hochschule f\xc3\xbcr Musik und Tanz K\xc3\xb6ln)', |
| 'Distance University of Hagen', |
| 'Eberhard Karls University Tuebingen', |
| 'Einhard Gymnasium Aachen', |
| 'Einstein-Gymnasium Potsdam', |
| 'Fachhochschule Brandenburg / Brandenburg University of Applied Sciences', |
| 'Fachhochschule Dortmund', |
| 'Fachhochschule Dortmund / Dortmund University of Applied Sciences and Arts', |
| 'Fachhochschule Kaiserslautern - University of Applied Sciences', |
| 'Fachhochschule S\xc3\xbcdwestfalen Iserlohn', |
| 'Fachhochschule Trier, University of Applied Sciences (FH)', |
| 'FernUniversitaet in Hagen / University of Hagen', |
| 'FH D\xc3\xbcsseldorf', |
| 'Flensburg University of Applied Sciences', |
| 'Freie Universitaet Berlin / Free University Of Berlin /FU Berlin', |
| 'Friedrich-Alexander University', |
| 'Friedrich-Alexander-University of Erlangen-Nuremberg', |
| 'Friedrich-Schiller-Universitaet Jena', |
| 'Furtwangen University of Applied Sciences', |
| 'Georg-Simon-Ohm-Fachhochschule Nuernberg / Georg Simon Ohm University at Nuremberg', |
| 'Georg-Wilhelm-Steller-Gymnasium', |
| 'Goethe-Universit\xc3\xa4t Frankfurt am Main', |
| 'Grimmelshausen-Gymnasium Offenburg', |
| 'Gymnasium Beilngries', |
| 'Gymnasium Philippinum Weilburg', |
| 'Gymnasium Vilshofen', |
| 'Hamburg University of Applied Sciences', |
| 'Hamburg-Harburg University of Technology / Technische Universit\xc3\xa4t Hamburg-Harburg (TUHH)', |
| 'Hasso-Plattner-Institut, University Potsdam', |
| 'Heidelberg University', |
| 'Heilbronn University', |
| 'Herderschule in Rendsburg', |
| 'Hochschule Bremen / Bremen University of Applied Sciences', |
| 'Hochschule Fulda', |
| 'Hochschule f\xc3\xbcr Angewandte Wissenschaften Hamburg (HAW Hamburg)', |
| 'Hochschule f\xc3\xbcr Angewandte Wissenschaften Harz / University Of Applied Studies And Research, Harz', |
| 'Hochschule f\xc3\xbcr Technik und Wirtschaft Berlin (University of applied sciences) (FHTW Berlin)', |
| 'Hochschule Fur Technik Und Wirtschaft Dresden (FH)', |
| 'Hochschule f\xc3\xbcr Telekommunikation Leipzig', |
| 'Hochschule f\xc3\xbcr Wirtschaft und Recht Berlin /Berlin School of Economics and Law', |
| 'Hochschule Furtwangen University', |
| 'HOCHSCHULE OSNABR\xc3\x9cCK / University of Applied Sciences Osnabrueck', |
| 'Humboldt University Berlin', |
| 'Ilmenau University of Technology', |
| 'ILS Institut f\xc3\xbcr Lernsysteme GmbH', |
| 'International University Bremen', |
| 'jacobs University Bremen', |
| 'Johannes Gutenberg University Mainz', |
| 'Julius-Maximilians-Universitaet Wuerzburg', |
| 'Justus-Liebig-University Giessen', |
| 'Kaufm\xc3\xa4nnisches Berufsbildungszentrum Dillingen', |
| 'KIT - Karlsruhe Institute of Technology / Universit\xc3\xa4t Karlsruhe (TH)', |
| 'Leibniz Universit\xc3\xa4t Hannover/ Leibniz University Hannover', |
| 'Ludwig-Maximilians-University Muenchen /Ludwig-Maximilians-Universit\xc3\xa4t Munich', |
| 'Martin Luther University Halle-Wittenberg', |
| 'Max Planck Institute for Astronomy', |
| 'Max Planck Institute of Biochemistry', |
| 'Maximilian Kolbe Gymnasium Wegberg', |
| 'Otto-von-Guericke University Magdeburg', |
| 'Philipps-Universit\xc3\xa4t Marburg', |
| 'Ruhr Universit\xc3\xa4t Bochum', |
| 'Ruprecht-Karls University Heidelberg', |
| 'RWTH Aachen University', |
| 'South Westphalia University Of Applied Sciences', |
| 'SZ Lange Reihe (Abitur)', |
| 'Technisch-gewerbliches BerufsbildungsZentrum 1 Saarbrucken', |
| 'Technische Universit\xc3\xa4t Chemnitz /Chemnitz University of Technology', |
| 'Technische Universit\xc3\xa4t Kaiserslautern', |
| 'TU Berlin / Technische Universit\xc3\xa4t Berlin / Technical University Berlin /', |
| 'TU Braunschweig', |
| 'TU Chemnitz', |
| 'TU Darmstadt /Technische Universit\xc3\xa4t Darmstadt / Darmstadt University of Technology', |
| 'TU Dresden /Technische Universit\xc3\xa4t Dresden /Dresden University of Technology', |
| 'TU Ilmenau', |
| 'TU Munich/ Technische Universit\xc3\xa4t M\xc3\xbcnchen (TUM; University of Technology, Munich; Technical University of Munich)', |
| 'Universit\xc3\xa4t Bremen / University of Bremen', |
| 'Universit\xc3\xa4t Osnabr\xc3\xbcck / Osnabr\xc3\xbcck University', |
| 'University of Applied Science Hamburg', |
| 'University of Applied Sciences and Arts, Hanover', |
| 'University of Applied Sciences Esslingen', |
| 'University of applied sciences Nuremberg', |
| 'University of Applied Sciences, Aachen', |
| 'University of Applied Sciences, Berlin (HTW Berlin)', |
| 'University of Applied Sciences, Gelsenkirchen', |
| 'University of Applied Sciences, Giessen-Friedberg', |
| 'University of Applied Sciences, Karlsruhe', |
| 'University of Applied Sciences, Kempten', |
| 'University of Applied Sciences, Munich / Munich University of Applied Sciences (MUAS)', |
| 'University of Applied Sciences, Offenburg', |
| 'University of Applied Sciences, Pforzheim', |
| 'University of Applied Sciences, Regensburg', |
| 'University of Applied Sciences, Rosenheim', |
| 'University of Applied Sciences, Saarbr\xc3\xbccken', |
| 'University of Applied Sciences, Trier', |
| 'University of Applied Sciences, Wedel / FH Wedel', |
| 'University of Applied Sciences, Wiesbaden', |
| 'University of Applied Sciences, Wuerzburg-Schweinfurt', |
| 'University of Augsburg', |
| 'University of Bamberg', |
| 'University of Bielefeld', |
| 'University of Bochum', |
| 'University of Bonn / Rheinische Friedrich-Wilhelms-Universit\xc3\xa4t Bonn', |
| 'University of Cologne', |
| 'University of Cooperative Education', |
| 'University of Cooperative Education Glauchau / Studienakademie Glauchau', |
| 'University of Cooperative Education Heidenheim', |
| 'University of Cooperative Education Karlsruhe', |
| 'University of Cooperative Education Loerrach', |
| 'University of Cooperative Education Mannheim', |
| 'University of Cooperative Education Stuttgart', |
| 'University of Dortmund', |
| 'University of Duisburg-Essen', |
| 'University of Erlangen-Nuremberg', |
| 'University of Frankfurt am Main', |
| 'University Of Freiburg', |
| 'University of G\xc3\xb6ttingen', |
| 'University of G\xc3\xb6ttingen / Georg-August-Universit\xc3\xa4t G\xc3\xb6ttingen', |
| 'University of Hamburg', |
| 'University Of Heidelberg / Universit\xc3\xa4t Heidelberg', |
| 'University of Jena', |
| 'University of Kaiserslautern', |
| 'University Of Karlsruhe', |
| 'University of Kiel', |
| 'University of Koblenz-Landau', |
| 'University of Leipzig', |
| 'University of L\xc3\xbcbeck / Universit\xc3\xa4t zu L\xc3\xbcbeck', |
| 'University of Mannheim', |
| 'University Of Muenster', |
| 'University of Paderborn', |
| 'University of Passau', |
| 'University of Potsdam', |
| 'University of Regensburg', |
| 'University of Rostock', |
| 'University of Saarlandes', |
| 'University of Stuttgart', |
| 'University of Stuttgart - Intitute for Space Systems', |
| 'University of the Arts, Bremen', |
| 'University of Tuebingen', |
| 'University of Ulm', |
| 'University of W\xc3\xbcrzburg', |
| 'Westfalische Wilhelms University Muenster, NRW', |
| 'WHU Otto Beisheim School of Management', |
| 'Wilhelm-Raabe-Schule L\xc3\xbcneburg'], |
| 'Ghana': ['Ghana Telecom University College', 'University of Cape Coast'], |
| 'Greece': ['Alexander Technological Educational Institute Of Thessaloniki', |
| 'Aristotle University of Thessaloniki', |
| 'Athens University of Economics and Business', |
| 'Democritus University of Thrace', |
| 'HAROKOPIO UNIVERSITY OF ATHENS', |
| 'Hellenic Open University', |
| 'National and Kapodistrian University of Athens', |
| 'National Technical University of Athens', |
| 'National Technical University of Athens', |
| 'T.E.I. of Central Macedonia / Technological Educational Institute of Central Macedonia at Serres', |
| 'Technical University of Serres', |
| 'Technological Educational Institute of Athens', |
| 'Technological Educational Institute of Thessaly - Formerly Technological Educational Institute Larissa', |
| 'Technological Institute of Lamia', |
| 'University of Crete', |
| 'University of Patras', |
| 'University Of Pireaeus'], |
| 'Guatemala': ['Universidad de San Carlos de Guatemala'], |
| 'Honduras': ['Universidad Tecnol\xc3\xb3gica Centroamericana'], |
| 'Hong Kong': ['Chinese University of HONG KONG', |
| 'City University of Hong Kong', |
| 'Hong Kong Polytechnic University', |
| 'Hong Kong University of Science and Technology', |
| 'Li Po Chun United World College', |
| 'University of Hong Kong'], |
| 'Hungary': ['Babits Mihaly Gimnazium', |
| 'Budapest Business School', |
| 'Budapest University of Technology and Economics / Budapesti Muszaki Es Gazdasagtudomanyi Egyetem', |
| 'Central European University', |
| 'Eotvos Lorand Tudomanyegyetem / E\xc3\xb6tv\xc3\xb6s Lor\xc3\xa1nd University', |
| 'Gabor Denes Foiskola', |
| 'Kazinczy Ferenc Gimnazium', |
| 'Obuda University', |
| 'Pazmany Peter Catholic University', |
| 'Politecnico di Torino', |
| 'Puskas Tivadar Tavkozlesi Technikum', |
| 'Sz\xc3\xa9chenyi Istv\xc3\xa1n University', |
| 'Szent Istvan Egyetem', |
| 'University of Debrecen', |
| 'University of Pannonia', |
| 'University of Szeged'], |
| 'Iceland': ['Fjolbrautaskolinn vio Armula (Armuli Secondary Comprehensive School)'], |
| 'India': ['Adichunchanagiri Institute of Technology', |
| 'Advanced Institute of Techology and Management', |
| 'AMITY School of Engineering and Technology', |
| 'Amrita Institute Of Technology & Science,Ettimadai', |
| 'Amrita Institute Of Technology & Science,Kollam', |
| 'Amrita School Of Engineering, Amritapuri', |
| 'Amrita School of Engineering, Bangalore', |
| 'Amrita University / Amrita Vishwa Vidyapeetham', |
| 'Anna University, Chennai', |
| 'Anna University, Guindy', |
| 'APS College Of Commerce', |
| 'Asia Pacific Institute of Information Technology SD India', |
| 'Atal Behari Vajpayee Indian Institute of Information Technology and Management', |
| 'ATRI', |
| 'Atria Institute Of Technology', |
| 'B.M.S. College Of Engineering', |
| 'B.M.Srinivasaiah Institute of Technology', |
| 'Banasthali University', |
| 'Bangalore Institute Of Technology, Bangalore', |
| 'Bengal Engineering and Science University, Shibpur', |
| 'Bhagwan Parshuram Institute of Technology, New Delhi, India', |
| 'Bharathiar University', |
| "Bharati Vidyapeeth's College of Engineering, New Delhi", |
| 'Bhoj Reddy Engineering College for Women', |
| 'Bhopal School of Social Sciences', |
| 'Birla Institute of Technology and Science Pilani, Goa campus / BITS-Pilani - K.K.Birla Goa Campus', |
| 'Birla Institute of Technology and Science, Pilani (BITS Pilani)', |
| 'Birla Institute of Technology, Mesra', |
| 'BITS Pilani, Hyderabad Campus', |
| 'Calicut University', |
| 'Canara Engineering College', |
| 'Chandigarh College of Engeneering and Technology', |
| 'Chandigarh Engineering College, Landran', |
| 'Charotar University of Science and Technology', |
| 'Chaudhary Charan Singh University, Meerut', |
| 'Chennai Mathematical Institute', |
| 'CMR Institute Of Technology, Bangalore (Visvesvaraya Technological University)', |
| 'Cochin University of Science and Technology', |
| 'College Of Engineering And Technology, Bhubaneswar', |
| 'College of Engineering, Guindy', |
| 'College of Engineering, Pune', |
| 'College of Engineering, Trikaripur', |
| 'College of Engineering, Trivandrum', |
| 'College Of Technology, Gobind Ballabh Pant University of Agriculture & Technology', |
| 'Cummins College of Engineering for Women', |
| 'D.J.Sanghvi College of Engg.', |
| 'Dayananda Sagar College Of Engineering, Bangalore', |
| 'Dehradun Institute of Technology', |
| 'Delhi Technological University (formerly Delhi College of Engineering)', |
| 'Dharmsinh Desai University/ PANDYA VIVEK VASUDEVBHAI', |
| 'Dhirubhai Ambani Institute of Information and Communication Technology', |
| 'Don Bosco Institute of Technology', |
| 'Dr. B. C. Roy Engineering College', |
| 'Dronacharya College of Engineering', |
| 'Echelon Institute of Technology', |
| 'Engineering College Bikaner / Government Engineering College Bikaner', |
| 'Fr.Conceico Rodrigues Institute of Technology', |
| 'G.B. Pant Engineering College', |
| "Galgotia's College of Engineering and Technology", |
| 'Galgotias University', |
| 'Ganpat University, U.V. Patel College of Engineering', |
| 'Gitam College Of Engineering / GITAM University / Gandhi Institute of Technology and Management University', |
| 'Gokhale Institute Of Politics & Economics', |
| 'Gold Field Institute of Technology and Management, Faridabad', |
| 'Government Engineering College, Sreekrishnapuram, Palakkad, Kerala', |
| 'Government Engineering College, Thrissur', |
| 'Government Polytechnic Ahmedabad (Affiliation: Gujarat Technological University)', |
| 'Govt. Higher Secondary School Bijolia, Bhilwara', |
| 'Guru Gobind Singh Indraprastha University (GGSIPU Dwarka)', |
| 'Guru Nanak Dev Engineering College, Ludhiana', |
| 'Guru Prem Sukh Memorial College Of Eng', |
| 'Harcourt Butler Technological Institute, Kanpur', |
| 'Heritage University of Technology, Kolkata', |
| 'Hi Tech Enggineering College', |
| 'HMRITM, IP University', |
| 'India Institute of Science(IISc), Bangalore', |
| 'Indian Institute of Information Technology Allahabad(Amethi Campus)', |
| 'Indian Institute of Information Technology, Design and Manufacturing , Jabalpur', |
| 'Indian Institute of Management, Bangalore', |
| 'Indian Institute of Science', |
| 'Indian Institute of Technology', |
| 'Indian Institute of Technology (BHU) Varanasi', |
| 'Indian Institute of Technology Jodhpur', |
| 'Indian Institute of Technology, Bombay', |
| 'Indian Institute of Technology, Delhi', |
| 'Indian Institute of Technology, Guwahati', |
| 'Indian Institute of Technology, Kanpur', |
| 'Indian Institute of Technology, Kharagpur', |
| 'Indian Institute of Technology, Madras', |
| 'Indian Institute of Technology, Mandi', |
| 'Indian Institute of Technology, Patna', |
| 'Indian Institute of Technology, Roorkee', |
| 'Indian Institute of Technology, Ropar', |
| 'Indian Statistical Institute', |
| 'Indira Gandhi Institute of technology, Kashmere Gate, Delhi', |
| 'Indraprashta Institute of Information Technology', |
| 'Indraprastha University, Delhi', |
| 'Indria Gandhi National Open University', |
| 'Institute of Engineering and Rural Technology, Allahabad', |
| 'Institute of Technical Education and Research', |
| 'Institute Of Technology and Management, Gurgaon', |
| 'Institute of Technology, Banaras Hindu University (IT-BHU)', |
| 'International Institute of Information Technology - Allahabad', |
| 'International Institute of Information Technology - Hyderabad', |
| 'International Institute of Information Technology, Bhubaneswar', |
| 'J S S Public School', |
| 'Jabalpur Engineering College', |
| 'Jadavpur University', |
| 'Jamia Millia Islamia', |
| 'Jawaharlal Nehru Technological University', |
| 'Jaya Engineering College', |
| 'Jaypee Institute of Information Technology', |
| 'Jaypee University Of Engineering and Technology', |
| 'Jeppiaar Engineering College (Anna University)', |
| 'JNTU college of engineering Hyderabad', |
| 'JNTU College Of Engineering, Pulivendula', |
| 'JSS Academy Of Technology Education Nodia', |
| 'Kalinga Institute of Industrial Technology', |
| 'Karnataka State Open University', |
| 'KARUNYA UNIVERSITY', |
| 'KCG College of Technology', |
| 'Keshav Memorial Institute Of Technology', |
| 'Kurukshetra University,Kurukshetra,India', |
| 'L.D. College of Engineering', |
| 'Leelaben Dashrathbhai Raamdas Patel Institute of Technology', |
| 'LNM Institute of Information Technology', |
| 'M.E.S. Abasaheb Garware College', |
| 'Madras Institute Of Technology', |
| 'Maharaja Manindra Chandra College', |
| 'Maharaja Sayajirao University at Baroda', |
| 'Maharaja Surajmal Institute of Technology', |
| 'Maharaja Surajmal Institute, Janak Puri, New Delhi', |
| 'Maharastra Institute of Technology, Pune', |
| 'Maharshi Dayanand University', |
| 'Malaviya National Institute of Technology', |
| 'Manav Rachna College of Engineering, Faridabad', |
| 'Manav Rachna International University', |
| 'Manipal Institute of Technology, Manipal Karnataka', |
| 'Meerut Institute of Engineering and Technology', |
| 'MES College of Engineering', |
| 'Model Engineering College, Cochin', |
| 'Motilal Nehru National Institute of Tehnology, Allahabad', |
| 'Mukesh Patel School of Technology Management & Engineering', |
| 'Mumbai University', |
| 'N.K.Bagrodia Public School', |
| 'N.S.S College of Engineering, Palakkad, Kerala, India', |
| 'National Institute Of Engineering, Mysore', |
| 'National Institute of Technology', |
| 'National Institute of Technology Delhi', |
| 'National Institute of Technology Goa', |
| 'National Institute of Technology Karnataka', |
| 'National Institute Of Technology Raipur', |
| 'National Institute of Technology, Calicut', |
| 'National Institute of Technology, Durgapur', |
| 'National Institute Of Technology, Hamirpur', |
| 'National Institute of Technology, Jamshedpur', |
| 'National Institute of Technology, Rourkela', |
| 'National Institute of Technology, Srinagar', |
| 'National Institute Of Technology, Suratkal', |
| 'National Institute Of Technology, Tiruchirappalli', |
| 'National Institute Of Technology, Warangal', |
| 'National Institute Of Technology, West Bengal', |
| 'Navy Children School, Goa', |
| 'Neotia Institute Of Technology Management And Science', |
| 'Netaji Subhas Institute Of Technology (NSIT), New Delhi', |
| 'Netaji Subhash Engineering College (West Bengal University of Technology)', |
| 'Nirma University, Institute of Technology, / Nirma University Of Science & Technology, Gujarat', |
| 'Northern India Engineering College, Lucknow', |
| 'Northern India Engineering College, New Delhi', |
| 'Osmania University', |
| 'Pailan College of Management and Technology (West Bengal University of Technology)', |
| 'Panjab University, Chandigarh', |
| 'Patkar Varde College', |
| 'Peoples Education Society Institute of Technology', |
| 'PES University', |
| 'PSG College of Technology', |
| 'Pune Institute of Computer Technology', |
| "Pune Vidyarthi Griha's College of Engineering and Technology, University of Pune", |
| 'Punjab Engineering College, Deemed University at Chandigarh', |
| 'Punjab Technical University', |
| 'Punjabi University', |
| 'Rajasthan Technical University', |
| 'Ramgarhia Institute of Engg. and Technology', |
| 'Rashtreeya Vidyalaya College Of Engineering', |
| 'Rayat and Bahra Institute of Engineering and Biotechnology', |
| 'Regional Computer Center Institute of Information Technology / RCC Institute of Information Technology (RCCIIT)', |
| 'Regional Institute of Management and Technology', |
| 'Reva Institute of Technology and Management', |
| 'Sa-A-Diya Arts & Science College, Koliyadukkam, P.O. Kalanad, Kasargod', |
| 'SAL Institute of Technology & Engineering Research', |
| 'Sardar Patel Institute of Technology (affiliated to Mumbai University)', |
| 'Sardar Patel University', |
| 'Sardar Vallabhbhai National Institute Of Technology', |
| 'Sathyabama University', |
| 'Seth Jaiprakash Mukand Lal Institute Of Engineering & Technology', |
| 'Shanmugha Arts, Science, Technology & Research Academy (SASTRA)', |
| 'Shivaji University', |
| 'Shree Swaminarayan College of Computer Science', |
| 'Shri Andal Alagar College of Engineering', |
| 'Shri Guru Gobind Singhji Institute of Engineering & Technology', |
| 'Shri Mata Vaishno Devi University', |
| 'Sinhgad Institute Of Technology', |
| 'Sir M. Visveshwaraiah Institute Of Technology', |
| 'Sir Padampat Singhania Education Center', |
| 'Sri Jayachamarajendra College of Engineering', |
| 'Sri Sarathi Institute of Engineering and Technology (SSIET)', |
| 'Sri Sivasubramaniya Nadar College of Engineering (SSNCE) / SSN College of Engineering', |
| 'Sri Venkateswara College of Engineering', |
| 'SRM University, Chennai, India', |
| 'St. Francis Institute of Technology', |
| "St. Xavier's College, Kolkata", |
| "St.Joseph'S College Of Engineering", |
| 'Step By Step High School', |
| 'Swami Keshvanand Institute of Technology', |
| 'Symbiosis Centre For Distance Learning', |
| 'Symbiosis Institute of Computer Studies and Research', |
| 'Symbiosis Institute of Foreign and Indian Languages', |
| 'Technocrats Institute of Technology - Bhopal', |
| 'Tezpur University', |
| 'Thakur College of Engineering and Technology, Mumbai', |
| 'Thapar University', |
| 'The Oxford College of Engineering', |
| 'Tilak Raj Chadha Institute of Management and Technology', |
| 'TKM College Of Engineering', |
| 'United College of Engg & Research, Allahabad', |
| 'University B.D.T. College of Engineering', |
| 'University Institute of Engineering and Technology , Punjab University , Chandigarh', |
| 'University of Madras', |
| 'University of Pune', |
| 'University of Rajasthan', |
| 'Uttar Pradesh Technical University', |
| 'Vasavi College of Engineering', |
| 'Veer Surendra Sai University of Technology, Burla', |
| 'Veermata Jijabai Technological Institute', |
| 'Velammal Engineering College', |
| 'Vellore Institute of Technology', |
| 'Vidya Academy of Science and Technology, Thrissur, Kerala', |
| "Vidyavardhini's College of Engineering and Technology, Vasai", |
| 'Visvesvaraya National Institute of Technology', |
| 'Visvesvaraya Technological University, Belgaum', |
| "Vivekanand Education Society's Institute Of Technology(V.E.S.I.T.),Mumbai", |
| 'YMCA Institute Of Engineering, Faridabad'], |
| 'Indonesia': ['Gadjah Mada University', |
| 'Gunadarma University', |
| 'Institut Teknologi Bandung', |
| 'Institut Teknologi Nasional'], |
| 'Ireland': ['Cork Institute Of Technology', |
| 'Dublin City University', |
| 'Dublin Institute of technology', |
| 'Griffith College Dublin', |
| 'Letterkenny Institute of Technology', |
| 'National University of Ireland', |
| 'National University of Ireland, Galway', |
| 'National University of Ireland, Maynooth', |
| 'Senior College Dun Laoghaire', |
| 'Trinity College, University of Dublin', |
| 'University College Cork', |
| 'University College Dublin', |
| 'University of Limerick'], |
| 'Israel': ['Academic College Of Tel Aviv', |
| 'Ben Gurion University of the Negev', |
| 'Hebrew University of Jerusalem', |
| 'IDC, Herzliya, ISRAEL', |
| 'Isamlic University in Gaza', |
| 'Open University Of Israel', |
| 'Technion - Israel Institute of Technology', |
| 'Tel Aviv University', |
| 'University Of Haifa'], |
| 'Italy': ['Free University of Bolzano', |
| 'IMT Alti Studi Lucca - Lucca Institute for Advanced Studies', |
| 'L.S.T. & I.T.I.S Enzo Ferrari', |
| 'Liceo Ginnasio Statale G.M. Dettori', |
| 'Liceo Scientifico Guido Castelnuovow', |
| 'Parthenope University (Naples)', |
| 'Politecnico di Bari', |
| 'Politecnico di Milano', |
| 'Politecnico di Torino', |
| 'Roma Tre University', |
| "Sant'Anna School for Advanced Studies", |
| 'Scuola Normale Superiore of Pisa', |
| 'Second University of Naple', |
| 'Universita Cattolica Del Sacro Cuore, Brescia', |
| 'Universit\xc3\xa0 degli Studi di Catania', |
| 'Universit\xc3\xa0 degli Studi di Perugia / University Of Perugia', |
| 'Universita Degli Studi Di Udine /University of Udine', |
| 'Universit\xc3\xa0 degli studi di Verona', |
| 'Universit\xc3\xa0 Roma Tre', |
| "Universita' degli Studi di Firenze", |
| "Universita' di Pavia", |
| 'Universita` di Bologna - Alma mater studiorum', |
| "University degli Studi dell'Insubria", |
| 'University degli Studi di Cagliari', |
| 'University degli studi di Genova - DISI / University of Genoa', |
| "University degli Studi di L'Aquila", |
| 'University degli studi di Messina', |
| 'University degli Studi di Napoli Federico II', |
| 'University degli Studi di Salerno', |
| 'University degli Studi Milano Bicocca', |
| 'University della Calabria', |
| 'University di Torino / University of Turin / Universit\xc3\xa0 degli Studi di Torino/ UNITO', |
| 'University of Bari', |
| 'University of Basilicata, Potenza', |
| 'University of Milan', |
| 'University of Milan, La Statale', |
| 'University of Modena and Reggio Emilia', |
| 'University of Padua / Univesit\xc3\xa0 degli Studi di Padova', |
| 'University of Pisa /Universit\xc3\xa0 degli Studi di Pisa', |
| "University of Rome 'La Sapienza'", |
| 'University of Rome Tor Vergata', |
| 'University of Siena', |
| 'University Of Trento', |
| 'University of Trieste', |
| 'University of Urbino'], |
| 'Jamaica': ['University of the West Indies at Mona'], |
| 'Japan': ['Chuo University', |
| 'Gunma National College of Technology', |
| 'Hokkaido University', |
| 'Iwate University', |
| 'Keio University', |
| 'Kyoto University', |
| 'Kyushu Institute of Technology', |
| 'Nara Institute of Science and Technology', |
| 'Osaka University', |
| 'Senshu University', |
| 'Tohoku University', |
| 'Tokyo Denki University', |
| 'Tokyo Institute of Technology', |
| 'Tokyo University of Technology', |
| 'University of Tsukuba', |
| 'University of Meiji', |
| 'University of Tokyo', |
| 'Waseda University'], |
| 'Kazakhstan': ['Al Farabi Kazakh National University', |
| 'Caspian State University of Technologies and Engineering named after Sh. Yessenov', |
| 'Kazakh National Pedagogical University', |
| 'Kazakhstan Agro-Technical University', |
| 'L.N. Gumilyov Eurasian National University', |
| 'Nazarbayev University'], |
| 'Kenya': ['Africa Nazarene University', |
| 'Jomo Kenyatta University of Agriculture and Technology', |
| 'Strathmore University'], |
| 'Kuwait': ['Gulf University of Science and Technology'], |
| 'Kyrgyz Republic (Kyrgyzstan)': ['International University Ataturk-Alatoo'], |
| 'Latvia': ['Rigas Technical University', 'University of Latvia'], |
| 'Lithuania': ['European Humanitius University', |
| 'Kaunas University of Technology', |
| 'Lithuanian Academy of Music and Theatre', |
| '\xc5\xa0iauliai University', |
| 'Vilnius University'], |
| 'Luxembourg': ['University of Luxembourg'], |
| 'Macedonia': ['Cyril And Methodius University', |
| 'Faculty of Natural Science and Mathematics, St. Kiril and Metodij', |
| 'MIT University', |
| 'South East European University', |
| 'St. Kiril and Metodij - Faculty of Electrical Engeneering and Information Tehnologies', |
| 'University Goce Delcev'], |
| 'Malaysia': ['Asia Pacific Institute of Information Technology', |
| 'Multimedia University', |
| 'Multimedia University (Malacca Campus)', |
| 'UNIVERSITI TEKNOLOGI MALAYSIA', |
| 'University of Malaya'], |
| 'Mauritius': ['University Of Mauritius'], |
| 'Mexico': ['Benemerita Universidad Autonoma de Puebla', |
| 'Center for Mathematical Research at Guanajuato, M\xc3\xa9xico', |
| 'Centro de Ense\xc3\xb1anza T\xc3\xa9cnica y Superior (CETYS University)', |
| 'Centro de Investigacion y estudios Avanzados del instituto Politecnico Nacional, Laboratorio Nacional de genomica para la biodiversidad.', |
| 'Centro de Investigaciones Culturales Museo', |
| 'Instituto Politecnico Nacional - National Polytechnic Institute', |
| 'Instituto Tecnologico de Ciudad Juarez', |
| 'Instituto Tecnologico de Orizaba', |
| 'Instituto Tecnol\xc3\xb3gico de Quer\xc3\xa9taro', |
| 'Instituto Tecnologico y de Estudios Superiores de Monterrey', |
| 'Instituto Tecnologico y de Estudios Superiores de Monterrey, Campus Cuernavaca', |
| 'Tecnologico de Monterrey, Campus Guadalajara', |
| 'Universidad De Guanajuato', |
| 'Universidad de Sonora', |
| 'Universidad del Valle de Mexico', |
| 'Universidad Michoacana de San Nicolas de Hidalgo', |
| 'Universidad Nacional Autonoma de Mexico (UNAM)', |
| 'Universidad TecMilenio', |
| 'Universidad Tecnol\xc3\xb3gica de la Mixteca'], |
| 'Moldavia': ['Technical University of Moldova', |
| 'University of the Academy of Science of Moldova'], |
| 'Morocco': ['National School of Applied Science', |
| 'National School of Mineral Industry'], |
| 'Netherlands': ['Delft University Of Technology', |
| 'Fontys University of Applied Science', |
| 'Fontys University of Applied Sciences', |
| 'Hanze University of Applied Sciences Groningen', |
| 'Hogeschool van Utrecht', |
| 'Hogeschool Zeeland', |
| 'INHOLLAND University Amsterdam', |
| 'Leiden University', |
| 'Maartenscollege', |
| 'Open University Netherlands', |
| 'Rijksuniversiteit Groningen / University of Groningen', |
| 'Rotterdam University of Applied Science', |
| 'Technische Universiteit Eindhoven', |
| 'Universiteit van Amsterdam', |
| 'Universiteit van Tilburg', |
| 'University of Maastricht', |
| 'University of Twente', |
| 'University of Utrecht', |
| 'Vrije Universiteit Amsterdam', |
| 'Wageningen University'], |
| 'New Zealand': ['University of Auckland', |
| 'University of Canterbury', |
| 'University of Otago', |
| 'University of Waikato', |
| 'Victoria University, Wellington'], |
| 'Nigeria': ['Bells University of Technology', |
| 'University of Nigeria, Nsukka'], |
| 'Norway': ['Bergen Katedralskole', |
| 'H\xc3\xb8gskolen i Gj\xc3\xb8vik', |
| 'Norwegian Military Academy', |
| 'Norwegian School of Information Technology, NITH', |
| 'Norwegian University of Science and Technology', |
| 'Oslo University College', |
| '\xc3\x98stfold University College', |
| 'University of Bergen', |
| 'University of Oslo', |
| 'University of Stavanger', |
| 'University of Troms\xc3\xb8'], |
| 'Pakistan': ['Bahria Insitute of Management and Computer Science', |
| 'COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, ISLAMABAD', |
| 'Ghulam Ishaq Khan Institute of Engineering Sciences and Technology', |
| 'Institute of Business and Technology', |
| 'Lahore University of Management Sciences', |
| 'National University of Computer and Emerging Sciences (FAST - NU)', |
| 'National University of Sciences and Technology', |
| 'Punjab University College Of Information Technology, Lahore', |
| 'The Islamia University of Bahawalpur', |
| 'University of Punjab', |
| 'Virtual University of Pakistan'], |
| 'Paraguay': ['Universidad Catolica Ntra Sra de la Asuncion sede regional Itapua', |
| 'Universidad Nacional de Asuncion - Facultad Politecnica'], |
| 'Peru': ['Institute of Techology Cesca', |
| 'National University of San Marcos / Universidad Nacional Mayor de San Marcos, UNMSM)', |
| 'National University of St. Augustine', |
| 'Pontificia Universidad Cat\xc3\xb3lica del Per\xc3\xba', |
| 'Universidad Andina Nestor Caceres Velasquez', |
| 'Universidad Aut\xc3\xb3noma San Francisco Javier', |
| 'Universidad Catolica San Pablo', |
| 'Universidad de Lima', |
| 'Universidad Peruana de Ciencias Aplicadas', |
| 'Univesidad Nacional de Ingenieria'], |
| 'Philippines': ['University of the Philippines', |
| 'University of the Philippines Open University', |
| 'University of the Philippines, Mindanao', |
| 'University Of The Philippines, Quezon City'], |
| 'Poland': ['1 Liceum im. Tadeusza Kosciuszki w Koninie', |
| '3rd Hight School in Wroclaw', |
| 'AGH University of Science and Technology', |
| 'Akademia Podlaska in Siedlce', |
| 'Bialystok University of Technology', |
| 'Cardinal Stefan Wyszynski University, Warsaw', |
| 'Cracow University of Economics', |
| 'Cracow University of Technology', |
| 'Edwarda Abramowskiego XVIII Liceum', |
| 'Gdansk University of Technology / Technical University Of Gdansk', |
| 'Institute of Computer Science, Polish Academy of Sciences', |
| 'Institute of Physics, Polish Academy of Sciences', |
| 'Jagiellonian University', |
| "Jan Kochanowski's High School, Krakow", |
| 'Kielce University of Technology', |
| 'Mila College School of Higher Education in Warsaw', |
| 'Military University of Technology', |
| 'Military University of Technology in Warsaw', |
| 'Nicolaus Copernicus University, Torun', |
| 'Polish-Japanese Institute of Information Technology', |
| 'Politechnika Lodzka (The Technical University of Lodz)', |
| 'Politechnika \xc5\x9al\xc4\x85ska', |
| 'Post secondary School "Cosinus"', |
| 'Poznan Univeristy Of Technology', |
| 'Rzesz\xc3\xb3w University of Technology', |
| 'Salesian Public Comprehensive Senior School in O\xc5\x9bwi\xc4\x99cim', |
| 'Sileisan University of Technology', |
| 'Technical University of Szczecin', |
| 'University of Gdansk', |
| 'University Of Lodz', |
| 'University of Marii Curie-Sk\xc5\x82odowskiej in Lublin', |
| 'University Of Silesia In Katowice', |
| 'University of Warsaw', |
| 'University of Wroclaw', |
| 'University of Zielona G\xc3\xb3ra', |
| 'Uniwersytet im Jana Kochanowskiego w Kielcach', |
| 'Warsaw Academy of Theater', |
| 'Warsaw School of Social Psychology', |
| 'Warsaw University of Life Sciences', |
| 'Warsaw University of Technology / Politechnika Warszawska / Technical University of Warsaw', |
| 'Warsow Military Univeristy of Technology', |
| 'Warszaw School of Computer Science', |
| 'Western Pomerania University of Technology', |
| 'Witelon University of Applied Sciences in Legnica', |
| 'Wroclaw University of Technology / Politechnika Wroclawska'], |
| 'Portugal': ['Escola Superior de Tecnologia e Gestao', |
| 'Instituto Superior de Engenharia de Lisboa', |
| 'Instituto Superior T\xc3\xa9cnico - Universidade T\xc3\xa9cnica de Lisboa', |
| 'Universidad Nacional de Educacion a Distancia', |
| 'Universidade Catolica Portuguesa', |
| 'Universidade Da Beira Interior', |
| 'Universidade de Aveiro', |
| 'Universidade de Coimbra', |
| 'Universidade Do Algarve', |
| 'Universidade do Minho', |
| 'Universidade do Porto (FEUP)', |
| 'Universidade Nova de Lisboa', |
| 'University of Coimbra', |
| 'University of Evora / Universidade de Evora'], |
| 'Puerto Rico': ['Polytechnic University of Puerto Rico', |
| 'University of Puerto Rico Mayaguez Campus'], |
| 'Romania': ['Academia de Studii Economice', |
| 'Alexandru Ioan Cuza University of Iasi', |
| 'Aurel Vlaicu University', |
| 'Babes-Bolyai University of Cluj', |
| 'Colegiul National de Informatica', |
| 'International Computer High School of Bucharest', |
| 'Ovidius University of Constanta', |
| 'Polytechnic University in Timisoara', |
| 'Technical University of Cluj-Napoca', |
| 'Technical University Of Iasi', |
| 'Transilvania University Brasov, Romania', |
| 'Universitatea "Dunarea de Jos" Galati', |
| 'Universitatea Spiru Haret', |
| 'University George Bacovia at Bacau', |
| 'University of Bucharest', |
| 'University of Craiova', |
| 'University of Sapientia', |
| 'University POLITEHNICA Of Bucharest', |
| 'West University of Timisoara'], |
| 'Russian Federation': ['Altai State Technical University', |
| 'Amur State University', |
| 'Bauman Moscow Technical State University', |
| 'Belgorod State University', |
| 'Belovskaya Secondary School', |
| 'Bryansk State Technical University', |
| 'Bryansk State University (\xd0\x91\xd1\x80\xd1\x8f\xd0\xbd\xd1\x81\xd0\xba\xd0\xb8\xd0\xb9 \xd0\xb3\xd0\xbe\xd1\x81\xd1\x83\xd0\xb4\xd0\xb0\xd1\x80\xd1\x81\xd1\x82\xd0\xb2\xd0\xb5\xd0\xbd\xd0\xbd\xd1\x8b\xd0\xb9 \xd1\x83\xd0\xbd\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x80\xd1\x81\xd0\xb8\xd1\x82\xd0\xb5\xd1\x82 \xd0\xb8\xd0\xbc\xd0\xb5\xd0\xbd\xd0\xb8 \xd0\xb0\xd0\xba\xd0\xb0\xd0\xb4\xd0\xb5\xd0\xbc\xd0\xb8\xd0\xba\xd0\xb0 \xd0\x98. \xd0\x93. \xd0\x9f\xd0\xb5\xd1\x82\xd1\x80\xd0\xbe\xd0\xb2\xd1\x81\xd0\xba\xd0\xbe\xd0\xb3\xd0\xbe)', |
| 'Capital Business College', |
| 'Chelyabinsk State University', |
| 'D. Mendeleev University of Chemical Technology of Russia', |
| 'Far Eastern National University', |
| 'Far Eastern State Transportation University', |
| 'Immanuel Kant Baltic Federal University', |
| 'Institute of Atmospheric Optics, Tomsk, Russia', |
| 'Institute of management, economy, laws and art', |
| 'Irkutsk State University', |
| 'Izhevsk State Technical University', |
| 'Kazan (Volga region) Federal University', |
| 'Kuban State University of Technology', |
| 'Kusrk State University', |
| 'Lobachevsky State University of Nizhni Novgorod', |
| 'Lomonosov Moscow State University', |
| 'Maristate Polytechnical University', |
| 'Maritime State University', |
| 'Moscow Institute of Electronic Technology', |
| 'Moscow Institute of Physics and Technology (State University)', |
| 'Moscow Power Engineering Institute', |
| 'Moscow State Institute Of Electronics And Mathematics', |
| 'Moscow State Institute of Radio-techniques, Electronics and Automation', |
| 'Moscow State Mining University', |
| 'Moscow State University Of Computer Science And Instrument Engineering', |
| 'Moscow State University of Economics, Statistics, and Informatics (MESI)', |
| 'Moscow State University of Geodesy and Cartography', |
| 'Moscow State University of Railway Engineering', |
| 'Moscow Technical University Of Communications And Informatics', |
| 'Moscow Technological Institute', |
| 'National Research Nuclear University MEPhI', |
| 'National Research University - Higher School of Economics', |
| 'National Research University of Electronic Technology', |
| 'Nizhny Novgorod State Technical University', |
| 'Novosibirsk State University', |
| 'Omsk State University', |
| 'Pacific National University', |
| 'Perm National Resarch Polytechic University', |
| 'Perm State University', |
| 'Petrozavodsk State University', |
| 'Rostov State University', |
| 'Russian Academy of Science', |
| 'Russian Academy of Science, Institute of Computational Technologies of Siberian Branch of', |
| 'Russian Academy of Sciences, Far Eastern Branch, Khabarovsk Computing Center', |
| 'Saint Petersburg Electrotechnical University "LETI"', |
| 'Saint-Petersburg College of Radioelectronics', |
| 'Saint-Petersburg State Polytechnical University', |
| 'Saint-Petersburg State University of Information Technologies, Mechanics and Optics', |
| 'Samara State Aerospace University', |
| 'Saratov State University', |
| 'Siberian Federal University', |
| 'Siberian State Aerospace University in Krasnoyarsk', |
| 'Southern Federal University', |
| 'St. Petersburg State University', |
| 'St.Petersburg State Polytechnical University', |
| 'State Institute of Radio Engineering, Electronics and Automation - Technica University, Center of New Information Technologies, Moscow', |
| 'State Management University (Moscow)', |
| 'Tomsk Polytechnic University', |
| 'Tomsk State University', |
| 'Tomsk University of Control Systems and Radio electonics', |
| 'Tula State University', |
| 'Tver State University', |
| 'Ufa State Aviation Technical University', |
| 'University of Pereslavl', |
| 'Ural Federal University', |
| 'Ural State Technical University', |
| 'Ural State University', |
| 'Vladimir State University', |
| 'Volgograd State Technical University', |
| 'Vologda State Technical University', |
| 'Voronezh State Technical University', |
| 'Voronezh State University', |
| 'Yaroslavl State University', |
| 'Zuev Institute of Atmospheric Optics of SB RAS'], |
| 'Rwanda': ['Kigali Institute of Science and Technology ( KIST )'], |
| 'Saudi Arabia': ['Alfaisal University', |
| 'American International School of Jeddah', |
| 'King Abdullah University of Technology and Science', |
| 'King Fahd University of Petroleum & Minerals', |
| 'King Saud University'], |
| 'Serbia': ['Megatrend University Belgrade', |
| 'Singidunum University', |
| 'Union University', |
| 'University of Belgrade', |
| 'University of Montenegro, Podgorica', |
| 'University of Nis', |
| 'University Of Novi Sad'], |
| 'Singapore': ['Nanyang Technological University', |
| 'National University of Singapore', |
| 'Raffles College', |
| 'Singapore Management University', |
| 'Singapore University of Technology and Design', |
| 'Stansfield College'], |
| 'Slovak Republic': ['Budapest University of Technology and Economics', |
| 'Comenius University', |
| 'Gymnazium Jura Hronca - IBD', |
| 'Slovak University of Technology', |
| 'Technical University in Kosice', |
| 'University of Pavol Jozej \xc5\xa0af\xc3\xa1rik, Ko\xc5\xa1ice, Slovakia'], |
| 'Slovenia': ['SC PET Vocational College of Telecommunications', |
| 'University of Ljubljana', |
| 'University of Maribor', |
| 'University of Primorska, Faculty of Mathematics, Natural Sciences and Information Technologies'], |
| 'South Africa': ['Cape Town Japanese Language School', |
| 'Stellenbosch University', |
| 'University Of Cape Town', |
| 'University of South Africa', |
| 'University of the Witwatersrand'], |
| 'South Korea': ['Gwangju Institute of Science and Technology', |
| 'Hanyang University', |
| 'Information and Communications University', |
| 'Konkuk University', |
| 'Kookmin University', |
| 'Korea Advanced Institute of Science and Technology', |
| 'Korea University', |
| 'Kyonggi University', |
| 'Pohang University Of Science & Technology', |
| 'Pusan National University', |
| 'Sungkyunkwan Univ.', |
| 'Ulsan National Institute of Science and Technology'], |
| 'Spain': ['Carlos III University of Madrid (Universidad Carlos III de Madrid)', |
| 'CEPA Antonio Gala', |
| "Escola T\xc3\xa8cnica Superior d'Enginyeria de Telecomunicaci\xc3\xb3 de Barcelona (ETSETB)", |
| 'Escuela Tecnica Superior de Ingenieria Informatica', |
| 'ETSII Universidad de Sevilla', |
| 'FIB - Barcelona School of Informatics', |
| 'Miguel Hern\xc3\xa1ndez University of Elche', |
| 'Open University of Catalonia, UOC / Universitat Oberta De Catalunya', |
| 'Polytechnic University of Valencia (UPV)', |
| 'Pompeu Fabra University / University Of Pompeu Fabra', |
| 'Technical University of Catalonia (UPC) / Universitat Polit\xc3\xa8cnica de Catalunya. BarcelonaTech (UPC)', |
| 'Universidad Antonio de Nebrija', |
| 'Universidad Autonoma de Barcelona (UAB)', |
| 'Universidad Autonoma de Madrid', |
| 'Universidad CEU San Pablo / San Pablo CEU', |
| 'Universidad Complutense de Madrid, UNED', |
| 'Universidad da Coru\xc3\xb1a / University of A Coru\xc3\xb1a', |
| 'Universidad de Alcala', |
| 'Universidad de Almeria', |
| 'Universidad de Granada', |
| 'Universidad de La Laguna', |
| 'Universidad de Las Palmas de Gran Canaria', |
| 'Universidad de Leon', |
| 'Universidad de Murcia', |
| 'Universidad de Sevilla', |
| 'Universidad de Sevilla/Microelectronics Institute of Seville', |
| 'Universidad de Valladolid', |
| 'Universidad de Zaragoza', |
| 'Universidad del Pais Vasco /The University of the Basque Country', |
| 'Universidad Franciso de Vitoria', |
| 'Universidad Nacional de Eduacion a Distancia', |
| 'Universidad Polit\xc3\xa9cnica de Madrid / Polytechnic University of Madrid', |
| 'Universidad Rey Juan Carlos de Madrid', |
| 'Universitat de Girona / University of Girona', |
| 'Universitat de Lleida', |
| 'Universitat Jaume I', |
| 'University of Alicante', |
| 'University Of Cordoba', |
| 'University of Deusto', |
| 'University of Deusto at Bilbao', |
| 'University Of Extremadura', |
| 'University Of King Juan Carlos - Virtual', |
| 'University of M\xc3\xa1laga', |
| 'University Of Oviedo', |
| 'University of Salamanca', |
| 'University of Santiago de Compostela', |
| 'University of Valencia / Universitat de Valencia', |
| 'University of Vigo', |
| 'University Rovira i Virgili, Tarragona'], |
| 'Sri Lanka': ['1) Aquinas University College And 2) University of Colombo School of Computing', |
| 'Asia Pacific Institute of Information Technology - Sri Lanka', |
| 'Dharmasoka College, Ambalangoda', |
| 'Informatics Institute of Technology', |
| 'Informatics Institute of Technology affiliated with University of Westminster UK', |
| 'Open University of Sri Lanka', |
| 'Pinnawala national school', |
| 'Rajarata University of Sri Lanka', |
| 'Sabaragamuwa University of srilanka', |
| 'Sri Lanka Institute of Information Technology', |
| 'University of Colombo', |
| 'University of Kelaniya', |
| 'University of Moratuwa', |
| 'University of Peradeniya', |
| 'University of Ruhuna', |
| 'University of Sabaragamuwa', |
| 'University of Sri Jayewardenepura', |
| 'Uva Wellassa University'], |
| 'Sweden': ['Blekinge Institute of Technology', |
| 'Chalmers University Of Technology', |
| 'Erik Dahlbergsgymnasiet', |
| 'Goteborg University', |
| 'H\xc3\xb6gskolan i Halmstad aka Halmstad University', |
| 'IT University of G\xc3\xb6teborg', |
| 'Komvux V\xc3\xa4ster\xc3\xa5s', |
| 'KTH Royal Institute of Technology', |
| 'Link\xc3\xb6ping University', |
| 'Linnaeus University', |
| 'Lule\xc3\xa5 University of Technology', |
| 'Lund Institute of Technology', |
| 'Lund University', |
| 'Lund University, LTH.', |
| 'Lunds University', |
| 'M\xc3\xa4lardalen University', |
| 'Mid Sweden University', |
| '\xc3\x96rebro University', |
| 'Stockholm University', |
| 'Stockholm University & Royal Institute of Technology (joint program in CS)', |
| 'University of Bor\xc3\xa5s', |
| 'University Of Skovde', |
| 'University of Ume\xc3\xa5', |
| 'Uppsala university'], |
| 'Switzerland': ['Engineering School of State of Vaud', |
| 'Federal Polytechnical School of Lausanne (EPFL)', |
| 'HSR Hochschule f\xc3\xbcr Technik Rapperswil', |
| 'Kantonsschule Frauenfeld', |
| 'Kantonsschule Schaffhausen', |
| 'Lucerne University of Applied Sciences and Arts', |
| 'Swiss Federal Institute of Technology Zurich (ETH Z\xc3\xbcrich)', |
| 'University of Berne', |
| 'University of Lugano', |
| 'University of Neuchatel', |
| 'University of Zurich', |
| 'Zurich University Of Applied Sciences Winterthur'], |
| 'Taiwan': ['Chung Yuan Christian University', |
| 'National Cheng Kung University', |
| 'National Chengchi University', |
| 'National Chiao Tung University', |
| 'National Sun Yat-sen University', |
| 'National Taiwan University', |
| 'National Taiwan University of Science and Technology', |
| 'TamKang University'], |
| 'Thailand': ['Asian Institute of Technology', 'Assumption University'], |
| 'Trinidad and Tobago': ['University of the West Indies', |
| 'University of the West Indies at St. Augustine'], |
| 'Turkey': ['Anadolu University', |
| 'Bilkent University', |
| 'Bogazici University', |
| 'Canakkale Onsekiz Mart University', |
| 'Dokuz Eylul University', |
| 'Ege University', |
| 'Galatasaray University', |
| 'Hacettepe University', |
| 'Istanbul Technical University', |
| 'Izmir Institute of Technology', |
| 'Izmir University of Economics', |
| 'Mersin University', |
| 'Middle East Technical University', |
| 'Sabanci University', |
| 'Selcuk University', |
| 'TOBB University of Economics and Technology', |
| 'Turkish National Police Academy', |
| 'Yildiz Technical University'], |
| 'USA Minor Outlying Islands': ['Kent State University, USA Minor Outlying Islands', |
| 'Texas A&M University', |
| 'University of Wisconsin, Madison/US Minor Outlying Islands'], |
| 'Uganda': ['Bugema University'], |
| 'Ukraine': ['Chernihiv/Chernigiv State Technological University', |
| 'Dnipropetrovsk National University', |
| 'Donbass State Machine building Academy', |
| 'Donbass State Technical University', |
| 'Donetsk national technical university', |
| 'Donetsk National University', |
| 'Institute of Artificial Intelligence', |
| 'Institute of Management of Lviv', |
| 'Institute of Molecular Biology and Genetics National Academy of Sciences of Ukraine', |
| 'Ivan Franko national university of Lviv', |
| 'Kharkiv State Technical University of Construction and Architecture', |
| 'Kharkov National University of Radioelectronics', |
| 'Kharkov Physical and Mathematics Lyceum \xe2\x84\x96 27', |
| 'Kiev National University of Technology and Design', |
| 'Kyiv National University', |
| 'Lviv National Polytechnic University', |
| 'Moscow Institute of Physics and Technology', |
| 'National Aviation University', |
| "National Technical University 'Kharkov Polytechnical Institute'", |
| 'National Technical University Of Ukraine', |
| 'National Technical University, "Kyiv Polytechnic Institute"', |
| 'National University of Kyiv-Mohyla Academy', |
| 'National University of Shipbuilding', |
| 'Odessa National Academy of Law', |
| 'Odessa National Polytechnic University', |
| 'Odessa National University', |
| 'Sevastopol State Technical University / Sevastopol National Technical University', |
| 'Taras Shevchenko Kyiv National University', |
| 'Ukraine National Science Academy', |
| 'Vinnica State Technical University', |
| 'Vinnytsia National Technical University', |
| 'Volodymyr Dahl East Ukrainian National University'], |
| 'United Arab Emirates': ['New York University Abu Dhabi'], |
| 'United Kingdom': ['Aberystwyth University', |
| 'Anglia Ruskin University', |
| 'Belfast Metropolitan College', |
| 'Brunel University', |
| 'Cardiff University', |
| 'Chartered Management Institute', |
| 'City College - Affiliated Institution of the University of Sheffield', |
| 'Coventry University', |
| 'Cranfield University', |
| 'De Montfort University', |
| 'Edinburgh Napier University', |
| 'Goldsmiths, University of London International Programmes', |
| 'Heriot Watt University', |
| 'Imperial College London / Imperial College Of Science, Technology And Medicine', |
| "King's College (University of London)", |
| 'Lancaster University', |
| 'Leeds Metropolitan University', |
| 'Liverpool JMU', |
| 'London Metropolitan University', |
| 'London School of Economics', |
| 'Loughborough University', |
| 'Middlesex University', |
| 'Newcastle University', |
| 'North West Regional College', |
| 'Northumbria University', |
| 'Nottingham Trent University', |
| 'Open University', |
| 'Oxford University', |
| 'Plymouth University', |
| 'Poole Grammar School', |
| 'Prifysgol Aberystwyth University', |
| 'Queen Mary, University of London', |
| 'Queens University Belfast', |
| "Regent's College London", |
| 'Royal Conservatoire of Scotland', |
| 'Sheffield Hallam University (Affiliates to Sri Lanka Institute of Information Technology (SLIIT))', |
| "St. Mary's College, Blackburn", |
| 'Sussex University', |
| 'University College London', |
| 'University of Aberdeen', |
| 'University Of Abertay Dundee', |
| 'University of Bath', |
| 'University of Birmingham', |
| 'University of Bristol', |
| 'University of Cambridge', |
| 'University of Cambridge, Gonville & Caius College', |
| 'University of Cambridge, Robinson College', |
| 'University of Dundee', |
| 'University of Durham', |
| 'University of East Anglia', |
| 'University of Edinburgh', |
| 'University of Essex', |
| 'University of Exeter', |
| 'University of Glasgow', |
| 'University of Hertfordshire', |
| 'University of Huddersfield', |
| 'University of Hull', |
| 'University of Kent', |
| 'University of Leeds', |
| 'University of Leicester', |
| 'University of Liverpool', |
| "University of London, King's College", |
| 'University of London, Royal Holloway', |
| 'University Of Manchester', |
| 'University Of Newcastle Upon Tyne', |
| 'University of Nottingham', |
| 'University of Oxford, Trinity College', |
| 'University of Portsmouth', |
| 'University of Reading, UK', |
| 'University of Sheffield', |
| 'University of Southampton', |
| 'University Of St Andrews', |
| 'University of Stirling', |
| 'University of Strathclyde', |
| 'University of Sunderland', |
| 'University of Surrey', |
| 'University of Sussex', |
| 'University of Teesside', |
| 'University of the West of England', |
| 'University of the West of Scotland', |
| 'University of Victoria', |
| 'University of Wales Swansea', |
| 'University of Wales, Aberystwyth', |
| 'University of Wales, Newport', |
| 'University of Warwick', |
| 'University of Westminster, UK : IIT campus, Sri Lanka', |
| 'University Of York', |
| 'Walton High', |
| 'Worcester College of Technology'], |
| 'United States': ['AIB College of Business', |
| 'Albion College', |
| 'Amarillo College', |
| 'American University', |
| 'Appalachian State University', |
| 'Arizona State University', |
| 'Arkansas State University', |
| 'Art Institute of California - Sacramento', |
| 'Auburn University', |
| 'Augsburg College', |
| 'Austin Community College', |
| 'Baker College', |
| 'Bakersfield College', |
| 'Ball State University', |
| "Bard College at Simon's Rock", |
| 'Beloit College', |
| 'Bennington College', |
| 'Berea College', |
| 'Bergen Community College', |
| 'Berkeley City College', |
| 'Beth Medrash Govoha', |
| 'Binghamton University', |
| 'Bloomsburg University of Pennsylvania', |
| 'Bob Jones University', |
| 'Boston College', |
| 'Boston University', |
| 'Brandeis University', |
| 'Brevard Community College', |
| 'Brigham Young University', |
| 'Brigham Young University, Idaho', |
| 'Brookline High School', |
| 'Brooklyn College', |
| 'Broward College', |
| 'Brown University', |
| 'Bunker Hill Community College', |
| 'Butler University', |
| 'Cal Poly San Luis Obispo', |
| 'California Institute of Technology (CalTech)', |
| 'California Institute of the Arts', |
| 'California State Polytechnic University, Pomona', |
| 'California State University Chico', |
| 'California State University, Long Beach (CSULB)', |
| 'California State University, Los Angeles', |
| 'California State University, Northridge', |
| 'California State University, Sacramento', |
| 'Camden Central High School', |
| 'Capitol College', |
| 'Carnegie Mellon University', |
| 'Case Western Reserve University', |
| 'Chapman University (CA)', |
| 'Charleston Southern University', |
| 'City University of New York', |
| 'City University of New York -Lehman College', |
| 'City University of New York -The Graduate Center', |
| 'City University of New York, College of Staten Island', |
| 'City University Of New York, Hunter College', |
| 'Clark College', |
| 'Clarkson University', |
| 'Clarkston High School', |
| 'Clemson University', |
| 'Coe College', |
| 'Colby College', |
| 'Colgate University', |
| 'College of Charleston', |
| 'College of Dupage', |
| 'College of New Jersey', |
| 'College of San Mateo', |
| 'College of Southern Nevada', |
| 'College Of St. Rose (NY)', |
| 'College of William and Mary', |
| 'Colorado College', |
| 'Colorado School of Mines', |
| 'Colorado State University', |
| 'Colorado University Denver', |
| 'Columbia College', |
| 'Columbia University', |
| 'Columbus State Community College', |
| 'Community College of Beaver County', |
| 'Connecticut College', |
| 'Cooper Union for the Advancement of Science and Art', |
| 'Cornell University', |
| 'Creighton University', |
| "D'Youville College", |
| 'Dartmouth College', |
| 'Davidson College', |
| 'Delaware State University', |
| 'Delaware Technical & Community College', |
| 'Denison University', |
| 'DePaul University', |
| 'DePaul University/University of Illinois at Chicago', |
| 'Diablo Valley College', |
| 'DigiPen Institute of Technology', |
| 'Dixie State College', |
| 'Drexel University', |
| 'Duke University', |
| 'East Carolina University', |
| 'Eastern Kentucky University', |
| 'Eastern Michigan University', |
| 'Eastern Washington University', |
| 'El Camino College', |
| 'Elmhurst College', |
| 'Emory University', |
| 'Eugene Lang College The New School for Liberal Arts', |
| 'Eureka College', |
| 'European Master in Informatics', |
| 'Evergreen State College', |
| 'Excelsior College', |
| 'Flathead Valley Community College', |
| 'Florida Atlantic University', |
| 'Florida Community College at Jacksonville/ Florida State College at Jacksonville', |
| 'Florida Institute of Technology', |
| 'Florida International University', |
| 'Florida State University', |
| 'Franklin & Marshall College', |
| 'Franklin W. Olin College of Engineering', |
| 'Front Range Community College', |
| 'Frostburg State University', |
| 'Fullerton College', |
| 'Geneva College', |
| 'George Mason University', |
| 'George Washington University', |
| 'Georgia Institute of Technology', |
| 'Georgia Southern University', |
| 'Gettysburg College', |
| 'Glendale Community College', |
| 'Gonzaga University', |
| 'Grand Rapids Community College', |
| 'Grand Valley State University (MI)', |
| 'Greenville Technical College', |
| 'Grinnell College', |
| 'Grossmont College', |
| 'Gustavus Adolphus College', |
| 'Hamden High School', |
| 'Hampshire College (MA)', |
| 'Hampton University', |
| 'Harold Washington College', |
| 'Harvard University', |
| 'Harvey Mudd College', |
| 'Haverford College', |
| 'Heidelberg University', |
| 'Hendrix College', |
| 'Humboldt State University', |
| 'Idaho State University', |
| 'Illinois Central College', |
| 'Illinois Institute of Technology', |
| 'Illinois State University', |
| 'Indiana University', |
| 'Indiana University at Bloomington', |
| 'Indiana University-Purdue University Fort Wayne', |
| 'Indianapolis University-Purdue University Indianapolis', |
| 'Info Serve Technology', |
| 'Iowa State University', |
| 'ITT Technical Institute - Earth City', |
| 'J Sargeant Reynolds Community College', |
| 'Jacksonville State University', |
| 'James Madison University', |
| 'Jefferson Community and Technical College', |
| 'Johns Hopkins University', |
| 'Johnson & Wales University', |
| 'Johnson Bible College', |
| 'Kalamazoo College', |
| 'Kansas State University', |
| 'Kent State University', |
| 'La Jolla High School', |
| 'Lafayette College', |
| 'Lake Michigan College', |
| 'Lane Community College', |
| 'Lenoir-Rhyne University', |
| 'LeTourneau University', |
| 'Linfield College', |
| 'Lonestar Community College', |
| 'Lord Fairfax Community College', |
| 'Los Medanos College', |
| 'Los Rios College', |
| 'Louisiana State University', |
| 'Louisiana Tech University', |
| 'Loyola University Chicago', |
| 'Macalester College', |
| 'Madison Area Technical College', |
| 'Manhattan College', |
| 'Marietta College', |
| 'Marlboro College', |
| 'Marquette University', |
| 'Massachusetts Institute of Technology', |
| 'MATC- Madison Area Technical College', |
| 'Mercer University (GA)', |
| 'Messiah College', |
| 'Metropolitan Community College', |
| 'Metropolitan State College of Denver', |
| 'Miami Dade College', |
| 'Miami University', |
| 'Michigan State University', |
| 'Michigan Technological University', |
| 'Middle Tennessee State University', |
| 'Middlesex County College', |
| 'Mills College', |
| 'Milwaukee Area Technical College', |
| 'Milwaukee School of Engineering', |
| 'Minnesota School of Business', |
| 'Minnesota State University, Mankato', |
| 'Mississippi State University', |
| 'Missouri State University', |
| 'Missouri University of Science and Technology', |
| 'Mohawk Valley Community College', |
| 'Montana State University', |
| 'Montgomery County Community College', |
| 'Mountain View High School', |
| 'Mt. Hood Community College', |
| 'Nashville State Community College', |
| 'Naugatuck Valley Community College', |
| 'Neumont University', |
| 'New College of Florida', |
| 'New England Conservatory Of Music', |
| 'New Jersey Institute Of Technology', |
| 'New Mexico Institute of Mining and Technology', |
| 'New Mexico State University', |
| 'New River Community and Technical College', |
| 'New York Institute of Technology', |
| 'New York University', |
| 'North Carolina Central University', |
| 'North Carolina State University, Raleigh', |
| 'North Dakota State University', |
| 'Northeastern Illinois University', |
| 'Northeastern University', |
| 'Northern Arizona University', |
| 'Northern Illinois University', |
| 'Northern Michigan University', |
| 'Northern Virginia Community College', |
| 'Northwest Mississippi Community College', |
| 'Northwestern Polytechnic University', |
| 'Northwestern University', |
| 'Nova Southeastern University', |
| 'Ohio State University', |
| 'Ohio Wesleyan University', |
| 'Oklahoma Christian University', |
| 'Oklahoma State University', |
| 'Old Dominion University', |
| 'Orange County Community College/SUNY Orange', |
| 'Oregon State University', |
| 'Ozarks Technical Community College', |
| 'Pace University', |
| 'Park University', |
| 'Parkland College', |
| 'Pennsylvania College of Technology', |
| 'Pennsylvania State University, University Park', |
| 'Pima Community College', |
| 'Polytechnic Institute of New York University | NYU-Poly', |
| 'Polytechnic University', |
| 'Pomona College', |
| 'Portland Community College', |
| 'Portland State University', |
| 'Princeton University', |
| 'Purdue University', |
| 'Raritan Valley Community College', |
| 'Reed College', |
| 'Rensselaer Polytechnic Institute', |
| 'Rice University', |
| 'Robert Morris University', |
| 'Rochester Institute of Technology', |
| 'Rose-Hulman Institute of Technology', |
| 'Rutgers University', |
| 'Rutgers University, New Brunswick', |
| 'Sacramento City College', |
| 'Saint Edwards University', |
| 'Saint Louis University', |
| 'Salt Lake Community College', |
| 'San Antonio College', |
| 'San Diego State University', |
| 'San Francisco City College', |
| 'San Francisco State University', |
| 'San Joaquin Delta College', |
| 'San Jose State University', |
| 'Sandhills Community College', |
| 'Santa Clara University', |
| 'Santa Rosa Junior College', |
| 'Savannah College Of Art & Design (GA)', |
| 'Schoolcraft Community College', |
| 'Seattle University', |
| 'Shawnee State University', |
| 'Shippensburg University of Pennsylvania', |
| 'Siena College', |
| 'Sierra College', |
| 'Slippery Rock University', |
| 'Smith College', |
| 'South Dakota School of Mines and Technology', |
| 'Southern Adventist University', |
| 'Southern Illinois University - Edwardsville', |
| 'Southern Methodist University', |
| 'Southern Oregon University', |
| 'Southern Polytechnic State University', |
| 'Southern Virginia University', |
| 'Springfield Technical Community College', |
| "St. Mary's College Of Maryland", |
| 'St. Norbert College', |
| 'Stanford University', |
| 'State University Of New York, Binghamton', |
| 'State University Of New York, Buffalo', |
| 'State University of New York, Fredonia', |
| 'State University of New York, Institute of Technology', |
| 'State University of New York, Stony Brook', |
| 'Stevens Institute of Technology', |
| 'Suffolk University', |
| 'SUNY Albany', |
| 'Swarthmore College', |
| 'Syracuse University', |
| 'Tarleton State University', |
| 'Temple University', |
| 'Tennessee Technological University', |
| 'Texas A&M University', |
| 'Texas A&M University, College Station', |
| 'Texas Christian University', |
| 'Texas Southern University', |
| 'Texas State University', |
| 'Texas Tech University', |
| 'The Blake School', |
| 'The Catholic University of America', |
| 'The School of the Art Institute of Chicago', |
| 'The University Of Alabama,Tuscaloosa', |
| 'Trinity College', |
| 'Troy University', |
| 'Truman State University', |
| 'Tufts University', |
| 'Tulane University', |
| 'Union college', |
| 'Union College (of Schenectady, NY)', |
| 'University at Buffalo', |
| 'University of Akron', |
| 'University of Alabama', |
| 'University of Alabama, Birmingham', |
| 'University of Alabama, Huntsville', |
| 'University of Alaska, Anchorage', |
| 'University of Alaska, Fairbanks', |
| 'University Of Arizona', |
| 'University of Arkansas', |
| 'University of Arkansas, Little Rock', |
| 'University of California, Berkeley', |
| 'University of California, Davis', |
| 'University of California, Hastings College of the Law', |
| 'University of California, Irvine', |
| 'University of California, Los Angeles', |
| 'University of California, Merced', |
| 'University of California, Riverside', |
| 'University of California, San Diego', |
| 'University Of California, San Francisco', |
| 'University of California, Santa Barbara', |
| 'University of California, Santa Cruz', |
| 'University of Central Arkansas', |
| 'University of Central Florida', |
| 'University of Chicago', |
| 'University of Chicago Law School', |
| 'University of Cincinnati', |
| 'University of Colorado at Boulder', |
| 'University of Colorado at Colorado Springs', |
| 'University of Connecticut', |
| 'University of Dallas', |
| 'University of Dayton', |
| 'University of Delaware', |
| 'University of Delaware at Newark', |
| 'University Of Denver', |
| 'University of Florida', |
| 'University of Florida, Gainesville', |
| 'University of Georgia', |
| 'University of Hawaii', |
| 'University of Hawaii at Manoa', |
| 'University of Houston', |
| 'University of Idaho', |
| 'University of Illinois', |
| 'University of Illinois at Chicago', |
| 'University of Illinois at Urbana-Champaign', |
| 'University of Iowa', |
| 'University of Kansas', |
| 'University of Kentucky', |
| 'University of Louisiana at Lafayette', |
| 'University Of Louisville', |
| 'University of Maine', |
| 'University of Maine at Augusta', |
| 'University of Maine, Fort Kent', |
| 'University of Maryland', |
| 'University of Maryland, Baltimore County', |
| 'University of Massachusetts', |
| 'University of Massachusetts Amherst', |
| 'University of Massachusetts Dartmouth', |
| 'University of Massachusetts Lowell', |
| 'University Of Massachusetts, Boston', |
| 'University of Michigan', |
| 'University of Michigan, Ann Arbor', |
| 'University of Michigan, Dearborn', |
| 'University of Minnesota', |
| 'University of Minnesota Duluth', |
| 'University of Minnesota Morris', |
| 'University of Minnesota Twin Cities', |
| 'University of Missouri', |
| 'University of Missouri, Kansas City', |
| 'University of Missouri, Rolla', |
| 'University of Missouri, St.Louis', |
| 'University of Montana', |
| 'University of Nebraska at Kearney', |
| 'University of Nebraska at Lincoln', |
| 'University of Nebraska at Omaha', |
| 'University of Nevada, Las Vegas', |
| 'University Of Nevada, Reno', |
| 'University Of New Hampshire', |
| 'University Of New Haven', |
| 'University of New Mexico', |
| 'University of New Mexico Los Alamos', |
| 'University of North Alabama', |
| 'University of North Carolina at Chapel Hill', |
| 'University of North Carolina at Charlotte', |
| 'University of North Carolina at Greensboro', |
| 'University of North Texas', |
| 'University of Northern Iowa', |
| 'University of Notre Dame', |
| 'University of Oklahoma', |
| 'University of Oklahoma, Norman', |
| 'University of Oregon', |
| 'University of Pennsylvania', |
| 'University of Phoenix', |
| 'University of Pittsburgh', |
| 'University of Puget Sound', |
| 'University of Rhode Island', |
| 'University of Richmond', |
| 'University of Rochester', |
| 'University of San Francisco', |
| 'University of South Carolina', |
| 'University of South Florida', |
| 'University of Southern California', |
| 'University of Southern Indiana', |
| 'University of Southern Maine', |
| 'University of Southern Mississippi', |
| 'University of Tennessee', |
| 'University of Tennessee at Chattanooga', |
| 'University Of Tennessee at Knoxville', |
| 'University of Tennessee at Martin', |
| 'University of Texas', |
| 'University of Texas at Arlington', |
| 'University of Texas at Austin', |
| 'University of Texas at Dallas', |
| 'University of Texas at Tyler', |
| 'University Of Texas San Antonio', |
| 'University of Texas, El Paso', |
| 'University of the Pacific', |
| 'University of Toledo', |
| 'University of Tulsa', |
| 'University of Utah', |
| 'University of Vermont', |
| 'University of Virginia', |
| 'University of Washington', |
| 'University of Washington, Seattle', |
| 'University of West Florida', |
| 'University of Wisconsin', |
| 'University Of Wisconsin at Green Bay', |
| 'University of Wisconsin at Madison', |
| 'University of Wisconsin at Stout', |
| 'University of Wisconsin at Whitewater', |
| 'University of Wisconsin, Stevens Point', |
| 'University of Wyoming', |
| 'Urbana Theological Seminary', |
| 'Utah State University', |
| 'Utah State University - Logan', |
| 'Utah Valley State College', |
| 'Vanderbilt University', |
| 'Vassar College', |
| 'Villanova University', |
| 'Virginia Commonwealth University', |
| 'Virginia Polytechnic Institute and State University', |
| 'Wake Forest University', |
| 'Walla Walla University', |
| 'Washburn University', |
| 'Washington and Lee University', |
| 'Washington State University', |
| 'Washington University in St Louis', |
| 'Waubonsee Community College', |
| 'Wayne State University', |
| 'Wentworth Institute of Technology', |
| 'Wesleyan University (CT)', |
| 'West Virginia University Institute of Technology', |
| 'Western Carolina University', |
| 'Western Iowa Tech Community College', |
| 'Western Michigan University', |
| 'Western Washington University', |
| 'Wheaton College', |
| 'Whitman College', |
| 'Wichita State University', |
| 'Williams College', |
| 'Worcester Polytechnic Institute', |
| 'Worcester State College', |
| 'Wright State University', |
| 'Xavier University', |
| 'Yale University', |
| 'Yavapai College', |
| 'Youngstown State University'], |
| 'Uruguay': ['Ort Montevideo Uruguay', 'Universidad De La Republica'], |
| 'Uzbekistan': ['Moscow State University (Tashkent branch)', |
| 'Tashkent University of Information Technologies'], |
| 'Venezuela': ['Catholic University of Tachira', |
| 'Universidad Nacional Experimental de Guayana', |
| 'Universidad Rafael Belloso Chacin', |
| 'Universidad Simon Bolivar', |
| 'Universitat Oberta de Catalunya', |
| 'University Central of Venezuela'], |
| 'Vietnam': ['Can Tho University', |
| 'Cao Dang Can Tho (Can Tho College)', |
| 'Da Nang Polytechnic University', |
| 'Hanoi University of Science and Technology (HUST)', |
| 'Ho Chi Minh city University of Technology', |
| "Institut de la francophonie pour l'informatique", |
| 'Open University of Ho Chi Minh City', |
| 'Vietnam National University, Ha Noi']} |