class Researcher:
def __init__(self):
self.name = "Sheldon"
self.role = "PhD & Assistant Professor @ XJTU"
self.email = "zxd_xjtu@stu.xjtu.edu.cn"
self.focus = [
"Machine Learning",
"Deep Learning",
"Reinforcement Learning",
"LLMs"
]
self.status = "Publishing Papers 📄"
def goal(self):
return "Turning coffee into code & papers ☕→💻"
def current_mood(self):
return "🚀 Exploring new frontiers!"
me = Researcher()
print(me.goal()) |
- ❌ Closed PR #12034 in OpenHands/OpenHands
🐍 动态贡献蛇形图:展示你这一年的开源活跃轨迹!
⭐️ Show some love by starring my repositories! | Built with ❤️ and ☕ | © 2025 Sheldon