From 2b12c4a9d94efb15166f4a6f1aa59fcffdda6da8 Mon Sep 17 00:00:00 2001 From: AllynH Date: Fri, 21 Nov 2025 11:09:14 +0000 Subject: [PATCH] Updating README.md with instructions on how to contribute. --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 3f48546..313977c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,40 @@ # python_ireland_event_resources This is an archive of the resources available for each Python Ireland event. +## How do I use this resource? + +### Attendees: +If you are an attendee and are interested in finding out more about a talk, you can find relevant information here.
+Here is a direct link to [PyCon 2025:](https://github.com/PythonIreland/python_ireland_event_resources/blob/main/pycons/2025/resources.csv)
+Here is a direct link to [PyCon 2024:](https://github.com/PythonIreland/python_ireland_event_resources/blob/main/pycons/2024/resources.csv)
+ +### Speakers: +If you are a speaker you can add a list of relevant resources to the resources.csv in each "pycon" folder.
+The resources.csv files are located in this repo -> year -> resources.csv
+So: python_ireland_event_resources -> 2025 -> resources.csv + +Useful resources could be; slides location, repo location, a video of this talk, your contact information. +For videos - you may have presented this talk at another conference, feel free to publish presentations previous of the same talk here. You may update the video link when the PyCon Ireland videos become available. + +### For example: +If your talk details are: + +Presenter name: "Paul Atreides"
+Presentation name: "The Butlerian Jihad - AI and it's impact."
+Presentation type: "keynote"
+Room number: 1
+Repo location: https://github.com/PythonIreland/python_ireland_event_resources
+Slides location: # None available, leave blank.
+Videos: https://www.youtube.com/watch?v=jepd7EVK-wA
+Contact: mywebsite.com/socials
+ +Then add them to the resources.csv like this: + +| Presenter name: | Presentation name: | Presentation type: | Room number: | Repo location: | Slides location | videos: | contact | +| ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | +| "Paul Atreides" | "The Butlerian Jihad - AI and it's impact." | "keynote" | 1 | https://github.com/PythonIreland/python_ireland_event_resources | | https://www.youtube.com/watch?v=jepd7EVK-wA | mywebsite.com/socials | + # PyCon 2025: This is a list of resources speakers can connect to their talk, such as location of slides, repos, or videos of past talks. +[PyCon 2025:](https://github.com/PythonIreland/python_ireland_event_resources/blob/main/pycons/2025/resources.csv)