├── .document ├── .github └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── .ruby-version ├── .travis.yml ├── CONTRIBUTING.md ├── Gemfile ├── LICENSE.txt ├── README.md ├── Rakefile ├── VERSION ├── lib ├── domains │ ├── ac │ │ ├── mdx.txt │ │ ├── ukh.txt │ │ ├── unw.txt │ │ └── uod.txt │ ├── ad │ │ └── uda.txt │ ├── ae │ │ ├── ac │ │ │ ├── adu.txt │ │ │ ├── ajman.txt │ │ │ ├── alainuniversity.txt │ │ │ ├── buid.txt │ │ │ ├── gmu.txt │ │ │ ├── hct.txt │ │ │ ├── ittihad.txt │ │ │ ├── ku.txt │ │ │ ├── masdar.txt │ │ │ ├── pi.txt │ │ │ ├── sharjah.txt │ │ │ ├── uaeu.txt │ │ │ ├── ud.txt │ │ │ ├── uowdubai.txt │ │ │ └── zu.txt │ │ ├── agu.txt │ │ ├── alhosnu.txt │ │ ├── aue.txt │ │ └── sorbonne.txt │ ├── af │ │ └── edu │ │ │ ├── auaf.txt │ │ │ ├── bakhtar.txt │ │ │ ├── kardan.txt │ │ │ ├── kmu.txt │ │ │ └── ku.txt │ ├── ag │ │ └── uhsa.txt │ ├── al │ │ ├── edu │ │ │ ├── epoka.txt │ │ │ ├── fshn.txt │ │ │ ├── uat.txt │ │ │ ├── ubt.txt │ │ │ ├── uniel.txt │ │ │ ├── unipavaresia.txt │ │ │ ├── unishk.txt │ │ │ ├── unitir.txt │ │ │ ├── univlora.txt │ │ │ ├── unkorce.txt │ │ │ ├── unyt.txt │ │ │ └── uogj.txt │ │ └── upt.txt │ ├── am │ │ ├── armmed.txt │ │ ├── aua.txt │ │ ├── eiu.txt │ │ ├── rau.txt │ │ ├── seua.txt │ │ ├── ufar.txt │ │ ├── ysmu.txt │ │ └── ysu.txt │ ├── an │ │ └── una.txt │ ├── ao │ │ ├── co │ │ │ ├── uma.txt │ │ │ └── utanga.txt │ │ ├── uan.txt │ │ └── unia.txt │ ├── ar │ │ ├── edu │ │ │ ├── atlantida.txt │ │ │ ├── austral.txt │ │ │ ├── caece.txt │ │ │ ├── cema.txt │ │ │ ├── iese.txt │ │ │ ├── inun.txt │ │ │ ├── itba.txt │ │ │ ├── iua.txt │ │ │ ├── iuna.txt │ │ │ ├── kennedy.txt │ │ │ ├── maimonides.txt │ │ │ ├── mdp.txt │ │ │ ├── palermo.txt │ │ │ ├── salvador.txt │ │ │ ├── uade.txt │ │ │ ├── uader.txt │ │ │ ├── ub.txt │ │ │ ├── ubp.txt │ │ │ ├── uca.txt │ │ │ ├── ucalp.txt │ │ │ ├── uccor.txt │ │ │ ├── uccuyo.txt │ │ │ ├── ucel.txt │ │ │ ├── uces.txt │ │ │ ├── uch.txt │ │ │ ├── ucine.txt │ │ │ ├── ucp.txt │ │ │ ├── ucse.txt │ │ │ ├── ucsf.txt │ │ │ ├── ucu.txt │ │ │ ├── uda.txt │ │ │ ├── udemm.txt │ │ │ ├── udesa.txt │ │ │ ├── uesiglo21.txt │ │ │ ├── ufasta.txt │ │ │ ├── uflo.txt │ │ │ ├── um.txt │ │ │ ├── umaza.txt │ │ │ ├── umsa.txt │ │ │ ├── unam.txt │ │ │ ├── unc.txt │ │ │ ├── unca.txt │ │ │ ├── uncoma.txt │ │ │ ├── uncu.txt │ │ │ ├── uner.txt │ │ │ ├── unf.txt │ │ │ ├── ungs.txt │ │ │ ├── unibo.txt │ │ │ ├── unicen.txt │ │ │ ├── unimoron.txt │ │ │ ├── universidad-policial.txt │ │ │ ├── universidadnotarial.txt │ │ │ ├── unju.txt │ │ │ ├── unl.txt │ │ │ ├── unla.txt │ │ │ ├── unlam.txt │ │ │ ├── unlar.txt │ │ │ ├── unlp.txt │ │ │ ├── unlpam.txt │ │ │ ├── unlu.txt │ │ │ ├── unlz.txt │ │ │ ├── unne.txt │ │ │ ├── unnoba.txt │ │ │ ├── unp.txt │ │ │ ├── unpa.txt │ │ │ ├── unq.txt │ │ │ ├── unr.txt │ │ │ ├── unrc.txt │ │ │ ├── uns.txt │ │ │ ├── unsa.txt │ │ │ ├── unsam.txt │ │ │ ├── unse.txt │ │ │ ├── unsj.txt │ │ │ ├── unsl.txt │ │ │ ├── unsta.txt │ │ │ ├── unt.txt │ │ │ ├── untref.txt │ │ │ ├── utn.txt │ │ │ └── vaneduc.txt │ │ └── uba.txt │ ├── at │ │ ├── aau.txt │ │ ├── ac │ │ │ ├── akbild.txt │ │ │ ├── boku.txt │ │ │ ├── donau-uni.txt │ │ │ ├── fh-kaernten.txt │ │ │ ├── fh-krems.txt │ │ │ ├── fh-kufstein.txt │ │ │ ├── fh-sbg.txt │ │ │ ├── fh-stpoelten.txt │ │ │ ├── fh-vie.txt │ │ │ ├── fhwn.txt │ │ │ ├── htl-hl.txt │ │ │ ├── i-med.txt │ │ │ ├── imc-krems.txt │ │ │ ├── ist.txt │ │ │ ├── kfunigraz.txt │ │ │ ├── kug.txt │ │ │ ├── mdw.txt │ │ │ ├── moz.txt │ │ │ ├── sbg.txt │ │ │ ├── tgm.txt │ │ │ ├── tgm │ │ │ │ └── student.txt │ │ │ ├── tuwien.txt │ │ │ ├── uibk.txt │ │ │ ├── uni-ak.txt │ │ │ ├── uni-klu.txt │ │ │ ├── uni-linz.txt │ │ │ ├── unileoben.txt │ │ │ ├── univie.txt │ │ │ ├── vu-wien.txt │ │ │ ├── webster.txt │ │ │ └── wu-wien.txt │ │ ├── fadi.txt │ │ ├── fh-burgenland.txt │ │ ├── fh-hagenberg.txt │ │ ├── fh-joanneum.txt │ │ ├── fh-steyr.txt │ │ ├── fh-wels.txt │ │ ├── fhv.txt │ │ ├── fhw.txt │ │ ├── hak-althofen.txt │ │ ├── htl-braunau.txt │ │ ├── htl-donaustadt.txt │ │ ├── htl-ottakring.txt │ │ ├── htldornbirn.txt │ │ ├── htlkrems.txt │ │ ├── htlpinkafeld.txt │ │ ├── htlstp.txt │ │ ├── jku.txt │ │ ├── mci4me.txt │ │ ├── meduni-graz.txt │ │ ├── meduniwien.txt │ │ ├── moedling │ │ │ └── htl.txt │ │ ├── rennweg │ │ │ └── htl.txt │ │ ├── spengergasse.txt │ │ ├── szu.txt │ │ ├── technikum-wien.txt │ │ ├── tsn.txt │ │ ├── tugraz.txt │ │ ├── umit.txt │ │ └── uni-graz.txt │ ├── au │ │ ├── com │ │ │ └── hotelschool.txt │ │ ├── edu │ │ │ ├── acs.txt │ │ │ ├── acu.txt │ │ │ ├── adelaide.txt │ │ │ ├── aie.txt │ │ │ ├── alc.txt │ │ │ ├── amc.txt │ │ │ ├── anu.txt │ │ │ ├── avondale.txt │ │ │ ├── ballarat.txt │ │ │ ├── bond.txt │ │ │ ├── canberra.txt │ │ │ ├── cdu.txt │ │ │ ├── cqu.txt │ │ │ ├── csu.txt │ │ │ ├── curtin.txt │ │ │ ├── deakin.txt │ │ │ ├── ecu.txt │ │ │ ├── federation.txt │ │ │ ├── flinders.txt │ │ │ ├── gu.txt │ │ │ ├── holmes.txt │ │ │ ├── iota.txt │ │ │ ├── jcu.txt │ │ │ ├── latrobe.txt │ │ │ ├── monash.txt │ │ │ ├── mq.txt │ │ │ ├── murdoch.txt │ │ │ ├── nd.txt │ │ │ ├── newcastle.txt │ │ │ ├── qut.txt │ │ │ ├── rmit.txt │ │ │ ├── scu.txt │ │ │ ├── swin.txt │ │ │ ├── sydney.txt │ │ │ ├── une.txt │ │ │ ├── unimelb.txt │ │ │ ├── unisa.txt │ │ │ ├── unsw.txt │ │ │ ├── uow.txt │ │ │ ├── uq.txt │ │ │ ├── usc.txt │ │ │ ├── usq.txt │ │ │ ├── usyd.txt │ │ │ ├── utas.txt │ │ │ ├── uts.txt │ │ │ ├── uwa.txt │ │ │ ├── uws.txt │ │ │ ├── vic │ │ │ │ └── marcusoldham.txt │ │ │ └── vu.txt │ │ ├── gov │ │ │ └── nt │ │ │ │ └── www.txt │ │ ├── net │ │ │ ├── tafensw.txt │ │ │ └── uq.txt │ │ └── oz │ │ │ └── mu.txt │ ├── az │ │ ├── aseu.txt │ │ ├── aztu.txt │ │ ├── bsu.txt │ │ ├── conservatory.txt │ │ ├── edu │ │ │ ├── ada.txt │ │ │ ├── adu.txt │ │ │ ├── amu.txt │ │ │ ├── au.txt │ │ │ ├── aztu.txt │ │ │ ├── bbu.txt │ │ │ ├── dia.txt │ │ │ ├── lsu.txt │ │ │ ├── naa.txt │ │ │ ├── ndu.txt │ │ │ ├── oyu.txt │ │ │ ├── pa.txt │ │ │ ├── sdu.txt │ │ │ ├── tourism.txt │ │ │ └── wu.txt │ │ ├── gsu.txt │ │ └── jis.txt │ ├── ba │ │ ├── edu │ │ │ ├── ibu.txt │ │ │ ├── ius.txt │ │ │ └── unvi.txt │ │ ├── fit │ │ │ └── edu.txt │ │ ├── rs │ │ │ └── unssa.txt │ │ ├── sfa.txt │ │ ├── spu.txt │ │ ├── sve-mo.txt │ │ ├── unbi │ │ │ └── www.txt │ │ ├── unmo.txt │ │ ├── unsa.txt │ │ ├── unsa │ │ │ └── www.txt │ │ ├── untz.txt │ │ └── unze.txt │ ├── bb │ │ └── edu │ │ │ └── uwichill.txt │ ├── bd │ │ ├── ac │ │ │ ├── brur.txt │ │ │ ├── buet.txt │ │ │ ├── cou.txt │ │ │ ├── cu.txt │ │ │ ├── cuet.txt │ │ │ ├── duet.txt │ │ │ ├── iiuc.txt │ │ │ ├── ku.txt │ │ │ ├── kuet.txt │ │ │ ├── lus.txt │ │ │ ├── mbstu.txt │ │ │ ├── nub.txt │ │ │ ├── pstu.txt │ │ │ ├── pust.txt │ │ │ ├── ru.txt │ │ │ ├── ruet.txt │ │ │ ├── sec.txt │ │ │ ├── seu.txt │ │ │ └── uiu.txt │ │ └── edu │ │ │ ├── asaub.txt │ │ │ ├── atishdipankaruniversity.txt │ │ │ ├── bubt.txt │ │ │ ├── bup.txt │ │ │ ├── cityuniversity.txt │ │ │ ├── daffodilvarsity.txt │ │ │ ├── easternuni.txt │ │ │ ├── iub.txt │ │ │ ├── jkkniu.txt │ │ │ ├── metrouni.txt │ │ │ ├── nstu.txt │ │ │ ├── nu.txt │ │ │ ├── presidency.txt │ │ │ ├── siu.txt │ │ │ └── ulab.txt │ ├── be │ │ ├── ac │ │ │ ├── fpms.txt │ │ │ ├── fsagx.txt │ │ │ ├── fucam.txt │ │ │ ├── fundp.txt │ │ │ ├── fusl.txt │ │ │ ├── kulak.txt │ │ │ ├── kuleuven.txt │ │ │ ├── rma.txt │ │ │ ├── rug.txt │ │ │ ├── ua.txt │ │ │ ├── ucl.txt │ │ │ ├── ulb.txt │ │ │ ├── ulg.txt │ │ │ ├── umh.txt │ │ │ └── vub.txt │ │ ├── ap.txt │ │ ├── arteveldehs.txt │ │ ├── cvoantwerpen.txt │ │ ├── dewijnpers.txt │ │ ├── ecam.txt │ │ ├── ehb.txt │ │ ├── ehsal.txt │ │ ├── ephec.txt │ │ ├── gent.txt │ │ ├── groept.txt │ │ ├── ha.txt │ │ ├── heh.txt │ │ ├── helha │ │ │ └── student.txt │ │ ├── helmo.txt │ │ ├── henallux.txt │ │ ├── hogent.txt │ │ ├── howest.txt │ │ ├── hzs.txt │ │ ├── ichec.txt │ │ ├── immalle.txt │ │ ├── isl.txt │ │ ├── katho.txt │ │ ├── kdg.txt │ │ ├── khbo.txt │ │ ├── khk.txt │ │ ├── khleuven.txt │ │ ├── khlim.txt │ │ ├── kuleuven.txt │ │ ├── luca-arts.txt │ │ ├── mad-fac.txt │ │ ├── odisee.txt │ │ ├── pxl.txt │ │ ├── thomasmore.txt │ │ ├── uams.txt │ │ ├── uantwerpen.txt │ │ ├── uclouvain.txt │ │ ├── uhasselt.txt │ │ ├── vives.txt │ │ ├── vives │ │ │ └── student.txt │ │ ├── vlekho.txt │ │ ├── vlerick.txt │ │ ├── wenk.txt │ │ └── xios.txt │ ├── bf │ │ └── univ-ouaga.txt │ ├── bg │ │ ├── au-plovdiv.txt │ │ ├── aubg.txt │ │ ├── bfu.txt │ │ ├── btu.txt │ │ ├── hit.txt │ │ ├── ltu.txt │ │ ├── meduniversity-plovdiv.txt │ │ ├── mgu.txt │ │ ├── mu-pleven.txt │ │ ├── mu-sofia.txt │ │ ├── mu-varna.txt │ │ ├── natfiz.txt │ │ ├── nbu.txt │ │ ├── nma.txt │ │ ├── nsa.txt │ │ ├── pv-ma.txt │ │ ├── swu.txt │ │ ├── tu-sofia.txt │ │ ├── tugab.txt │ │ ├── uacg.txt │ │ ├── ue-varna.txt │ │ ├── uft-plovdiv.txt │ │ ├── uni-plovdiv.txt │ │ ├── uni-ruse.txt │ │ ├── uni-sofia.txt │ │ ├── uni-svishtov.txt │ │ ├── uni-sz.txt │ │ ├── uni-vt.txt │ │ ├── unwe.txt │ │ └── vfu.txt │ ├── bh │ │ ├── edu │ │ │ ├── agu.txt │ │ │ ├── amaiu.txt │ │ │ ├── asu.txt │ │ │ ├── ku.txt │ │ │ ├── nyit.txt │ │ │ ├── ucb.txt │ │ │ └── uob.txt │ │ └── org │ │ │ └── aou.txt │ ├── bi │ │ └── edu │ │ │ └── ub.txt │ ├── bj │ │ └── uac.txt │ ├── bm │ │ └── bercol.txt │ ├── bn │ │ └── edu │ │ │ ├── itb.txt │ │ │ ├── ubd.txt │ │ │ └── unissa.txt │ ├── bo │ │ └── edu │ │ │ ├── emi.txt │ │ │ ├── uab.txt │ │ │ ├── uabjb.txt │ │ │ ├── uagrm.txt │ │ │ ├── uajms.txt │ │ │ ├── uasb.txt │ │ │ ├── uatf.txt │ │ │ ├── ucb.txt │ │ │ ├── ucbcba.txt │ │ │ ├── ucbscz.txt │ │ │ ├── ucbtja.txt │ │ │ ├── udabol.txt │ │ │ ├── udelosandes.txt │ │ │ ├── umss.txt │ │ │ ├── unicen.txt │ │ │ ├── unifranz.txt │ │ │ ├── unslp.txt │ │ │ ├── unsxx.txt │ │ │ ├── upds.txt │ │ │ ├── upsa.txt │ │ │ ├── usalesiana.txt │ │ │ ├── usfx.txt │ │ │ └── uto.txt │ ├── br │ │ ├── alfa.txt │ │ ├── baraodemaua.txt │ │ ├── brazcubas.txt │ │ ├── candidomendes.txt │ │ ├── castelobranco.txt │ │ ├── cesumar.txt │ │ ├── com │ │ │ ├── aedu.txt │ │ │ ├── bandtec.txt │ │ │ ├── feituverava.txt │ │ │ ├── fiap.txt │ │ │ ├── impacta.txt │ │ │ ├── mackenzista.txt │ │ │ ├── prover.txt │ │ │ ├── technet.txt │ │ │ ├── uniara.txt │ │ │ ├── unibrasil.txt │ │ │ ├── unimes.txt │ │ │ ├── unipli.txt │ │ │ ├── unisantos.txt │ │ │ ├── unitau.txt │ │ │ ├── up.txt │ │ │ └── uvvnet.txt │ │ ├── eb │ │ │ └── ime.txt │ │ ├── edu │ │ │ ├── claretiano.txt │ │ │ ├── faciplac.txt │ │ │ ├── ibta.txt │ │ │ ├── iesb.txt │ │ │ ├── ifg.txt │ │ │ ├── logatti.txt │ │ │ ├── uepb.txt │ │ │ ├── ufabc.txt │ │ │ ├── ufcg.txt │ │ │ ├── ufgd.txt │ │ │ ├── uninove.txt │ │ │ ├── univasf.txt │ │ │ ├── unoesc.txt │ │ │ └── utfpr.txt │ │ ├── emescam.txt │ │ ├── epm.txt │ │ ├── espm │ │ │ └── acad │ │ │ │ └── espm.txt │ │ ├── estacio.txt │ │ ├── faap.txt │ │ ├── faculdadescuritiba.txt │ │ ├── fafiman.txt │ │ ├── fatec-ro.txt │ │ ├── feevale.txt │ │ ├── fesppr.txt │ │ ├── fic.txt │ │ ├── furg.txt │ │ ├── grupointegrado.txt │ │ ├── iesb.txt │ │ ├── impa.txt │ │ ├── ita.txt │ │ ├── italo.txt │ │ ├── mackenzie.txt │ │ ├── newtonpaiva.txt │ │ ├── org │ │ │ └── catolicasc.txt │ │ ├── puc-rio.txt │ │ ├── puccamp.txt │ │ ├── pucminas.txt │ │ ├── pucpr.txt │ │ ├── pucrs.txt │ │ ├── pucsp.txt │ │ ├── rnp.txt │ │ ├── saojudas.txt │ │ ├── senac.txt │ │ ├── smarcos.txt │ │ ├── toledo.txt │ │ ├── ucb.txt │ │ ├── ucg.txt │ │ ├── ucp.txt │ │ ├── ucs.txt │ │ ├── ucsal.txt │ │ ├── udesc.txt │ │ ├── uece.txt │ │ ├── uefs.txt │ │ ├── uel.txt │ │ ├── uem.txt │ │ ├── uema.txt │ │ ├── uenf.txt │ │ ├── uepg.txt │ │ ├── uerj.txt │ │ ├── uern.txt │ │ ├── uesb.txt │ │ ├── uesc.txt │ │ ├── uespi.txt │ │ ├── ufac.txt │ │ ├── ufal.txt │ │ ├── ufba.txt │ │ ├── ufc.txt │ │ ├── ufes.txt │ │ ├── uff.txt │ │ ├── ufg.txt │ │ ├── ufjf.txt │ │ ├── ufla.txt │ │ ├── ufma.txt │ │ ├── ufmg.txt │ │ ├── ufms.txt │ │ ├── ufmt.txt │ │ ├── ufop.txt │ │ ├── ufpa.txt │ │ ├── ufpb.txt │ │ ├── ufpe.txt │ │ ├── ufpi.txt │ │ ├── ufpr.txt │ │ ├── ufrgs.txt │ │ ├── ufrj.txt │ │ ├── ufrn.txt │ │ ├── ufrpe.txt │ │ ├── ufrrj.txt │ │ ├── ufs.txt │ │ ├── ufsc.txt │ │ ├── ufscar.txt │ │ ├── ufsm.txt │ │ ├── ufu.txt │ │ ├── ufv.txt │ │ ├── ugf.txt │ │ ├── ulbra.txt │ │ ├── umc.txt │ │ ├── unaerp.txt │ │ ├── unama.txt │ │ ├── unb.txt │ │ ├── uneb.txt │ │ ├── unesp.txt │ │ ├── ung.txt │ │ ├── uniamerica.txt │ │ ├── unib.txt │ │ ├── uniban.txt │ │ ├── unibosco.txt │ │ ├── unicamp.txt │ │ ├── unicap.txt │ │ ├── unicastelo.txt │ │ ├── uniceub.txt │ │ ├── unicid.txt │ │ ├── unicsul.txt │ │ ├── unifacs.txt │ │ ├── unifap.txt │ │ ├── unifenas.txt │ │ ├── unifil.txt │ │ ├── unifor.txt │ │ ├── unifran.txt │ │ ├── unig.txt │ │ ├── unigranrio.txt │ │ ├── unimar.txt │ │ ├── unimep.txt │ │ ├── unimonte.txt │ │ ├── unimontes.txt │ │ ├── unioeste.txt │ │ ├── unip-objetivo.txt │ │ ├── unipe.txt │ │ ├── unir.txt │ │ ├── unirio.txt │ │ ├── uniriotec.txt │ │ ├── unisa.txt │ │ ├── unisc.txt │ │ ├── unisinos.txt │ │ ├── uniso.txt │ │ ├── unisul.txt │ │ ├── unit.txt │ │ ├── unitau.txt │ │ ├── uniube.txt │ │ ├── univale.txt │ │ ├── univali.txt │ │ ├── univap.txt │ │ ├── univates.txt │ │ ├── universo.txt │ │ ├── univesp.txt │ │ ├── unoeste.txt │ │ ├── unopar.txt │ │ ├── unp.txt │ │ ├── upe.txt │ │ ├── upis.txt │ │ ├── urca.txt │ │ ├── uri.txt │ │ ├── usc.txt │ │ ├── usf.txt │ │ ├── usp.txt │ │ ├── usu.txt │ │ ├── uva.txt │ │ └── uvanet.txt │ ├── bs │ │ └── edu │ │ │ └── cob.txt │ ├── bt │ │ └── edu │ │ │ └── rub.txt │ ├── bw │ │ ├── bca.txt │ │ └── ub.txt │ ├── by │ │ ├── baa.txt │ │ ├── belstu.txt │ │ ├── brest.txt │ │ ├── bseu.txt │ │ ├── bsmu.txt │ │ ├── bstu.txt │ │ ├── bsu.txt │ │ ├── bsuir.txt │ │ ├── buk.txt │ │ ├── gov │ │ │ └── kii.txt │ │ ├── grodno.txt │ │ ├── grsmu.txt │ │ ├── grsu.txt │ │ ├── iseu.txt │ │ ├── mia.txt │ │ ├── minsk.txt │ │ ├── miu.txt │ │ ├── mslu.txt │ │ ├── pdu.txt │ │ ├── psu.txt │ │ └── vsu.txt │ ├── bz │ │ ├── edu │ │ │ └── ub.txt │ │ └── giuedu.txt │ ├── ca │ │ ├── ab │ │ │ ├── augustana.txt │ │ │ ├── concordia.txt │ │ │ └── mtroyal.txt │ │ ├── acadiau.txt │ │ ├── assumptionu.txt │ │ ├── athabascau.txt │ │ ├── bc │ │ │ ├── camosun.txt │ │ │ ├── capcollege.txt │ │ │ ├── cnc.txt │ │ │ ├── cotr.txt │ │ │ ├── douglas.txt │ │ │ ├── eciad.txt │ │ │ ├── kwantlen.txt │ │ │ ├── langara.txt │ │ │ ├── mala.txt │ │ │ ├── mylangara.txt │ │ │ ├── nic.txt │ │ │ ├── nlc.txt │ │ │ ├── nvit.txt │ │ │ ├── okanagan.txt │ │ │ └── selkirk.txt │ │ ├── bcit.txt │ │ ├── bcou.txt │ │ ├── boothcollege.txt │ │ ├── bowvalleycollege.txt │ │ ├── brandonu.txt │ │ ├── brocku.txt │ │ ├── capilanou.txt │ │ ├── carleton.txt │ │ ├── cbu.txt │ │ ├── ccbc.txt │ │ ├── cegepdrummond.txt │ │ ├── cegepmontpetit.txt │ │ ├── centennialcollege.txt │ │ ├── citecollegiale.txt │ │ ├── columbiacollege.txt │ │ ├── concordia.txt │ │ ├── cus.txt │ │ ├── cuslm.txt │ │ ├── dal.txt │ │ ├── devry.txt │ │ ├── ecuad.txt │ │ ├── etsmtl.txt │ │ ├── fanshaweonline.txt │ │ ├── firstnationsuniversity.txt │ │ ├── hec.txt │ │ ├── humbermail.txt │ │ ├── inrs.txt │ │ ├── lakeheadu.txt │ │ ├── laurentian.txt │ │ ├── mb │ │ │ └── ustboniface.txt │ │ ├── mcgill.txt │ │ ├── mcmaster.txt │ │ ├── mohawkcollege.txt │ │ ├── msvu.txt │ │ ├── mta.txt │ │ ├── mun.txt │ │ ├── myseneca.txt │ │ ├── mytru.txt │ │ ├── nait.txt │ │ ├── nbcc.txt │ │ ├── nipissingu.txt │ │ ├── ns │ │ │ ├── ednet.txt │ │ │ ├── nscad.txt │ │ │ └── ukings.txt │ │ ├── nscc.txt │ │ ├── ocad.txt │ │ ├── on │ │ │ ├── borealc.txt │ │ │ ├── conestogac.txt │ │ │ ├── confederationc.txt │ │ │ ├── durhamc.txt │ │ │ ├── gbrownc.txt │ │ │ ├── georgianc.txt │ │ │ ├── huronuc.txt │ │ │ ├── senecac.txt │ │ │ └── sheridanc.txt │ │ ├── polymtl.txt │ │ ├── qc │ │ │ ├── cegep-heritage.txt │ │ │ ├── cegeptr.txt │ │ │ ├── cmaisonneuve.txt │ │ │ ├── cmontmorency.txt │ │ │ ├── cstj.txt │ │ │ └── dawsoncollege.txt │ │ ├── queensu.txt │ │ ├── questu.txt │ │ ├── redeemer.txt │ │ ├── rmc.txt │ │ ├── royalroads.txt │ │ ├── rrc.txt │ │ ├── ryerson.txt │ │ ├── sait.txt │ │ ├── saskpolytech.txt │ │ ├── saultcollege.txt │ │ ├── sfu.txt │ │ ├── stfx.txt │ │ ├── stmarys.txt │ │ ├── stthomasu.txt │ │ ├── stu.txt │ │ ├── trentu.txt │ │ ├── tru.txt │ │ ├── twu.txt │ │ ├── ualberta.txt │ │ ├── ubc.txt │ │ ├── ubishops.txt │ │ ├── ucalgary.txt │ │ ├── ufv.txt │ │ ├── ulaval.txt │ │ ├── uleth.txt │ │ ├── umanitoba.txt │ │ ├── umoncton.txt │ │ ├── umontreal.txt │ │ ├── unb.txt │ │ ├── unbc.txt │ │ ├── unbsj.txt │ │ ├── universitycanadawest.txt │ │ ├── uoguelph.txt │ │ ├── uoit.txt │ │ ├── uottawa.txt │ │ ├── upei.txt │ │ ├── uqac.txt │ │ ├── uqam.txt │ │ ├── uqo.txt │ │ ├── uqtr.txt │ │ ├── uquebec.txt │ │ ├── uregina.txt │ │ ├── usask.txt │ │ ├── usherb.txt │ │ ├── usherbrooke.txt │ │ ├── ustpaul.txt │ │ ├── utoronto.txt │ │ ├── uvic.txt │ │ ├── uwaterloo.txt │ │ ├── uwaterloo │ │ │ └── mathsoc.txt │ │ ├── uwindsor.txt │ │ ├── uwinnipeg.txt │ │ ├── uwo.txt │ │ ├── vcc.txt │ │ ├── viu.txt │ │ ├── wlu.txt │ │ ├── yk │ │ │ └── yukoncollege.txt │ │ └── yorku.txt │ ├── cat │ │ ├── uab.txt │ │ ├── udl.txt │ │ ├── urv.txt │ │ └── uvic.txt │ ├── cd │ │ └── unikin.txt │ ├── ch │ │ ├── bbbaden.txt │ │ ├── bbzsogr.txt │ │ ├── bfh.txt │ │ ├── bhms.txt │ │ ├── bsl-lausanne.txt │ │ ├── bwdbern.txt │ │ ├── ceff.txt │ │ ├── dct.txt │ │ ├── divtec.txt │ │ ├── ehl.txt │ │ ├── epfl.txt │ │ ├── eptsion │ │ │ └── edu.txt │ │ ├── ethz.txt │ │ ├── fernuni.txt │ │ ├── ffhs.txt │ │ ├── fh-aargau.txt │ │ ├── fh-htachur.txt │ │ ├── fhbb.txt │ │ ├── fhnw.txt │ │ ├── fhso.txt │ │ ├── fmi.txt │ │ ├── gbs-ge.txt │ │ ├── gsba.txt │ │ ├── he-arc.txt │ │ ├── heig-vd.txt │ │ ├── hes-so │ │ │ └── master.txt │ │ ├── hesge.txt │ │ ├── hevs.txt │ │ ├── hf-ict.txt │ │ ├── hftm.txt │ │ ├── hgkz.txt │ │ ├── hslu.txt │ │ ├── hsr.txt │ │ ├── ini.txt │ │ ├── iun.txt │ │ ├── lrguas.txt │ │ ├── ntb.txt │ │ ├── phbern.txt │ │ ├── phgr.txt │ │ ├── phzh.txt │ │ ├── swissmc.txt │ │ ├── unibas.txt │ │ ├── unibe.txt │ │ ├── unidistance.txt │ │ ├── unifr.txt │ │ ├── unige.txt │ │ ├── unil.txt │ │ ├── unilu.txt │ │ ├── uniludes.txt │ │ ├── unine.txt │ │ ├── unisg.txt │ │ ├── unisi.txt │ │ ├── unizh.txt │ │ ├── usi.txt │ │ ├── uzh.txt │ │ ├── webster.txt │ │ ├── zbw.txt │ │ └── zhaw.txt │ ├── ci │ │ ├── ubouake.txt │ │ └── univmetiers.txt │ ├── cl │ │ ├── Inacap.txt │ │ ├── academia.txt │ │ ├── arquitecturaucv.txt │ │ ├── duoc.txt │ │ ├── inacapmail.txt │ │ ├── puc.txt │ │ ├── uach.txt │ │ ├── uaconcagua.txt │ │ ├── uahurtado.txt │ │ ├── uai.txt │ │ ├── uamericas.txt │ │ ├── uandes.txt │ │ ├── uantof.txt │ │ ├── uas.txt │ │ ├── ubiobio.txt │ │ ├── ubohiggins.txt │ │ ├── ubolivariana.txt │ │ ├── ubritanica.txt │ │ ├── uc.txt │ │ ├── ucentral.txt │ │ ├── ucervantes.txt │ │ ├── uchile.txt │ │ ├── ucinf.txt │ │ ├── ucm.txt │ │ ├── ucn.txt │ │ ├── ucsc.txt │ │ ├── ucsh.txt │ │ ├── uct.txt │ │ ├── ucv.txt │ │ ├── uda.txt │ │ ├── udec.txt │ │ ├── udelmar.txt │ │ ├── udesarrollo.txt │ │ ├── udp.txt │ │ ├── ufromail.txt │ │ ├── ufrontera.txt │ │ ├── ugm.txt │ │ ├── uisek.txt │ │ ├── ulagos.txt │ │ ├── ulare.txt │ │ ├── umag.txt │ │ ├── umaritima.txt │ │ ├── umayor.txt │ │ ├── umce.txt │ │ ├── ume.txt │ │ ├── unab.txt │ │ ├── unach.txt │ │ ├── unachile.txt │ │ ├── unap.txt │ │ ├── uniacc.txt │ │ ├── unicit.txt │ │ ├── universidadarcis.txt │ │ ├── upa.txt │ │ ├── upacifico.txt │ │ ├── usach.txt │ │ ├── usanandres.txt │ │ ├── userena.txt │ │ ├── usm.txt │ │ ├── uss.txt │ │ ├── ust.txt │ │ ├── uta.txt │ │ ├── utalca.txt │ │ ├── utem.txt │ │ ├── utfsm.txt │ │ ├── uv.txt │ │ ├── uvm.txt │ │ └── virginiogomez.txt │ ├── cm │ │ └── uninet.txt │ ├── cn │ │ ├── edu │ │ │ ├── ah.txt │ │ │ ├── ahmu.txt │ │ │ ├── ahnu.txt │ │ │ ├── ahtcm.txt │ │ │ ├── ahu.txt │ │ │ ├── ahut.txt │ │ │ ├── bac.txt │ │ │ ├── bfsu.txt │ │ │ ├── bhu.txt │ │ │ ├── bit.txt │ │ │ ├── bj.txt │ │ │ ├── bjfu.txt │ │ │ ├── bjmu.txt │ │ │ ├── blcu.txt │ │ │ ├── bnu.txt │ │ │ ├── buaa.txt │ │ │ ├── buct.txt │ │ │ ├── bupt.txt │ │ │ ├── cafa.txt │ │ │ ├── cau.txt │ │ │ ├── ccnu.txt │ │ │ ├── ccut.txt │ │ │ ├── cdut.txt │ │ │ ├── cdutcm.txt │ │ │ ├── cmu.txt │ │ │ ├── cncnc.txt │ │ │ ├── cnu.txt │ │ │ ├── cppsu.txt │ │ │ ├── cpu.txt │ │ │ ├── cqnu.txt │ │ │ ├── cqu.txt │ │ │ ├── cqupt.txt │ │ │ ├── crtvu.txt │ │ │ ├── csu.txt │ │ │ ├── ctgu.txt │ │ │ ├── cuc.txt │ │ │ ├── cueb.txt │ │ │ ├── cufe.txt │ │ │ ├── cug.txt │ │ │ ├── cugb.txt │ │ │ ├── cumt.txt │ │ │ ├── cumtb.txt │ │ │ ├── cupl.txt │ │ │ ├── dhu.txt │ │ │ ├── dlmedu.txt │ │ │ ├── dlmu.txt │ │ │ ├── dlu.txt │ │ │ ├── dlut.txt │ │ │ ├── dufe.txt │ │ │ ├── ecnu.txt │ │ │ ├── ecust.txt │ │ │ ├── fimmu.txt │ │ │ ├── fjau.txt │ │ │ ├── fjmu.txt │ │ │ ├── fjnu.txt │ │ │ ├── fjtcm.txt │ │ │ ├── fmmu.txt │ │ │ ├── fosu.txt │ │ │ ├── fudan.txt │ │ │ ├── fzu.txt │ │ │ ├── gdin.txt │ │ │ ├── gdrtvu.txt │ │ │ ├── gdufs.txt │ │ │ ├── gdut.txt │ │ │ ├── gsau.txt │ │ │ ├── gsut.txt │ │ │ ├── gxnu.txt │ │ │ ├── gxtcmu.txt │ │ │ ├── gxu.txt │ │ │ ├── gxun.txt │ │ │ ├── gzhtcm.txt │ │ │ ├── gzhu.txt │ │ │ ├── gznu.txt │ │ │ ├── gzsums.txt │ │ │ ├── gzu.txt │ │ │ ├── hainnu.txt │ │ │ ├── hainu.txt │ │ │ ├── hbu.txt │ │ │ ├── hdpu.txt │ │ │ ├── hebau.txt │ │ │ ├── hebmu.txt │ │ │ ├── hebnu.txt │ │ │ ├── hebust.txt │ │ │ ├── hebut.txt │ │ │ ├── henannu.txt │ │ │ ├── henau.txt │ │ │ ├── henu.txt │ │ │ ├── heuet.txt │ │ │ ├── hfut.txt │ │ │ ├── hhstu.txt │ │ │ ├── hhtc.txt │ │ │ ├── hhu.txt │ │ │ ├── hhuc.txt │ │ │ ├── hit.txt │ │ │ ├── hljcu.txt │ │ │ ├── hlju.txt │ │ │ ├── hqu.txt │ │ │ ├── hrbeu.txt │ │ │ ├── hrbmu.txt │ │ │ ├── hrbnu.txt │ │ │ ├── hrbust.txt │ │ │ ├── hubu.txt │ │ │ ├── hunnu.txt │ │ │ ├── hust.txt │ │ │ ├── hzau.txt │ │ │ ├── hzu.txt │ │ │ ├── ibub.txt │ │ │ ├── imau.txt │ │ │ ├── imnu.txt │ │ │ ├── imu.txt │ │ │ ├── jlau.txt │ │ │ ├── jlu.txt │ │ │ ├── jmu.txt │ │ │ ├── jnu.txt │ │ │ ├── jsu.txt │ │ │ ├── jsust.txt │ │ │ ├── jxau.txt │ │ │ ├── jxnu.txt │ │ │ ├── jxufe.txt │ │ │ ├── jyu.txt │ │ │ ├── kmust.txt │ │ │ ├── lnnu.txt │ │ │ ├── lntu.txt │ │ │ ├── lnu.txt │ │ │ ├── lzu.txt │ │ │ ├── nankai.txt │ │ │ ├── nbu.txt │ │ │ ├── ncu.txt │ │ │ ├── ncut.txt │ │ │ ├── neau.txt │ │ │ ├── nefu.txt │ │ │ ├── nenu.txt │ │ │ ├── neu.txt │ │ │ ├── neuq.txt │ │ │ ├── njau.txt │ │ │ ├── njfu.txt │ │ │ ├── njmu.txt │ │ │ ├── njnu.txt │ │ │ ├── njtu.txt │ │ │ ├── nju.txt │ │ │ ├── njue.txt │ │ │ ├── njupt.txt │ │ │ ├── njust.txt │ │ │ ├── njutcm.txt │ │ │ ├── nuaa.txt │ │ │ ├── nuc.txt │ │ │ ├── nudt.txt │ │ │ ├── nwnu.txt │ │ │ ├── nwpu.txt │ │ │ ├── nwu.txt │ │ │ ├── nxu.txt │ │ │ ├── ouc.txt │ │ │ ├── pku.txt │ │ │ ├── pzhu.txt │ │ │ ├── qdu.txt │ │ │ ├── qfnu.txt │ │ │ ├── qhnu.txt │ │ │ ├── qhrtvu.txt │ │ │ ├── qhu.txt │ │ │ ├── qust.txt │ │ │ ├── qzu.txt │ │ │ ├── ruc.txt │ │ │ ├── sandau.txt │ │ │ ├── sbs.txt │ │ │ ├── scau.txt │ │ │ ├── scnu.txt │ │ │ ├── scu.txt │ │ │ ├── scut.txt │ │ │ ├── sdau.txt │ │ │ ├── sdju.txt │ │ │ ├── sdmu.txt │ │ │ ├── sdnu.txt │ │ │ ├── sdu.txt │ │ │ ├── sdut.txt │ │ │ ├── sdutcm.txt │ │ │ ├── seu.txt │ │ │ ├── sgu.txt │ │ │ ├── shfu.txt │ │ │ ├── shift.txt │ │ │ ├── shisu.txt │ │ │ ├── shmtu.txt │ │ │ ├── shmu.txt │ │ │ ├── shsmu.txt │ │ │ ├── shspu.txt │ │ │ ├── shtvu.txt │ │ │ ├── shu.txt │ │ │ ├── shufe.txt │ │ │ ├── shutcm.txt │ │ │ ├── sicau.txt │ │ │ ├── sicnu.txt │ │ │ ├── sisu.txt │ │ │ ├── sjtu.txt │ │ │ ├── sjzu.txt │ │ │ ├── smmu.txt │ │ │ ├── stu.txt │ │ │ ├── suda.txt │ │ │ ├── sues.txt │ │ │ ├── swfc.txt │ │ │ ├── swjtu.txt │ │ │ ├── swufe.txt │ │ │ ├── swupl.txt │ │ │ ├── sxau.txt │ │ │ ├── sxu.txt │ │ │ ├── syict.txt │ │ │ ├── syphu.txt │ │ │ ├── sytu.txt │ │ │ ├── syu.txt │ │ │ ├── szu.txt │ │ │ ├── tijmu.txt │ │ │ ├── tjcu.txt │ │ │ ├── tjmu.txt │ │ │ ├── tjnu.txt │ │ │ ├── tjpu.txt │ │ │ ├── tjrtvu.txt │ │ │ ├── tju.txt │ │ │ ├── tjufe.txt │ │ │ ├── tjut.txt │ │ │ ├── tmmu.txt │ │ │ ├── tongji.txt │ │ │ ├── tsinghua.txt │ │ │ ├── tyut.txt │ │ │ ├── uestc.txt │ │ │ ├── uibe.txt │ │ │ ├── ujn.txt │ │ │ ├── usc.txt │ │ │ ├── usst.txt │ │ │ ├── ustb.txt │ │ │ ├── ustc.txt │ │ │ ├── utibet.txt │ │ │ ├── uvu.txt │ │ │ ├── whu.txt │ │ │ ├── whut.txt │ │ │ ├── wyu.txt │ │ │ ├── xahu.txt │ │ │ ├── xauat.txt │ │ │ ├── xaut.txt │ │ │ ├── xhcom.txt │ │ │ ├── xhu.txt │ │ │ ├── xidian.txt │ │ │ ├── xjau.txt │ │ │ ├── xjnu.txt │ │ │ ├── xjtu.txt │ │ │ ├── xmu.txt │ │ │ ├── xtu.txt │ │ │ └── zju.txt │ │ ├── gxu │ │ │ └── mail.txt │ │ ├── jx │ │ │ └── ecjtu.txt │ │ ├── net │ │ │ └── shouhua.txt │ │ └── snnu.txt │ ├── co │ │ └── edu │ │ │ ├── autonoma.txt │ │ │ ├── bellasartes.txt │ │ │ ├── ces.txt │ │ │ ├── cesa.txt │ │ │ ├── cuc.txt │ │ │ ├── eafit.txt │ │ │ ├── ean.txt │ │ │ ├── ecci.txt │ │ │ ├── ecr.txt │ │ │ ├── eia.txt │ │ │ ├── esap.txt │ │ │ ├── escuelaing.txt │ │ │ ├── fuac.txt │ │ │ ├── funandi.txt │ │ │ ├── funlam.txt │ │ │ ├── iberoamericana.txt │ │ │ ├── icesi.txt │ │ │ ├── itm.txt │ │ │ ├── iue.txt │ │ │ ├── javeriana.txt │ │ │ ├── lasalle.txt │ │ │ ├── pedagogica.txt │ │ │ ├── poligran.txt │ │ │ ├── sanmartin.txt │ │ │ ├── uac.txt │ │ │ ├── uam.txt │ │ │ ├── uamerica.txt │ │ │ ├── ucaldas.txt │ │ │ ├── ucatolica.txt │ │ │ ├── ucauca.txt │ │ │ ├── ucc.txt │ │ │ ├── ucentral.txt │ │ │ ├── uceva.txt │ │ │ ├── ucn.txt │ │ │ ├── uco.txt │ │ │ ├── udca.txt │ │ │ ├── udea.txt │ │ │ ├── udem.txt │ │ │ ├── udenar.txt │ │ │ ├── udes.txt │ │ │ ├── udistrital.txt │ │ │ ├── uexternado.txt │ │ │ ├── ufps.txt │ │ │ ├── ugrancolombia.txt │ │ │ ├── uis.txt │ │ │ ├── umanizales.txt │ │ │ ├── umariana.txt │ │ │ ├── umb.txt │ │ │ ├── umng.txt │ │ │ ├── unab.txt │ │ │ ├── unac.txt │ │ │ ├── unad.txt │ │ │ ├── unal.txt │ │ │ ├── unaula.txt │ │ │ ├── unbosque.txt │ │ │ ├── uniamazonia.txt │ │ │ ├── uniandes.txt │ │ │ ├── uniatlantico.txt │ │ │ ├── uniboyaca.txt │ │ │ ├── unicartagena.txt │ │ │ ├── unicesar.txt │ │ │ ├── unicordoba.txt │ │ │ ├── uniguajira.txt │ │ │ ├── unilibre.txt │ │ │ ├── unillanos.txt │ │ │ ├── unimagdalena.txt │ │ │ ├── unimetro.txt │ │ │ ├── unincca.txt │ │ │ ├── uninorte.txt │ │ │ ├── unipamplona.txt │ │ │ ├── unipaz.txt │ │ │ ├── unipiloto.txt │ │ │ ├── uniquindio.txt │ │ │ ├── unisabana.txt │ │ │ ├── unisimonbolivar.txt │ │ │ ├── unisinucartagena.txt │ │ │ ├── unisucre.txt │ │ │ ├── univalle.txt │ │ │ ├── upb.txt │ │ │ ├── uptc.txt │ │ │ ├── urosario.txt │ │ │ ├── usb.txt │ │ │ ├── usergioarboleda.txt │ │ │ ├── usta.txt │ │ │ ├── ut.txt │ │ │ ├── utadeo.txt │ │ │ ├── utch.txt │ │ │ └── utp.txt │ ├── com │ │ ├── ahlulbaitonline.txt │ │ ├── algonquinlive.txt │ │ ├── almaarifah.txt │ │ ├── alustudent.txt │ │ ├── ashtoncollege.txt │ │ ├── atc2u.txt │ │ ├── bmcmedcollege.txt │ │ ├── breyerstate.txt │ │ ├── buraouniversity.txt │ │ ├── cfpj.txt │ │ ├── collegecanada.txt │ │ ├── columbusu.txt │ │ ├── cqumail.txt │ │ ├── crsmu.txt │ │ ├── edhec.txt │ │ ├── eemi.txt │ │ ├── eieonline.txt │ │ ├── em-lyon.txt │ │ ├── emc-campus.txt │ │ ├── escdijon.txt │ │ ├── eu │ │ │ └── sabi.txt │ │ ├── foundationu.txt │ │ ├── foundationuniversity.txt │ │ ├── ftmsglobal.txt │ │ ├── fullsail.txt │ │ ├── gollisuniversity.txt │ │ ├── greenwichutc.txt │ │ ├── grenoble-em.txt │ │ ├── hollandcollege.txt │ │ ├── ici-luzern.txt │ │ ├── icn-nancy.txt │ │ ├── icsw.txt │ │ ├── iesanetwork.txt │ │ ├── imi-luzern.txt │ │ ├── infosup.txt │ │ ├── ingesup.txt │ │ ├── ionis-stm.txt │ │ ├── isbm-school.txt │ │ ├── isi-mtl.txt │ │ ├── islamicug.txt │ │ ├── iu-travnik.txt │ │ ├── jpcatholic.txt │ │ ├── khawarizmi.txt │ │ ├── kkumail.txt │ │ ├── kolieh.txt │ │ ├── lidapoly.txt │ │ ├── lsmu.txt │ │ ├── madisonu.txt │ │ ├── manukaumail.txt │ │ ├── mogadishuuniversity.txt │ │ ├── moorelanduniversity.txt │ │ ├── nugaaluniversity.txt │ │ ├── oradeauniversity.txt │ │ ├── oshmed.txt │ │ ├── paneurouni.txt │ │ ├── puntlandstateuniversity.txt │ │ ├── rcsi-mub.txt │ │ ├── saadcollege.txt │ │ ├── saedubai.txt │ │ ├── sbjacksonville.txt │ │ ├── scbaghdad.txt │ │ ├── schillerstrasbourg.txt │ │ ├── sh-sipopolytechnic.txt │ │ ├── shannoncollege.txt │ │ ├── skadron.txt │ │ ├── skylineuniversity.txt │ │ ├── spsmma.txt │ │ ├── stenden.txt │ │ ├── stockholm-fu.txt │ │ ├── suh-edu.txt │ │ ├── tajamar365.txt │ │ ├── thegameassembly.txt │ │ ├── umi-pk.txt │ │ ├── uniactiva.txt │ │ ├── uniedpa.txt │ │ ├── unimetroangola.txt │ │ ├── univ-douala.txt │ │ ├── uu-sy.txt │ │ ├── vanarts.txt │ │ ├── vlerick.txt │ │ ├── vlerick │ │ │ └── edu.txt │ │ ├── vsavm.txt │ │ ├── westcoastuniversity-edu.txt │ │ ├── westcoastuniversity.txt │ │ └── y-nov.txt │ ├── cr │ │ ├── ac │ │ │ ├── fundepos.txt │ │ │ ├── itcr.txt │ │ │ ├── uaca.txt │ │ │ ├── uam.txt │ │ │ ├── uca.txt │ │ │ ├── ucatolica.txt │ │ │ ├── ucem.txt │ │ │ ├── uci.txt │ │ │ ├── ucr.txt │ │ │ ├── ufidelitas.txt │ │ │ ├── uhispanoamericana.txt │ │ │ ├── uia.txt │ │ │ ├── ulacit.txt │ │ │ ├── ulasalle.txt │ │ │ ├── ulatina.txt │ │ │ ├── ulicori.txt │ │ │ ├── una.txt │ │ │ ├── unam.txt │ │ │ ├── uned.txt │ │ │ ├── unidis.txt │ │ │ ├── usam.txt │ │ │ ├── utur.txt │ │ │ └── uveritas.txt │ │ └── estudiantec.txt │ ├── cu │ │ ├── co.txt │ │ ├── edu │ │ │ ├── cujae.txt │ │ │ ├── ismm.txt │ │ │ ├── reduc.txt │ │ │ ├── ucf.txt │ │ │ ├── uclv.txt │ │ │ ├── uho.txt │ │ │ ├── uo.txt │ │ │ └── upr.txt │ │ ├── rimed.txt │ │ ├── sld │ │ │ └── vcl │ │ │ │ └── ucm.txt │ │ ├── uh.txt │ │ ├── umcc.txt │ │ └── unica.txt │ ├── cy │ │ └── ac │ │ │ ├── ac.txt │ │ │ ├── ciim.txt │ │ │ ├── ctleuro.txt │ │ │ ├── cut.txt │ │ │ ├── cycollege.txt │ │ │ ├── frederick.txt │ │ │ ├── ouc.txt │ │ │ ├── ucy.txt │ │ │ └── unic.txt │ ├── cz │ │ ├── cuni.txt │ │ ├── cvut.txt │ │ ├── czu.txt │ │ ├── famu.txt │ │ ├── gymzr.txt │ │ ├── jcu.txt │ │ ├── mendelu.txt │ │ ├── mg-akademie.txt │ │ ├── muni.txt │ │ ├── osu.txt │ │ ├── praguecollege.txt │ │ ├── slu.txt │ │ ├── sps-tabor.txt │ │ ├── tiffinprague.txt │ │ ├── ujep.txt │ │ ├── unicorncollege.txt │ │ ├── unva.txt │ │ ├── unyp.txt │ │ ├── upce.txt │ │ ├── upol.txt │ │ ├── utb.txt │ │ ├── vfu.txt │ │ ├── vosp.txt │ │ ├── vsb.txt │ │ ├── vscht.txt │ │ ├── vsci.txt │ │ ├── vse.txt │ │ ├── vsfs.txt │ │ ├── vslib.txt │ │ ├── vsp.txt │ │ ├── vspj.txt │ │ ├── vutbr.txt │ │ └── zcu.txt │ ├── de │ │ ├── akad.txt │ │ ├── asfh-berlin.txt │ │ ├── augustana.txt │ │ ├── b-tu.txt │ │ ├── ba-glauchau.txt │ │ ├── ba-leipzig.txt │ │ ├── ba-rm.txt │ │ ├── bbw-hochschule.txt │ │ ├── berlin.txt │ │ ├── berufsakademie-sh.txt │ │ ├── bethel.txt │ │ ├── beuth-hochschule.txt │ │ ├── bib.txt │ │ ├── bits-iserlohn.txt │ │ ├── bonn │ │ │ └── hhek.txt │ │ ├── bs-memmingen.txt │ │ ├── cbs-edu.txt │ │ ├── cdtm.txt │ │ ├── dh-karlsruhe.txt │ │ ├── dhbw-karlsruhe.txt │ │ ├── dhbw-mannheim.txt │ │ ├── dhbw-mosbach.txt │ │ ├── dhbw-stuttgart.txt │ │ ├── dhbw-vs.txt │ │ ├── dhv-speyer.txt │ │ ├── diploma.txt │ │ ├── dshs-koeln.txt │ │ ├── eba-muenchen.txt │ │ ├── ebs.txt │ │ ├── ecla.txt │ │ ├── eduplaza │ │ │ └── mmbbs.txt │ │ ├── edvschule-plattling.txt │ │ ├── efh-bochum.txt │ │ ├── efh-darmstadt.txt │ │ ├── efh-freiburg.txt │ │ ├── efh-hannover.txt │ │ ├── efh-reutlingen-ludwigsburg.txt │ │ ├── efhlu.txt │ │ ├── ehs-dresden.txt │ │ ├── ems-mainz.txt │ │ ├── eufh-mail.txt │ │ ├── euv-frankfurt-o.txt │ │ ├── evfh-berlin.txt │ │ ├── evfh-nuernberg.txt │ │ ├── evhn.txt │ │ ├── fau.txt │ │ ├── fern-fh.txt │ │ ├── fernuni-hagen.txt │ │ ├── fh-Kempten.txt │ │ ├── fh-aachen.txt │ │ ├── fh-aalen.txt │ │ ├── fh-aschaffenburg.txt │ │ ├── fh-augsburg.txt │ │ ├── fh-bad-honnef.txt │ │ ├── fh-biberach.txt │ │ ├── fh-bielefeld.txt │ │ ├── fh-bingen.txt │ │ ├── fh-bochum.txt │ │ ├── fh-bonn-rhein-sieg.txt │ │ ├── fh-brandenburg.txt │ │ ├── fh-deggendorf.txt │ │ ├── fh-dortmund.txt │ │ ├── fh-eberswalde.txt │ │ ├── fh-erfurt.txt │ │ ├── fh-flensburg.txt │ │ ├── fh-frankfurt.txt │ │ ├── fh-furtwangen.txt │ │ ├── fh-gelsenkirchen.txt │ │ ├── fh-giessen.txt │ │ ├── fh-hamburg.txt │ │ ├── fh-hannover.txt │ │ ├── fh-heidelberg.txt │ │ ├── fh-heilbronn.txt │ │ ├── fh-hildesheim.txt │ │ ├── fh-hof.txt │ │ ├── fh-ingolstadt.txt │ │ ├── fh-isny.txt │ │ ├── fh-jena.txt │ │ ├── fh-kiel.txt │ │ ├── fh-kl.txt │ │ ├── fh-koblenz.txt │ │ ├── fh-koeln.txt │ │ ├── fh-konstanz.txt │ │ ├── fh-landshut.txt │ │ ├── fh-lausitz.txt │ │ ├── fh-lippe.txt │ │ ├── fh-ludwigshafen.txt │ │ ├── fh-luebeck.txt │ │ ├── fh-mainz.txt │ │ ├── fh-mannheim.txt │ │ ├── fh-merseburg.txt │ │ ├── fh-muenchen.txt │ │ ├── fh-muenster.txt │ │ ├── fh-nb.txt │ │ ├── fh-neu-ulm.txt │ │ ├── fh-niederrhein.txt │ │ ├── fh-nordhausen.txt │ │ ├── fh-nuernberg.txt │ │ ├── fh-nuertingen.txt │ │ ├── fh-offenburg.txt │ │ ├── fh-oow.txt │ │ ├── fh-osnabrueck.txt │ │ ├── fh-ottersberg.txt │ │ ├── fh-pforzheim.txt │ │ ├── fh-potsdam.txt │ │ ├── fh-regensburg.txt │ │ ├── fh-reutlingen.txt │ │ ├── fh-riedlingen.txt │ │ ├── fh-rosenheim.txt │ │ ├── fh-rottenburg.txt │ │ ├── fh-schwaebischhall.txt │ │ ├── fh-sm.txt │ │ ├── fh-stralsund.txt │ │ ├── fh-swf.txt │ │ ├── fh-telekom-leipzig.txt │ │ ├── fh-trier.txt │ │ ├── fh-ulm.txt │ │ ├── fh-wedel.txt │ │ ├── fh-weihenstephan.txt │ │ ├── fh-weingarten.txt │ │ ├── fh-westkueste.txt │ │ ├── fh-wiesbaden.txt │ │ ├── fh-wolfenbuettel.txt │ │ ├── fh-worms.txt │ │ ├── fh-wuerzburg.txt │ │ ├── fh-zwickau.txt │ │ ├── fhdw.txt │ │ ├── fhkt.txt │ │ ├── fhm-mittelstand.txt │ │ ├── fhnon.txt │ │ ├── fhoebb.txt │ │ ├── fhs-mannheim.txt │ │ ├── fhs-moritzburg.txt │ │ ├── fht-stuttgart.txt │ │ ├── fhtw-berlin.txt │ │ ├── fhw-berlin.txt │ │ ├── fhwt.txt │ │ ├── fmsg-speyer.txt │ │ ├── fom.txt │ │ ├── fs-students.txt │ │ ├── fu-berlin.txt │ │ ├── g18.txt │ │ ├── games-academy.txt │ │ ├── gymnasium-schmallenberg.txt │ │ ├── h-brs.txt │ │ ├── h-da.txt │ │ ├── hanseuni.txt │ │ ├── haw-hamburg.txt │ │ ├── haw-ingolstadt.txt │ │ ├── hawk-hhg.txt │ │ ├── hcu-hamburg.txt │ │ ├── hdm-stuttgart.txt │ │ ├── hfb.txt │ │ ├── hfg-gmuend.txt │ │ ├── hft-leipzig.txt │ │ ├── hft-stuttgart.txt │ │ ├── hgb-leipzig.txt │ │ ├── hhl.txt │ │ ├── hhu.txt │ │ ├── hochschule-trier.txt │ │ ├── hs-albsig.txt │ │ ├── hs-anhalt.txt │ │ ├── hs-augsburg.txt │ │ ├── hs-bremen.txt │ │ ├── hs-bremerhaven.txt │ │ ├── hs-coburg.txt │ │ ├── hs-darmstadt.txt │ │ ├── hs-duesseldorf.txt │ │ ├── hs-esslingen.txt │ │ ├── hs-fulda.txt │ │ ├── hs-furtwangen.txt │ │ ├── hs-harz.txt │ │ ├── hs-karlsruhe.txt │ │ ├── hs-kempten.txt │ │ ├── hs-lausitz.txt │ │ ├── hs-lu.txt │ │ ├── hs-ludwigshafen.txt │ │ ├── hs-magdeburg.txt │ │ ├── hs-mannheim.txt │ │ ├── hs-mittweida.txt │ │ ├── hs-neu-ulm.txt │ │ ├── hs-offenburg.txt │ │ ├── hs-osnabrueck.txt │ │ ├── hs-owl.txt │ │ ├── hs-rm.txt │ │ ├── hs-weingarten.txt │ │ ├── hs-wismar.txt │ │ ├── hs-worms.txt │ │ ├── hs-zigr.txt │ │ ├── hshl.txt │ │ ├── htw-berlin.txt │ │ ├── htw-dresden.txt │ │ ├── htw-saarland.txt │ │ ├── htwg-konstanz.txt │ │ ├── htwk-leipzig.txt │ │ ├── htwm.txt │ │ ├── hu-berlin.txt │ │ ├── hwp-hamburg.txt │ │ ├── i-u.txt │ │ ├── ihi-zittau.txt │ │ ├── iserv-trg-oha.txt │ │ ├── ism-dortmund.txt │ │ ├── isnm.txt │ │ ├── itc-dortmund.txt │ │ ├── iubh-dualesstudium.txt │ │ ├── jacobs-university.txt │ │ ├── karlshochschule.txt │ │ ├── kath-fh-nord.txt │ │ ├── kfb-berlin.txt │ │ ├── kfh-Freiburg.txt │ │ ├── kfh-mainz.txt │ │ ├── kfhnw.txt │ │ ├── kh-berlin.txt │ │ ├── khsa.txt │ │ ├── klara-oppenheimer-schule.txt │ │ ├── ksfh.txt │ │ ├── ku-eichstaett.txt │ │ ├── kunstakademie-duesseldorf.txt │ │ ├── lmu.txt │ │ ├── merz-akademie.txt │ │ ├── mfh-iserlohn.txt │ │ ├── mh-hannover.txt │ │ ├── mh-trossingen.txt │ │ ├── mm-bbs.txt │ │ ├── mpi-inf.txt │ │ ├── mu-luebeck.txt │ │ ├── muthesius.txt │ │ ├── mwn.txt │ │ ├── nordakademie.txt │ │ ├── obsbs.txt │ │ ├── ohm-hochschule.txt │ │ ├── ovgu.txt │ │ ├── paderborn.txt │ │ ├── pfh-goettingen.txt │ │ ├── ph-erfurt.txt │ │ ├── ph-freiburg.txt │ │ ├── ph-gmuend.txt │ │ ├── ph-heidelberg.txt │ │ ├── ph-karlsruhe.txt │ │ ├── ph-ludwigsburg.txt │ │ ├── ph-weingarten.txt │ │ ├── philtheol-augustin.txt │ │ ├── popakademie.txt │ │ ├── privatfh-da.txt │ │ ├── pth-bb.txt │ │ ├── pth-muenster.txt │ │ ├── pthv.txt │ │ ├── rauheshaus.txt │ │ ├── reutlingen-university.txt │ │ ├── rfh-koeln.txt │ │ ├── rub.txt │ │ ├── ruhr-uni-bochum.txt │ │ ├── rwth-aachen.txt │ │ ├── selk.txt │ │ ├── siewerth-akademie.txt │ │ ├── siu-heidelberg.txt │ │ ├── srh-berlin.txt │ │ ├── stw.txt │ │ ├── tfh-berlin.txt │ │ ├── tfh-bochum.txt │ │ ├── tfh-wildau.txt │ │ ├── th-brandenburg.txt │ │ ├── th-deg.txt │ │ ├── th-nuernberg.txt │ │ ├── th-wildau.txt │ │ ├── thh-friedensau.txt │ │ ├── thm.txt │ │ ├── tiho-hannover.txt │ │ ├── tu-berlin.txt │ │ ├── tu-braunschweig.txt │ │ ├── tu-bs.txt │ │ ├── tu-chemnitz.txt │ │ ├── tu-clausthal.txt │ │ ├── tu-cottbus.txt │ │ ├── tu-darmstadt.txt │ │ ├── tu-dortmund.txt │ │ ├── tu-dresden.txt │ │ ├── tu-freiberg.txt │ │ ├── tu-harburg.txt │ │ ├── tu-ilmenau.txt │ │ ├── tu-muenchen.txt │ │ ├── tuhh.txt │ │ ├── tum.txt │ │ ├── uni-augsburg.txt │ │ ├── uni-bamberg.txt │ │ ├── uni-bayreuth.txt │ │ ├── uni-bielefeld.txt │ │ ├── uni-bonn.txt │ │ ├── uni-bremen.txt │ │ ├── uni-dortmund.txt │ │ ├── uni-duesseldorf.txt │ │ ├── uni-duisburg-essen.txt │ │ ├── uni-erfurt.txt │ │ ├── uni-erlangen.txt │ │ ├── uni-flensburg.txt │ │ ├── uni-frankfurt.txt │ │ ├── uni-freiburg.txt │ │ ├── uni-giessen.txt │ │ ├── uni-goettingen.txt │ │ ├── uni-greifswald.txt │ │ ├── uni-halle.txt │ │ ├── uni-hamburg.txt │ │ ├── uni-hannover.txt │ │ ├── uni-heidelberg.txt │ │ ├── uni-hildesheim.txt │ │ ├── uni-hohenheim.txt │ │ ├── uni-jena.txt │ │ ├── uni-karlsruhe.txt │ │ ├── uni-kassel.txt │ │ ├── uni-kiel.txt │ │ ├── uni-kl.txt │ │ ├── uni-koblenz-landau.txt │ │ ├── uni-koblenz.txt │ │ ├── uni-koeln.txt │ │ ├── uni-konstanz.txt │ │ ├── uni-landau.txt │ │ ├── uni-leipzig.txt │ │ ├── uni-luebeck.txt │ │ ├── uni-lueneburg.txt │ │ ├── uni-magdeburg.txt │ │ ├── uni-mainz.txt │ │ ├── uni-mannheim.txt │ │ ├── uni-marburg.txt │ │ ├── uni-muenchen.txt │ │ ├── uni-muenster.txt │ │ ├── uni-oldenburg.txt │ │ ├── uni-osnabrueck.txt │ │ ├── uni-paderborn.txt │ │ ├── uni-passau.txt │ │ ├── uni-potsdam.txt │ │ ├── uni-regensburg.txt │ │ ├── uni-rostock.txt │ │ ├── uni-saarland.txt │ │ ├── uni-siegen.txt │ │ ├── uni-stuttgart.txt │ │ ├── uni-trier.txt │ │ ├── uni-tuebingen.txt │ │ ├── uni-ulm.txt │ │ ├── uni-vechta.txt │ │ ├── uni-weimar.txt │ │ ├── uni-wh.txt │ │ ├── uni-wuerzburg.txt │ │ ├── uni-wuppertal.txt │ │ ├── unibw-hamburg.txt │ │ ├── unibw-muenchen.txt │ │ ├── unibw.txt │ │ ├── uos.txt │ │ ├── upb.txt │ │ ├── vwa-gruppe-net.txt │ │ ├── w-hs.txt │ │ ├── wak-sh.txt │ │ ├── whu-koblenz.txt │ │ └── wwu.txt │ ├── dk │ │ ├── a-aarhus.txt │ │ ├── aau.txt │ │ ├── ah.txt │ │ ├── akademiaarhus.txt │ │ ├── ats.txt │ │ ├── au.txt │ │ ├── auc.txt │ │ ├── cbs.txt │ │ ├── cphbusiness.txt │ │ ├── db.txt │ │ ├── ddea.txt │ │ ├── dfh.txt │ │ ├── diku.txt │ │ ├── dkdm.txt │ │ ├── dlh.txt │ │ ├── dpu.txt │ │ ├── dtu.txt │ │ ├── eamv.txt │ │ ├── easv.txt │ │ ├── easv365.txt │ │ ├── elevcampus.txt │ │ ├── hha.txt │ │ ├── hhs.txt │ │ ├── iha.txt │ │ ├── ihk-edu.txt │ │ ├── ihk.txt │ │ ├── ipc.txt │ │ ├── itu.txt │ │ ├── karch.txt │ │ ├── kts.txt │ │ ├── ku.txt │ │ ├── kunstakademiet.txt │ │ ├── kvl.txt │ │ ├── musik-kons.txt │ │ ├── ruc.txt │ │ ├── sde.txt │ │ ├── sdu.txt │ │ ├── teologi.txt │ │ ├── tietgen.txt │ │ └── ucn.txt │ ├── do │ │ └── edu │ │ │ ├── icda.txt │ │ │ ├── intec.txt │ │ │ ├── pucmm.txt │ │ │ ├── uafam.txt │ │ │ ├── uapa.txt │ │ │ ├── uasd.txt │ │ │ ├── ucateci.txt │ │ │ ├── uce.txt │ │ │ ├── ucne.txt │ │ │ ├── ucsd.txt │ │ │ ├── udoym.txt │ │ │ ├── ufhec.txt │ │ │ ├── unad.txt │ │ │ ├── unapec.txt │ │ │ ├── unefa.txt │ │ │ ├── unibe.txt │ │ │ ├── unica.txt │ │ │ ├── unicaribe.txt │ │ │ ├── uniremhos.txt │ │ │ ├── unphu.txt │ │ │ ├── ute.txt │ │ │ └── utesur.txt │ ├── dz │ │ ├── edu │ │ │ └── umc.txt │ │ ├── esi.txt │ │ ├── lagh-univ.txt │ │ ├── umbb.txt │ │ ├── ummto.txt │ │ ├── univ-alger.txt │ │ ├── univ-alger3.txt │ │ ├── univ-annaba.txt │ │ ├── univ-batna.txt │ │ ├── univ-bejaia.txt │ │ ├── univ-biskra.txt │ │ ├── univ-blida.txt │ │ ├── univ-chlef.txt │ │ ├── univ-constantine2.txt │ │ ├── univ-emir.txt │ │ ├── univ-ghardaia.txt │ │ ├── univ-guelma.txt │ │ ├── univ-jijel.txt │ │ ├── univ-mosta.txt │ │ ├── univ-msila.txt │ │ ├── univ-oeb.txt │ │ ├── univ-oran.txt │ │ ├── univ-saida.txt │ │ ├── univ-sba.txt │ │ ├── univ-setif.txt │ │ ├── univ-skikda.txt │ │ ├── univ-tebessa.txt │ │ ├── univ-tiaret.txt │ │ ├── univ-tlemcen.txt │ │ ├── univ-usto.txt │ │ └── usthb.txt │ ├── ec │ │ ├── edu │ │ │ ├── casagrande.txt │ │ │ ├── epn.txt │ │ │ ├── espe.txt │ │ │ ├── espol.txt │ │ │ ├── indoamerica.txt │ │ │ ├── internacional.txt │ │ │ ├── puce.txt │ │ │ ├── uagraria.txt │ │ │ ├── uasb.txt │ │ │ ├── uazuay.txt │ │ │ ├── ucaazo.txt │ │ │ ├── ucacue.txt │ │ │ ├── ucsg.txt │ │ │ ├── uct.txt │ │ │ ├── ucuenca.txt │ │ │ ├── uees.txt │ │ │ ├── ug.txt │ │ │ ├── uleam.txt │ │ │ ├── unach.txt │ │ │ ├── unl.txt │ │ │ ├── upacifico.txt │ │ │ ├── ups.txt │ │ │ ├── usfq.txt │ │ │ ├── usm.txt │ │ │ ├── uta.txt │ │ │ ├── utb.txt │ │ │ ├── utc.txt │ │ │ ├── ute.txt │ │ │ ├── utelvt.txt │ │ │ ├── uteq.txt │ │ │ ├── utm.txt │ │ │ ├── utmachala.txt │ │ │ ├── utn.txt │ │ │ └── utpl.txt │ │ └── uisrael.txt │ ├── edu │ │ ├── aamu.txt │ │ ├── aast.txt │ │ ├── aauj.txt │ │ ├── ab.txt │ │ ├── aca.txt │ │ ├── academy.txt │ │ ├── academyart.txt │ │ ├── acc.txt │ │ ├── acp.txt │ │ ├── act.txt │ │ ├── acu.txt │ │ ├── adams.txt │ │ ├── adelphi.txt │ │ ├── adler.txt │ │ ├── adrian.txt │ │ ├── africau.txt │ │ ├── ahgaff.txt │ │ ├── aic.txt │ │ ├── aicag.txt │ │ ├── aii.txt │ │ ├── aiu.txt │ │ ├── aiub.txt │ │ ├── aiuniv.txt │ │ ├── aju.txt │ │ ├── akbible.txt │ │ ├── aku.txt │ │ ├── alaska.txt │ │ ├── alaskapacific.txt │ │ ├── alasu.txt │ │ ├── albany.txt │ │ ├── albanylaw.txt │ │ ├── albertus.txt │ │ ├── albion.txt │ │ ├── albizu.txt │ │ ├── albright.txt │ │ ├── alc.txt │ │ ├── alcorn.txt │ │ ├── alfaisal.txt │ │ ├── alfred.txt │ │ ├── alfredadler.txt │ │ ├── alma.txt │ │ ├── alquds.txt │ │ ├── alvernia.txt │ │ ├── alverno.txt │ │ ├── ambassador.txt │ │ ├── amc.txt │ │ ├── amherst.txt │ │ ├── anderson.txt │ │ ├── andrews.txt │ │ ├── angelo.txt │ │ ├── anselm.txt │ │ ├── antioch.txt │ │ ├── antiochla.txt │ │ ├── antiochne.txt │ │ ├── antiochsb.txt │ │ ├── antiochsea.txt │ │ ├── appstate.txt │ │ ├── apsu.txt │ │ ├── apu.txt │ │ ├── apus.txt │ │ ├── aquinas.txt │ │ ├── arbor.txt │ │ ├── argosy.txt │ │ ├── arizona.txt │ │ ├── armstrong.txt │ │ ├── artacademy.txt │ │ ├── artcenter.txt │ │ ├── artic.txt │ │ ├── artinstitutes.txt │ │ ├── asbury.txt │ │ ├── ashland.txt │ │ ├── aspp.txt │ │ ├── assumption.txt │ │ ├── astate.txt │ │ ├── asu.txt │ │ ├── asub.txt │ │ ├── asumh.txt │ │ ├── asun.txt │ │ ├── asurams.txt │ │ ├── athens.txt │ │ ├── atlanticuniv.txt │ │ ├── atu.txt │ │ ├── au.txt │ │ ├── auburn.txt │ │ ├── aucegypt.txt │ │ ├── aucmed.txt │ │ ├── aud.txt │ │ ├── aug.txt │ │ ├── augie.txt │ │ ├── augsburg.txt │ │ ├── augustana.txt │ │ ├── aul.txt │ │ ├── aum.txt │ │ ├── aurora.txt │ │ ├── aus.txt │ │ ├── aust.txt │ │ ├── aut.txt │ │ ├── averett.txt │ │ ├── avila.txt │ │ ├── b-sc.txt │ │ ├── babson.txt │ │ ├── bac.txt │ │ ├── baker.txt │ │ ├── bakeru.txt │ │ ├── barclaycollege.txt │ │ ├── bard.txt │ │ ├── barry.txt │ │ ├── barton.txt │ │ ├── bastyr.txt │ │ ├── bates.txt │ │ ├── bauder.txt │ │ ├── baylor.txt │ │ ├── bbc.txt │ │ ├── bc.txt │ │ ├── beaver.txt │ │ ├── belhaven.txt │ │ ├── bellarmine.txt │ │ ├── bellevue.txt │ │ ├── belmont.txt │ │ ├── beloit.txt │ │ ├── ben.txt │ │ ├── benedict.txt │ │ ├── benedictine.txt │ │ ├── bennett.txt │ │ ├── bennington.txt │ │ ├── bentley.txt │ │ ├── berea.txt │ │ ├── berean.txt │ │ ├── berkeley.txt │ │ ├── berklee.txt │ │ ├── berry.txt │ │ ├── bethany.txt │ │ ├── bethanylb.txt │ │ ├── bethel.txt │ │ ├── bethelks.txt │ │ ├── bethlehem.txt │ │ ├── bgsu.txt │ │ ├── bhc.txt │ │ ├── bhsu.txt │ │ ├── bhu.txt │ │ ├── bible.txt │ │ ├── binghamton.txt │ │ ├── biola.txt │ │ ├── bircham.txt │ │ ├── birzeit.txt │ │ ├── bju.txt │ │ ├── blackburn.txt │ │ ├── bloomfield.txt │ │ ├── bloomu.txt │ │ ├── bluefield.txt │ │ ├── bluffton.txt │ │ ├── bmc.txt │ │ ├── bnkst.txt │ │ ├── boisebible.txt │ │ ├── boricuacollege.txt │ │ ├── bowdoin.txt │ │ ├── bowiestate.txt │ │ ├── bpc.txt │ │ ├── bpkihs.txt │ │ ├── bradley.txt │ │ ├── brandeis.txt │ │ ├── brcn.txt │ │ ├── brenau.txt │ │ ├── brescia.txt │ │ ├── brevard.txt │ │ ├── bridgeport.txt │ │ ├── bridgew.txt │ │ ├── bridgewater.txt │ │ ├── brockport.txt │ │ ├── brooklaw.txt │ │ ├── brooks.txt │ │ ├── brown.txt │ │ ├── brunswickcc.txt │ │ ├── bryan.txt │ │ ├── bryant.txt │ │ ├── bryantstratton.txt │ │ ├── brynmawr.txt │ │ ├── bsc.txt │ │ ├── bsu.txt │ │ ├── bu.txt │ │ ├── bucknell.txt │ │ ├── buffalo.txt │ │ ├── butler.txt │ │ ├── bvu.txt │ │ ├── byu.txt │ │ ├── byuh.txt │ │ ├── byui.txt │ │ ├── cabrini.txt │ │ ├── cahsu.txt │ │ ├── calarts.txt │ │ ├── calbaptist.txt │ │ ├── calcoast.txt │ │ ├── caldwell.txt │ │ ├── californiacolleges.txt │ │ ├── callutheran.txt │ │ ├── calpoly.txt │ │ ├── calstatela.txt │ │ ├── caltech.txt │ │ ├── calvary.txt │ │ ├── calvin.txt │ │ ├── cambridge.txt │ │ ├── cameron.txt │ │ ├── campbell.txt │ │ ├── canisius.txt │ │ ├── capella.txt │ │ ├── capital.txt │ │ ├── capitol-college.txt │ │ ├── caribbean.txt │ │ ├── carleton.txt │ │ ├── carlow.txt │ │ ├── carroll.txt │ │ ├── carthage.txt │ │ ├── catawba.txt │ │ ├── cau.txt │ │ ├── cbc.txt │ │ ├── cbcag.txt │ │ ├── cbu.txt │ │ ├── cc-sd.txt │ │ ├── cc.txt │ │ ├── ccad.txt │ │ ├── ccc.txt │ │ ├── cccb.txt │ │ ├── ccis.txt │ │ ├── ccpm.txt │ │ ├── ccsj.txt │ │ ├── ccsu.txt │ │ ├── ccu.txt │ │ ├── cdrewu.txt │ │ ├── cedarcrest.txt │ │ ├── cedarville.txt │ │ ├── centenary.txt │ │ ├── centenarycollege.txt │ │ ├── central.txt │ │ ├── centralstate.txt │ │ ├── centre.txt │ │ ├── cga.txt │ │ ├── cgu.txt │ │ ├── chaminade.txt │ │ ├── champlain.txt │ │ ├── chapman.txt │ │ ├── chatham.txt │ │ ├── chc.txt │ │ ├── cheyney.txt │ │ ├── chiropractic.txt │ │ ├── chowan.txt │ │ ├── christendom.txt │ │ ├── cia.txt │ │ ├── ciis.txt │ │ ├── cim.txt │ │ ├── cityu.txt │ │ ├── ciu.txt │ │ ├── clarion.txt │ │ ├── clarke.txt │ │ ├── clarkson.txt │ │ ├── clarksoncollege.txt │ │ ├── clarku.txt │ │ ├── clayton.txt │ │ ├── clearwater.txt │ │ ├── cleary.txt │ │ ├── clemson.txt │ │ ├── cmc.txt │ │ ├── cmich.txt │ │ ├── cmsv.txt │ │ ├── cmu.txt │ │ ├── cn.txt │ │ ├── cnr.txt │ │ ├── cnu.txt │ │ ├── coa.txt │ │ ├── coastal.txt │ │ ├── cobleskill.txt │ │ ├── cod.txt │ │ ├── coe.txt │ │ ├── cofc.txt │ │ ├── cofo.txt │ │ ├── cogswell.txt │ │ ├── coker.txt │ │ ├── colby-sawyer.txt │ │ ├── colby.txt │ │ ├── coleman.txt │ │ ├── colgate.txt │ │ ├── collegeamerica.txt │ │ ├── collegeofidaho.txt │ │ ├── colorado.txt │ │ ├── colostate.txt │ │ ├── colum.txt │ │ ├── columbia.txt │ │ ├── columbiacollege.txt │ │ ├── columbiasouthern.txt │ │ ├── columbus.txt │ │ ├── concord.txt │ │ ├── concordia-ny.txt │ │ ├── concordia.txt │ │ ├── conncoll.txt │ │ ├── converse.txt │ │ ├── cookman.txt │ │ ├── cooper.txt │ │ ├── coppin.txt │ │ ├── cord.txt │ │ ├── cornell.txt │ │ ├── cornish.txt │ │ ├── cortland.txt │ │ ├── cos.txt │ │ ├── cosc.txt │ │ ├── covenant.txt │ │ ├── cranbrookart.txt │ │ ├── creighton.txt │ │ ├── crown.txt │ │ ├── csbsju.txt │ │ ├── csc.txt │ │ ├── csj.txt │ │ ├── csld.txt │ │ ├── csm.txt │ │ ├── csp.txt │ │ ├── cspp.txt │ │ ├── css.txt │ │ ├── csu.txt │ │ ├── csubak.txt │ │ ├── csuchico.txt │ │ ├── csuci.txt │ │ ├── csudh.txt │ │ ├── csufresno.txt │ │ ├── csuhayward.txt │ │ ├── csulb.txt │ │ ├── csum.txt │ │ ├── csun.txt │ │ ├── csuniv.txt │ │ ├── csuohio.txt │ │ ├── csupomona.txt │ │ ├── csus.txt │ │ ├── csusb.txt │ │ ├── csusm.txt │ │ ├── csustan.txt │ │ ├── ctsem.txt │ │ ├── ctu.txt │ │ ├── cu-portland.txt │ │ ├── cuea.txt │ │ ├── cui.txt │ │ ├── culver.txt │ │ ├── cumberland.txt │ │ ├── cune.txt │ │ ├── cuny.txt │ │ ├── curtis.txt │ │ ├── cuw.txt │ │ ├── cw.txt │ │ ├── cwru.txt │ │ ├── cwsl.txt │ │ ├── cwu.txt │ │ ├── daemen.txt │ │ ├── dallas.txt │ │ ├── dartmouth.txt │ │ ├── darton.txt │ │ ├── davenport.txt │ │ ├── davidson.txt │ │ ├── dbq.txt │ │ ├── dbu.txt │ │ ├── dbumn.txt │ │ ├── dc.txt │ │ ├── dcb.txt │ │ ├── defiance.txt │ │ ├── denison.txt │ │ ├── depaul.txt │ │ ├── depauw.txt │ │ ├── desales.txt │ │ ├── devry.txt │ │ ├── dickinson.txt │ │ ├── dillard.txt │ │ ├── disd.txt │ │ ├── dixie.txt │ │ ├── dmcg.txt │ │ ├── doane.txt │ │ ├── dom.txt │ │ ├── dominican.txt │ │ ├── dordt.txt │ │ ├── dowling.txt │ │ ├── dpc.txt │ │ ├── drake.txt │ │ ├── drew.txt │ │ ├── drexel.txt │ │ ├── drury.txt │ │ ├── dsc.txt │ │ ├── dspt.txt │ │ ├── dsu.txt │ │ ├── du.txt │ │ ├── duep.txt │ │ ├── duke.txt │ │ ├── duq.txt │ │ ├── dwc.txt │ │ ├── dwu.txt │ │ ├── dyc.txt │ │ ├── earlham.txt │ │ ├── eastern.txt │ │ ├── eastwest.txt │ │ ├── eckerd.txt │ │ ├── ecok.txt │ │ ├── ecsu.txt │ │ ├── ecu.txt │ │ ├── edgewood.txt │ │ ├── edinboro.txt │ │ ├── egs.txt │ │ ├── ehc.txt │ │ ├── eiu.txt │ │ ├── eku.txt │ │ ├── elmhurst.txt │ │ ├── elmira.txt │ │ ├── elon.txt │ │ ├── embryriddle.txt │ │ ├── emich.txt │ │ ├── emiratesacademy.txt │ │ ├── emmaus.txt │ │ ├── emory.txt │ │ ├── emporia.txt │ │ ├── emu.txt │ │ ├── enmu.txt │ │ ├── eou.txt │ │ ├── erau.txt │ │ ├── erskine.txt │ │ ├── esc.txt │ │ ├── esf.txt │ │ ├── esu.txt │ │ ├── etbu.txt │ │ ├── etf.txt │ │ ├── etown.txt │ │ ├── etsu.txt │ │ ├── eureka.txt │ │ ├── euruni.txt │ │ ├── evangel.txt │ │ ├── evansville.txt │ │ ├── evergreen.txt │ │ ├── evms.txt │ │ ├── ewc.txt │ │ ├── ewu.txt │ │ ├── ewubd.txt │ │ ├── fae.txt │ │ ├── fairfield.txt │ │ ├── famu.txt │ │ ├── fandm.txt │ │ ├── farmingdale.txt │ │ ├── fau.txt │ │ ├── faulkner.txt │ │ ├── fc.txt │ │ ├── fcc.txt │ │ ├── fdu.txt │ │ ├── felician.txt │ │ ├── ferris.txt │ │ ├── ferrum.txt │ │ ├── fgcu.txt │ │ ├── fhda.txt │ │ ├── fhsu.txt │ │ ├── fhu.txt │ │ ├── fielding.txt │ │ ├── findlay.txt │ │ ├── finlandia.txt │ │ ├── fisk.txt │ │ ├── fit.txt │ │ ├── fiu.txt │ │ ├── flagler.txt │ │ ├── flsouthern.txt │ │ ├── fmarion.txt │ │ ├── fmc.txt │ │ ├── fmu.txt │ │ ├── fontbonne.txt │ │ ├── fontys.txt │ │ ├── fordham.txt │ │ ├── fortlewis.txt │ │ ├── franklin.txt │ │ ├── fredonia.txt │ │ ├── fresno.txt │ │ ├── fresnocitycollege.txt │ │ ├── friends.txt │ │ ├── fscj.txt │ │ ├── fst.txt │ │ ├── fsu.txt │ │ ├── fullerton.txt │ │ ├── fullsail.txt │ │ ├── furman.txt │ │ ├── gac.txt │ │ ├── galileo.txt │ │ ├── gannon.txt │ │ ├── gardner-webb.txt │ │ ├── gatech.txt │ │ ├── gbc.txt │ │ ├── gbcol.txt │ │ ├── gbs.txt │ │ ├── gcc.txt │ │ ├── gcsu.txt │ │ ├── geneseo.txt │ │ ├── geneva.txt │ │ ├── georgefox.txt │ │ ├── georgetowncollege.txt │ │ ├── georgian.txt │ │ ├── georgiasouthern.txt │ │ ├── gettysburg.txt │ │ ├── ggc.txt │ │ ├── ggu.txt │ │ ├── gia.txt │ │ ├── glcc.txt │ │ ├── glendalelaw.txt │ │ ├── glion.txt │ │ ├── gmc.txt │ │ ├── gmu.txt │ │ ├── goddard.txt │ │ ├── gonzaga.txt │ │ ├── goshen.txt │ │ ├── goucher.txt │ │ ├── govst.txt │ │ ├── grace.txt │ │ ├── graceland.txt │ │ ├── graceu.txt │ │ ├── gram.txt │ │ ├── grand-canyon.txt │ │ ├── grantham.txt │ │ ├── gratzcollege.txt │ │ ├── greenmtn.txt │ │ ├── greenville.txt │ │ ├── grinnell.txt │ │ ├── gsu.txt │ │ ├── gsw.txt │ │ ├── gtu.txt │ │ ├── guilford.txt │ │ ├── gvc.txt │ │ ├── gvsu.txt │ │ ├── hamilton.txt │ │ ├── hamline.txt │ │ ├── hamptonu.txt │ │ ├── hanover.txt │ │ ├── harding.txt │ │ ├── hartford.txt │ │ ├── hartwick.txt │ │ ├── harvard.txt │ │ ├── hastings.txt │ │ ├── haverford.txt │ │ ├── hawaii.txt │ │ ├── hbu.txt │ │ ├── hcc-nd.txt │ │ ├── hebron.txt │ │ ├── heidelberg.txt │ │ ├── hendrix.txt │ │ ├── heritage.txt │ │ ├── hfc.txt │ │ ├── hgc.txt │ │ ├── highpoint.txt │ │ ├── hightech.txt │ │ ├── hilbert.txt │ │ ├── hillsdale.txt │ │ ├── hiram.txt │ │ ├── hiu.txt │ │ ├── hkapa.txt │ │ ├── hlg.txt │ │ ├── hmc.txt │ │ ├── hodges.txt │ │ ├── hofstra.txt │ │ ├── hollins.txt │ │ ├── holycross.txt │ │ ├── hood.txt │ │ ├── hope.txt │ │ ├── houghton.txt │ │ ├── hpu.txt │ │ ├── hputx.txt │ │ ├── hsbc.txt │ │ ├── hsc.txt │ │ ├── hscbklyn.txt │ │ ├── hscsyr.txt │ │ ├── hsu.txt │ │ ├── hsutx.txt │ │ ├── htc.txt │ │ ├── humboldt.txt │ │ ├── humphreys.txt │ │ ├── husson.txt │ │ ├── hws.txt │ │ ├── iastate.txt │ │ ├── ic.txt │ │ ├── ici.txt │ │ ├── ico.txt │ │ ├── ie.txt │ │ ├── iit.txt │ │ ├── ilstu.txt │ │ ├── immaculata.txt │ │ ├── imtu.txt │ │ ├── indiana.txt │ │ ├── indstate.txt │ │ ├── indwes.txt │ │ ├── intelliteccollege.txt │ │ ├── inter.txt │ │ ├── intercol.txt │ │ ├── iona.txt │ │ ├── ipfw.txt │ │ ├── isu.txt │ │ ├── ithaca.txt │ │ ├── itt.txt │ │ ├── itttech.txt │ │ ├── iub.txt │ │ ├── iubat.txt │ │ ├── iufs.txt │ │ ├── iuk.txt │ │ ├── iup.txt │ │ ├── iupui.txt │ │ ├── iusb.txt │ │ ├── iutoic-dhaka.txt │ │ ├── ivcc.txt │ │ ├── iwc.txt │ │ ├── iwu.txt │ │ ├── jarvis.txt │ │ ├── jbu.txt │ │ ├── jc.txt │ │ ├── jccc.txt │ │ ├── jcsu.txt │ │ ├── jcu.txt │ │ ├── jewell.txt │ │ ├── jfku.txt │ │ ├── jhu.txt │ │ ├── jinnah.txt │ │ ├── jmls.txt │ │ ├── jmu.txt │ │ ├── johncabot.txt │ │ ├── jones.txt │ │ ├── jonesinternational.txt │ │ ├── jsu.txt │ │ ├── jsums.txt │ │ ├── ju.txt │ │ ├── juc.txt │ │ ├── judson.txt │ │ ├── juilliard.txt │ │ ├── juniata.txt │ │ ├── juniv.txt │ │ ├── jwu.txt │ │ ├── kaplan.txt │ │ ├── kcad.txt │ │ ├── kcai.txt │ │ ├── kcc.txt │ │ ├── kean.txt │ │ ├── keene.txt │ │ ├── keller.txt │ │ ├── kendall.txt │ │ ├── kennesaw.txt │ │ ├── kent.txt │ │ ├── kenyon.txt │ │ ├── kettering.txt │ │ ├── keuka.txt │ │ ├── khai.txt │ │ ├── king.txt │ │ ├── kings.txt │ │ ├── kingston.txt │ │ ├── kirkwood.txt │ │ ├── kit.txt │ │ ├── knox.txt │ │ ├── knoxvillecollege.txt │ │ ├── ksu.txt │ │ ├── ktu.txt │ │ ├── ku.txt │ │ ├── kutztown.txt │ │ ├── kwc.txt │ │ ├── kwu.txt │ │ ├── kysu.txt │ │ ├── kzoo.txt │ │ ├── la.txt │ │ ├── lacc.txt │ │ ├── lacollege.txt │ │ ├── lafayette.txt │ │ ├── lakeerie.txt │ │ ├── lakeland.txt │ │ ├── lakeviewcol.txt │ │ ├── lamar.txt │ │ ├── lander.txt │ │ ├── lanecollege.txt │ │ ├── laroche.txt │ │ ├── lasalle.txt │ │ ├── lasierra.txt │ │ ├── latech.txt │ │ ├── laurus.txt │ │ ├── lawrence.txt │ │ ├── lbc.txt │ │ ├── lclark.txt │ │ ├── lcsc.txt │ │ ├── lcu.txt │ │ ├── leeuniversity.txt │ │ ├── lehigh.txt │ │ ├── lemoyne.txt │ │ ├── lesroches.txt │ │ ├── letu.txt │ │ ├── lewisu.txt │ │ ├── lfc.txt │ │ ├── lfgsm.txt │ │ ├── lhup.txt │ │ ├── liberty.txt │ │ ├── life.txt │ │ ├── lifewest.txt │ │ ├── limcollege.txt │ │ ├── limestone.txt │ │ ├── lincoln.txt │ │ ├── lincolnu.txt │ │ ├── lincolnuca.txt │ │ ├── lindenwood.txt │ │ ├── lindsey.txt │ │ ├── linfield.txt │ │ ├── lipscomb.txt │ │ ├── liunet.txt │ │ ├── llu.txt │ │ ├── lmc.txt │ │ ├── lmu.txt │ │ ├── lmunet.txt │ │ ├── logan.txt │ │ ├── loras.txt │ │ ├── louisiana.txt │ │ ├── louisville.txt │ │ ├── lourdes.txt │ │ ├── loyno.txt │ │ ├── loyola.txt │ │ ├── lssu.txt │ │ ├── lsu.txt │ │ ├── lsus.txt │ │ ├── ltu.txt │ │ ├── luc.txt │ │ ├── lunet.txt │ │ ├── luther.txt │ │ ├── lvc.txt │ │ ├── lycoming.txt │ │ ├── lynchburg.txt │ │ ├── lynn.txt │ │ ├── lyon.txt │ │ ├── mac.txt │ │ ├── maine.txt │ │ ├── mainemaritime.txt │ │ ├── malone.txt │ │ ├── manchester.txt │ │ ├── mancol.txt │ │ ├── maranatha.txt │ │ ├── marian.txt │ │ ├── maricopa.txt │ │ ├── marietta.txt │ │ ├── marist.txt │ │ ├── marlboro.txt │ │ ├── marshall.txt │ │ ├── martin.txt │ │ ├── martinmethodist.txt │ │ ├── marygrove.txt │ │ ├── marylhurst.txt │ │ ├── marymount.txt │ │ ├── maryvillecollege.txt │ │ ├── marywood.txt │ │ ├── masters.txt │ │ ├── maufl.txt │ │ ├── mayo.txt │ │ ├── mbc.txt │ │ ├── mc.txt │ │ ├── mca.txt │ │ ├── mcad.txt │ │ ├── mcbc.txt │ │ ├── mccks.txt │ │ ├── mccn.txt │ │ ├── mcgregor.txt │ │ ├── mci.txt │ │ ├── mckendree.txt │ │ ├── mcm.txt │ │ ├── mcneese.txt │ │ ├── mcpherson.txt │ │ ├── mcphu.txt │ │ ├── mcw.txt │ │ ├── meca.txt │ │ ├── medaille.txt │ │ ├── memphis.txt │ │ ├── menlo.txt │ │ ├── mercer.txt │ │ ├── mercyhurst.txt │ │ ├── meredith.txt │ │ ├── messiah.txt │ │ ├── methodist.txt │ │ ├── methodistcollege.txt │ │ ├── miad.txt │ │ ├── miami.txt │ │ ├── mica.txt │ │ ├── middlebury.txt │ │ ├── midway.txt │ │ ├── midwestern.txt │ │ ├── miis.txt │ │ ├── miles.txt │ │ ├── milligan.txt │ │ ├── millikin.txt │ │ ├── mills.txt │ │ ├── millsaps.txt │ │ ├── mines.txt │ │ ├── mispp.txt │ │ ├── missouri.txt │ │ ├── mit.txt │ │ ├── mlc-wels.txt │ │ ├── mmc.txt │ │ ├── mmm.txt │ │ ├── mnsfld.txt │ │ ├── mnu.txt │ │ ├── mobap.txt │ │ ├── molloy.txt │ │ ├── monmouth.txt │ │ ├── montana.txt │ │ ├── montclair.txt │ │ ├── montevallo.txt │ │ ├── montreat.txt │ │ ├── moody.txt │ │ ├── moore.txt │ │ ├── morainevalley.txt │ │ ├── moravian.txt │ │ ├── morehead-st.txt │ │ ├── morehouse.txt │ │ ├── morgan.txt │ │ ├── morningside.txt │ │ ├── morrisbrown.txt │ │ ├── motech.txt │ │ ├── mountainstate.txt │ │ ├── mountunion.txt │ │ ├── msj.txt │ │ ├── msm.txt │ │ ├── msmary.txt │ │ ├── msmc.txt │ │ ├── msmnyc.txt │ │ ├── msoe.txt │ │ ├── mssm.txt │ │ ├── msstate.txt │ │ ├── mst.txt │ │ ├── msu.txt │ │ ├── msubillings.txt │ │ ├── msun.txt │ │ ├── mtaloy.txt │ │ ├── mtech.txt │ │ ├── mtmary.txt │ │ ├── mtmc.txt │ │ ├── mtmercy.txt │ │ ├── mtsu.txt │ │ ├── mtu.txt │ │ ├── mu.txt │ │ ├── multnomah.txt │ │ ├── mum.txt │ │ ├── muohio.txt │ │ ├── musc.txt │ │ ├── muskingum.txt │ │ ├── muw.txt │ │ ├── mville.txt │ │ ├── mvsu.txt │ │ ├── mwsu.txt │ │ ├── najah.txt │ │ ├── naropa.txt │ │ ├── national.txt │ │ ├── nau.txt │ │ ├── nayanova.txt │ │ ├── naz.txt │ │ ├── nbc.txt │ │ ├── ncat.txt │ │ ├── ncbc.txt │ │ ├── nccu.txt │ │ ├── ncf.txt │ │ ├── ncnm.txt │ │ ├── ncsu.txt │ │ ├── ncu.txt │ │ ├── ncwc.txt │ │ ├── nd.txt │ │ ├── ndc.txt │ │ ├── ndm.txt │ │ ├── ndnu.txt │ │ ├── nebraska.txt │ │ ├── nebrwesleyan.txt │ │ ├── nec.txt │ │ ├── nechristian.txt │ │ ├── neit.txt │ │ ├── neiu.txt │ │ ├── nescom.txt │ │ ├── neumann.txt │ │ ├── neumont.txt │ │ ├── newberry.txt │ │ ├── newcollege.txt │ │ ├── newhaven.txt │ │ ├── newpaltz.txt │ │ ├── newschool.txt │ │ ├── newschoolarch.txt │ │ ├── nhu.txt │ │ ├── niagara.txt │ │ ├── niu.txt │ │ ├── njcu.txt │ │ ├── njit.txt │ │ ├── nku.txt │ │ ├── nl.txt │ │ ├── nmhu.txt │ │ ├── nmsu.txt │ │ ├── nmt.txt │ │ ├── nmu.txt │ │ ├── nnu.txt │ │ ├── noctrl.txt │ │ ├── nodak.txt │ │ ├── northern.txt │ │ ├── northland.txt │ │ ├── northpark.txt │ │ ├── northsouth.txt │ │ ├── northwestern.txt │ │ ├── northwestu.txt │ │ ├── northwood.txt │ │ ├── norwich.txt │ │ ├── nova.txt │ │ ├── nsu.txt │ │ ├── nsula.txt │ │ ├── nsuok.txt │ │ ├── nu.txt │ │ ├── nur.txt │ │ ├── nwc.txt │ │ ├── nwcc.txt │ │ ├── nwciowa.txt │ │ ├── nwmissouri.txt │ │ ├── nyaa.txt │ │ ├── nyackcollege.txt │ │ ├── nycc.txt │ │ ├── nycpm.txt │ │ ├── nyit.txt │ │ ├── nyls.txt │ │ ├── nymc.txt │ │ ├── nysid.txt │ │ ├── nyu.txt │ │ ├── oak.txt │ │ ├── oakland.txt │ │ ├── oakton.txt │ │ ├── oakwood.txt │ │ ├── oberlin.txt │ │ ├── obu.txt │ │ ├── oc.txt │ │ ├── ocac.txt │ │ ├── occ.txt │ │ ├── odu.txt │ │ ├── ogi.txt │ │ ├── oglethorpe.txt │ │ ├── ohio-state.txt │ │ ├── ohiou.txt │ │ ├── ohsu.txt │ │ ├── oit.txt │ │ ├── okbu.txt │ │ ├── okcu.txt │ │ ├── okstate.txt │ │ ├── olc.txt │ │ ├── oldwestbury.txt │ │ ├── olemiss.txt │ │ ├── olhcc.txt │ │ ├── olivet.txt │ │ ├── olivetcollege.txt │ │ ├── ollusa.txt │ │ ├── omorecollege.txt │ │ ├── omsk.txt │ │ ├── oneonta.txt │ │ ├── onu.txt │ │ ├── opsu.txt │ │ ├── orst.txt │ │ ├── oru.txt │ │ ├── oswego.txt │ │ ├── ottawa.txt │ │ ├── otterbein.txt │ │ ├── ou.txt │ │ ├── ouhsc.txt │ │ ├── ovc.txt │ │ ├── owu.txt │ │ ├── oxy.txt │ │ ├── ozarks.txt │ │ ├── pace.txt │ │ ├── pacific.txt │ │ ├── pacifica.txt │ │ ├── pacificoaks.txt │ │ ├── pacificu.txt │ │ ├── paine.txt │ │ ├── palmbeachstate.txt │ │ ├── palmer.txt │ │ ├── park.txt │ │ ├── parsons.txt │ │ ├── pba.txt │ │ ├── pbc.txt │ │ ├── pc.txt │ │ ├── pcc.txt │ │ ├── pcom.txt │ │ ├── pdx.txt │ │ ├── peace.txt │ │ ├── peachnet.txt │ │ ├── pepperdine.txt │ │ ├── peru.txt │ │ ├── pfeiffer.txt │ │ ├── pgi.txt │ │ ├── philander.txt │ │ ├── philau.txt │ │ ├── phillips.txt │ │ ├── piedmont.txt │ │ ├── pit.txt │ │ ├── pitt.txt │ │ ├── pittstate.txt │ │ ├── pitzer.txt │ │ ├── planwel.txt │ │ ├── plattsburgh.txt │ │ ├── plu.txt │ │ ├── plymouth.txt │ │ ├── pnc.txt │ │ ├── pnca.txt │ │ ├── poly.txt │ │ ├── pomona.txt │ │ ├── post.txt │ │ ├── potsdam.txt │ │ ├── ppu.txt │ │ ├── pqc.txt │ │ ├── pratt.txt │ │ ├── presby.txt │ │ ├── prescott.txt │ │ ├── preston.txt │ │ ├── prin.txt │ │ ├── princeton.txt │ │ ├── providence.txt │ │ ├── psu.txt │ │ ├── puc.txt │ │ ├── pucpr.txt │ │ ├── pupr.txt │ │ ├── purchase.txt │ │ ├── purdue.txt │ │ ├── pvamu.txt │ │ ├── qc.txt │ │ ├── qou.txt │ │ ├── queens.txt │ │ ├── quincy.txt │ │ ├── quinnipiac.txt │ │ ├── qvius.txt │ │ ├── ramapo.txt │ │ ├── rasmussen.txt │ │ ├── rc.txt │ │ ├── redlands.txt │ │ ├── reed.txt │ │ ├── regent-college.txt │ │ ├── regent.txt │ │ ├── regents.txt │ │ ├── regis.txt │ │ ├── reinhardt.txt │ │ ├── rhodes.txt │ │ ├── ric.txt │ │ ├── rice.txt │ │ ├── rider.txt │ │ ├── ringling.txt │ │ ├── ripon.txt │ │ ├── risd.txt │ │ ├── rit.txt │ │ ├── rivier.txt │ │ ├── rmc.txt │ │ ├── rmcad.txt │ │ ├── rmcil.txt │ │ ├── roanoke.txt │ │ ├── robert-morris.txt │ │ ├── rochester.txt │ │ ├── rockefeller.txt │ │ ├── rockford.txt │ │ ├── rockhurst.txt │ │ ├── rocky.txt │ │ ├── rollins.txt │ │ ├── roosevelt.txt │ │ ├── rose-hulman.txt │ │ ├── rosemont.txt │ │ ├── rossmed.txt │ │ ├── rossu.txt │ │ ├── rowan.txt │ │ ├── rpi.txt │ │ ├── runet.txt │ │ ├── rush.txt │ │ ├── rustcollege.txt │ │ ├── rutgers.txt │ │ ├── rwc.txt │ │ ├── rwu.txt │ │ ├── sacn.txt │ │ ├── sacredheart.txt │ │ ├── sage.txt │ │ ├── sagrado.txt │ │ ├── sagu.txt │ │ ├── saintjoe.txt │ │ ├── saintleo.txt │ │ ├── saintmarys.txt │ │ ├── saintmeinrad.txt │ │ ├── saintpauls.txt │ │ ├── salem.txt │ │ ├── salve.txt │ │ ├── samford.txt │ │ ├── samuelmerritt.txt │ │ ├── sandiego.txt │ │ ├── sanjuanbautista.txt │ │ ├── sapc.txt │ │ ├── sau.txt │ │ ├── saumag.txt │ │ ├── saxion.txt │ │ ├── sbc.txt │ │ ├── sbs.txt │ │ ├── sbu.txt │ │ ├── sbuniv.txt │ │ ├── sc.txt │ │ ├── scad.txt │ │ ├── schiller.txt │ │ ├── schillermadrid.txt │ │ ├── schoolofvisualarts.txt │ │ ├── schreiner.txt │ │ ├── sci.txt │ │ ├── sciarc.txt │ │ ├── sckans.txt │ │ ├── sco.txt │ │ ├── scripps.txt │ │ ├── scrippscol.txt │ │ ├── scsu.txt │ │ ├── scu.txt │ │ ├── sdc.txt │ │ ├── sdsmt.txt │ │ ├── sdstate.txt │ │ ├── sdsu.txt │ │ ├── sduis.txt │ │ ├── seattleu.txt │ │ ├── sebc.txt │ │ ├── sek.txt │ │ ├── selu.txt │ │ ├── semo.txt │ │ ├── setonhill.txt │ │ ├── sewanee.txt │ │ ├── sfai.txt │ │ ├── sfasu.txt │ │ ├── sfbc.txt │ │ ├── sfc.txt │ │ ├── sfcm.txt │ │ ├── sfcpa.txt │ │ ├── sfsu.txt │ │ ├── sgu.txt │ │ ├── shawnee.txt │ │ ├── shawuniversity.txt │ │ ├── shc.txt │ │ ├── shepherd.txt │ │ ├── sherman.txt │ │ ├── shimer.txt │ │ ├── ship.txt │ │ ├── shoreline.txt │ │ ├── shorter.txt │ │ ├── shsu.txt │ │ ├── shu.txt │ │ ├── siam.txt │ │ ├── siena.txt │ │ ├── sierranevada.txt │ │ ├── simpson.txt │ │ ├── sit.txt │ │ ├── siu.txt │ │ ├── siue.txt │ │ ├── sjc.txt │ │ ├── sjca.txt │ │ ├── sjcme.txt │ │ ├── sjcny.txt │ │ ├── sjfc.txt │ │ ├── sjsu.txt │ │ ├── sju.txt │ │ ├── skidmore.txt │ │ ├── sl.txt │ │ ├── slc.txt │ │ ├── slu.txt │ │ ├── smcm.txt │ │ ├── smcvt.txt │ │ ├── smsu.txt │ │ ├── smu.txt │ │ ├── smumn.txt │ │ ├── smwc.txt │ │ ├── snc.txt │ │ ├── snu.txt │ │ ├── soka.txt │ │ ├── sonoma.txt │ │ ├── sou.txt │ │ ├── southeasternbaptist.txt │ │ ├── southern.txt │ │ ├── southernchristian.txt │ │ ├── southwestern.txt │ │ ├── spalding.txt │ │ ├── spc.txt │ │ ├── spelman.txt │ │ ├── spertus.txt │ │ ├── spsu.txt │ │ ├── spu.txt │ │ ├── srttu.txt │ │ ├── sru.txt │ │ ├── ssu.txt │ │ ├── st-aug.txt │ │ ├── stac.txt │ │ ├── stamford.txt │ │ ├── stanford.txt │ │ ├── stcl.txt │ │ ├── stcloudstate.txt │ │ ├── stedwards.txt │ │ ├── stefan-university.txt │ │ ├── stephens.txt │ │ ├── sterling.txt │ │ ├── stetson.txt │ │ ├── stevens-tech.txt │ │ ├── stfrancis.txt │ │ ├── stillman.txt │ │ ├── stjohns.txt │ │ ├── stjohnsem.txt │ │ ├── stkate.txt │ │ ├── stlawu.txt │ │ ├── stlcop.txt │ │ ├── stmartin.txt │ │ ├── stmarys-ca.txt │ │ ├── stmarytx.txt │ │ ├── stmatthews.txt │ │ ├── stockton.txt │ │ ├── stolaf.txt │ │ ├── stonybrook.txt │ │ ├── strathmore.txt │ │ ├── stritch.txt │ │ ├── strose.txt │ │ ├── stthom.txt │ │ ├── stthomas.txt │ │ ├── stu.txt │ │ ├── stvincent.txt │ │ ├── su.txt │ │ ├── suagm.txt │ │ ├── subr.txt │ │ ├── sullivan.txt │ │ ├── sulross.txt │ │ ├── suno.txt │ │ ├── suny.txt │ │ ├── sunycentral.txt │ │ ├── sunyit.txt │ │ ├── sunymaritime.txt │ │ ├── sunyopt.txt │ │ ├── sunysb.txt │ │ ├── susla.txt │ │ ├── susqu.txt │ │ ├── sust.txt │ │ ├── sustech.txt │ │ ├── suu.txt │ │ ├── svc.txt │ │ ├── svsu.txt │ │ ├── swarthmore.txt │ │ ├── swau.txt │ │ ├── swbts.txt │ │ ├── swc.txt │ │ ├── swcu.txt │ │ ├── swlaw.txt │ │ ├── swosu.txt │ │ ├── swu.txt │ │ ├── sxu.txt │ │ ├── syr.txt │ │ ├── t-bird.txt │ │ ├── tabor.txt │ │ ├── taliesin.txt │ │ ├── talladega.txt │ │ ├── tambcd.txt │ │ ├── tamiu.txt │ │ ├── tamu.txt │ │ ├── tamucc.txt │ │ ├── tamuk.txt │ │ ├── tamut.txt │ │ ├── tarleton.txt │ │ ├── tayloru.txt │ │ ├── tbc2day.txt │ │ ├── tci.txt │ │ ├── tcnj.txt │ │ ├── tcu.txt │ │ ├── temple.txt │ │ ├── tesc.txt │ │ ├── texascollege.txt │ │ ├── the-bac.txt │ │ ├── thechicagoschool.txt │ │ ├── thecoo.txt │ │ ├── thiel.txt │ │ ├── thomas.txt │ │ ├── thomasaquinas.txt │ │ ├── thomasmore.txt │ │ ├── thomasmorecollege.txt │ │ ├── thomasu.txt │ │ ├── tiffin.txt │ │ ├── tiu.txt │ │ ├── tju.txt │ │ ├── tmc.txt │ │ ├── tnstate.txt │ │ ├── tntech.txt │ │ ├── tntemple.txt │ │ ├── toccoafalls.txt │ │ ├── tougaloo.txt │ │ ├── touro.txt │ │ ├── towson.txt │ │ ├── transy.txt │ │ ├── trevecca.txt │ │ ├── trin.txt │ │ ├── trincoll.txt │ │ ├── trinity.txt │ │ ├── trinitycollege.txt │ │ ├── trnty.txt │ │ ├── troy.txt │ │ ├── truman.txt │ │ ├── tsmu.txt │ │ ├── tsu.txt │ │ ├── ttu.txt │ │ ├── ttuhsc.txt │ │ ├── tu.txt │ │ ├── tui.txt │ │ ├── tulane.txt │ │ ├── tusculum.txt │ │ ├── twcnet.txt │ │ ├── twu.txt │ │ ├── txchiro.txt │ │ ├── txwesleyan.txt │ │ ├── ua.txt │ │ ├── uab.txt │ │ ├── uaf.txt │ │ ├── uah.txt │ │ ├── uakron.txt │ │ ├── ualr.txt │ │ ├── uamont.txt │ │ ├── uams.txt │ │ ├── uap-bd.txt │ │ ├── uapar.txt │ │ ├── uapb.txt │ │ ├── uark.txt │ │ ├── uarts.txt │ │ ├── uasys.txt │ │ ├── uat.txt │ │ ├── ubaguio.txt │ │ ├── ubalt.txt │ │ ├── ubi.txt │ │ ├── uc.txt │ │ ├── uca.txt │ │ ├── ucam.txt │ │ ├── ucan.txt │ │ ├── uccs.txt │ │ ├── ucdavis.txt │ │ ├── ucf.txt │ │ ├── uchastings.txt │ │ ├── uchc.txt │ │ ├── uchicago.txt │ │ ├── uci.txt │ │ ├── ucla.txt │ │ ├── ucmerced.txt │ │ ├── ucmo.txt │ │ ├── ucollege.txt │ │ ├── uconn.txt │ │ ├── ucop.txt │ │ ├── ucr.txt │ │ ├── ucsb.txt │ │ ├── ucsc.txt │ │ ├── ucsd.txt │ │ ├── ucsf.txt │ │ ├── uctm.txt │ │ ├── udallas.txt │ │ ├── udayton.txt │ │ ├── udel.txt │ │ ├── udmercy.txt │ │ ├── ufl.txt │ │ ├── uga.txt │ │ ├── ugf.txt │ │ ├── uh.txt │ │ ├── uic.txt │ │ ├── uidaho.txt │ │ ├── uillinois.txt │ │ ├── uindy.txt │ │ ├── uiowa.txt │ │ ├── uis.txt │ │ ├── uiu.txt │ │ ├── uiuc.txt │ │ ├── uiw.txt │ │ ├── ujmv.txt │ │ ├── uksw.txt │ │ ├── uky.txt │ │ ├── ulm.txt │ │ ├── umaine.txt │ │ ├── umary.txt │ │ ├── umbc.txt │ │ ├── umc.txt │ │ ├── umd.txt │ │ ├── umdnj.txt │ │ ├── umes.txt │ │ ├── umhb.txt │ │ ├── umi-mdn.txt │ │ ├── umich.txt │ │ ├── umkc.txt │ │ ├── umm.txt │ │ ├── umn.txt │ │ ├── umobile.txt │ │ ├── ums.txt │ │ ├── umsl.txt │ │ ├── umt.txt │ │ ├── umtweb.txt │ │ ├── umuc.txt │ │ ├── umwestern.txt │ │ ├── una.txt │ │ ├── unai.txt │ │ ├── unc.txt │ │ ├── unca.txt │ │ ├── uncc.txt │ │ ├── uncfsu.txt │ │ ├── uncg.txt │ │ ├── uncp.txt │ │ ├── uncwil.txt │ │ ├── une.txt │ │ ├── unem.txt │ │ ├── unf.txt │ │ ├── unh.txt │ │ ├── uni.txt │ │ ├── unicah.txt │ │ ├── union.txt │ │ ├── unionky.txt │ │ ├── uniq.txt │ │ ├── unitec.txt │ │ ├── unity.txt │ │ ├── univalle.txt │ │ ├── univdhaka.txt │ │ ├── universityofcalifornia.txt │ │ ├── univnorthco.txt │ │ ├── unk.txt │ │ ├── unl.txt │ │ ├── unlv.txt │ │ ├── unm.txt │ │ ├── unmc.txt │ │ ├── uno.txt │ │ ├── unomaha.txt │ │ ├── unr.txt │ │ ├── unt.txt │ │ ├── unva.txt │ │ ├── unw.txt │ │ ├── uofa.txt │ │ ├── uofk.txt │ │ ├── uofs.txt │ │ ├── uog.txt │ │ ├── uophx.txt │ │ ├── uoregon.txt │ │ ├── upal.txt │ │ ├── upb.txt │ │ ├── upc.txt │ │ ├── upenn.txt │ │ ├── uph.txt │ │ ├── upi.txt │ │ ├── upr.txt │ │ ├── upra.txt │ │ ├── uprag.txt │ │ ├── uprb.txt │ │ ├── uprc.txt │ │ ├── uprm.txt │ │ ├── uprrp.txt │ │ ├── uprutuado.txt │ │ ├── ups.txt │ │ ├── upstate.txt │ │ ├── urbana.txt │ │ ├── urbaniana.txt │ │ ├── urbe.txt │ │ ├── urgrgcc.txt │ │ ├── uri.txt │ │ ├── urich.txt │ │ ├── ursinus.txt │ │ ├── ursuline.txt │ │ ├── uru.txt │ │ ├── usaim.txt │ │ ├── usao.txt │ │ ├── usc.txt │ │ ├── uscsumter.txt │ │ ├── usd.txt │ │ ├── usf.txt │ │ ├── usfca.txt │ │ ├── usi.txt │ │ ├── usip.txt │ │ ├── usiu.txt │ │ ├── usm.txt │ │ ├── usma.txt │ │ ├── usmma.txt │ │ ├── usna.txt │ │ ├── usouthal.txt │ │ ├── ussa.txt │ │ ├── ust.txt │ │ ├── usu.txt │ │ ├── usuhs.txt │ │ ├── usw.txt │ │ ├── uta.txt │ │ ├── utah.txt │ │ ├── utampa.txt │ │ ├── utb.txt │ │ ├── utc.txt │ │ ├── utdallas.txt │ │ ├── utdt.txt │ │ ├── utep.txt │ │ ├── utesa.txt │ │ ├── utexas.txt │ │ ├── uthct.txt │ │ ├── uthouston.txt │ │ ├── uthscsa.txt │ │ ├── utk.txt │ │ ├── utm.txt │ │ ├── utmb.txt │ │ ├── utoledo.txt │ │ ├── utpb.txt │ │ ├── utsa.txt │ │ ├── utsi.txt │ │ ├── utsouthwestern.txt │ │ ├── utsystem.txt │ │ ├── uttyl.txt │ │ ├── utulsa.txt │ │ ├── uu.txt │ │ ├── uvi.txt │ │ ├── uvic.txt │ │ ├── uvm.txt │ │ ├── uvmnet.txt │ │ ├── uvs.txt │ │ ├── uvsc.txt │ │ ├── uwa.txt │ │ ├── uwec.txt │ │ ├── uwf.txt │ │ ├── uwgb.txt │ │ ├── uwla.txt │ │ ├── uwlax.txt │ │ ├── uwm.txt │ │ ├── uwosh.txt │ │ ├── uwp.txt │ │ ├── uwplatt.txt │ │ ├── uwrf.txt │ │ ├── uwsp.txt │ │ ├── uwstout.txt │ │ ├── uwsuper.txt │ │ ├── uww.txt │ │ ├── uwyo.txt │ │ ├── valdosta.txt │ │ ├── valpo.txt │ │ ├── vanderbilt.txt │ │ ├── vandercook.txt │ │ ├── vanguard.txt │ │ ├── vassar.txt │ │ ├── vc.txt │ │ ├── vccs.txt │ │ ├── vcu.txt │ │ ├── vermontlaw.txt │ │ ├── vesalius.txt │ │ ├── vfcc.txt │ │ ├── vic.txt │ │ ├── villanova.txt │ │ ├── villanueva.txt │ │ ├── virginia.txt │ │ ├── viterbo.txt │ │ ├── viu.txt │ │ ├── vmi.txt │ │ ├── voorhees.txt │ │ ├── vsc.txt │ │ ├── vsu.txt │ │ ├── vt.txt │ │ ├── vtu.txt │ │ ├── vuu.txt │ │ ├── vwc.txt │ │ ├── wabash.txt │ │ ├── wagner.txt │ │ ├── waldenu.txt │ │ ├── walsh.txt │ │ ├── warnborough.txt │ │ ├── warner.txt │ │ ├── warnerpacific.txt │ │ ├── warren-wilson.txt │ │ ├── wartburg.txt │ │ ├── washburn.txt │ │ ├── washcoll.txt │ │ ├── washington.txt │ │ ├── wayne.txt │ │ ├── waynesburg.txt │ │ ├── wbcoll.txt │ │ ├── wbu.txt │ │ ├── wcmo.txt │ │ ├── wcslc.txt │ │ ├── wcu.txt │ │ ├── wcupa.txt │ │ ├── webber.txt │ │ ├── weber.txt │ │ ├── webster.txt │ │ ├── wells.txt │ │ ├── wesley.txt │ │ ├── wesleyan-college.txt │ │ ├── wesleyan.txt │ │ ├── western.txt │ │ ├── westernbible.txt │ │ ├── westernu.txt │ │ ├── westga.txt │ │ ├── westminster.txt │ │ ├── westmont.txt │ │ ├── westwood.txt │ │ ├── wfu.txt │ │ ├── wgu.txt │ │ ├── whitman.txt │ │ ├── whittier.txt │ │ ├── whitworth.txt │ │ ├── widener.txt │ │ ├── wilberforce.txt │ │ ├── wileyc.txt │ │ ├── wilkes.txt │ │ ├── willamette.txt │ │ ├── wilson.txt │ │ ├── windsor.txt │ │ ├── wingate.txt │ │ ├── winthrop.txt │ │ ├── wintu.txt │ │ ├── wisc.txt │ │ ├── wittenberg.txt │ │ ├── wiu.txt │ │ ├── wju.txt │ │ ├── wku.txt │ │ ├── wlc.txt │ │ ├── wlu.txt │ │ ├── wm.txt │ │ ├── wmcarey.txt │ │ ├── wmich.txt │ │ ├── wmitchell.txt │ │ ├── wmpenn.txt │ │ ├── wnmu.txt │ │ ├── wofford.txt │ │ ├── wooster.txt │ │ ├── wou.txt │ │ ├── wpi.txt │ │ ├── wpunj.txt │ │ ├── wright.txt │ │ ├── wsc.txt │ │ ├── wssu.txt │ │ ├── wsu.txt │ │ ├── wsulaw.txt │ │ ├── wtamu.txt │ │ ├── wub.txt │ │ ├── wustl.txt │ │ ├── wvsom.txt │ │ ├── wvu.txt │ │ ├── wvwc.txt │ │ ├── wwu.txt │ │ ├── xu.txt │ │ ├── xula.txt │ │ ├── yale.txt │ │ ├── york.txt │ │ ├── ysu.txt │ │ ├── yu.txt │ │ └── zamorano.txt │ ├── ee │ │ ├── artun.txt │ │ ├── ebs.txt │ │ ├── edu │ │ │ └── ema.txt │ │ ├── emu.txt │ │ ├── itcollege.txt │ │ ├── nooruse.txt │ │ ├── sisekaitse.txt │ │ ├── tktk.txt │ │ ├── tlu.txt │ │ ├── ttu.txt │ │ └── ut.txt │ ├── eg │ │ ├── edu │ │ │ ├── alex.txt │ │ │ ├── aou.txt │ │ │ ├── aun.txt │ │ │ ├── azhar.txt │ │ │ ├── bsu.txt │ │ │ ├── bu.txt │ │ │ ├── cu.txt │ │ │ ├── elshoroukacademy.txt │ │ │ ├── fayoum.txt │ │ │ ├── futureuniversity.txt │ │ │ ├── guc.txt │ │ │ ├── helwan.txt │ │ │ ├── hti.txt │ │ │ ├── kfs.txt │ │ │ ├── mans.txt │ │ │ ├── menofia.txt │ │ │ ├── minia.txt │ │ │ ├── miuegypt.txt │ │ │ ├── mtc.txt │ │ │ ├── mti.txt │ │ │ ├── must.txt │ │ │ ├── nileu.txt │ │ │ ├── o6u.txt │ │ │ ├── pua.txt │ │ │ ├── sadatacademy.txt │ │ │ ├── shams.txt │ │ │ ├── sohag-univ.txt │ │ │ ├── su.txt │ │ │ ├── suez.txt │ │ │ ├── svu.txt │ │ │ ├── tanta.txt │ │ │ ├── ufe.txt │ │ │ └── zu.txt │ │ └── eun │ │ │ └── msa.txt │ ├── es │ │ ├── ceu.txt │ │ ├── deusto.txt │ │ ├── ehu.txt │ │ ├── esic.txt │ │ ├── euncet.txt │ │ ├── icfo.txt │ │ ├── iesfranciscodelosrios.txt │ │ ├── muni.txt │ │ ├── nebrija.txt │ │ ├── ua.txt │ │ ├── uab.txt │ │ ├── uah.txt │ │ ├── ual.txt │ │ ├── ualm.txt │ │ ├── uam.txt │ │ ├── uax.txt │ │ ├── ub.txt │ │ ├── ubu.txt │ │ ├── uc3m.txt │ │ ├── uca.txt │ │ ├── ucavila.txt │ │ ├── uchceu.txt │ │ ├── uclm.txt │ │ ├── ucm.txt │ │ ├── uco.txt │ │ ├── ucv.txt │ │ ├── udc.txt │ │ ├── udg.txt │ │ ├── udl.txt │ │ ├── uem.txt │ │ ├── uemc.txt │ │ ├── ufv.txt │ │ ├── ugr.txt │ │ ├── uhu.txt │ │ ├── uia.txt │ │ ├── uib.txt │ │ ├── uic.txt │ │ ├── uimp.txt │ │ ├── ujaen.txt │ │ ├── uji.txt │ │ ├── ull.txt │ │ ├── ulpgc.txt │ │ ├── um.txt │ │ ├── uma.txt │ │ ├── umh.txt │ │ ├── unav.txt │ │ ├── unavarra.txt │ │ ├── uned.txt │ │ ├── unex.txt │ │ ├── unican.txt │ │ ├── unileon.txt │ │ ├── uniovi.txt │ │ ├── unirioja.txt │ │ ├── unizar.txt │ │ ├── unnet.txt │ │ ├── uoc.txt │ │ ├── upco.txt │ │ ├── upct.txt │ │ ├── upf.txt │ │ ├── upm.txt │ │ ├── upo.txt │ │ ├── upsa.txt │ │ ├── upv.txt │ │ ├── urjc.txt │ │ ├── url.txt │ │ ├── urv.txt │ │ ├── us.txt │ │ ├── usal.txt │ │ ├── usc.txt │ │ ├── usj.txt │ │ ├── uv.txt │ │ ├── uva.txt │ │ ├── uvic.txt │ │ └── uvigo.txt │ ├── et │ │ └── edu │ │ │ ├── aau.txt │ │ │ ├── ambou.txt │ │ │ ├── amu.txt │ │ │ ├── bdu.txt │ │ │ ├── dillauniversity.txt │ │ │ ├── haramaya.txt │ │ │ ├── hu.txt │ │ │ ├── jju.txt │ │ │ ├── ju.txt │ │ │ ├── mu.txt │ │ │ └── uog.txt │ ├── eu │ │ ├── amgd.txt │ │ ├── barcelonagse.txt │ │ ├── brexgata.txt │ │ ├── carolus-magnus-university.txt │ │ ├── coleurope.txt │ │ ├── ensam.txt │ │ ├── epitech.txt │ │ ├── escpeurope.txt │ │ ├── essca.txt │ │ ├── ibss.txt │ │ ├── it-sudparis.txt │ │ ├── mruni.txt │ │ ├── pwsz.txt │ │ ├── telecom-bretagne.txt │ │ ├── telecom-sudparis.txt │ │ ├── vumk.txt │ │ └── wittenborg.txt │ ├── eus │ │ └── ehu.txt │ ├── fi │ │ ├── aalto.txt │ │ ├── abo.txt │ │ ├── arcada.txt │ │ ├── businesscollege.txt │ │ ├── cou.txt │ │ ├── diak.txt │ │ ├── evtek.txt │ │ ├── haaga-helia.txt │ │ ├── hamk.txt │ │ ├── helsinki.txt │ │ ├── hkkk.txt │ │ ├── hut.txt │ │ ├── jamk.txt │ │ ├── joensuu.txt │ │ ├── jyu.txt │ │ ├── karelia.txt │ │ ├── kuva.txt │ │ ├── lamk.txt │ │ ├── laurea.txt │ │ ├── lut.txt │ │ ├── mamk.txt │ │ ├── metropolia.txt │ │ ├── oamk.txt │ │ ├── oulu.txt │ │ ├── puv.txt │ │ ├── ramk.txt │ │ ├── samk.txt │ │ ├── savonia.txt │ │ ├── scp.txt │ │ ├── shh.txt │ │ ├── siba.txt │ │ ├── teak.txt │ │ ├── tpu.txt │ │ ├── tukkk.txt │ │ ├── turkuamk.txt │ │ ├── tut.txt │ │ ├── uiah.txt │ │ ├── uku.txt │ │ ├── ulapland.txt │ │ ├── uta.txt │ │ ├── utu.txt │ │ ├── uwasa.txt │ │ └── vamk.txt │ ├── fj │ │ └── ac │ │ │ ├── fnu.txt │ │ │ ├── fsm.txt │ │ │ ├── unifiji.txt │ │ │ └── usp.txt │ ├── fo │ │ └── setur.txt │ ├── fr │ │ ├── 42 │ │ │ └── student.txt │ │ ├── aege.txt │ │ ├── agro-bordeaux.txt │ │ ├── agroparistech.txt │ │ ├── archi.txt │ │ ├── aup.txt │ │ ├── centrale-marseille.txt │ │ ├── cesi.txt │ │ ├── cnam-picardie.txt │ │ ├── cnam.txt │ │ ├── cnearc.txt │ │ ├── cohl.txt │ │ ├── cpe.txt │ │ ├── dauphine.txt │ │ ├── devinci.txt │ │ ├── eap.txt │ │ ├── ec-lille.txt │ │ ├── ec-lyon.txt │ │ ├── ec-nantes.txt │ │ ├── ecam.txt │ │ ├── ece.txt │ │ ├── ecp.txt │ │ ├── eerie.txt │ │ ├── efrei.txt │ │ ├── ehess.txt │ │ ├── eivp-paris.txt │ │ ├── emse.txt │ │ ├── ena.txt │ │ ├── enac.txt │ │ ├── enim.txt │ │ ├── enise.txt │ │ ├── enit.txt │ │ ├── enitab.txt │ │ ├── enpc.txt │ │ ├── ens-cachan.txt │ │ ├── ens-fcl.txt │ │ ├── ens-lyon.txt │ │ ├── ens.txt │ │ ├── ens2m.txt │ │ ├── ensae-paristech.txt │ │ ├── ensae.txt │ │ ├── ensai.txt │ │ ├── ensait.txt │ │ ├── ensam.txt │ │ ├── ensat.txt │ │ ├── ensc-lille.txt │ │ ├── ensc-rennes.txt │ │ ├── enscm.txt │ │ ├── ensea.txt │ │ ├── enseeiht.txt │ │ ├── enseirb-matmeca.txt │ │ ├── enserg.txt │ │ ├── ensica.txt │ │ ├── ensieta.txt │ │ ├── ensiie.txt │ │ ├── ensimag.txt │ │ ├── ensm-ales.txt │ │ ├── ensm-douai.txt │ │ ├── ensma.txt │ │ ├── ensmp.txt │ │ ├── enst-bretagne.txt │ │ ├── enst.txt │ │ ├── ensta-bretagne.txt │ │ ├── ensta.txt │ │ ├── entpe.txt │ │ ├── envt.txt │ │ ├── epf.txt │ │ ├── epita.txt │ │ ├── epsi.txt │ │ ├── esa-purpan.txt │ │ ├── esc-bordeaux.txt │ │ ├── esc-brest.txt │ │ ├── esc-clermont.txt │ │ ├── esc-grenoble.txt │ │ ├── esc-lille.txt │ │ ├── esc-marseille.txt │ │ ├── esc-pau.txt │ │ ├── esc-rouen.txt │ │ ├── esc-toulouse.txt │ │ ├── escem.txt │ │ ├── escna.txt │ │ ├── escom.txt │ │ ├── escp.txt │ │ ├── eseo.txt │ │ ├── esiae.txt │ │ ├── esiea.txt │ │ ├── esiee.txt │ │ ├── esigelec.txt │ │ ├── esigetel.txt │ │ ├── esme.txt │ │ ├── espci.txt │ │ ├── essec.txt │ │ ├── estp.txt │ │ ├── etu-webschoolfactory.txt │ │ ├── eudil.txt │ │ ├── eurecom.txt │ │ ├── hec.txt │ │ ├── hei.txt │ │ ├── iae-toulouse.txt │ │ ├── icam.txt │ │ ├── icp.txt │ │ ├── ifp.txt │ │ ├── ig2i.txt │ │ ├── ign.txt │ │ ├── imag.txt │ │ ├── imt-mrs.txt │ │ ├── inalco.txt │ │ ├── inp-fc.txt │ │ ├── inpg.txt │ │ ├── inpl-nancy.txt │ │ ├── inria.txt │ │ ├── insa-cvl.txt │ │ ├── insa-lyon.txt │ │ ├── insa-rennes.txt │ │ ├── insa-rouen.txt │ │ ├── insa-strasbourg.txt │ │ ├── insa-tlse.txt │ │ ├── institutoptique.txt │ │ ├── int-evry.txt │ │ ├── intechinfo.txt │ │ ├── ipsa.txt │ │ ├── isara.txt │ │ ├── isen.txt │ │ ├── isep.txt │ │ ├── ismcm-cesti.txt │ │ ├── ismra.txt │ │ ├── itech.txt │ │ ├── iut-valence.txt │ │ ├── jussieu.txt │ │ ├── meteo.txt │ │ ├── mines-ales.txt │ │ ├── mines-paristech.txt │ │ ├── minesdedouai.txt │ │ ├── myges.txt │ │ ├── parisdescartes.txt │ │ ├── parisdescartes │ │ │ └── etu.txt │ │ ├── polytech-lille.txt │ │ ├── polytechnique.txt │ │ ├── riviera.txt │ │ ├── sciences-po.txt │ │ ├── sorbon.txt │ │ ├── sorbonne.txt │ │ ├── supaero.txt │ │ ├── supbiotech.txt │ │ ├── supco-amiens.txt │ │ ├── supco-montpellier.txt │ │ ├── supelec.txt │ │ ├── supinternet.txt │ │ ├── u-3mrs.txt │ │ ├── u-bordeaux.txt │ │ ├── u-bordeaux2.txt │ │ ├── u-bourgogne.txt │ │ ├── u-cergy.txt │ │ ├── u-clermont1.txt │ │ ├── u-grenoble3.txt │ │ ├── u-nancy.txt │ │ ├── u-paris10.txt │ │ ├── u-paris2.txt │ │ ├── u-pe.txt │ │ ├── u-pem │ │ │ └── etud.txt │ │ ├── u-picardie.txt │ │ ├── u-psud.txt │ │ ├── u-strasbg.txt │ │ ├── uco.txt │ │ ├── udamail.txt │ │ ├── uhb.txt │ │ ├── uhp-nancy.txt │ │ ├── ujf-grenoble.txt │ │ ├── unicaen.txt │ │ ├── unice.txt │ │ ├── unilim.txt │ │ ├── unistra.txt │ │ ├── univ-ag.txt │ │ ├── univ-amu.txt │ │ ├── univ-angers.txt │ │ ├── univ-artois.txt │ │ ├── univ-avignon.txt │ │ ├── univ-bpclermont.txt │ │ ├── univ-brest.txt │ │ ├── univ-catholyon.txt │ │ ├── univ-corse.txt │ │ ├── univ-evry.txt │ │ ├── univ-fcomte.txt │ │ ├── univ-grenoble.txt │ │ ├── univ-inpt.txt │ │ ├── univ-lehavre.txt │ │ ├── univ-lemans.txt │ │ ├── univ-lille1.txt │ │ ├── univ-lille2.txt │ │ ├── univ-lille3.txt │ │ ├── univ-littoral.txt │ │ ├── univ-lr.txt │ │ ├── univ-lyon1.txt │ │ ├── univ-lyon2.txt │ │ ├── univ-lyon3.txt │ │ ├── univ-metz.txt │ │ ├── univ-mlv.txt │ │ ├── univ-montp1.txt │ │ ├── univ-montp2.txt │ │ ├── univ-montp3.txt │ │ ├── univ-mrs.txt │ │ ├── univ-mulhouse.txt │ │ ├── univ-nancy2.txt │ │ ├── univ-nantes.txt │ │ ├── univ-orleans.txt │ │ ├── univ-paris-diderot.txt │ │ ├── univ-paris1.txt │ │ ├── univ-paris12.txt │ │ ├── univ-paris13.txt │ │ ├── univ-paris3.txt │ │ ├── univ-paris5.txt │ │ ├── univ-paris8.txt │ │ ├── univ-pau.txt │ │ ├── univ-perp.txt │ │ ├── univ-poitiers.txt │ │ ├── univ-reims.txt │ │ ├── univ-rennes1.txt │ │ ├── univ-reunion.txt │ │ ├── univ-rouen.txt │ │ ├── univ-savoie.txt │ │ ├── univ-st-etienne.txt │ │ ├── univ-tln.txt │ │ ├── univ-tlse1.txt │ │ ├── univ-tlse2.txt │ │ ├── univ-toulouse.txt │ │ ├── univ-tours.txt │ │ ├── univ-ubs.txt │ │ ├── univ-valenciennes.txt │ │ ├── univmed.txt │ │ ├── upmc.txt │ │ ├── upmf-grenoble.txt │ │ ├── ups-tlse.txt │ │ ├── ut-capitole.txt │ │ ├── utbm.txt │ │ ├── utc.txt │ │ ├── utt.txt │ │ ├── uvsq.txt │ │ ├── vet-alfort.txt │ │ ├── vet-lyon.txt │ │ ├── vet-nantes.txt │ │ └── viacesi.txt │ ├── ga │ │ └── uob.txt │ ├── ge │ │ ├── edu │ │ │ ├── atsu.txt │ │ │ ├── cu.txt │ │ │ ├── gruni.txt │ │ │ ├── gtu.txt │ │ │ ├── ibsu.txt │ │ │ ├── iliauni.txt │ │ │ └── tsu.txt │ │ └── sangu.txt │ ├── gh │ │ └── edu │ │ │ ├── accrapolytechnic.txt │ │ │ ├── ashesi.txt │ │ │ ├── cpoly.txt │ │ │ ├── gimpa.txt │ │ │ ├── gtuc.txt │ │ │ ├── knust.txt │ │ │ ├── koforiduapoly.txt │ │ │ ├── kpoly.txt │ │ │ ├── pacuc.txt │ │ │ ├── presbyuniversity.txt │ │ │ ├── tpoly.txt │ │ │ ├── ucc.txt │ │ │ ├── uds.txt │ │ │ ├── uew.txt │ │ │ ├── ug.txt │ │ │ └── vvu.txt │ ├── gl │ │ └── ilisimatusarfik.txt │ ├── gr │ │ ├── acg.txt │ │ ├── aegean.txt │ │ ├── agsm.txt │ │ ├── asfa.txt │ │ ├── aua.txt │ │ ├── aueb.txt │ │ ├── auth.txt │ │ ├── cityu.txt │ │ ├── diekgalatsiou.txt │ │ ├── duth.txt │ │ ├── eap.txt │ │ ├── edu │ │ │ ├── alba.txt │ │ │ ├── dei.txt │ │ │ ├── ihu.txt │ │ │ ├── imd.txt │ │ │ ├── laverne.txt │ │ │ ├── teikav.txt │ │ │ └── uindy.txt │ │ ├── hua.txt │ │ ├── imese.txt │ │ ├── ntua.txt │ │ ├── panteion.txt │ │ ├── sse.txt │ │ ├── ssl-unipi.txt │ │ ├── teiath.txt │ │ ├── teicrete.txt │ │ ├── teiep.txt │ │ ├── teihal.txt │ │ ├── teiher.txt │ │ ├── teikal.txt │ │ ├── teikoz.txt │ │ ├── teilam.txt │ │ ├── teilar.txt │ │ ├── teimes.txt │ │ ├── teipat.txt │ │ ├── teipir.txt │ │ ├── teiser.txt │ │ ├── teithe.txt │ │ ├── tuc.txt │ │ ├── ucg.txt │ │ ├── unipi.txt │ │ ├── uoa.txt │ │ ├── uoc.txt │ │ ├── uoi.txt │ │ ├── uom.txt │ │ ├── uop.txt │ │ ├── uowm.txt │ │ ├── upatras.txt │ │ ├── upnet.txt │ │ └── uth.txt │ ├── gt │ │ └── edu │ │ │ ├── cucv.txt │ │ │ ├── cunoc.txt │ │ │ ├── ufm.txt │ │ │ ├── umg.txt │ │ │ ├── unis.txt │ │ │ ├── upana.txt │ │ │ ├── url.txt │ │ │ ├── urural.txt │ │ │ ├── usac.txt │ │ │ └── uvg.txt │ ├── hk │ │ ├── cuhk.txt │ │ ├── edu │ │ │ ├── chuhai.txt │ │ │ ├── cityu.txt │ │ │ ├── hkbu.txt │ │ │ ├── ied.txt │ │ │ ├── ln.txt │ │ │ ├── ouhk.txt │ │ │ └── polyu.txt │ │ ├── hku.txt │ │ └── ust.txt │ ├── hn │ │ ├── edu │ │ │ ├── ujcv.txt │ │ │ ├── unah.txt │ │ │ ├── unimetro.txt │ │ │ └── upnfm.txt │ │ └── uth.txt │ ├── hr │ │ ├── fer.txt │ │ ├── foi.txt │ │ ├── gradst.txt │ │ ├── math.txt │ │ ├── pmfst.txt │ │ ├── riteh.txt │ │ ├── tvz.txt │ │ ├── unidu.txt │ │ ├── unios.txt │ │ ├── unipu.txt │ │ ├── uniri.txt │ │ ├── unist.txt │ │ ├── unizd.txt │ │ └── unizg.txt │ ├── ht │ │ └── edu │ │ │ └── ueh.txt │ ├── hu │ │ ├── andrassyuni.txt │ │ ├── arts7.txt │ │ ├── avicenna.txt │ │ ├── bdtf.txt │ │ ├── bke.txt │ │ ├── bme.txt │ │ ├── ceu.txt │ │ ├── dote.txt │ │ ├── drk.txt │ │ ├── duf.txt │ │ ├── efe.txt │ │ ├── ektf.txt │ │ ├── elte.txt │ │ ├── filmacademy.txt │ │ ├── hupe.txt │ │ ├── jpte.txt │ │ ├── kee.txt │ │ ├── kgre.txt │ │ ├── klte.txt │ │ ├── kodolanyi.txt │ │ ├── lfze.txt │ │ ├── metropolitan │ │ │ └── student.txt │ │ ├── mif.txt │ │ ├── nyme.txt │ │ ├── pote.txt │ │ ├── ppke.txt │ │ ├── pte.txt │ │ ├── sote.txt │ │ ├── sze.txt │ │ ├── szie.txt │ │ ├── tkbf.txt │ │ ├── u-szeged.txt │ │ ├── uni-corvinus.txt │ │ ├── uni-miskolc.txt │ │ ├── uni-obuda.txt │ │ ├── uni-pannon.txt │ │ ├── unideb.txt │ │ └── univet.txt │ ├── id │ │ └── ac │ │ │ ├── akprind.txt │ │ │ ├── amikom.txt │ │ │ ├── atmajaya.txt │ │ │ ├── bakrie.txt │ │ │ ├── binus.txt │ │ │ ├── bunghatta.txt │ │ │ ├── dinus.txt │ │ │ ├── gunadarma.txt │ │ │ ├── ipb.txt │ │ │ ├── ista.txt │ │ │ ├── itats.txt │ │ │ ├── itb.txt │ │ │ ├── its.txt │ │ │ ├── janabadra.txt │ │ │ ├── jayabaya.txt │ │ │ ├── machung.txt │ │ │ ├── mercubuana.txt │ │ │ ├── moestopo.txt │ │ │ ├── narotama.txt │ │ │ ├── pancabudi.txt │ │ │ ├── paramadina.txt │ │ │ ├── perbanas.txt │ │ │ ├── perbanasinstitute.txt │ │ │ ├── petra.txt │ │ │ ├── pmbs.txt │ │ │ ├── pnj.txt │ │ │ ├── polban.txt │ │ │ ├── polines.txt │ │ │ ├── polinpdg.txt │ │ │ ├── polnep.txt │ │ │ ├── poltekpos.txt │ │ │ ├── puterabatam.txt │ │ │ ├── sgu.txt │ │ │ ├── stan.txt │ │ │ ├── stptrisakti.txt │ │ │ ├── trisakti.txt │ │ │ ├── uad.txt │ │ │ ├── uajy.txt │ │ │ ├── ub.txt │ │ │ ├── ubaya.txt │ │ │ ├── ubhara.txt │ │ │ ├── ubharajaya.txt │ │ │ ├── ubm.txt │ │ │ ├── uda.txt │ │ │ ├── ugm.txt │ │ │ ├── ui.txt │ │ │ ├── uii.txt │ │ │ ├── uika-bogor.txt │ │ │ ├── uinjkt.txt │ │ │ ├── uir.txt │ │ │ ├── uisu.txt │ │ │ ├── ukdw.txt │ │ │ ├── uki.txt │ │ │ ├── ukrida.txt │ │ │ ├── umi.txt │ │ │ ├── umj.txt │ │ │ ├── umk.txt │ │ │ ├── umm.txt │ │ │ ├── ummgl.txt │ │ │ ├── ums.txt │ │ │ ├── umsu.txt │ │ │ ├── umy.txt │ │ │ ├── unair.txt │ │ │ ├── unand.txt │ │ │ ├── unas.txt │ │ │ ├── uncen.txt │ │ │ ├── undana.txt │ │ │ ├── undip.txt │ │ │ ├── unej.txt │ │ │ ├── unesa.txt │ │ │ ├── ung.txt │ │ │ ├── unhamzah.txt │ │ │ ├── unhas.txt │ │ │ ├── unib.txt │ │ │ ├── unigoro.txt │ │ │ ├── unik-kediri.txt │ │ │ ├── unika.txt │ │ │ ├── unikal.txt │ │ │ ├── unikom.txt │ │ │ ├── unila.txt │ │ │ ├── unilak.txt │ │ │ ├── unima.txt │ │ │ ├── unimed.txt │ │ │ ├── uninus.txt │ │ │ ├── unipdu.txt │ │ │ ├── unisba.txt │ │ │ ├── unisma.txt │ │ │ ├── unismuh.txt │ │ │ ├── unisri.txt │ │ │ ├── unissula.txt │ │ │ ├── unistangerang.txt │ │ │ ├── unitomo.txt │ │ │ ├── univpancasila.txt │ │ │ ├── unj.txt │ │ │ ├── unja.txt │ │ │ ├── unjani.txt │ │ │ ├── unkhair.txt │ │ │ ├── unkris.txt │ │ │ ├── unlam.txt │ │ │ ├── unm.txt │ │ │ ├── unmer-madiun.txt │ │ │ ├── unmer.txt │ │ │ ├── unmuhjember.txt │ │ │ ├── unmul.txt │ │ │ ├── unnes.txt │ │ │ ├── unp.txt │ │ │ ├── unpad.txt │ │ │ ├── unpak.txt │ │ │ ├── unpar.txt │ │ │ ├── unpas.txt │ │ │ ├── unpatti.txt │ │ │ ├── unr.txt │ │ │ ├── unram.txt │ │ │ ├── unri.txt │ │ │ ├── uns.txt │ │ │ ├── unsada.txt │ │ │ ├── unsil.txt │ │ │ ├── unsoed.txt │ │ │ ├── unsrat.txt │ │ │ ├── unsri.txt │ │ │ ├── unswagati-crb.txt │ │ │ ├── unsyiah.txt │ │ │ ├── untad.txt │ │ │ ├── untag-banyuwangi.txt │ │ │ ├── untag-smd.txt │ │ │ ├── untagsmg.txt │ │ │ ├── untan.txt │ │ │ ├── untar.txt │ │ │ ├── untirta.txt │ │ │ ├── unud.txt │ │ │ ├── unwiku.txt │ │ │ ├── uny.txt │ │ │ ├── up45.txt │ │ │ ├── upnjatim.txt │ │ │ ├── upr.txt │ │ │ ├── upstegal.txt │ │ │ ├── usd.txt │ │ │ ├── usi.txt │ │ │ ├── usm.txt │ │ │ ├── usu.txt │ │ │ ├── ut.txt │ │ │ ├── utm.txt │ │ │ ├── utp.txt │ │ │ ├── widyagama.txt │ │ │ ├── widyakarya.txt │ │ │ ├── widyatama.txt │ │ │ ├── wima.txt │ │ │ ├── wisnuwardhana.txt │ │ │ ├── yai.txt │ │ │ └── yarsi.txt │ ├── ie │ │ ├── ait.txt │ │ ├── cit.txt │ │ ├── dcu.txt │ │ ├── dias.txt │ │ ├── dit.txt │ │ ├── dkit.txt │ │ ├── gcd.txt │ │ ├── gmit.txt │ │ ├── iadt.txt │ │ ├── itb.txt │ │ ├── itcarlow.txt │ │ ├── itsligo.txt │ │ ├── ittdublin.txt │ │ ├── ittralee.txt │ │ ├── lit.txt │ │ ├── lsb.txt │ │ ├── lyit.txt │ │ ├── may.txt │ │ ├── mycit.txt │ │ ├── mydit.txt │ │ ├── ncad.txt │ │ ├── ncirl.txt │ │ ├── nui.txt │ │ ├── nuigalway.txt │ │ ├── nuim.txt │ │ ├── rcpi.txt │ │ ├── rcsi.txt │ │ ├── tcd.txt │ │ ├── ucc.txt │ │ ├── ucd.txt │ │ ├── ucdconnect.txt │ │ ├── ucg.txt │ │ ├── ul.txt │ │ └── wit.txt │ ├── il │ │ └── ac │ │ │ ├── afeka.txt │ │ │ ├── ariel.txt │ │ │ ├── ash-college.txt │ │ │ ├── bezalel.txt │ │ │ ├── bgu.txt │ │ │ ├── biu.txt │ │ │ ├── colman.txt │ │ │ ├── galilcol.txt │ │ │ ├── haifa.txt │ │ │ ├── huji.txt │ │ │ ├── idc.txt │ │ │ ├── jct.txt │ │ │ ├── openu.txt │ │ │ ├── sce.txt │ │ │ ├── shenkar.txt │ │ │ ├── tau.txt │ │ │ ├── technion.txt │ │ │ ├── weizmann.txt │ │ │ ├── wgalil.txt │ │ │ └── yvc.txt │ ├── in │ │ ├── ac │ │ │ ├── becs.txt │ │ │ ├── bitmesra.txt │ │ │ ├── bits-pilani.txt │ │ │ ├── daiict.txt │ │ │ ├── gecg28.txt │ │ │ ├── gtu.txt │ │ │ ├── iiita.txt │ │ │ ├── iiitd.txt │ │ │ ├── iiitdmj.txt │ │ │ ├── iitb.txt │ │ │ ├── iitbhu.txt │ │ │ ├── iitd.txt │ │ │ ├── iith.txt │ │ │ ├── iitk.txt │ │ │ ├── iitkgp.txt │ │ │ ├── iitm.txt │ │ │ ├── iitmandi.txt │ │ │ ├── iitr.txt │ │ │ ├── isical.txt │ │ │ ├── jmi.txt │ │ │ ├── nirmauni.txt │ │ │ ├── nitc.txt │ │ │ ├── nitk.txt │ │ │ ├── sastra.txt │ │ │ ├── sicsr.txt │ │ │ ├── srmuniv.txt │ │ │ ├── symbiosis.txt │ │ │ ├── unipune.txt │ │ │ ├── vit.txt │ │ │ └── vvpedulink.txt │ │ ├── aryacollege.txt │ │ ├── edu │ │ │ ├── gtu.txt │ │ │ ├── karunya.txt │ │ │ ├── nitk.txt │ │ │ ├── skpec.txt │ │ │ ├── skpit.txt │ │ │ └── srmuniv.txt │ │ ├── ernet │ │ │ ├── iisc.txt │ │ │ ├── iitd.txt │ │ │ ├── iitg.txt │ │ │ ├── iitkgp.txt │ │ │ └── iitr.txt │ │ └── kluniversity.txt │ ├── info │ │ ├── diit.txt │ │ ├── fshnstudent.txt │ │ ├── hf-ict.txt │ │ ├── hiiraanuniversity.txt │ │ ├── hstu.txt │ │ ├── phw.txt │ │ ├── sgma.txt │ │ ├── southern-bd.txt │ │ ├── stamforduniversity.txt │ │ ├── ucna.txt │ │ ├── usfx.txt │ │ └── vsma.txt │ ├── iq │ │ └── edu │ │ │ ├── auis.txt │ │ │ ├── muc.txt │ │ │ ├── nahrainuniv.txt │ │ │ ├── qadissuni.txt │ │ │ ├── uoanbar.txt │ │ │ ├── uob.txt │ │ │ ├── uobabylon.txt │ │ │ ├── uobasrah.txt │ │ │ ├── uodiyala.txt │ │ │ ├── uokerbala.txt │ │ │ ├── uokirkuk.txt │ │ │ ├── uokufa.txt │ │ │ ├── uomisan.txt │ │ │ ├── uomosul.txt │ │ │ ├── uomustansiriyah.txt │ │ │ ├── uotechnology.txt │ │ │ └── uowasit.txt │ ├── ir │ │ ├── ac │ │ │ ├── acmt.txt │ │ │ ├── adiban.txt │ │ │ ├── ajums.txt │ │ │ ├── aliabadiau.txt │ │ │ ├── arakmu.txt │ │ │ ├── araku.txt │ │ │ ├── art.txt │ │ │ ├── arums.txt │ │ │ ├── atu.txt │ │ │ ├── aut.txt │ │ │ ├── azad.txt │ │ │ ├── basu.txt │ │ │ ├── birjand.txt │ │ │ ├── bmsu.txt │ │ │ ├── bojnourdiau.txt │ │ │ ├── bpums.txt │ │ │ ├── bums.txt │ │ │ ├── fsriau.txt │ │ │ ├── fums.txt │ │ │ ├── gau.txt │ │ │ ├── gmu.txt │ │ │ ├── goums.txt │ │ │ ├── guilan.txt │ │ │ ├── gums.txt │ │ │ ├── hormozgan.txt │ │ │ ├── hums.txt │ │ │ ├── iasbs.txt │ │ │ ├── iau-ahar.txt │ │ │ ├── iau-arak.txt │ │ │ ├── iau-boukan.txt │ │ │ ├── iau-garmsar.txt │ │ │ ├── iau-saveh.txt │ │ │ ├── iau-shahrood.txt │ │ │ ├── iau-shirvan.txt │ │ │ ├── iau-tnb.txt │ │ │ ├── iauardabil.txt │ │ │ ├── iauba.txt │ │ │ ├── iaubos.txt │ │ │ ├── iauctb.txt │ │ │ ├── iauh.txt │ │ │ ├── iauk.txt │ │ │ ├── iaumajlesi.txt │ │ │ ├── iaun.txt │ │ │ ├── iauq.txt │ │ │ ├── iausdj.txt │ │ │ ├── iaushab.txt │ │ │ ├── iaushiraz.txt │ │ │ ├── iausr.txt │ │ │ ├── iaut.txt │ │ │ ├── iautb.txt │ │ │ ├── iautmu.txt │ │ │ ├── iauvaramin.txt │ │ │ ├── iauyazd.txt │ │ │ ├── ikiu.txt │ │ │ ├── ilam.txt │ │ │ ├── imamreza.txt │ │ │ ├── isfpnu.txt │ │ │ ├── isu.txt │ │ │ ├── iums.txt │ │ │ ├── iust.txt │ │ │ ├── iut.txt │ │ │ ├── jami.txt │ │ │ ├── jums.txt │ │ │ ├── kashanu.txt │ │ │ ├── kau.txt │ │ │ ├── kaums.txt │ │ │ ├── kgut.txt │ │ │ ├── khuisf.txt │ │ │ ├── kiau.txt │ │ │ ├── kish.txt │ │ │ ├── kmu.txt │ │ │ ├── kntu.txt │ │ │ ├── kums.txt │ │ │ ├── lu.txt │ │ │ ├── lums.txt │ │ │ ├── malayeru.txt │ │ │ ├── mamasaniiau.txt │ │ │ ├── mau.txt │ │ │ ├── mazums.txt │ │ │ ├── medsab.txt │ │ │ ├── miu.txt │ │ │ ├── modares.txt │ │ │ ├── mofidu.txt │ │ │ ├── mshdiau.txt │ │ │ ├── mubabol.txt │ │ │ ├── mui.txt │ │ │ ├── muk.txt │ │ │ ├── mums.txt │ │ │ ├── nit.txt │ │ │ ├── pgu.txt │ │ │ ├── piau.txt │ │ │ ├── pnu.txt │ │ │ ├── pnum.txt │ │ │ ├── put.txt │ │ │ ├── qom.txt │ │ │ ├── qums.txt │ │ │ ├── razi.txt │ │ │ ├── rums.txt │ │ │ ├── sadjad.txt │ │ │ ├── sadra.txt │ │ │ ├── sbmu.txt │ │ │ ├── sbu.txt │ │ │ ├── semnan.txt │ │ │ ├── semnaniau.txt │ │ │ ├── shahed.txt │ │ │ ├── shahroodut.txt │ │ │ ├── shahryariau.txt │ │ │ ├── sharif.txt │ │ │ ├── shbu.txt │ │ │ ├── shirazu.txt │ │ │ ├── shomal.txt │ │ │ ├── sku.txt │ │ │ ├── skums.txt │ │ │ ├── sowmesaraiau.txt │ │ │ ├── srbiau.txt │ │ │ ├── ssu.txt │ │ │ ├── sums.txt │ │ │ ├── sut.txt │ │ │ ├── sutech.txt │ │ │ ├── tabriziau.txt │ │ │ ├── tabrizu.txt │ │ │ ├── tbzmed.txt │ │ │ ├── tct.txt │ │ │ ├── tiau.txt │ │ │ ├── tums.txt │ │ │ ├── uast.txt │ │ │ ├── ui.txt │ │ │ ├── uk.txt │ │ │ ├── um.txt │ │ │ ├── uma.txt │ │ │ ├── umsha.txt │ │ │ ├── umsu.txt │ │ │ ├── umz.txt │ │ │ ├── uok.txt │ │ │ ├── uoz.txt │ │ │ ├── urmia.txt │ │ │ ├── usb.txt │ │ │ ├── usc.txt │ │ │ ├── ustmb.txt │ │ │ ├── uswr.txt │ │ │ ├── ut.txt │ │ │ ├── uut.txt │ │ │ ├── vru.txt │ │ │ ├── yu.txt │ │ │ ├── yums.txt │ │ │ ├── znu.txt │ │ │ └── zums.txt │ │ ├── hbi.txt │ │ └── persianacademy.txt │ ├── is │ │ ├── bifrost.txt │ │ ├── hi.txt │ │ ├── holar.txt │ │ ├── hsvest.txt │ │ ├── hvanneyri.txt │ │ ├── iti.txt │ │ ├── khi.txt │ │ ├── lhi.txt │ │ ├── ru.txt │ │ └── unak.txt │ ├── it │ │ ├── ciusa.txt │ │ ├── imtlucca.txt │ │ ├── istitutoacerbo.txt │ │ ├── itiscastelli.txt │ │ ├── iuav.txt │ │ ├── iue.txt │ │ ├── iulm.txt │ │ ├── iuo.txt │ │ ├── iusspavia.txt │ │ ├── jhubc.txt │ │ ├── liuc.txt │ │ ├── luiss.txt │ │ ├── lumsa.txt │ │ ├── na │ │ │ └── unisob.txt │ │ ├── naba.txt │ │ ├── poliba.txt │ │ ├── polimi.txt │ │ ├── polito.txt │ │ ├── pul.txt │ │ ├── pusc.txt │ │ ├── sissa.txt │ │ ├── sns.txt │ │ ├── sssup.txt │ │ ├── studbocconi.txt │ │ ├── tecnicosuperiorekennedy.txt │ │ ├── trieste │ │ │ ├── ictp.txt │ │ │ └── univ.txt │ │ ├── uni-bocconi.txt │ │ ├── unian.txt │ │ ├── uniba.txt │ │ ├── unibas.txt │ │ ├── unibg.txt │ │ ├── unibo.txt │ │ ├── unibs.txt │ │ ├── unibz.txt │ │ ├── unica.txt │ │ ├── unical.txt │ │ ├── unicam.txt │ │ ├── unicampus.txt │ │ ├── unicas.txt │ │ ├── unicatt.txt │ │ ├── unich.txt │ │ ├── unict.txt │ │ ├── uniese.txt │ │ ├── unife.txt │ │ ├── unifg.txt │ │ ├── unifi.txt │ │ ├── unige.txt │ │ ├── unigre.txt │ │ ├── unile.txt │ │ ├── unilink.txt │ │ ├── unimarconi.txt │ │ ├── unimc.txt │ │ ├── unime.txt │ │ ├── unimi.txt │ │ ├── unimib.txt │ │ ├── unimo.txt │ │ ├── unimol.txt │ │ ├── unina.txt │ │ ├── unina2.txt │ │ ├── uninav.txt │ │ ├── uninettuno.txt │ │ ├── uninsubria.txt │ │ ├── unipa.txt │ │ ├── unipd.txt │ │ ├── unipg.txt │ │ ├── unipi.txt │ │ ├── unipr.txt │ │ ├── unipv.txt │ │ ├── unirc.txt │ │ ├── uniroma1.txt │ │ ├── uniroma2.txt │ │ ├── uniroma3.txt │ │ ├── unisa.txt │ │ ├── unisal.txt │ │ ├── unisannio.txt │ │ ├── unisg.txt │ │ ├── unisi.txt │ │ ├── uniss.txt │ │ ├── unistrapg.txt │ │ ├── unistrasi.txt │ │ ├── unite.txt │ │ ├── unitn.txt │ │ ├── unito.txt │ │ ├── unitus.txt │ │ ├── uniud.txt │ │ ├── uniurb.txt │ │ ├── univaq.txt │ │ ├── unive.txt │ │ ├── universitadipavia.txt │ │ ├── univr.txt │ │ └── urbe.txt │ ├── jm │ │ └── edu │ │ │ ├── ncu.txt │ │ │ ├── utech.txt │ │ │ └── uwimona.txt │ ├── jo │ │ └── edu │ │ │ ├── aabu.txt │ │ │ ├── aau.txt │ │ │ ├── ahu.txt │ │ │ ├── aou.txt │ │ │ ├── asu.txt │ │ │ ├── bau.txt │ │ │ ├── gju.txt │ │ │ ├── hu.txt │ │ │ ├── inu.txt │ │ │ ├── jadara.txt │ │ │ ├── jam.txt │ │ │ ├── ju.txt │ │ │ ├── just.txt │ │ │ ├── meu.txt │ │ │ ├── mutah.txt │ │ │ ├── nyit.txt │ │ │ ├── philadelphia.txt │ │ │ ├── psut.txt │ │ │ ├── ttu.txt │ │ │ ├── uop.txt │ │ │ ├── wise.txt │ │ │ ├── yu.txt │ │ │ └── zpu.txt │ ├── jp │ │ ├── ac │ │ │ ├── aasa.txt │ │ │ ├── abu.txt │ │ │ ├── aichi-edu.txt │ │ │ ├── aichi-fam-u.txt │ │ │ ├── aichi-gakuin.txt │ │ │ ├── aichi-med-u.txt │ │ │ ├── aichi-pu.txt │ │ │ ├── aichi-u.txt │ │ │ ├── aikoku-u.txt │ │ │ ├── aitech.txt │ │ │ ├── akeihou-u.txt │ │ │ ├── akita-u.txt │ │ │ ├── aomori-u.txt │ │ │ ├── aomoricgu.txt │ │ │ ├── aoyama.txt │ │ │ ├── asahi-u.txt │ │ │ ├── asahikawa-med.txt │ │ │ ├── asahikawa-u.txt │ │ │ ├── ashitech.txt │ │ │ ├── ashiya-u.txt │ │ │ ├── asia-u.txt │ │ │ ├── asu.txt │ │ │ ├── atomi.txt │ │ │ ├── auhw.txt │ │ │ ├── azabu-u.txt │ │ │ ├── baika.txt │ │ │ ├── baiko.txt │ │ │ ├── beppu-u.txt │ │ │ ├── budo-u.txt │ │ │ ├── bukkyo-u.txt │ │ │ ├── bunka-wu.txt │ │ │ ├── bunkyo.txt │ │ │ ├── cgu.txt │ │ │ ├── chiba-u.txt │ │ │ ├── chikushi.txt │ │ │ ├── chubu-gu.txt │ │ │ ├── chubu.txt │ │ │ ├── chukyo-u.txt │ │ │ ├── chukyogakuin-u.txt │ │ │ ├── chuo-u.txt │ │ │ ├── cku.txt │ │ │ ├── cuc.txt │ │ │ ├── daido-it.txt │ │ │ ├── daiichi-cps.txt │ │ │ ├── daiichi-koudai.txt │ │ │ ├── daito.txt │ │ │ ├── do-johodai.txt │ │ │ ├── doho.txt │ │ │ ├── dohto.txt │ │ │ ├── dokkyo.txt │ │ │ ├── dokkyomed.txt │ │ │ ├── doshisha.txt │ │ │ ├── edogawa-u.txt │ │ │ ├── ehime-u.txt │ │ │ ├── eiyo.txt │ │ │ ├── eum.txt │ │ │ ├── fdcnet.txt │ │ │ ├── ferris.txt │ │ │ ├── fit.txt │ │ │ ├── fmu.txt │ │ │ ├── fpu.txt │ │ │ ├── fujijoshi.txt │ │ │ ├── fujita-hu.txt │ │ │ ├── fukui-ut.txt │ │ │ ├── fukuoka-edu.txt │ │ │ ├── fukuoka-int-u.txt │ │ │ ├── fukuoka-pu.txt │ │ │ ├── fukuoka-u.txt │ │ │ ├── fukushima-u.txt │ │ │ ├── fukuyama-u.txt │ │ │ ├── fwu.txt │ │ │ ├── gakusen.txt │ │ │ ├── gakushuin.txt │ │ │ ├── gifu-keizai.txt │ │ │ ├── gifu-kyoiku.txt │ │ │ ├── gifu-pu.txt │ │ │ ├── gifu-u.txt │ │ │ ├── gijodai.txt │ │ │ ├── gpwu.txt │ │ │ ├── gunma-u.txt │ │ │ ├── h-bunkyo.txt │ │ │ ├── hachinohe-u.txt │ │ │ ├── hakodate-u.txt │ │ │ ├── hakuoh.txt │ │ │ ├── hama-med.txt │ │ │ ├── hamamatsu-u.txt │ │ │ ├── hanazono.txt │ │ │ ├── hannan-u.txt │ │ │ ├── heisei-u.txt │ │ │ ├── hi-tech.txt │ │ │ ├── hijiyama-u.txt │ │ │ ├── himeji-du.txt │ │ │ ├── hirogaku-u.txt │ │ │ ├── hirokoku-u.txt │ │ │ ├── hirosaki-u.txt │ │ │ ├── hiroshima-cu.txt │ │ │ ├── hiroshima-u.txt │ │ │ ├── hit-u.txt │ │ │ ├── hit.txt │ │ │ ├── hiu.txt │ │ │ ├── hju.txt │ │ │ ├── hkg.txt │ │ │ ├── hokkai-s-u.txt │ │ │ ├── hokkyodai.txt │ │ │ ├── hoku-iryo-u.txt │ │ │ ├── hokudai.txt │ │ │ ├── hokuriku-u.txt │ │ │ ├── hokusei.txt │ │ │ ├── hokuyakudai.txt │ │ │ ├── hosei.txt │ │ │ ├── hoshi.txt │ │ │ ├── hue.txt │ │ │ ├── hyo-med.txt │ │ │ ├── hyogo-dai.txt │ │ │ ├── hyogo-u.txt │ │ │ ├── ibaraki.txt │ │ │ ├── icc.txt │ │ │ ├── icu.txt │ │ │ ├── ipu.txt │ │ │ ├── isenshu-u.txt │ │ │ ├── it-chiba.txt │ │ │ ├── it-hiroshima.txt │ │ │ ├── iuhw.txt │ │ │ ├── iuj.txt │ │ │ ├── iuk.txt │ │ │ ├── iwakimu.txt │ │ │ ├── iwate-med.txt │ │ │ ├── iwate-pu.txt │ │ │ ├── iwate-u.txt │ │ │ ├── jaist.txt │ │ │ ├── jichi.txt │ │ │ ├── jikei.txt │ │ │ ├── jissen.txt │ │ │ ├── jiu.txt │ │ │ ├── jobu.txt │ │ │ ├── josai.txt │ │ │ ├── juen.txt │ │ │ ├── juntendo.txt │ │ │ ├── jwu.txt │ │ │ ├── k-junshin.txt │ │ │ ├── kagawa-u.txt │ │ │ ├── kagoshima-u.txt │ │ │ ├── kamakura-u.txt │ │ │ ├── kanagawa-it.txt │ │ │ ├── kanagawa-u.txt │ │ │ ├── kanazawa-bidai.txt │ │ │ ├── kanazawa-gu.txt │ │ │ ├── kanazawa-it.txt │ │ │ ├── kanazawa-med.txt │ │ │ ├── kanazawa-u.txt │ │ │ ├── kansai-u.txt │ │ │ ├── kanto-gakuen.txt │ │ │ ├── kanto-gakuin.txt │ │ │ ├── kawasaki-m.txt │ │ │ ├── kbu.txt │ │ │ ├── kcua.txt │ │ │ ├── keio.txt │ │ │ ├── keisen.txt │ │ │ ├── keiwa-c.txt │ │ │ ├── kgwu.txt │ │ │ ├── kindai.txt │ │ │ ├── kinjo-u.txt │ │ │ ├── kit.txt │ │ │ ├── kitakyu-u.txt │ │ │ ├── kitami-it.txt │ │ │ ├── kitasato-u.txt │ │ │ ├── kiu.txt │ │ │ ├── kiui.txt │ │ │ ├── kms.txt │ │ │ ├── kmu.txt │ │ │ ├── knct.txt │ │ │ ├── kobe-c.txt │ │ │ ├── kobe-cufs.txt │ │ │ ├── kobe-du.txt │ │ │ ├── kobe-kiu.txt │ │ │ ├── kobe-shinwa.txt │ │ │ ├── kobe-u.txt │ │ │ ├── kobe-wu.txt │ │ │ ├── kobegakuin.txt │ │ │ ├── kobepharma-u.txt │ │ │ ├── kochi-ms.txt │ │ │ ├── kochi-tech.txt │ │ │ ├── kochi-u.txt │ │ │ ├── kogakkan-u.txt │ │ │ ├── kogakuin.txt │ │ │ ├── koka.txt │ │ │ ├── kokugakuin.txt │ │ │ ├── kokushikan.txt │ │ │ ├── komazawa-u.txt │ │ │ ├── konan-u.txt │ │ │ ├── konan-wu.txt │ │ │ ├── korea-u.txt │ │ │ ├── koriyama-kgc.txt │ │ │ ├── koshien.txt │ │ │ ├── koyasan-u.txt │ │ │ ├── kpu-m.txt │ │ │ ├── kpu.txt │ │ │ ├── ksu.txt │ │ │ ├── ktokai-u.txt │ │ │ ├── kufs.txt │ │ │ ├── kuins.txt │ │ │ ├── kuis.txt │ │ │ ├── kumagaku.txt │ │ │ ├── kumamoto-u.txt │ │ │ ├── kunitachi.txt │ │ │ ├── kurume-it.txt │ │ │ ├── kurume-u.txt │ │ │ ├── kusa.txt │ │ │ ├── kushiro-pu.txt │ │ │ ├── kusw.txt │ │ │ ├── kwansei.txt │ │ │ ├── kwassui.txt │ │ │ ├── kwuc.txt │ │ │ ├── kyokyo-u.txt │ │ │ ├── kyorin-u.txt │ │ │ ├── kyoritsu-wu.txt │ │ │ ├── kyoto-art.txt │ │ │ ├── kyoto-phu.txt │ │ │ ├── kyoto-seika.txt │ │ │ ├── kyoto-su.txt │ │ │ ├── kyoto-u.txt │ │ │ ├── kyoto-wu.txt │ │ │ ├── kyotogakuen-u.txt │ │ │ ├── kyu-dent.txt │ │ │ ├── kyukyo-u.txt │ │ │ ├── kyusan-u.txt │ │ │ ├── kyushu-ns.txt │ │ │ ├── kyushu-u.txt │ │ │ ├── kyutech.txt │ │ │ ├── matsuyama-u.txt │ │ │ ├── mdu.txt │ │ │ ├── meiji-u.txt │ │ │ ├── meiji.txt │ │ │ ├── meijigakuin.txt │ │ │ ├── meijo-u.txt │ │ │ ├── meikai.txt │ │ │ ├── meio-u.txt │ │ │ ├── meisei-u.txt │ │ │ ├── mejiro.txt │ │ │ ├── mgu.txt │ │ │ ├── mie-chukyo-u.txt │ │ │ ├── mie-u.txt │ │ │ ├── mimasaka.txt │ │ │ ├── miyakyo-u.txt │ │ │ ├── miyazaki-med.txt │ │ │ ├── miyazaki-mu.txt │ │ │ ├── miyazaki-u.txt │ │ │ ├── morioka-u.txt │ │ │ ├── mpu.txt │ │ │ ├── mukogawa-u.txt │ │ │ ├── muroran-it.txt │ │ │ ├── musabi.txt │ │ │ ├── musashi.txt │ │ │ ├── musashino-music.txt │ │ │ ├── my-pharm.txt │ │ │ ├── myu.txt │ │ │ ├── nagano.txt │ │ │ ├── nagaokaut.txt │ │ │ ├── nagasaki-u.txt │ │ │ ├── nagasakipu.txt │ │ │ ├── nagoya-cu.txt │ │ │ ├── nankyudai.txt │ │ │ ├── nebuta.txt │ │ │ ├── nias.txt │ │ │ ├── oic.txt │ │ │ ├── osaka-cu.txt │ │ │ ├── ouj.txt │ │ │ ├── pu-kumamoto.txt │ │ │ ├── redcross.txt │ │ │ ├── shitennoji.txt │ │ │ ├── shoin.txt │ │ │ ├── shotoku.txt │ │ │ ├── shudo-u.txt │ │ │ ├── soken.txt │ │ │ ├── tachibana-u.txt │ │ │ ├── tonichi-kokusai-u.txt │ │ │ ├── tut.txt │ │ │ ├── u-keiai.txt │ │ │ ├── u-tokai.txt │ │ │ ├── u-tokyo.txt │ │ │ └── ynu.txt │ │ ├── chibakoudai.txt │ │ ├── co │ │ │ └── termnet.txt │ │ ├── keio.txt │ │ ├── naist.txt │ │ ├── oecu.txt │ │ ├── oic.txt │ │ ├── sendai-nct.txt │ │ ├── senshu-u.txt │ │ ├── waseda.txt │ │ └── ynu.txt │ ├── ke │ │ └── ac │ │ │ ├── anu.txt │ │ │ ├── egerton.txt │ │ │ ├── iu.txt │ │ │ ├── jkuat.txt │ │ │ ├── kabarak.txt │ │ │ ├── kemu.txt │ │ │ ├── kmtc.txt │ │ │ ├── ku.txt │ │ │ ├── kwust.txt │ │ │ ├── maseno.txt │ │ │ ├── mku.txt │ │ │ ├── mmust.txt │ │ │ ├── mombasapoly.txt │ │ │ ├── mu.txt │ │ │ ├── ueab.txt │ │ │ ├── uonbi.txt │ │ │ └── usiu.txt │ ├── kg │ │ ├── auca.txt │ │ ├── edu │ │ │ ├── iaau.txt │ │ │ └── krsu.txt │ │ ├── iuk.txt │ │ ├── ksucta.txt │ │ └── manas.txt │ ├── kh │ │ └── edu │ │ │ ├── aeu.txt │ │ │ ├── angkor.txt │ │ │ ├── bbu.txt │ │ │ ├── cup.txt │ │ │ ├── cus.txt │ │ │ ├── iu.txt │ │ │ ├── mekong.txt │ │ │ ├── num.txt │ │ │ ├── puc.txt │ │ │ ├── rua.txt │ │ │ ├── rufa.txt │ │ │ ├── rule.txt │ │ │ ├── rupp.txt │ │ │ ├── sru.txt │ │ │ ├── uc.txt │ │ │ └── western.txt │ ├── kn │ │ ├── edu │ │ │ └── iugrad.txt │ │ └── uni.txt │ ├── kr │ │ ├── ac │ │ │ ├── ajou.txt │ │ │ ├── andong.txt │ │ │ ├── cataegu.txt │ │ │ ├── cau.txt │ │ │ ├── changwon.txt │ │ │ ├── cheju.txt │ │ │ ├── chodang.txt │ │ │ ├── chonbuk.txt │ │ │ ├── chongju-e.txt │ │ │ ├── chongju.txt │ │ │ ├── chonnam.txt │ │ │ ├── chosun.txt │ │ │ ├── chungbuk.txt │ │ │ ├── chungju.txt │ │ │ ├── chungnam.txt │ │ │ ├── cuk.txt │ │ │ ├── dankook.txt │ │ │ ├── donga.txt │ │ │ ├── dongduk.txt │ │ │ ├── dongeui.txt │ │ │ ├── dongguk.txt │ │ │ ├── dongseo.txt │ │ │ ├── dongshinu.txt │ │ │ ├── duksung.txt │ │ │ ├── dytc.txt │ │ │ ├── ewha.txt │ │ │ ├── gsnu.txt │ │ │ ├── hallym.txt │ │ │ ├── hangkong.txt │ │ │ ├── hannam.txt │ │ │ ├── hansei.txt │ │ │ ├── hanseo.txt │ │ │ ├── hanshin.txt │ │ │ ├── hansung.txt │ │ │ ├── hanyang.txt │ │ │ ├── honam.txt │ │ │ ├── hongik.txt │ │ │ ├── hoseo.txt │ │ │ ├── howon.txt │ │ │ ├── hufs.txt │ │ │ ├── hyupsung.txt │ │ │ ├── icu.txt │ │ │ ├── inchon.txt │ │ │ ├── inha.txt │ │ │ ├── inje.txt │ │ │ ├── jeonju.txt │ │ │ ├── kaist.txt │ │ │ ├── kangnam.txt │ │ │ ├── kangnung.txt │ │ │ ├── kangwon.txt │ │ │ ├── kaya.txt │ │ │ ├── kdischool.txt │ │ │ ├── keimyung.txt │ │ │ ├── kmaritime.txt │ │ │ ├── knou.txt │ │ │ ├── knua.txt │ │ │ ├── knue.txt │ │ │ ├── knupe.txt │ │ │ ├── kongju-e.txt │ │ │ ├── konkuk.txt │ │ │ ├── konyang.txt │ │ │ ├── kookmin.txt │ │ │ ├── korea.txt │ │ │ ├── kosin.txt │ │ │ ├── kumoh.txt │ │ │ ├── kunsan.txt │ │ │ ├── kwandong.txt │ │ │ ├── kwangju.txt │ │ │ ├── kwangwoon.txt │ │ │ ├── kyonggi.txt │ │ │ ├── kyongju.txt │ │ │ ├── kyunghee.txt │ │ │ ├── kyungnam.txt │ │ │ ├── kyungpook.txt │ │ │ ├── kyungsung.txt │ │ │ ├── kyungwon.txt │ │ │ ├── mmu.txt │ │ │ ├── mokpo.txt │ │ │ ├── mokwon.txt │ │ │ ├── myongji.txt │ │ │ ├── paichai.txt │ │ │ ├── pknu.txt │ │ │ ├── postech.txt │ │ │ ├── ptuniv.txt │ │ │ ├── pufs.txt │ │ │ ├── pusan.txt │ │ │ ├── sangji.txt │ │ │ ├── sangmyung.txt │ │ │ ├── sch.txt │ │ │ ├── sejong.txt │ │ │ ├── semyung.txt │ │ │ ├── seonam.txt │ │ │ ├── seowon.txt │ │ │ ├── silla.txt │ │ │ ├── skku.txt │ │ │ ├── skuniv.txt │ │ │ ├── snu.txt │ │ │ ├── snut.txt │ │ │ ├── sogang.txt │ │ │ ├── sookmyung.txt │ │ │ ├── soongsil.txt │ │ │ ├── stu.txt │ │ │ ├── sungkyul.txt │ │ │ ├── sungshin.txt │ │ │ ├── sunmoon.txt │ │ │ ├── suwon.txt │ │ │ ├── swu.txt │ │ │ ├── syu.txt │ │ │ ├── taegu.txt │ │ │ ├── ulsan.txt │ │ │ ├── uos.txt │ │ │ ├── wonkwang.txt │ │ │ ├── woosuk.txt │ │ │ ├── yeungnam.txt │ │ │ └── yonsei.txt │ │ └── chosun.txt │ ├── kw │ │ └── edu │ │ │ ├── aou.txt │ │ │ ├── auk.txt │ │ │ ├── gust.txt │ │ │ ├── kmbs.txt │ │ │ └── kuniv.txt │ ├── ky │ │ └── edu │ │ │ └── icci.txt │ ├── kz │ │ ├── aktsu.txt │ │ ├── almaty.txt │ │ ├── edu │ │ │ └── sdu.txt │ │ ├── ektu.txt │ │ ├── emu.txt │ │ ├── eurazir.txt │ │ ├── iitu.txt │ │ ├── kau.txt │ │ ├── kaznu.txt │ │ ├── kbtu.txt │ │ ├── kimep.txt │ │ ├── kstu.txt │ │ ├── ksu.txt │ │ ├── nkzu.txt │ │ ├── sci.txt │ │ ├── uib.txt │ │ ├── vkgu.txt │ │ └── wkau.txt │ ├── la │ │ └── edu │ │ │ └── nuol.txt │ ├── lb │ │ └── edu │ │ │ ├── arabou-lb.txt │ │ │ ├── aub.txt │ │ │ ├── aul.txt │ │ │ ├── aust.txt │ │ │ ├── balamand.txt │ │ │ ├── bau.txt │ │ │ ├── cut.txt │ │ │ ├── gu.txt │ │ │ ├── haigazian.txt │ │ │ ├── hariricanadian.txt │ │ │ ├── jinan.txt │ │ │ ├── lau.txt │ │ │ ├── liu.txt │ │ │ ├── matnu.txt │ │ │ ├── mut.txt │ │ │ ├── ndu.txt │ │ │ ├── theonest.txt │ │ │ ├── ul.txt │ │ │ ├── usek.txt │ │ │ └── usj.txt │ ├── li │ │ ├── iap.txt │ │ └── uni.txt │ ├── lk │ │ ├── apiit.txt │ │ ├── nibm.txt │ │ ├── sliit.txt │ │ └── uom.txt │ ├── lt │ │ ├── ism.txt │ │ ├── kma.txt │ │ ├── ktu.txt │ │ ├── ku.txt │ │ ├── kvk.txt │ │ ├── lcc.txt │ │ ├── lka.txt │ │ ├── lkka.txt │ │ ├── lmta.txt │ │ ├── lva.txt │ │ ├── lzua.txt │ │ ├── mii.txt │ │ ├── su.txt │ │ ├── vdu.txt │ │ ├── vgtu.txt │ │ ├── vpu.txt │ │ └── vu.txt │ ├── lu │ │ ├── iuil.txt │ │ └── uni.txt │ ├── lv │ │ ├── aml.txt │ │ ├── dau.txt │ │ ├── edu │ │ │ ├── bsa.txt │ │ │ ├── lka.txt │ │ │ ├── polak.txt │ │ │ └── sseriga.txt │ │ ├── lama.txt │ │ ├── lanet.txt │ │ ├── llu.txt │ │ ├── lma.txt │ │ ├── lmuza.txt │ │ ├── lu.txt │ │ ├── mil │ │ │ └── www.txt │ │ ├── psy.txt │ │ ├── rau.txt │ │ ├── rpiva.txt │ │ ├── rtu.txt │ │ ├── ru.txt │ │ ├── tsi.txt │ │ └── va.txt │ ├── ly │ │ └── edu │ │ │ ├── 7ou.txt │ │ │ ├── alacademia.txt │ │ │ ├── asmarya.txt │ │ │ ├── elmergib.txt │ │ │ ├── jgu.txt │ │ │ ├── limu.txt │ │ │ ├── omu.txt │ │ │ └── sebhau.txt │ ├── ma │ │ ├── ac │ │ │ ├── archi.txt │ │ │ ├── edhec.txt │ │ │ ├── emi.txt │ │ │ ├── enameknes.txt │ │ │ ├── esca.txt │ │ │ ├── esta.txt │ │ │ ├── hec.txt │ │ │ ├── hem.txt │ │ │ ├── iihem.txt │ │ │ ├── inpt.txt │ │ │ ├── isfort.txt │ │ │ ├── matci.txt │ │ │ ├── uae.txt │ │ │ ├── ucam.txt │ │ │ ├── ucd.txt │ │ │ ├── uh1.txt │ │ │ ├── um5a.txt │ │ │ ├── um5s.txt │ │ │ ├── univ-ibntofail.txt │ │ │ ├── univ-oujda.txt │ │ │ └── usmba.txt │ │ ├── aui.txt │ │ ├── imbt.txt │ │ └── net │ │ │ └── um5s.txt │ ├── md │ │ ├── ase.txt │ │ ├── asm.txt │ │ ├── kdu.txt │ │ ├── moldnet.txt │ │ ├── uasm.txt │ │ ├── uccm.txt │ │ ├── ulim.txt │ │ ├── usam.txt │ │ ├── usb.txt │ │ ├── usm.txt │ │ ├── usmf.txt │ │ ├── ust.txt │ │ └── utm.txt │ ├── mg │ │ ├── univ-antananarivo.txt │ │ ├── univ-antsiranana.txt │ │ ├── univ-fianar.txt │ │ ├── univ-mahajanga.txt │ │ ├── univ-toamasina.txt │ │ └── univ-toliara.txt │ ├── mil │ │ ├── af │ │ │ └── usafa.txt │ │ └── navy │ │ │ └── nps.txt │ ├── mk │ │ └── edu │ │ │ ├── fon.txt │ │ │ ├── seeu.txt │ │ │ ├── ugd.txt │ │ │ ├── uist.txt │ │ │ ├── ukim.txt │ │ │ ├── uklo.txt │ │ │ └── unite.txt │ ├── mm │ │ └── edu │ │ │ ├── ucsy.txt │ │ │ └── um1ygn.txt │ ├── mn │ │ ├── edu │ │ │ ├── icb.txt │ │ │ ├── msue.txt │ │ │ ├── must.txt │ │ │ ├── num.txt │ │ │ ├── orkhon.txt │ │ │ └── ulaanbaatar.txt │ │ ├── hsum-ac.txt │ │ ├── humanities.txt │ │ └── khan-uul.txt │ ├── mo │ │ ├── edu │ │ │ ├── ipm.txt │ │ │ └── usj.txt │ │ └── umac.txt │ ├── mr │ │ └── univ-nkc.txt │ ├── mt │ │ └── edu │ │ │ └── um.txt │ ├── mu │ │ └── ac │ │ │ ├── uom.txt │ │ │ └── utm.txt │ ├── mw │ │ ├── ac │ │ │ └── mzuni.txt │ │ └── unima.txt │ ├── mx │ │ ├── anahuac.txt │ │ ├── anahuacmayab.txt │ │ ├── buap.txt │ │ ├── ceti.txt │ │ ├── cetys.txt │ │ ├── chapingo.txt │ │ ├── cimat.txt │ │ ├── cinvestav.txt │ │ ├── colmex.txt │ │ ├── com │ │ │ ├── ceunix.txt │ │ │ └── motolinia.txt │ │ ├── ebc.txt │ │ ├── edu │ │ │ ├── ceu.txt │ │ │ ├── champagnat.txt │ │ │ ├── cuauhtemoc.txt │ │ │ ├── frayluca.txt │ │ │ ├── i.txt │ │ │ ├── ipn.txt │ │ │ ├── itdurango.txt │ │ │ ├── itmina.txt │ │ │ ├── itmorelia.txt │ │ │ ├── itq.txt │ │ │ ├── itslp.txt │ │ │ ├── olmeca.txt │ │ │ ├── tepeyac.txt │ │ │ ├── uacm.txt │ │ │ ├── uad.txt │ │ │ ├── uaed.txt │ │ │ ├── uane.txt │ │ │ ├── ubac.txt │ │ │ ├── ucem.txt │ │ │ ├── uclah.txt │ │ │ ├── udec.txt │ │ │ ├── udeh.txt │ │ │ ├── udem.txt │ │ │ ├── udv.txt │ │ │ ├── ufram.txt │ │ │ ├── uic.txt │ │ │ ├── ula.txt │ │ │ ├── ulsa.txt │ │ │ ├── ulsab.txt │ │ │ ├── ulsac.txt │ │ │ ├── umad.txt │ │ │ ├── uman.txt │ │ │ ├── umi.txt │ │ │ ├── umla.txt │ │ │ ├── umm.txt │ │ │ ├── umontemorelos.txt │ │ │ ├── umsa.txt │ │ │ ├── un.txt │ │ │ ├── une.txt │ │ │ ├── unes.txt │ │ │ ├── unica.txt │ │ │ ├── unicach.txt │ │ │ ├── unimayab.txt │ │ │ ├── unimex.txt │ │ │ ├── univas.txt │ │ │ ├── universidaddeleon.txt │ │ │ ├── universidadlaconcordia.txt │ │ │ ├── universidadmotolinia.txt │ │ │ ├── universidadsalesiana.txt │ │ │ ├── unla.txt │ │ │ ├── uom.txt │ │ │ ├── urmh.txt │ │ │ ├── urse.txt │ │ │ ├── usac.txt │ │ │ ├── usb.txt │ │ │ ├── utneza.txt │ │ │ ├── uvb.txt │ │ │ ├── uvt.txt │ │ │ ├── uxac.txt │ │ │ └── westhill.txt │ │ ├── ipn.txt │ │ ├── ita.txt │ │ ├── itam.txt │ │ ├── itc.txt │ │ ├── itesm.txt │ │ ├── iteso.txt │ │ ├── itson.txt │ │ ├── reduaz.txt │ │ ├── tecbc.txt │ │ ├── uaaan.txt │ │ ├── uabc.txt │ │ ├── uabcs.txt │ │ ├── uabjo.txt │ │ ├── uacam.txt │ │ ├── uach.txt │ │ ├── uacj.txt │ │ ├── uadec.txt │ │ ├── uady.txt │ │ ├── uaem.txt │ │ ├── uaemex.txt │ │ ├── uaf.txt │ │ ├── uag.txt │ │ ├── uagro.txt │ │ ├── ual.txt │ │ ├── uam.txt │ │ ├── uan.txt │ │ ├── uanl.txt │ │ ├── uaq.txt │ │ ├── uas.txt │ │ ├── uaslp.txt │ │ ├── uasnet.txt │ │ ├── uat.txt │ │ ├── uatx.txt │ │ ├── ucc.txt │ │ ├── ucol.txt │ │ ├── udg.txt │ │ ├── udladf.txt │ │ ├── udlap.txt │ │ ├── udo.txt │ │ ├── ugto.txt │ │ ├── uia.txt │ │ ├── ujat.txt │ │ ├── ujed.txt │ │ ├── ujsierra.txt │ │ ├── umar.txt │ │ ├── umich.txt │ │ ├── un.txt │ │ ├── unacar.txt │ │ ├── unach.txt │ │ ├── unadmexico.txt │ │ ├── unam.txt │ │ ├── unikino.txt │ │ ├── unison.txt │ │ ├── unitec.txt │ │ ├── univa.txt │ │ ├── univillarica.txt │ │ ├── up.txt │ │ ├── upaep.txt │ │ ├── upn.txt │ │ ├── uqroo.txt │ │ ├── ur.txt │ │ ├── uson.txt │ │ ├── utm.txt │ │ └── uv.txt │ ├── my │ │ ├── edu │ │ │ ├── acms.txt │ │ │ ├── aeu.txt │ │ │ ├── aimst.txt │ │ │ ├── aiu.txt │ │ │ ├── apiit.txt │ │ │ ├── bac.txt │ │ │ ├── binary.txt │ │ │ ├── city.txt │ │ │ ├── curtin.txt │ │ │ ├── cybermed.txt │ │ │ ├── help.txt │ │ │ ├── hikmah.txt │ │ │ ├── i4p.txt │ │ │ ├── iact.txt │ │ │ ├── iic.txt │ │ │ ├── imu.txt │ │ │ ├── instedt.txt │ │ │ ├── ipb.txt │ │ │ ├── ipbl.txt │ │ │ ├── ipbmm.txt │ │ │ ├── ipda.txt │ │ │ ├── ipgkkb.txt │ │ │ ├── ipgkrajang.txt │ │ │ ├── ipgkti.txt │ │ │ ├── ipgmkdri.txt │ │ │ ├── ipgmksm.txt │ │ │ ├── ipgmtawau.txt │ │ │ ├── ipgperlis.txt │ │ │ ├── ipik.txt │ │ │ ├── ipip.txt │ │ │ ├── ipislam.txt │ │ │ ├── ipkent.txt │ │ │ ├── ipks.txt │ │ │ ├── ippm.txt │ │ │ ├── ipsah.txt │ │ │ ├── iptaa.txt │ │ │ ├── ipteknik.txt │ │ │ ├── iptho.txt │ │ │ ├── iptips.txt │ │ │ ├── iuctt.txt │ │ │ ├── kbu.txt │ │ │ ├── kdu.txt │ │ │ ├── kias.txt │ │ │ ├── kiperak.txt │ │ │ ├── kipsas.txt │ │ │ ├── kist.txt │ │ │ ├── kitab.txt │ │ │ ├── kliuc.txt │ │ │ ├── klmu.txt │ │ │ ├── kolejypc.txt │ │ │ ├── kptm.txt │ │ │ ├── ktd.txt │ │ │ ├── kuim.txt │ │ │ ├── kuin.txt │ │ │ ├── kuis.txt │ │ │ ├── limkokwing.txt │ │ │ ├── linton.txt │ │ │ ├── mahsa.txt │ │ │ ├── mediu.txt │ │ │ ├── mmu.txt │ │ │ ├── monash.txt │ │ │ ├── msu.txt │ │ │ ├── murni.txt │ │ │ ├── must.txt │ │ │ ├── nilai.txt │ │ │ ├── nottingham.txt │ │ │ ├── olympia.txt │ │ │ ├── oum.txt │ │ │ ├── pidc.txt │ │ │ ├── pine.txt │ │ │ ├── pkb.txt │ │ │ ├── pkksabah.txt │ │ │ ├── pkkt.txt │ │ │ ├── pmm.txt │ │ │ ├── poliku.txt │ │ │ ├── polimas.txt │ │ │ ├── polimelaka.txt │ │ │ ├── polimuadzam.txt │ │ │ ├── polipd.txt │ │ │ ├── polisas.txt │ │ │ ├── psa.txt │ │ │ ├── psas.txt │ │ │ ├── psis.txt │ │ │ ├── psmza.txt │ │ │ ├── psp.txt │ │ │ ├── ptpl.txt │ │ │ ├── ptsb.txt │ │ │ ├── ptss.txt │ │ │ ├── puo.txt │ │ │ ├── saito.txt │ │ │ ├── segi.txt │ │ │ ├── sunway.txt │ │ │ ├── swinburne.txt │ │ │ ├── taj.txt │ │ │ ├── tarc.txt │ │ │ ├── taylors.txt │ │ │ ├── tpmcollege.txt │ │ │ ├── ucsi.txt │ │ │ ├── ucti.txt │ │ │ ├── uitm.txt │ │ │ ├── um.txt │ │ │ ├── umk.txt │ │ │ ├── ump.txt │ │ │ ├── ums.txt │ │ │ ├── umt.txt │ │ │ ├── unikl.txt │ │ │ ├── unimap.txt │ │ │ ├── unirazak.txt │ │ │ ├── unisel.txt │ │ │ ├── unitar.txt │ │ │ ├── uniten.txt │ │ │ ├── upm.txt │ │ │ ├── upsi.txt │ │ │ ├── utar.txt │ │ │ ├── utem.txt │ │ │ ├── uthm.txt │ │ │ ├── uum.txt │ │ │ ├── westminster.txt │ │ │ └── wou.txt │ │ ├── ukm.txt │ │ ├── unimas.txt │ │ ├── usm.txt │ │ └── utm.txt │ ├── mz │ │ ├── ac │ │ │ └── ucm.txt │ │ └── uem │ │ │ └── www.txt │ ├── na │ │ ├── com │ │ │ └── iit.txt │ │ └── unam.txt │ ├── ne │ │ └── refer.txt │ ├── net │ │ ├── IedParis8.txt │ │ ├── bilgiedu.txt │ │ ├── bracuniversity.txt │ │ ├── e-artsup.txt │ │ ├── eastafricauniversity.txt │ │ ├── efrei.txt │ │ ├── emvs │ │ │ └── live.txt │ │ ├── etna-alternance.txt │ │ ├── etsmtl.txt │ │ ├── gitis.txt │ │ ├── graphische.txt │ │ ├── gulfuniversity.txt │ │ ├── hetic.txt │ │ ├── iraquniversity.txt │ │ ├── ishikuniversity.txt │ │ ├── kumsa.txt │ │ ├── lasalleuniversities.txt │ │ ├── livenau.txt │ │ ├── maakhiruniversity.txt │ │ ├── mymdc.txt │ │ ├── regentghana.txt │ │ ├── rusoil.txt │ │ ├── sabauni.txt │ │ ├── sas-sd.txt │ │ ├── shu-bg.txt │ │ ├── starkstate.txt │ │ ├── ubuea.txt │ │ ├── ucasal.txt │ │ ├── ulatina.txt │ │ ├── unesc.txt │ │ ├── univ-mngb.txt │ │ ├── universityofsomalia.txt │ │ ├── uoit.txt │ │ └── vntu.txt │ ├── ng │ │ └── edu │ │ │ ├── aun.txt │ │ │ ├── biu.txt │ │ │ ├── cu.txt │ │ │ ├── fcahptib.txt │ │ │ ├── funaab │ │ │ └── student.txt │ │ │ ├── mautech.txt │ │ │ ├── oauife.txt │ │ │ ├── ui.txt │ │ │ └── uniosun.txt │ ├── ni │ │ └── edu │ │ │ ├── uam.txt │ │ │ ├── uca.txt │ │ │ ├── ucc.txt │ │ │ ├── ucem.txt │ │ │ ├── ucyt.txt │ │ │ ├── udem.txt │ │ │ ├── uhispam.txt │ │ │ ├── ulam.txt │ │ │ ├── una.txt │ │ │ ├── unan.txt │ │ │ ├── uni.txt │ │ │ ├── unica.txt │ │ │ ├── unicit.txt │ │ │ ├── upoli.txt │ │ │ └── uraccan.txt │ ├── nl │ │ ├── arentheemcollege.txt │ │ ├── auc.txt │ │ ├── avans.txt │ │ ├── candea.txt │ │ ├── cibap.txt │ │ ├── davinci.txt │ │ ├── ddu.txt │ │ ├── erasmusmc.txt │ │ ├── eur.txt │ │ ├── fclive.txt │ │ ├── fcroc.txt │ │ ├── fontys.txt │ │ ├── gildeopleidingen.txt │ │ ├── graafschapcollege.txt │ │ ├── hageveld.txt │ │ ├── han.txt │ │ ├── hanze.txt │ │ ├── hetbaarnschlyceum.txt │ │ ├── hetccc │ │ │ └── leerling.txt │ │ ├── hhs.txt │ │ ├── hku.txt │ │ ├── hr.txt │ │ ├── hro.txt │ │ ├── hsleiden.txt │ │ ├── hu.txt │ │ ├── hva.txt │ │ ├── hz.txt │ │ ├── ict-idcollege.txt │ │ ├── ictmbo.txt │ │ ├── idcollege.txt │ │ ├── inholland │ │ │ └── student.txt │ │ ├── islamicuniversity.txt │ │ ├── iss.txt │ │ ├── itc.txt │ │ ├── leidenuniv.txt │ │ ├── liacs.txt │ │ ├── maastrichtuniversity.txt │ │ ├── mydavinci.txt │ │ ├── nhl.txt │ │ ├── nhtv.txt │ │ ├── nijenrode.txt │ │ ├── nikhef.txt │ │ ├── noorderpoort.txt │ │ ├── novacollege.txt │ │ ├── nyenrode.txt │ │ ├── nyenrode │ │ │ └── my.txt │ │ ├── os3.txt │ │ ├── ou.txt │ │ ├── roac.txt │ │ ├── roceindhoven.txt │ │ ├── rocfriesepoort │ │ │ └── edu.txt │ │ ├── rocva │ │ │ └── student.txt │ │ ├── rocvantwente.txt │ │ ├── ru.txt │ │ ├── rug.txt │ │ ├── scalda │ │ │ └── student.txt │ │ ├── summacollege.txt │ │ ├── tilburguniversity.txt │ │ ├── tudelft.txt │ │ ├── tue.txt │ │ ├── unimaas.txt │ │ ├── utwente.txt │ │ ├── uu.txt │ │ ├── uva.txt │ │ ├── uvh.txt │ │ ├── vu.txt │ │ ├── wageningenuniversity.txt │ │ ├── windesheim.txt │ │ ├── wolfert.txt │ │ ├── wur.txt │ │ └── zuyd.txt │ ├── no │ │ ├── aho.txt │ │ ├── bi.txt │ │ ├── hia.txt │ │ ├── hib.txt │ │ ├── hibo.txt │ │ ├── hibu.txt │ │ ├── hifm.txt │ │ ├── hig.txt │ │ ├── hil.txt │ │ ├── himolde.txt │ │ ├── hin.txt │ │ ├── hioa.txt │ │ ├── hioa │ │ │ └── stud.txt │ │ ├── hisf.txt │ │ ├── hist.txt │ │ ├── hive.txt │ │ ├── khio.txt │ │ ├── nhh.txt │ │ ├── nih.txt │ │ ├── nith.txt │ │ ├── nla.txt │ │ ├── nlh.txt │ │ ├── nmbu.txt │ │ ├── nmh.txt │ │ ├── nord.txt │ │ ├── ntnu.txt │ │ ├── uia.txt │ │ ├── uib.txt │ │ ├── uio.txt │ │ ├── uis.txt │ │ ├── uit.txt │ │ └── veths.txt │ ├── np │ │ └── edu │ │ │ ├── ku.txt │ │ │ ├── pu.txt │ │ │ ├── purbuniv.txt │ │ │ └── tribhuvan-university.txt │ ├── nu │ │ └── edu.txt │ ├── nz │ │ ├── ac │ │ │ ├── auckland.txt │ │ │ ├── aut.txt │ │ │ ├── canterbury.txt │ │ │ ├── lincoln.txt │ │ │ ├── massey.txt │ │ │ ├── openpolytechnic.txt │ │ │ ├── otago.txt │ │ │ ├── uclive.txt │ │ │ ├── vuw.txt │ │ │ └── waikato.txt │ │ └── school │ │ │ └── mediadesign.txt │ ├── om │ │ └── edu │ │ │ ├── aou.txt │ │ │ ├── buc.txt │ │ │ ├── du.txt │ │ │ ├── ict.txt │ │ │ ├── majancollege.txt │ │ │ ├── muscatcollege.txt │ │ │ ├── omancollege.txt │ │ │ ├── soharuni.txt │ │ │ ├── squ.txt │ │ │ ├── suc.txt │ │ │ └── unizwa.txt │ ├── org │ │ ├── 2isa.txt │ │ ├── aabfs.txt │ │ ├── allenisd │ │ │ └── student.txt │ │ ├── almamonuc.txt │ │ ├── amouduniversity.txt │ │ ├── asdubai.txt │ │ ├── astu.txt │ │ ├── auamed.txt │ │ ├── avu.txt │ │ ├── az-npu.txt │ │ ├── bihe.txt │ │ ├── bsu-edu.txt │ │ ├── cavendishza.txt │ │ ├── ceaprc.txt │ │ ├── centraliens-lille.txt │ │ ├── centraluniversity.txt │ │ ├── cihanuniversity.txt │ │ ├── daystarus.txt │ │ ├── dubaicollege.txt │ │ ├── ensta-bretagne.txt │ │ ├── forestinstitute.txt │ │ ├── ghanacu.txt │ │ ├── gniindia.txt │ │ ├── hawlermu.txt │ │ ├── hertie-school.txt │ │ ├── hhmi.txt │ │ ├── hnulinton.txt │ │ ├── hsrw.txt │ │ ├── ibsindia.txt │ │ ├── icu-edu.txt │ │ ├── ieslosremedios.txt │ │ ├── iesmontsia.txt │ │ ├── internationaluniversity-schoolofmedicine.txt │ │ ├── ipeindia.txt │ │ ├── ipiaget.txt │ │ ├── islahonline.txt │ │ ├── khazar.txt │ │ ├── libopenuniv-edu.txt │ │ ├── lios.txt │ │ ├── meltwater.txt │ │ ├── mines-ales.txt │ │ ├── mtsm.txt │ │ ├── nbkrist.txt │ │ ├── ovidunivconstanta-edu.txt │ │ ├── pafa.txt │ │ ├── pmlrru.txt │ │ ├── polytechnic-kabul.txt │ │ ├── poornima.txt │ │ ├── pusa-sy.txt │ │ ├── reigategrammar.txt │ │ ├── rightchoice.txt │ │ ├── santoangel.txt │ │ ├── scicu.txt │ │ ├── secupv.txt │ │ ├── sekuco.txt │ │ ├── sjsm.txt │ │ ├── spartanmed.txt │ │ ├── svuonline.txt │ │ ├── thiqaruni.txt │ │ ├── toulouse-bs.txt │ │ ├── tusom.txt │ │ ├── ucapanama.txt │ │ ├── ucnh.txt │ │ ├── udesmontagnes.txt │ │ ├── uits-bd.txt │ │ ├── unesco-ihe.txt │ │ ├── unibl.txt │ │ ├── univ-dschang.txt │ │ ├── univ-ndjamena.txt │ │ ├── universityliberia.txt │ │ ├── upeace.txt │ │ ├── upou.txt │ │ ├── upra.txt │ │ └── usenghor-francophonie.txt │ ├── pa │ │ ├── ac │ │ │ ├── oteima.txt │ │ │ ├── udelas.txt │ │ │ ├── ulat.txt │ │ │ ├── unachi.txt │ │ │ ├── unadp.txt │ │ │ ├── up.txt │ │ │ ├── usma.txt │ │ │ └── utp.txt │ │ └── edu │ │ │ └── viu.txt │ ├── pe │ │ ├── edu │ │ │ ├── champagnat.txt │ │ │ ├── lamolina.txt │ │ │ ├── pucp.txt │ │ │ ├── sil.txt │ │ │ ├── uancv.txt │ │ │ ├── uap.txt │ │ │ ├── ucsm.txt │ │ │ ├── ucsur.txt │ │ │ ├── ucv.txt │ │ │ ├── udch.txt │ │ │ ├── udep.txt │ │ │ ├── udh.txt │ │ │ ├── uigv.txt │ │ │ ├── uladech.txt │ │ │ ├── ulima.txt │ │ │ ├── unac.txt │ │ │ ├── unap.txt │ │ │ ├── unas.txt │ │ │ ├── unasam.txt │ │ │ ├── unc.txt │ │ │ ├── uncp.txt │ │ │ ├── une.txt │ │ │ ├── unheval.txt │ │ │ ├── uni.txt │ │ │ ├── unica.txt │ │ │ ├── unife.txt │ │ │ ├── unitru.txt │ │ │ ├── unjbg.txt │ │ │ ├── unjfsc.txt │ │ │ ├── unmsm.txt │ │ │ ├── unp.txt │ │ │ ├── uns.txt │ │ │ ├── unsa.txt │ │ │ ├── unsaac.txt │ │ │ ├── unsm.txt │ │ │ ├── untumbes.txt │ │ │ ├── unu.txt │ │ │ ├── up.txt │ │ │ ├── upc.txt │ │ │ ├── upch.txt │ │ │ ├── upeu.txt │ │ │ ├── upla.txt │ │ │ ├── upnorte.txt │ │ │ ├── upsjb.txt │ │ │ ├── upt.txt │ │ │ ├── urp.txt │ │ │ ├── usmp.txt │ │ │ ├── usp.txt │ │ │ ├── utea.txt │ │ │ ├── utp.txt │ │ │ └── uwiener.txt │ │ ├── usil.txt │ │ └── usmp.txt │ ├── pf │ │ └── upf.txt │ ├── pg │ │ └── ac │ │ │ ├── dwu.txt │ │ │ ├── pau.txt │ │ │ ├── unitech.txt │ │ │ ├── uog.txt │ │ │ └── upng.txt │ ├── ph │ │ ├── com │ │ │ └── globe.txt │ │ ├── csu.txt │ │ ├── dlsu.txt │ │ ├── edu │ │ │ ├── adamson.txt │ │ │ ├── addu.txt │ │ │ ├── admu.txt │ │ │ ├── adnu.txt │ │ │ ├── adzu.txt │ │ │ ├── arellano.txt │ │ │ ├── auf.txt │ │ │ ├── aup.txt │ │ │ ├── bicol-u.txt │ │ │ ├── bsu.txt │ │ │ ├── bulsu.txt │ │ │ ├── ceu.txt │ │ │ ├── cmu.txt │ │ │ ├── davaodoctors.txt │ │ │ ├── dlsu.txt │ │ │ ├── dmmmsu.txt │ │ │ ├── featiu.txt │ │ │ ├── feu.txt │ │ │ ├── hau.txt │ │ │ ├── holyspirit.txt │ │ │ ├── isu.txt │ │ │ ├── lsu.txt │ │ │ ├── mcu.txt │ │ │ ├── mlqu.txt │ │ │ ├── mmsu.txt │ │ │ ├── mseuf.txt │ │ │ ├── msuiit.txt │ │ │ ├── msumain.txt │ │ │ ├── mvc.txt │ │ │ ├── ndmu.txt │ │ │ ├── neu.txt │ │ │ ├── nu.txt │ │ │ ├── pcu.txt │ │ │ ├── phinma.txt │ │ │ ├── plm.txt │ │ │ ├── psu.txt │ │ │ ├── pup.txt │ │ │ ├── sanbeda.txt │ │ │ ├── slu.txt │ │ │ ├── smu.txt │ │ │ ├── ssu.txt │ │ │ ├── su.txt │ │ │ ├── swu.txt │ │ │ ├── tup.txt │ │ │ ├── ua.txt │ │ │ ├── uap.txt │ │ │ ├── ub.txt │ │ │ ├── ue.txt │ │ │ ├── uerm.txt │ │ │ ├── umindanao.txt │ │ │ ├── unc.txt │ │ │ ├── unep.txt │ │ │ ├── uno-r.txt │ │ │ ├── unp.txt │ │ │ ├── upb.txt │ │ │ ├── upd.txt │ │ │ ├── uplb.txt │ │ │ ├── upm.txt │ │ │ ├── upmin.txt │ │ │ ├── upv.txt │ │ │ ├── usa.txt │ │ │ ├── usc.txt │ │ │ ├── usep.txt │ │ │ ├── usjr.txt │ │ │ ├── usm.txt │ │ │ ├── ust.txt │ │ │ ├── uv.txt │ │ │ ├── vmuf.txt │ │ │ ├── wesleyan.txt │ │ │ ├── wmsu.txt │ │ │ ├── wvsu.txt │ │ │ └── xu.txt │ │ ├── educ.txt │ │ ├── iacademy.txt │ │ ├── net │ │ │ └── evis.txt │ │ ├── pma.txt │ │ └── usp.txt │ ├── pk │ │ ├── edu │ │ │ ├── abasyn.txt │ │ │ ├── aiou.txt │ │ │ ├── ajku.txt │ │ │ ├── aldirasat.txt │ │ │ ├── alkhair.txt │ │ │ ├── au.txt │ │ │ ├── aup.txt │ │ │ ├── bahria.txt │ │ │ ├── biztek.txt │ │ │ ├── buetk.txt │ │ │ ├── buitms.txt │ │ │ ├── bzu.txt │ │ │ ├── cecos.txt │ │ │ ├── ciit-atd.txt │ │ │ ├── ciit-attock.txt │ │ │ ├── ciit.txt │ │ │ ├── ciitlahore.txt │ │ │ ├── dadabhoy.txt │ │ │ ├── duhs.txt │ │ │ ├── fuuast.txt │ │ │ ├── gandhara.txt │ │ │ ├── gcu.txt │ │ │ ├── gcuf.txt │ │ │ ├── gift.txt │ │ │ ├── giki.txt │ │ │ ├── gist.txt │ │ │ ├── global.txt │ │ │ ├── gu.txt │ │ │ ├── hajvery.txt │ │ │ ├── hamdard.txt │ │ │ ├── hitecuni.txt │ │ │ ├── hu.txt │ │ │ ├── iba-suk.txt │ │ │ ├── iba.txt │ │ │ ├── iiee.txt │ │ │ ├── iiu.txt │ │ │ ├── indus.txt │ │ │ ├── isra.txt │ │ │ ├── iub.txt │ │ │ ├── jinnah.txt │ │ │ ├── juw.txt │ │ │ ├── kasbit.txt │ │ │ ├── kiu.txt │ │ │ ├── kmdc.txt │ │ │ ├── ksa.txt │ │ │ ├── kust.txt │ │ │ ├── lcwu.txt │ │ │ ├── lumhs.txt │ │ │ ├── lums.txt │ │ │ ├── miu.txt │ │ │ ├── muet.txt │ │ │ ├── nca.txt │ │ │ ├── neduet.txt │ │ │ ├── nu.txt │ │ │ ├── numl.txt │ │ │ ├── nust.txt │ │ │ ├── nwfpuet.txt │ │ │ ├── pafkiet.txt │ │ │ ├── pakaims.txt │ │ │ ├── pics.txt │ │ │ ├── pu.txt │ │ │ ├── pucit.txt │ │ │ ├── pugc.txt │ │ │ ├── qau.txt │ │ │ ├── qurtuba.txt │ │ │ ├── riphah.txt │ │ │ ├── salu.txt │ │ │ ├── sau.txt │ │ │ ├── ssuet.txt │ │ │ ├── suit.txt │ │ │ ├── superior.txt │ │ │ ├── szabist.txt │ │ │ ├── tip.txt │ │ │ ├── tuf.txt │ │ │ ├── uaar.txt │ │ │ ├── uaf.txt │ │ │ ├── ucp.txt │ │ │ ├── ue.txt │ │ │ ├── uettaxila.txt │ │ │ ├── umt.txt │ │ │ ├── unw.txt │ │ │ ├── uoe.txt │ │ │ ├── uog.txt │ │ │ ├── uok.txt │ │ │ ├── uom.txt │ │ │ ├── uos.txt │ │ │ ├── usa.txt │ │ │ ├── usindh.txt │ │ │ ├── ustb.txt │ │ │ ├── uvas.txt │ │ │ ├── vu.txt │ │ │ ├── wahmedicalcollege.txt │ │ │ └── zawiya.txt │ │ └── org │ │ │ └── niab.txt │ ├── pl │ │ ├── bialystok │ │ │ └── pb.txt │ │ ├── bydgoszcz │ │ │ ├── amb.txt │ │ │ └── amuz.txt │ │ ├── czest │ │ │ ├── pcz.txt │ │ │ └── wsp.txt │ │ ├── edu │ │ │ ├── agh.txt │ │ │ ├── ahe.txt │ │ │ ├── amb.txt │ │ │ ├── amu.txt │ │ │ ├── amwaw.txt │ │ │ ├── ap.txt │ │ │ ├── aspkat.txt │ │ │ ├── at.txt │ │ │ ├── awf.txt │ │ │ ├── chopin.txt │ │ │ ├── collegium.txt │ │ │ ├── eas.txt │ │ │ ├── ksw.txt │ │ │ ├── pjwstk.txt │ │ │ ├── pk.txt │ │ │ ├── puls.txt │ │ │ ├── pw.txt │ │ │ ├── swps.txt │ │ │ ├── tyszkiewicz.txt │ │ │ ├── ub.txt │ │ │ ├── ug.txt │ │ │ ├── uj.txt │ │ │ ├── uksw.txt │ │ │ ├── us.txt │ │ │ ├── utp.txt │ │ │ ├── uw.txt │ │ │ ├── uwm.txt │ │ │ ├── wat.txt │ │ │ ├── wsb-nlu.txt │ │ │ ├── wsfiz.txt │ │ │ ├── wsh.txt │ │ │ ├── wship.txt │ │ │ ├── wsinf.txt │ │ │ ├── wsisiz.txt │ │ │ ├── wsms.txt │ │ │ ├── wspiz.txt │ │ │ ├── wsptwpwaw.txt │ │ │ ├── wsz-pou.txt │ │ │ ├── wszim.txt │ │ │ └── zut.txt │ │ ├── elblag │ │ │ └── pwsz.txt │ │ ├── gallus.txt │ │ ├── gda │ │ │ ├── amg.txt │ │ │ ├── amuz.txt │ │ │ ├── asp.txt │ │ │ ├── awf.txt │ │ │ ├── pg.txt │ │ │ └── univ.txt │ │ ├── gwsh.txt │ │ ├── katowice │ │ │ ├── ae.txt │ │ │ ├── am.txt │ │ │ ├── awf.txt │ │ │ └── slam.txt │ │ ├── klucznet │ │ │ └── zslt.txt │ │ ├── krakow │ │ │ ├── ae.txt │ │ │ ├── amuz.txt │ │ │ ├── ar.txt │ │ │ ├── asp.txt │ │ │ ├── awf.txt │ │ │ ├── pwst.txt │ │ │ ├── uek.txt │ │ │ ├── wsp.txt │ │ │ └── wszib.txt │ │ ├── lazarski.txt │ │ ├── lo-niepolomice.txt │ │ ├── lodz │ │ │ ├── p.txt │ │ │ └── uni.txt │ │ ├── nkrriwf.txt │ │ ├── olsztyn │ │ │ └── art.txt │ │ ├── opole │ │ │ ├── po.txt │ │ │ └── uni.txt │ │ ├── pila │ │ │ └── pwsz.txt │ │ ├── polsl.txt │ │ ├── poznan │ │ │ ├── ae.txt │ │ │ ├── amuz.txt │ │ │ ├── asp.txt │ │ │ ├── au.txt │ │ │ ├── awf.txt │ │ │ ├── put.txt │ │ │ ├── usoms.txt │ │ │ └── wsb.txt │ │ ├── pwsz.txt │ │ ├── radom │ │ │ └── man.txt │ │ ├── rzeszow │ │ │ ├── prz.txt │ │ │ ├── univ.txt │ │ │ └── wsiz.txt │ │ ├── sggw.txt │ │ ├── siedlce │ │ │ └── ap.txt │ │ ├── slupsk │ │ │ └── wsp.txt │ │ ├── szczecin │ │ │ ├── ar.txt │ │ │ ├── pam.txt │ │ │ ├── tuniv.txt │ │ │ ├── univ.txt │ │ │ ├── wsm.txt │ │ │ └── zpsb.txt │ │ ├── torun.txt │ │ ├── torun │ │ │ └── gimakad.txt │ │ ├── waw │ │ │ ├── asp.txt │ │ │ ├── pw.txt │ │ │ ├── sggw.txt │ │ │ ├── sgh.txt │ │ │ ├── wsps.txt │ │ │ └── wsub.txt │ │ ├── wlodkowic.txt │ │ ├── wroc │ │ │ ├── ae.txt │ │ │ ├── am.txt │ │ │ ├── amuz.txt │ │ │ ├── ar.txt │ │ │ ├── asp.txt │ │ │ ├── awf.txt │ │ │ ├── pwr.txt │ │ │ ├── uni.txt │ │ │ └── up.txt │ │ ├── wsnhid.txt │ │ ├── wsz.txt │ │ ├── wwsis.txt │ │ └── zgora │ │ │ ├── pz.txt │ │ │ └── wsp.txt │ ├── pr │ │ ├── edu │ │ │ └── ucb.txt │ │ └── ut.txt │ ├── ps │ │ └── edu │ │ │ ├── alaqsa.txt │ │ │ ├── alazhar.txt │ │ │ ├── iugaza.txt │ │ │ ├── ptcdb.txt │ │ │ ├── ucas.txt │ │ │ ├── uou.txt │ │ │ └── up.txt │ ├── pt │ │ ├── cocite.txt │ │ ├── enautica.txt │ │ ├── enta.txt │ │ ├── esad.txt │ │ ├── eshte.txt │ │ ├── iade.txt │ │ ├── inp.txt │ │ ├── inuaf-studia.txt │ │ ├── ipb.txt │ │ ├── ipbeja.txt │ │ ├── ipc.txt │ │ ├── ipca.txt │ │ ├── ipcb.txt │ │ ├── ipg.txt │ │ ├── ipl.txt │ │ ├── iplei.txt │ │ ├── ipleiria.txt │ │ ├── ipp.txt │ │ ├── ipportalegre.txt │ │ ├── ips.txt │ │ ├── ipsantarem.txt │ │ ├── ipt.txt │ │ ├── ipvc.txt │ │ ├── isai.txt │ │ ├── isbb.txt │ │ ├── iscac.txt │ │ ├── iscet.txt │ │ ├── iscte-iul.txt │ │ ├── iscte.txt │ │ ├── isec.txt │ │ ├── isel.txt │ │ ├── isg.txt │ │ ├── isla.txt │ │ ├── ispa.txt │ │ ├── ispab.txt │ │ ├── ispgaya.txt │ │ ├── istec.txt │ │ ├── istp.txt │ │ ├── oml.txt │ │ ├── pedago.txt │ │ ├── ua.txt │ │ ├── uab.txt │ │ ├── uab │ │ │ └── estudante.txt │ │ ├── uac.txt │ │ ├── ualg.txt │ │ ├── uatla.txt │ │ ├── ubi.txt │ │ ├── uc.txt │ │ ├── ucp.txt │ │ ├── uevora.txt │ │ ├── ufp.txt │ │ ├── uinternacional.txt │ │ ├── ul.txt │ │ ├── ulisboa.txt │ │ ├── ulusiada.txt │ │ ├── ulusofona.txt │ │ ├── uma.txt │ │ ├── uminho.txt │ │ ├── umoderna.txt │ │ ├── uni.txt │ │ ├── univ-ab.txt │ │ ├── universidade-autonoma.txt │ │ ├── unl.txt │ │ ├── up.txt │ │ ├── uportu.txt │ │ ├── utad.txt │ │ └── utl.txt │ ├── py │ │ ├── edu │ │ │ ├── columbia.txt │ │ │ ├── uaa.txt │ │ │ ├── uamericana.txt │ │ │ ├── uap.txt │ │ │ ├── uc.txt │ │ │ ├── ucom.txt │ │ │ ├── ucsa.txt │ │ │ ├── uma.txt │ │ │ ├── une.txt │ │ │ ├── unida.txt │ │ │ ├── uninorte.txt │ │ │ └── upe.txt │ │ └── una │ │ │ └── www.txt │ ├── qa │ │ └── edu │ │ │ └── qu.txt │ ├── ro │ │ ├── aistedaab.txt │ │ ├── arteiasi.txt │ │ ├── ase.txt │ │ ├── e-uvt.txt │ │ ├── emanuel.txt │ │ ├── iaim.txt │ │ ├── mta.txt │ │ ├── pub.txt │ │ ├── rau.txt │ │ ├── sapientia.txt │ │ ├── sibiu.txt │ │ ├── snspa.txt │ │ ├── spiruharet.txt │ │ ├── tuiasi.txt │ │ ├── uab.txt │ │ ├── uaic.txt │ │ ├── uartdcluj.txt │ │ ├── uat.txt │ │ ├── uav.txt │ │ ├── ub.txt │ │ ├── ubbcluj.txt │ │ ├── ubm.txt │ │ ├── ucv.txt │ │ ├── uem.txt │ │ ├── ugal.txt │ │ ├── umfcluj.txt │ │ ├── umfiasi.txt │ │ ├── umft.txt │ │ ├── umftgm.txt │ │ ├── unarte.txt │ │ ├── unatc.txt │ │ ├── unibuc.txt │ │ ├── unitbv.txt │ │ ├── univ-ovidius.txt │ │ ├── univagro-iasi.txt │ │ ├── univcb.txt │ │ ├── univermed-cdgm.txt │ │ ├── universitateamaritima.txt │ │ ├── unmb.txt │ │ ├── uoradea.txt │ │ ├── upa.txt │ │ ├── upet.txt │ │ ├── upg-ploiesti.txt │ │ ├── upit.txt │ │ ├── upm.txt │ │ ├── usab-tm.txt │ │ ├── usab.txt │ │ ├── usamvcluj.txt │ │ ├── usv.txt │ │ ├── utcb.txt │ │ ├── utcluj.txt │ │ ├── utgjiu.txt │ │ ├── utm.txt │ │ ├── utt.txt │ │ ├── uvt.txt │ │ ├── uvvg.txt │ │ └── valahia.txt │ ├── rs │ │ ├── ac │ │ │ ├── bg.txt │ │ │ ├── eu.txt │ │ │ ├── kg.txt │ │ │ ├── ni.txt │ │ │ ├── np.txt │ │ │ ├── pr.txt │ │ │ └── uns.txt │ │ └── edu │ │ │ ├── metropolitan.txt │ │ │ ├── privrednaakademija.txt │ │ │ ├── singidunum.txt │ │ │ └── uninp.txt │ ├── ru │ │ ├── ac │ │ │ ├── ivanovo.txt │ │ │ ├── mgul.txt │ │ │ ├── mpei.txt │ │ │ ├── novsu.txt │ │ │ ├── pspu.txt │ │ │ ├── pstu.txt │ │ │ ├── ugatu.txt │ │ │ ├── uni-vologda.txt │ │ │ ├── uniyar.txt │ │ │ ├── unn.txt │ │ │ ├── urc.txt │ │ │ ├── vspu.txt │ │ │ └── yma.txt │ │ ├── academiaga.txt │ │ ├── adygnet.txt │ │ ├── ael.txt │ │ ├── agtu.txt │ │ ├── ame.txt │ │ ├── amursu.txt │ │ ├── aptu.txt │ │ ├── asmu.txt │ │ ├── aspu.txt │ │ ├── astranet.txt │ │ ├── asu.txt │ │ ├── aucu.txt │ │ ├── avtlg.txt │ │ ├── bashedu.txt │ │ ├── biysk.txt │ │ ├── bmstu.txt │ │ ├── brstu.txt │ │ ├── bsaa.txt │ │ ├── bstu.txt │ │ ├── burnet.txt │ │ ├── centro.txt │ │ ├── chat.txt │ │ ├── chuvsu.txt │ │ ├── com │ │ │ └── drbit.txt │ │ ├── conservatoire.txt │ │ ├── conservatory.txt │ │ ├── da.txt │ │ ├── dgu.txt │ │ ├── dvfu.txt │ │ ├── dvfu │ │ │ └── students.txt │ │ ├── dvgu.txt │ │ ├── eastsib.txt │ │ ├── edu │ │ │ ├── bsu.txt │ │ │ ├── dstu.txt │ │ │ ├── kstu.txt │ │ │ ├── mstu.txt │ │ │ ├── muctr.txt │ │ │ ├── nsau.txt │ │ │ ├── pfu.txt │ │ │ ├── spmi.txt │ │ │ └── tspu.txt │ │ ├── eltech.txt │ │ ├── engec.txt │ │ ├── esstu.txt │ │ ├── fa.txt │ │ ├── festu.txt │ │ ├── ftacademy.txt │ │ ├── gasu.txt │ │ ├── gma.txt │ │ ├── gnesin-academy.txt │ │ ├── gorny-ins.txt │ │ ├── gpi.txt │ │ ├── gpma.txt │ │ ├── gubkin.txt │ │ ├── gukit.txt │ │ ├── guu.txt │ │ ├── hse.txt │ │ ├── ibp-moscow.txt │ │ ├── iet.txt │ │ ├── ifmo.txt │ │ ├── iitp.txt │ │ ├── ime.txt │ │ ├── indi.txt │ │ ├── innopolis.txt │ │ ├── irk.txt │ │ ├── isea.txt │ │ ├── ispu.txt │ │ ├── istu.txt │ │ ├── isu.txt │ │ ├── isuct.txt │ │ ├── jum.txt │ │ ├── kai.txt │ │ ├── kalmsu.txt │ │ ├── kaluga │ │ │ └── kspu.txt │ │ ├── kamgu.txt │ │ ├── kantiana.txt │ │ ├── karelia │ │ │ └── www.txt │ │ ├── kazanconservatory.txt │ │ ├── kbsu.txt │ │ ├── kcn.txt │ │ ├── kemsu.txt │ │ ├── kgpu.txt │ │ ├── khstu.txt │ │ ├── kiu.txt │ │ ├── klgtu.txt │ │ ├── knastu.txt │ │ ├── kpfu.txt │ │ ├── ksaba.txt │ │ ├── ksfei.txt │ │ ├── ksu.txt │ │ ├── kubagro.txt │ │ ├── kubstu.txt │ │ ├── kubsu.txt │ │ ├── kursk-uni.txt │ │ ├── kursk │ │ │ └── kstu.txt │ │ ├── kursknet.txt │ │ ├── lipetsk │ │ │ └── stu.txt │ │ ├── madi.txt │ │ ├── mari │ │ │ └── marstu.txt │ │ ├── masu.txt │ │ ├── mesi.txt │ │ ├── mgavm.txt │ │ ├── mgimo.txt │ │ ├── miet.txt │ │ ├── miet │ │ │ └── edu.txt │ │ ├── miigaik.txt │ │ ├── miit.txt │ │ ├── mipt.txt │ │ ├── mirbis.txt │ │ ├── mirea.txt │ │ ├── misis.txt │ │ ├── mma.txt │ │ ├── mosconsv.txt │ │ ├── mrsu.txt │ │ ├── msaab.txt │ │ ├── msiu.txt │ │ ├── mstuca.txt │ │ ├── msu.txt │ │ ├── msuee.txt │ │ ├── msuie.txt │ │ ├── mtuci.txt │ │ ├── muh.txt │ │ ├── muiv │ │ │ └── online.txt │ │ ├── ncstu.txt │ │ ├── nes.txt │ │ ├── net-ustu.txt │ │ ├── neva.txt │ │ ├── niuitmo.txt │ │ ├── norna.txt │ │ ├── norvuz.txt │ │ ├── nosu.txt │ │ ├── nsc.txt │ │ ├── nsmu.txt │ │ ├── nstu.txt │ │ ├── nsu.txt │ │ ├── nwpi.txt │ │ ├── obninsk.txt │ │ ├── omgau.txt │ │ ├── omgpu.txt │ │ ├── omgtu.txt │ │ ├── omgups.txt │ │ ├── omsk-osma.txt │ │ ├── orun.txt │ │ ├── osu.txt │ │ ├── pfur.txt │ │ ├── pglu.txt │ │ ├── pnzgu.txt │ │ ├── pomorsu.txt │ │ ├── psfa.txt │ │ ├── psma.txt │ │ ├── psu.txt │ │ ├── ptz │ │ │ └── kspu.txt │ │ ├── pu.txt │ │ ├── rah.txt │ │ ├── rea.txt │ │ ├── rgsu.txt │ │ ├── rgups.txt │ │ ├── rshu.txt │ │ ├── rsmu.txt │ │ ├── rsu.txt │ │ ├── rsuh.txt │ │ ├── rubinst.txt │ │ ├── samara │ │ │ └── ssu.txt │ │ ├── samiit.txt │ │ ├── samsmu.txt │ │ ├── sapanet.txt │ │ ├── sde │ │ │ └── elearn.txt │ │ ├── secna.txt │ │ ├── sever.txt │ │ ├── sgap.txt │ │ ├── sgau.txt │ │ ├── sgu.txt │ │ ├── sibsutis.txt │ │ ├── skolkovotech.txt │ │ ├── smr.txt │ │ ├── smtu.txt │ │ ├── spb │ │ │ ├── eu.txt │ │ │ ├── gti.txt │ │ │ ├── gturp.txt │ │ │ ├── herzen.txt │ │ │ ├── ibi.txt │ │ │ ├── mechnik.txt │ │ │ ├── nilc.txt │ │ │ ├── spbgau.txt │ │ │ └── tart.txt │ │ ├── spbgasu.txt │ │ ├── spbguki.txt │ │ ├── spbgut.txt │ │ ├── spbstu.txt │ │ ├── spbtei.txt │ │ ├── spbu.txt │ │ ├── spbuwc.txt │ │ ├── spcpa.txt │ │ ├── spk-55.txt │ │ ├── ssaa.txt │ │ ├── ssau.txt │ │ ├── sseu.txt │ │ ├── ssmu.txt │ │ ├── stankin.txt │ │ ├── stavsu.txt │ │ ├── stu.txt │ │ ├── suai.txt │ │ ├── sut.txt │ │ ├── sutd.txt │ │ ├── tgsha.txt │ │ ├── theatrins-yar.txt │ │ ├── timacad.txt │ │ ├── tltsu.txt │ │ ├── tmn.txt │ │ ├── touro.txt │ │ ├── tpu.txt │ │ ├── tsma.txt │ │ ├── tsogu.txt │ │ ├── tstu.txt │ │ ├── tsu.txt │ │ ├── tsuab.txt │ │ ├── tsure.txt │ │ ├── ttn.txt │ │ ├── tu-bryansk.txt │ │ ├── tula │ │ │ └── tsu.txt │ │ ├── tusur.txt │ │ ├── tuvsu.txt │ │ ├── tver │ │ │ └── tstu.txt │ │ ├── tversu.txt │ │ ├── uapa.txt │ │ ├── udm │ │ │ ├── ieeu.txt │ │ │ └── uni.txt │ │ ├── uef.txt │ │ ├── ulstu.txt │ │ ├── uni-dubna.txt │ │ ├── univ-orel.txt │ │ ├── urfu.txt │ │ ├── usaaa.txt │ │ ├── usart.txt │ │ ├── uscon.txt │ │ ├── usfea.txt │ │ ├── usla.txt │ │ ├── usmga.txt │ │ ├── ustu.txt │ │ ├── usu.txt │ │ ├── usue.txt │ │ ├── uvauga.txt │ │ ├── uven.txt │ │ ├── vgafk.txt │ │ ├── vgasa.txt │ │ ├── vieup.txt │ │ ├── vlsu.txt │ │ ├── volsu.txt │ │ ├── vrn │ │ │ └── vgta.txt │ │ ├── vsau.txt │ │ ├── vspu.txt │ │ ├── vstu.txt │ │ ├── vsu.txt │ │ ├── vvsu.txt │ │ ├── vyatsu.txt │ │ ├── wsnet.txt │ │ ├── yar.txt │ │ ├── ysu.txt │ │ └── zau.txt │ ├── rw │ │ └── ac │ │ │ ├── isae.txt │ │ │ ├── khi.txt │ │ │ ├── kie.txt │ │ │ ├── kist.txt │ │ │ ├── nur.txt │ │ │ ├── sfb.txt │ │ │ ├── uck.txt │ │ │ ├── ulk.txt │ │ │ └── umutarapolytech.txt │ ├── sa │ │ ├── edu │ │ │ ├── alyamamah.txt │ │ │ ├── bmc.txt │ │ │ ├── bu.txt │ │ │ ├── cba.txt │ │ │ ├── cti.txt │ │ │ ├── daralhekma.txt │ │ │ ├── dau.txt │ │ │ ├── dcc.txt │ │ │ ├── effatcollege.txt │ │ │ ├── fbsc.txt │ │ │ ├── ibnsina.txt │ │ │ ├── imamu.txt │ │ │ ├── ipa.txt │ │ │ ├── iu.txt │ │ │ ├── jazanu.txt │ │ │ ├── jct.txt │ │ │ ├── jic.txt │ │ │ ├── ju.txt │ │ │ ├── kau.txt │ │ │ ├── kaust.txt │ │ │ ├── kfsc.txt │ │ │ ├── kfu.txt │ │ │ ├── kfupm.txt │ │ │ ├── kku.txt │ │ │ ├── ksau-hs.txt │ │ │ ├── ksu.txt │ │ │ ├── ku.txt │ │ │ ├── mcst.txt │ │ │ ├── nauss.txt │ │ │ ├── nbu.txt │ │ │ ├── nu.txt │ │ │ ├── pmu.txt │ │ │ ├── psu.txt │ │ │ ├── qc.txt │ │ │ ├── qu.txt │ │ │ ├── rct.txt │ │ │ ├── riyadh.txt │ │ │ ├── rug.txt │ │ │ ├── su.txt │ │ │ ├── taibahu.txt │ │ │ ├── tu.txt │ │ │ ├── ucj.txt │ │ │ ├── ud.txt │ │ │ ├── uoh.txt │ │ │ ├── uqu.txt │ │ │ ├── ut.txt │ │ │ └── yic.txt │ │ ├── med │ │ │ └── ngha.txt │ │ └── org │ │ │ └── arabou.txt │ ├── sd │ │ ├── edu │ │ │ ├── aau.txt │ │ │ ├── ahfad.txt │ │ │ ├── bakhtalruda.txt │ │ │ ├── ccs.txt │ │ │ ├── dalanjuniversity.txt │ │ │ ├── fashir.txt │ │ │ ├── gaduniv.txt │ │ │ ├── iua.txt │ │ │ ├── kassalauni.txt │ │ │ ├── kordofan.txt │ │ │ ├── neelain.txt │ │ │ ├── nilevalley.txt │ │ │ ├── oau.txt │ │ │ ├── oiu.txt │ │ │ ├── ous.txt │ │ │ ├── quran-unv.txt │ │ │ ├── ribat.txt │ │ │ ├── rsu.txt │ │ │ ├── sinnaruniv.txt │ │ │ ├── uofd.txt │ │ │ └── ust.txt │ │ └── ush.txt │ ├── se │ │ ├── bth.txt │ │ ├── chalmers.txt │ │ ├── danderyd │ │ │ └── dagy.txt │ │ ├── du.txt │ │ ├── gu.txt │ │ ├── hb.txt │ │ ├── hgo.txt │ │ ├── hh.txt │ │ ├── hhs.txt │ │ ├── hig.txt │ │ ├── hik.txt │ │ ├── his.txt │ │ ├── hj.txt │ │ ├── hkr.txt │ │ ├── htu.txt │ │ ├── hv.txt │ │ ├── it-gymnasiet.txt │ │ ├── kau.txt │ │ ├── ki.txt │ │ ├── konstfack.txt │ │ ├── kth.txt │ │ ├── lhs.txt │ │ ├── liu.txt │ │ ├── lnu.txt │ │ ├── lth.txt │ │ ├── ltu.txt │ │ ├── lu.txt │ │ ├── luth.txt │ │ ├── mah.txt │ │ ├── mdh.txt │ │ ├── miun.txt │ │ ├── nhv.txt │ │ ├── oru.txt │ │ ├── sh.txt │ │ ├── slu.txt │ │ ├── su.txt │ │ ├── umu.txt │ │ ├── uu.txt │ │ ├── vxu.txt │ │ └── wmu.txt │ ├── sg │ │ └── edu │ │ │ ├── aventis.txt │ │ │ ├── ntu.txt │ │ │ ├── nus.txt │ │ │ ├── sim.txt │ │ │ ├── singaporetech.txt │ │ │ └── smu.txt │ ├── si │ │ ├── sc-nm.txt │ │ ├── ung.txt │ │ ├── uni-lj.txt │ │ ├── uni-mb.txt │ │ └── upr.txt │ ├── sk │ │ ├── akademiapz.txt │ │ ├── aku.txt │ │ ├── aos.txt │ │ ├── bisla.txt │ │ ├── dti.txt │ │ ├── euba.txt │ │ ├── ismpo.txt │ │ ├── ku.txt │ │ ├── selyeuni.txt │ │ ├── sevs.txt │ │ ├── spse-po.txt │ │ ├── stuba.txt │ │ ├── szu.txt │ │ ├── tnuni.txt │ │ ├── truni.txt │ │ ├── tuke.txt │ │ ├── tuzvo.txt │ │ ├── ucm.txt │ │ ├── ukf.txt │ │ ├── umb.txt │ │ ├── uniag.txt │ │ ├── uniba.txt │ │ ├── uninova.txt │ │ ├── unipo.txt │ │ ├── uniza.txt │ │ ├── upjs.txt │ │ ├── uvm.txt │ │ ├── vsm.txt │ │ ├── vsmu.txt │ │ ├── vssladkovicovo.txt │ │ ├── vssvalzbety.txt │ │ └── vsvu.txt │ ├── sm │ │ └── unirsm.txt │ ├── sn │ │ ├── ucad.txt │ │ ├── udb.txt │ │ └── ugb.txt │ ├── su │ │ ├── kemerovo.txt │ │ ├── nsk.txt │ │ └── omsk.txt │ ├── sv │ │ └── edu │ │ │ ├── cdb.txt │ │ │ ├── uae.txt │ │ │ ├── uca.txt │ │ │ ├── ucad.txt │ │ │ ├── uees.txt │ │ │ ├── ues.txt │ │ │ ├── ufg.txt │ │ │ ├── ugb.txt │ │ │ ├── ujmd.txt │ │ │ ├── uma.txt │ │ │ ├── umoar.txt │ │ │ ├── unab.txt │ │ │ ├── unasa.txt │ │ │ ├── univo.txt │ │ │ ├── unssa.txt │ │ │ ├── upan.txt │ │ │ ├── upes.txt │ │ │ ├── usam.txt │ │ │ ├── usonsonate.txt │ │ │ ├── utec.txt │ │ │ └── utla.txt │ ├── sy │ │ ├── ac.txt │ │ └── edu │ │ │ ├── albaath-univ.txt │ │ │ ├── damascusuniversity.txt │ │ │ ├── hiba.txt │ │ │ ├── iust.txt │ │ │ ├── must.txt │ │ │ ├── tishreen.txt │ │ │ ├── uok.txt │ │ │ ├── wiu.txt │ │ │ └── ypu.txt │ ├── sz │ │ └── uniswa.txt │ ├── tf │ │ └── edu.txt │ ├── tg │ │ └── univ-lome.txt │ ├── th │ │ └── ac │ │ │ ├── ait.txt │ │ │ ├── aru.txt │ │ │ ├── bu.txt │ │ │ ├── buu.txt │ │ │ ├── chiangmai.txt │ │ │ ├── chula.txt │ │ │ ├── cmru.txt │ │ │ ├── cmvc.txt │ │ │ ├── cpu.txt │ │ │ ├── dpu.txt │ │ │ ├── dusit.txt │ │ │ ├── eau.txt │ │ │ ├── hcu.txt │ │ │ ├── hu.txt │ │ │ ├── kbu.txt │ │ │ ├── kku.txt │ │ │ ├── kmitl.txt │ │ │ ├── kmutnb.txt │ │ │ ├── kmutt.txt │ │ │ ├── krirk.txt │ │ │ ├── ku.txt │ │ │ ├── lampangvc.txt │ │ │ ├── lcat.txt │ │ │ ├── lcct.txt │ │ │ ├── lpru.txt │ │ │ ├── mahidol.txt │ │ │ ├── mbu.txt │ │ │ ├── mcu.txt │ │ │ ├── mfu.txt │ │ │ ├── mju.txt │ │ │ ├── msu.txt │ │ │ ├── mut.txt │ │ │ ├── nida.txt │ │ │ ├── nu.txt │ │ │ ├── payap.txt │ │ │ ├── psu.txt │ │ │ ├── ptu.txt │ │ │ ├── rmutl.txt │ │ │ ├── rmutp.txt │ │ │ ├── rsu.txt │ │ │ ├── ru.txt │ │ │ ├── sau.txt │ │ │ ├── spu.txt │ │ │ ├── stjohn.txt │ │ │ ├── stou.txt │ │ │ ├── su.txt │ │ │ ├── sut.txt │ │ │ ├── swu.txt │ │ │ ├── tsu.txt │ │ │ ├── tu.txt │ │ │ ├── ubu.txt │ │ │ ├── utcc.txt │ │ │ ├── vu.txt │ │ │ ├── webster.txt │ │ │ └── wu.txt │ ├── tj │ │ ├── tajagroun.txt │ │ └── tarena.txt │ ├── tm │ │ └── edu.txt │ ├── tn │ │ ├── enis.txt │ │ ├── ens │ │ │ └── unat.txt │ │ ├── rnu │ │ │ ├── disfm.txt │ │ │ ├── enis.txt │ │ │ ├── isetr.txt │ │ │ ├── isg.txt │ │ │ ├── uc.txt │ │ │ ├── ugaf.txt │ │ │ ├── uj.txt │ │ │ ├── um.txt │ │ │ ├── uma.txt │ │ │ ├── univ-k.txt │ │ │ ├── univgb.txt │ │ │ ├── uss.txt │ │ │ ├── utm.txt │ │ │ ├── utunis.txt │ │ │ ├── uvt.txt │ │ │ └── uz.txt │ │ └── uma │ │ │ └── ensi.txt │ ├── tr │ │ └── edu │ │ │ ├── adu.txt │ │ │ ├── ahievran.txt │ │ │ ├── akdeniz.txt │ │ │ ├── aku.txt │ │ │ ├── anadolu.txt │ │ │ ├── ankara.txt │ │ │ ├── arel.txt │ │ │ ├── atauni.txt │ │ │ ├── atilim.txt │ │ │ ├── bahcesehir.txt │ │ │ ├── balikesir.txt │ │ │ ├── baskent.txt │ │ │ ├── bayar.txt │ │ │ ├── beykent.txt │ │ │ ├── bilecik.txt │ │ │ ├── bilkent.txt │ │ │ ├── boun.txt │ │ │ ├── cag.txt │ │ │ ├── cankaya.txt │ │ │ ├── ciu.txt │ │ │ ├── comu.txt │ │ │ ├── cu.txt │ │ │ ├── cumhuriyet.txt │ │ │ ├── deu.txt │ │ │ ├── dho.txt │ │ │ ├── dicle.txt │ │ │ ├── dogus.txt │ │ │ ├── dumlupinar.txt │ │ │ ├── ege.txt │ │ │ ├── emu.txt │ │ │ ├── erciyes.txt │ │ │ ├── etu.txt │ │ │ ├── fatih.txt │ │ │ ├── firat.txt │ │ │ ├── gantep.txt │ │ │ ├── gau.txt │ │ │ ├── gazi.txt │ │ │ ├── gop.txt │ │ │ ├── gsu.txt │ │ │ ├── gyte.txt │ │ │ ├── halic.txt │ │ │ ├── harran.txt │ │ │ ├── hun.txt │ │ │ ├── ibu.txt │ │ │ ├── ibun.txt │ │ │ ├── iku.txt │ │ │ ├── inonu.txt │ │ │ ├── isikun.txt │ │ │ ├── istanbul.txt │ │ │ ├── iticu.txt │ │ │ ├── itu.txt │ │ │ ├── iyte.txt │ │ │ ├── izmirekonomi.txt │ │ │ ├── kafkas.txt │ │ │ ├── karaelmas.txt │ │ │ ├── khas.txt │ │ │ ├── kku.txt │ │ │ ├── ksu.txt │ │ │ ├── ktu.txt │ │ │ ├── ku.txt │ │ │ ├── lefke.txt │ │ │ ├── maltepe.txt │ │ │ ├── marmara.txt │ │ │ ├── mersin.txt │ │ │ ├── mevlana.txt │ │ │ ├── mku.txt │ │ │ ├── msu.txt │ │ │ ├── mu.txt │ │ │ ├── neu.txt │ │ │ ├── nigde.txt │ │ │ ├── nku.txt │ │ │ ├── odtu.txt │ │ │ ├── ogu.txt │ │ │ ├── omu.txt │ │ │ ├── pamukkale.txt │ │ │ ├── sabanciuniv.txt │ │ │ ├── sau.txt │ │ │ ├── sdu.txt │ │ │ ├── sehir.txt │ │ │ ├── selcuk.txt │ │ │ ├── trakya.txt │ │ │ ├── ufuk.txt │ │ │ ├── uludag.txt │ │ │ ├── yalova.txt │ │ │ ├── yasar.txt │ │ │ ├── yeditepe.txt │ │ │ ├── yildiz.txt │ │ │ └── yyu.txt │ ├── tt │ │ ├── edu │ │ │ ├── usc.txt │ │ │ └── utt.txt │ │ └── uwi.txt │ ├── tw │ │ └── edu │ │ │ ├── asia.txt │ │ │ ├── au.txt │ │ │ ├── ccu.txt │ │ │ ├── cgu.txt │ │ │ ├── chu.txt │ │ │ ├── cku.txt │ │ │ ├── cmu.txt │ │ │ ├── cpu.txt │ │ │ ├── csmu.txt │ │ │ ├── cycu.txt │ │ │ ├── cyut.txt │ │ │ ├── dyu.txt │ │ │ ├── fcu.txt │ │ │ ├── fju.txt │ │ │ ├── hcu.txt │ │ │ ├── hfu.txt │ │ │ ├── isu.txt │ │ │ ├── kmu.txt │ │ │ ├── ksu.txt │ │ │ ├── kuas.txt │ │ │ ├── lhu.txt │ │ │ ├── mcu.txt │ │ │ ├── nccu.txt │ │ │ ├── nchu.txt │ │ │ ├── ncku.txt │ │ │ ├── ncnu.txt │ │ │ ├── nctu.txt │ │ │ ├── ncu.txt │ │ │ ├── ncue.txt │ │ │ ├── ncyu.txt │ │ │ ├── ndhu.txt │ │ │ ├── nfu.txt │ │ │ ├── nhu.txt │ │ │ ├── niu.txt │ │ │ ├── nkfust.txt │ │ │ ├── nknu.txt │ │ │ ├── nou.txt │ │ │ ├── nptu.txt │ │ │ ├── npust.txt │ │ │ ├── nsysu.txt │ │ │ ├── ntcu.txt │ │ │ ├── nthu.txt │ │ │ ├── ntnu.txt │ │ │ ├── ntou.txt │ │ │ ├── ntpu.txt │ │ │ ├── nttu.txt │ │ │ ├── ntu.txt │ │ │ ├── ntua.txt │ │ │ ├── ntue.txt │ │ │ ├── ntunhs.txt │ │ │ ├── ntust.txt │ │ │ ├── ntut.txt │ │ │ ├── nuk.txt │ │ │ ├── nutn.txt │ │ │ ├── nuu.txt │ │ │ ├── ouk.txt │ │ │ ├── pccu.txt │ │ │ ├── pu.txt │ │ │ ├── scu.txt │ │ │ ├── shu.txt │ │ │ ├── sju.txt │ │ │ ├── stust.txt │ │ │ ├── tcu.txt │ │ │ ├── thu.txt │ │ │ ├── tku.txt │ │ │ ├── tmu.txt │ │ │ ├── tnnua.txt │ │ │ ├── tnua.txt │ │ │ ├── ttc.txt │ │ │ ├── ttu.txt │ │ │ ├── usc.txt │ │ │ ├── utaipei.txt │ │ │ ├── ym.txt │ │ │ ├── yuntech.txt │ │ │ └── yzu.txt │ ├── tz │ │ └── ac │ │ │ ├── dit.txt │ │ │ ├── hkmu.txt │ │ │ ├── iaa.txt │ │ │ ├── ifm.txt │ │ │ ├── kcmc.txt │ │ │ ├── mmu.txt │ │ │ ├── mnma.txt │ │ │ ├── muccobs.txt │ │ │ ├── muchs.txt │ │ │ ├── mzumbe.txt │ │ │ ├── saut.txt │ │ │ ├── suanet.txt │ │ │ ├── tumaini.txt │ │ │ ├── udom.txt │ │ │ └── udsm.txt │ ├── ua │ │ ├── com │ │ │ └── sevntu.txt │ │ ├── crimea │ │ │ └── tnu.txt │ │ ├── cv │ │ │ └── chnu.txt │ │ ├── dp │ │ │ ├── dlit.txt │ │ │ ├── dnu.txt │ │ │ └── dstu.txt │ │ ├── edu │ │ │ ├── diit.txt │ │ │ ├── donntu.txt │ │ │ ├── donnu.txt │ │ │ ├── hneu.txt │ │ │ ├── kdpu.txt │ │ │ ├── knuba.txt │ │ │ ├── krok.txt │ │ │ ├── ksu.txt │ │ │ ├── lp.txt │ │ │ ├── nau.txt │ │ │ ├── nmetau.txt │ │ │ ├── nmu.txt │ │ │ ├── npu.txt │ │ │ ├── nuos.txt │ │ │ ├── onu.txt │ │ │ ├── pntu.txt │ │ │ ├── pusku.txt │ │ │ ├── snu.txt │ │ │ ├── sumdu.txt │ │ │ ├── tane.txt │ │ │ ├── univd.txt │ │ │ ├── usmtu.txt │ │ │ ├── vntu.txt │ │ │ ├── zntu.txt │ │ │ └── znu.txt │ │ ├── if │ │ │ ├── ifdtung.txt │ │ │ └── pu.txt │ │ ├── kharkov │ │ │ ├── khadi.txt │ │ │ ├── kpi.txt │ │ │ ├── ksmu.txt │ │ │ ├── kstuca.txt │ │ │ ├── kture.txt │ │ │ ├── ukrfa.txt │ │ │ └── univer.txt │ │ ├── kherson │ │ │ └── university.txt │ │ ├── kiev │ │ │ ├── btsau.txt │ │ │ ├── kneu.txt │ │ │ ├── nauu.txt │ │ │ ├── ukma.txt │ │ │ ├── unicyb.txt │ │ │ ├── univ.txt │ │ │ └── usuft.txt │ │ ├── km │ │ │ ├── khnu.txt │ │ │ └── tup.txt │ │ ├── kpi.txt │ │ ├── kr │ │ │ └── kspu.txt │ │ ├── lg │ │ │ └── lgpu.txt │ │ ├── lviv │ │ │ ├── forest.txt │ │ │ ├── franko.txt │ │ │ └── meduniv.txt │ │ ├── mk │ │ │ └── kma.txt │ │ ├── odessa │ │ │ ├── ma.txt │ │ │ ├── ogasa.txt │ │ │ ├── opu.txt │ │ │ ├── osaft.txt │ │ │ └── osmu.txt │ │ ├── org │ │ │ ├── kse.txt │ │ │ └── nmu.txt │ │ ├── sumy │ │ │ ├── academy.txt │ │ │ └── sau.txt │ │ ├── vinnica │ │ │ └── vstu.txt │ │ └── vn │ │ │ └── vnmu.txt │ ├── ug │ │ └── ac │ │ │ ├── bugemauniv.txt │ │ │ ├── busitema.txt │ │ │ ├── busogauniversity.txt │ │ │ ├── gu.txt │ │ │ ├── iuiu.txt │ │ │ ├── kiu.txt │ │ │ ├── ku.txt │ │ │ ├── kyu.txt │ │ │ ├── mak.txt │ │ │ ├── mmu.txt │ │ │ ├── mru.txt │ │ │ ├── must.txt │ │ │ ├── ndejjeuniversity.txt │ │ │ ├── nkumbauniversity.txt │ │ │ ├── ucu.txt │ │ │ └── umu.txt │ ├── uk │ │ ├── ac │ │ │ ├── abdn.txt │ │ │ ├── aber.txt │ │ │ ├── abertay.txt │ │ │ ├── anglia.txt │ │ │ ├── aston.txt │ │ │ ├── bangor.txt │ │ │ ├── bath.txt │ │ │ ├── bbk.txt │ │ │ ├── bcom.txt │ │ │ ├── bcu.txt │ │ │ ├── beds.txt │ │ │ ├── belfastmet.txt │ │ │ ├── bham.txt │ │ │ ├── bournemouth.txt │ │ │ ├── brad.txt │ │ │ ├── bris.txt │ │ │ ├── brookes.txt │ │ │ ├── brooklands.txt │ │ │ ├── brunel.txt │ │ │ ├── bton.txt │ │ │ ├── buck.txt │ │ │ ├── bucks.txt │ │ │ ├── cam.txt │ │ │ ├── canterbury.txt │ │ │ ├── cardiff.txt │ │ │ ├── chester.txt │ │ │ ├── city.txt │ │ │ ├── courtauld.txt │ │ │ ├── coventry.txt │ │ │ ├── cranfield.txt │ │ │ ├── derby.txt │ │ │ ├── dmu.txt │ │ │ ├── dundee.txt │ │ │ ├── dur.txt │ │ │ ├── ed.txt │ │ │ ├── eselondon.txt │ │ │ ├── essex.txt │ │ │ ├── ex.txt │ │ │ ├── gcal.txt │ │ │ ├── gla.txt │ │ │ ├── glam.txt │ │ │ ├── glos.txt │ │ │ ├── gold.txt │ │ │ ├── gre.txt │ │ │ ├── gsa.txt │ │ │ ├── herts.txt │ │ │ ├── heythrop.txt │ │ │ ├── hope.txt │ │ │ ├── hud.txt │ │ │ ├── hull.txt │ │ │ ├── hw.txt │ │ │ ├── ic.txt │ │ │ ├── imperial.txt │ │ │ ├── ioe.txt │ │ │ ├── kcl.txt │ │ │ ├── keele.txt │ │ │ ├── kingston.txt │ │ │ ├── lamp.txt │ │ │ ├── lancs.txt │ │ │ ├── lboro.txt │ │ │ ├── le.txt │ │ │ ├── leeds.txt │ │ │ ├── lgu.txt │ │ │ ├── lincoln.txt │ │ │ ├── liv.txt │ │ │ ├── livjm.txt │ │ │ ├── lmu.txt │ │ │ ├── lon.txt │ │ │ ├── londonmet.txt │ │ │ ├── lse.txt │ │ │ ├── lshtm.txt │ │ │ ├── man.txt │ │ │ ├── manchester.txt │ │ │ ├── mdx.txt │ │ │ ├── mmu.txt │ │ │ ├── napier.txt │ │ │ ├── ncl.txt │ │ │ ├── newport.txt │ │ │ ├── northampton.txt │ │ │ ├── nottingham.txt │ │ │ ├── ntu.txt │ │ │ ├── open.txt │ │ │ ├── ox.txt │ │ │ ├── paisley.txt │ │ │ ├── plymouth.txt │ │ │ ├── port.txt │ │ │ ├── qmw.txt │ │ │ ├── qub.txt │ │ │ ├── ram.txt │ │ │ ├── rca.txt │ │ │ ├── rcm.txt │ │ │ ├── rdg.txt │ │ │ ├── rgu.txt │ │ │ ├── rhbnc.txt │ │ │ ├── richmond.txt │ │ │ ├── roehampton.txt │ │ │ ├── salford.txt │ │ │ ├── sas.txt │ │ │ ├── sghms.txt │ │ │ ├── shef.txt │ │ │ ├── shu.txt │ │ │ ├── smu.txt │ │ │ ├── soas.txt │ │ │ ├── solent.txt │ │ │ ├── soton.txt │ │ │ ├── southwales.txt │ │ │ ├── ssees.txt │ │ │ ├── st-and.txt │ │ │ ├── st-patricks.txt │ │ │ ├── staffs.txt │ │ │ ├── stir.txt │ │ │ ├── strath.txt │ │ │ ├── sunderland.txt │ │ │ ├── surrey.txt │ │ │ ├── sussex.txt │ │ │ ├── swan.txt │ │ │ ├── tcm.txt │ │ │ ├── tees.txt │ │ │ ├── trinity-cm.txt │ │ │ ├── tvu.txt │ │ │ ├── ucl.txt │ │ │ ├── uclan.txt │ │ │ ├── ucs.txt │ │ │ ├── uea.txt │ │ │ ├── uel.txt │ │ │ ├── ukc.txt │ │ │ ├── ulsop.txt │ │ │ ├── ulst.txt │ │ │ ├── umds.txt │ │ │ ├── unl.txt │ │ │ ├── unn.txt │ │ │ ├── uwe.txt │ │ │ ├── uwic.txt │ │ │ ├── wales.txt │ │ │ ├── warwick.txt │ │ │ ├── westminster.txt │ │ │ ├── wimbledon.txt │ │ │ ├── wlv.txt │ │ │ ├── worc.txt │ │ │ └── york.txt │ │ ├── co │ │ │ ├── iubs.txt │ │ │ ├── limt.txt │ │ │ └── williamgilbert.txt │ │ └── org │ │ │ └── carmel.txt │ ├── us │ │ ├── fuom.txt │ │ ├── il │ │ │ └── cc │ │ │ │ ├── lc.txt │ │ │ │ └── rvc.txt │ │ ├── mycod.txt │ │ ├── tx │ │ │ └── cc │ │ │ │ └── austin.txt │ │ └── yorkuniversity.txt │ ├── uy │ │ └── edu │ │ │ ├── claeh.txt │ │ │ ├── ort.txt │ │ │ ├── rau.txt │ │ │ ├── ucu.txt │ │ │ ├── ude.txt │ │ │ └── um.txt │ ├── uz │ │ ├── andmii.txt │ │ ├── farpi.txt │ │ ├── ibs.txt │ │ ├── mdis.txt │ │ ├── nuu.txt │ │ ├── pharmi.txt │ │ ├── qdpi.txt │ │ ├── samdu.txt │ │ ├── tayi.txt │ │ ├── tfi.txt │ │ ├── tiim.txt │ │ ├── tiu.txt │ │ ├── tma.txt │ │ ├── tstu.txt │ │ ├── tsue.txt │ │ ├── tuit.txt │ │ ├── uwed.txt │ │ ├── uzpak.txt │ │ ├── uzswlu.txt │ │ └── wiut.txt │ ├── ve │ │ ├── edu │ │ │ ├── uba.txt │ │ │ ├── ubv.txt │ │ │ ├── uc.txt │ │ │ ├── ucab.txt │ │ │ ├── ucat.txt │ │ │ ├── ucla.txt │ │ │ ├── udo.txt │ │ │ ├── uft.txt │ │ │ ├── ugma.txt │ │ │ ├── ujap.txt │ │ │ ├── una.txt │ │ │ ├── une.txt │ │ │ ├── unefa.txt │ │ │ ├── unefm.txt │ │ │ ├── uneg.txt │ │ │ ├── unellez.txt │ │ │ ├── unerg.txt │ │ │ ├── unermb.txt │ │ │ ├── unesr.txt │ │ │ ├── unesur.txt │ │ │ ├── unet.txt │ │ │ ├── unexpo.txt │ │ │ ├── unica.txt │ │ │ ├── unimet.txt │ │ │ ├── unitec.txt │ │ │ ├── upel.txt │ │ │ ├── uvm.txt │ │ │ └── yacambu.txt │ │ ├── luz │ │ │ └── www.txt │ │ ├── ucv │ │ │ └── www.txt │ │ ├── ula │ │ │ └── www.txt │ │ ├── usb.txt │ │ └── usb │ │ │ └── www.txt │ ├── vn │ │ ├── edu │ │ │ ├── bdu.txt │ │ │ ├── ctu.txt │ │ │ ├── dhxd.txt │ │ │ ├── dlu.txt │ │ │ ├── fpt.txt │ │ │ ├── hau.txt │ │ │ ├── hcmuaf.txt │ │ │ ├── hcmuarc.txt │ │ │ ├── hcmulaw.txt │ │ │ ├── hcmuns.txt │ │ │ ├── hcmupeda.txt │ │ │ ├── hcmussh.txt │ │ │ ├── hcmut.txt │ │ │ ├── hcmute.txt │ │ │ ├── hcmutrans.txt │ │ │ ├── hmu.txt │ │ │ ├── hou.txt │ │ │ ├── hua.txt │ │ │ ├── huaf.txt │ │ │ ├── hueuni.txt │ │ │ ├── humg.txt │ │ │ ├── hus.txt │ │ │ ├── hut.txt │ │ │ ├── hwru.txt │ │ │ ├── ktkt-haiduong.txt │ │ │ ├── neu.txt │ │ │ ├── ou.txt │ │ │ ├── rmit.txt │ │ │ ├── sgu.txt │ │ │ ├── taynguyenuni.txt │ │ │ ├── tuaf.txt │ │ │ ├── ud.txt │ │ │ ├── ueh.txt │ │ │ ├── vimaru.txt │ │ │ ├── vnu.txt │ │ │ ├── vnuhcm.txt │ │ │ └── yds.txt │ │ ├── udn.txt │ │ └── vnn.txt │ ├── ws │ │ └── edu │ │ │ └── nus.txt │ ├── ye │ │ └── edu │ │ │ ├── adenuniversity.txt │ │ │ ├── eman-univ.txt │ │ │ ├── hoduniv.txt │ │ │ ├── hust.txt │ │ │ └── su.txt │ ├── yu │ │ └── ac │ │ │ └── cg.txt │ ├── za │ │ ├── ac │ │ │ ├── cput.txt │ │ │ ├── cut.txt │ │ │ ├── myuct.txt │ │ │ ├── nmmu.txt │ │ │ ├── ru.txt │ │ │ ├── sun.txt │ │ │ ├── tut.txt │ │ │ ├── uct.txt │ │ │ ├── ufh.txt │ │ │ ├── uj.txt │ │ │ ├── ukzn.txt │ │ │ ├── ul.txt │ │ │ ├── unisa.txt │ │ │ ├── univen.txt │ │ │ ├── uniwest.txt │ │ │ ├── uovs.txt │ │ │ ├── up.txt │ │ │ ├── uwc.txt │ │ │ ├── uzulu.txt │ │ │ ├── vut.txt │ │ │ ├── wits.txt │ │ │ └── wsu.txt │ │ ├── co │ │ │ ├── tuks.txt │ │ │ └── vc.txt │ │ └── edu │ │ │ └── pctraining │ │ │ └── students.txt │ ├── zm │ │ ├── ac │ │ │ ├── mu.txt │ │ │ └── unilus.txt │ │ ├── edu │ │ │ └── cbu.txt │ │ └── unza │ │ │ └── www.txt │ └── zw │ │ └── ac │ │ ├── cut.txt │ │ ├── msu.txt │ │ ├── nust.txt │ │ ├── solusi.txt │ │ └── uz.txt ├── swot.rb └── swot │ ├── academic_tlds.rb │ └── collection_methods.rb ├── swot.gemspec └── test ├── helper.rb ├── test_collection_methods.rb └── test_swot.rb /.ruby-version: -------------------------------------------------------------------------------- 1 | 2.0.0 2 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | rvm: 3 | - 2.3.1 4 | -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 1.0.0 -------------------------------------------------------------------------------- /lib/domains/ac/mdx.txt: -------------------------------------------------------------------------------- 1 | Middlesex University Dubai 2 | -------------------------------------------------------------------------------- /lib/domains/ac/unw.txt: -------------------------------------------------------------------------------- 1 | University of NorthWest 2 | -------------------------------------------------------------------------------- /lib/domains/ad/uda.txt: -------------------------------------------------------------------------------- 1 | University of Andorra 2 | -------------------------------------------------------------------------------- /lib/domains/ae/ac/adu.txt: -------------------------------------------------------------------------------- 1 | Abu Dhabi University 2 | -------------------------------------------------------------------------------- /lib/domains/ae/ac/gmu.txt: -------------------------------------------------------------------------------- 1 | Gulf Medical University 2 | -------------------------------------------------------------------------------- /lib/domains/ae/ac/ittihad.txt: -------------------------------------------------------------------------------- 1 | Ittihad University 2 | -------------------------------------------------------------------------------- /lib/domains/ae/ac/pi.txt: -------------------------------------------------------------------------------- 1 | The Petroleum Institute 2 | -------------------------------------------------------------------------------- /lib/domains/ae/ac/ud.txt: -------------------------------------------------------------------------------- 1 | University Of Dubai 2 | -------------------------------------------------------------------------------- /lib/domains/ae/ac/zu.txt: -------------------------------------------------------------------------------- 1 | Zayed University 2 | -------------------------------------------------------------------------------- /lib/domains/ae/agu.txt: -------------------------------------------------------------------------------- 1 | Al Ghurair University 2 | -------------------------------------------------------------------------------- /lib/domains/ae/alhosnu.txt: -------------------------------------------------------------------------------- 1 | Alhosn University 2 | -------------------------------------------------------------------------------- /lib/domains/af/edu/bakhtar.txt: -------------------------------------------------------------------------------- 1 | Bakhtar University 2 | -------------------------------------------------------------------------------- /lib/domains/af/edu/kardan.txt: -------------------------------------------------------------------------------- 1 | Kardan University 2 | -------------------------------------------------------------------------------- /lib/domains/af/edu/ku.txt: -------------------------------------------------------------------------------- 1 | Kabul University 2 | -------------------------------------------------------------------------------- /lib/domains/al/edu/epoka.txt: -------------------------------------------------------------------------------- 1 | Epoka University 2 | -------------------------------------------------------------------------------- /lib/domains/am/ysu.txt: -------------------------------------------------------------------------------- 1 | Yerevan State University 2 | -------------------------------------------------------------------------------- /lib/domains/ao/uan.txt: -------------------------------------------------------------------------------- 1 | Univesidade Agostinho Neto 2 | -------------------------------------------------------------------------------- /lib/domains/ar/edu/ub.txt: -------------------------------------------------------------------------------- 1 | Universidad de Belgrano 2 | -------------------------------------------------------------------------------- /lib/domains/ar/edu/uch.txt: -------------------------------------------------------------------------------- 1 | Universidad Champagnat 2 | -------------------------------------------------------------------------------- /lib/domains/ar/edu/um.txt: -------------------------------------------------------------------------------- 1 | Universidad de Mendoza 2 | -------------------------------------------------------------------------------- /lib/domains/at/aau.txt: -------------------------------------------------------------------------------- 1 | Universität Klagenfurt 2 | -------------------------------------------------------------------------------- /lib/domains/at/ac/htl-hl.txt: -------------------------------------------------------------------------------- 1 | HTL Hollabrunn 2 | -------------------------------------------------------------------------------- /lib/domains/at/ac/kfunigraz.txt: -------------------------------------------------------------------------------- 1 | Universität Graz 2 | -------------------------------------------------------------------------------- /lib/domains/at/ac/sbg.txt: -------------------------------------------------------------------------------- 1 | Universität Salzburg 2 | -------------------------------------------------------------------------------- /lib/domains/at/ac/uibk.txt: -------------------------------------------------------------------------------- 1 | Universität Innsbruck 2 | -------------------------------------------------------------------------------- /lib/domains/at/ac/uni-linz.txt: -------------------------------------------------------------------------------- 1 | Universität Linz 2 | -------------------------------------------------------------------------------- /lib/domains/at/ac/univie.txt: -------------------------------------------------------------------------------- 1 | Universität Vienna 2 | -------------------------------------------------------------------------------- /lib/domains/at/fhv.txt: -------------------------------------------------------------------------------- 1 | Fachhochschule Vorarlberg 2 | -------------------------------------------------------------------------------- /lib/domains/at/hak-althofen.txt: -------------------------------------------------------------------------------- 1 | HAK Althofen 2 | -------------------------------------------------------------------------------- /lib/domains/at/htl-braunau.txt: -------------------------------------------------------------------------------- 1 | HTL Braunau -------------------------------------------------------------------------------- /lib/domains/at/htl-donaustadt.txt: -------------------------------------------------------------------------------- 1 | HTL Donaustadt 2 | -------------------------------------------------------------------------------- /lib/domains/at/htl-ottakring.txt: -------------------------------------------------------------------------------- 1 | HTL Ottakring 2 | -------------------------------------------------------------------------------- /lib/domains/at/htlkrems.txt: -------------------------------------------------------------------------------- 1 | HTL Krems 2 | -------------------------------------------------------------------------------- /lib/domains/at/htlpinkafeld.txt: -------------------------------------------------------------------------------- 1 | HTL Pinkafeld 2 | -------------------------------------------------------------------------------- /lib/domains/at/jku.txt: -------------------------------------------------------------------------------- 1 | Johannes Kepler University Linz -------------------------------------------------------------------------------- /lib/domains/at/moedling/htl.txt: -------------------------------------------------------------------------------- 1 | HTL Mödling 2 | -------------------------------------------------------------------------------- /lib/domains/at/rennweg/htl.txt: -------------------------------------------------------------------------------- 1 | HTL Rennweg 2 | -------------------------------------------------------------------------------- /lib/domains/at/spengergasse.txt: -------------------------------------------------------------------------------- 1 | HTL Spengergasse 2 | -------------------------------------------------------------------------------- /lib/domains/at/technikum-wien.txt: -------------------------------------------------------------------------------- 1 | Technikum Wien 2 | -------------------------------------------------------------------------------- /lib/domains/at/uni-graz.txt: -------------------------------------------------------------------------------- 1 | University of Graz -------------------------------------------------------------------------------- /lib/domains/au/edu/avondale.txt: -------------------------------------------------------------------------------- 1 | Avondale College 2 | -------------------------------------------------------------------------------- /lib/domains/au/edu/bond.txt: -------------------------------------------------------------------------------- 1 | Bond University 2 | -------------------------------------------------------------------------------- /lib/domains/au/edu/deakin.txt: -------------------------------------------------------------------------------- 1 | Deakin University 2 | -------------------------------------------------------------------------------- /lib/domains/au/edu/ecu.txt: -------------------------------------------------------------------------------- 1 | Edith Cowan University 2 | -------------------------------------------------------------------------------- /lib/domains/au/edu/gu.txt: -------------------------------------------------------------------------------- 1 | Griffith University 2 | -------------------------------------------------------------------------------- /lib/domains/au/edu/holmes.txt: -------------------------------------------------------------------------------- 1 | Holmes Institute 2 | -------------------------------------------------------------------------------- /lib/domains/au/edu/monash.txt: -------------------------------------------------------------------------------- 1 | Monash University 2 | -------------------------------------------------------------------------------- /lib/domains/au/edu/mq.txt: -------------------------------------------------------------------------------- 1 | Macquarie University 2 | -------------------------------------------------------------------------------- /lib/domains/au/edu/murdoch.txt: -------------------------------------------------------------------------------- 1 | Murdoch University 2 | -------------------------------------------------------------------------------- /lib/domains/au/edu/usyd.txt: -------------------------------------------------------------------------------- 1 | University of Sydney 2 | -------------------------------------------------------------------------------- /lib/domains/au/edu/vu.txt: -------------------------------------------------------------------------------- 1 | Victoria University 2 | -------------------------------------------------------------------------------- /lib/domains/au/net/tafensw.txt: -------------------------------------------------------------------------------- 1 | TAFE NSW 2 | -------------------------------------------------------------------------------- /lib/domains/au/net/uq.txt: -------------------------------------------------------------------------------- 1 | University of Queensland -------------------------------------------------------------------------------- /lib/domains/au/oz/mu.txt: -------------------------------------------------------------------------------- 1 | University of Melbourne 2 | -------------------------------------------------------------------------------- /lib/domains/az/bsu.txt: -------------------------------------------------------------------------------- 1 | Baku State University 2 | -------------------------------------------------------------------------------- /lib/domains/az/edu/au.txt: -------------------------------------------------------------------------------- 1 | Azerbaijan University 2 | -------------------------------------------------------------------------------- /lib/domains/az/edu/oyu.txt: -------------------------------------------------------------------------------- 1 | Odlar Yurdu University 2 | -------------------------------------------------------------------------------- /lib/domains/az/edu/pa.txt: -------------------------------------------------------------------------------- 1 | Police Academy 2 | -------------------------------------------------------------------------------- /lib/domains/az/edu/wu.txt: -------------------------------------------------------------------------------- 1 | Western University 2 | -------------------------------------------------------------------------------- /lib/domains/az/gsu.txt: -------------------------------------------------------------------------------- 1 | Ganja State University 2 | -------------------------------------------------------------------------------- /lib/domains/ba/sfa.txt: -------------------------------------------------------------------------------- 1 | Sarajevo Film Academy 2 | -------------------------------------------------------------------------------- /lib/domains/ba/spu.txt: -------------------------------------------------------------------------------- 1 | Slobomir P Univerzitet 2 | -------------------------------------------------------------------------------- /lib/domains/ba/sve-mo.txt: -------------------------------------------------------------------------------- 1 | University of Mostar 2 | -------------------------------------------------------------------------------- /lib/domains/ba/unbi/www.txt: -------------------------------------------------------------------------------- 1 | University of Bihac 2 | -------------------------------------------------------------------------------- /lib/domains/ba/unsa.txt: -------------------------------------------------------------------------------- 1 | University of Sarajevo -------------------------------------------------------------------------------- /lib/domains/ba/untz.txt: -------------------------------------------------------------------------------- 1 | University of Tuzla 2 | -------------------------------------------------------------------------------- /lib/domains/ba/unze.txt: -------------------------------------------------------------------------------- 1 | University of Zenica 2 | -------------------------------------------------------------------------------- /lib/domains/bd/ac/cou.txt: -------------------------------------------------------------------------------- 1 | Comilla University 2 | -------------------------------------------------------------------------------- /lib/domains/bd/ac/cu.txt: -------------------------------------------------------------------------------- 1 | University of Chittagong 2 | -------------------------------------------------------------------------------- /lib/domains/bd/ac/ku.txt: -------------------------------------------------------------------------------- 1 | Khulna University 2 | -------------------------------------------------------------------------------- /lib/domains/bd/ac/lus.txt: -------------------------------------------------------------------------------- 1 | Leading University 2 | -------------------------------------------------------------------------------- /lib/domains/bd/ac/ru.txt: -------------------------------------------------------------------------------- 1 | University of Rajshahi 2 | -------------------------------------------------------------------------------- /lib/domains/bd/ac/seu.txt: -------------------------------------------------------------------------------- 1 | Southeast University 2 | -------------------------------------------------------------------------------- /lib/domains/bd/edu/nu.txt: -------------------------------------------------------------------------------- 1 | National University 2 | -------------------------------------------------------------------------------- /lib/domains/be/ac/rma.txt: -------------------------------------------------------------------------------- 1 | Royal Military Academy 2 | -------------------------------------------------------------------------------- /lib/domains/be/ac/rug.txt: -------------------------------------------------------------------------------- 1 | Universiteit Gent 2 | -------------------------------------------------------------------------------- /lib/domains/be/ac/ua.txt: -------------------------------------------------------------------------------- 1 | Universiteit Antwerpen 2 | -------------------------------------------------------------------------------- /lib/domains/be/ac/ulg.txt: -------------------------------------------------------------------------------- 1 | Université de Liège 2 | -------------------------------------------------------------------------------- /lib/domains/be/cvoantwerpen.txt: -------------------------------------------------------------------------------- 1 | CVO Antwerpen 2 | -------------------------------------------------------------------------------- /lib/domains/be/dewijnpers.txt: -------------------------------------------------------------------------------- 1 | De Wijnpers 2 | -------------------------------------------------------------------------------- /lib/domains/be/ehb.txt: -------------------------------------------------------------------------------- 1 | Erasmushogeschool Brussel 2 | -------------------------------------------------------------------------------- /lib/domains/be/gent.txt: -------------------------------------------------------------------------------- 1 | Ghent University -------------------------------------------------------------------------------- /lib/domains/be/groept.txt: -------------------------------------------------------------------------------- 1 | Groep T 2 | -------------------------------------------------------------------------------- /lib/domains/be/ha.txt: -------------------------------------------------------------------------------- 1 | Hogeschool Antwerpen 2 | -------------------------------------------------------------------------------- /lib/domains/be/heh.txt: -------------------------------------------------------------------------------- 1 | Haute École en Hainaut 2 | -------------------------------------------------------------------------------- /lib/domains/be/helmo.txt: -------------------------------------------------------------------------------- 1 | Haute École Libre Mosane 2 | -------------------------------------------------------------------------------- /lib/domains/be/hogent.txt: -------------------------------------------------------------------------------- 1 | University College Ghent -------------------------------------------------------------------------------- /lib/domains/be/kdg.txt: -------------------------------------------------------------------------------- 1 | Karel De Grote Hogeschool 2 | -------------------------------------------------------------------------------- /lib/domains/be/khbo.txt: -------------------------------------------------------------------------------- 1 | Catholic College Bruges-Ostend -------------------------------------------------------------------------------- /lib/domains/be/kuleuven.txt: -------------------------------------------------------------------------------- 1 | KU Leuven -------------------------------------------------------------------------------- /lib/domains/be/luca-arts.txt: -------------------------------------------------------------------------------- 1 | LUCA School of Arts 2 | -------------------------------------------------------------------------------- /lib/domains/be/odisee.txt: -------------------------------------------------------------------------------- 1 | Odisee 2 | -------------------------------------------------------------------------------- /lib/domains/be/pxl.txt: -------------------------------------------------------------------------------- 1 | Hogeschool PXL 2 | -------------------------------------------------------------------------------- /lib/domains/be/thomasmore.txt: -------------------------------------------------------------------------------- 1 | Thomas More 2 | -------------------------------------------------------------------------------- /lib/domains/be/uhasselt.txt: -------------------------------------------------------------------------------- 1 | Hasselt University 2 | -------------------------------------------------------------------------------- /lib/domains/be/vives.txt: -------------------------------------------------------------------------------- 1 | Vives hogeschool 2 | -------------------------------------------------------------------------------- /lib/domains/be/xios.txt: -------------------------------------------------------------------------------- 1 | XIOS Hogeschool Limburg -------------------------------------------------------------------------------- /lib/domains/bg/bfu.txt: -------------------------------------------------------------------------------- 1 | Bourgas Free University 2 | -------------------------------------------------------------------------------- /lib/domains/bg/nbu.txt: -------------------------------------------------------------------------------- 1 | New Bulgarian University 2 | -------------------------------------------------------------------------------- /lib/domains/bg/uni-ruse.txt: -------------------------------------------------------------------------------- 1 | University of Ruse 2 | -------------------------------------------------------------------------------- /lib/domains/bg/vfu.txt: -------------------------------------------------------------------------------- 1 | Varna Free University 2 | -------------------------------------------------------------------------------- /lib/domains/bh/edu/ku.txt: -------------------------------------------------------------------------------- 1 | The Kingdom University 2 | -------------------------------------------------------------------------------- /lib/domains/bh/edu/uob.txt: -------------------------------------------------------------------------------- 1 | University of Bahrain 2 | -------------------------------------------------------------------------------- /lib/domains/bh/org/aou.txt: -------------------------------------------------------------------------------- 1 | Arab Open University 2 | -------------------------------------------------------------------------------- /lib/domains/bi/edu/ub.txt: -------------------------------------------------------------------------------- 1 | University of Burundi 2 | -------------------------------------------------------------------------------- /lib/domains/bm/bercol.txt: -------------------------------------------------------------------------------- 1 | Bermuda College 2 | -------------------------------------------------------------------------------- /lib/domains/bo/edu/unicen.txt: -------------------------------------------------------------------------------- 1 | Universidad Central 2 | -------------------------------------------------------------------------------- /lib/domains/br/alfa.txt: -------------------------------------------------------------------------------- 1 | Faculdades Alves Faria 2 | -------------------------------------------------------------------------------- /lib/domains/br/com/up.txt: -------------------------------------------------------------------------------- 1 | Universidade Positivo 2 | -------------------------------------------------------------------------------- /lib/domains/br/edu/iesb.txt: -------------------------------------------------------------------------------- 1 | Centro Universitario IESB -------------------------------------------------------------------------------- /lib/domains/br/feevale.txt: -------------------------------------------------------------------------------- 1 | Universidade Feevale 2 | -------------------------------------------------------------------------------- /lib/domains/br/iesb.txt: -------------------------------------------------------------------------------- 1 | Centro Universitario IESB 2 | -------------------------------------------------------------------------------- /lib/domains/br/rnp.txt: -------------------------------------------------------------------------------- 1 | Universidade de Tocantins 2 | -------------------------------------------------------------------------------- /lib/domains/br/ugf.txt: -------------------------------------------------------------------------------- 1 | Universidade Gama Filho 2 | -------------------------------------------------------------------------------- /lib/domains/br/unama.txt: -------------------------------------------------------------------------------- 1 | Universidade da Amazônia 2 | -------------------------------------------------------------------------------- /lib/domains/br/unb.txt: -------------------------------------------------------------------------------- 1 | Universidade de Brasília 2 | -------------------------------------------------------------------------------- /lib/domains/br/ung.txt: -------------------------------------------------------------------------------- 1 | Universidade de Guarulhos 2 | -------------------------------------------------------------------------------- /lib/domains/br/unib.txt: -------------------------------------------------------------------------------- 1 | Universidade Ibirapuera 2 | -------------------------------------------------------------------------------- /lib/domains/br/unifacs.txt: -------------------------------------------------------------------------------- 1 | Universidade Salvador 2 | -------------------------------------------------------------------------------- /lib/domains/br/unifran.txt: -------------------------------------------------------------------------------- 1 | Universidade de Franca 2 | -------------------------------------------------------------------------------- /lib/domains/br/unimar.txt: -------------------------------------------------------------------------------- 1 | Universidade de Marília 2 | -------------------------------------------------------------------------------- /lib/domains/br/unit.txt: -------------------------------------------------------------------------------- 1 | Universidade Tiradentes 2 | -------------------------------------------------------------------------------- /lib/domains/br/unitau.txt: -------------------------------------------------------------------------------- 1 | Universidade de Taubaté 2 | -------------------------------------------------------------------------------- /lib/domains/br/uniube.txt: -------------------------------------------------------------------------------- 1 | Universidade de Uberaba 2 | -------------------------------------------------------------------------------- /lib/domains/br/univali.txt: -------------------------------------------------------------------------------- 1 | Univali -------------------------------------------------------------------------------- /lib/domains/br/unp.txt: -------------------------------------------------------------------------------- 1 | Universidade Potiguar 2 | -------------------------------------------------------------------------------- /lib/domains/br/upe.txt: -------------------------------------------------------------------------------- 1 | Universidade de Pernambuco 2 | -------------------------------------------------------------------------------- /lib/domains/br/usf.txt: -------------------------------------------------------------------------------- 1 | Universidade São Francisco 2 | -------------------------------------------------------------------------------- /lib/domains/br/usp.txt: -------------------------------------------------------------------------------- 1 | Universidade de São Paulo 2 | -------------------------------------------------------------------------------- /lib/domains/br/usu.txt: -------------------------------------------------------------------------------- 1 | Universidade Santa Úrsula 2 | -------------------------------------------------------------------------------- /lib/domains/bw/ub.txt: -------------------------------------------------------------------------------- 1 | University of Botswana 2 | -------------------------------------------------------------------------------- /lib/domains/by/pdu.txt: -------------------------------------------------------------------------------- 1 | Polotsk State University 2 | -------------------------------------------------------------------------------- /lib/domains/by/psu.txt: -------------------------------------------------------------------------------- 1 | Polotsk State University 2 | -------------------------------------------------------------------------------- /lib/domains/by/vsu.txt: -------------------------------------------------------------------------------- 1 | Vitebsk State University 2 | -------------------------------------------------------------------------------- /lib/domains/bz/edu/ub.txt: -------------------------------------------------------------------------------- 1 | University of Belize 2 | -------------------------------------------------------------------------------- /lib/domains/ca/ab/mtroyal.txt: -------------------------------------------------------------------------------- 1 | Mount Royal College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/acadiau.txt: -------------------------------------------------------------------------------- 1 | Acadia University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/bc/camosun.txt: -------------------------------------------------------------------------------- 1 | Camosun College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/bc/capcollege.txt: -------------------------------------------------------------------------------- 1 | Capilano College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/bc/cotr.txt: -------------------------------------------------------------------------------- 1 | College of the Rockies 2 | -------------------------------------------------------------------------------- /lib/domains/ca/bc/douglas.txt: -------------------------------------------------------------------------------- 1 | Douglas College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/bc/langara.txt: -------------------------------------------------------------------------------- 1 | Langara College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/bc/mylangara.txt: -------------------------------------------------------------------------------- 1 | Langara College -------------------------------------------------------------------------------- /lib/domains/ca/bc/nic.txt: -------------------------------------------------------------------------------- 1 | North Island College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/bc/nlc.txt: -------------------------------------------------------------------------------- 1 | Northern Lights College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/bc/selkirk.txt: -------------------------------------------------------------------------------- 1 | Selkirk College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/brandonu.txt: -------------------------------------------------------------------------------- 1 | Brandon University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/brocku.txt: -------------------------------------------------------------------------------- 1 | Brock University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/capilanou.txt: -------------------------------------------------------------------------------- 1 | Capilano University -------------------------------------------------------------------------------- /lib/domains/ca/carleton.txt: -------------------------------------------------------------------------------- 1 | Carleton University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/cbu.txt: -------------------------------------------------------------------------------- 1 | Cape Breton University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/concordia.txt: -------------------------------------------------------------------------------- 1 | Concordia University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/dal.txt: -------------------------------------------------------------------------------- 1 | Dalhousie University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/humbermail.txt: -------------------------------------------------------------------------------- 1 | Humber College -------------------------------------------------------------------------------- /lib/domains/ca/lakeheadu.txt: -------------------------------------------------------------------------------- 1 | Lakehead University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/mcgill.txt: -------------------------------------------------------------------------------- 1 | McGill University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/mcmaster.txt: -------------------------------------------------------------------------------- 1 | McMaster University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/mohawkcollege.txt: -------------------------------------------------------------------------------- 1 | Mohawk College -------------------------------------------------------------------------------- /lib/domains/ca/mta.txt: -------------------------------------------------------------------------------- 1 | Mount Allison University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/myseneca.txt: -------------------------------------------------------------------------------- 1 | Seneca College -------------------------------------------------------------------------------- /lib/domains/ca/ns/ednet.txt: -------------------------------------------------------------------------------- 1 | St. Anne University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/nscc.txt: -------------------------------------------------------------------------------- 1 | Nova Scotia Community College -------------------------------------------------------------------------------- /lib/domains/ca/on/borealc.txt: -------------------------------------------------------------------------------- 1 | Collège Boréal 2 | -------------------------------------------------------------------------------- /lib/domains/ca/on/conestogac.txt: -------------------------------------------------------------------------------- 1 | Conestoga College -------------------------------------------------------------------------------- /lib/domains/ca/on/durhamc.txt: -------------------------------------------------------------------------------- 1 | Durham College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/on/georgianc.txt: -------------------------------------------------------------------------------- 1 | Georgian College -------------------------------------------------------------------------------- /lib/domains/ca/on/senecac.txt: -------------------------------------------------------------------------------- 1 | Seneca College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/on/sheridanc.txt: -------------------------------------------------------------------------------- 1 | Sheridan College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/qc/cmontmorency.txt: -------------------------------------------------------------------------------- 1 | Montmorency College -------------------------------------------------------------------------------- /lib/domains/ca/qc/cstj.txt: -------------------------------------------------------------------------------- 1 | Cégep Saint-Jérôme 2 | -------------------------------------------------------------------------------- /lib/domains/ca/queensu.txt: -------------------------------------------------------------------------------- 1 | Queen's University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/questu.txt: -------------------------------------------------------------------------------- 1 | Quest University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/redeemer.txt: -------------------------------------------------------------------------------- 1 | Redeemer College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/rrc.txt: -------------------------------------------------------------------------------- 1 | Red River College -------------------------------------------------------------------------------- /lib/domains/ca/sfu.txt: -------------------------------------------------------------------------------- 1 | Simon Fraser University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/stmarys.txt: -------------------------------------------------------------------------------- 1 | St. Mary's University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/stu.txt: -------------------------------------------------------------------------------- 1 | St. Thomas University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/trentu.txt: -------------------------------------------------------------------------------- 1 | Trent University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/twu.txt: -------------------------------------------------------------------------------- 1 | Trinity Western University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/ualberta.txt: -------------------------------------------------------------------------------- 1 | University of Alberta 2 | -------------------------------------------------------------------------------- /lib/domains/ca/ubishops.txt: -------------------------------------------------------------------------------- 1 | Bishop's University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/ucalgary.txt: -------------------------------------------------------------------------------- 1 | University of Calgary 2 | -------------------------------------------------------------------------------- /lib/domains/ca/ufv.txt: -------------------------------------------------------------------------------- 1 | University of the Fraser Valley -------------------------------------------------------------------------------- /lib/domains/ca/ulaval.txt: -------------------------------------------------------------------------------- 1 | Université Laval 2 | -------------------------------------------------------------------------------- /lib/domains/ca/uleth.txt: -------------------------------------------------------------------------------- 1 | University of Lethbridge 2 | -------------------------------------------------------------------------------- /lib/domains/ca/umoncton.txt: -------------------------------------------------------------------------------- 1 | University of Moncton 2 | -------------------------------------------------------------------------------- /lib/domains/ca/uoguelph.txt: -------------------------------------------------------------------------------- 1 | University of Guelph 2 | -------------------------------------------------------------------------------- /lib/domains/ca/uottawa.txt: -------------------------------------------------------------------------------- 1 | University of Ottawa 2 | -------------------------------------------------------------------------------- /lib/domains/ca/uquebec.txt: -------------------------------------------------------------------------------- 1 | University of Québec 2 | -------------------------------------------------------------------------------- /lib/domains/ca/uregina.txt: -------------------------------------------------------------------------------- 1 | University of Regina 2 | -------------------------------------------------------------------------------- /lib/domains/ca/ustpaul.txt: -------------------------------------------------------------------------------- 1 | St. Paul University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/utoronto.txt: -------------------------------------------------------------------------------- 1 | University of Toronto 2 | -------------------------------------------------------------------------------- /lib/domains/ca/uvic.txt: -------------------------------------------------------------------------------- 1 | University of Victoria 2 | -------------------------------------------------------------------------------- /lib/domains/ca/uwindsor.txt: -------------------------------------------------------------------------------- 1 | University of Windsor 2 | -------------------------------------------------------------------------------- /lib/domains/ca/wlu.txt: -------------------------------------------------------------------------------- 1 | Wilfrid Laurier University 2 | -------------------------------------------------------------------------------- /lib/domains/ca/yk/yukoncollege.txt: -------------------------------------------------------------------------------- 1 | Yukon College 2 | -------------------------------------------------------------------------------- /lib/domains/ca/yorku.txt: -------------------------------------------------------------------------------- 1 | York University 2 | -------------------------------------------------------------------------------- /lib/domains/cat/udl.txt: -------------------------------------------------------------------------------- 1 | University of Lleida -------------------------------------------------------------------------------- /lib/domains/cat/urv.txt: -------------------------------------------------------------------------------- 1 | Rovira i Virgili University -------------------------------------------------------------------------------- /lib/domains/cd/unikin.txt: -------------------------------------------------------------------------------- 1 | Université de Kinshasa 2 | -------------------------------------------------------------------------------- /lib/domains/ch/divtec.txt: -------------------------------------------------------------------------------- 1 | DIVTEC 2 | -------------------------------------------------------------------------------- /lib/domains/ch/ffhs.txt: -------------------------------------------------------------------------------- 1 | Fernfachhochschule Switzerland -------------------------------------------------------------------------------- /lib/domains/ch/gbs-ge.txt: -------------------------------------------------------------------------------- 1 | Geneva Business School 2 | -------------------------------------------------------------------------------- /lib/domains/ch/he-arc.txt: -------------------------------------------------------------------------------- 1 | Haute École Arc -------------------------------------------------------------------------------- /lib/domains/ch/ini.txt: -------------------------------------------------------------------------------- 1 | Institute of Neuroinformatics -------------------------------------------------------------------------------- /lib/domains/ch/unibas.txt: -------------------------------------------------------------------------------- 1 | University of Basel 2 | -------------------------------------------------------------------------------- /lib/domains/ch/unibe.txt: -------------------------------------------------------------------------------- 1 | University of Berne 2 | -------------------------------------------------------------------------------- /lib/domains/ch/unifr.txt: -------------------------------------------------------------------------------- 1 | University of Fribourg 2 | -------------------------------------------------------------------------------- /lib/domains/ch/unige.txt: -------------------------------------------------------------------------------- 1 | University of Geneva 2 | -------------------------------------------------------------------------------- /lib/domains/ch/unil.txt: -------------------------------------------------------------------------------- 1 | University of Lausanne 2 | -------------------------------------------------------------------------------- /lib/domains/ch/unilu.txt: -------------------------------------------------------------------------------- 1 | University of Lucerne 2 | -------------------------------------------------------------------------------- /lib/domains/ch/unine.txt: -------------------------------------------------------------------------------- 1 | University of Neuchatel 2 | -------------------------------------------------------------------------------- /lib/domains/ch/unisg.txt: -------------------------------------------------------------------------------- 1 | University of St. Gallen 2 | -------------------------------------------------------------------------------- /lib/domains/ch/unizh.txt: -------------------------------------------------------------------------------- 1 | University of Zürich 2 | -------------------------------------------------------------------------------- /lib/domains/ch/uzh.txt: -------------------------------------------------------------------------------- 1 | University of Zurich -------------------------------------------------------------------------------- /lib/domains/ci/ubouake.txt: -------------------------------------------------------------------------------- 1 | Université de Bouaké 2 | -------------------------------------------------------------------------------- /lib/domains/ci/univmetiers.txt: -------------------------------------------------------------------------------- 1 | Université des metiers -------------------------------------------------------------------------------- /lib/domains/cl/uai.txt: -------------------------------------------------------------------------------- 1 | Universidad Adolfo Ibáñez 2 | -------------------------------------------------------------------------------- /lib/domains/cl/ucentral.txt: -------------------------------------------------------------------------------- 1 | Universidad Central 2 | -------------------------------------------------------------------------------- /lib/domains/cl/uchile.txt: -------------------------------------------------------------------------------- 1 | Universidad de Chile 2 | -------------------------------------------------------------------------------- /lib/domains/cl/uda.txt: -------------------------------------------------------------------------------- 1 | Universidad de Atacama 2 | -------------------------------------------------------------------------------- /lib/domains/cl/udec.txt: -------------------------------------------------------------------------------- 1 | Universidad de Concepcion 2 | -------------------------------------------------------------------------------- /lib/domains/cl/udelmar.txt: -------------------------------------------------------------------------------- 1 | Universidad del Mar 2 | -------------------------------------------------------------------------------- /lib/domains/cl/udp.txt: -------------------------------------------------------------------------------- 1 | Universidad Diego Portales 2 | -------------------------------------------------------------------------------- /lib/domains/cl/ulare.txt: -------------------------------------------------------------------------------- 1 | Universidad La Republica 2 | -------------------------------------------------------------------------------- /lib/domains/cl/umag.txt: -------------------------------------------------------------------------------- 1 | Universidad de Magallanes 2 | -------------------------------------------------------------------------------- /lib/domains/cl/umayor.txt: -------------------------------------------------------------------------------- 1 | Universidad Mayor 2 | -------------------------------------------------------------------------------- /lib/domains/cl/ume.txt: -------------------------------------------------------------------------------- 1 | Universidad Mariano Egaña 2 | -------------------------------------------------------------------------------- /lib/domains/cl/unap.txt: -------------------------------------------------------------------------------- 1 | Universidad Arturo Prat 2 | -------------------------------------------------------------------------------- /lib/domains/cl/uss.txt: -------------------------------------------------------------------------------- 1 | Universidad San Sebastian 2 | -------------------------------------------------------------------------------- /lib/domains/cl/ust.txt: -------------------------------------------------------------------------------- 1 | Universidad Santo Tomás 2 | -------------------------------------------------------------------------------- /lib/domains/cl/uta.txt: -------------------------------------------------------------------------------- 1 | Universidad de Tarapacá 2 | -------------------------------------------------------------------------------- /lib/domains/cl/utalca.txt: -------------------------------------------------------------------------------- 1 | Universidad de Talca 2 | -------------------------------------------------------------------------------- /lib/domains/cl/uv.txt: -------------------------------------------------------------------------------- 1 | Universidad de Valparaiso 2 | -------------------------------------------------------------------------------- /lib/domains/cm/uninet.txt: -------------------------------------------------------------------------------- 1 | Université de Yaoundé I 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/ahu.txt: -------------------------------------------------------------------------------- 1 | Anhui University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/bhu.txt: -------------------------------------------------------------------------------- 1 | Bohai University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/cqu.txt: -------------------------------------------------------------------------------- 1 | Chongqing University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/dlu.txt: -------------------------------------------------------------------------------- 1 | Dalian University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/fosu.txt: -------------------------------------------------------------------------------- 1 | Foshan University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/fudan.txt: -------------------------------------------------------------------------------- 1 | Fudan University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/fzu.txt: -------------------------------------------------------------------------------- 1 | Fuzhou University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/gxu.txt: -------------------------------------------------------------------------------- 1 | Guangxi University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/gzhu.txt: -------------------------------------------------------------------------------- 1 | Guangzhou University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/gzu.txt: -------------------------------------------------------------------------------- 1 | Guizhou University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/hainu.txt: -------------------------------------------------------------------------------- 1 | Hainan University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/hbu.txt: -------------------------------------------------------------------------------- 1 | Hebei University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/henu.txt: -------------------------------------------------------------------------------- 1 | Henan Univeristy 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/hhtc.txt: -------------------------------------------------------------------------------- 1 | Huaihua University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/hhu.txt: -------------------------------------------------------------------------------- 1 | Hehai University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/hubu.txt: -------------------------------------------------------------------------------- 1 | Hubei University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/hzu.txt: -------------------------------------------------------------------------------- 1 | Huizhou University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/jlu.txt: -------------------------------------------------------------------------------- 1 | Jilin University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/jmu.txt: -------------------------------------------------------------------------------- 1 | Jimei University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/jnu.txt: -------------------------------------------------------------------------------- 1 | Jinan University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/jsu.txt: -------------------------------------------------------------------------------- 1 | Jishou University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/jyu.txt: -------------------------------------------------------------------------------- 1 | Jiaying University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/lnu.txt: -------------------------------------------------------------------------------- 1 | Liaoning University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/lzu.txt: -------------------------------------------------------------------------------- 1 | Lanzhou University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/nankai.txt: -------------------------------------------------------------------------------- 1 | Nankai University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/nbu.txt: -------------------------------------------------------------------------------- 1 | Ningbo University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/ncu.txt: -------------------------------------------------------------------------------- 1 | Nanchang University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/nju.txt: -------------------------------------------------------------------------------- 1 | Nanjing University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/nxu.txt: -------------------------------------------------------------------------------- 1 | Ningxia University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/pku.txt: -------------------------------------------------------------------------------- 1 | Peking University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/pzhu.txt: -------------------------------------------------------------------------------- 1 | Panzhihua University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/qdu.txt: -------------------------------------------------------------------------------- 1 | Qingdao University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/qhu.txt: -------------------------------------------------------------------------------- 1 | Qinghai University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/qzu.txt: -------------------------------------------------------------------------------- 1 | Qiongzhou University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/scu.txt: -------------------------------------------------------------------------------- 1 | Sichuan University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/sdu.txt: -------------------------------------------------------------------------------- 1 | Shandong University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/seu.txt: -------------------------------------------------------------------------------- 1 | Southeast University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/sgu.txt: -------------------------------------------------------------------------------- 1 | Shaoguan University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/shu.txt: -------------------------------------------------------------------------------- 1 | Shanghai University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/stu.txt: -------------------------------------------------------------------------------- 1 | Shantou University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/suda.txt: -------------------------------------------------------------------------------- 1 | Suzhou University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/sxu.txt: -------------------------------------------------------------------------------- 1 | Shanxi University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/syu.txt: -------------------------------------------------------------------------------- 1 | Shenyang University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/szu.txt: -------------------------------------------------------------------------------- 1 | Shenzhen University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/tju.txt: -------------------------------------------------------------------------------- 1 | Tianjin University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/tongji.txt: -------------------------------------------------------------------------------- 1 | Tongji University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/ujn.txt: -------------------------------------------------------------------------------- 1 | University of Jinan 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/usc.txt: -------------------------------------------------------------------------------- 1 | South China University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/utibet.txt: -------------------------------------------------------------------------------- 1 | Tibet University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/whu.txt: -------------------------------------------------------------------------------- 1 | Wuhan University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/wyu.txt: -------------------------------------------------------------------------------- 1 | Wuyi University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/xhu.txt: -------------------------------------------------------------------------------- 1 | Xihua University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/xmu.txt: -------------------------------------------------------------------------------- 1 | Xiamen University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/xtu.txt: -------------------------------------------------------------------------------- 1 | Xiangtan University 2 | -------------------------------------------------------------------------------- /lib/domains/cn/edu/zju.txt: -------------------------------------------------------------------------------- 1 | Zhejiang University -------------------------------------------------------------------------------- /lib/domains/cn/gxu/mail.txt: -------------------------------------------------------------------------------- 1 | Guangxi University -------------------------------------------------------------------------------- /lib/domains/cn/snnu.txt: -------------------------------------------------------------------------------- 1 | Shaanxi Normal University 2 | -------------------------------------------------------------------------------- /lib/domains/co/edu/ces.txt: -------------------------------------------------------------------------------- 1 | Universidad CES 2 | -------------------------------------------------------------------------------- /lib/domains/co/edu/eafit.txt: -------------------------------------------------------------------------------- 1 | Universidad EAFIT 2 | -------------------------------------------------------------------------------- /lib/domains/co/edu/icesi.txt: -------------------------------------------------------------------------------- 1 | Universidad ICESI 2 | -------------------------------------------------------------------------------- /lib/domains/co/edu/ut.txt: -------------------------------------------------------------------------------- 1 | Universidad del Tolima 2 | -------------------------------------------------------------------------------- /lib/domains/com/algonquinlive.txt: -------------------------------------------------------------------------------- 1 | Algonquin College -------------------------------------------------------------------------------- /lib/domains/com/ashtoncollege.txt: -------------------------------------------------------------------------------- 1 | Ashton College 2 | -------------------------------------------------------------------------------- /lib/domains/com/collegecanada.txt: -------------------------------------------------------------------------------- 1 | Canada College 2 | -------------------------------------------------------------------------------- /lib/domains/com/columbusu.txt: -------------------------------------------------------------------------------- 1 | Columbus University 2 | -------------------------------------------------------------------------------- /lib/domains/com/fullsail.txt: -------------------------------------------------------------------------------- 1 | Full Sail University 2 | -------------------------------------------------------------------------------- /lib/domains/com/infosup.txt: -------------------------------------------------------------------------------- 1 | Infosup 2 | -------------------------------------------------------------------------------- /lib/domains/com/kkumail.txt: -------------------------------------------------------------------------------- 1 | Khon Kaen University 2 | -------------------------------------------------------------------------------- /lib/domains/com/skadron.txt: -------------------------------------------------------------------------------- 1 | Skadron College 2 | -------------------------------------------------------------------------------- /lib/domains/com/stenden.txt: -------------------------------------------------------------------------------- 1 | Stenden University 2 | -------------------------------------------------------------------------------- /lib/domains/com/tajamar365.txt: -------------------------------------------------------------------------------- 1 | Fomación Tajamar 2 | -------------------------------------------------------------------------------- /lib/domains/cr/ac/uam.txt: -------------------------------------------------------------------------------- 1 | Universidad Americana 2 | -------------------------------------------------------------------------------- /lib/domains/cr/ac/una.txt: -------------------------------------------------------------------------------- 1 | Universidad Nacional 2 | -------------------------------------------------------------------------------- /lib/domains/cr/ac/usam.txt: -------------------------------------------------------------------------------- 1 | Universidad San Marcos 2 | -------------------------------------------------------------------------------- /lib/domains/cu/co.txt: -------------------------------------------------------------------------------- 1 | Universidad de Granma 2 | -------------------------------------------------------------------------------- /lib/domains/cu/edu/uho.txt: -------------------------------------------------------------------------------- 1 | Universidad de Holguín 2 | -------------------------------------------------------------------------------- /lib/domains/cu/edu/uo.txt: -------------------------------------------------------------------------------- 1 | Universidad de Oriente 2 | -------------------------------------------------------------------------------- /lib/domains/cu/uh.txt: -------------------------------------------------------------------------------- 1 | Universidad de La Habana 2 | -------------------------------------------------------------------------------- /lib/domains/cy/ac/ac.txt: -------------------------------------------------------------------------------- 1 | Americanos College 2 | -------------------------------------------------------------------------------- /lib/domains/cy/ac/ctleuro.txt: -------------------------------------------------------------------------------- 1 | The CTL Eurocollege 2 | -------------------------------------------------------------------------------- /lib/domains/cy/ac/cycollege.txt: -------------------------------------------------------------------------------- 1 | Cyprus College 2 | -------------------------------------------------------------------------------- /lib/domains/cy/ac/ucy.txt: -------------------------------------------------------------------------------- 1 | University of Cyprus 2 | -------------------------------------------------------------------------------- /lib/domains/cy/ac/unic.txt: -------------------------------------------------------------------------------- 1 | University of Nicosia 2 | -------------------------------------------------------------------------------- /lib/domains/cz/cuni.txt: -------------------------------------------------------------------------------- 1 | Charles University Prague 2 | -------------------------------------------------------------------------------- /lib/domains/cz/mg-akademie.txt: -------------------------------------------------------------------------------- 1 | SOŠ Manažerská Akademie -------------------------------------------------------------------------------- /lib/domains/cz/muni.txt: -------------------------------------------------------------------------------- 1 | Masaryk University 2 | -------------------------------------------------------------------------------- /lib/domains/cz/osu.txt: -------------------------------------------------------------------------------- 1 | University of Ostrava 2 | -------------------------------------------------------------------------------- /lib/domains/cz/praguecollege.txt: -------------------------------------------------------------------------------- 1 | Prague College 2 | -------------------------------------------------------------------------------- /lib/domains/cz/slu.txt: -------------------------------------------------------------------------------- 1 | Silesian University 2 | -------------------------------------------------------------------------------- /lib/domains/cz/unicorncollege.txt: -------------------------------------------------------------------------------- 1 | Unicorn College 2 | -------------------------------------------------------------------------------- /lib/domains/cz/upce.txt: -------------------------------------------------------------------------------- 1 | University of Pardubice 2 | -------------------------------------------------------------------------------- /lib/domains/cz/upol.txt: -------------------------------------------------------------------------------- 1 | Palacky University 2 | -------------------------------------------------------------------------------- /lib/domains/cz/vsci.txt: -------------------------------------------------------------------------------- 1 | Cevro Institut College 2 | -------------------------------------------------------------------------------- /lib/domains/cz/zcu.txt: -------------------------------------------------------------------------------- 1 | University of West Bohemia 2 | -------------------------------------------------------------------------------- /lib/domains/de/diploma.txt: -------------------------------------------------------------------------------- 1 | DIPLOMA University 2 | -------------------------------------------------------------------------------- /lib/domains/de/fh-hof.txt: -------------------------------------------------------------------------------- 1 | Fachhochschule Hof 2 | -------------------------------------------------------------------------------- /lib/domains/de/fh-jena.txt: -------------------------------------------------------------------------------- 1 | Fachhochschule Jena 2 | -------------------------------------------------------------------------------- /lib/domains/de/fh-kiel.txt: -------------------------------------------------------------------------------- 1 | Fachhochschule Kiel 2 | -------------------------------------------------------------------------------- /lib/domains/de/fh-koeln.txt: -------------------------------------------------------------------------------- 1 | Fachhochschule Köln 2 | -------------------------------------------------------------------------------- /lib/domains/de/fh-lippe.txt: -------------------------------------------------------------------------------- 1 | Fachhochschule Lippe 2 | -------------------------------------------------------------------------------- /lib/domains/de/fh-mainz.txt: -------------------------------------------------------------------------------- 1 | Fachhochschule Mainz 2 | -------------------------------------------------------------------------------- /lib/domains/de/fh-wedel.txt: -------------------------------------------------------------------------------- 1 | Fachhochschule Wedel 2 | -------------------------------------------------------------------------------- /lib/domains/de/fh-worms.txt: -------------------------------------------------------------------------------- 1 | Fachhochschule Worms 2 | -------------------------------------------------------------------------------- /lib/domains/de/games-academy.txt: -------------------------------------------------------------------------------- 1 | Games Academy -------------------------------------------------------------------------------- /lib/domains/de/hhl.txt: -------------------------------------------------------------------------------- 1 | Handelshochschule Leipzig 2 | -------------------------------------------------------------------------------- /lib/domains/de/hs-bremen.txt: -------------------------------------------------------------------------------- 1 | Hochschule Bremen 2 | -------------------------------------------------------------------------------- /lib/domains/de/hs-coburg.txt: -------------------------------------------------------------------------------- 1 | Hochschule Coburg 2 | -------------------------------------------------------------------------------- /lib/domains/de/hs-fulda.txt: -------------------------------------------------------------------------------- 1 | Hochschule Fulda 2 | -------------------------------------------------------------------------------- /lib/domains/de/hs-lausitz.txt: -------------------------------------------------------------------------------- 1 | Hochschule Lausitz 2 | -------------------------------------------------------------------------------- /lib/domains/de/hs-neu-ulm.txt: -------------------------------------------------------------------------------- 1 | Hochschule Neu-Ulm 2 | -------------------------------------------------------------------------------- /lib/domains/de/hs-worms.txt: -------------------------------------------------------------------------------- 1 | Hochschule Worms 2 | -------------------------------------------------------------------------------- /lib/domains/de/hshl.txt: -------------------------------------------------------------------------------- 1 | Hochschule Hamm-Lippstadt 2 | -------------------------------------------------------------------------------- /lib/domains/de/htwm.txt: -------------------------------------------------------------------------------- 1 | Hochschule Mittweida (FH) 2 | -------------------------------------------------------------------------------- /lib/domains/de/itc-dortmund.txt: -------------------------------------------------------------------------------- 1 | IT-Center Dortmund -------------------------------------------------------------------------------- /lib/domains/de/rub.txt: -------------------------------------------------------------------------------- 1 | Ruhr-Universität Bochum -------------------------------------------------------------------------------- /lib/domains/de/tu-dortmund.txt: -------------------------------------------------------------------------------- 1 | Dortmund University -------------------------------------------------------------------------------- /lib/domains/de/tum.txt: -------------------------------------------------------------------------------- 1 | Technical University of Munich -------------------------------------------------------------------------------- /lib/domains/de/uni-bremen.txt: -------------------------------------------------------------------------------- 1 | Universität Bremen 2 | -------------------------------------------------------------------------------- /lib/domains/de/uni-erfurt.txt: -------------------------------------------------------------------------------- 1 | Universität Erfurt 2 | -------------------------------------------------------------------------------- /lib/domains/de/uni-kassel.txt: -------------------------------------------------------------------------------- 1 | Universität Kassel 2 | -------------------------------------------------------------------------------- /lib/domains/de/uni-koeln.txt: -------------------------------------------------------------------------------- 1 | Universität Köln 2 | -------------------------------------------------------------------------------- /lib/domains/de/uni-luebeck.txt: -------------------------------------------------------------------------------- 1 | University of Lübeck -------------------------------------------------------------------------------- /lib/domains/de/uni-passau.txt: -------------------------------------------------------------------------------- 1 | Universität Passau 2 | -------------------------------------------------------------------------------- /lib/domains/de/uni-siegen.txt: -------------------------------------------------------------------------------- 1 | Universität Siegen 2 | -------------------------------------------------------------------------------- /lib/domains/de/uni-trier.txt: -------------------------------------------------------------------------------- 1 | Universität Trier 2 | -------------------------------------------------------------------------------- /lib/domains/de/uni-ulm.txt: -------------------------------------------------------------------------------- 1 | Universität Ulm 2 | -------------------------------------------------------------------------------- /lib/domains/de/uni-vechta.txt: -------------------------------------------------------------------------------- 1 | Hochschule Vechta 2 | -------------------------------------------------------------------------------- /lib/domains/de/uos.txt: -------------------------------------------------------------------------------- 1 | University of Osnabrueck -------------------------------------------------------------------------------- /lib/domains/de/upb.txt: -------------------------------------------------------------------------------- 1 | University of Paderborn 2 | -------------------------------------------------------------------------------- /lib/domains/de/wwu.txt: -------------------------------------------------------------------------------- 1 | University of Münster -------------------------------------------------------------------------------- /lib/domains/dk/aau.txt: -------------------------------------------------------------------------------- 1 | Aalborg University -------------------------------------------------------------------------------- /lib/domains/dk/ah.txt: -------------------------------------------------------------------------------- 1 | Aalborg Business College 2 | -------------------------------------------------------------------------------- /lib/domains/dk/ats.txt: -------------------------------------------------------------------------------- 1 | Aarhus Technical College 2 | -------------------------------------------------------------------------------- /lib/domains/dk/au.txt: -------------------------------------------------------------------------------- 1 | Aarhus University 2 | -------------------------------------------------------------------------------- /lib/domains/dk/auc.txt: -------------------------------------------------------------------------------- 1 | Aalborg University 2 | -------------------------------------------------------------------------------- /lib/domains/dk/cbs.txt: -------------------------------------------------------------------------------- 1 | Copenhagen Business School 2 | -------------------------------------------------------------------------------- /lib/domains/dk/ddea.txt: -------------------------------------------------------------------------------- 1 | Danish Business Academy 2 | -------------------------------------------------------------------------------- /lib/domains/dk/diku.txt: -------------------------------------------------------------------------------- 1 | University of Copenhagen -------------------------------------------------------------------------------- /lib/domains/dk/eamv.txt: -------------------------------------------------------------------------------- 1 | Business Academy MidWest 2 | -------------------------------------------------------------------------------- /lib/domains/dk/easv.txt: -------------------------------------------------------------------------------- 1 | Business Academy SouthWest -------------------------------------------------------------------------------- /lib/domains/dk/elevcampus.txt: -------------------------------------------------------------------------------- 1 | EUC Syd 2 | -------------------------------------------------------------------------------- /lib/domains/dk/hha.txt: -------------------------------------------------------------------------------- 1 | Aarhus School of Business 2 | -------------------------------------------------------------------------------- /lib/domains/dk/ku.txt: -------------------------------------------------------------------------------- 1 | Copenhagen University 2 | -------------------------------------------------------------------------------- /lib/domains/dk/ruc.txt: -------------------------------------------------------------------------------- 1 | Roskilde University 2 | -------------------------------------------------------------------------------- /lib/domains/do/edu/unapec.txt: -------------------------------------------------------------------------------- 1 | Universidad APEC 2 | -------------------------------------------------------------------------------- /lib/domains/dz/univ-alger.txt: -------------------------------------------------------------------------------- 1 | Université d'Alger 2 | -------------------------------------------------------------------------------- /lib/domains/dz/univ-batna.txt: -------------------------------------------------------------------------------- 1 | Université de Batna 2 | -------------------------------------------------------------------------------- /lib/domains/dz/univ-blida.txt: -------------------------------------------------------------------------------- 1 | Université de Blida 2 | -------------------------------------------------------------------------------- /lib/domains/dz/univ-chlef.txt: -------------------------------------------------------------------------------- 1 | Université de Chlef 2 | -------------------------------------------------------------------------------- /lib/domains/dz/univ-saida.txt: -------------------------------------------------------------------------------- 1 | Université de Saida 2 | -------------------------------------------------------------------------------- /lib/domains/dz/univ-setif.txt: -------------------------------------------------------------------------------- 1 | Université de Sétif 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ab.txt: -------------------------------------------------------------------------------- 1 | Alderson Broaddus College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/aca.txt: -------------------------------------------------------------------------------- 1 | Atlanta College of Art 2 | -------------------------------------------------------------------------------- /lib/domains/edu/acc.txt: -------------------------------------------------------------------------------- 1 | Atlanta Christian College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/adams.txt: -------------------------------------------------------------------------------- 1 | Adams State College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/adelphi.txt: -------------------------------------------------------------------------------- 1 | Adelphi University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/adrian.txt: -------------------------------------------------------------------------------- 1 | Adrian College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/africau.txt: -------------------------------------------------------------------------------- 1 | Africa University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ahgaff.txt: -------------------------------------------------------------------------------- 1 | Alahgaff University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/aii.txt: -------------------------------------------------------------------------------- 1 | The Art Institutes 2 | -------------------------------------------------------------------------------- /lib/domains/edu/aju.txt: -------------------------------------------------------------------------------- 1 | Andrew Jackson University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/akbible.txt: -------------------------------------------------------------------------------- 1 | Alaska Bible College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/aku.txt: -------------------------------------------------------------------------------- 1 | Aga Khan University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/alaska.txt: -------------------------------------------------------------------------------- 1 | University of Alaska 2 | -------------------------------------------------------------------------------- /lib/domains/edu/albanylaw.txt: -------------------------------------------------------------------------------- 1 | Albany Law School 2 | -------------------------------------------------------------------------------- /lib/domains/edu/albion.txt: -------------------------------------------------------------------------------- 1 | Albion College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/albright.txt: -------------------------------------------------------------------------------- 1 | Albright College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/alc.txt: -------------------------------------------------------------------------------- 1 | Alice Lloyd College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/alfaisal.txt: -------------------------------------------------------------------------------- 1 | Alfaisal University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/alfred.txt: -------------------------------------------------------------------------------- 1 | Alfred University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/alma.txt: -------------------------------------------------------------------------------- 1 | Alma College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/alvernia.txt: -------------------------------------------------------------------------------- 1 | Alvernia College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/alverno.txt: -------------------------------------------------------------------------------- 1 | Alverno College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/amc.txt: -------------------------------------------------------------------------------- 1 | Albany Medical Center 2 | -------------------------------------------------------------------------------- /lib/domains/edu/amherst.txt: -------------------------------------------------------------------------------- 1 | Amherst College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/anderson.txt: -------------------------------------------------------------------------------- 1 | Anderson University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/andrews.txt: -------------------------------------------------------------------------------- 1 | Andrews University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/anselm.txt: -------------------------------------------------------------------------------- 1 | St. Anselm College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/antioch.txt: -------------------------------------------------------------------------------- 1 | Antioch University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/apu.txt: -------------------------------------------------------------------------------- 1 | Azusa Pacific University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/aquinas.txt: -------------------------------------------------------------------------------- 1 | Aquinas College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/arbor.txt: -------------------------------------------------------------------------------- 1 | Spring Arbor College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/argosy.txt: -------------------------------------------------------------------------------- 1 | Argosy University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/arizona.txt: -------------------------------------------------------------------------------- 1 | University of Arizona 2 | -------------------------------------------------------------------------------- /lib/domains/edu/asbury.txt: -------------------------------------------------------------------------------- 1 | Asbury College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ashland.txt: -------------------------------------------------------------------------------- 1 | Ashland University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/assumption.txt: -------------------------------------------------------------------------------- 1 | Assumption College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/asu.txt: -------------------------------------------------------------------------------- 1 | Arizona State University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/athens.txt: -------------------------------------------------------------------------------- 1 | Athens State College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/atu.txt: -------------------------------------------------------------------------------- 1 | Arkansas Tech University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/auburn.txt: -------------------------------------------------------------------------------- 1 | Auburn University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/aug.txt: -------------------------------------------------------------------------------- 1 | Augusta State University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/augie.txt: -------------------------------------------------------------------------------- 1 | Augustana College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/augsburg.txt: -------------------------------------------------------------------------------- 1 | Augsburg College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/augustana.txt: -------------------------------------------------------------------------------- 1 | Augustana College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/aurora.txt: -------------------------------------------------------------------------------- 1 | Aurora University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/averett.txt: -------------------------------------------------------------------------------- 1 | Averett College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/avila.txt: -------------------------------------------------------------------------------- 1 | Avila College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/b-sc.txt: -------------------------------------------------------------------------------- 1 | Barber-Scotia College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/babson.txt: -------------------------------------------------------------------------------- 1 | Babson College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bac.txt: -------------------------------------------------------------------------------- 1 | Belmont Abbey College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/baker.txt: -------------------------------------------------------------------------------- 1 | Baker College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bakeru.txt: -------------------------------------------------------------------------------- 1 | Baker University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bard.txt: -------------------------------------------------------------------------------- 1 | Bard College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/barry.txt: -------------------------------------------------------------------------------- 1 | Barry University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/barton.txt: -------------------------------------------------------------------------------- 1 | Barton College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bastyr.txt: -------------------------------------------------------------------------------- 1 | Bastyr University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bates.txt: -------------------------------------------------------------------------------- 1 | Bates College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bauder.txt: -------------------------------------------------------------------------------- 1 | Bauder College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/baylor.txt: -------------------------------------------------------------------------------- 1 | Baylor University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bc.txt: -------------------------------------------------------------------------------- 1 | Boston College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/beaver.txt: -------------------------------------------------------------------------------- 1 | Beaver College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/belhaven.txt: -------------------------------------------------------------------------------- 1 | Belhaven College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bellarmine.txt: -------------------------------------------------------------------------------- 1 | Bellarmine College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bellevue.txt: -------------------------------------------------------------------------------- 1 | Bellevue University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/belmont.txt: -------------------------------------------------------------------------------- 1 | Belmont University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/beloit.txt: -------------------------------------------------------------------------------- 1 | Beloit College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ben.txt: -------------------------------------------------------------------------------- 1 | Benedictine University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/benedict.txt: -------------------------------------------------------------------------------- 1 | Benedict College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bennett.txt: -------------------------------------------------------------------------------- 1 | Bennett College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bennington.txt: -------------------------------------------------------------------------------- 1 | Bennington College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bentley.txt: -------------------------------------------------------------------------------- 1 | Bentley College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/berea.txt: -------------------------------------------------------------------------------- 1 | Berea College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/berry.txt: -------------------------------------------------------------------------------- 1 | Berry College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bhc.txt: -------------------------------------------------------------------------------- 1 | Black Hawk College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/biola.txt: -------------------------------------------------------------------------------- 1 | Biola University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/birzeit.txt: -------------------------------------------------------------------------------- 1 | Birzeit University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bju.txt: -------------------------------------------------------------------------------- 1 | Bob Jones University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/blackburn.txt: -------------------------------------------------------------------------------- 1 | Blackburn College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bloomfield.txt: -------------------------------------------------------------------------------- 1 | Bloomfield College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bluefield.txt: -------------------------------------------------------------------------------- 1 | Bluefield College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bluffton.txt: -------------------------------------------------------------------------------- 1 | Bluffton College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bmc.txt: -------------------------------------------------------------------------------- 1 | Blue Mountain College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bowdoin.txt: -------------------------------------------------------------------------------- 1 | Bowdoin College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bpc.txt: -------------------------------------------------------------------------------- 1 | Brewton-Parker College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bradley.txt: -------------------------------------------------------------------------------- 1 | Bradley University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/brandeis.txt: -------------------------------------------------------------------------------- 1 | Brandeis University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/brenau.txt: -------------------------------------------------------------------------------- 1 | Brenau University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/brescia.txt: -------------------------------------------------------------------------------- 1 | Brescia University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/brevard.txt: -------------------------------------------------------------------------------- 1 | Brevard College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/brooklaw.txt: -------------------------------------------------------------------------------- 1 | Brooklyn Law School 2 | -------------------------------------------------------------------------------- /lib/domains/edu/brown.txt: -------------------------------------------------------------------------------- 1 | Brown University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bryan.txt: -------------------------------------------------------------------------------- 1 | Bryan College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bryant.txt: -------------------------------------------------------------------------------- 1 | Bryant University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/brynmawr.txt: -------------------------------------------------------------------------------- 1 | Bryn Mawr College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bsu.txt: -------------------------------------------------------------------------------- 1 | Ball State University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bu.txt: -------------------------------------------------------------------------------- 1 | Boston University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bucknell.txt: -------------------------------------------------------------------------------- 1 | Bucknell University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/buffalo.txt: -------------------------------------------------------------------------------- 1 | University at Buffalo 2 | -------------------------------------------------------------------------------- /lib/domains/edu/butler.txt: -------------------------------------------------------------------------------- 1 | Butler University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/bvu.txt: -------------------------------------------------------------------------------- 1 | Buena Vista University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/byu.txt: -------------------------------------------------------------------------------- 1 | Brigham Young University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/byui.txt: -------------------------------------------------------------------------------- 1 | Brigham Young University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cabrini.txt: -------------------------------------------------------------------------------- 1 | Cabrini College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/caldwell.txt: -------------------------------------------------------------------------------- 1 | Caldwell College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/calvary.txt: -------------------------------------------------------------------------------- 1 | Calvary Bible College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/calvin.txt: -------------------------------------------------------------------------------- 1 | Calvin College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cambridge.txt: -------------------------------------------------------------------------------- 1 | Cambridge College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cameron.txt: -------------------------------------------------------------------------------- 1 | Cameron University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/campbell.txt: -------------------------------------------------------------------------------- 1 | Campbell University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/canisius.txt: -------------------------------------------------------------------------------- 1 | Canisius College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/capella.txt: -------------------------------------------------------------------------------- 1 | Capella University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/capital.txt: -------------------------------------------------------------------------------- 1 | Capital University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/carleton.txt: -------------------------------------------------------------------------------- 1 | Carleton College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/carlow.txt: -------------------------------------------------------------------------------- 1 | Carlow College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/carthage.txt: -------------------------------------------------------------------------------- 1 | Carthage College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/catawba.txt: -------------------------------------------------------------------------------- 1 | Catawba College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cau.txt: -------------------------------------------------------------------------------- 1 | Clark Atlanta University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cbc.txt: -------------------------------------------------------------------------------- 1 | Central Baptist College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cbcag.txt: -------------------------------------------------------------------------------- 1 | Central Bible College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cc.txt: -------------------------------------------------------------------------------- 1 | Carroll College Waukesha 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ccc.txt: -------------------------------------------------------------------------------- 1 | City Colleges of Chicago 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cedarville.txt: -------------------------------------------------------------------------------- 1 | Cedarville College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/central.txt: -------------------------------------------------------------------------------- 1 | Central College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/centre.txt: -------------------------------------------------------------------------------- 1 | Centre College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/champlain.txt: -------------------------------------------------------------------------------- 1 | Champlain College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/chapman.txt: -------------------------------------------------------------------------------- 1 | Chapman University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/chatham.txt: -------------------------------------------------------------------------------- 1 | Chatham College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/chc.txt: -------------------------------------------------------------------------------- 1 | Chestnut Hill College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/chowan.txt: -------------------------------------------------------------------------------- 1 | Chowan College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cityu.txt: -------------------------------------------------------------------------------- 1 | City University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/clarion.txt: -------------------------------------------------------------------------------- 1 | Clarion University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/clarke.txt: -------------------------------------------------------------------------------- 1 | Clarke College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/clarkson.txt: -------------------------------------------------------------------------------- 1 | Clarkson University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/clarku.txt: -------------------------------------------------------------------------------- 1 | Clark University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cleary.txt: -------------------------------------------------------------------------------- 1 | Cleary College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/clemson.txt: -------------------------------------------------------------------------------- 1 | Clemson University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cmc.txt: -------------------------------------------------------------------------------- 1 | Central Methodist College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cn.txt: -------------------------------------------------------------------------------- 1 | Carson-Newman College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cnr.txt: -------------------------------------------------------------------------------- 1 | College of New Rochelle 2 | -------------------------------------------------------------------------------- /lib/domains/edu/coa.txt: -------------------------------------------------------------------------------- 1 | College of the Atlantic 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cod.txt: -------------------------------------------------------------------------------- 1 | College of DuPage 2 | -------------------------------------------------------------------------------- /lib/domains/edu/coe.txt: -------------------------------------------------------------------------------- 1 | Coe College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cofc.txt: -------------------------------------------------------------------------------- 1 | College of Charleston 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cofo.txt: -------------------------------------------------------------------------------- 1 | College of the Ozarks 2 | -------------------------------------------------------------------------------- /lib/domains/edu/coker.txt: -------------------------------------------------------------------------------- 1 | Coker College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/colby.txt: -------------------------------------------------------------------------------- 1 | Colby College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/coleman.txt: -------------------------------------------------------------------------------- 1 | Coleman College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/colgate.txt: -------------------------------------------------------------------------------- 1 | Colgate University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/collegeamerica.txt: -------------------------------------------------------------------------------- 1 | CollegeAmerica -------------------------------------------------------------------------------- /lib/domains/edu/columbia.txt: -------------------------------------------------------------------------------- 1 | Columbia University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/columbus.txt: -------------------------------------------------------------------------------- 1 | Columbus University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/concord.txt: -------------------------------------------------------------------------------- 1 | Concord College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/conncoll.txt: -------------------------------------------------------------------------------- 1 | Connecticut College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/converse.txt: -------------------------------------------------------------------------------- 1 | Converse College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/coppin.txt: -------------------------------------------------------------------------------- 1 | Coppin State College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cornell.txt: -------------------------------------------------------------------------------- 1 | Cornell University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cos.txt: -------------------------------------------------------------------------------- 1 | College of the Sequoias -------------------------------------------------------------------------------- /lib/domains/edu/covenant.txt: -------------------------------------------------------------------------------- 1 | Covenant College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/crown.txt: -------------------------------------------------------------------------------- 1 | Crown College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/csc.txt: -------------------------------------------------------------------------------- 1 | Chadron State College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/csj.txt: -------------------------------------------------------------------------------- 1 | College of St. Joseph 2 | -------------------------------------------------------------------------------- /lib/domains/edu/csm.txt: -------------------------------------------------------------------------------- 1 | College of St. Mary 2 | -------------------------------------------------------------------------------- /lib/domains/edu/csu.txt: -------------------------------------------------------------------------------- 1 | Chicago State University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/cw.txt: -------------------------------------------------------------------------------- 1 | The College of Westchester 2 | -------------------------------------------------------------------------------- /lib/domains/edu/daemen.txt: -------------------------------------------------------------------------------- 1 | Daemen College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dartmouth.txt: -------------------------------------------------------------------------------- 1 | Dartmouth College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/darton.txt: -------------------------------------------------------------------------------- 1 | Darton College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/davidson.txt: -------------------------------------------------------------------------------- 1 | Davidson College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dbq.txt: -------------------------------------------------------------------------------- 1 | University of Dubuque 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dbu.txt: -------------------------------------------------------------------------------- 1 | Dallas Baptist University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dc.txt: -------------------------------------------------------------------------------- 1 | Dominican College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/defiance.txt: -------------------------------------------------------------------------------- 1 | The Defiance College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/denison.txt: -------------------------------------------------------------------------------- 1 | Denison University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/depaul.txt: -------------------------------------------------------------------------------- 1 | DePaul University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/depauw.txt: -------------------------------------------------------------------------------- 1 | DePauw University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/desales.txt: -------------------------------------------------------------------------------- 1 | DeSales University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dickinson.txt: -------------------------------------------------------------------------------- 1 | Dickinson College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dillard.txt: -------------------------------------------------------------------------------- 1 | Dillard University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dixie.txt: -------------------------------------------------------------------------------- 1 | Dixie College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/doane.txt: -------------------------------------------------------------------------------- 1 | Doane College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dom.txt: -------------------------------------------------------------------------------- 1 | Dominican University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dordt.txt: -------------------------------------------------------------------------------- 1 | Dordt College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dowling.txt: -------------------------------------------------------------------------------- 1 | Dowling College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dpc.txt: -------------------------------------------------------------------------------- 1 | Dubai Pharmacy College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/drake.txt: -------------------------------------------------------------------------------- 1 | Drake University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/drew.txt: -------------------------------------------------------------------------------- 1 | Drew University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/drexel.txt: -------------------------------------------------------------------------------- 1 | Drexel University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/drury.txt: -------------------------------------------------------------------------------- 1 | Drury College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dsc.txt: -------------------------------------------------------------------------------- 1 | Delaware State University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dsu.txt: -------------------------------------------------------------------------------- 1 | Dakota State University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/du.txt: -------------------------------------------------------------------------------- 1 | University of Denver 2 | -------------------------------------------------------------------------------- /lib/domains/edu/duke.txt: -------------------------------------------------------------------------------- 1 | Duke University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/duq.txt: -------------------------------------------------------------------------------- 1 | Duquesne University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dwc.txt: -------------------------------------------------------------------------------- 1 | Daniel Webster College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/dyc.txt: -------------------------------------------------------------------------------- 1 | D'Youville College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/earlham.txt: -------------------------------------------------------------------------------- 1 | Earlham College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/eastern.txt: -------------------------------------------------------------------------------- 1 | Eastern College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/eastwest.txt: -------------------------------------------------------------------------------- 1 | East-West University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/eckerd.txt: -------------------------------------------------------------------------------- 1 | Eckerd College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ecok.txt: -------------------------------------------------------------------------------- 1 | East Central University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ecu.txt: -------------------------------------------------------------------------------- 1 | East Carolina University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/edgewood.txt: -------------------------------------------------------------------------------- 1 | Edgewood College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ehc.txt: -------------------------------------------------------------------------------- 1 | Emory & Henry College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/elmhurst.txt: -------------------------------------------------------------------------------- 1 | Elmhurst College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/elmira.txt: -------------------------------------------------------------------------------- 1 | Elmira College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/elon.txt: -------------------------------------------------------------------------------- 1 | Elon College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/emmaus.txt: -------------------------------------------------------------------------------- 1 | Emmaus Bible College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/emory.txt: -------------------------------------------------------------------------------- 1 | Emory University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/eou.txt: -------------------------------------------------------------------------------- 1 | Eastern Oregon University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/erskine.txt: -------------------------------------------------------------------------------- 1 | Erskine College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/etown.txt: -------------------------------------------------------------------------------- 1 | Elizabethtown College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/eureka.txt: -------------------------------------------------------------------------------- 1 | Eureka College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/evangel.txt: -------------------------------------------------------------------------------- 1 | Evangel University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ewc.txt: -------------------------------------------------------------------------------- 1 | Edward Waters College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ewubd.txt: -------------------------------------------------------------------------------- 1 | East West University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/faulkner.txt: -------------------------------------------------------------------------------- 1 | Faulkner University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/fcc.txt: -------------------------------------------------------------------------------- 1 | Florida Christian College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/felician.txt: -------------------------------------------------------------------------------- 1 | Felician College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ferrum.txt: -------------------------------------------------------------------------------- 1 | Ferrum College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/fhu.txt: -------------------------------------------------------------------------------- 1 | Freed-Hardeman University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/fielding.txt: -------------------------------------------------------------------------------- 1 | Fielding Institute 2 | -------------------------------------------------------------------------------- /lib/domains/edu/findlay.txt: -------------------------------------------------------------------------------- 1 | University of Findlay 2 | -------------------------------------------------------------------------------- /lib/domains/edu/fisk.txt: -------------------------------------------------------------------------------- 1 | Fisk University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/flagler.txt: -------------------------------------------------------------------------------- 1 | Flagler College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/fmc.txt: -------------------------------------------------------------------------------- 1 | Florida Memorial College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/fontbonne.txt: -------------------------------------------------------------------------------- 1 | Fontbonne College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/fordham.txt: -------------------------------------------------------------------------------- 1 | Fordham University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/fortlewis.txt: -------------------------------------------------------------------------------- 1 | Fort Lewis College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/franklin.txt: -------------------------------------------------------------------------------- 1 | Franklin University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/friends.txt: -------------------------------------------------------------------------------- 1 | Friends University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/fsu.txt: -------------------------------------------------------------------------------- 1 | Florida State University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/fullsail.txt: -------------------------------------------------------------------------------- 1 | Full Sail University -------------------------------------------------------------------------------- /lib/domains/edu/furman.txt: -------------------------------------------------------------------------------- 1 | Furman University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gac.txt: -------------------------------------------------------------------------------- 1 | Gustavus Adolphus College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/galileo.txt: -------------------------------------------------------------------------------- 1 | Universidad Galileo 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gannon.txt: -------------------------------------------------------------------------------- 1 | Gannon University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gbc.txt: -------------------------------------------------------------------------------- 1 | Goldey-Beacom College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gbcol.txt: -------------------------------------------------------------------------------- 1 | Grace Bible College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gcc.txt: -------------------------------------------------------------------------------- 1 | Grove City College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/geneva.txt: -------------------------------------------------------------------------------- 1 | Geneva College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gettysburg.txt: -------------------------------------------------------------------------------- 1 | Gettysburg College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ggc.txt: -------------------------------------------------------------------------------- 1 | Georgia Gwinnett College -------------------------------------------------------------------------------- /lib/domains/edu/ggu.txt: -------------------------------------------------------------------------------- 1 | Golden Gate University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gmc.txt: -------------------------------------------------------------------------------- 1 | Gwynedd-Mercy College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gmu.txt: -------------------------------------------------------------------------------- 1 | George Mason University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/goddard.txt: -------------------------------------------------------------------------------- 1 | Goddard College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gonzaga.txt: -------------------------------------------------------------------------------- 1 | Gonzaga University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/goshen.txt: -------------------------------------------------------------------------------- 1 | Goshen College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/goucher.txt: -------------------------------------------------------------------------------- 1 | Goucher College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/grace.txt: -------------------------------------------------------------------------------- 1 | Grace College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/graceland.txt: -------------------------------------------------------------------------------- 1 | Graceland College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/graceu.txt: -------------------------------------------------------------------------------- 1 | Grace University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/grantham.txt: -------------------------------------------------------------------------------- 1 | Grantham University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gratzcollege.txt: -------------------------------------------------------------------------------- 1 | Gratz College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/greenville.txt: -------------------------------------------------------------------------------- 1 | Greenville College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/grinnell.txt: -------------------------------------------------------------------------------- 1 | Grinnell College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gsu.txt: -------------------------------------------------------------------------------- 1 | Georgia State University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/guilford.txt: -------------------------------------------------------------------------------- 1 | Guilford College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/gvc.txt: -------------------------------------------------------------------------------- 1 | Grand View College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hamilton.txt: -------------------------------------------------------------------------------- 1 | Hamilton College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hamline.txt: -------------------------------------------------------------------------------- 1 | Hamline University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hamptonu.txt: -------------------------------------------------------------------------------- 1 | Hampton University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hanover.txt: -------------------------------------------------------------------------------- 1 | Hanover College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/harding.txt: -------------------------------------------------------------------------------- 1 | Harding University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hartwick.txt: -------------------------------------------------------------------------------- 1 | Hartwick College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/harvard.txt: -------------------------------------------------------------------------------- 1 | Harvard University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hastings.txt: -------------------------------------------------------------------------------- 1 | Hastings College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/haverford.txt: -------------------------------------------------------------------------------- 1 | Haverford College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hawaii.txt: -------------------------------------------------------------------------------- 1 | University of Hawaii 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hcc-nd.txt: -------------------------------------------------------------------------------- 1 | Holy Cross College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hebron.txt: -------------------------------------------------------------------------------- 1 | Hebron University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/heidelberg.txt: -------------------------------------------------------------------------------- 1 | Heidelberg College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hendrix.txt: -------------------------------------------------------------------------------- 1 | Hendrix College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/heritage.txt: -------------------------------------------------------------------------------- 1 | Heritage College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hfc.txt: -------------------------------------------------------------------------------- 1 | Holy Family College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hilbert.txt: -------------------------------------------------------------------------------- 1 | Hilbert College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hillsdale.txt: -------------------------------------------------------------------------------- 1 | Hillsdale College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hiram.txt: -------------------------------------------------------------------------------- 1 | Hiram College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hlg.txt: -------------------------------------------------------------------------------- 1 | Hannibal-Lagrange College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hmc.txt: -------------------------------------------------------------------------------- 1 | Harvey Mudd College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hodges.txt: -------------------------------------------------------------------------------- 1 | Hodges University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hofstra.txt: -------------------------------------------------------------------------------- 1 | Hofstra University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hollins.txt: -------------------------------------------------------------------------------- 1 | Hollins University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hood.txt: -------------------------------------------------------------------------------- 1 | Hood College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hope.txt: -------------------------------------------------------------------------------- 1 | Hope College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/houghton.txt: -------------------------------------------------------------------------------- 1 | Houghton College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hpu.txt: -------------------------------------------------------------------------------- 1 | Hawaii Pacific University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hputx.txt: -------------------------------------------------------------------------------- 1 | Howard Payne University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hsbc.txt: -------------------------------------------------------------------------------- 1 | Hobe Sound Bible College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/hsc.txt: -------------------------------------------------------------------------------- 1 | Hampden-Sydney College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/htc.txt: -------------------------------------------------------------------------------- 1 | Huston-Tillotson College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/humphreys.txt: -------------------------------------------------------------------------------- 1 | Humphreys College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/husson.txt: -------------------------------------------------------------------------------- 1 | Husson College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ic.txt: -------------------------------------------------------------------------------- 1 | Illinois College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ici.txt: -------------------------------------------------------------------------------- 1 | ICI University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ie.txt: -------------------------------------------------------------------------------- 1 | IE University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/indiana.txt: -------------------------------------------------------------------------------- 1 | Indiana University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/intercol.txt: -------------------------------------------------------------------------------- 1 | Intercollege 2 | -------------------------------------------------------------------------------- /lib/domains/edu/iona.txt: -------------------------------------------------------------------------------- 1 | Iona College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/isu.txt: -------------------------------------------------------------------------------- 1 | Idaho State University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ithaca.txt: -------------------------------------------------------------------------------- 1 | Ithaca College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/iwc.txt: -------------------------------------------------------------------------------- 1 | Iowa Wesleyan College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/jbu.txt: -------------------------------------------------------------------------------- 1 | John Brown University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/jc.txt: -------------------------------------------------------------------------------- 1 | Jamestown College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/jcu.txt: -------------------------------------------------------------------------------- 1 | John Carroll University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/jewell.txt: -------------------------------------------------------------------------------- 1 | William Jewell College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/jhu.txt: -------------------------------------------------------------------------------- 1 | Johns Hopkins University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/jmls.txt: -------------------------------------------------------------------------------- 1 | John Marshall Law School 2 | -------------------------------------------------------------------------------- /lib/domains/edu/jmu.txt: -------------------------------------------------------------------------------- 1 | James Madison University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/jones.txt: -------------------------------------------------------------------------------- 1 | Jones College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ju.txt: -------------------------------------------------------------------------------- 1 | Jacksonville University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/juniata.txt: -------------------------------------------------------------------------------- 1 | Juniata College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/kaplan.txt: -------------------------------------------------------------------------------- 1 | Kaplan University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/kendall.txt: -------------------------------------------------------------------------------- 1 | Kendall College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/kenyon.txt: -------------------------------------------------------------------------------- 1 | Kenyon College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/keuka.txt: -------------------------------------------------------------------------------- 1 | Keuka College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/king.txt: -------------------------------------------------------------------------------- 1 | King College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/kings.txt: -------------------------------------------------------------------------------- 1 | King's College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/knox.txt: -------------------------------------------------------------------------------- 1 | Knox College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ku.txt: -------------------------------------------------------------------------------- 1 | University of Kansas 2 | -------------------------------------------------------------------------------- /lib/domains/edu/kzoo.txt: -------------------------------------------------------------------------------- 1 | Kalamazoo College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/lamar.txt: -------------------------------------------------------------------------------- 1 | Lamar University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/lander.txt: -------------------------------------------------------------------------------- 1 | Lander University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/lanecollege.txt: -------------------------------------------------------------------------------- 1 | Lane College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/laroche.txt: -------------------------------------------------------------------------------- 1 | La Roche College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/lemoyne.txt: -------------------------------------------------------------------------------- 1 | Le Moyne College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/lewisu.txt: -------------------------------------------------------------------------------- 1 | Lewis University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/lfc.txt: -------------------------------------------------------------------------------- 1 | Lake Forest College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/life.txt: -------------------------------------------------------------------------------- 1 | Life University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/lmc.txt: -------------------------------------------------------------------------------- 1 | Lees-McRae College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/loras.txt: -------------------------------------------------------------------------------- 1 | Loras College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/lourdes.txt: -------------------------------------------------------------------------------- 1 | Lourdes College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/luther.txt: -------------------------------------------------------------------------------- 1 | Luther College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/lynn.txt: -------------------------------------------------------------------------------- 1 | Lynn University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/lyon.txt: -------------------------------------------------------------------------------- 1 | Lyon College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/mac.txt: -------------------------------------------------------------------------------- 1 | MacMurray College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/malone.txt: -------------------------------------------------------------------------------- 1 | Malone College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/mancol.txt: -------------------------------------------------------------------------------- 1 | Manhattan College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/marian.txt: -------------------------------------------------------------------------------- 1 | Marian College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/marist.txt: -------------------------------------------------------------------------------- 1 | Marist College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/martin.txt: -------------------------------------------------------------------------------- 1 | Martin University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/mbc.txt: -------------------------------------------------------------------------------- 1 | Mary Baldwin College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/mcm.txt: -------------------------------------------------------------------------------- 1 | McMurry University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/menlo.txt: -------------------------------------------------------------------------------- 1 | Menlo College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/mercer.txt: -------------------------------------------------------------------------------- 1 | Mercer University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/messiah.txt: -------------------------------------------------------------------------------- 1 | Messiah College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/midway.txt: -------------------------------------------------------------------------------- 1 | Midway College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/miles.txt: -------------------------------------------------------------------------------- 1 | Miles College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/mills.txt: -------------------------------------------------------------------------------- 1 | Mills College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/molloy.txt: -------------------------------------------------------------------------------- 1 | Molloy College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/motech.txt: -------------------------------------------------------------------------------- 1 | Missouri Tech 2 | -------------------------------------------------------------------------------- /lib/domains/edu/mtech.txt: -------------------------------------------------------------------------------- 1 | Montana Tech 2 | -------------------------------------------------------------------------------- /lib/domains/edu/mtmc.txt: -------------------------------------------------------------------------------- 1 | Mount Marty College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/mu.txt: -------------------------------------------------------------------------------- 1 | Marquette University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/naz.txt: -------------------------------------------------------------------------------- 1 | Nazareth College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/nec.txt: -------------------------------------------------------------------------------- 1 | New England College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/neumann.txt: -------------------------------------------------------------------------------- 1 | Neumann College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/neumont.txt: -------------------------------------------------------------------------------- 1 | Morrison College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/newschool.txt: -------------------------------------------------------------------------------- 1 | The New School 2 | -------------------------------------------------------------------------------- /lib/domains/edu/nu.txt: -------------------------------------------------------------------------------- 1 | National University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/nur.txt: -------------------------------------------------------------------------------- 1 | Universidad NUR 2 | -------------------------------------------------------------------------------- /lib/domains/edu/nyls.txt: -------------------------------------------------------------------------------- 1 | New York Law School 2 | -------------------------------------------------------------------------------- /lib/domains/edu/nyu.txt: -------------------------------------------------------------------------------- 1 | New York University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/oakwood.txt: -------------------------------------------------------------------------------- 1 | Oakwood College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/oberlin.txt: -------------------------------------------------------------------------------- 1 | Oberlin College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ohiou.txt: -------------------------------------------------------------------------------- 1 | Ohio University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ottawa.txt: -------------------------------------------------------------------------------- 1 | Ottawa University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ovc.txt: -------------------------------------------------------------------------------- 1 | Ohio Valley College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/oxy.txt: -------------------------------------------------------------------------------- 1 | Occidental College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/pace.txt: -------------------------------------------------------------------------------- 1 | Pace University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/paine.txt: -------------------------------------------------------------------------------- 1 | Paine College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/park.txt: -------------------------------------------------------------------------------- 1 | Park College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/pc.txt: -------------------------------------------------------------------------------- 1 | Pikeville College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/peace.txt: -------------------------------------------------------------------------------- 1 | Peace College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/peru.txt: -------------------------------------------------------------------------------- 1 | Peru State College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/pitzer.txt: -------------------------------------------------------------------------------- 1 | Pitzer College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/pomona.txt: -------------------------------------------------------------------------------- 1 | Pomona College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/pqc.txt: -------------------------------------------------------------------------------- 1 | Paul Quinn College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/pratt.txt: -------------------------------------------------------------------------------- 1 | Pratt Institute 2 | -------------------------------------------------------------------------------- /lib/domains/edu/prin.txt: -------------------------------------------------------------------------------- 1 | Principia College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/purdue.txt: -------------------------------------------------------------------------------- 1 | Purdue University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/queens.txt: -------------------------------------------------------------------------------- 1 | Queens College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/quincy.txt: -------------------------------------------------------------------------------- 1 | Quincy University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/rc.txt: -------------------------------------------------------------------------------- 1 | Rochester College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/reed.txt: -------------------------------------------------------------------------------- 1 | Reed College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/regent.txt: -------------------------------------------------------------------------------- 1 | Regent University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/regis.txt: -------------------------------------------------------------------------------- 1 | Regis University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/rhodes.txt: -------------------------------------------------------------------------------- 1 | Rhodes College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ric.txt: -------------------------------------------------------------------------------- 1 | Rhode Island College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/rice.txt: -------------------------------------------------------------------------------- 1 | Rice University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/rider.txt: -------------------------------------------------------------------------------- 1 | Rider University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ripon.txt: -------------------------------------------------------------------------------- 1 | Ripon College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/rivier.txt: -------------------------------------------------------------------------------- 1 | Rivier College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/roanoke.txt: -------------------------------------------------------------------------------- 1 | Roanoke College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/rollins.txt: -------------------------------------------------------------------------------- 1 | Rollins College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/rossu.txt: -------------------------------------------------------------------------------- 1 | Ross University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/rowan.txt: -------------------------------------------------------------------------------- 1 | Rowan University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/runet.txt: -------------------------------------------------------------------------------- 1 | Radford University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/rush.txt: -------------------------------------------------------------------------------- 1 | Rush University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/rustcollege.txt: -------------------------------------------------------------------------------- 1 | Rust College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/sage.txt: -------------------------------------------------------------------------------- 1 | The Sage Colleges 2 | -------------------------------------------------------------------------------- /lib/domains/edu/saintleo.txt: -------------------------------------------------------------------------------- 1 | St. Leo College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/salem.txt: -------------------------------------------------------------------------------- 1 | Salem College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/sbc.txt: -------------------------------------------------------------------------------- 1 | Sweet Briar College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/shc.txt: -------------------------------------------------------------------------------- 1 | Spring Hill College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/shimer.txt: -------------------------------------------------------------------------------- 1 | Shimer College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/shorter.txt: -------------------------------------------------------------------------------- 1 | Shorter College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/siam.txt: -------------------------------------------------------------------------------- 1 | Siam University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/siena.txt: -------------------------------------------------------------------------------- 1 | Siena College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/sjc.txt: -------------------------------------------------------------------------------- 1 | St. Joseph College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/sl.txt: -------------------------------------------------------------------------------- 1 | Silver Lake College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/slu.txt: -------------------------------------------------------------------------------- 1 | St. Louis University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/snc.txt: -------------------------------------------------------------------------------- 1 | St. Norbert College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/spc.txt: -------------------------------------------------------------------------------- 1 | St. Peter's College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/spelman.txt: -------------------------------------------------------------------------------- 1 | Spelman College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/stolaf.txt: -------------------------------------------------------------------------------- 1 | St. Olaf College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/su.txt: -------------------------------------------------------------------------------- 1 | Shenandoah University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/syr.txt: -------------------------------------------------------------------------------- 1 | Syracuse University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/tabor.txt: -------------------------------------------------------------------------------- 1 | Tabor College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/temple.txt: -------------------------------------------------------------------------------- 1 | Temple University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/thiel.txt: -------------------------------------------------------------------------------- 1 | Thiel College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/tiffin.txt: -------------------------------------------------------------------------------- 1 | Tiffin University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/touro.txt: -------------------------------------------------------------------------------- 1 | Touro College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/towson.txt: -------------------------------------------------------------------------------- 1 | Towson University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/troy.txt: -------------------------------------------------------------------------------- 1 | Troy University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/tu.txt: -------------------------------------------------------------------------------- 1 | Touro University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/tui.txt: -------------------------------------------------------------------------------- 1 | The Union Institute 2 | -------------------------------------------------------------------------------- /lib/domains/edu/uh.txt: -------------------------------------------------------------------------------- 1 | University of Houston 2 | -------------------------------------------------------------------------------- /lib/domains/edu/uiowa.txt: -------------------------------------------------------------------------------- 1 | University of Iowa 2 | -------------------------------------------------------------------------------- /lib/domains/edu/umary.txt: -------------------------------------------------------------------------------- 1 | University of Mary 2 | -------------------------------------------------------------------------------- /lib/domains/edu/union.txt: -------------------------------------------------------------------------------- 1 | Union College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/unity.txt: -------------------------------------------------------------------------------- 1 | Unity College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/uog.txt: -------------------------------------------------------------------------------- 1 | University of Guam 2 | -------------------------------------------------------------------------------- /lib/domains/edu/urbana.txt: -------------------------------------------------------------------------------- 1 | Urbana University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/ursinus.txt: -------------------------------------------------------------------------------- 1 | Ursinus College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/utah.txt: -------------------------------------------------------------------------------- 1 | University of Utah 2 | -------------------------------------------------------------------------------- /lib/domains/edu/uu.txt: -------------------------------------------------------------------------------- 1 | Union University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/uvic.txt: -------------------------------------------------------------------------------- 1 | Universitat de Vic 2 | -------------------------------------------------------------------------------- /lib/domains/edu/vassar.txt: -------------------------------------------------------------------------------- 1 | Vassar College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/vc.txt: -------------------------------------------------------------------------------- 1 | Virginia College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/viterbo.txt: -------------------------------------------------------------------------------- 1 | Viterbo College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/wabash.txt: -------------------------------------------------------------------------------- 1 | Wabash College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/wagner.txt: -------------------------------------------------------------------------------- 1 | Wagner College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/walsh.txt: -------------------------------------------------------------------------------- 1 | Walsh University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/webber.txt: -------------------------------------------------------------------------------- 1 | Webber College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/wells.txt: -------------------------------------------------------------------------------- 1 | Wells College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/wesley.txt: -------------------------------------------------------------------------------- 1 | Wesley College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/whitman.txt: -------------------------------------------------------------------------------- 1 | Whitman College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/wileyc.txt: -------------------------------------------------------------------------------- 1 | Wiley College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/wilkes.txt: -------------------------------------------------------------------------------- 1 | Wilkes University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/wilson.txt: -------------------------------------------------------------------------------- 1 | Wilson College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/wofford.txt: -------------------------------------------------------------------------------- 1 | Wofford College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/wsc.txt: -------------------------------------------------------------------------------- 1 | Wayne State College 2 | -------------------------------------------------------------------------------- /lib/domains/edu/xu.txt: -------------------------------------------------------------------------------- 1 | Xavier University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/yale.txt: -------------------------------------------------------------------------------- 1 | Yale University 2 | -------------------------------------------------------------------------------- /lib/domains/edu/yu.txt: -------------------------------------------------------------------------------- 1 | Yeshiva University 2 | -------------------------------------------------------------------------------- /lib/domains/ee/tlu.txt: -------------------------------------------------------------------------------- 1 | Tallinn University 2 | -------------------------------------------------------------------------------- /lib/domains/ee/ut.txt: -------------------------------------------------------------------------------- 1 | University of Tartu 2 | -------------------------------------------------------------------------------- /lib/domains/eg/edu/aun.txt: -------------------------------------------------------------------------------- 1 | Assiut University 2 | -------------------------------------------------------------------------------- /lib/domains/eg/edu/bu.txt: -------------------------------------------------------------------------------- 1 | Benha University 2 | -------------------------------------------------------------------------------- /lib/domains/eg/edu/cu.txt: -------------------------------------------------------------------------------- 1 | Cairo University 2 | -------------------------------------------------------------------------------- /lib/domains/eg/edu/nileu.txt: -------------------------------------------------------------------------------- 1 | Nile University 2 | -------------------------------------------------------------------------------- /lib/domains/eg/edu/su.txt: -------------------------------------------------------------------------------- 1 | Sinai University 2 | -------------------------------------------------------------------------------- /lib/domains/eg/edu/zu.txt: -------------------------------------------------------------------------------- 1 | Zagazig University 2 | -------------------------------------------------------------------------------- /lib/domains/es/ual.txt: -------------------------------------------------------------------------------- 1 | University of Almeria -------------------------------------------------------------------------------- /lib/domains/es/ubu.txt: -------------------------------------------------------------------------------- 1 | Universidad de Burgos 2 | -------------------------------------------------------------------------------- /lib/domains/es/uca.txt: -------------------------------------------------------------------------------- 1 | Universidad de Cádiz 2 | -------------------------------------------------------------------------------- /lib/domains/es/udg.txt: -------------------------------------------------------------------------------- 1 | Universidad de Gerona 2 | -------------------------------------------------------------------------------- /lib/domains/es/udl.txt: -------------------------------------------------------------------------------- 1 | Universitat de Lleida 2 | -------------------------------------------------------------------------------- /lib/domains/es/uhu.txt: -------------------------------------------------------------------------------- 1 | Universidad de Huelva 2 | -------------------------------------------------------------------------------- /lib/domains/es/ujaen.txt: -------------------------------------------------------------------------------- 1 | Universidad de Jaén 2 | -------------------------------------------------------------------------------- /lib/domains/es/um.txt: -------------------------------------------------------------------------------- 1 | Universidad de Murcia 2 | -------------------------------------------------------------------------------- /lib/domains/es/uma.txt: -------------------------------------------------------------------------------- 1 | Universidad de Málaga 2 | -------------------------------------------------------------------------------- /lib/domains/es/us.txt: -------------------------------------------------------------------------------- 1 | Universidad de Sevilla 2 | -------------------------------------------------------------------------------- /lib/domains/es/usj.txt: -------------------------------------------------------------------------------- 1 | Universidad San Jorge 2 | -------------------------------------------------------------------------------- /lib/domains/es/uvic.txt: -------------------------------------------------------------------------------- 1 | Universitat de Vic 2 | -------------------------------------------------------------------------------- /lib/domains/es/uvigo.txt: -------------------------------------------------------------------------------- 1 | Universidad de Vigo 2 | -------------------------------------------------------------------------------- /lib/domains/et/edu/ambou.txt: -------------------------------------------------------------------------------- 1 | Ambo University 2 | -------------------------------------------------------------------------------- /lib/domains/et/edu/hu.txt: -------------------------------------------------------------------------------- 1 | Hawassa University 2 | -------------------------------------------------------------------------------- /lib/domains/et/edu/ju.txt: -------------------------------------------------------------------------------- 1 | Jimma University 2 | -------------------------------------------------------------------------------- /lib/domains/et/edu/mu.txt: -------------------------------------------------------------------------------- 1 | Mekelle University 2 | -------------------------------------------------------------------------------- /lib/domains/et/edu/uog.txt: -------------------------------------------------------------------------------- 1 | Gondar University 2 | -------------------------------------------------------------------------------- /lib/domains/eu/escpeurope.txt: -------------------------------------------------------------------------------- 1 | ESCP Europe -------------------------------------------------------------------------------- /lib/domains/eu/it-sudparis.txt: -------------------------------------------------------------------------------- 1 | Télécom SudParis -------------------------------------------------------------------------------- /lib/domains/eu/pwsz.txt: -------------------------------------------------------------------------------- 1 | Walcz College 2 | -------------------------------------------------------------------------------- /lib/domains/fi/aalto.txt: -------------------------------------------------------------------------------- 1 | Aalto University -------------------------------------------------------------------------------- /lib/domains/fi/kuva.txt: -------------------------------------------------------------------------------- 1 | Academy of Fine Arts 2 | -------------------------------------------------------------------------------- /lib/domains/fi/lamk.txt: -------------------------------------------------------------------------------- 1 | Lahti Polytechnic 2 | -------------------------------------------------------------------------------- /lib/domains/fi/oamk.txt: -------------------------------------------------------------------------------- 1 | Oulu Polytechnic 2 | -------------------------------------------------------------------------------- /lib/domains/fi/oulu.txt: -------------------------------------------------------------------------------- 1 | University of Oulu 2 | -------------------------------------------------------------------------------- /lib/domains/fi/savonia.txt: -------------------------------------------------------------------------------- 1 | Savonia UAS 2 | -------------------------------------------------------------------------------- /lib/domains/fi/siba.txt: -------------------------------------------------------------------------------- 1 | Sibelius Academy 2 | -------------------------------------------------------------------------------- /lib/domains/fi/tpu.txt: -------------------------------------------------------------------------------- 1 | Tampere Polytechnic 2 | -------------------------------------------------------------------------------- /lib/domains/fi/uku.txt: -------------------------------------------------------------------------------- 1 | University of Kuopio 2 | -------------------------------------------------------------------------------- /lib/domains/fi/uta.txt: -------------------------------------------------------------------------------- 1 | University of Tampere 2 | -------------------------------------------------------------------------------- /lib/domains/fi/utu.txt: -------------------------------------------------------------------------------- 1 | University of Turku 2 | -------------------------------------------------------------------------------- /lib/domains/fi/uwasa.txt: -------------------------------------------------------------------------------- 1 | University of Vaasa 2 | -------------------------------------------------------------------------------- /lib/domains/fr/ecp.txt: -------------------------------------------------------------------------------- 1 | Centrale Paris -------------------------------------------------------------------------------- /lib/domains/fr/ensta-bretagne.txt: -------------------------------------------------------------------------------- 1 | ENSTA Bretagne -------------------------------------------------------------------------------- /lib/domains/fr/eurecom.txt: -------------------------------------------------------------------------------- 1 | Institut EURECOM 2 | -------------------------------------------------------------------------------- /lib/domains/fr/minesdedouai.txt: -------------------------------------------------------------------------------- 1 | Mines Douai 2 | -------------------------------------------------------------------------------- /lib/domains/ga/uob.txt: -------------------------------------------------------------------------------- 1 | Université Omar Bongo 2 | -------------------------------------------------------------------------------- /lib/domains/gr/aegean.txt: -------------------------------------------------------------------------------- 1 | Aegean University 2 | -------------------------------------------------------------------------------- /lib/domains/gr/hua.txt: -------------------------------------------------------------------------------- 1 | Harokopio University -------------------------------------------------------------------------------- /lib/domains/gr/sse.txt: -------------------------------------------------------------------------------- 1 | Hellenic Army Academy 2 | -------------------------------------------------------------------------------- /lib/domains/gr/uoa.txt: -------------------------------------------------------------------------------- 1 | University of Athens 2 | -------------------------------------------------------------------------------- /lib/domains/gr/uoc.txt: -------------------------------------------------------------------------------- 1 | University of Crete 2 | -------------------------------------------------------------------------------- /lib/domains/gr/upnet.txt: -------------------------------------------------------------------------------- 1 | University of Patra -------------------------------------------------------------------------------- /lib/domains/hk/edu/ln.txt: -------------------------------------------------------------------------------- 1 | Lingnan University 2 | -------------------------------------------------------------------------------- /lib/domains/hr/tvz.txt: -------------------------------------------------------------------------------- 1 | Polytechnic of Zagreb 2 | -------------------------------------------------------------------------------- /lib/domains/hr/unipu.txt: -------------------------------------------------------------------------------- 1 | University of Pula 2 | -------------------------------------------------------------------------------- /lib/domains/hr/unist.txt: -------------------------------------------------------------------------------- 1 | University of Split 2 | -------------------------------------------------------------------------------- /lib/domains/hr/unizd.txt: -------------------------------------------------------------------------------- 1 | University of Zadar 2 | -------------------------------------------------------------------------------- /lib/domains/hu/efe.txt: -------------------------------------------------------------------------------- 1 | University of Sopron 2 | -------------------------------------------------------------------------------- /lib/domains/hu/pte.txt: -------------------------------------------------------------------------------- 1 | University of Pecs 2 | -------------------------------------------------------------------------------- /lib/domains/hu/uni-obuda.txt: -------------------------------------------------------------------------------- 1 | Obuda University -------------------------------------------------------------------------------- /lib/domains/id/ac/binus.txt: -------------------------------------------------------------------------------- 1 | Binus University 2 | -------------------------------------------------------------------------------- /lib/domains/id/ac/unja.txt: -------------------------------------------------------------------------------- 1 | Universitas Jambi 2 | -------------------------------------------------------------------------------- /lib/domains/id/ac/unri.txt: -------------------------------------------------------------------------------- 1 | Universitas Riau 2 | -------------------------------------------------------------------------------- /lib/domains/ie/gcd.txt: -------------------------------------------------------------------------------- 1 | Griffith College 2 | -------------------------------------------------------------------------------- /lib/domains/ie/lsb.txt: -------------------------------------------------------------------------------- 1 | LSB College 2 | -------------------------------------------------------------------------------- /lib/domains/ie/ul.txt: -------------------------------------------------------------------------------- 1 | University of Limerick 2 | -------------------------------------------------------------------------------- /lib/domains/in/ac/nirmauni.txt: -------------------------------------------------------------------------------- 1 | Nirma University -------------------------------------------------------------------------------- /lib/domains/in/ac/sastra.txt: -------------------------------------------------------------------------------- 1 | Shanmugha Arts -------------------------------------------------------------------------------- /lib/domains/in/ac/srmuniv.txt: -------------------------------------------------------------------------------- 1 | SRM University 2 | -------------------------------------------------------------------------------- /lib/domains/in/edu/srmuniv.txt: -------------------------------------------------------------------------------- 1 | SRM University -------------------------------------------------------------------------------- /lib/domains/info/phw.txt: -------------------------------------------------------------------------------- 1 | Fachhochschule Pur 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/araku.txt: -------------------------------------------------------------------------------- 1 | Arak University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/art.txt: -------------------------------------------------------------------------------- 1 | Art University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/ilam.txt: -------------------------------------------------------------------------------- 1 | Ilam University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/lu.txt: -------------------------------------------------------------------------------- 1 | Lorestan University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/qom.txt: -------------------------------------------------------------------------------- 1 | Qom University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/razi.txt: -------------------------------------------------------------------------------- 1 | Razi University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/sadra.txt: -------------------------------------------------------------------------------- 1 | Sadra University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/ui.txt: -------------------------------------------------------------------------------- 1 | Isfahan University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/uoz.txt: -------------------------------------------------------------------------------- 1 | Zabol University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/urmia.txt: -------------------------------------------------------------------------------- 1 | Urmia University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/yu.txt: -------------------------------------------------------------------------------- 1 | Yasuj University 2 | -------------------------------------------------------------------------------- /lib/domains/ir/ac/znu.txt: -------------------------------------------------------------------------------- 1 | Zanjan University 2 | -------------------------------------------------------------------------------- /lib/domains/is/hi.txt: -------------------------------------------------------------------------------- 1 | University of Iceland 2 | -------------------------------------------------------------------------------- /lib/domains/is/ru.txt: -------------------------------------------------------------------------------- 1 | Reykjavík University 2 | -------------------------------------------------------------------------------- /lib/domains/it/studbocconi.txt: -------------------------------------------------------------------------------- 1 | Bocconi University -------------------------------------------------------------------------------- /lib/domains/it/uniba.txt: -------------------------------------------------------------------------------- 1 | University of Bari 2 | -------------------------------------------------------------------------------- /lib/domains/it/unige.txt: -------------------------------------------------------------------------------- 1 | University of Genoa 2 | -------------------------------------------------------------------------------- /lib/domains/it/unile.txt: -------------------------------------------------------------------------------- 1 | University of Lecce 2 | -------------------------------------------------------------------------------- /lib/domains/it/unimi.txt: -------------------------------------------------------------------------------- 1 | University of Milan 2 | -------------------------------------------------------------------------------- /lib/domains/it/unipd.txt: -------------------------------------------------------------------------------- 1 | University of Padua 2 | -------------------------------------------------------------------------------- /lib/domains/it/unipi.txt: -------------------------------------------------------------------------------- 1 | University of Pisa 2 | -------------------------------------------------------------------------------- /lib/domains/it/unipr.txt: -------------------------------------------------------------------------------- 1 | University of Parma 2 | -------------------------------------------------------------------------------- /lib/domains/it/unipv.txt: -------------------------------------------------------------------------------- 1 | University of Pavia 2 | -------------------------------------------------------------------------------- /lib/domains/it/unisi.txt: -------------------------------------------------------------------------------- 1 | University of Siena 2 | -------------------------------------------------------------------------------- /lib/domains/it/unito.txt: -------------------------------------------------------------------------------- 1 | University of Turin 2 | -------------------------------------------------------------------------------- /lib/domains/it/uniud.txt: -------------------------------------------------------------------------------- 1 | University of Udine 2 | -------------------------------------------------------------------------------- /lib/domains/jo/edu/ju.txt: -------------------------------------------------------------------------------- 1 | Jordan University 2 | -------------------------------------------------------------------------------- /lib/domains/jo/edu/yu.txt: -------------------------------------------------------------------------------- 1 | Yarmouk University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/asia-u.txt: -------------------------------------------------------------------------------- 1 | Asia University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/atomi.txt: -------------------------------------------------------------------------------- 1 | Atomi College 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/chubu.txt: -------------------------------------------------------------------------------- 1 | Chubu University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/chuo-u.txt: -------------------------------------------------------------------------------- 1 | Chuo University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/doho.txt: -------------------------------------------------------------------------------- 1 | Doho University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/dohto.txt: -------------------------------------------------------------------------------- 1 | Dohto University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/gifu-u.txt: -------------------------------------------------------------------------------- 1 | Gifu University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/hosei.txt: -------------------------------------------------------------------------------- 1 | Hosei University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/hoshi.txt: -------------------------------------------------------------------------------- 1 | Hoshi University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/jobu.txt: -------------------------------------------------------------------------------- 1 | Jobu University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/josai.txt: -------------------------------------------------------------------------------- 1 | Josai University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/keio.txt: -------------------------------------------------------------------------------- 1 | Keio University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/keiwa-c.txt: -------------------------------------------------------------------------------- 1 | Keiwa College 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/kobe-u.txt: -------------------------------------------------------------------------------- 1 | Kobe University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/meiji.txt: -------------------------------------------------------------------------------- 1 | Meiji University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/meio-u.txt: -------------------------------------------------------------------------------- 1 | Meio University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/mie-u.txt: -------------------------------------------------------------------------------- 1 | Mie University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/myu.txt: -------------------------------------------------------------------------------- 1 | Miyagi University 2 | -------------------------------------------------------------------------------- /lib/domains/jp/ac/u-tokyo.txt: -------------------------------------------------------------------------------- 1 | University of Tokyo -------------------------------------------------------------------------------- /lib/domains/jp/keio.txt: -------------------------------------------------------------------------------- 1 | Keio University -------------------------------------------------------------------------------- /lib/domains/jp/senshu-u.txt: -------------------------------------------------------------------------------- 1 | Senshu University -------------------------------------------------------------------------------- /lib/domains/jp/waseda.txt: -------------------------------------------------------------------------------- 1 | WASEDA University -------------------------------------------------------------------------------- /lib/domains/ke/ac/iu.txt: -------------------------------------------------------------------------------- 1 | Inoorero University 2 | -------------------------------------------------------------------------------- /lib/domains/ke/ac/ku.txt: -------------------------------------------------------------------------------- 1 | Kenyatta University 2 | -------------------------------------------------------------------------------- /lib/domains/ke/ac/mu.txt: -------------------------------------------------------------------------------- 1 | Moi University 2 | -------------------------------------------------------------------------------- /lib/domains/kn/uni.txt: -------------------------------------------------------------------------------- 1 | University of Konstanz -------------------------------------------------------------------------------- /lib/domains/kr/ac/ajou.txt: -------------------------------------------------------------------------------- 1 | Ajou University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/honam.txt: -------------------------------------------------------------------------------- 1 | Honam University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/hoseo.txt: -------------------------------------------------------------------------------- 1 | Hoseo University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/inha.txt: -------------------------------------------------------------------------------- 1 | Inha University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/inje.txt: -------------------------------------------------------------------------------- 1 | Inje University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/kaya.txt: -------------------------------------------------------------------------------- 1 | Kaya University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/korea.txt: -------------------------------------------------------------------------------- 1 | Korea University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/kosin.txt: -------------------------------------------------------------------------------- 1 | Kosin University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/silla.txt: -------------------------------------------------------------------------------- 1 | Silla University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/suwon.txt: -------------------------------------------------------------------------------- 1 | Suwon University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/taegu.txt: -------------------------------------------------------------------------------- 1 | Taegu University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/ac/ulsan.txt: -------------------------------------------------------------------------------- 1 | Ulsan University 2 | -------------------------------------------------------------------------------- /lib/domains/kr/chosun.txt: -------------------------------------------------------------------------------- 1 | Chosun University 2 | -------------------------------------------------------------------------------- /lib/domains/lb/edu/gu.txt: -------------------------------------------------------------------------------- 1 | Global University 2 | -------------------------------------------------------------------------------- /lib/domains/lb/edu/matnu.txt: -------------------------------------------------------------------------------- 1 | Matn University 2 | -------------------------------------------------------------------------------- /lib/domains/lk/uom.txt: -------------------------------------------------------------------------------- 1 | University of Moratuwa -------------------------------------------------------------------------------- /lib/domains/lt/ku.txt: -------------------------------------------------------------------------------- 1 | Klaipeda University 2 | -------------------------------------------------------------------------------- /lib/domains/lt/su.txt: -------------------------------------------------------------------------------- 1 | Siauliai University 2 | -------------------------------------------------------------------------------- /lib/domains/lt/vu.txt: -------------------------------------------------------------------------------- 1 | Vilnius University 2 | -------------------------------------------------------------------------------- /lib/domains/lv/dau.txt: -------------------------------------------------------------------------------- 1 | Daugavpils University 2 | -------------------------------------------------------------------------------- /lib/domains/lv/lu.txt: -------------------------------------------------------------------------------- 1 | University of Latvia 2 | -------------------------------------------------------------------------------- /lib/domains/lv/ru.txt: -------------------------------------------------------------------------------- 1 | Rezekne Higher School 2 | -------------------------------------------------------------------------------- /lib/domains/mk/edu/fon.txt: -------------------------------------------------------------------------------- 1 | FON University 2 | -------------------------------------------------------------------------------- /lib/domains/mo/umac.txt: -------------------------------------------------------------------------------- 1 | University of Macau 2 | -------------------------------------------------------------------------------- /lib/domains/mw/ac/mzuni.txt: -------------------------------------------------------------------------------- 1 | Mzuzu University 2 | -------------------------------------------------------------------------------- /lib/domains/mx/cetys.txt: -------------------------------------------------------------------------------- 1 | CETYS Universidad 2 | -------------------------------------------------------------------------------- /lib/domains/mx/edu/i.txt: -------------------------------------------------------------------------------- 1 | Universidad Itaca 2 | -------------------------------------------------------------------------------- /lib/domains/mx/umar.txt: -------------------------------------------------------------------------------- 1 | Universidad del Mar 2 | -------------------------------------------------------------------------------- /lib/domains/mx/unikino.txt: -------------------------------------------------------------------------------- 1 | Universidad Kino 2 | -------------------------------------------------------------------------------- /lib/domains/mx/unison.txt: -------------------------------------------------------------------------------- 1 | Universidad de Sonora -------------------------------------------------------------------------------- /lib/domains/my/edu/aeu.txt: -------------------------------------------------------------------------------- 1 | Asia E University 2 | -------------------------------------------------------------------------------- /lib/domains/my/edu/iact.txt: -------------------------------------------------------------------------------- 1 | Iact College 2 | -------------------------------------------------------------------------------- /lib/domains/my/edu/ptpl.txt: -------------------------------------------------------------------------------- 1 | PTPL College 2 | -------------------------------------------------------------------------------- /lib/domains/my/edu/saito.txt: -------------------------------------------------------------------------------- 1 | Saito College 2 | -------------------------------------------------------------------------------- /lib/domains/my/edu/ucsi.txt: -------------------------------------------------------------------------------- 1 | UCSI University 2 | -------------------------------------------------------------------------------- /lib/domains/my/edu/um.txt: -------------------------------------------------------------------------------- 1 | Universiti Malaya 2 | -------------------------------------------------------------------------------- /lib/domains/net/IedParis8.txt: -------------------------------------------------------------------------------- 1 | iedparis8 foad 2 | -------------------------------------------------------------------------------- /lib/domains/net/mymdc.txt: -------------------------------------------------------------------------------- 1 | Miami Dade College 2 | -------------------------------------------------------------------------------- /lib/domains/net/sabauni.txt: -------------------------------------------------------------------------------- 1 | Saba University 2 | -------------------------------------------------------------------------------- /lib/domains/net/ubuea.txt: -------------------------------------------------------------------------------- 1 | University of Buéa 2 | -------------------------------------------------------------------------------- /lib/domains/ng/edu/cu.txt: -------------------------------------------------------------------------------- 1 | Covenant University -------------------------------------------------------------------------------- /lib/domains/nl/candea.txt: -------------------------------------------------------------------------------- 1 | Candea College 2 | -------------------------------------------------------------------------------- /lib/domains/nl/davinci.txt: -------------------------------------------------------------------------------- 1 | Da Vinci College -------------------------------------------------------------------------------- /lib/domains/nl/fclive.txt: -------------------------------------------------------------------------------- 1 | Friesland College 2 | -------------------------------------------------------------------------------- /lib/domains/nl/fcroc.txt: -------------------------------------------------------------------------------- 1 | Friesland College 2 | -------------------------------------------------------------------------------- /lib/domains/nl/hr.txt: -------------------------------------------------------------------------------- 1 | Rotterdam University -------------------------------------------------------------------------------- /lib/domains/nl/hro.txt: -------------------------------------------------------------------------------- 1 | Hogeschool Rotterdam 2 | -------------------------------------------------------------------------------- /lib/domains/nl/hu.txt: -------------------------------------------------------------------------------- 1 | Hogeschool Utrecht 2 | -------------------------------------------------------------------------------- /lib/domains/nl/ict-idcollege.txt: -------------------------------------------------------------------------------- 1 | ROC ID College -------------------------------------------------------------------------------- /lib/domains/nl/idcollege.txt: -------------------------------------------------------------------------------- 1 | ROC ID College 2 | -------------------------------------------------------------------------------- /lib/domains/nl/mydavinci.txt: -------------------------------------------------------------------------------- 1 | Da Vinci College -------------------------------------------------------------------------------- /lib/domains/nl/nhl.txt: -------------------------------------------------------------------------------- 1 | NHL University -------------------------------------------------------------------------------- /lib/domains/nl/novacollege.txt: -------------------------------------------------------------------------------- 1 | Nova College 2 | -------------------------------------------------------------------------------- /lib/domains/nl/scalda/student.txt: -------------------------------------------------------------------------------- 1 | Scalda -------------------------------------------------------------------------------- /lib/domains/nl/uu.txt: -------------------------------------------------------------------------------- 1 | Utrecht University 2 | -------------------------------------------------------------------------------- /lib/domains/nl/wolfert.txt: -------------------------------------------------------------------------------- 1 | Wolfert Lyceum 2 | -------------------------------------------------------------------------------- /lib/domains/nl/wur.txt: -------------------------------------------------------------------------------- 1 | Wageningen University 2 | -------------------------------------------------------------------------------- /lib/domains/nl/zuyd.txt: -------------------------------------------------------------------------------- 1 | Zuyd University 2 | -------------------------------------------------------------------------------- /lib/domains/no/hig.txt: -------------------------------------------------------------------------------- 1 | Gjøvik University College -------------------------------------------------------------------------------- /lib/domains/no/hin.txt: -------------------------------------------------------------------------------- 1 | Narvik University College -------------------------------------------------------------------------------- /lib/domains/no/nord.txt: -------------------------------------------------------------------------------- 1 | Nord University 2 | -------------------------------------------------------------------------------- /lib/domains/no/uia.txt: -------------------------------------------------------------------------------- 1 | University of Agder -------------------------------------------------------------------------------- /lib/domains/no/uib.txt: -------------------------------------------------------------------------------- 1 | University of Bergen 2 | -------------------------------------------------------------------------------- /lib/domains/no/uio.txt: -------------------------------------------------------------------------------- 1 | University of Oslo 2 | -------------------------------------------------------------------------------- /lib/domains/no/uit.txt: -------------------------------------------------------------------------------- 1 | University of Tromsø 2 | -------------------------------------------------------------------------------- /lib/domains/np/edu/pu.txt: -------------------------------------------------------------------------------- 1 | Pokhara University 2 | -------------------------------------------------------------------------------- /lib/domains/om/edu/du.txt: -------------------------------------------------------------------------------- 1 | Dhofar University 2 | -------------------------------------------------------------------------------- /lib/domains/org/iesmontsia.txt: -------------------------------------------------------------------------------- 1 | iesmontsia 2 | -------------------------------------------------------------------------------- /lib/domains/org/ipiaget.txt: -------------------------------------------------------------------------------- 1 | Instituto Piaget 2 | -------------------------------------------------------------------------------- /lib/domains/org/khazar.txt: -------------------------------------------------------------------------------- 1 | Khazar University 2 | -------------------------------------------------------------------------------- /lib/domains/org/mtsm.txt: -------------------------------------------------------------------------------- 1 | Athenaeum of Ohio 2 | -------------------------------------------------------------------------------- /lib/domains/org/pmlrru.txt: -------------------------------------------------------------------------------- 1 | PML University 2 | -------------------------------------------------------------------------------- /lib/domains/ph/edu/xu.txt: -------------------------------------------------------------------------------- 1 | Xavier University 2 | -------------------------------------------------------------------------------- /lib/domains/pk/edu/au.txt: -------------------------------------------------------------------------------- 1 | Air University 2 | -------------------------------------------------------------------------------- /lib/domains/pk/edu/gift.txt: -------------------------------------------------------------------------------- 1 | Gift University 2 | -------------------------------------------------------------------------------- /lib/domains/pk/edu/gu.txt: -------------------------------------------------------------------------------- 1 | Gomal University 2 | -------------------------------------------------------------------------------- /lib/domains/pk/edu/hu.txt: -------------------------------------------------------------------------------- 1 | Hazara University 2 | -------------------------------------------------------------------------------- /lib/domains/pk/edu/isra.txt: -------------------------------------------------------------------------------- 1 | Isra University 2 | -------------------------------------------------------------------------------- /lib/domains/pk/edu/zawiya.txt: -------------------------------------------------------------------------------- 1 | Zawiya Academy 2 | -------------------------------------------------------------------------------- /lib/domains/pl/lodz/uni.txt: -------------------------------------------------------------------------------- 1 | University of Lodz -------------------------------------------------------------------------------- /lib/domains/pr/ut.txt: -------------------------------------------------------------------------------- 1 | Universidad del Turabo 2 | -------------------------------------------------------------------------------- /lib/domains/ps/edu/uou.txt: -------------------------------------------------------------------------------- 1 | Ummah University 2 | -------------------------------------------------------------------------------- /lib/domains/pt/ua.txt: -------------------------------------------------------------------------------- 1 | Universidade de Aveiro 2 | -------------------------------------------------------------------------------- /lib/domains/pt/ul.txt: -------------------------------------------------------------------------------- 1 | Universidade de Lisboa 2 | -------------------------------------------------------------------------------- /lib/domains/pt/up.txt: -------------------------------------------------------------------------------- 1 | Universidade do Porto 2 | -------------------------------------------------------------------------------- /lib/domains/ro/aistedaab.txt: -------------------------------------------------------------------------------- 1 | AISTEDA 2 | -------------------------------------------------------------------------------- /lib/domains/ro/sibiu.txt: -------------------------------------------------------------------------------- 1 | University of Sibiu 2 | -------------------------------------------------------------------------------- /lib/domains/ro/uaic.txt: -------------------------------------------------------------------------------- 1 | University of Iasi 2 | -------------------------------------------------------------------------------- /lib/domains/ro/ub.txt: -------------------------------------------------------------------------------- 1 | University of Bacau 2 | -------------------------------------------------------------------------------- /lib/domains/ro/ucv.txt: -------------------------------------------------------------------------------- 1 | University of Craiova 2 | -------------------------------------------------------------------------------- /lib/domains/ro/uem.txt: -------------------------------------------------------------------------------- 1 | University of Resita 2 | -------------------------------------------------------------------------------- /lib/domains/ro/usv.txt: -------------------------------------------------------------------------------- 1 | University of Suceava 2 | -------------------------------------------------------------------------------- /lib/domains/rs/ac/eu.txt: -------------------------------------------------------------------------------- 1 | European University 2 | -------------------------------------------------------------------------------- /lib/domains/rs/ac/ni.txt: -------------------------------------------------------------------------------- 1 | University of Nis 2 | -------------------------------------------------------------------------------- /lib/domains/ru/fa.txt: -------------------------------------------------------------------------------- 1 | Finance Academy 2 | -------------------------------------------------------------------------------- /lib/domains/ru/innopolis.txt: -------------------------------------------------------------------------------- 1 | Innopolis University -------------------------------------------------------------------------------- /lib/domains/ru/kpfu.txt: -------------------------------------------------------------------------------- 1 | Kazan Federal University -------------------------------------------------------------------------------- /lib/domains/ru/nes.txt: -------------------------------------------------------------------------------- 1 | New Economic School 2 | -------------------------------------------------------------------------------- /lib/domains/ru/orun.txt: -------------------------------------------------------------------------------- 1 | Oriental University 2 | -------------------------------------------------------------------------------- /lib/domains/ru/psu.txt: -------------------------------------------------------------------------------- 1 | Perm State University 2 | -------------------------------------------------------------------------------- /lib/domains/sa/edu/bu.txt: -------------------------------------------------------------------------------- 1 | Al-baha University 2 | -------------------------------------------------------------------------------- /lib/domains/sa/edu/ju.txt: -------------------------------------------------------------------------------- 1 | Aljouf University 2 | -------------------------------------------------------------------------------- /lib/domains/sa/edu/ku.txt: -------------------------------------------------------------------------------- 1 | Alkharj University 2 | -------------------------------------------------------------------------------- /lib/domains/sa/edu/nu.txt: -------------------------------------------------------------------------------- 1 | Najran University 2 | -------------------------------------------------------------------------------- /lib/domains/sa/edu/qu.txt: -------------------------------------------------------------------------------- 1 | Qassim University 2 | -------------------------------------------------------------------------------- /lib/domains/sa/edu/su.txt: -------------------------------------------------------------------------------- 1 | Shaqra University 2 | -------------------------------------------------------------------------------- /lib/domains/sa/edu/tu.txt: -------------------------------------------------------------------------------- 1 | Taif University 2 | -------------------------------------------------------------------------------- /lib/domains/sd/ush.txt: -------------------------------------------------------------------------------- 1 | Shendi University 2 | -------------------------------------------------------------------------------- /lib/domains/se/gu.txt: -------------------------------------------------------------------------------- 1 | Göteborg University 2 | -------------------------------------------------------------------------------- /lib/domains/se/hv.txt: -------------------------------------------------------------------------------- 1 | University West 2 | -------------------------------------------------------------------------------- /lib/domains/se/it-gymnasiet.txt: -------------------------------------------------------------------------------- 1 | IT College Sweden -------------------------------------------------------------------------------- /lib/domains/se/kau.txt: -------------------------------------------------------------------------------- 1 | Karlstad University 2 | -------------------------------------------------------------------------------- /lib/domains/se/liu.txt: -------------------------------------------------------------------------------- 1 | Linköping University 2 | -------------------------------------------------------------------------------- /lib/domains/se/lnu.txt: -------------------------------------------------------------------------------- 1 | Linnaeus University -------------------------------------------------------------------------------- /lib/domains/se/lth.txt: -------------------------------------------------------------------------------- 1 | Lund University -------------------------------------------------------------------------------- /lib/domains/se/lu.txt: -------------------------------------------------------------------------------- 1 | Lund University 2 | -------------------------------------------------------------------------------- /lib/domains/se/mdh.txt: -------------------------------------------------------------------------------- 1 | Mälardalen University 2 | -------------------------------------------------------------------------------- /lib/domains/se/oru.txt: -------------------------------------------------------------------------------- 1 | Örebro University 2 | -------------------------------------------------------------------------------- /lib/domains/se/su.txt: -------------------------------------------------------------------------------- 1 | Stockholm University 2 | -------------------------------------------------------------------------------- /lib/domains/se/umu.txt: -------------------------------------------------------------------------------- 1 | Umea University 2 | -------------------------------------------------------------------------------- /lib/domains/se/uu.txt: -------------------------------------------------------------------------------- 1 | Uppsala University 2 | -------------------------------------------------------------------------------- /lib/domains/se/vxu.txt: -------------------------------------------------------------------------------- 1 | Växjö University 2 | -------------------------------------------------------------------------------- /lib/domains/sk/spse-po.txt: -------------------------------------------------------------------------------- 1 | SPŠ Elektrotechnická -------------------------------------------------------------------------------- /lib/domains/sk/vsm.txt: -------------------------------------------------------------------------------- 1 | School of Management 2 | -------------------------------------------------------------------------------- /lib/domains/tf/edu.txt: -------------------------------------------------------------------------------- 1 | Standford University 2 | -------------------------------------------------------------------------------- /lib/domains/th/ac/bu.txt: -------------------------------------------------------------------------------- 1 | Bangkok University 2 | -------------------------------------------------------------------------------- /lib/domains/th/ac/buu.txt: -------------------------------------------------------------------------------- 1 | Burapha University 2 | -------------------------------------------------------------------------------- /lib/domains/th/ac/hu.txt: -------------------------------------------------------------------------------- 1 | Hatyai University 2 | -------------------------------------------------------------------------------- /lib/domains/th/ac/krirk.txt: -------------------------------------------------------------------------------- 1 | Krirk University 2 | -------------------------------------------------------------------------------- /lib/domains/th/ac/mju.txt: -------------------------------------------------------------------------------- 1 | Maejo University 2 | -------------------------------------------------------------------------------- /lib/domains/th/ac/nu.txt: -------------------------------------------------------------------------------- 1 | Naresuan University 2 | -------------------------------------------------------------------------------- /lib/domains/th/ac/rsu.txt: -------------------------------------------------------------------------------- 1 | Rangsit University 2 | -------------------------------------------------------------------------------- /lib/domains/th/ac/tsu.txt: -------------------------------------------------------------------------------- 1 | Thaksin University 2 | -------------------------------------------------------------------------------- /lib/domains/th/ac/wu.txt: -------------------------------------------------------------------------------- 1 | Walailak University 2 | -------------------------------------------------------------------------------- /lib/domains/tr/edu/cag.txt: -------------------------------------------------------------------------------- 1 | Cag University 2 | -------------------------------------------------------------------------------- /lib/domains/tr/edu/ege.txt: -------------------------------------------------------------------------------- 1 | Ege University 2 | -------------------------------------------------------------------------------- /lib/domains/tr/edu/ku.txt: -------------------------------------------------------------------------------- 1 | Koc University 2 | -------------------------------------------------------------------------------- /lib/domains/tr/edu/mu.txt: -------------------------------------------------------------------------------- 1 | Mugla University 2 | -------------------------------------------------------------------------------- /lib/domains/tr/edu/ufuk.txt: -------------------------------------------------------------------------------- 1 | Ufuk University 2 | -------------------------------------------------------------------------------- /lib/domains/tw/edu/dyu.txt: -------------------------------------------------------------------------------- 1 | Da-Yeh University 2 | -------------------------------------------------------------------------------- /lib/domains/tw/edu/hfu.txt: -------------------------------------------------------------------------------- 1 | Huafan University 2 | -------------------------------------------------------------------------------- /lib/domains/tw/edu/isu.txt: -------------------------------------------------------------------------------- 1 | I-Shou University 2 | -------------------------------------------------------------------------------- /lib/domains/tw/edu/nhu.txt: -------------------------------------------------------------------------------- 1 | Nanhua University 2 | -------------------------------------------------------------------------------- /lib/domains/ug/ac/gu.txt: -------------------------------------------------------------------------------- 1 | Gulu University 2 | -------------------------------------------------------------------------------- /lib/domains/ug/ac/ku.txt: -------------------------------------------------------------------------------- 1 | Kampala University 2 | -------------------------------------------------------------------------------- /lib/domains/uk/ac/aston.txt: -------------------------------------------------------------------------------- 1 | Aston University 2 | -------------------------------------------------------------------------------- /lib/domains/uk/ac/city.txt: -------------------------------------------------------------------------------- 1 | City University 2 | -------------------------------------------------------------------------------- /lib/domains/uk/ac/keele.txt: -------------------------------------------------------------------------------- 1 | Keele University 2 | -------------------------------------------------------------------------------- /lib/domains/uk/ac/open.txt: -------------------------------------------------------------------------------- 1 | Open University 2 | -------------------------------------------------------------------------------- /lib/domains/uk/org/carmel.txt: -------------------------------------------------------------------------------- 1 | Carmel RC College -------------------------------------------------------------------------------- /lib/domains/ve/usb.txt: -------------------------------------------------------------------------------- 1 | Simón Bolívar University -------------------------------------------------------------------------------- /lib/domains/vn/edu/fpt.txt: -------------------------------------------------------------------------------- 1 | FPT University 2 | -------------------------------------------------------------------------------- /lib/domains/vn/edu/hueuni.txt: -------------------------------------------------------------------------------- 1 | Hue University 2 | -------------------------------------------------------------------------------- /lib/domains/vn/edu/sgu.txt: -------------------------------------------------------------------------------- 1 | Saigon University 2 | -------------------------------------------------------------------------------- /lib/domains/ye/edu/su.txt: -------------------------------------------------------------------------------- 1 | Sana'a University 2 | -------------------------------------------------------------------------------- /lib/domains/za/ac/ru.txt: -------------------------------------------------------------------------------- 1 | Rhodes University 2 | -------------------------------------------------------------------------------- /lib/domains/za/co/tuks.txt: -------------------------------------------------------------------------------- 1 | University of Pretoria -------------------------------------------------------------------------------- /lib/domains/za/co/vc.txt: -------------------------------------------------------------------------------- 1 | Varsity College 2 | --------------------------------------------------------------------------------