Skip to content

Conversation

ELC
Copy link
Contributor

@ELC ELC commented Jun 11, 2025

  • Introduce metadata for various presentations from PyDay Chile 2022.
  • Includes details such as title, description, duration, speakers,
    and related URLs for each session.

- Introduce metadata for various presentations from PyDay Chile 2022.
- Includes details such as title, description, duration, speakers,
  and related URLs for each session.
SarahPythonista pushed a commit to SarahPythonista/data that referenced this pull request Jul 7, 2025
* Scraped uai-2024

Fixes pyvideo#1245

Event config:
~~~yaml
repo_dir: W:\Repositories\pyvideo-data

# Copy the event template here and adapt to the event parameters

# Only repo_dir: and events: are loaded

# =============================================================================
events:
  - title: UAI 2024 (Barcelona)
    dir: uai-2024
    youtube_list:
      - https://www.youtube.com/playlist?list=PLTrdDEfEeShlz6JKPb1KdRmtkXB_ftSCV
    related_urls:
      - label: Conference Website
        url: https://www.auai.org/uai2024/
    language: eng
    dates:
      begin: 2024-07-15
      end: 2024-07-19
      default: 2024-07-15
    issue: 1245
    minimal_download: false
    overwrite:
      # all: true # takes precedence over add_new_files and existing_files_fields
      add_new_files: true
      existing_files_fields:
        - duration
        - thumbnail_url
        - videos

        - description
        - language
        - recorded
        - related_urls
        - speakers
        - tags
        - title
    tags:
# ISO_639-3 language codes https://en.wikipedia.org/wiki/ISO_639-3

# languages = {
#     'ita': 'Italian',
#     'zho': 'Chinese',
#     'por': 'Portuguese',
#     'ukr': 'Ukrainian',
#     'deu': 'German',
#     'eng': 'English',
#     'rus': 'Russian',
#     'fra': 'French',
#     'spa': 'Spanish',
#     'eus': 'Basque',
#     'cat': 'Catalan',
#     'glg': 'Galician',
#     'kor': 'Korean',
#     'lit': 'Lithuanian',
#     'jpn': 'Japanese',
#     'ces': 'Czech',
#     'pol': 'Polish',
#     'heb': 'Hebrew',
#     'tha': 'Thai',
# }

~~~

Scraped with [pyvideo_scrape](https://github.com/pyvideo/pyvideo_scrape)

* feat(uai-2024): add description and URL for the conference

- Include a detailed description of the UAI 2024 conference.
- Add the official URL for more information.

* feat(uai-2024): add speakers to various sessions

- Updated speaker information for keynote talks and oral sessions.
- Replaced "TODO" placeholders with actual speaker names.
- Ensured all sessions have complete speaker details for better
  accessibility and information sharing.

* fix(videos): correct speaker names in JSON files

- Update speaker names to use the correct diacritics.
- Fix inconsistencies in the description and title fields.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant