Skip to content

Conversation

ELC
Copy link
Contributor

@ELC ELC commented Feb 28, 2025

No description provided.

ELC added 4 commits February 28, 2025 20:16
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)
- Include a detailed description of the UAI 2024 conference.
- Add the official URL for more information.
- 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.
- Update speaker names to use the correct diacritics.
- Fix inconsistencies in the description and title fields.
@ELC
Copy link
Contributor Author

ELC commented Feb 28, 2025

This is my first contribution to the PyVideo/data repo, I have no affiliation with the UAI conference but thought it would be an easy first conference to make a PR from.

If this is good, I will raise other PRs for the other editions of the same conference.

@ELC
Copy link
Contributor Author

ELC commented Apr 5, 2025

Did you have a chance to have a look at this PR?

CC @willkg @jonafato @logston

@ELC
Copy link
Contributor Author

ELC commented May 20, 2025

Any updates on this @jonafato?

@amyreese amyreese merged commit be5a7aa into pyvideo:main May 22, 2025
1 check passed
ELC added a commit to ELC/pyvideo-data that referenced this pull request Jun 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.
ELC added a commit to ELC/pyvideo-data that referenced this pull request Jun 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.

2 participants