feat: ✨ sabpa event#685
Conversation
|
Thank you for submitting this pull request! We appreciate your contribution to the project. Before we can merge it, we need to review the changes you've made to ensure they align with our code standards and meet the requirements of the project. We'll get back to you as soon as we can with feedback. Thanks again! |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reviewer's GuideThis PR refines the metadata and formatting for the ARVO 2025 event and introduces a new SABPA AI for Biotechnology Seminar Series event page, complete with structured front matter and detailed sections. Entity relationship diagram for event metadata structure updateerDiagram
EVENT {
string title
string startDateTime
string endDateTime
string heroImage
string subtitle
string type
string timeZone
string location
}
EVENT ||--o{ PRESENTER : has
PRESENTER {
string name
string affiliation
string profileLink
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Thanks for making updates to your pull request. Our team will take a look and provide feedback as soon as possible. Please wait for any GitHub Actions to complete before editing your pull request. If you have any additional questions or concerns, feel free to let us know. Thank you for your contributions! |
|
Running Lighthouse audit... |
There was a problem hiding this comment.
Hey @bvhpatel - I've reviewed your changes - here's some feedback:
- Harmonize the front-matter fields (e.g., subtitle, type, timeZone) and their ordering across all event files to ensure your event parser processes them consistently.
- Replace the abbreviated Google Map share URL with the full maps.google.com link to avoid potential redirect issues and improve reliability.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Harmonize the front-matter fields (e.g., subtitle, type, timeZone) and their ordering across all event files to ensure your event parser processes them consistently.
- Replace the abbreviated Google Map share URL with the full maps.google.com link to avoid potential redirect issues and improve reliability.
## Individual Comments
### Comment 1
<location> `events/sabpa-2025.md:36` </location>
<code_context>
+
+## 🔗 Link to Materials
+
+Presetation slides and all related resources are available in this [GitHub repository](https://github.com/fairdataihub/ai-ready-SABPA-2025).
</code_context>
<issue_to_address>
Typo: 'Presetation' should be 'Presentation'.
Update the text to 'Presentation slides' for accuracy.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
|
||
| ## 🔗 Link to Materials | ||
|
|
||
| Presetation slides and all related resources are available in this [GitHub repository](https://github.com/fairdataihub/ai-ready-SABPA-2025). |
There was a problem hiding this comment.
issue (typo): Typo: 'Presetation' should be 'Presentation'.
Update the text to 'Presentation slides' for accuracy.
|
Thanks for closing this pull request! If you have any further questions, please feel free to open a new issue. We are always happy to help! |
# [2.53.0](v2.52.0...v2.53.0) (2025-07-30) ### Features * ✨ sabpa event ([#685](#685)) ([2c9c7d4](2c9c7d4))
|
🎉 This PR is included in version 2.53.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary by Sourcery
Introduce a new SABPA OC/LA AI for Biotechnology Seminar Series event and refine the ARVO 2025 event metadata
New Features:
Enhancements: