Commit 960ea499 authored by Claude Meny's avatar Claude Meny

Delete sous-titre-ondes-periodiques_L1200.jpg

parent c2f605da
Pipeline #18837 canceled with stage
<!DOCTYPE html>
<html lang="en">
<head><script>
Object.defineProperty(navigator, 'userAgent', {get: function () { return 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.4' }, configurable: true });
function shuffle(array) {
var currentIndex = array.length, tempValue, randomIndex;
while (0 !== currentIndex) {
randomIndex = Math.floor(Math.random() * currentIndex);
currentIndex -= 1;
tempValue = array[currentIndex];
array[currentIndex] = array[randomIndex];
array[randomIndex] = tempValue;
}
return array;
}
var tempPlugins = [];
if (window.navigator.plugins) {
if (window.navigator.plugins.length) {
var navigatorPluginsLength = window.navigator.plugins.length,
navigatorPlugins = window.navigator.plugins;
Object.setPrototypeOf(navigatorPlugins, Array.prototype);
navigatorPlugins.length = navigatorPluginsLength;
navigatorPlugins.forEach(function(plugin) {
var tempPlugin = {
name: plugin.name,
description: plugin.description,
filename: plugin.filename,
version: plugin.version,
length: plugin.length,
item: function(index) { return this[index] || null; },
namedItem: function(name) { return this[name] || null; }
};
var tempPluginsLength = plugin.length;
Object.setPrototypeOf(plugin, Array.prototype);
plugin.length = tempPluginsLength;
plugin.forEach(function(mime, i) {
tempPlugin[i] = tempPlugin[mime.type] = mime;
});
Object.setPrototypeOf(tempPlugin, Plugin.prototype);
tempPlugins.push(tempPlugin);
});
}
}
var injectedPlugins = [{'filename': 'remotetester', 'name': 'RemoteTester', 'description': 'Remote access testing plugin', '0': {'type': 'application/remote-tester', 'description': '', 'suffixes': ''}}, {'filename': 'chanwebplugin', 'name': 'ChanWebPlugin', 'description': 'Chanw checking plugin', '0': {'type': 'application/chan-web', 'description': '', 'suffixes': ''}}];
if (injectedPlugins) {
injectedPlugins.forEach(function(plugin, v) {
var tempPlugin = {
name: plugin.name,
description: plugin.description,
filename: plugin.filename,
version: undefined,
length: 1,
item: function(index) { return this[index] || null; },
namedItem: function(name) { return this[name] || null; }
};
var tempMime = {
description: plugin[0].description,
suffixes: plugin[0].suffixes,
type: plugin[0].type,
enabledPlugin: null
};
Object.setPrototypeOf(tempMime, MimeType.prototype);
tempPlugin[0] = tempPlugin[tempMime.type] = tempMime;
Object.setPrototypeOf(tempPlugin, Plugin.prototype);
tempPlugins.push(tempPlugin);
});
}
var resultPlugins = {
length: tempPlugins.length,
item: function(index) { return this[index] || null; },
namedItem: function(name) { return this[name] || null; },
refresh: function() {}
};
tempPlugins = shuffle(tempPlugins);
tempPlugins.forEach(function(plugin, i) {
resultPlugins[i] = resultPlugins[plugin.name] = plugin;
});
Object.setPrototypeOf(resultPlugins, PluginArray.prototype);
Object.defineProperty(window.navigator, 'plugins', {
get: function() {
return resultPlugins;
},
enumerable: true,
configurable: true
});
</script>
<meta charset="utf-8" />
<title>
Error 404 | Page not Found | M3P2
</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="GravCMS" />
<meta name="description" content="M3P2 provides online courses for free." />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" type="image/png" href="/user/themes/textbook/images/favicon.png" />
<link rel="canonical" href="https://m3p2.com/en" />
<link href="/user/plugins/diagrams/css/mermaid.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/markdown-notices/assets/notices.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/language-selector/css/language-selector.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/mathjax/assets/css/mathjax.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/highlight/css/default.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/login/css/login.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/form/assets/form-styles.css" type="text/css" rel="stylesheet">
<link href="/user/themes/quark/css-compiled/spectre.min.css" type="text/css" rel="stylesheet">
<link href="/user/themes/quark/css-compiled/spectre-icons.min.css" type="text/css" rel="stylesheet">
<link href="/user/themes/quark/css-compiled/theme.min.css" type="text/css" rel="stylesheet">
<link href="/user/themes/textbook/css/custom.css" type="text/css" rel="stylesheet">
<link href="/user/themes/quark/css/line-awesome.min.css" type="text/css" rel="stylesheet">
<script src="/user/plugins/diagrams/js/underscore-min.js"></script>
<script src="/user/plugins/diagrams/js/raphael-min.js"></script>
<script src="/user/plugins/diagrams/js/sequence-diagram-min.js"></script>
<script src="/user/plugins/diagrams/js/flowchart-latest.js"></script>
<script src="/user/plugins/diagrams/js/mermaid.min.js"></script>
<script src="/user/plugins/anchors/js/anchor.min.js"></script>
<script src="/user/plugins/language-selector/js/language-selector.js"></script>
<script src="/user/plugins/mathjax/assets/js/mathjax.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="/user/plugins/highlight/js/highlight.pack.js"></script>
<script>
$(document).ready(function() {
mermaid.initialize({startOnLoad:true});
mermaid.ganttConfig = {
axisFormatter: [["%d-%m-%Y", function (d){return d.getDay() == 1;}]]
};
$(".diagram").sequenceDiagram({theme: 'simple'});
var parent = document.getElementsByClassName("flow");
for(var i=0;i<parent.length;i++) {
var data = parent[i].innerHTML.replace(/&lt;/g, '<').replace(/&gt;/g, '>');
parent[i].innerHTML = "";
var chart = flowchart.parse(data);
chart.drawSVG('canvas_'+i, {
'font-size': 14,
'font-color': 'black',
'line-color': 'black',
'element-color': 'black',
'yes-text': 'yes',
'no-text': 'no',
// More informations : http://flowchart.js.org
'flowstate' : {
'simple': {'fill' : '#FFFFFF'},
'positive': {'fill' : '#387EF5'},
'success': { 'fill' : '#9FF781'},
'invalid': {'fill' : '#FA8258'},
'calm': {'fill' : '#11C1F3'},
'royal': {'fill' : '#CF86E9'},
'energized': {'fill' : 'F3FD60'},
}
});
}
});
</script>
<script>
$(document).ready(function() {
anchors.options = {
visible: 'hover',
placement: 'right',
truncate: 64
};
anchors.add('h1,h2,h3,h4,h5');
});
</script>
<script>
hljs.initHighlightingOnLoad();
</script>
</head>
<body id="top" class="">
<div id="page-wrapper">
<section id="header" class="section">
<section class="container grid-lg">
<nav class="navbar">
<section class="navbar-section logo">
<a href="/en" class="navbar-brand mr-10">
<img src="/user/themes/textbook/images/logo/m3p2-logo-with-text-white-optimized-390x150.gif" alt="M3P2" />
</a> </section>
<section class="navbar-section">
<div class="navbar-section-layout"> <div class="dropdown-navigation">
<div class="dropdown-selector">
<button class="btn dropdown-menu-button" type="button">
<img alt="English" src="/user/plugins/language-selector/flags/en.png" />
<i class="fa fa-caret-down"></i>
</button>
<ul class="dropdown-menu" >
<li>
<a href="/en">
<img alt="English" src="/user/plugins/language-selector/flags/en.png" />
English
</a>
</li>
<li>
<a href="/fr">
<img alt="Français" src="/user/plugins/language-selector/flags/fr.png" />
Français
</a>
</li>
<li>
<a href="/es">
<img alt="Español" src="/user/plugins/language-selector/flags/es.png" />
Español
</a>
</li>
<li>
<a href="/polyglot">
<img alt="Rosetta" src="/user/plugins/m3-p2/flags/xx.png" />
Multilingual
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
</nav>
</section>
</section>
<input id="mobile-navigation-toggle" tabindex="1" type="checkbox">
<div class="mobile-menu">
<div class="button_container">
<span class="top"></span>
<span class="middle"></span>
<span class="bottom"></span>
<div class="mobile-container">
<div class="overlay" id="overlay">
<div class="mobile-logo">
<a href="/en" class="navbar-brand mr-10">
<img src="/user/themes/textbook/images/logo/m3p2-logo-with-text-black-optimized-390x150.gif" alt="M3P2" />
</a> </div>
<nav class="overlay-menu">
<ul>
<li>
<details>
<summary>
<a href="/en/m3p2-curriculum">
Curriculum
</a>
</summary>
<ul>
<li>
<a href="/en/m3p2-curriculum/physics-chemistry-biology">
From my perceptions of the external world,<br>To physics, chemistry, biology, and to industrial and environmental sciences<br><br>
</a>
</li>
<li>
<a href="/en/m3p2-curriculum/mathematic">
From my inner logic and mental representations,<br> To mathematics, to modeling and algorithmic<br><br><br>
</a>
</li>
<li>
<a href="/en/m3p2-curriculum/technologies">
From my knowledge of the technological world, my wish to design, organize and carry out,<br> To design and management of projects, and technical achievements
</a>
</li>
<li>
<a href="/en/m3p2-curriculum/I-think-so-I-am">
From my situation in space and time, in the universe, the biosphere and the humanity,<br> To astrophysics, biology, ecology and anthropology
</a>
</li>
<li>
<a href="/en/m3p2-curriculum/physiology">
From the knowledge of my body and its needs,<br> To physiology, hygiene and prevention<br><br><br>
</a>
</li>
<li>
<a href="/en/m3p2-curriculum/psychology">
From my knowledge of the mental being and its needs, <br> To the humanities and to psychology<br><br>
</a>
</li>
<li>
<a href="/en/m3p2-curriculum/social">
From my perception of myself and others,<br> To the humanities, social and economic sciences
</a>
</li>
<li>
<details>
<summary>
<a href="/en/m3p2-curriculum/communication">
Introduce me, present my projects, listen and understand you, work in team, and learn another language<br><br>
</a>
</summary>
<ul>
<li>
<a href="/en/m3p2-curriculum/communication/learn_english">
Understanding, speaking and writing English
</a>
</li>
<li>
<a href="/en/m3p2-curriculum/communication/learn_spanish">
Understanding, speaking and writing Spanish
</a>
</li>
<li>
<a href="/en/m3p2-curriculum/communication/learn_french">
Understanding, speaking and writing French
</a>
</li>
</ul>
</details>
</li>
</ul>
</details>
</li>
<li>
<details>
<summary>
<a href="/en/m3p2_objectives">
Objectives
</a>
</summary>
<ul>
<li>
<a href="/en/m3p2_objectives/objectives">
The M3P2 objectives
</a>
</li>
<li>
<a href="/en/m3p2_objectives/spirit">
The spirit of the pedagogy
</a>
</li>
</ul>
</details>
</li>
<li>
<details>
<summary>
<a href="/en/m3p2_pedagogy">
Structure & Pedagogy
</a>
</summary>
<ul>
<li>
<a href="/en/m3p2_pedagogy/m3p2-structure">
A curriculum structured in 8 main subject areas
</a>
</li>
<li>
<a href="/en/m3p2_pedagogy/m3p2-pedagogy">
Different modes of presentation to adapt to each one
</a>
</li>
</ul>
</details>
</li>
<li>
<a href="/en/m3p2-team">
Team & Partners
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<section id="start">
<section id="body-wrapper" class="section">
<section class="container grid-lg">
<div id="error">
<div>
<h1>Error 404</h1>
<p>
<p>Woops. Looks like this page doesn't exist.</p>
</p>
</div>
</div>
</section>
</section>
</section>
</div>
<section id="footer" class="section bg-gray">
<section class="container grid-lg">
<p>
<i class="fa fa-code"></i>
with <i class="fa fa-heart-o pulse"></i>
by <a href="/authors" class="science"><i class="fa fa-flask"></i></a>
and <a href="https://antoine.goutenoir.com" class="ljbac"><i class="fa fa-cube"></i></a>.
</p>
</section>
</section>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment