From 94f1623428fffd0f25bca7a4aee1d07d1a390052 Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelrazek Date: Wed, 9 Jul 2025 11:25:00 +0100 Subject: [PATCH 1/5] init announce text --- announcement/announcement.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 announcement/announcement.md diff --git a/announcement/announcement.md b/announcement/announcement.md new file mode 100644 index 0000000..5d03149 --- /dev/null +++ b/announcement/announcement.md @@ -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. + +By the end of this course, you will have a solid understanding of how to model your data for a structured database and be able to apply these concepts to real-world scenarios. Whether you are a beginner or an experienced developer, this course will provide you with the knowledge and skills you need to design effective database schemas. + +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. + +The course will run on three sessions, each lasting 2 hours in the following schedule: +- **Session 1**: Introduction to Database Modeling (Date: 29 July 2025 from 9:00 am to 11:00 am) +- **Session 2**: Implementation of Design (Date: 05 August 2025 from 9:00 am to 11:00 am) +- **Session 3**: Data Insertion and etrieval (Date: 12 August 2025 from 9:00 am to 11:00 am) + +Participants are expected to attend all three sessions to gain the full benefit of the course. Each session will include a mix of lectures, discussions, and hands-on exercises to reinforce learning. Participants will work in small groups to apply the concepts learned in each session to practical examples. + +Please register for the course by filling out the registration form [here](https://example.com/registration-form). The course will be conducted in person only at the Function Space, First Floor, 90 High Holborn, London, WC1V 6LJ. There are only 12 seats available, so please register early to secure your spot. + +We look forward to seeing you there! From a7e53cda21751e41af48734d4f168d680fe2290a Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelrazek <44040283+razekmh@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:03:55 +0100 Subject: [PATCH 2/5] typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- announcement/announcement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/announcement/announcement.md b/announcement/announcement.md index 5d03149..6d43711 100644 --- a/announcement/announcement.md +++ b/announcement/announcement.md @@ -11,7 +11,7 @@ We will provide a dataset for the course, which will be used throughout the sess The course will run on three sessions, each lasting 2 hours in the following schedule: - **Session 1**: Introduction to Database Modeling (Date: 29 July 2025 from 9:00 am to 11:00 am) - **Session 2**: Implementation of Design (Date: 05 August 2025 from 9:00 am to 11:00 am) -- **Session 3**: Data Insertion and etrieval (Date: 12 August 2025 from 9:00 am to 11:00 am) +- **Session 3**: Data Insertion and Retrieval (Date: 12 August 2025 from 9:00 am to 11:00 am) Participants are expected to attend all three sessions to gain the full benefit of the course. Each session will include a mix of lectures, discussions, and hands-on exercises to reinforce learning. Participants will work in small groups to apply the concepts learned in each session to practical examples. From 6fd2099328c8b3848799ae37f678ab0f4fa4d4a4 Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelrazek <44040283+razekmh@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:44:30 +0100 Subject: [PATCH 3/5] more accurate Co-authored-by: Claire Ellul <8351379+claireellul@users.noreply.github.com> --- announcement/announcement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/announcement/announcement.md b/announcement/announcement.md index 6d43711..f3cb740 100644 --- a/announcement/announcement.md +++ b/announcement/announcement.md @@ -1,6 +1,6 @@ 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. +In this course, you will learn the fundamentals of relational 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. By the end of this course, you will have a solid understanding of how to model your data for a structured database and be able to apply these concepts to real-world scenarios. Whether you are a beginner or an experienced developer, this course will provide you with the knowledge and skills you need to design effective database schemas. From 387cf7a5d44b12c96f2b6e23661175848defeeaf Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelrazek <44040283+razekmh@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:47:44 +0100 Subject: [PATCH 4/5] reslove Claire comments --- announcement/announcement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/announcement/announcement.md b/announcement/announcement.md index f3cb740..57197fe 100644 --- a/announcement/announcement.md +++ b/announcement/announcement.md @@ -6,7 +6,7 @@ By the end of this course, you will have a solid understanding of how to model y 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. +We will provide a case study and 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 flat structured format (i.e., CSV) 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. The course will run on three sessions, each lasting 2 hours in the following schedule: - **Session 1**: Introduction to Database Modeling (Date: 29 July 2025 from 9:00 am to 11:00 am) From fbef3be4b93ad28e51b1dc8e865bafe2268843c4 Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelrazek <44040283+razekmh@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:03:01 +0100 Subject: [PATCH 5/5] typos --- announcement/announcement.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/announcement/announcement.md b/announcement/announcement.md index 57197fe..a389eba 100644 --- a/announcement/announcement.md +++ b/announcement/announcement.md @@ -1,12 +1,12 @@ 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 relational 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. +In this course, you will explore the fundamentals of relational database modeling, including how to identify entities, define relationships, and create a suitable schema. You will also explore best practices for designing databases. -By the end of this course, you will have a solid understanding of how to model your data for a structured database and be able to apply these concepts to real-world scenarios. Whether you are a beginner or an experienced developer, this course will provide you with the knowledge and skills you need to design effective database schemas. +By the end of this course, you will have an understanding of how to model your data for a structured database and be able to apply these concepts to real-world scenarios. Whether you are a beginner or an experienced developer, this course will provide you with the knowledge and skills you need to design effective database schemas. -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. +This course is designed for anyone who wants to learn how to model data for a relational 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 case study and 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 flat structured format (i.e., CSV) 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. +We will provide a case study and 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 case study. 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 flat structured format (i.e., CSV, or similar) that can be easily modelled in a database system and please send us a copy of your dataset at least two days before the course starts so we can prepare accordingly. The course will run on three sessions, each lasting 2 hours in the following schedule: - **Session 1**: Introduction to Database Modeling (Date: 29 July 2025 from 9:00 am to 11:00 am)