--- /dev/null
+class: center, middle, vertigo
+
+# IRCAM Forum platform
+
+## Latest developments and roadmap 2022 - 2023
+
+<a href="https://forum.ircam.fr">forum.ircam.fr</a>
+
+### Guillaume Pellerin - Web, Audio and Music team (WAM) - Innovation and Research Means Dpt
+
+<img src="img/wam_logo_1.png" height="50px" /> <img src="https://www.ircam.fr/media/uploads/images/logo/logoircam_blanc.png" height="50px" />
+
+
+#### 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
+
+<center>
+<img src="img/Forum IRCAM - architecture.drawio.png" width="70%" />
+</center>
+
+---
+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[
+
+<img src="img/forum-versions-editor.png" width="100%" />
+
+]
+
+
+---
+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[
+
+<img src="img/forum-assets-editor.png" width="100%" />
+
+]
+
+
+---
+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[
+
+<img src="img/forum-v4-1.png" width="100%" />
+
+]
+
+
+---
+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[
+
+
+<img src="img/forum-v4-mob.png" width="45%" />
+<img src="img/forum-v4-mob-2.png" width="45%" />
+
+
+]
+
+
+---
+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[
+
+<a href="https://sebpiq.github.io/WebPd_website/?url=.%2Fpatches%2FMartin-Brinkmann-ginger2.pd&target=patchPlayer&build=1&pp=%7B%22n_5_21%22%3A0.65081%2C%22n_2_21%22%3A0.58586%7D">
+ <img src="img/webpd-player.png" width="100%" />
+</a>
+
+]
+
+
+
+---
+class: center, middle, vertigo
+
+# Thanks for your attention and have **fun**!
+
+<img src="img/wam_logo_1.png" height="50px" /> <img src="https://www.ircam.fr/media/uploads/images/logo/logoircam_blanc.png" height="50px" />
+
+
+<a href="mailto:guillaume.pellerin@ircam.fr">guillaume.pellerin@ircam.fr</a>
+
+<a href="https://forum.ircam.fr">forum.ircam.fr</a>
+
+
+
+
--- /dev/null
+class: center, middle, vertigo
+
+# Time Side
+
+## Roadmaps
+
+### WAM - Dpt Innovation et Moyens de la Recherche - IRCAM Amplify - 09/11/2022
+
+<img src="img/wam_logo_1.png" height="50px" /> <img src="https://www.ircam.fr/media/uploads/images/logo/logoircam_blanc.png" height="50px" />
+
+---
+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
+
+<img src="img/wam_logo_1.png" height="50px" /> <img src="https://www.ircam.fr/media/uploads/images/logo/logoircam_blanc.png" height="50px" />
+
+
+<a href="mailto:guillaume.pellerin@ircam.fr">guillaume.pellerin@ircam.fr</a>