my_scopus.py 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. # Access key and list of group members
  2. MY_API_KEY = "14d431d052c2caf5e9c4b1ab7de7463d"
  3. # PDV
  4. ak = "35313939900"
  5. # Merged with ak, Scopus 24.2.17
  6. #ak2 = "56656673700"
  7. csa = "15076530600"
  8. matthiasVogelgesang = "35303862100"
  9. timoDritschler = "56473578500"
  10. andreiShkarin = "56950893700"
  11. nicholasTanJerome = ""
  12. tillBergmann = "35308595100"
  13. armenBeglarian = "55343303900"
  14. petraRohr = "40561503300"
  15. norbertKunka = "35276889200"
  16. horstDemattio = "6506285395"
  17. # UFO-IPE
  18. # Warning: In the profile are two authors with the same name mixed!
  19. micheleCaselle = "7006767859"
  20. urosStevanovic = "55557712600"
  21. lorenzoRota = "56473442500"
  22. matthiasBalzer = "35519411500"
  23. marcWeber = "56654729000"
  24. mw2 = "56603987800"
  25. mw3 = "7404138824"
  26. # UFO-IPS
  27. tomyRolo = "56118820400"
  28. tr2 = "35194644400"
  29. tr3 = "35277157300"
  30. tomasFarago = "56655045700"
  31. alexyErshof = "56441809800"
  32. romanShkarin = "56951331000"
  33. tiloBaumbach = "7003270957"
  34. # ASTOR/ NOVA
  35. thomasVandekamp = "46761453500"
  36. michaelHeethoff = "55979397800"
  37. sebastianSchmelzle = "34768986100"
  38. philipLoesel = ""
  39. # Blacklist
  40. ashotChiligarian = "7004126133"
  41. hansBluemer = "7006284555"
  42. matthiasKleifegs = "6602072426"
  43. pdv = [ak, csa, tillBergmann, armenBeglarian, matthiasVogelgesang, petraRohr, timoDritschler, norbertKunka, horstDemattio]
  44. ufo_pdv = [ak, csa, matthiasVogelgesang, timoDritschler, andreiShkarin ]
  45. ufo_eps = [matthiasBalzer, lorenzoRota, micheleCaselle ]
  46. ufo_ips = [tomyRolo, tr2, tr3, tomasFarago]
  47. ufo_apps = [ thomasVandekamp]
  48. ufo = ufo_pdv + ufo_ips + ufo_eps