From 179ae278fcafe664b81c5ce995a934690adae82a Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Sun, 25 Apr 2021 21:38:47 +0200 Subject: [PATCH] feat: Talks v2 --- next/content/talks/cooperer.md | 2 ++ next/content/talks/droidcon19.md | 2 +- next/content/talks/musicologist.md | 2 +- next/content/talks/parisapi.md | 4 +++- next/content/talks/serving-humans.md | 2 +- next/content/talks/talktome-berlin.md | 6 +++--- next/pages/index.js | 19 ++++++++----------- next/pages/talks.js | 58 ++++++++++++++++++++++++++++++++++++++++++++++------------ next/styles/main.css | 4 ++++ 9 files changed, 69 insertions(+), 30 deletions(-) diff --git a/next/content/talks/cooperer.md b/next/content/talks/cooperer.md index 023b3ab..64cb92a 100644 --- a/next/content/talks/cooperer.md +++ b/next/content/talks/cooperer.md @@ -1,7 +1,9 @@ --- title: Coopérer avec d'autres métiers +description: "Retour d'expérience sur l'iGEM et la coopération entre ingénieurs, biologistes, et designers." date: "2020-04-21" org: Université Rennes1 +context: Remise de diplômes 2020 du Master BioInfo Rennes1 video: https://nech.pl/bigday2020-video slides: https://nech.pl/bigday2020 event: https://bioinfo-fr.net/big-day-2020 diff --git a/next/content/talks/droidcon19.md b/next/content/talks/droidcon19.md index 55248b5..0261cd1 100644 --- a/next/content/talks/droidcon19.md +++ b/next/content/talks/droidcon19.md @@ -1,8 +1,8 @@ --- title: 'Having a Voice on Mobile: How hard can it be?' +description: "Many mobile apps add voice commands. When does it actually help?" date: '2019-11-02' context: Droidcon London 2019 -org: .droidcon video: https://nech.pl/droidcon19-video slides: https://nech.pl/droidcon19 event: https://skillsmatter.com/conferences/11785-droidcon-london-2019 diff --git a/next/content/talks/musicologist.md b/next/content/talks/musicologist.md index 660dcfb..1b14794 100644 --- a/next/content/talks/musicologist.md +++ b/next/content/talks/musicologist.md @@ -1,9 +1,9 @@ --- title: The Musicologist, or Search as a Conversation +description: "How NLP APIs and modern mobile ecosystems let us build search experiences as natural language conversations." date: '2017-11-27' slides: https://www.slideshare.net/PaulLouisNECH/search-as-a-conversation-paris-nlp-meetup video: https://www.youtube.com/watch?v=3eb4KMNcOII context: ParisNLP Meetup event: https://twitter.com/ParisNLP/status/933416243964628992 -org: ParisNLP --- diff --git a/next/content/talks/parisapi.md b/next/content/talks/parisapi.md index f502c0c..19fa143 100644 --- a/next/content/talks/parisapi.md +++ b/next/content/talks/parisapi.md @@ -1,6 +1,8 @@ --- -title: ParisAPI#31 - A tale of two APIs +title: A tale of two APIs +description: "How leveraging two APIs (DialogFlow and Algolia) allows to transform a JSON file describing a couple hundreds songs into an interactive, conversational experience." date: '2018-01-23' +context: ParisAPI#31 event: https://www.meetup.com/ParisAPI/events/246453990/ slides: https://drive.google.com/file/d/1-bzpJUjlVRhQJSLjUQJbe3AFg4mS3RoN/view?usp=sharing --- diff --git a/next/content/talks/serving-humans.md b/next/content/talks/serving-humans.md index 0ab4041..d6fcaeb 100644 --- a/next/content/talks/serving-humans.md +++ b/next/content/talks/serving-humans.md @@ -1,6 +1,6 @@ --- title: Serving Humans? Ethics and Politics of Technological Design -description: 'In our era of services, *who* is being served?' +description: 'In our era of services, *who* is being served by technologies?' context: 'Humanities After Humans: Our Extended Bodies, Ourselves' org: Université de Lorraine, INHA, UCP date: '2020-12-11' diff --git a/next/content/talks/talktome-berlin.md b/next/content/talks/talktome-berlin.md index 2db90b4..7441de1 100644 --- a/next/content/talks/talktome-berlin.md +++ b/next/content/talks/talktome-berlin.md @@ -1,9 +1,9 @@ --- -title: TalkToMeBerlin +title: Workshop | The Challenges of Conversational Search +description: "Introduction to using Algolia APIs to power your voice experience, with a focus on fast prototyping." date: '2018-06-15' event: http://talktome.berlin/ -org: TalkToMe! Berlin -context: TalkToMe Berlin Hackathon +context: TalkToMe! Berlin Hackathon slides: https://docs.google.com/presentation/d/1ofZ17FZsmUyRu5_10-ndpKAQMJ_3m_e0tA5ZXDVFp-k/edit?usp=sharing video: https://www.youtube.com/watch?v=_U-K9oaNBhc --- diff --git a/next/pages/index.js b/next/pages/index.js index 8a58d99..60b6f86 100644 --- a/next/pages/index.js +++ b/next/pages/index.js @@ -75,18 +75,15 @@ export default function Home({ posts, talks }) {

Most recent talks

diff --git a/next/pages/talks.js b/next/pages/talks.js index 9adf098..3bdac0e 100644 --- a/next/pages/talks.js +++ b/next/pages/talks.js @@ -10,13 +10,12 @@ import ReactPlayer from "react-player"; export async function getStaticProps() { const talks = getTalksData(); - const selection = [ - ]; + const selection = []; return { props: { talks, - selection + selection, }, }; } @@ -30,31 +29,66 @@ export default function Talks({ talks, selection }) {
-

I give talks about topics I care about

-

+

I speak about topics I love

    {selection.map(({}) => ( -
  • Item

  • +
  • +

    Item

    +
  • ))}
-

Most recent talks