-
Notifications
You must be signed in to change notification settings - Fork 503
Description
Hi maintainers,
I am the instructor of HUST Openatom Open Source Club (https://hust.openatom.club/). We built a project - Linux Kernel Patch Statistic among Universities(https://edurank.hust.openatom.club/) with the help of university-domains-list to identify if a kernel contributor belongs to one university.
We found some special cases of university domains. Some university may change its domain name, but the contributor email is the outdated one (#754 @cduestc.edu.cn -> cduestc.cn); Some university uses alias domain, for example, diku.dk -> di.ku.dk. I am not sure if there are more cases. Our plan is to define a special alias domain list, like ["di.ku.dk", "diku.dk"] to handle it in our own project.
Do you have any plan to handle these special cases?