Open
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a draft announcement for a database modeling course, covering course description, session schedule, and registration details.
- Introduces full markdown content for the announcement
- Defines session dates and times
- Provides registration link and location information
Comments suppressed due to low confidence (2)
announcement/announcement.md:1
- The PR description mentions placeholders for ticket link and artwork; consider adding these resources to the announcement to complete the draft.
Do you want to learn how to model your data for a database? Are you interested in understanding how to design a database schema that is efficient and effective? If so, this course is for you!
announcement/announcement.md:7
- [nitpick] The phrase 'especially all the research technology professionals' is awkward; consider rephrasing to 'particularly research technology professionals' for clarity.
This course is designed for anyone who wants to learn how to model data for a database, especially all the research technology professionals. No prior experience with database design is required, but a basic understanding of programming concepts will be helpful.
claireellul
reviewed
Jul 20, 2025
announcement/announcement.md
Outdated
| @@ -0,0 +1,20 @@ | |||
| Do you want to learn how to model your data for a database? Are you interested in understanding how to design a database schema that is efficient and effective? If so, this course is for you! | |||
|
|
|||
| In this course, you will learn the fundamentals of structured database modeling, including how to identify entities, define relationships, and create a normalized schema. You will also explore best practices for designing databases that are scalable and maintainable. | |||
There was a problem hiding this comment.
Maybe 'relational database' rather than 'structured database', so as to set clearer expectations?
announcement/announcement.md
Outdated
|
|
||
| This course is designed for anyone who wants to learn how to model data for a database, especially all the research technology professionals. No prior experience with database design is required, but a basic understanding of programming concepts will be helpful. | ||
|
|
||
| We will provide a dataset for the course, which will be used throughout the sessions. Participants will learn how to analyze the dataset, identify key entities, and design a database schema that meets the requirements of the data. You are welcome to bring your own dataset if you prefer, but it is not required. If you choose to bring your own dataset, please ensure it is in a structured format (e.g., CSV, JSON) that can be easily imported into a database system and please send us a copy of your dataset at least one week before the course starts so we can prepare accordingly. |
announcement/announcement.md
Outdated
|
|
||
| This course is designed for anyone who wants to learn how to model data for a database, especially all the research technology professionals. No prior experience with database design is required, but a basic understanding of programming concepts will be helpful. | ||
|
|
||
| We will provide a dataset for the course, which will be used throughout the sessions. Participants will learn how to analyze the dataset, identify key entities, and design a database schema that meets the requirements of the data. You are welcome to bring your own dataset if you prefer, but it is not required. If you choose to bring your own dataset, please ensure it is in a structured format (e.g., CSV, JSON) that can be easily imported into a database system and please send us a copy of your dataset at least one week before the course starts so we can prepare accordingly. |
There was a problem hiding this comment.
Can we limit to CSV? The problem with JSON is that it can be very nested / object-oriented which means additional steps and tools to firstly 'flatten' the data
I do like the idea of working with JSON longer term though .. maybe a more advanced' course, and we can add MongoDB as a JSON store, for comparison?
claireellul
reviewed
Jul 22, 2025
Co-authored-by: Claire Ellul <8351379+claireellul@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.