Open Issues Need Help
View All on GitHubAI Summary: Add the domain for Chengdu University of Electronic Science and Technology (https://www.cduestc.cn/) to the `world_universities_and_domains.json` file used by the Linux Kernel Patch Statistic project. This involves updating the JSON file and potentially rerunning the data processing script to reflect the change in the university domain list.
AI Summary: Refactor the Python code within lines 98-281 of `src/main.py`. The current code uses excessive nested functions and lambda expressions, impacting maintainability and extensibility. The goal is to improve code readability, modularity, and ease of adding new features by replacing the inefficient code section.
AI Summary: The task involves updating a Python script that analyzes Linux kernel patches from universities to correctly display time zone information (Asia/Shanghai). This update requires modifying the script and potentially the associated web page to reflect the change. The script uses GitPython, tqdm, and requests libraries to fetch and process data, and the output is a JSON file and HTML pages for visualization.