-
Notifications
You must be signed in to change notification settings - Fork 286
Add UAI 2024 #1212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add UAI 2024 #1212
Conversation
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
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.
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. |
Any updates on this @jonafato? |
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
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.
No description provided.