From: Guillaume Pellerin Date: Wed, 29 Mar 2023 21:44:32 +0000 (+0200) Subject: add Forum workshop 2023 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=54120c49252446c4d7297456ab797d4bb9ec42c5;p=slides.git add Forum workshop 2023 --- diff --git a/src/slides/Forum-2023-2-en.md b/src/slides/Forum-2023-2-en.md new file mode 100644 index 0000000..a6d8388 --- /dev/null +++ b/src/slides/Forum-2023-2-en.md @@ -0,0 +1,205 @@ +class: center, middle, vertigo + +# IRCAM Forum platform + +## Latest developments and roadmap 2022 - 2023 + +forum.ircam.fr + +### Guillaume Pellerin - Web, Audio and Music team (WAM) - Innovation and Research Means Dpt + +   + + +#### IRCAM Forum Workshop - 30/03/2023 + +--- +class: ircam + +# forum.ircam.fr/2022 > 2023 + +.pull-left[ + +## 2022 summary + +- creation of the **WAM Innovation team** +- joining of **Guillaume Piccarreta** +- **profile editor** (bios, links), captchas +- new **project settings** and **version manager** +- updated **API** for external apps and plugins (RAVE) +- **new design** specifications +- **community management** + +] + +.pull-right[ + +## 2023 strategy + +- facilitate **technology access and use** +- development of the **community** and **collective projects** +- promote **participative** and **creative experiences** + +## 2023 roadmap + +- new **search engine** +- **new design** implementation (v4) +- project **group management** +- **external services** linking (shops, marketplaces, NFTs) + +] + +--- +class: ircam + +# forum.ircam.fr/2023 - architecture + +
+ +
+ +--- +class: ircam + +# forum.ircam.fr/2023 - project versioning + +.pull-left[ + +## News + +- **embed project form** with [more options](https://forum.ircam.fr/projects/create/) +- **emded version** and **asset form** with plenty of options + +] + +.pull-right[ + + + +] + + +--- +class: ircam + +# forum.ircam.fr/2023 - project versioning + +.pull-left[ + +## News + +- **embed project form** with [more options](https://forum.ircam.fr/projects/create/) +- **emded version** and **asset form** with plenty of options +- **drag'n drop** multiple files +- **ordering** everything +- version **featuring** +- **README** into the CMS (outside git) +- **external apps** as URLs (web apps) +- better **git repository management** + +] + +.pull-right[ + + + +] + + +--- +class: ircam + +# forum.ircam.fr/2023 - new design + +.pull-left[ + +## Guidelines + +- more **browsable** and **searchable** +- **ergonomic** improvements (music, audio, tech, fun) +- better **participative experiences** +- better **opt in** + +] + +.pull-right[ + + + +] + + +--- +class: ircam + +# forum.ircam.fr/2023 - new design + +.pull-left[ + +## Guidelines + +- more **browsable** and **searchable** +- **ergonomic** improvements (music, audio, tech, fun) +- better **participative experiences** +- better **opt in** + +## Prototype + +https://shorturl.at/djuvw + +https://shorturl.at/eyzHT + +] + +.pull-right[ + + + + + + +] + + +--- +class: ircam + +.pull-left[ + +# forum.ircam.fr/next + +## More participative + collaborative + accessible + +- [upload](https://forum.ircam.fr/projects/create/) your tech or artistic project! +- public API with [documentation](https://forum.ircam.fr/api/doc/) +- project group management +- web apps: [Speak Web](https://forum.ircam.fr/projects/detail/speak-web/), [WebPd](https://forum.ircam.fr/projects/detail/webpd/), TACT, Snail Web, Modalys Web and more... +- [DAFNE+](https://dafneplus.eu/) european project: let’s make creative content distribution fair! + +] + +.pull-right[ + + + + + +] + + + +--- +class: center, middle, vertigo + +# Thanks for your attention and have **fun**! + +   + + +guillaume.pellerin@ircam.fr + +forum.ircam.fr + + + + diff --git a/src/slides/img/webpd-brinkman.png b/src/slides/img/webpd-brinkman.png new file mode 100644 index 0000000..87e523b Binary files /dev/null and b/src/slides/img/webpd-brinkman.png differ diff --git a/src/slides/img/webpd-player.png b/src/slides/img/webpd-player.png new file mode 100644 index 0000000..42db74f Binary files /dev/null and b/src/slides/img/webpd-player.png differ diff --git a/src/slides/timeside-2022-1.md b/src/slides/timeside-2022-1.md new file mode 100644 index 0000000..c1d9f12 --- /dev/null +++ b/src/slides/timeside-2022-1.md @@ -0,0 +1,108 @@ +class: center, middle, vertigo + +# Time Side + +## Roadmaps + +### WAM - Dpt Innovation et Moyens de la Recherche - IRCAM Amplify - 09/11/2022 + +   + +--- +class: ircam, tight + +# Time Side - roadmaps + +## v0.9 > v1.0 (2019-2021) + +* Server refactoring: + * audio process run on items (REST API track's model) + * several tools, views, models and serializers + * REST API's schema on OpenAPI 3 specification and automatic Redoc generation +* Move core and server from Python 2.7 to 3.7 +* Upgrade Django to 2.2, Django REST Framework to 3.11, Celery to 4.4 +* Add an [Aubio](https://github.com/aubio/aubio) based decoder +* Add core and server processors' versioning and server process' run time +* Regroup all dependencies on pip requirements removing conda use +* Add Provider as a core API component and as a REST API model +* Add provider plugins: deezer-preview, deezer-complete and youtube +* Improve server unit testing +* Add JWT authentication on REST API +* Various bug fixes +* Add core, server and workers logging + + +--- +class: ircam, tight + +# Time Side - roadmaps + + +.pull-left[ + +## v1.0 > v1.1 (2021) + +- composition + - base image upgrades +- core + - lib upgrades + - VampAnalyzer + - graphers +- server + - upgrades + - stabilization + - API doc +- worker + - full asynchronous + - better youtube provider handling +- player + - embed design + - better annotation editor + - listing + - bugfixes + +] + +.pull-right[ + +## v1.1 > v1.2 (2023) + +- [core](https://github.com/Parisson/TimeSide/projects/3) + - parameters + - python/poetry +- server + - API + - object storage (Minio, S3) +- worker + - websocket based monitoring + - test Deezer provider at scale +- [player](https://github.com/Ircam-WAM/timeside-player/projects/1) + - uploader + - better listing + - looping +] + + +--- +class: ircam + +# Time Side - roadmaps + +## Usecases + +- discography visualizer (INRIA, WAC 22) +- [music explorer](https://play.forum.ircam.fr/music-explorer/) (AnaSyn, AI4Media) +- laugh recorder (AnaSyn, mobile web app) +- embded player for CMS (CNRS, various archive projects) +- BNF? + + +--- +class: center, middle, vertigo + +# Merci de votre attention + +   + + +guillaume.pellerin@ircam.fr diff --git a/src/templates/index.jade b/src/templates/index.jade index 8b3bd69..4dc9c4f 100644 --- a/src/templates/index.jade +++ b/src/templates/index.jade @@ -3,5 +3,5 @@ html include inc/head body textarea#source - include ../slides/TACT-2022-1.md + include ../slides/Forum-2023-2-en.md include inc/scripts