diff --git a/README.md b/README.md index f24542d..623dfb2 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,23 @@ Static site built with Hugo and the [hugo-theme-yue](https://github.com/CyrusYip/hugo-theme-yue) theme. ## Prerequisites - - Hugo (install from https://gohugo.io/installation/) + - Hugo **extended** v0.146.5 (same version used by CI) - Git - Node.js 20+ and npm - Tesseract OCR (for visual regression checks) - Ubuntu: `sudo apt-get install -y tesseract-ocr tesseract-ocr-fra` +> **Hugo version note:** Hugo v0.154.4 through at least v0.157.0 have a +> [bug](https://github.com/gohugoio/hugo/issues/14576) that causes an +> infinite redirect loop on the default-language homepage when +> `uglyURLs` and `defaultContentLanguageInSubdir` are both enabled. +> Stick with v0.146.5 until the fix lands. Install the .deb from +> [GitHub releases](https://github.com/gohugoio/hugo/releases/tag/v0.146.5): +> ```bash +> wget -O /tmp/hugo.deb "https://github.com/gohugoio/hugo/releases/download/v0.146.5/hugo_extended_0.146.5_linux-amd64.deb" +> sudo dpkg -i /tmp/hugo.deb +> ``` + ## First-Time Setup ```bash git clone --recurse-submodules https://github.com/nikthink/pauseai.ca.git diff --git a/assets/scss/_style-end.scss b/assets/scss/_style-end.scss index 4cef3bd..4b446b0 100644 --- a/assets/scss/_style-end.scss +++ b/assets/scss/_style-end.scss @@ -305,3 +305,21 @@ a:focus-visible { max-width: 30ch; } } + +details summary { + cursor: pointer; + color: var(--accent-color); + font-weight: 600; + font-size: 1.05rem; + padding: 0.5rem 0; +} + +details summary:hover { + color: var(--accent-color-strong); +} + +details blockquote { + border-left: 3px solid var(--accent-color); + margin: 1.25rem 0; + padding: 0.5rem 1rem; +} diff --git a/content/_index.en.md b/content/_index.en.md index f11e2bc..2ffbe81 100644 --- a/content/_index.en.md +++ b/content/_index.en.md @@ -16,3 +16,40 @@ PauseAI local communities in Canada: If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at . + +### What experts say + +
+10 quotes from AI leaders + +> "If... [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it." +> — **Dario Amodei**, _CEO of Anthropic (Claude)_ + +> "AI will probably lead to the end of the world... but in the meantime, there'll be great companies." +> — **Sam Altman**, _CEO of OpenAI (ChatGPT)_ + +> "We must take the risks of AI as seriously as other major global challenges." +> — **Demis Hassabis**, _Nobel Prize Winning CEO of DeepMind (Google's AI Lab)_ + +> "There's the possibility that AIs will run out of control." +> — **Bill Gates** + +> "At some stage... we should have to expect the machines to take control." +> — **Alan Turing**, _Inventor of the Modern Computer_ + +> "Superintelligent AI could lead to the disempowerment of humanity or even human extinction." +> — **Ilya Sutskever**, _Former Chief Scientist at OpenAI (ChatGPT)_ + +> "AI labs are playing dice with humanity's future." +> — **Yoshua Bengio**, _Leading AI Researcher_ + +> "The development of full artificial intelligence could spell the end of the human race." +> — **Stephen Hawking** + +> "In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim." +> — **Geoff Hinton**, _Nobel Prize Winning "Godfather of AI"_ + +> "AI is far more dangerous than nukes. Far." +> — **Elon Musk** + +
diff --git a/content/_index.fr.md b/content/_index.fr.md index ec9d593..a73ee4c 100644 --- a/content/_index.fr.md +++ b/content/_index.fr.md @@ -14,3 +14,40 @@ Communauté PauseAI locale au Canada: Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à . + +### Ce que disent les experts + +
+10 citations de leaders en IA + +> "Si... un [futur modèle d'IA] voulait semer le chaos et détruire l'humanité ou autre, je pense que nous n'avons fondamentalement aucune capacité de l'arrêter." +> — **Dario Amodei**, _PDG d'Anthropic (Claude)_ + +> "L'IA mènera probablement à la fin du monde... mais en attendant, il y aura de grandes entreprises." +> — **Sam Altman**, _PDG d'OpenAI (ChatGPT)_ + +> "Nous devons prendre les risques de l'IA aussi au sérieux que d'autres défis mondiaux majeurs." +> — **Demis Hassabis**, _PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google)_ + +> "Il y a la possibilité que les IA échappent à tout contrôle." +> — **Bill Gates** + +> "À un certain stade... nous devons nous attendre à ce que les machines prennent le contrôle." +> — **Alan Turing**, _Inventeur de l'ordinateur moderne_ + +> "L'IA superintelligente pourrait mener à la mise sous tutelle de l'humanité ou même à l'extinction humaine." +> — **Ilya Sutskever**, _Ancien scientifique en chef d'OpenAI (ChatGPT)_ + +> "Les laboratoires d'IA jouent aux dés avec l'avenir de l'humanité." +> — **Yoshua Bengio**, _Chercheur de pointe en IA_ + +> "Le développement d'une intelligence artificielle complète pourrait signifier la fin de la race humaine." +> — **Stephen Hawking** + +> "Dans un avenir proche, l'IA pourrait être utilisée pour créer de terribles nouveaux virus et d'horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler." +> — **Geoff Hinton**, _"le parrain de l'IA" lauréat du prix Nobel_ + +> "L'IA est bien plus dangereuse que les armes nucléaires. De loin." +> — **Elon Musk** + +
diff --git a/content/montreal.en.md b/content/montreal.en.md index d254cdc..8a4cfd0 100644 --- a/content/montreal.en.md +++ b/content/montreal.en.md @@ -35,5 +35,42 @@ At PauseAI Montréal, we: For more content on the risks of AI see [pauseai.info](https://pauseai.info) +### What experts say + +
+10 quotes from AI leaders + +> "If... [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it." +> — **Dario Amodei**, _CEO of Anthropic (Claude)_ + +> "AI will probably lead to the end of the world... but in the meantime, there'll be great companies." +> — **Sam Altman**, _CEO of OpenAI (ChatGPT)_ + +> "We must take the risks of AI as seriously as other major global challenges." +> — **Demis Hassabis**, _Nobel Prize Winning CEO of DeepMind (Google's AI Lab)_ + +> "There's the possibility that AIs will run out of control." +> — **Bill Gates** + +> "At some stage... we should have to expect the machines to take control." +> — **Alan Turing**, _Inventor of the Modern Computer_ + +> "Superintelligent AI could lead to the disempowerment of humanity or even human extinction." +> — **Ilya Sutskever**, _Former Chief Scientist at OpenAI (ChatGPT)_ + +> "AI labs are playing dice with humanity's future." +> — **Yoshua Bengio**, _Leading AI Researcher_ + +> "The development of full artificial intelligence could spell the end of the human race." +> — **Stephen Hawking** + +> "In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim." +> — **Geoff Hinton**, _Nobel Prize Winning "Godfather of AI"_ + +> "AI is far more dangerous than nukes. Far." +> — **Elon Musk** + +
+ ### Events {{< luma-event-embed >}} diff --git a/content/montreal.fr.md b/content/montreal.fr.md index 80df54a..b2f1cbb 100644 --- a/content/montreal.fr.md +++ b/content/montreal.fr.md @@ -28,7 +28,7 @@ Pour vous abonner, envoyez un courriel à +10 citations de leaders en IA + +> "Si... un [futur modèle d'IA] voulait semer le chaos et détruire l'humanité ou autre, je pense que nous n'avons fondamentalement aucune capacité de l'arrêter." +> — **Dario Amodei**, _PDG d'Anthropic (Claude)_ + +> "L'IA mènera probablement à la fin du monde... mais en attendant, il y aura de grandes entreprises." +> — **Sam Altman**, _PDG d'OpenAI (ChatGPT)_ + +> "Nous devons prendre les risques de l'IA aussi au sérieux que d'autres défis mondiaux majeurs." +> — **Demis Hassabis**, _PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google)_ + +> "Il y a la possibilité que les IA échappent à tout contrôle." +> — **Bill Gates** + +> "À un certain stade... nous devons nous attendre à ce que les machines prennent le contrôle." +> — **Alan Turing**, _Inventeur de l'ordinateur moderne_ + +> "L'IA superintelligente pourrait mener à la mise sous tutelle de l'humanité ou même à l'extinction humaine." +> — **Ilya Sutskever**, _Ancien scientifique en chef d'OpenAI (ChatGPT)_ + +> "Les laboratoires d'IA jouent aux dés avec l'avenir de l'humanité." +> — **Yoshua Bengio**, _Chercheur de pointe en IA_ + +> "Le développement d'une intelligence artificielle complète pourrait signifier la fin de la race humaine." +> — **Stephen Hawking** + +> "Dans un avenir proche, l'IA pourrait être utilisée pour créer de terribles nouveaux virus et d'horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler." +> — **Geoff Hinton**, _"le parrain de l'IA" lauréat du prix Nobel_ + +> "L'IA est bien plus dangereuse que les armes nucléaires. De loin." +> — **Elon Musk** + + + ### Événements {{< luma-event-embed >}} diff --git a/hugo.yaml b/hugo.yaml index bcdb6ab..390cbb4 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -10,6 +10,10 @@ markup: _merge: deep tableOfContents: ordered: true + startLevel: 3 + goldmark: + renderer: + unsafe: true pagination: pagerSize: 100 diff --git a/scripts/visual-regression.mjs b/scripts/visual-regression.mjs index c5848bb..6053d66 100644 --- a/scripts/visual-regression.mjs +++ b/scripts/visual-regression.mjs @@ -644,6 +644,10 @@ async function main() { continue; } + if (region.beforeCapture) { + await page.evaluate(region.beforeCapture); + } + const element = locator.first(); const box = await element.boundingBox(); if (!box) { diff --git a/tests/visual/baselines.json b/tests/visual/baselines.json index 8dc546c..b458371 100644 --- a/tests/visual/baselines.json +++ b/tests/visual/baselines.json @@ -1,5 +1,5 @@ { - "generatedAt": "2026-02-10T00:37:07.167Z", + "generatedAt": "2026-03-03T03:48:47.308Z", "entries": [ { "page": "/en/", @@ -24,7 +24,7 @@ }, "bbox": { "x": 90, - "y": 361, + "y": 510.72, "width": 1100, "height": 76 }, @@ -69,31 +69,68 @@ "device": "desktop", "mode": "dark", "region": "main", - "text": "Join our Discord. PauseAI local communities in Canada: Montréal If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com.", + "text": "Join our Discord. PauseAI local communities in Canada: Montréal Toronto If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com. What experts say 10 quotes from AI leaders", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 205 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 256 }, "bbox": { "x": 90, "y": 102.25, "width": 1100, - "height": 236.25 + "height": 408.47 }, "image": "tests/visual/baselines/home-en/main/desktop-dark.png" }, + { + "page": "/en/", + "device": "desktop", + "mode": "dark", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 90, + "y": 464.36, + "width": 1100, + "height": 1475.11 + }, + "image": "tests/visual/baselines/home-en/quotes/desktop-dark.png" + }, { "page": "/en/", "device": "desktop", @@ -117,7 +154,7 @@ }, "bbox": { "x": 90, - "y": 361, + "y": 510.72, "width": 1100, "height": 76 }, @@ -162,31 +199,68 @@ "device": "desktop", "mode": "light", "region": "main", - "text": "Join our Discord. PauseAI local communities in Canada: Montréal If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com.", + "text": "Join our Discord. PauseAI local communities in Canada: Montréal Toronto If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com. What experts say 10 quotes from AI leaders", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 205 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 256 }, "bbox": { "x": 90, "y": 102.25, "width": 1100, - "height": 236.25 + "height": 408.47 }, "image": "tests/visual/baselines/home-en/main/desktop-light.png" }, + { + "page": "/en/", + "device": "desktop", + "mode": "light", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 90, + "y": 464.36, + "width": 1100, + "height": 1475.11 + }, + "image": "tests/visual/baselines/home-en/quotes/desktop-light.png" + }, { "page": "/en/", "device": "iphone-13", @@ -210,7 +284,7 @@ }, "bbox": { "x": 16, - "y": 331.88, + "y": 465.08, "width": 358, "height": 111.25 }, @@ -255,31 +329,68 @@ "device": "iphone-13", "mode": "dark", "region": "main", - "text": "Join our Discord. PauseAI local communities in Canada: Montréal If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com.", + "text": "Join our Discord. PauseAI local communities in Canada: Montréal Toronto If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com. What experts say 10 quotes from AI leaders", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 205 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 256 }, "bbox": { "x": 16, "y": 57.8, "width": 358, - "height": 255.19 + "height": 407.28 }, "image": "tests/visual/baselines/home-en/main/iphone-13-dark.png" }, + { + "page": "/en/", + "device": "iphone-13", + "mode": "dark", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 16, + "y": 418.72, + "width": 358, + "height": 1935.19 + }, + "image": "tests/visual/baselines/home-en/quotes/iphone-13-dark.png" + }, { "page": "/en/", "device": "iphone-13", @@ -303,7 +414,7 @@ }, "bbox": { "x": 16, - "y": 331.88, + "y": 465.08, "width": 358, "height": 111.25 }, @@ -348,31 +459,68 @@ "device": "iphone-13", "mode": "light", "region": "main", - "text": "Join our Discord. PauseAI local communities in Canada: Montréal If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com.", + "text": "Join our Discord. PauseAI local communities in Canada: Montréal Toronto If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com. What experts say 10 quotes from AI leaders", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 205 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 256 }, "bbox": { "x": 16, "y": 57.8, "width": 358, - "height": 255.19 + "height": 407.28 }, "image": "tests/visual/baselines/home-en/main/iphone-13-light.png" }, + { + "page": "/en/", + "device": "iphone-13", + "mode": "light", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 16, + "y": 418.72, + "width": 358, + "height": 1935.19 + }, + "image": "tests/visual/baselines/home-en/quotes/iphone-13-light.png" + }, { "page": "/en/", "device": "pixel-5", @@ -396,7 +544,7 @@ }, "bbox": { "x": 16, - "y": 331.88, + "y": 465.08, "width": 361, "height": 111.25 }, @@ -441,31 +589,68 @@ "device": "pixel-5", "mode": "dark", "region": "main", - "text": "Join our Discord. PauseAI local communities in Canada: Montréal If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com.", + "text": "Join our Discord. PauseAI local communities in Canada: Montréal Toronto If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com. What experts say 10 quotes from AI leaders", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 205 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 256 }, "bbox": { "x": 16, "y": 57.8, "width": 361, - "height": 255.19 + "height": 407.28 }, "image": "tests/visual/baselines/home-en/main/pixel-5-dark.png" }, + { + "page": "/en/", + "device": "pixel-5", + "mode": "dark", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 16, + "y": 418.72, + "width": 361, + "height": 1935.19 + }, + "image": "tests/visual/baselines/home-en/quotes/pixel-5-dark.png" + }, { "page": "/en/", "device": "pixel-5", @@ -489,7 +674,7 @@ }, "bbox": { "x": 16, - "y": 331.88, + "y": 465.08, "width": 361, "height": 111.25 }, @@ -534,31 +719,68 @@ "device": "pixel-5", "mode": "light", "region": "main", - "text": "Join our Discord. PauseAI local communities in Canada: Montréal If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com.", + "text": "Join our Discord. PauseAI local communities in Canada: Montréal Toronto If you are organizing a local pauseai community in Canada and want to be added to this list, please email nik at nicolas.m.lacombe@gmail.com. What experts say 10 quotes from AI leaders", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 205 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 256 }, "bbox": { "x": 16, "y": 57.8, "width": 361, - "height": 255.19 + "height": 407.28 }, "image": "tests/visual/baselines/home-en/main/pixel-5-light.png" }, + { + "page": "/en/", + "device": "pixel-5", + "mode": "light", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 16, + "y": 418.72, + "width": 361, + "height": 1935.19 + }, + "image": "tests/visual/baselines/home-en/quotes/pixel-5-light.png" + }, { "page": "/en/action-mtl.html", "device": "desktop", @@ -582,7 +804,7 @@ }, "bbox": { "x": 90, - "y": 1365.97, + "y": 1378.58, "width": 1100, "height": 76 }, @@ -635,9 +857,9 @@ "h1": 1, "h3": 4, "input": 8, - "li": 23, + "li": 22, "nav": 1, - "ol": 2, + "ol": 1, "p": 4, "span": 4, "summary": 1, @@ -647,15 +869,15 @@ "imageCount": 0, "buttonCount": 0, "headingCount": 5, - "listItemCount": 23, - "elementCount": 76, + "listItemCount": 22, + "elementCount": 74, "textLength": 1294 }, "bbox": { "x": 90, "y": 109.89, "width": 1100, - "height": 1343.58 + "height": 1356.19 }, "image": "tests/visual/baselines/action-mtl-en/main/desktop-dark.png" }, @@ -682,7 +904,7 @@ }, "bbox": { "x": 90, - "y": 1365.97, + "y": 1378.58, "width": 1100, "height": 76 }, @@ -735,9 +957,9 @@ "h1": 1, "h3": 4, "input": 8, - "li": 23, + "li": 22, "nav": 1, - "ol": 2, + "ol": 1, "p": 4, "span": 4, "summary": 1, @@ -747,15 +969,15 @@ "imageCount": 0, "buttonCount": 0, "headingCount": 5, - "listItemCount": 23, - "elementCount": 76, + "listItemCount": 22, + "elementCount": 74, "textLength": 1294 }, "bbox": { "x": 90, "y": 109.89, "width": 1100, - "height": 1343.58 + "height": 1356.19 }, "image": "tests/visual/baselines/action-mtl-en/main/desktop-light.png" }, @@ -782,7 +1004,7 @@ }, "bbox": { "x": 16, - "y": 1744.45, + "y": 1762.45, "width": 358, "height": 111.25 }, @@ -835,9 +1057,9 @@ "h1": 1, "h3": 4, "input": 8, - "li": 23, + "li": 22, "nav": 1, - "ol": 2, + "ol": 1, "p": 4, "span": 4, "summary": 1, @@ -847,15 +1069,15 @@ "imageCount": 0, "buttonCount": 0, "headingCount": 5, - "listItemCount": 23, - "elementCount": 76, + "listItemCount": 22, + "elementCount": 74, "textLength": 1294 }, "bbox": { "x": 16, "y": 64.22, "width": 358, - "height": 1724.34 + "height": 1742.34 }, "image": "tests/visual/baselines/action-mtl-en/main/iphone-13-dark.png" }, @@ -882,7 +1104,7 @@ }, "bbox": { "x": 16, - "y": 1744.45, + "y": 1762.45, "width": 358, "height": 111.25 }, @@ -935,9 +1157,9 @@ "h1": 1, "h3": 4, "input": 8, - "li": 23, + "li": 22, "nav": 1, - "ol": 2, + "ol": 1, "p": 4, "span": 4, "summary": 1, @@ -947,15 +1169,15 @@ "imageCount": 0, "buttonCount": 0, "headingCount": 5, - "listItemCount": 23, - "elementCount": 76, + "listItemCount": 22, + "elementCount": 74, "textLength": 1294 }, "bbox": { "x": 16, "y": 64.22, "width": 358, - "height": 1724.34 + "height": 1742.34 }, "image": "tests/visual/baselines/action-mtl-en/main/iphone-13-light.png" }, @@ -982,7 +1204,7 @@ }, "bbox": { "x": 16, - "y": 1744.45, + "y": 1762.45, "width": 361, "height": 111.25 }, @@ -1035,9 +1257,9 @@ "h1": 1, "h3": 4, "input": 8, - "li": 23, + "li": 22, "nav": 1, - "ol": 2, + "ol": 1, "p": 4, "span": 4, "summary": 1, @@ -1047,15 +1269,15 @@ "imageCount": 0, "buttonCount": 0, "headingCount": 5, - "listItemCount": 23, - "elementCount": 76, + "listItemCount": 22, + "elementCount": 74, "textLength": 1294 }, "bbox": { "x": 16, "y": 64.22, "width": 361, - "height": 1724.34 + "height": 1742.34 }, "image": "tests/visual/baselines/action-mtl-en/main/pixel-5-dark.png" }, @@ -1082,7 +1304,7 @@ }, "bbox": { "x": 16, - "y": 1744.45, + "y": 1762.45, "width": 361, "height": 111.25 }, @@ -1135,9 +1357,9 @@ "h1": 1, "h3": 4, "input": 8, - "li": 23, + "li": 22, "nav": 1, - "ol": 2, + "ol": 1, "p": 4, "span": 4, "summary": 1, @@ -1147,15 +1369,15 @@ "imageCount": 0, "buttonCount": 0, "headingCount": 5, - "listItemCount": 23, - "elementCount": 76, + "listItemCount": 22, + "elementCount": 74, "textLength": 1294 }, "bbox": { "x": 16, "y": 64.22, "width": 361, - "height": 1724.34 + "height": 1742.34 }, "image": "tests/visual/baselines/action-mtl-en/main/pixel-5-light.png" }, @@ -1212,7 +1434,7 @@ }, "bbox": { "x": 90, - "y": 1787.81, + "y": 1926.28, "width": 1100, "height": 76 }, @@ -1257,37 +1479,72 @@ "device": "desktop", "mode": "dark", "region": "main", - "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info Events", + "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info What experts say 10 quotes from AI leaders Events", "structure": { "tagCounts": { - "a": 8, + "a": 9, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 8, + "linkCount": 9, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 30, - "textLength": 1099 + "elementCount": 72, + "textLength": 1142 }, "bbox": { "x": 90, "y": 85.94, "width": 1100, - "height": 1787.88 + "height": 1926.34 }, "image": "tests/visual/baselines/montreal-en/main/desktop-dark.png" }, + { + "page": "/en/montreal.html", + "device": "desktop", + "mode": "dark", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 90, + "y": 27.06, + "width": 1100, + "height": 1475.11 + }, + "image": "tests/visual/baselines/montreal-en/quotes/desktop-dark.png" + }, { "page": "/en/montreal.html", "device": "desktop", @@ -1341,7 +1598,7 @@ }, "bbox": { "x": 90, - "y": 1787.81, + "y": 1926.28, "width": 1100, "height": 76 }, @@ -1386,37 +1643,72 @@ "device": "desktop", "mode": "light", "region": "main", - "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info Events", + "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info What experts say 10 quotes from AI leaders Events", "structure": { "tagCounts": { - "a": 8, + "a": 9, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 8, + "linkCount": 9, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 30, - "textLength": 1099 + "elementCount": 72, + "textLength": 1142 }, "bbox": { "x": 90, "y": 85.94, "width": 1100, - "height": 1787.88 + "height": 1926.34 }, "image": "tests/visual/baselines/montreal-en/main/desktop-light.png" }, + { + "page": "/en/montreal.html", + "device": "desktop", + "mode": "light", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 90, + "y": 27.06, + "width": 1100, + "height": 1475.11 + }, + "image": "tests/visual/baselines/montreal-en/quotes/desktop-light.png" + }, { "page": "/en/montreal.html", "device": "iphone-13", @@ -1470,7 +1762,7 @@ }, "bbox": { "x": 16, - "y": 2151.7, + "y": 2275.44, "width": 358, "height": 111.25 }, @@ -1515,37 +1807,72 @@ "device": "iphone-13", "mode": "dark", "region": "main", - "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info Events", + "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info What experts say 10 quotes from AI leaders Events", "structure": { "tagCounts": { - "a": 8, + "a": 9, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 8, + "linkCount": 9, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 30, - "textLength": 1099 + "elementCount": 72, + "textLength": 1142 }, "bbox": { "x": 16, - "y": -0.09, + "y": 0.91, "width": 358, - "height": 2150.8 + "height": 2274.53 }, "image": "tests/visual/baselines/montreal-en/main/iphone-13-dark.png" }, + { + "page": "/en/montreal.html", + "device": "iphone-13", + "mode": "dark", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 16, + "y": -45.66, + "width": 358, + "height": 1935.19 + }, + "image": "tests/visual/baselines/montreal-en/quotes/iphone-13-dark.png" + }, { "page": "/en/montreal.html", "device": "iphone-13", @@ -1599,7 +1926,7 @@ }, "bbox": { "x": 16, - "y": 2151.7, + "y": 2275.44, "width": 358, "height": 111.25 }, @@ -1644,37 +1971,72 @@ "device": "iphone-13", "mode": "light", "region": "main", - "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info Events", + "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info What experts say 10 quotes from AI leaders Events", "structure": { "tagCounts": { - "a": 8, + "a": 9, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 8, + "linkCount": 9, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 30, - "textLength": 1099 + "elementCount": 72, + "textLength": 1142 }, "bbox": { "x": 16, - "y": -0.09, + "y": 0.91, "width": 358, - "height": 2150.8 + "height": 2274.53 }, "image": "tests/visual/baselines/montreal-en/main/iphone-13-light.png" }, + { + "page": "/en/montreal.html", + "device": "iphone-13", + "mode": "light", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 16, + "y": -45.66, + "width": 358, + "height": 1935.19 + }, + "image": "tests/visual/baselines/montreal-en/quotes/iphone-13-light.png" + }, { "page": "/en/montreal.html", "device": "pixel-5", @@ -1728,7 +2090,7 @@ }, "bbox": { "x": 16, - "y": 2123.34, + "y": 2247.08, "width": 361, "height": 111.25 }, @@ -1773,37 +2135,72 @@ "device": "pixel-5", "mode": "dark", "region": "main", - "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info Events", + "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info What experts say 10 quotes from AI leaders Events", "structure": { "tagCounts": { - "a": 8, + "a": 9, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 8, + "linkCount": 9, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 30, - "textLength": 1099 + "elementCount": 72, + "textLength": 1142 }, "bbox": { "x": 16, "y": 0.91, "width": 361, - "height": 2122.44 + "height": 2246.17 }, "image": "tests/visual/baselines/montreal-en/main/pixel-5-dark.png" }, + { + "page": "/en/montreal.html", + "device": "pixel-5", + "mode": "dark", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 16, + "y": 16.98, + "width": 361, + "height": 1935.19 + }, + "image": "tests/visual/baselines/montreal-en/quotes/pixel-5-dark.png" + }, { "page": "/en/montreal.html", "device": "pixel-5", @@ -1857,7 +2254,7 @@ }, "bbox": { "x": 16, - "y": 2123.34, + "y": 2247.08, "width": 361, "height": 111.25 }, @@ -1902,37 +2299,72 @@ "device": "pixel-5", "mode": "light", "region": "main", - "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info Events", + "text": "To keep AI under control, let’s act now AI is already reshaping our jobs and daily life. Regularly, new systems surpass milestones we thought were years away. According to most AI safety experts, continuing the race without guardrails poses a catastrophic, near-term risk to humanity. The window is closing fast—act now. Join us Subscribe Discord We are a community of volunteers that aims to mitigate the risks of AI by convincing governments to pause the development of superhuman AI. PauseAI informs the public, talks to policy-makers, and organizes events. Join us at one of our events ! Or talk to us on discord. To subscribe to our mailing list, send an email to pauseai-mtl-subscribe@lists.riseup.net. At PauseAI Montréal, we: Find people already concerned about AI at meetups around Montréal Meet and discuss how AI should be regulated, deployed, to make it safe and help humanity rather than cause issues Put up posters around the city Email and talk to local politicians to push them to vote for AI regulation … and more to come! For more content on the risks of AI see pauseai.info What experts say 10 quotes from AI leaders Events", "structure": { "tagCounts": { - "a": 8, + "a": 9, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 8, + "linkCount": 9, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 30, - "textLength": 1099 + "elementCount": 72, + "textLength": 1142 }, "bbox": { "x": 16, "y": 0.91, "width": 361, - "height": 2122.44 + "height": 2246.17 }, "image": "tests/visual/baselines/montreal-en/main/pixel-5-light.png" }, + { + "page": "/en/montreal.html", + "device": "pixel-5", + "mode": "light", + "region": "quotes", + "text": "10 quotes from AI leaders “If… [a future AI] model wanted to wreak havoc and destroy humanity or whatever, I think we have basically no ability to stop it.” — Dario Amodei, CEO of Anthropic (Claude) “AI will probably lead to the end of the world… but in the meantime, there’ll be great companies.” — Sam Altman, CEO of OpenAI (ChatGPT) “We must take the risks of AI as seriously as other major global challenges.” — Demis Hassabis, Nobel Prize Winning CEO of DeepMind (Google’s AI Lab) “There’s the possibility that AIs will run out of control.” — Bill Gates “At some stage… we should have to expect the machines to take control.” — Alan Turing, Inventor of the Modern Computer “Superintelligent AI could lead to the disempowerment of humanity or even human extinction.” — Ilya Sutskever, Former Chief Scientist at OpenAI (ChatGPT) “AI labs are playing dice with humanity’s future.” — Yoshua Bengio, Leading AI Researcher “The development of full artificial intelligence could spell the end of the human race.” — Stephen Hawking “In the near future AI may be used to create terrible new viruses and horrendous lethal weapons that decide by themselves who to kill or maim.” — Geoff Hinton, Nobel Prize Winning “Godfather of AI” “AI is far more dangerous than nukes. Far.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1282 + }, + "bbox": { + "x": 16, + "y": 16.98, + "width": 361, + "height": 1935.19 + }, + "image": "tests/visual/baselines/montreal-en/quotes/pixel-5-light.png" + }, { "page": "/fr/", "device": "desktop", @@ -1956,7 +2388,7 @@ }, "bbox": { "x": 90, - "y": 361, + "y": 510.72, "width": 1100, "height": 76 }, @@ -2001,31 +2433,68 @@ "device": "desktop", "mode": "dark", "region": "main", - "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com.", + "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Toronto Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com. Ce que disent les experts 10 citations de leaders en IA", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 223 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 287 }, "bbox": { "x": 90, "y": 102.25, "width": 1100, - "height": 236.25 + "height": 408.47 }, "image": "tests/visual/baselines/home-fr/main/desktop-dark.png" }, + { + "page": "/fr/", + "device": "desktop", + "mode": "dark", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 90, + "y": 464.36, + "width": 1100, + "height": 1542.61 + }, + "image": "tests/visual/baselines/home-fr/quotes/desktop-dark.png" + }, { "page": "/fr/", "device": "desktop", @@ -2049,7 +2518,7 @@ }, "bbox": { "x": 90, - "y": 361, + "y": 510.72, "width": 1100, "height": 76 }, @@ -2094,31 +2563,68 @@ "device": "desktop", "mode": "light", "region": "main", - "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com.", + "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Toronto Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com. Ce que disent les experts 10 citations de leaders en IA", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 223 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 287 }, "bbox": { "x": 90, "y": 102.25, "width": 1100, - "height": 236.25 + "height": 408.47 }, "image": "tests/visual/baselines/home-fr/main/desktop-light.png" }, + { + "page": "/fr/", + "device": "desktop", + "mode": "light", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 90, + "y": 464.36, + "width": 1100, + "height": 1542.61 + }, + "image": "tests/visual/baselines/home-fr/quotes/desktop-light.png" + }, { "page": "/fr/", "device": "iphone-13", @@ -2142,7 +2648,7 @@ }, "bbox": { "x": 16, - "y": 331.88, + "y": 465.08, "width": 358, "height": 111.25 }, @@ -2187,31 +2693,68 @@ "device": "iphone-13", "mode": "dark", "region": "main", - "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com.", + "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Toronto Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com. Ce que disent les experts 10 citations de leaders en IA", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 223 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 287 }, "bbox": { "x": 16, "y": 57.8, "width": 358, - "height": 255.19 + "height": 407.28 }, "image": "tests/visual/baselines/home-fr/main/iphone-13-dark.png" }, + { + "page": "/fr/", + "device": "iphone-13", + "mode": "dark", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 16, + "y": 418.72, + "width": 358, + "height": 2190.42 + }, + "image": "tests/visual/baselines/home-fr/quotes/iphone-13-dark.png" + }, { "page": "/fr/", "device": "iphone-13", @@ -2235,7 +2778,7 @@ }, "bbox": { "x": 16, - "y": 331.88, + "y": 465.08, "width": 358, "height": 111.25 }, @@ -2280,31 +2823,68 @@ "device": "iphone-13", "mode": "light", "region": "main", - "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com.", + "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Toronto Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com. Ce que disent les experts 10 citations de leaders en IA", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 223 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 287 }, "bbox": { "x": 16, "y": 57.8, "width": 358, - "height": 255.19 + "height": 407.28 }, "image": "tests/visual/baselines/home-fr/main/iphone-13-light.png" }, + { + "page": "/fr/", + "device": "iphone-13", + "mode": "light", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 16, + "y": 418.72, + "width": 358, + "height": 2190.42 + }, + "image": "tests/visual/baselines/home-fr/quotes/iphone-13-light.png" + }, { "page": "/fr/", "device": "pixel-5", @@ -2328,7 +2908,7 @@ }, "bbox": { "x": 16, - "y": 331.88, + "y": 465.08, "width": 361, "height": 111.25 }, @@ -2373,31 +2953,68 @@ "device": "pixel-5", "mode": "dark", "region": "main", - "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com.", + "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Toronto Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com. Ce que disent les experts 10 citations de leaders en IA", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 223 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 287 }, "bbox": { "x": 16, "y": 57.8, "width": 361, - "height": 255.19 + "height": 407.28 }, "image": "tests/visual/baselines/home-fr/main/pixel-5-dark.png" }, + { + "page": "/fr/", + "device": "pixel-5", + "mode": "dark", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 16, + "y": 418.72, + "width": 361, + "height": 2162.06 + }, + "image": "tests/visual/baselines/home-fr/quotes/pixel-5-dark.png" + }, { "page": "/fr/", "device": "pixel-5", @@ -2421,7 +3038,7 @@ }, "bbox": { "x": 16, - "y": 331.88, + "y": 465.08, "width": 361, "height": 111.25 }, @@ -2466,31 +3083,68 @@ "device": "pixel-5", "mode": "light", "region": "main", - "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com.", + "text": "Rejoignez notre Discord. Communauté PauseAI locale au Canada: Montréal Toronto Si vous organisez une communauté PauseAI locale au Canada et souhaitez être ajouté à cette liste, svp envoyer un courriel à nicolas.m.lacombe@gmail.com. Ce que disent les experts 10 citations de leaders en IA", "structure": { "tagCounts": { - "a": 3, - "li": 1, + "a": 5, + "blockquote": 10, + "details": 1, + "em": 7, + "h3": 1, + "li": 2, "nav": 1, - "p": 3, + "p": 13, + "span": 1, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 3, + "linkCount": 5, "imageCount": 0, "buttonCount": 0, - "headingCount": 0, - "listItemCount": 1, - "elementCount": 9, - "textLength": 223 + "headingCount": 1, + "listItemCount": 2, + "elementCount": 53, + "textLength": 287 }, "bbox": { "x": 16, "y": 57.8, "width": 361, - "height": 255.19 + "height": 407.28 }, "image": "tests/visual/baselines/home-fr/main/pixel-5-light.png" }, + { + "page": "/fr/", + "device": "pixel-5", + "mode": "light", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 16, + "y": 418.72, + "width": 361, + "height": 2162.06 + }, + "image": "tests/visual/baselines/home-fr/quotes/pixel-5-light.png" + }, { "page": "/fr/montreal.html", "device": "desktop", @@ -2544,7 +3198,7 @@ }, "bbox": { "x": 90, - "y": 1922.81, + "y": 2061.28, "width": 1100, "height": 76 }, @@ -2589,37 +3243,72 @@ "device": "desktop", "mode": "dark", "region": "main", - "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Se rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Événements", + "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Nous rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Ce que disent les experts 10 citations de leaders en IA Événements", "structure": { "tagCounts": { - "a": 9, + "a": 10, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 9, + "linkCount": 10, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 31, - "textLength": 1501 + "elementCount": 73, + "textLength": 1559 }, "bbox": { "x": 90, "y": 52.94, "width": 1100, - "height": 1922.88 + "height": 2061.34 }, "image": "tests/visual/baselines/montreal-fr/main/desktop-dark.png" }, + { + "page": "/fr/montreal.html", + "device": "desktop", + "mode": "dark", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 90, + "y": 27.06, + "width": 1100, + "height": 1542.61 + }, + "image": "tests/visual/baselines/montreal-fr/quotes/desktop-dark.png" + }, { "page": "/fr/montreal.html", "device": "desktop", @@ -2673,7 +3362,7 @@ }, "bbox": { "x": 90, - "y": 1922.81, + "y": 2061.28, "width": 1100, "height": 76 }, @@ -2718,37 +3407,72 @@ "device": "desktop", "mode": "light", "region": "main", - "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Se rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Événements", + "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Nous rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Ce que disent les experts 10 citations de leaders en IA Événements", "structure": { "tagCounts": { - "a": 9, + "a": 10, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 9, + "linkCount": 10, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 31, - "textLength": 1501 + "elementCount": 73, + "textLength": 1559 }, "bbox": { "x": 90, "y": 52.94, "width": 1100, - "height": 1922.88 + "height": 2061.34 }, "image": "tests/visual/baselines/montreal-fr/main/desktop-light.png" }, + { + "page": "/fr/montreal.html", + "device": "desktop", + "mode": "light", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 90, + "y": 27.06, + "width": 1100, + "height": 1542.61 + }, + "image": "tests/visual/baselines/montreal-fr/quotes/desktop-light.png" + }, { "page": "/fr/montreal.html", "device": "iphone-13", @@ -2802,7 +3526,7 @@ }, "bbox": { "x": 16, - "y": 2474.89, + "y": 2598.63, "width": 358, "height": 111.25 }, @@ -2847,37 +3571,72 @@ "device": "iphone-13", "mode": "dark", "region": "main", - "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Se rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Événements", + "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Nous rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Ce que disent les experts 10 citations de leaders en IA Événements", "structure": { "tagCounts": { - "a": 9, + "a": 10, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 9, + "linkCount": 10, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 31, - "textLength": 1501 + "elementCount": 73, + "textLength": 1559 }, "bbox": { "x": 16, "y": 0.91, "width": 358, - "height": 2473.98 + "height": 2597.72 }, "image": "tests/visual/baselines/montreal-fr/main/iphone-13-dark.png" }, + { + "page": "/fr/montreal.html", + "device": "iphone-13", + "mode": "dark", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 16, + "y": -2190.47, + "width": 358, + "height": 2190.42 + }, + "image": "tests/visual/baselines/montreal-fr/quotes/iphone-13-dark.png" + }, { "page": "/fr/montreal.html", "device": "iphone-13", @@ -2931,7 +3690,7 @@ }, "bbox": { "x": 16, - "y": 2474.89, + "y": 2598.63, "width": 358, "height": 111.25 }, @@ -2976,37 +3735,72 @@ "device": "iphone-13", "mode": "light", "region": "main", - "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Se rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Événements", + "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Nous rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Ce que disent les experts 10 citations de leaders en IA Événements", "structure": { "tagCounts": { - "a": 9, + "a": 10, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 9, + "linkCount": 10, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 31, - "textLength": 1501 + "elementCount": 73, + "textLength": 1559 }, "bbox": { "x": 16, "y": 0.91, "width": 358, - "height": 2473.98 + "height": 2597.72 }, "image": "tests/visual/baselines/montreal-fr/main/iphone-13-light.png" }, + { + "page": "/fr/montreal.html", + "device": "iphone-13", + "mode": "light", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 16, + "y": -2190.47, + "width": 358, + "height": 2190.42 + }, + "image": "tests/visual/baselines/montreal-fr/quotes/iphone-13-light.png" + }, { "page": "/fr/montreal.html", "device": "pixel-5", @@ -3060,7 +3854,7 @@ }, "bbox": { "x": 16, - "y": 2446.53, + "y": 2570.27, "width": 361, "height": 111.25 }, @@ -3105,37 +3899,72 @@ "device": "pixel-5", "mode": "dark", "region": "main", - "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Se rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Événements", + "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Nous rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Ce que disent les experts 10 citations de leaders en IA Événements", "structure": { "tagCounts": { - "a": 9, + "a": 10, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 9, + "linkCount": 10, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 31, - "textLength": 1501 + "elementCount": 73, + "textLength": 1559 }, "bbox": { "x": 16, "y": 0.91, "width": 361, - "height": 2445.63 + "height": 2569.36 }, "image": "tests/visual/baselines/montreal-fr/main/pixel-5-dark.png" }, + { + "page": "/fr/montreal.html", + "device": "pixel-5", + "mode": "dark", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 16, + "y": 17.17, + "width": 361, + "height": 2162.06 + }, + "image": "tests/visual/baselines/montreal-fr/quotes/pixel-5-dark.png" + }, { "page": "/fr/montreal.html", "device": "pixel-5", @@ -3189,7 +4018,7 @@ }, "bbox": { "x": 16, - "y": 2446.53, + "y": 2570.27, "width": 361, "height": 111.25 }, @@ -3234,36 +4063,71 @@ "device": "pixel-5", "mode": "light", "region": "main", - "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Se rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Événements", + "text": "Pour garder l'IA sous contrôle, agissons maintenant L’IA redéfinit déjà nos emplois et notre vie quotidienne. Régulièrement, de nouveaux systèmes franchissent des seuils que l’on pensait lointains. D'après la plupart des experts en sécurité de l'IA, poursuivre cette course sans garde-fous fait peser un risque catastrophique sur l’humanité à court terme. La fenêtre se referme vite : agissons maintenant. Rejoindre S'abonner Discord Nous sommes une communauté de bénévoles qui visent à mitiger les risques de l’IA en convaincant les gouvernements à mettre sur pause le développement d’une IA superhumaine. PauseAI informe le public, parle aux décideurs politiques, et organise des événements. Rejoins-nous à l’un de nos événements ! Ou viens nous parler sur Discord. Pour vous abonner, envoyez un courriel à pauseai-mtl-subscribe@lists.riseup.net. À PauseAI Montréal, nous : Trouvons des personnes déjà sensibilisées à propos de l’IA à travers des événements ouverts à toutes et tous Nous rencontrons et discutons de l’encadrement et du déploiement sécuritaire de l’IA, afin que son impact soit bénéfique plutôt que nuisible Faisons de l’affichage et des activités de mobilisation à travers la ville Entrons en contact et parlons aux décideurs politiques afin de les pousser à légiférer pour rendre l’IA plus sûre … et plus à venir! Pour plus de contenu sur les risques de l’IA, visitez pauseai.info (site principale de PauseAI en anglais) ou pauseia.fr (site de PauseIA France en français). Ce que disent les experts 10 citations de leaders en IA Événements", "structure": { "tagCounts": { - "a": 9, + "a": 10, + "blockquote": 10, "br": 1, + "details": 1, "div": 1, + "em": 7, "h2": 1, - "h3": 1, + "h3": 2, "iframe": 1, "li": 5, - "p": 7, + "p": 17, "section": 1, - "span": 3, + "span": 4, + "strong": 10, + "summary": 1, "ul": 1 }, - "linkCount": 9, + "linkCount": 10, "imageCount": 0, "buttonCount": 0, - "headingCount": 2, + "headingCount": 3, "listItemCount": 5, - "elementCount": 31, - "textLength": 1501 + "elementCount": 73, + "textLength": 1559 }, "bbox": { "x": 16, "y": 0.91, "width": 361, - "height": 2445.63 + "height": 2569.36 }, "image": "tests/visual/baselines/montreal-fr/main/pixel-5-light.png" + }, + { + "page": "/fr/montreal.html", + "device": "pixel-5", + "mode": "light", + "region": "quotes", + "text": "10 citations de leaders en IA “Si… un [futur modèle d’IA] voulait semer le chaos et détruire l’humanité ou autre, je pense que nous n’avons fondamentalement aucune capacité de l’arrêter.” — Dario Amodei, PDG d’Anthropic (Claude) “L’IA mènera probablement à la fin du monde… mais en attendant, il y aura de grandes entreprises.” — Sam Altman, PDG d’OpenAI (ChatGPT) “Nous devons prendre les risques de l’IA aussi au sérieux que d’autres défis mondiaux majeurs.” — Demis Hassabis, PDG lauréat du prix Nobel de DeepMind (laboratoire IA de Google) “Il y a la possibilité que les IA échappent à tout contrôle.” — Bill Gates “À un certain stade… nous devons nous attendre à ce que les machines prennent le contrôle.” — Alan Turing, Inventeur de l’ordinateur moderne “L’IA superintelligente pourrait mener à la mise sous tutelle de l’humanité ou même à l’extinction humaine.” — Ilya Sutskever, Ancien scientifique en chef d’OpenAI (ChatGPT) “Les laboratoires d’IA jouent aux dés avec l’avenir de l’humanité.” — Yoshua Bengio, Chercheur de pointe en IA “Le développement d’une intelligence artificielle complète pourrait signifier la fin de la race humaine.” — Stephen Hawking “Dans un avenir proche, l’IA pourrait être utilisée pour créer de terribles nouveaux virus et d’horribles armes létales qui décident par elles-mêmes qui tuer ou mutiler.” — Geoff Hinton, “le parrain de l’IA” lauréat du prix Nobel “L’IA est bien plus dangereuse que les armes nucléaires. De loin.” — Elon Musk", + "structure": { + "tagCounts": { + "blockquote": 10, + "em": 7, + "p": 10, + "strong": 10, + "summary": 1 + }, + "linkCount": 0, + "imageCount": 0, + "buttonCount": 0, + "headingCount": 0, + "listItemCount": 0, + "elementCount": 38, + "textLength": 1477 + }, + "bbox": { + "x": 16, + "y": 17.17, + "width": 361, + "height": 2162.06 + }, + "image": "tests/visual/baselines/montreal-fr/quotes/pixel-5-light.png" } ] } diff --git a/tests/visual/baselines/action-mtl-en/footer/desktop-dark.png b/tests/visual/baselines/action-mtl-en/footer/desktop-dark.png index aab3407..e2c8f10 100644 Binary files a/tests/visual/baselines/action-mtl-en/footer/desktop-dark.png and b/tests/visual/baselines/action-mtl-en/footer/desktop-dark.png differ diff --git a/tests/visual/baselines/action-mtl-en/footer/desktop-light.png b/tests/visual/baselines/action-mtl-en/footer/desktop-light.png index e91720f..adb0ac3 100644 Binary files a/tests/visual/baselines/action-mtl-en/footer/desktop-light.png and b/tests/visual/baselines/action-mtl-en/footer/desktop-light.png differ diff --git a/tests/visual/baselines/action-mtl-en/footer/iphone-13-dark.png b/tests/visual/baselines/action-mtl-en/footer/iphone-13-dark.png index 8fac1a2..9238d9c 100644 Binary files a/tests/visual/baselines/action-mtl-en/footer/iphone-13-dark.png and b/tests/visual/baselines/action-mtl-en/footer/iphone-13-dark.png differ diff --git a/tests/visual/baselines/action-mtl-en/footer/iphone-13-light.png b/tests/visual/baselines/action-mtl-en/footer/iphone-13-light.png index 10afe8e..9ee4767 100644 Binary files a/tests/visual/baselines/action-mtl-en/footer/iphone-13-light.png and b/tests/visual/baselines/action-mtl-en/footer/iphone-13-light.png differ diff --git a/tests/visual/baselines/action-mtl-en/footer/pixel-5-dark.png b/tests/visual/baselines/action-mtl-en/footer/pixel-5-dark.png index c7baadf..2f05962 100644 Binary files a/tests/visual/baselines/action-mtl-en/footer/pixel-5-dark.png and b/tests/visual/baselines/action-mtl-en/footer/pixel-5-dark.png differ diff --git a/tests/visual/baselines/action-mtl-en/footer/pixel-5-light.png b/tests/visual/baselines/action-mtl-en/footer/pixel-5-light.png index 5fa0cb7..71afa40 100644 Binary files a/tests/visual/baselines/action-mtl-en/footer/pixel-5-light.png and b/tests/visual/baselines/action-mtl-en/footer/pixel-5-light.png differ diff --git a/tests/visual/baselines/action-mtl-en/header/desktop-dark.png b/tests/visual/baselines/action-mtl-en/header/desktop-dark.png index e913cd9..e32cba1 100644 Binary files a/tests/visual/baselines/action-mtl-en/header/desktop-dark.png and b/tests/visual/baselines/action-mtl-en/header/desktop-dark.png differ diff --git a/tests/visual/baselines/action-mtl-en/header/desktop-light.png b/tests/visual/baselines/action-mtl-en/header/desktop-light.png index 928ed93..e18c534 100644 Binary files a/tests/visual/baselines/action-mtl-en/header/desktop-light.png and b/tests/visual/baselines/action-mtl-en/header/desktop-light.png differ diff --git a/tests/visual/baselines/action-mtl-en/header/iphone-13-dark.png b/tests/visual/baselines/action-mtl-en/header/iphone-13-dark.png index 5bd016b..607a2cd 100644 Binary files a/tests/visual/baselines/action-mtl-en/header/iphone-13-dark.png and b/tests/visual/baselines/action-mtl-en/header/iphone-13-dark.png differ diff --git a/tests/visual/baselines/action-mtl-en/header/iphone-13-light.png b/tests/visual/baselines/action-mtl-en/header/iphone-13-light.png index b235cfa..35e3409 100644 Binary files a/tests/visual/baselines/action-mtl-en/header/iphone-13-light.png and b/tests/visual/baselines/action-mtl-en/header/iphone-13-light.png differ diff --git a/tests/visual/baselines/action-mtl-en/header/pixel-5-dark.png b/tests/visual/baselines/action-mtl-en/header/pixel-5-dark.png index 8eacd3f..02f00d9 100644 Binary files a/tests/visual/baselines/action-mtl-en/header/pixel-5-dark.png and b/tests/visual/baselines/action-mtl-en/header/pixel-5-dark.png differ diff --git a/tests/visual/baselines/action-mtl-en/header/pixel-5-light.png b/tests/visual/baselines/action-mtl-en/header/pixel-5-light.png index fd0e3c3..46672aa 100644 Binary files a/tests/visual/baselines/action-mtl-en/header/pixel-5-light.png and b/tests/visual/baselines/action-mtl-en/header/pixel-5-light.png differ diff --git a/tests/visual/baselines/action-mtl-en/main/desktop-dark.png b/tests/visual/baselines/action-mtl-en/main/desktop-dark.png index de1b8aa..fd77332 100644 Binary files a/tests/visual/baselines/action-mtl-en/main/desktop-dark.png and b/tests/visual/baselines/action-mtl-en/main/desktop-dark.png differ diff --git a/tests/visual/baselines/action-mtl-en/main/desktop-light.png b/tests/visual/baselines/action-mtl-en/main/desktop-light.png index c62c1f5..9cdd733 100644 Binary files a/tests/visual/baselines/action-mtl-en/main/desktop-light.png and b/tests/visual/baselines/action-mtl-en/main/desktop-light.png differ diff --git a/tests/visual/baselines/action-mtl-en/main/iphone-13-dark.png b/tests/visual/baselines/action-mtl-en/main/iphone-13-dark.png index 4835154..fe35fe0 100644 Binary files a/tests/visual/baselines/action-mtl-en/main/iphone-13-dark.png and b/tests/visual/baselines/action-mtl-en/main/iphone-13-dark.png differ diff --git a/tests/visual/baselines/action-mtl-en/main/iphone-13-light.png b/tests/visual/baselines/action-mtl-en/main/iphone-13-light.png index 04c9059..b4d8a3b 100644 Binary files a/tests/visual/baselines/action-mtl-en/main/iphone-13-light.png and b/tests/visual/baselines/action-mtl-en/main/iphone-13-light.png differ diff --git a/tests/visual/baselines/action-mtl-en/main/pixel-5-dark.png b/tests/visual/baselines/action-mtl-en/main/pixel-5-dark.png index dcac0f9..b61d9bd 100644 Binary files a/tests/visual/baselines/action-mtl-en/main/pixel-5-dark.png and b/tests/visual/baselines/action-mtl-en/main/pixel-5-dark.png differ diff --git a/tests/visual/baselines/action-mtl-en/main/pixel-5-light.png b/tests/visual/baselines/action-mtl-en/main/pixel-5-light.png index bd82adf..74a4403 100644 Binary files a/tests/visual/baselines/action-mtl-en/main/pixel-5-light.png and b/tests/visual/baselines/action-mtl-en/main/pixel-5-light.png differ diff --git a/tests/visual/baselines/home-en/footer/desktop-dark.png b/tests/visual/baselines/home-en/footer/desktop-dark.png index 11e1fc2..5fb9510 100644 Binary files a/tests/visual/baselines/home-en/footer/desktop-dark.png and b/tests/visual/baselines/home-en/footer/desktop-dark.png differ diff --git a/tests/visual/baselines/home-en/footer/desktop-light.png b/tests/visual/baselines/home-en/footer/desktop-light.png index ab677e7..afacbbf 100644 Binary files a/tests/visual/baselines/home-en/footer/desktop-light.png and b/tests/visual/baselines/home-en/footer/desktop-light.png differ diff --git a/tests/visual/baselines/home-en/footer/iphone-13-dark.png b/tests/visual/baselines/home-en/footer/iphone-13-dark.png index a059349..9276280 100644 Binary files a/tests/visual/baselines/home-en/footer/iphone-13-dark.png and b/tests/visual/baselines/home-en/footer/iphone-13-dark.png differ diff --git a/tests/visual/baselines/home-en/footer/iphone-13-light.png b/tests/visual/baselines/home-en/footer/iphone-13-light.png index 5f2ae83..be1de07 100644 Binary files a/tests/visual/baselines/home-en/footer/iphone-13-light.png and b/tests/visual/baselines/home-en/footer/iphone-13-light.png differ diff --git a/tests/visual/baselines/home-en/footer/pixel-5-dark.png b/tests/visual/baselines/home-en/footer/pixel-5-dark.png index 5a9e028..54a3fa0 100644 Binary files a/tests/visual/baselines/home-en/footer/pixel-5-dark.png and b/tests/visual/baselines/home-en/footer/pixel-5-dark.png differ diff --git a/tests/visual/baselines/home-en/footer/pixel-5-light.png b/tests/visual/baselines/home-en/footer/pixel-5-light.png index fa69b9e..9117317 100644 Binary files a/tests/visual/baselines/home-en/footer/pixel-5-light.png and b/tests/visual/baselines/home-en/footer/pixel-5-light.png differ diff --git a/tests/visual/baselines/home-en/header/desktop-dark.png b/tests/visual/baselines/home-en/header/desktop-dark.png index e9adfb3..e62a1e0 100644 Binary files a/tests/visual/baselines/home-en/header/desktop-dark.png and b/tests/visual/baselines/home-en/header/desktop-dark.png differ diff --git a/tests/visual/baselines/home-en/header/desktop-light.png b/tests/visual/baselines/home-en/header/desktop-light.png index bdf8767..9227f08 100644 Binary files a/tests/visual/baselines/home-en/header/desktop-light.png and b/tests/visual/baselines/home-en/header/desktop-light.png differ diff --git a/tests/visual/baselines/home-en/header/iphone-13-dark.png b/tests/visual/baselines/home-en/header/iphone-13-dark.png index 7e6cbd9..85319b9 100644 Binary files a/tests/visual/baselines/home-en/header/iphone-13-dark.png and b/tests/visual/baselines/home-en/header/iphone-13-dark.png differ diff --git a/tests/visual/baselines/home-en/header/iphone-13-light.png b/tests/visual/baselines/home-en/header/iphone-13-light.png index b020ac2..738432a 100644 Binary files a/tests/visual/baselines/home-en/header/iphone-13-light.png and b/tests/visual/baselines/home-en/header/iphone-13-light.png differ diff --git a/tests/visual/baselines/home-en/header/pixel-5-dark.png b/tests/visual/baselines/home-en/header/pixel-5-dark.png index 11ead96..eef78e4 100644 Binary files a/tests/visual/baselines/home-en/header/pixel-5-dark.png and b/tests/visual/baselines/home-en/header/pixel-5-dark.png differ diff --git a/tests/visual/baselines/home-en/header/pixel-5-light.png b/tests/visual/baselines/home-en/header/pixel-5-light.png index e92fdba..99c5143 100644 Binary files a/tests/visual/baselines/home-en/header/pixel-5-light.png and b/tests/visual/baselines/home-en/header/pixel-5-light.png differ diff --git a/tests/visual/baselines/home-en/main/desktop-dark.png b/tests/visual/baselines/home-en/main/desktop-dark.png index 9dc06ad..74639ab 100644 Binary files a/tests/visual/baselines/home-en/main/desktop-dark.png and b/tests/visual/baselines/home-en/main/desktop-dark.png differ diff --git a/tests/visual/baselines/home-en/main/desktop-light.png b/tests/visual/baselines/home-en/main/desktop-light.png index 33f8f0a..db0e54b 100644 Binary files a/tests/visual/baselines/home-en/main/desktop-light.png and b/tests/visual/baselines/home-en/main/desktop-light.png differ diff --git a/tests/visual/baselines/home-en/main/iphone-13-dark.png b/tests/visual/baselines/home-en/main/iphone-13-dark.png index 724b777..85f6783 100644 Binary files a/tests/visual/baselines/home-en/main/iphone-13-dark.png and b/tests/visual/baselines/home-en/main/iphone-13-dark.png differ diff --git a/tests/visual/baselines/home-en/main/iphone-13-light.png b/tests/visual/baselines/home-en/main/iphone-13-light.png index 5335e44..f1c8059 100644 Binary files a/tests/visual/baselines/home-en/main/iphone-13-light.png and b/tests/visual/baselines/home-en/main/iphone-13-light.png differ diff --git a/tests/visual/baselines/home-en/main/pixel-5-dark.png b/tests/visual/baselines/home-en/main/pixel-5-dark.png index 884e20e..ed36a2b 100644 Binary files a/tests/visual/baselines/home-en/main/pixel-5-dark.png and b/tests/visual/baselines/home-en/main/pixel-5-dark.png differ diff --git a/tests/visual/baselines/home-en/main/pixel-5-light.png b/tests/visual/baselines/home-en/main/pixel-5-light.png index 4f5dd39..3380ff9 100644 Binary files a/tests/visual/baselines/home-en/main/pixel-5-light.png and b/tests/visual/baselines/home-en/main/pixel-5-light.png differ diff --git a/tests/visual/baselines/home-en/quotes/desktop-dark.png b/tests/visual/baselines/home-en/quotes/desktop-dark.png new file mode 100644 index 0000000..0f8b63f Binary files /dev/null and b/tests/visual/baselines/home-en/quotes/desktop-dark.png differ diff --git a/tests/visual/baselines/home-en/quotes/desktop-light.png b/tests/visual/baselines/home-en/quotes/desktop-light.png new file mode 100644 index 0000000..6dedddd Binary files /dev/null and b/tests/visual/baselines/home-en/quotes/desktop-light.png differ diff --git a/tests/visual/baselines/home-en/quotes/iphone-13-dark.png b/tests/visual/baselines/home-en/quotes/iphone-13-dark.png new file mode 100644 index 0000000..c69d3c1 Binary files /dev/null and b/tests/visual/baselines/home-en/quotes/iphone-13-dark.png differ diff --git a/tests/visual/baselines/home-en/quotes/iphone-13-light.png b/tests/visual/baselines/home-en/quotes/iphone-13-light.png new file mode 100644 index 0000000..2eaa6d9 Binary files /dev/null and b/tests/visual/baselines/home-en/quotes/iphone-13-light.png differ diff --git a/tests/visual/baselines/home-en/quotes/pixel-5-dark.png b/tests/visual/baselines/home-en/quotes/pixel-5-dark.png new file mode 100644 index 0000000..854de41 Binary files /dev/null and b/tests/visual/baselines/home-en/quotes/pixel-5-dark.png differ diff --git a/tests/visual/baselines/home-en/quotes/pixel-5-light.png b/tests/visual/baselines/home-en/quotes/pixel-5-light.png new file mode 100644 index 0000000..b3ebe20 Binary files /dev/null and b/tests/visual/baselines/home-en/quotes/pixel-5-light.png differ diff --git a/tests/visual/baselines/home-fr/footer/desktop-dark.png b/tests/visual/baselines/home-fr/footer/desktop-dark.png index 11e1fc2..5fb9510 100644 Binary files a/tests/visual/baselines/home-fr/footer/desktop-dark.png and b/tests/visual/baselines/home-fr/footer/desktop-dark.png differ diff --git a/tests/visual/baselines/home-fr/footer/desktop-light.png b/tests/visual/baselines/home-fr/footer/desktop-light.png index ab677e7..afacbbf 100644 Binary files a/tests/visual/baselines/home-fr/footer/desktop-light.png and b/tests/visual/baselines/home-fr/footer/desktop-light.png differ diff --git a/tests/visual/baselines/home-fr/footer/iphone-13-dark.png b/tests/visual/baselines/home-fr/footer/iphone-13-dark.png index a059349..9276280 100644 Binary files a/tests/visual/baselines/home-fr/footer/iphone-13-dark.png and b/tests/visual/baselines/home-fr/footer/iphone-13-dark.png differ diff --git a/tests/visual/baselines/home-fr/footer/iphone-13-light.png b/tests/visual/baselines/home-fr/footer/iphone-13-light.png index 5f2ae83..be1de07 100644 Binary files a/tests/visual/baselines/home-fr/footer/iphone-13-light.png and b/tests/visual/baselines/home-fr/footer/iphone-13-light.png differ diff --git a/tests/visual/baselines/home-fr/footer/pixel-5-dark.png b/tests/visual/baselines/home-fr/footer/pixel-5-dark.png index 5a9e028..54a3fa0 100644 Binary files a/tests/visual/baselines/home-fr/footer/pixel-5-dark.png and b/tests/visual/baselines/home-fr/footer/pixel-5-dark.png differ diff --git a/tests/visual/baselines/home-fr/footer/pixel-5-light.png b/tests/visual/baselines/home-fr/footer/pixel-5-light.png index fa69b9e..9117317 100644 Binary files a/tests/visual/baselines/home-fr/footer/pixel-5-light.png and b/tests/visual/baselines/home-fr/footer/pixel-5-light.png differ diff --git a/tests/visual/baselines/home-fr/header/desktop-dark.png b/tests/visual/baselines/home-fr/header/desktop-dark.png index 390a0ff..c855a6e 100644 Binary files a/tests/visual/baselines/home-fr/header/desktop-dark.png and b/tests/visual/baselines/home-fr/header/desktop-dark.png differ diff --git a/tests/visual/baselines/home-fr/header/desktop-light.png b/tests/visual/baselines/home-fr/header/desktop-light.png index 89a3e4c..d46b4f0 100644 Binary files a/tests/visual/baselines/home-fr/header/desktop-light.png and b/tests/visual/baselines/home-fr/header/desktop-light.png differ diff --git a/tests/visual/baselines/home-fr/header/iphone-13-dark.png b/tests/visual/baselines/home-fr/header/iphone-13-dark.png index 7e6cbd9..85319b9 100644 Binary files a/tests/visual/baselines/home-fr/header/iphone-13-dark.png and b/tests/visual/baselines/home-fr/header/iphone-13-dark.png differ diff --git a/tests/visual/baselines/home-fr/header/iphone-13-light.png b/tests/visual/baselines/home-fr/header/iphone-13-light.png index b020ac2..738432a 100644 Binary files a/tests/visual/baselines/home-fr/header/iphone-13-light.png and b/tests/visual/baselines/home-fr/header/iphone-13-light.png differ diff --git a/tests/visual/baselines/home-fr/header/pixel-5-dark.png b/tests/visual/baselines/home-fr/header/pixel-5-dark.png index 11ead96..eef78e4 100644 Binary files a/tests/visual/baselines/home-fr/header/pixel-5-dark.png and b/tests/visual/baselines/home-fr/header/pixel-5-dark.png differ diff --git a/tests/visual/baselines/home-fr/header/pixel-5-light.png b/tests/visual/baselines/home-fr/header/pixel-5-light.png index e92fdba..99c5143 100644 Binary files a/tests/visual/baselines/home-fr/header/pixel-5-light.png and b/tests/visual/baselines/home-fr/header/pixel-5-light.png differ diff --git a/tests/visual/baselines/home-fr/main/desktop-dark.png b/tests/visual/baselines/home-fr/main/desktop-dark.png index c211155..457eb38 100644 Binary files a/tests/visual/baselines/home-fr/main/desktop-dark.png and b/tests/visual/baselines/home-fr/main/desktop-dark.png differ diff --git a/tests/visual/baselines/home-fr/main/desktop-light.png b/tests/visual/baselines/home-fr/main/desktop-light.png index 86885a1..90c9c84 100644 Binary files a/tests/visual/baselines/home-fr/main/desktop-light.png and b/tests/visual/baselines/home-fr/main/desktop-light.png differ diff --git a/tests/visual/baselines/home-fr/main/iphone-13-dark.png b/tests/visual/baselines/home-fr/main/iphone-13-dark.png index b9a73f8..aaf118f 100644 Binary files a/tests/visual/baselines/home-fr/main/iphone-13-dark.png and b/tests/visual/baselines/home-fr/main/iphone-13-dark.png differ diff --git a/tests/visual/baselines/home-fr/main/iphone-13-light.png b/tests/visual/baselines/home-fr/main/iphone-13-light.png index 639d5a2..ddbe91a 100644 Binary files a/tests/visual/baselines/home-fr/main/iphone-13-light.png and b/tests/visual/baselines/home-fr/main/iphone-13-light.png differ diff --git a/tests/visual/baselines/home-fr/main/pixel-5-dark.png b/tests/visual/baselines/home-fr/main/pixel-5-dark.png index 93287ee..26b32a8 100644 Binary files a/tests/visual/baselines/home-fr/main/pixel-5-dark.png and b/tests/visual/baselines/home-fr/main/pixel-5-dark.png differ diff --git a/tests/visual/baselines/home-fr/main/pixel-5-light.png b/tests/visual/baselines/home-fr/main/pixel-5-light.png index 8951ceb..01119c4 100644 Binary files a/tests/visual/baselines/home-fr/main/pixel-5-light.png and b/tests/visual/baselines/home-fr/main/pixel-5-light.png differ diff --git a/tests/visual/baselines/home-fr/quotes/desktop-dark.png b/tests/visual/baselines/home-fr/quotes/desktop-dark.png new file mode 100644 index 0000000..6005cf1 Binary files /dev/null and b/tests/visual/baselines/home-fr/quotes/desktop-dark.png differ diff --git a/tests/visual/baselines/home-fr/quotes/desktop-light.png b/tests/visual/baselines/home-fr/quotes/desktop-light.png new file mode 100644 index 0000000..6aa31dd Binary files /dev/null and b/tests/visual/baselines/home-fr/quotes/desktop-light.png differ diff --git a/tests/visual/baselines/home-fr/quotes/iphone-13-dark.png b/tests/visual/baselines/home-fr/quotes/iphone-13-dark.png new file mode 100644 index 0000000..2a56ba1 Binary files /dev/null and b/tests/visual/baselines/home-fr/quotes/iphone-13-dark.png differ diff --git a/tests/visual/baselines/home-fr/quotes/iphone-13-light.png b/tests/visual/baselines/home-fr/quotes/iphone-13-light.png new file mode 100644 index 0000000..da327e3 Binary files /dev/null and b/tests/visual/baselines/home-fr/quotes/iphone-13-light.png differ diff --git a/tests/visual/baselines/home-fr/quotes/pixel-5-dark.png b/tests/visual/baselines/home-fr/quotes/pixel-5-dark.png new file mode 100644 index 0000000..ca7821f Binary files /dev/null and b/tests/visual/baselines/home-fr/quotes/pixel-5-dark.png differ diff --git a/tests/visual/baselines/home-fr/quotes/pixel-5-light.png b/tests/visual/baselines/home-fr/quotes/pixel-5-light.png new file mode 100644 index 0000000..cffcd94 Binary files /dev/null and b/tests/visual/baselines/home-fr/quotes/pixel-5-light.png differ diff --git a/tests/visual/baselines/montreal-en/cta/desktop-dark.png b/tests/visual/baselines/montreal-en/cta/desktop-dark.png index e2e43f8..51e0c23 100644 Binary files a/tests/visual/baselines/montreal-en/cta/desktop-dark.png and b/tests/visual/baselines/montreal-en/cta/desktop-dark.png differ diff --git a/tests/visual/baselines/montreal-en/cta/desktop-light.png b/tests/visual/baselines/montreal-en/cta/desktop-light.png index d20b078..0f005e8 100644 Binary files a/tests/visual/baselines/montreal-en/cta/desktop-light.png and b/tests/visual/baselines/montreal-en/cta/desktop-light.png differ diff --git a/tests/visual/baselines/montreal-en/cta/iphone-13-dark.png b/tests/visual/baselines/montreal-en/cta/iphone-13-dark.png index 75c8d6d..1166766 100644 Binary files a/tests/visual/baselines/montreal-en/cta/iphone-13-dark.png and b/tests/visual/baselines/montreal-en/cta/iphone-13-dark.png differ diff --git a/tests/visual/baselines/montreal-en/cta/iphone-13-light.png b/tests/visual/baselines/montreal-en/cta/iphone-13-light.png index 2f2aa07..ff340e6 100644 Binary files a/tests/visual/baselines/montreal-en/cta/iphone-13-light.png and b/tests/visual/baselines/montreal-en/cta/iphone-13-light.png differ diff --git a/tests/visual/baselines/montreal-en/cta/pixel-5-dark.png b/tests/visual/baselines/montreal-en/cta/pixel-5-dark.png index 4dcc163..19b917f 100644 Binary files a/tests/visual/baselines/montreal-en/cta/pixel-5-dark.png and b/tests/visual/baselines/montreal-en/cta/pixel-5-dark.png differ diff --git a/tests/visual/baselines/montreal-en/cta/pixel-5-light.png b/tests/visual/baselines/montreal-en/cta/pixel-5-light.png index f06d46b..66810a3 100644 Binary files a/tests/visual/baselines/montreal-en/cta/pixel-5-light.png and b/tests/visual/baselines/montreal-en/cta/pixel-5-light.png differ diff --git a/tests/visual/baselines/montreal-en/footer/desktop-dark.png b/tests/visual/baselines/montreal-en/footer/desktop-dark.png index 246b230..55f480d 100644 Binary files a/tests/visual/baselines/montreal-en/footer/desktop-dark.png and b/tests/visual/baselines/montreal-en/footer/desktop-dark.png differ diff --git a/tests/visual/baselines/montreal-en/footer/desktop-light.png b/tests/visual/baselines/montreal-en/footer/desktop-light.png index e0cc08e..aeec90a 100644 Binary files a/tests/visual/baselines/montreal-en/footer/desktop-light.png and b/tests/visual/baselines/montreal-en/footer/desktop-light.png differ diff --git a/tests/visual/baselines/montreal-en/footer/iphone-13-dark.png b/tests/visual/baselines/montreal-en/footer/iphone-13-dark.png index 04e9aa0..0ccabb5 100644 Binary files a/tests/visual/baselines/montreal-en/footer/iphone-13-dark.png and b/tests/visual/baselines/montreal-en/footer/iphone-13-dark.png differ diff --git a/tests/visual/baselines/montreal-en/footer/iphone-13-light.png b/tests/visual/baselines/montreal-en/footer/iphone-13-light.png index 4cdf0e7..8b11ad6 100644 Binary files a/tests/visual/baselines/montreal-en/footer/iphone-13-light.png and b/tests/visual/baselines/montreal-en/footer/iphone-13-light.png differ diff --git a/tests/visual/baselines/montreal-en/footer/pixel-5-dark.png b/tests/visual/baselines/montreal-en/footer/pixel-5-dark.png index 7d8961b..06cce00 100644 Binary files a/tests/visual/baselines/montreal-en/footer/pixel-5-dark.png and b/tests/visual/baselines/montreal-en/footer/pixel-5-dark.png differ diff --git a/tests/visual/baselines/montreal-en/footer/pixel-5-light.png b/tests/visual/baselines/montreal-en/footer/pixel-5-light.png index f1160a4..04caa6a 100644 Binary files a/tests/visual/baselines/montreal-en/footer/pixel-5-light.png and b/tests/visual/baselines/montreal-en/footer/pixel-5-light.png differ diff --git a/tests/visual/baselines/montreal-en/header/desktop-dark.png b/tests/visual/baselines/montreal-en/header/desktop-dark.png index f8c483f..c0b4858 100644 Binary files a/tests/visual/baselines/montreal-en/header/desktop-dark.png and b/tests/visual/baselines/montreal-en/header/desktop-dark.png differ diff --git a/tests/visual/baselines/montreal-en/header/desktop-light.png b/tests/visual/baselines/montreal-en/header/desktop-light.png index 03a4d0f..2254324 100644 Binary files a/tests/visual/baselines/montreal-en/header/desktop-light.png and b/tests/visual/baselines/montreal-en/header/desktop-light.png differ diff --git a/tests/visual/baselines/montreal-en/header/iphone-13-dark.png b/tests/visual/baselines/montreal-en/header/iphone-13-dark.png index e706244..5494e8d 100644 Binary files a/tests/visual/baselines/montreal-en/header/iphone-13-dark.png and b/tests/visual/baselines/montreal-en/header/iphone-13-dark.png differ diff --git a/tests/visual/baselines/montreal-en/header/iphone-13-light.png b/tests/visual/baselines/montreal-en/header/iphone-13-light.png index 9def651..2f9c235 100644 Binary files a/tests/visual/baselines/montreal-en/header/iphone-13-light.png and b/tests/visual/baselines/montreal-en/header/iphone-13-light.png differ diff --git a/tests/visual/baselines/montreal-en/header/pixel-5-dark.png b/tests/visual/baselines/montreal-en/header/pixel-5-dark.png index ff988ec..e6361b8 100644 Binary files a/tests/visual/baselines/montreal-en/header/pixel-5-dark.png and b/tests/visual/baselines/montreal-en/header/pixel-5-dark.png differ diff --git a/tests/visual/baselines/montreal-en/header/pixel-5-light.png b/tests/visual/baselines/montreal-en/header/pixel-5-light.png index 08e222f..ac406e0 100644 Binary files a/tests/visual/baselines/montreal-en/header/pixel-5-light.png and b/tests/visual/baselines/montreal-en/header/pixel-5-light.png differ diff --git a/tests/visual/baselines/montreal-en/main/desktop-dark.png b/tests/visual/baselines/montreal-en/main/desktop-dark.png index 8ce78b9..e832e9b 100644 Binary files a/tests/visual/baselines/montreal-en/main/desktop-dark.png and b/tests/visual/baselines/montreal-en/main/desktop-dark.png differ diff --git a/tests/visual/baselines/montreal-en/main/desktop-light.png b/tests/visual/baselines/montreal-en/main/desktop-light.png index c9f70ca..2be50f3 100644 Binary files a/tests/visual/baselines/montreal-en/main/desktop-light.png and b/tests/visual/baselines/montreal-en/main/desktop-light.png differ diff --git a/tests/visual/baselines/montreal-en/main/iphone-13-dark.png b/tests/visual/baselines/montreal-en/main/iphone-13-dark.png index 4ed1291..ce0012a 100644 Binary files a/tests/visual/baselines/montreal-en/main/iphone-13-dark.png and b/tests/visual/baselines/montreal-en/main/iphone-13-dark.png differ diff --git a/tests/visual/baselines/montreal-en/main/iphone-13-light.png b/tests/visual/baselines/montreal-en/main/iphone-13-light.png index aa0d596..945fc84 100644 Binary files a/tests/visual/baselines/montreal-en/main/iphone-13-light.png and b/tests/visual/baselines/montreal-en/main/iphone-13-light.png differ diff --git a/tests/visual/baselines/montreal-en/main/pixel-5-dark.png b/tests/visual/baselines/montreal-en/main/pixel-5-dark.png index ab94790..147fc6e 100644 Binary files a/tests/visual/baselines/montreal-en/main/pixel-5-dark.png and b/tests/visual/baselines/montreal-en/main/pixel-5-dark.png differ diff --git a/tests/visual/baselines/montreal-en/main/pixel-5-light.png b/tests/visual/baselines/montreal-en/main/pixel-5-light.png index d578511..645bf84 100644 Binary files a/tests/visual/baselines/montreal-en/main/pixel-5-light.png and b/tests/visual/baselines/montreal-en/main/pixel-5-light.png differ diff --git a/tests/visual/baselines/montreal-en/quotes/desktop-dark.png b/tests/visual/baselines/montreal-en/quotes/desktop-dark.png new file mode 100644 index 0000000..c7165b7 Binary files /dev/null and b/tests/visual/baselines/montreal-en/quotes/desktop-dark.png differ diff --git a/tests/visual/baselines/montreal-en/quotes/desktop-light.png b/tests/visual/baselines/montreal-en/quotes/desktop-light.png new file mode 100644 index 0000000..d505e9c Binary files /dev/null and b/tests/visual/baselines/montreal-en/quotes/desktop-light.png differ diff --git a/tests/visual/baselines/montreal-en/quotes/iphone-13-dark.png b/tests/visual/baselines/montreal-en/quotes/iphone-13-dark.png new file mode 100644 index 0000000..ca0398c Binary files /dev/null and b/tests/visual/baselines/montreal-en/quotes/iphone-13-dark.png differ diff --git a/tests/visual/baselines/montreal-en/quotes/iphone-13-light.png b/tests/visual/baselines/montreal-en/quotes/iphone-13-light.png new file mode 100644 index 0000000..1613133 Binary files /dev/null and b/tests/visual/baselines/montreal-en/quotes/iphone-13-light.png differ diff --git a/tests/visual/baselines/montreal-en/quotes/pixel-5-dark.png b/tests/visual/baselines/montreal-en/quotes/pixel-5-dark.png new file mode 100644 index 0000000..a49f6a0 Binary files /dev/null and b/tests/visual/baselines/montreal-en/quotes/pixel-5-dark.png differ diff --git a/tests/visual/baselines/montreal-en/quotes/pixel-5-light.png b/tests/visual/baselines/montreal-en/quotes/pixel-5-light.png new file mode 100644 index 0000000..fda02c2 Binary files /dev/null and b/tests/visual/baselines/montreal-en/quotes/pixel-5-light.png differ diff --git a/tests/visual/baselines/montreal-fr/cta/desktop-dark.png b/tests/visual/baselines/montreal-fr/cta/desktop-dark.png index 6be67c9..0c0f7af 100644 Binary files a/tests/visual/baselines/montreal-fr/cta/desktop-dark.png and b/tests/visual/baselines/montreal-fr/cta/desktop-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/cta/desktop-light.png b/tests/visual/baselines/montreal-fr/cta/desktop-light.png index 8c8c7e0..2168080 100644 Binary files a/tests/visual/baselines/montreal-fr/cta/desktop-light.png and b/tests/visual/baselines/montreal-fr/cta/desktop-light.png differ diff --git a/tests/visual/baselines/montreal-fr/cta/iphone-13-dark.png b/tests/visual/baselines/montreal-fr/cta/iphone-13-dark.png index eea5c11..1fbb230 100644 Binary files a/tests/visual/baselines/montreal-fr/cta/iphone-13-dark.png and b/tests/visual/baselines/montreal-fr/cta/iphone-13-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/cta/iphone-13-light.png b/tests/visual/baselines/montreal-fr/cta/iphone-13-light.png index 06d92de..60d8168 100644 Binary files a/tests/visual/baselines/montreal-fr/cta/iphone-13-light.png and b/tests/visual/baselines/montreal-fr/cta/iphone-13-light.png differ diff --git a/tests/visual/baselines/montreal-fr/cta/pixel-5-dark.png b/tests/visual/baselines/montreal-fr/cta/pixel-5-dark.png index ce4849c..94656a3 100644 Binary files a/tests/visual/baselines/montreal-fr/cta/pixel-5-dark.png and b/tests/visual/baselines/montreal-fr/cta/pixel-5-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/cta/pixel-5-light.png b/tests/visual/baselines/montreal-fr/cta/pixel-5-light.png index 20ccf0c..e1df085 100644 Binary files a/tests/visual/baselines/montreal-fr/cta/pixel-5-light.png and b/tests/visual/baselines/montreal-fr/cta/pixel-5-light.png differ diff --git a/tests/visual/baselines/montreal-fr/footer/desktop-dark.png b/tests/visual/baselines/montreal-fr/footer/desktop-dark.png index e13a51f..c81f9d3 100644 Binary files a/tests/visual/baselines/montreal-fr/footer/desktop-dark.png and b/tests/visual/baselines/montreal-fr/footer/desktop-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/footer/desktop-light.png b/tests/visual/baselines/montreal-fr/footer/desktop-light.png index e4996cb..1cbf95f 100644 Binary files a/tests/visual/baselines/montreal-fr/footer/desktop-light.png and b/tests/visual/baselines/montreal-fr/footer/desktop-light.png differ diff --git a/tests/visual/baselines/montreal-fr/footer/iphone-13-dark.png b/tests/visual/baselines/montreal-fr/footer/iphone-13-dark.png index c3fd21c..2492d49 100644 Binary files a/tests/visual/baselines/montreal-fr/footer/iphone-13-dark.png and b/tests/visual/baselines/montreal-fr/footer/iphone-13-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/footer/iphone-13-light.png b/tests/visual/baselines/montreal-fr/footer/iphone-13-light.png index 05bf3df..1413f70 100644 Binary files a/tests/visual/baselines/montreal-fr/footer/iphone-13-light.png and b/tests/visual/baselines/montreal-fr/footer/iphone-13-light.png differ diff --git a/tests/visual/baselines/montreal-fr/footer/pixel-5-dark.png b/tests/visual/baselines/montreal-fr/footer/pixel-5-dark.png index 0c7b946..8dc7ff9 100644 Binary files a/tests/visual/baselines/montreal-fr/footer/pixel-5-dark.png and b/tests/visual/baselines/montreal-fr/footer/pixel-5-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/footer/pixel-5-light.png b/tests/visual/baselines/montreal-fr/footer/pixel-5-light.png index f11be55..9c51351 100644 Binary files a/tests/visual/baselines/montreal-fr/footer/pixel-5-light.png and b/tests/visual/baselines/montreal-fr/footer/pixel-5-light.png differ diff --git a/tests/visual/baselines/montreal-fr/header/desktop-dark.png b/tests/visual/baselines/montreal-fr/header/desktop-dark.png index 0567cce..b6ae61d 100644 Binary files a/tests/visual/baselines/montreal-fr/header/desktop-dark.png and b/tests/visual/baselines/montreal-fr/header/desktop-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/header/desktop-light.png b/tests/visual/baselines/montreal-fr/header/desktop-light.png index 68edffa..08956a5 100644 Binary files a/tests/visual/baselines/montreal-fr/header/desktop-light.png and b/tests/visual/baselines/montreal-fr/header/desktop-light.png differ diff --git a/tests/visual/baselines/montreal-fr/header/iphone-13-dark.png b/tests/visual/baselines/montreal-fr/header/iphone-13-dark.png index 01ec020..756bcf6 100644 Binary files a/tests/visual/baselines/montreal-fr/header/iphone-13-dark.png and b/tests/visual/baselines/montreal-fr/header/iphone-13-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/header/iphone-13-light.png b/tests/visual/baselines/montreal-fr/header/iphone-13-light.png index 4c5f889..357e400 100644 Binary files a/tests/visual/baselines/montreal-fr/header/iphone-13-light.png and b/tests/visual/baselines/montreal-fr/header/iphone-13-light.png differ diff --git a/tests/visual/baselines/montreal-fr/header/pixel-5-dark.png b/tests/visual/baselines/montreal-fr/header/pixel-5-dark.png index 7bd2142..78de187 100644 Binary files a/tests/visual/baselines/montreal-fr/header/pixel-5-dark.png and b/tests/visual/baselines/montreal-fr/header/pixel-5-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/header/pixel-5-light.png b/tests/visual/baselines/montreal-fr/header/pixel-5-light.png index 3899a99..54656ad 100644 Binary files a/tests/visual/baselines/montreal-fr/header/pixel-5-light.png and b/tests/visual/baselines/montreal-fr/header/pixel-5-light.png differ diff --git a/tests/visual/baselines/montreal-fr/main/desktop-dark.png b/tests/visual/baselines/montreal-fr/main/desktop-dark.png index 75f24f0..6aff80b 100644 Binary files a/tests/visual/baselines/montreal-fr/main/desktop-dark.png and b/tests/visual/baselines/montreal-fr/main/desktop-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/main/desktop-light.png b/tests/visual/baselines/montreal-fr/main/desktop-light.png index 145a197..c9b5033 100644 Binary files a/tests/visual/baselines/montreal-fr/main/desktop-light.png and b/tests/visual/baselines/montreal-fr/main/desktop-light.png differ diff --git a/tests/visual/baselines/montreal-fr/main/iphone-13-dark.png b/tests/visual/baselines/montreal-fr/main/iphone-13-dark.png index c031c28..4de31a4 100644 Binary files a/tests/visual/baselines/montreal-fr/main/iphone-13-dark.png and b/tests/visual/baselines/montreal-fr/main/iphone-13-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/main/iphone-13-light.png b/tests/visual/baselines/montreal-fr/main/iphone-13-light.png index 429247a..b2d02ca 100644 Binary files a/tests/visual/baselines/montreal-fr/main/iphone-13-light.png and b/tests/visual/baselines/montreal-fr/main/iphone-13-light.png differ diff --git a/tests/visual/baselines/montreal-fr/main/pixel-5-dark.png b/tests/visual/baselines/montreal-fr/main/pixel-5-dark.png index 702d11a..81ba807 100644 Binary files a/tests/visual/baselines/montreal-fr/main/pixel-5-dark.png and b/tests/visual/baselines/montreal-fr/main/pixel-5-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/main/pixel-5-light.png b/tests/visual/baselines/montreal-fr/main/pixel-5-light.png index fc0886b..a699762 100644 Binary files a/tests/visual/baselines/montreal-fr/main/pixel-5-light.png and b/tests/visual/baselines/montreal-fr/main/pixel-5-light.png differ diff --git a/tests/visual/baselines/montreal-fr/quotes/desktop-dark.png b/tests/visual/baselines/montreal-fr/quotes/desktop-dark.png new file mode 100644 index 0000000..4e98392 Binary files /dev/null and b/tests/visual/baselines/montreal-fr/quotes/desktop-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/quotes/desktop-light.png b/tests/visual/baselines/montreal-fr/quotes/desktop-light.png new file mode 100644 index 0000000..71acd33 Binary files /dev/null and b/tests/visual/baselines/montreal-fr/quotes/desktop-light.png differ diff --git a/tests/visual/baselines/montreal-fr/quotes/iphone-13-dark.png b/tests/visual/baselines/montreal-fr/quotes/iphone-13-dark.png new file mode 100644 index 0000000..f440db7 Binary files /dev/null and b/tests/visual/baselines/montreal-fr/quotes/iphone-13-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/quotes/iphone-13-light.png b/tests/visual/baselines/montreal-fr/quotes/iphone-13-light.png new file mode 100644 index 0000000..d8b5214 Binary files /dev/null and b/tests/visual/baselines/montreal-fr/quotes/iphone-13-light.png differ diff --git a/tests/visual/baselines/montreal-fr/quotes/pixel-5-dark.png b/tests/visual/baselines/montreal-fr/quotes/pixel-5-dark.png new file mode 100644 index 0000000..8a07775 Binary files /dev/null and b/tests/visual/baselines/montreal-fr/quotes/pixel-5-dark.png differ diff --git a/tests/visual/baselines/montreal-fr/quotes/pixel-5-light.png b/tests/visual/baselines/montreal-fr/quotes/pixel-5-light.png new file mode 100644 index 0000000..ffa6228 Binary files /dev/null and b/tests/visual/baselines/montreal-fr/quotes/pixel-5-light.png differ diff --git a/tests/visual/regions.json b/tests/visual/regions.json index ce9a76b..22fbc18 100644 --- a/tests/visual/regions.json +++ b/tests/visual/regions.json @@ -11,7 +11,7 @@ "pages": ["montreal-en", "montreal-fr"], "devices": ["desktop", "iphone-13"], "modes": ["light", "dark"], - "regions": ["header", "cta", "main", "footer"] + "regions": ["header", "cta", "main", "footer", "quotes"] }, "full": {} }, @@ -23,7 +23,8 @@ "regions": [ { "id": "header", "selector": ".header", "ocr": false }, { "id": "main", "selector": ".main", "minOcrScore": 0.91 }, - { "id": "footer", "selector": ".footer", "ocr": false, "layout": "size" } + { "id": "footer", "selector": ".footer", "ocr": false, "layout": "size" }, + { "id": "quotes", "selector": ".main details:not(.toc)", "minOcrScore": 0.91, "beforeCapture": "document.querySelector('.main details:not(.toc)').open = true" } ] }, { @@ -33,7 +34,8 @@ "regions": [ { "id": "header", "selector": ".header", "ocr": false }, { "id": "main", "selector": ".main", "minOcrScore": 0.91 }, - { "id": "footer", "selector": ".footer", "ocr": false, "layout": "size" } + { "id": "footer", "selector": ".footer", "ocr": false, "layout": "size" }, + { "id": "quotes", "selector": ".main details:not(.toc)", "minOcrScore": 0.91, "beforeCapture": "document.querySelector('.main details:not(.toc)').open = true" } ] }, { @@ -44,7 +46,8 @@ { "id": "header", "selector": ".header", "ocr": false }, { "id": "cta", "selector": ".shared-cta", "minOcrScore": 0.95 }, { "id": "main", "selector": ".main", "minOcrScore": 0.91 }, - { "id": "footer", "selector": ".footer", "ocr": false, "layout": "size" } + { "id": "footer", "selector": ".footer", "ocr": false, "layout": "size" }, + { "id": "quotes", "selector": ".main details:not(.toc)", "minOcrScore": 0.91, "beforeCapture": "document.querySelector('.main details:not(.toc)').open = true" } ] }, { @@ -54,8 +57,9 @@ "regions": [ { "id": "header", "selector": ".header", "ocr": false }, { "id": "cta", "selector": ".shared-cta", "minOcrScore": 0.95 }, - { "id": "main", "selector": ".main", "minOcrScore": 0.91 }, - { "id": "footer", "selector": ".footer", "ocr": false, "layout": "size" } + { "id": "main", "selector": ".main", "minOcrScore": 0.90 }, + { "id": "footer", "selector": ".footer", "ocr": false, "layout": "size" }, + { "id": "quotes", "selector": ".main details:not(.toc)", "minOcrScore": 0.91, "beforeCapture": "document.querySelector('.main details:not(.toc)').open = true" } ] }, {