Adding Atul Bhat's auditor profile#261
Conversation
| +++ | ||
|
|
||
| bio = "I am a high school student serving as an auditor for the group. My research interests focus on autonomous vehicles and machine learning." | ||
|
|
||
| date = "2026-06-18" | ||
|
|
||
| id = "atul" | ||
|
|
||
| interests = \["Autonomous Vehicles", "Machine Learning", "Sports (Basketball)", "Vibecoding", "Socializing"] |
There was a problem hiding this comment.
You should remove the \ before all of these, the website can't build with it. For example:
interests = \["Autonomous Vehicles", "Machine Learning", "Sports (Basketball)", "Vibecoding", "Socializing"] should be:
`interests = ["Autonomous Vehicles", "Machine Learning", "Sports (Basketball)", "Vibecoding", "Socializing"]
and short\_bio = "High School Student \& Auditor interested in autonomous vehicles and machine learning." should be:
short_bio = "High School Student \& Auditor interested in autonomous vehicles and machine learning."
There was a problem hiding this comment.
Sorry, I think the backslashes were added automatically by my code editor. I should have fixed it now.
lgilpin
left a comment
There was a problem hiding this comment.
thanks for making those changes!
No description provided.