Skip to content
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

Add ability to import video and slide URLs after the conference #148

Open
kmccurley opened this issue Oct 8, 2018 · 2 comments
Open

Add ability to import video and slide URLs after the conference #148

kmccurley opened this issue Oct 8, 2018 · 2 comments

Comments

@kmccurley
Copy link
Member

Once the conference is over, there are sometimes videos and presentations available. Those eventually get indexed in cryptodb, and it's possible to pull them back into the program once you have the DOIs. The API for doing this is https://iacr.org/cryptodb/data/api/paper.php?doi=10.1007/978-3-319-96881-0_25

We should add this import capability.

@kmccurley
Copy link
Member Author

It's easy to modify the editor to handle addition of video URLs, but there are two problems:

  1. the screen for editing a talk needs to be two columns and compacted to fit on one screen.
  2. there really should be a programmatic way for authors to upload their slides and be matched up to the id in the program. That would require a new webapp that allows authors to upload and "claim" ownership on the slides for a talk. It's a natural feature to extend websubrev. We could then pull this information to the program editor (or eventually unify the two tools, which are very different).

@kmccurley
Copy link
Member Author

There is still a bug where the slides URL is not editable - the modal doesn't get populated when you edit a talk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants