Skip to content

feat: ✨ sabpa event#685

Merged
megasanjay merged 2 commits into
mainfrom
poster-dmp-projects
Jul 30, 2025
Merged

feat: ✨ sabpa event#685
megasanjay merged 2 commits into
mainfrom
poster-dmp-projects

Conversation

@bvhpatel
Copy link
Copy Markdown
Member

@bvhpatel bvhpatel commented Jul 30, 2025

Summary by Sourcery

Introduce a new SABPA OC/LA AI for Biotechnology Seminar Series event and refine the ARVO 2025 event metadata

New Features:

  • Add SABPA OC/LA AI for Biotechnology Seminar Series event entry

Enhancements:

  • Update ARVO 2025 event title to include the conference name

@bvhpatel bvhpatel requested a review from megasanjay as a code owner July 30, 2025 20:47
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jul 30, 2025

Deploying fairdataihub-org with  Cloudflare Pages  Cloudflare Pages

Latest commit: a58c341
Status:🚫  Build failed.

View logs

@fairdataihub-bot
Copy link
Copy Markdown

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!

@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fairdataihub-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2025 9:17pm

@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented Jul 30, 2025

Reviewer's Guide

This 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 update

erDiagram
    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
    }
Loading

File-Level Changes

Change Details Files
Refined ARVO 2025 event metadata and formatting
  • Prefixed the title with “ARVO 2025:” in front matter
  • Inserted a blank line after the Presenter heading for consistency
events/arvo-2025.md
Added SABPA AI for Biotechnology Seminar Series event page
  • Created a new Markdown file with comprehensive front matter (title, dates, images, type, timezone, etc.)
  • Implemented event description, presenter role, location details, schedule, and materials link sections
events/sabpa-2025.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@fairdataihub-bot
Copy link
Copy Markdown

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!

@github-actions
Copy link
Copy Markdown
Contributor

Running Lighthouse audit...

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread events/sabpa-2025.md

## 🔗 Link to Materials

Presetation slides and all related resources are available in this [GitHub repository](https://github.com/fairdataihub/ai-ready-SABPA-2025).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Typo: 'Presetation' should be 'Presentation'.

Update the text to 'Presentation slides' for accuracy.

@megasanjay megasanjay merged commit 2c9c7d4 into main Jul 30, 2025
4 of 5 checks passed
@fairdataihub-bot
Copy link
Copy Markdown

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!

@megasanjay megasanjay deleted the poster-dmp-projects branch July 30, 2025 21:41
github-actions Bot pushed a commit that referenced this pull request Jul 30, 2025
# [2.53.0](v2.52.0...v2.53.0) (2025-07-30)

### Features

* ✨ sabpa event ([#685](#685)) ([2c9c7d4](2c9c7d4))
@fairdataihub-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 2.53.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants