From 156fb4277a2ff6eddb1a306732cb65831370ad0e Mon Sep 17 00:00:00 2001 From: mose Date: Mon, 18 Jul 2022 17:13:30 +0800 Subject: [PATCH] prepare migration to distrilab --- scripts/generate.sh | 8 +- scripts/generate_chat_stat_daily.py | 2 +- scripts/generate_chat_stat_monthly.py | 2 +- scripts/generate_global_info.py | 2 +- site/data/.keep | 0 site/data/chat.json | 1 - site/data/chat_stat_daily.json | 1 - site/data/chat_stat_monthly.json | 1 - site/data/global.json | 1 - site/data/idees.json | 26 -- site/data/rencontres.json | 48 -- site/data/tube.json | 622 -------------------------- site/data/wiki.json | 26 -- 13 files changed, 7 insertions(+), 733 deletions(-) create mode 100644 site/data/.keep delete mode 100644 site/data/chat.json delete mode 100644 site/data/chat_stat_daily.json delete mode 100644 site/data/chat_stat_monthly.json delete mode 100644 site/data/global.json delete mode 100644 site/data/idees.json delete mode 100644 site/data/rencontres.json delete mode 100644 site/data/tube.json delete mode 100644 site/data/wiki.json diff --git a/scripts/generate.sh b/scripts/generate.sh index fc4b786..a0795b6 100644 --- a/scripts/generate.sh +++ b/scripts/generate.sh @@ -13,10 +13,10 @@ wget -O ./site/data/rencontres.json https://wiki.crapaud-fou.org/rencontres.php wget -O ./site/data/tube.json "https://tube.crapaud-fou.org/feeds/videos.json?sort=-publishedAt&filter=local" # chat -wget -O ./site/data/chat_stat_monthly.json https://idees.crapaud-fou.org/data/chat_stat_monthly.json -wget -O ./site/data/chat_stat_daily.json https://idees.crapaud-fou.org/data/chat_stat_daily.json -wget -O ./site/data/chat.json https://idees.crapaud-fou.org/data/chat.json +# wget -O ./site/data/chat_stat_monthly.json https://idees.crapaud-fou.org/data/chat_stat_monthly.json +# wget -O ./site/data/chat_stat_daily.json https://idees.crapaud-fou.org/data/chat_stat_daily.json +# wget -O ./site/data/chat.json https://idees.crapaud-fou.org/data/chat.json # global -pip3 install -r ./scripts/requirements.txt +# pip3 install -r ./scripts/requirements.txt python3 ./scripts/generate_global_info.py diff --git a/scripts/generate_chat_stat_daily.py b/scripts/generate_chat_stat_daily.py index 37b71c7..8443fc7 100644 --- a/scripts/generate_chat_stat_daily.py +++ b/scripts/generate_chat_stat_daily.py @@ -106,7 +106,7 @@ def main(): userGlobal = createElement( 'global', 'red', uniqueUserGlobal) usersGlobal.append(userGlobal) - save(info, "chat_stat_daily") + save(info, "site/data/chat_stat_daily") def filter_message(mess): if 't' in mess: diff --git a/scripts/generate_chat_stat_monthly.py b/scripts/generate_chat_stat_monthly.py index 5de32e2..a61cf6d 100644 --- a/scripts/generate_chat_stat_monthly.py +++ b/scripts/generate_chat_stat_monthly.py @@ -108,7 +108,7 @@ def main(): userGlobal = createElement( 'global', 'red', uniqueUserGlobal) usersGlobal.append(userGlobal) - save(info, "chat_stat_monthly") + save(info, "site/data/chat_stat_monthly") if __name__ == "__main__": main() \ No newline at end of file diff --git a/scripts/generate_global_info.py b/scripts/generate_global_info.py index 9ef6131..5ef5c2f 100644 --- a/scripts/generate_global_info.py +++ b/scripts/generate_global_info.py @@ -11,7 +11,7 @@ def main(): info = { "lastupdate": datetime.strftime(now, "%d/%m/%Y %X") } - save(info, "global") + save(info, "site/data/global") if __name__ == "__main__": main() \ No newline at end of file diff --git a/site/data/.keep b/site/data/.keep new file mode 100644 index 0000000..e69de29 diff --git a/site/data/chat.json b/site/data/chat.json deleted file mode 100644 index 104186f..0000000 --- a/site/data/chat.json +++ /dev/null @@ -1 +0,0 @@ -{"crapauds": {"total": 2180, "recent": 96}, "canaux": {"total": 184, "recent": 103, "liste": ["semourais", "techos", "right-to-repair", "libre", "cratube", "reflexion-sur-lamour", "reflexion-sur-l-argent", "animation-crapauds", "lucarn", "empowerment"]}, "messages": {"total": 192195, "recent": 11788}, "cohortes": ["2607", "34", "barcelone", "belgique", "bourgogne", "bretagne", "centre", "grand-est", "grece", "grenoble", "hdf", "ile-de-france", "la-reunion", "loire", "lyon-st-etienne", "normandie", "paca", "paysdesavoie", "sud-ouest", "suisse"]} \ No newline at end of file diff --git a/site/data/chat_stat_daily.json b/site/data/chat_stat_daily.json deleted file mode 100644 index 656b678..0000000 --- a/site/data/chat_stat_daily.json +++ /dev/null @@ -1 +0,0 @@ -{"updated": "01/01/2020", "labels": ["12/02/19", "12/03/19", "12/04/19", "12/05/19", "12/06/19", "12/07/19", "12/08/19", "12/09/19", "12/10/19", "12/11/19", "12/12/19", "12/13/19", "12/14/19", "12/15/19", "12/16/19", "12/17/19", "12/18/19", "12/19/19", "12/20/19", "12/21/19", "12/22/19", "12/23/19", "12/24/19", "12/25/19", "12/26/19", "12/27/19", "12/28/19", "12/29/19", "12/30/19", "12/31/19"], "messagesByChannel": [{"label": "accueil", "backgroundColor": "rgb(182,176,53)", "data": [49, 7, 20, 2, 6, 14, 2, 2, 12, 17, 13, 16, 1, 0, 4, 25, 10, 9, 12, 10, 2, 0, 1, 2, 25, 7, 13, 4, 0, 14]}, {"label": "activite-et-travail", "backgroundColor": "rgb(148,247,8)", "data": [4, 5, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0]}, {"label": "agenda", "backgroundColor": "rgb(55,31,68)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "algoculture", "backgroundColor": "rgb(53,10,106)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "animation-crapauds", "backgroundColor": "rgb(183,173,5)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "aquaponie", "backgroundColor": "rgb(35,154,116)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "auberge-des-crapauds", "backgroundColor": "rgb(59,236,175)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "audio-visuel-libre", "backgroundColor": "rgb(49,12,226)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "autonomie-energetique", "backgroundColor": "rgb(162,34,35)", "data": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 5, 7, 0, 0, 0, 0, 0, 0]}, {"label": "avoirouetre", "backgroundColor": "rgb(144,189,186)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ayahuasca", "backgroundColor": "rgb(221,169,51)", "data": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 4, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "blockchain-crypto", "backgroundColor": "rgb(185,219,101)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 2]}, {"label": "bnb-bonheur-national-brut", "backgroundColor": "rgb(107,145,239)", "data": [0, 0, 1, 1, 0, 0, 6, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "burn-out", "backgroundColor": "rgb(55,155,180)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 23, 7, 20, 30, 4]}, {"label": "caballarius", "backgroundColor": "rgb(146,225,220)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cadeaux-ibf", "backgroundColor": "rgb(178,111,221)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "capteurs-iot", "backgroundColor": "rgb(131,60,148)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cause-animale", "backgroundColor": "rgb(187,44,109)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "changer-de-paradigme", "backgroundColor": "rgb(110,200,190)", "data": [1, 2, 2, 0, 0, 0, 0, 0, 3, 0, 36, 3, 0, 4, 11, 28, 13, 0, 0, 0, 0, 0, 7, 0, 0, 0, 3, 1, 11, 14]}, {"label": "chanvre", "backgroundColor": "rgb(156,207,177)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "christin", "backgroundColor": "rgb(73,21,196)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "circuits-courts", "backgroundColor": "rgb(201,197,61)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cnv", "backgroundColor": "rgb(133,181,1)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "coabot", "backgroundColor": "rgb(204,47,161)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "coabot-dev", "backgroundColor": "rgb(120,215,170)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "collaboratif", "backgroundColor": "rgb(133,168,28)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "collinks", "backgroundColor": "rgb(230,64,44)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "comment-se-proteger-de-la-republique", "backgroundColor": "rgb(221,58,52)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "communecter", "backgroundColor": "rgb(148,103,79)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "compagnon-du-devoir-educatif", "backgroundColor": "rgb(7,49,159)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cooperatives", "backgroundColor": "rgb(141,104,118)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "crapaud-fou-tv", "backgroundColor": "rgb(215,186,73)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cratube", "backgroundColor": "rgb(169,221,149)", "data": [8, 2, 5, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "creation-deau-douce-desalinisation", "backgroundColor": "rgb(122,203,204)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "culture-artistique", "backgroundColor": "rgb(55,226,65)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0]}, {"label": "cyber-sensibilisation", "backgroundColor": "rgb(159,237,173)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "democratie", "backgroundColor": "rgb(47,182,107)", "data": [0, 0, 3, 5, 16, 17, 6, 0, 2, 10, 0, 35, 18, 12, 0, 1, 2, 9, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0]}, {"label": "desobeissance-civile", "backgroundColor": "rgb(137,168,162)", "data": [0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0]}, {"label": "dessins-citoyens-collectifs-booderies", "backgroundColor": "rgb(194,172,131)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "developpement-personnel", "backgroundColor": "rgb(123,195,247)", "data": [0, 0, 0, 0, 0, 0, 13, 0, 37, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "diversite-culturelle", "backgroundColor": "rgb(227,135,5)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "doughnut-economics", "backgroundColor": "rgb(201,161,53)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ecologie-biodiversite", "backgroundColor": "rgb(128,172,171)", "data": [0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "economie-connaissance", "backgroundColor": "rgb(27,100,57)", "data": [0, 7, 63, 21, 6, 0, 0, 0, 0, 0, 0, 0, 2, 3, 1, 0, 0, 0, 0, 0, 0, 0, 2, 7, 0, 0, 0, 0, 0, 0]}, {"label": "ecovillages-ecoquartiers", "backgroundColor": "rgb(253,118,250)", "data": [4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "education", "backgroundColor": "rgb(12,7,116)", "data": [0, 0, 0, 0, 0, 0, 0, 3, 2, 0, 2, 0, 2, 0, 2, 21, 11, 7, 2, 25, 0, 2, 4, 0, 0, 0, 0, 0, 0, 0]}, {"label": "education-populaire", "backgroundColor": "rgb(219,245,26)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "electronique", "backgroundColor": "rgb(57,50,51)", "data": [6, 0, 3, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "emancipation-outre-mer", "backgroundColor": "rgb(248,104,14)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "emmaus-pau-lescar", "backgroundColor": "rgb(121,67,35)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "emploi", "backgroundColor": "rgb(214,130,79)", "data": [0, 0, 0, 0, 7, 0, 7, 0, 4, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "empowerment", "backgroundColor": "rgb(3,209,142)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "energie", "backgroundColor": "rgb(243,202,86)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "energies-agiles", "backgroundColor": "rgb(36,70,117)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "enthousiasme", "backgroundColor": "rgb(10,221,101)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "entomophagie", "backgroundColor": "rgb(175,19,58)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "entreprise-tous-eco-responsables", "backgroundColor": "rgb(239,29,51)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]}, {"label": "erasmus-citizen-link", "backgroundColor": "rgb(180,61,139)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "essaimage", "backgroundColor": "rgb(7,126,154)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "exemples-low-tech-habiter", "backgroundColor": "rgb(157,161,143)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "fabcity", "backgroundColor": "rgb(82,56,252)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "faire", "backgroundColor": "rgb(23,149,38)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "faire-avancer-le-schmilblick-ecologique", "backgroundColor": "rgb(215,240,67)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ferme-pedagogique-albi", "backgroundColor": "rgb(111,6,180)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "fonciere-tla", "backgroundColor": "rgb(84,50,46)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "foret_bleue", "backgroundColor": "rgb(42,217,176)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "fou-a-lier", "backgroundColor": "rgb(249,90,73)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "francais-langue-etrangere", "backgroundColor": "rgb(23,128,219)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "game-changers", "backgroundColor": "rgb(44,1,84)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "general", "backgroundColor": "rgb(25,154,68)", "data": [0, 0, 4, 3, 9, 1, 5, 5, 32, 5, 30, 2, 2, 7, 6, 7, 24, 18, 0, 15, 0, 0, 2, 1, 0, 0, 8, 200, 49, 12]}, {"label": "generation-2050", "backgroundColor": "rgb(30,6,227)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "geomusique-et-neuroharmonie", "backgroundColor": "rgb(28,243,252)", "data": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "geopolitique", "backgroundColor": "rgb(19,189,133)", "data": [0, 2, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 0, 0, 0, 0, 0, 0, 1, 0, 2, 2, 3, 6, 0]}, {"label": "gestion-de-l-eau", "backgroundColor": "rgb(63,148,90)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "gilets-jaunes", "backgroundColor": "rgb(114,25,12)", "data": [0, 6, 13, 17, 2, 0, 2, 6, 90, 2, 1, 9, 7, 5, 4, 31, 18, 4, 7, 0, 0, 2, 3, 12, 4, 2, 5, 3, 0, 0]}, {"label": "godelescherbach", "backgroundColor": "rgb(152,227,167)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "habitat-durable", "backgroundColor": "rgb(177,8,188)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "hackathon-distribue", "backgroundColor": "rgb(80,171,214)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "hacker-les-contes-pour-enfants", "backgroundColor": "rgb(216,164,80)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "hackerspace-angers", "backgroundColor": "rgb(237,246,120)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "holacratie-et-sociocratie", "backgroundColor": "rgb(172,17,21)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "how-to-low-tech", "backgroundColor": "rgb(241,78,105)", "data": [0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 1, 2, 3, 11, 11, 10, 3, 0, 0, 0, 1, 0, 0]}, {"label": "idees-crapaud-fou", "backgroundColor": "rgb(188,105,36)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "impression-3d", "backgroundColor": "rgb(155,78,244)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "info-desintox", "backgroundColor": "rgb(81,157,7)", "data": [0, 0, 0, 0, 0, 2, 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "intelligence-artificielle", "backgroundColor": "rgb(47,177,192)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 0, 0]}, {"label": "intelligence-collective", "backgroundColor": "rgb(135,253,57)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0]}, {"label": "intergenerationnel", "backgroundColor": "rgb(98,153,105)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "jeux-inde-1", "backgroundColor": "rgb(55,115,150)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "journee-solucracy-a-marcoussis", "backgroundColor": "rgb(16,61,248)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "journee-univ-j-verne-nantes-4-juil-2019", "backgroundColor": "rgb(127,2,231)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "june-g1", "backgroundColor": "rgb(62,217,67)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 1, 17, 61, 11, 2, 10, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "la-bascule-lobby-citoyen", "backgroundColor": "rgb(168,95,196)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "la-fresque-du-climat", "backgroundColor": "rgb(141,123,131)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "langage-vrai-anti-glossaire", "backgroundColor": "rgb(126,69,219)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "le-led", "backgroundColor": "rgb(64,57,33)", "data": [16, 4, 4, 11, 10, 28, 0, 6, 44, 29, 139, 96, 23, 52, 19, 47, 43, 65, 165, 4, 77, 6, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "les-racines-profondes-de-la-crise-globale", "backgroundColor": "rgb(172,49,160)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0]}, {"label": "lhomme-et-la-terre", "backgroundColor": "rgb(245,227,216)", "data": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "libre", "backgroundColor": "rgb(52,178,201)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 2, 0, 2, 1, 0, 1, 0, 0, 0]}, {"label": "livres-et-films-coup-de-coeur", "backgroundColor": "rgb(73,114,200)", "data": [1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 4, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17]}, {"label": "lobbying", "backgroundColor": "rgb(0,127,52)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "logiciel-libre", "backgroundColor": "rgb(42,198,25)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "lucarn", "backgroundColor": "rgb(197,251,171)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "machine_learning", "backgroundColor": "rgb(81,130,188)", "data": [0, 1, 5, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "manuel-terrien", "backgroundColor": "rgb(244,240,165)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "mare-coussis", "backgroundColor": "rgb(109,193,155)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "marseille-17-18-avril", "backgroundColor": "rgb(74,27,167)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "meditation", "backgroundColor": "rgb(115,176,95)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "medusa", "backgroundColor": "rgb(208,51,57)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "meta", "backgroundColor": "rgb(234,172,254)", "data": [0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "meta-communication", "backgroundColor": "rgb(61,99,218)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "metacognition", "backgroundColor": "rgb(158,177,194)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "miniville-minicidade", "backgroundColor": "rgb(43,216,40)", "data": [2, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "mutuelle-sociale-solidaire", "backgroundColor": "rgb(148,233,242)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "myhappy", "backgroundColor": "rgb(195,20,103)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "nature-simplicite-bienveillance", "backgroundColor": "rgb(71,15,212)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "nenuphar", "backgroundColor": "rgb(227,183,11)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "neurodiversite", "backgroundColor": "rgb(175,8,11)", "data": [1, 0, 0, 0, 5, 0, 2, 11, 5, 0, 0, 1, 12, 4, 0, 33, 6, 99, 18, 8, 0, 3, 4, 0, 0, 0, 0, 0, 0, 0]}, {"label": "no-gafam", "backgroundColor": "rgb(169,201,118)", "data": [11, 9, 8, 3, 0, 0, 0, 6, 8, 0, 3, 0, 0, 0, 0, 3, 8, 4, 1, 2, 1, 5, 0, 0, 0, 0, 2, 3, 0, 2]}, {"label": "oasis-colibris", "backgroundColor": "rgb(194,20,27)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "open-hardware", "backgroundColor": "rgb(152,66,233)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "outil-de-mediatisation", "backgroundColor": "rgb(64,197,91)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ouvrons-et-reparons-les-objets", "backgroundColor": "rgb(186,253,220)", "data": [4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "p-2-p-dat", "backgroundColor": "rgb(180,9,210)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "partage-dessins-et-techniques", "backgroundColor": "rgb(113,127,177)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "permaculture", "backgroundColor": "rgb(222,244,96)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "petite-enfance", "backgroundColor": "rgb(197,71,11)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "philosophie", "backgroundColor": "rgb(235,241,127)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "photovoltaique-hltech", "backgroundColor": "rgb(116,71,205)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "piano-bar", "backgroundColor": "rgb(171,104,18)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "pnl", "backgroundColor": "rgb(181,14,223)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "pratiques-artistiques", "backgroundColor": "rgb(205,2,146)", "data": [2, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "production-vivriere-locale", "backgroundColor": "rgb(223,189,36)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "produits-biocycliques", "backgroundColor": "rgb(175,203,122)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "projet-casba", "backgroundColor": "rgb(6,36,143)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "projet-transceiver-laser", "backgroundColor": "rgb(231,97,214)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "projets-zad-1-planetaire", "backgroundColor": "rgb(241,15,241)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "psychologie-neurosciences", "backgroundColor": "rgb(223,224,171)", "data": [0, 0, 2, 0, 21, 0, 2, 0, 5, 1, 0, 22, 10, 8, 111, 4, 0, 0, 0, 0, 31, 14, 0, 9, 20, 0, 0, 0, 0, 32]}, {"label": "radio-crapaud", "backgroundColor": "rgb(46,158,69)", "data": [0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "recherches-biologie", "backgroundColor": "rgb(88,216,247)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "recueil-temoignages", "backgroundColor": "rgb(240,197,60)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "reflexion-sur-lamour", "backgroundColor": "rgb(183,156,50)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "rencontre-crapaud-kangourou", "backgroundColor": "rgb(102,125,131)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "resilience-du-crapaud-fou-projet", "backgroundColor": "rgb(252,174,161)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "right-to-repair", "backgroundColor": "rgb(181,233,163)", "data": [0, 0, 0, 4, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0]}, {"label": "sante", "backgroundColor": "rgb(80,17,241)", "data": [0, 0, 0, 0, 0, 2, 2, 8, 0, 4, 0, 4, 5, 0, 2, 2, 22, 25, 82, 13, 9, 3, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "scientifique", "backgroundColor": "rgb(152,3,154)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "securite-sociale-de-lalimentation", "backgroundColor": "rgb(85,49,170)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "selfishgene", "backgroundColor": "rgb(30,127,230)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "semourais", "backgroundColor": "rgb(176,192,137)", "data": [14, 26, 0, 7, 42, 4, 12, 4, 6, 0, 14, 8, 0, 0, 8, 0, 5, 0, 0, 0, 0, 11, 3, 9, 47, 8, 16, 110, 1, 6]}, {"label": "semourais-web", "backgroundColor": "rgb(94,127,174)", "data": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "siteweb", "backgroundColor": "rgb(87,158,24)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5]}, {"label": "sociologie-de-l-effondrement", "backgroundColor": "rgb(27,65,75)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "solucracy", "backgroundColor": "rgb(98,10,165)", "data": [0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 2, 0, 0, 0, 12, 8, 21, 48, 7, 6, 0, 0, 0, 0, 0, 0, 0, 12, 8, 6]}, {"label": "soutien-au-terrain", "backgroundColor": "rgb(28,166,110)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "suggestion", "backgroundColor": "rgb(41,150,35)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "survivalismes-et-resiliences", "backgroundColor": "rgb(34,131,146)", "data": [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "systeme-alimentaire", "backgroundColor": "rgb(60,233,43)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 43, 61, 26, 5, 0, 0, 0, 0, 0, 0, 0]}, {"label": "systeme-monetaire", "backgroundColor": "rgb(173,246,158)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0]}, {"label": "team-hacker-debutant", "backgroundColor": "rgb(202,182,70)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "techos", "backgroundColor": "rgb(95,148,9)", "data": [17, 0, 5, 0, 2, 0, 0, 0, 2, 53, 2, 0, 0, 9, 7, 23, 0, 18, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "terre-de-convergence", "backgroundColor": "rgb(221,157,86)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "testbot", "backgroundColor": "rgb(81,145,185)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "tiers-lieux-apprenant", "backgroundColor": "rgb(216,110,93)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "tour-du-monde", "backgroundColor": "rgb(247,153,228)", "data": [0, 0, 0, 0, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "transhumanisme-et-eugenisme", "backgroundColor": "rgb(194,124,100)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "transport", "backgroundColor": "rgb(221,156,137)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "tsunamis", "backgroundColor": "rgb(73,239,140)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "tvp-et-ebr", "backgroundColor": "rgb(30,180,71)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0]}, {"label": "une-revolution-pourquoi-comment", "backgroundColor": "rgb(156,202,178)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "une-societe-sans-argent", "backgroundColor": "rgb(188,35,99)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 6, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2, 2]}, {"label": "unite-humaine", "backgroundColor": "rgb(198,64,213)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "vers-une-nouvelle-civilisation", "backgroundColor": "rgb(163,98,212)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "violences-individuelles", "backgroundColor": "rgb(233,245,11)", "data": [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 17, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2]}, {"label": "wiki-crapaud-fou", "backgroundColor": "rgb(194,231,95)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "zero-dechet", "backgroundColor": "rgb(12,12,57)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 7, 3, 3, 0, 4, 0, 0, 0, 2, 0, 0]}, {"label": "zetetique-et-outils-epistemologiques", "backgroundColor": "rgb(113,130,36)", "data": [0, 0, 0, 0, 3, 12, 30, 0, 0, 0, 0, 6, 0, 0, 0, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}], "usersByChannel": [{"label": "accueil", "backgroundColor": "rgb(182,176,53)", "data": [5, 4, 7, 1, 3, 3, 2, 1, 4, 6, 5, 4, 1, 0, 1, 6, 5, 3, 3, 4, 2, 0, 1, 2, 7, 3, 6, 2, 0, 5]}, {"label": "activite-et-travail", "backgroundColor": "rgb(148,247,8)", "data": [1, 3, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]}, {"label": "agenda", "backgroundColor": "rgb(55,31,68)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "algoculture", "backgroundColor": "rgb(53,10,106)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "animation-crapauds", "backgroundColor": "rgb(183,173,5)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "aquaponie", "backgroundColor": "rgb(35,154,116)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "auberge-des-crapauds", "backgroundColor": "rgb(59,236,175)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "audio-visuel-libre", "backgroundColor": "rgb(49,12,226)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "autonomie-energetique", "backgroundColor": "rgb(162,34,35)", "data": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 4, 3, 0, 0, 0, 0, 0, 0]}, {"label": "avoirouetre", "backgroundColor": "rgb(144,189,186)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ayahuasca", "backgroundColor": "rgb(221,169,51)", "data": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "blockchain-crypto", "backgroundColor": "rgb(185,219,101)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1]}, {"label": "bnb-bonheur-national-brut", "backgroundColor": "rgb(107,145,239)", "data": [0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "burn-out", "backgroundColor": "rgb(55,155,180)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 4, 2, 1]}, {"label": "caballarius", "backgroundColor": "rgb(146,225,220)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cadeaux-ibf", "backgroundColor": "rgb(178,111,221)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "capteurs-iot", "backgroundColor": "rgb(131,60,148)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cause-animale", "backgroundColor": "rgb(187,44,109)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "changer-de-paradigme", "backgroundColor": "rgb(110,200,190)", "data": [1, 2, 1, 0, 0, 0, 0, 0, 2, 0, 4, 3, 0, 2, 5, 5, 4, 0, 0, 0, 0, 0, 3, 0, 0, 0, 3, 1, 3, 6]}, {"label": "chanvre", "backgroundColor": "rgb(156,207,177)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "christin", "backgroundColor": "rgb(73,21,196)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "circuits-courts", "backgroundColor": "rgb(201,197,61)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cnv", "backgroundColor": "rgb(133,181,1)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "coabot", "backgroundColor": "rgb(204,47,161)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "coabot-dev", "backgroundColor": "rgb(120,215,170)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "collaboratif", "backgroundColor": "rgb(133,168,28)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "collinks", "backgroundColor": "rgb(230,64,44)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "comment-se-proteger-de-la-republique", "backgroundColor": "rgb(221,58,52)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "communecter", "backgroundColor": "rgb(148,103,79)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "compagnon-du-devoir-educatif", "backgroundColor": "rgb(7,49,159)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cooperatives", "backgroundColor": "rgb(141,104,118)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "crapaud-fou-tv", "backgroundColor": "rgb(215,186,73)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cratube", "backgroundColor": "rgb(169,221,149)", "data": [3, 2, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "creation-deau-douce-desalinisation", "backgroundColor": "rgb(122,203,204)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "culture-artistique", "backgroundColor": "rgb(55,226,65)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0]}, {"label": "cyber-sensibilisation", "backgroundColor": "rgb(159,237,173)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "democratie", "backgroundColor": "rgb(47,182,107)", "data": [0, 0, 2, 4, 4, 5, 2, 0, 2, 5, 0, 6, 3, 3, 0, 1, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0]}, {"label": "desobeissance-civile", "backgroundColor": "rgb(137,168,162)", "data": [0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0]}, {"label": "dessins-citoyens-collectifs-booderies", "backgroundColor": "rgb(194,172,131)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "developpement-personnel", "backgroundColor": "rgb(123,195,247)", "data": [0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "diversite-culturelle", "backgroundColor": "rgb(227,135,5)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "doughnut-economics", "backgroundColor": "rgb(201,161,53)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ecologie-biodiversite", "backgroundColor": "rgb(128,172,171)", "data": [0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "economie-connaissance", "backgroundColor": "rgb(27,100,57)", "data": [0, 3, 6, 6, 3, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0]}, {"label": "ecovillages-ecoquartiers", "backgroundColor": "rgb(253,118,250)", "data": [3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "education", "backgroundColor": "rgb(12,7,116)", "data": [0, 0, 0, 0, 0, 0, 0, 3, 2, 0, 2, 0, 2, 0, 2, 6, 5, 2, 2, 2, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0]}, {"label": "education-populaire", "backgroundColor": "rgb(219,245,26)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "electronique", "backgroundColor": "rgb(57,50,51)", "data": [2, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "emancipation-outre-mer", "backgroundColor": "rgb(248,104,14)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "emmaus-pau-lescar", "backgroundColor": "rgb(121,67,35)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "emploi", "backgroundColor": "rgb(214,130,79)", "data": [0, 0, 0, 0, 3, 0, 2, 0, 2, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "empowerment", "backgroundColor": "rgb(3,209,142)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "energie", "backgroundColor": "rgb(243,202,86)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "energies-agiles", "backgroundColor": "rgb(36,70,117)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "enthousiasme", "backgroundColor": "rgb(10,221,101)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "entomophagie", "backgroundColor": "rgb(175,19,58)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "entreprise-tous-eco-responsables", "backgroundColor": "rgb(239,29,51)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]}, {"label": "erasmus-citizen-link", "backgroundColor": "rgb(180,61,139)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "essaimage", "backgroundColor": "rgb(7,126,154)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "exemples-low-tech-habiter", "backgroundColor": "rgb(157,161,143)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "fabcity", "backgroundColor": "rgb(82,56,252)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "faire", "backgroundColor": "rgb(23,149,38)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "faire-avancer-le-schmilblick-ecologique", "backgroundColor": "rgb(215,240,67)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ferme-pedagogique-albi", "backgroundColor": "rgb(111,6,180)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "fonciere-tla", "backgroundColor": "rgb(84,50,46)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "foret_bleue", "backgroundColor": "rgb(42,217,176)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "fou-a-lier", "backgroundColor": "rgb(249,90,73)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "francais-langue-etrangere", "backgroundColor": "rgb(23,128,219)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "game-changers", "backgroundColor": "rgb(44,1,84)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "general", "backgroundColor": "rgb(25,154,68)", "data": [0, 0, 3, 3, 4, 1, 4, 3, 9, 3, 4, 1, 1, 2, 5, 3, 9, 7, 0, 4, 0, 0, 2, 1, 0, 0, 4, 3, 5, 3]}, {"label": "generation-2050", "backgroundColor": "rgb(30,6,227)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "geomusique-et-neuroharmonie", "backgroundColor": "rgb(28,243,252)", "data": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "geopolitique", "backgroundColor": "rgb(19,189,133)", "data": [0, 2, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 2, 2, 2, 2, 0]}, {"label": "gestion-de-l-eau", "backgroundColor": "rgb(63,148,90)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "gilets-jaunes", "backgroundColor": "rgb(114,25,12)", "data": [0, 4, 5, 7, 2, 0, 2, 3, 6, 2, 1, 4, 3, 4, 3, 6, 5, 3, 5, 0, 0, 2, 2, 3, 1, 2, 3, 3, 0, 0]}, {"label": "godelescherbach", "backgroundColor": "rgb(152,227,167)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "habitat-durable", "backgroundColor": "rgb(177,8,188)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "hackathon-distribue", "backgroundColor": "rgb(80,171,214)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "hacker-les-contes-pour-enfants", "backgroundColor": "rgb(216,164,80)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "hackerspace-angers", "backgroundColor": "rgb(237,246,120)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "holacratie-et-sociocratie", "backgroundColor": "rgb(172,17,21)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "how-to-low-tech", "backgroundColor": "rgb(241,78,105)", "data": [0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 1, 2, 2, 4, 5, 4, 2, 0, 0, 0, 1, 0, 0]}, {"label": "idees-crapaud-fou", "backgroundColor": "rgb(188,105,36)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "impression-3d", "backgroundColor": "rgb(155,78,244)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "info-desintox", "backgroundColor": "rgb(81,157,7)", "data": [0, 0, 0, 0, 0, 2, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "intelligence-artificielle", "backgroundColor": "rgb(47,177,192)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, 0]}, {"label": "intelligence-collective", "backgroundColor": "rgb(135,253,57)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0]}, {"label": "intergenerationnel", "backgroundColor": "rgb(98,153,105)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "jeux-inde-1", "backgroundColor": "rgb(55,115,150)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "journee-solucracy-a-marcoussis", "backgroundColor": "rgb(16,61,248)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "journee-univ-j-verne-nantes-4-juil-2019", "backgroundColor": "rgb(127,2,231)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "june-g1", "backgroundColor": "rgb(62,217,67)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 1, 5, 5, 5, 1, 1, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "la-bascule-lobby-citoyen", "backgroundColor": "rgb(168,95,196)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "la-fresque-du-climat", "backgroundColor": "rgb(141,123,131)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "langage-vrai-anti-glossaire", "backgroundColor": "rgb(126,69,219)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "le-led", "backgroundColor": "rgb(64,57,33)", "data": [3, 1, 2, 3, 3, 3, 0, 3, 3, 3, 4, 3, 3, 4, 3, 5, 6, 4, 5, 1, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "les-racines-profondes-de-la-crise-globale", "backgroundColor": "rgb(172,49,160)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0]}, {"label": "lhomme-et-la-terre", "backgroundColor": "rgb(245,227,216)", "data": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "libre", "backgroundColor": "rgb(52,178,201)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0]}, {"label": "livres-et-films-coup-de-coeur", "backgroundColor": "rgb(73,114,200)", "data": [1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3]}, {"label": "lobbying", "backgroundColor": "rgb(0,127,52)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "logiciel-libre", "backgroundColor": "rgb(42,198,25)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "lucarn", "backgroundColor": "rgb(197,251,171)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "machine_learning", "backgroundColor": "rgb(81,130,188)", "data": [0, 1, 3, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "manuel-terrien", "backgroundColor": "rgb(244,240,165)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "mare-coussis", "backgroundColor": "rgb(109,193,155)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "marseille-17-18-avril", "backgroundColor": "rgb(74,27,167)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "meditation", "backgroundColor": "rgb(115,176,95)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "medusa", "backgroundColor": "rgb(208,51,57)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "meta", "backgroundColor": "rgb(234,172,254)", "data": [0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "meta-communication", "backgroundColor": "rgb(61,99,218)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "metacognition", "backgroundColor": "rgb(158,177,194)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "miniville-minicidade", "backgroundColor": "rgb(43,216,40)", "data": [2, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "mutuelle-sociale-solidaire", "backgroundColor": "rgb(148,233,242)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "myhappy", "backgroundColor": "rgb(195,20,103)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "nature-simplicite-bienveillance", "backgroundColor": "rgb(71,15,212)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "nenuphar", "backgroundColor": "rgb(227,183,11)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "neurodiversite", "backgroundColor": "rgb(175,8,11)", "data": [1, 0, 0, 0, 4, 0, 2, 3, 3, 0, 0, 1, 4, 2, 0, 5, 1, 6, 5, 1, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0]}, {"label": "no-gafam", "backgroundColor": "rgb(169,201,118)", "data": [4, 3, 3, 3, 0, 0, 0, 4, 4, 0, 3, 0, 0, 0, 0, 2, 4, 2, 1, 2, 1, 2, 0, 0, 0, 0, 2, 3, 0, 2]}, {"label": "oasis-colibris", "backgroundColor": "rgb(194,20,27)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "open-hardware", "backgroundColor": "rgb(152,66,233)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "outil-de-mediatisation", "backgroundColor": "rgb(64,197,91)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ouvrons-et-reparons-les-objets", "backgroundColor": "rgb(186,253,220)", "data": [2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "p-2-p-dat", "backgroundColor": "rgb(180,9,210)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "partage-dessins-et-techniques", "backgroundColor": "rgb(113,127,177)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "permaculture", "backgroundColor": "rgb(222,244,96)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "petite-enfance", "backgroundColor": "rgb(197,71,11)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "philosophie", "backgroundColor": "rgb(235,241,127)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "photovoltaique-hltech", "backgroundColor": "rgb(116,71,205)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "piano-bar", "backgroundColor": "rgb(171,104,18)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "pnl", "backgroundColor": "rgb(181,14,223)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "pratiques-artistiques", "backgroundColor": "rgb(205,2,146)", "data": [1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "production-vivriere-locale", "backgroundColor": "rgb(223,189,36)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "produits-biocycliques", "backgroundColor": "rgb(175,203,122)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "projet-casba", "backgroundColor": "rgb(6,36,143)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "projet-transceiver-laser", "backgroundColor": "rgb(231,97,214)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "projets-zad-1-planetaire", "backgroundColor": "rgb(241,15,241)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "psychologie-neurosciences", "backgroundColor": "rgb(223,224,171)", "data": [0, 0, 2, 0, 4, 0, 2, 0, 3, 1, 0, 4, 3, 2, 3, 1, 0, 0, 0, 0, 3, 2, 0, 4, 2, 0, 0, 0, 0, 3]}, {"label": "radio-crapaud", "backgroundColor": "rgb(46,158,69)", "data": [0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "recherches-biologie", "backgroundColor": "rgb(88,216,247)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "recueil-temoignages", "backgroundColor": "rgb(240,197,60)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "reflexion-sur-lamour", "backgroundColor": "rgb(183,156,50)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "rencontre-crapaud-kangourou", "backgroundColor": "rgb(102,125,131)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "resilience-du-crapaud-fou-projet", "backgroundColor": "rgb(252,174,161)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "right-to-repair", "backgroundColor": "rgb(181,233,163)", "data": [0, 0, 0, 2, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0]}, {"label": "sante", "backgroundColor": "rgb(80,17,241)", "data": [0, 0, 0, 0, 0, 2, 1, 3, 0, 1, 0, 2, 2, 0, 2, 2, 2, 4, 4, 2, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "scientifique", "backgroundColor": "rgb(152,3,154)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "securite-sociale-de-lalimentation", "backgroundColor": "rgb(85,49,170)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "selfishgene", "backgroundColor": "rgb(30,127,230)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "semourais", "backgroundColor": "rgb(176,192,137)", "data": [5, 6, 0, 3, 5, 4, 4, 3, 4, 0, 3, 3, 0, 0, 3, 0, 3, 0, 0, 0, 0, 3, 3, 5, 4, 4, 5, 6, 1, 4]}, {"label": "semourais-web", "backgroundColor": "rgb(94,127,174)", "data": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "siteweb", "backgroundColor": "rgb(87,158,24)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2]}, {"label": "sociologie-de-l-effondrement", "backgroundColor": "rgb(27,65,75)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "solucracy", "backgroundColor": "rgb(98,10,165)", "data": [0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 2, 0, 0, 0, 2, 4, 4, 5, 2, 4, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2]}, {"label": "soutien-au-terrain", "backgroundColor": "rgb(28,166,110)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "suggestion", "backgroundColor": "rgb(41,150,35)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "survivalismes-et-resiliences", "backgroundColor": "rgb(34,131,146)", "data": [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "systeme-alimentaire", "backgroundColor": "rgb(60,233,43)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 4, 3, 0, 0, 0, 0, 0, 0, 0]}, {"label": "systeme-monetaire", "backgroundColor": "rgb(173,246,158)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0]}, {"label": "team-hacker-debutant", "backgroundColor": "rgb(202,182,70)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "techos", "backgroundColor": "rgb(95,148,9)", "data": [4, 0, 3, 0, 2, 0, 0, 0, 1, 7, 1, 0, 0, 4, 3, 5, 0, 5, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "terre-de-convergence", "backgroundColor": "rgb(221,157,86)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "testbot", "backgroundColor": "rgb(81,145,185)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "tiers-lieux-apprenant", "backgroundColor": "rgb(216,110,93)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "tour-du-monde", "backgroundColor": "rgb(247,153,228)", "data": [0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "transhumanisme-et-eugenisme", "backgroundColor": "rgb(194,124,100)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "transport", "backgroundColor": "rgb(221,156,137)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "tsunamis", "backgroundColor": "rgb(73,239,140)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "tvp-et-ebr", "backgroundColor": "rgb(30,180,71)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0]}, {"label": "une-revolution-pourquoi-comment", "backgroundColor": "rgb(156,202,178)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "une-societe-sans-argent", "backgroundColor": "rgb(188,35,99)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 2]}, {"label": "unite-humaine", "backgroundColor": "rgb(198,64,213)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "vers-une-nouvelle-civilisation", "backgroundColor": "rgb(163,98,212)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "violences-individuelles", "backgroundColor": "rgb(233,245,11)", "data": [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 4, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2]}, {"label": "wiki-crapaud-fou", "backgroundColor": "rgb(194,231,95)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "zero-dechet", "backgroundColor": "rgb(12,12,57)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 2, 0, 0, 0, 2, 0, 0]}, {"label": "zetetique-et-outils-epistemologiques", "backgroundColor": "rgb(113,130,36)", "data": [0, 0, 0, 0, 3, 2, 5, 0, 0, 0, 0, 3, 0, 0, 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}], "messagesByTopic": [{"label": "global", "backgroundColor": "rgb(124,226,132)", "data": [74, 8, 32, 17, 33, 17, 37, 18, 103, 78, 59, 46, 34, 26, 35, 109, 107, 155, 48, 53, 8, 11, 7, 7, 26, 9, 23, 207, 77, 52]}, {"label": "democratie", "backgroundColor": "rgb(178,21,15)", "data": [5, 24, 83, 43, 31, 42, 42, 9, 106, 12, 41, 69, 31, 28, 30, 102, 73, 122, 25, 38, 7, 4, 19, 20, 4, 6, 12, 21, 31, 20]}, {"label": "technologie", "backgroundColor": "rgb(57,4,61)", "data": [41, 27, 20, 25, 18, 29, 0, 12, 59, 29, 145, 99, 25, 52, 19, 50, 56, 70, 168, 14, 91, 25, 10, 3, 3, 2, 5, 4, 12, 4]}, {"label": "ecologie", "backgroundColor": "rgb(60,161,35)", "data": [22, 29, 4, 7, 67, 6, 16, 12, 18, 7, 51, 53, 18, 15, 134, 35, 40, 26, 82, 27, 45, 31, 15, 29, 69, 31, 26, 134, 42, 56]}, {"label": "projet", "backgroundColor": "rgb(201,117,230)", "data": [38, 33, 9, 29, 53, 43, 12, 10, 59, 29, 155, 104, 31, 52, 39, 55, 69, 113, 172, 53, 141, 43, 8, 9, 49, 8, 16, 122, 15, 12]}, {"label": "cr\u00e9ation", "backgroundColor": "rgb(15,234,45)", "data": [4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "39", "backgroundColor": "rgb(108,46,183)", "data": [0, 0, 0, 8, 2, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0]}], "usersGlobal": [{"label": "global", "backgroundColor": "red", "data": [14, 14, 21, 20, 20, 14, 12, 12, 15, 15, 17, 14, 12, 12, 17, 18, 22, 18, 12, 14, 14, 15, 12, 11, 12, 8, 12, 12, 13, 16]}]} \ No newline at end of file diff --git a/site/data/chat_stat_monthly.json b/site/data/chat_stat_monthly.json deleted file mode 100644 index d693526..0000000 --- a/site/data/chat_stat_monthly.json +++ /dev/null @@ -1 +0,0 @@ -{"updated": "01/01/2020", "labels": ["Jan 2019", "Feb 2019", "Mar 2019", "Apr 2019", "May 2019", "Jun 2019", "Jul 2019", "Aug 2019", "Sep 2019", "Oct 2019", "Nov 2019", "Dec 2019"], "messagesByChannel": [{"label": "accueil", "backgroundColor": "rgb(167,178,25)", "data": [632, 589, 767, 558, 704, 1702, 1345, 730, 730, 529, 455, 300]}, {"label": "activite-et-travail", "backgroundColor": "rgb(76,165,33)", "data": [0, 0, 0, 0, 0, 0, 44, 6, 69, 46, 0, 22]}, {"label": "agenda", "backgroundColor": "rgb(89,164,47)", "data": [7, 42, 36, 40, 72, 68, 66, 23, 198, 32, 14, 3]}, {"label": "algoculture", "backgroundColor": "rgb(32,254,152)", "data": [0, 154, 806, 53, 0, 0, 11, 15, 2, 0, 0, 0]}, {"label": "animation-crapauds", "backgroundColor": "rgb(180,103,49)", "data": [1, 57, 161, 0, 49, 234, 373, 368, 512, 20, 55, 0]}, {"label": "aquaponie", "backgroundColor": "rgb(101,57,184)", "data": [0, 0, 0, 121, 2, 3, 5, 0, 20, 0, 0, 5]}, {"label": "auberge-des-crapauds", "backgroundColor": "rgb(198,201,206)", "data": [193, 31, 15, 2, 0, 0, 0, 0, 7, 0, 0, 5]}, {"label": "audio-visuel-libre", "backgroundColor": "rgb(90,36,160)", "data": [0, 0, 261, 340, 23, 22, 0, 8, 43, 0, 0, 0]}, {"label": "autonomie-energetique", "backgroundColor": "rgb(99,186,127)", "data": [70, 14, 19, 1, 9, 7, 26, 51, 0, 6, 10, 17]}, {"label": "avoirouetre", "backgroundColor": "rgb(222,64,190)", "data": [0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 1, 0]}, {"label": "ayahuasca", "backgroundColor": "rgb(13,236,230)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11]}, {"label": "blockchain-crypto", "backgroundColor": "rgb(146,250,89)", "data": [5, 0, 1, 1, 0, 166, 60, 20, 6, 16, 0, 8]}, {"label": "bnb-bonheur-national-brut", "backgroundColor": "rgb(246,60,43)", "data": [0, 0, 0, 0, 0, 0, 14, 4, 24, 5, 0, 12]}, {"label": "burn-out", "backgroundColor": "rgb(5,107,168)", "data": [0, 0, 18, 0, 98, 3, 72, 0, 0, 0, 3, 86]}, {"label": "caballarius", "backgroundColor": "rgb(180,147,238)", "data": [0, 0, 0, 0, 0, 168, 22, 0, 0, 0, 0, 0]}, {"label": "cadeaux-ibf", "backgroundColor": "rgb(60,142,230)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]}, {"label": "capteurs-iot", "backgroundColor": "rgb(246,139,16)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8]}, {"label": "cause-animale", "backgroundColor": "rgb(11,39,92)", "data": [0, 0, 12, 20, 2, 2, 0, 15, 1, 3, 8, 0]}, {"label": "changer-de-paradigme", "backgroundColor": "rgb(132,148,183)", "data": [94, 32, 56, 138, 14, 46, 158, 52, 230, 245, 72, 139]}, {"label": "chanvre", "backgroundColor": "rgb(24,62,188)", "data": [0, 0, 8, 0, 5, 0, 0, 0, 0, 0, 0, 0]}, {"label": "christin", "backgroundColor": "rgb(104,49,123)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "circuits-courts", "backgroundColor": "rgb(156,13,72)", "data": [0, 0, 0, 0, 0, 68, 0, 0, 0, 0, 0, 0]}, {"label": "cnv", "backgroundColor": "rgb(70,75,3)", "data": [0, 2, 1, 0, 0, 0, 43, 0, 0, 10, 144, 4]}, {"label": "coabot", "backgroundColor": "rgb(202,37,10)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 478, 2, 3, 0]}, {"label": "coabot-dev", "backgroundColor": "rgb(142,22,165)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 169, 23, 9, 0]}, {"label": "collaboratif", "backgroundColor": "rgb(39,38,84)", "data": [1, 48, 5, 9, 10, 56, 6, 195, 191, 201, 550, 8]}, {"label": "collinks", "backgroundColor": "rgb(97,215,114)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 299, 7, 0, 0]}, {"label": "comment-se-proteger-de-la-republique", "backgroundColor": "rgb(3,81,250)", "data": [2, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "communecter", "backgroundColor": "rgb(247,50,199)", "data": [0, 0, 0, 0, 75, 1, 0, 0, 0, 0, 0, 0]}, {"label": "compagnon-du-devoir-educatif", "backgroundColor": "rgb(43,247,70)", "data": [3, 68, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0]}, {"label": "cooperatives", "backgroundColor": "rgb(176,239,211)", "data": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]}, {"label": "crapaud-fou-tv", "backgroundColor": "rgb(195,159,179)", "data": [0, 0, 0, 16, 0, 0, 0, 1, 0, 0, 0, 0]}, {"label": "cratube", "backgroundColor": "rgb(233,189,168)", "data": [0, 0, 0, 0, 0, 0, 0, 574, 45, 86, 44, 28]}, {"label": "creation-deau-douce-desalinisation", "backgroundColor": "rgb(216,87,177)", "data": [0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0]}, {"label": "culture-artistique", "backgroundColor": "rgb(210,226,16)", "data": [85, 2, 5, 1, 4, 3, 0, 87, 3, 47, 9, 4]}, {"label": "cyber-sensibilisation", "backgroundColor": "rgb(193,214,152)", "data": [0, 0, 100, 9, 2, 23, 4, 0, 5, 7, 3, 2]}, {"label": "democratie", "backgroundColor": "rgb(124,167,241)", "data": [210, 411, 110, 125, 60, 149, 107, 116, 19, 5, 18, 144]}, {"label": "desobeissance-civile", "backgroundColor": "rgb(122,30,225)", "data": [0, 0, 0, 271, 115, 13, 67, 6, 26, 54, 0, 6]}, {"label": "dessins-citoyens-collectifs-booderies", "backgroundColor": "rgb(100,236,210)", "data": [0, 0, 0, 0, 0, 0, 95, 63, 13, 17, 0, 0]}, {"label": "developpement-personnel", "backgroundColor": "rgb(11,13,129)", "data": [0, 0, 0, 70, 23, 4, 32, 134, 54, 58, 5, 53]}, {"label": "diversite-culturelle", "backgroundColor": "rgb(249,210,222)", "data": [0, 0, 0, 0, 3, 1, 0, 0, 1, 8, 0, 0]}, {"label": "doughnut-economics", "backgroundColor": "rgb(90,153,14)", "data": [0, 0, 0, 0, 13, 0, 125, 0, 0, 0, 0, 0]}, {"label": "ecologie-biodiversite", "backgroundColor": "rgb(226,173,74)", "data": [0, 0, 0, 0, 0, 55, 25, 1, 7, 27, 6, 8]}, {"label": "economie-connaissance", "backgroundColor": "rgb(187,116,37)", "data": [231, 11, 74, 149, 60, 15, 81, 0, 69, 11, 14, 112]}, {"label": "ecovillages-ecoquartiers", "backgroundColor": "rgb(128,203,127)", "data": [0, 120, 94, 13, 180, 106, 12, 70, 104, 160, 19, 9]}, {"label": "education", "backgroundColor": "rgb(31,96,168)", "data": [587, 339, 257, 124, 260, 622, 409, 54, 205, 183, 170, 85]}, {"label": "education-populaire", "backgroundColor": "rgb(253,166,6)", "data": [0, 0, 0, 0, 0, 123, 7, 1, 3, 22, 0, 0]}, {"label": "electronique", "backgroundColor": "rgb(194,38,232)", "data": [16, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 16]}, {"label": "emancipation-outre-mer", "backgroundColor": "rgb(121,10,208)", "data": [0, 0, 0, 0, 0, 0, 137, 0, 22, 0, 0, 0]}, {"label": "emmaus-pau-lescar", "backgroundColor": "rgb(70,131,178)", "data": [0, 0, 0, 0, 0, 0, 53, 48, 11, 13, 0, 0]}, {"label": "emploi", "backgroundColor": "rgb(31,166,34)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20]}, {"label": "empowerment", "backgroundColor": "rgb(154,8,25)", "data": [0, 0, 0, 0, 0, 0, 0, 327, 0, 0, 0, 0]}, {"label": "energie", "backgroundColor": "rgb(145,86,191)", "data": [30, 0, 3, 2, 9, 68, 53, 2, 52, 4, 32, 0]}, {"label": "energies-agiles", "backgroundColor": "rgb(25,90,111)", "data": [0, 0, 0, 0, 0, 16, 0, 0, 1, 0, 0, 0]}, {"label": "enthousiasme", "backgroundColor": "rgb(220,254,50)", "data": [9, 0, 0, 15, 0, 3, 0, 0, 2, 0, 0, 0]}, {"label": "entomophagie", "backgroundColor": "rgb(126,52,140)", "data": [0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, 0]}, {"label": "entreprise-tous-eco-responsables", "backgroundColor": "rgb(139,226,157)", "data": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1]}, {"label": "erasmus-citizen-link", "backgroundColor": "rgb(245,220,98)", "data": [0, 0, 0, 0, 0, 100, 3, 0, 0, 0, 0, 0]}, {"label": "essaimage", "backgroundColor": "rgb(165,168,107)", "data": [8, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "exemples-low-tech-habiter", "backgroundColor": "rgb(101,215,120)", "data": [0, 4, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "fabcity", "backgroundColor": "rgb(162,146,114)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0]}, {"label": "faire", "backgroundColor": "rgb(143,84,97)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "faire-avancer-le-schmilblick-ecologique", "backgroundColor": "rgb(236,128,61)", "data": [0, 25, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0]}, {"label": "ferme-pedagogique-albi", "backgroundColor": "rgb(121,63,47)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "fonciere-tla", "backgroundColor": "rgb(210,249,170)", "data": [0, 0, 0, 0, 0, 0, 60, 147, 79, 57, 1, 0]}, {"label": "foret_bleue", "backgroundColor": "rgb(50,70,114)", "data": [0, 0, 0, 0, 0, 0, 150, 2, 6, 1, 0, 0]}, {"label": "fou-a-lier", "backgroundColor": "rgb(186,189,241)", "data": [1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]}, {"label": "francais-langue-etrangere", "backgroundColor": "rgb(223,112,209)", "data": [0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0]}, {"label": "game-changers", "backgroundColor": "rgb(188,100,6)", "data": [1, 4, 0, 0, 0, 0, 0, 1, 0, 1, 2, 0]}, {"label": "general", "backgroundColor": "rgb(222,219,89)", "data": [589, 1062, 1469, 733, 575, 829, 693, 1048, 1335, 422, 453, 450]}, {"label": "generation-2050", "backgroundColor": "rgb(251,216,94)", "data": [2, 6, 171, 8, 97, 9, 4, 3, 6, 0, 0, 0]}, {"label": "geomusique-et-neuroharmonie", "backgroundColor": "rgb(225,80,112)", "data": [79, 138, 45, 3, 0, 1, 7, 7, 9, 14, 4, 1]}, {"label": "geopolitique", "backgroundColor": "rgb(61,129,236)", "data": [34, 135, 3, 6, 0, 0, 23, 2, 199, 2, 59, 26]}, {"label": "gestion-de-l-eau", "backgroundColor": "rgb(233,148,30)", "data": [2, 47, 0, 3, 2, 1, 34, 22, 5, 7, 0, 0]}, {"label": "gilets-jaunes", "backgroundColor": "rgb(218,60,159)", "data": [4852, 1175, 1080, 1192, 823, 462, 194, 14, 69, 97, 209, 290]}, {"label": "godelescherbach", "backgroundColor": "rgb(230,132,208)", "data": [0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "habitat-durable", "backgroundColor": "rgb(199,170,71)", "data": [0, 0, 0, 13, 5, 0, 0, 0, 40, 4, 0, 0]}, {"label": "hackathon-distribue", "backgroundColor": "rgb(241,62,198)", "data": [0, 3, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0]}, {"label": "hacker-les-contes-pour-enfants", "backgroundColor": "rgb(193,114,207)", "data": [0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0]}, {"label": "hackerspace-angers", "backgroundColor": "rgb(187,195,164)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "holacratie-et-sociocratie", "backgroundColor": "rgb(168,203,94)", "data": [23, 71, 39, 0, 0, 9, 0, 0, 0, 0, 0, 0]}, {"label": "how-to-low-tech", "backgroundColor": "rgb(22,235,151)", "data": [25, 4, 3, 22, 21, 150, 46, 2, 2, 7, 2, 54]}, {"label": "idees-crapaud-fou", "backgroundColor": "rgb(238,49,10)", "data": [0, 0, 0, 0, 0, 0, 0, 137, 41, 0, 0, 0]}, {"label": "impression-3d", "backgroundColor": "rgb(239,66,223)", "data": [0, 0, 0, 0, 17, 9, 11, 1, 0, 8, 2, 0]}, {"label": "info-desintox", "backgroundColor": "rgb(156,46,130)", "data": [10, 1, 3, 1, 10, 9, 1, 108, 1, 6, 10, 9]}, {"label": "intelligence-artificielle", "backgroundColor": "rgb(184,102,177)", "data": [123, 144, 9, 3, 18, 112, 47, 10, 103, 3, 4, 6]}, {"label": "intelligence-collective", "backgroundColor": "rgb(214,131,17)", "data": [0, 0, 0, 0, 14, 41, 10, 1, 109, 28, 21, 6]}, {"label": "intergenerationnel", "backgroundColor": "rgb(38,173,196)", "data": [0, 0, 23, 0, 1, 0, 18, 4, 0, 0, 0, 0]}, {"label": "jeux-inde-1", "backgroundColor": "rgb(217,132,26)", "data": [21, 3, 6, 0, 0, 0, 24, 2, 12, 14, 4, 0]}, {"label": "journee-solucracy-a-marcoussis", "backgroundColor": "rgb(82,191,199)", "data": [0, 0, 0, 106, 165, 0, 0, 0, 31, 0, 0, 0]}, {"label": "journee-univ-j-verne-nantes-4-juil-2019", "backgroundColor": "rgb(164,138,131)", "data": [0, 0, 0, 0, 0, 490, 208, 12, 0, 0, 0, 0]}, {"label": "june-g1", "backgroundColor": "rgb(158,164,219)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 419, 157, 6, 117]}, {"label": "la-bascule-lobby-citoyen", "backgroundColor": "rgb(253,201,117)", "data": [0, 0, 187, 51, 87, 75, 359, 85, 24, 0, 0, 0]}, {"label": "la-fresque-du-climat", "backgroundColor": "rgb(37,64,213)", "data": [0, 0, 0, 0, 0, 0, 0, 3, 3, 0, 0, 0]}, {"label": "langage-vrai-anti-glossaire", "backgroundColor": "rgb(49,39,224)", "data": [0, 136, 272, 13, 60, 96, 0, 178, 0, 5, 0, 6]}, {"label": "le-led", "backgroundColor": "rgb(46,89,157)", "data": [0, 0, 0, 0, 4, 229, 349, 116, 24, 27, 160, 904]}, {"label": "les-racines-profondes-de-la-crise-globale", "backgroundColor": "rgb(76,30,186)", "data": [0, 0, 0, 0, 92, 2, 0, 0, 0, 0, 0, 26]}, {"label": "lhomme-et-la-terre", "backgroundColor": "rgb(122,28,160)", "data": [0, 0, 0, 0, 47, 105, 63, 101, 83, 1, 1, 1]}, {"label": "libre", "backgroundColor": "rgb(167,1,3)", "data": [0, 0, 1016, 19, 12, 94, 22, 562, 383, 158, 143, 23]}, {"label": "livres-et-films-coup-de-coeur", "backgroundColor": "rgb(166,1,154)", "data": [0, 0, 0, 0, 6, 18, 0, 0, 110, 26, 39, 27]}, {"label": "lobbying", "backgroundColor": "rgb(149,57,106)", "data": [0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 0]}, {"label": "logiciel-libre", "backgroundColor": "rgb(25,116,218)", "data": [6, 173, 7, 2, 15, 98, 4, 21, 178, 15, 24, 6]}, {"label": "lucarn", "backgroundColor": "rgb(65,3,247)", "data": [0, 0, 0, 0, 0, 0, 0, 245, 849, 118, 0, 0]}, {"label": "machine_learning", "backgroundColor": "rgb(76,24,64)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 12]}, {"label": "manuel-terrien", "backgroundColor": "rgb(79,18,125)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "mare-coussis", "backgroundColor": "rgb(98,204,74)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 76, 16, 23, 0]}, {"label": "marseille-17-18-avril", "backgroundColor": "rgb(79,208,161)", "data": [0, 0, 0, 130, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "meditation", "backgroundColor": "rgb(43,98,237)", "data": [2, 0, 0, 3, 0, 0, 1, 25, 1, 2, 0, 0]}, {"label": "medusa", "backgroundColor": "rgb(79,124,78)", "data": [0, 0, 0, 0, 0, 5, 3, 0, 9, 0, 0, 0]}, {"label": "meta", "backgroundColor": "rgb(212,254,56)", "data": [1, 231, 92, 3, 0, 0, 202, 0, 0, 0, 2, 2]}, {"label": "meta-communication", "backgroundColor": "rgb(96,208,1)", "data": [0, 0, 1, 3, 3, 2, 0, 0, 0, 0, 0, 0]}, {"label": "metacognition", "backgroundColor": "rgb(78,189,253)", "data": [0, 2, 0, 0, 3, 0, 0, 0, 0, 24, 0, 0]}, {"label": "miniville-minicidade", "backgroundColor": "rgb(35,11,109)", "data": [0, 0, 0, 0, 0, 0, 58, 109, 446, 16, 6, 11]}, {"label": "mutuelle-sociale-solidaire", "backgroundColor": "rgb(43,248,102)", "data": [80, 26, 1, 38, 18, 0, 1, 6, 0, 0, 0, 0]}, {"label": "myhappy", "backgroundColor": "rgb(138,125,208)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0]}, {"label": "nature-simplicite-bienveillance", "backgroundColor": "rgb(11,38,20)", "data": [0, 1, 0, 2, 0, 9, 1, 0, 5, 0, 0, 0]}, {"label": "nenuphar", "backgroundColor": "rgb(120,188,112)", "data": [491, 186, 243, 116, 0, 36, 3, 0, 62, 19, 50, 0]}, {"label": "neurodiversite", "backgroundColor": "rgb(1,163,238)", "data": [276, 620, 215, 77, 199, 770, 644, 65, 1246, 343, 44, 212]}, {"label": "no-gafam", "backgroundColor": "rgb(64,120,153)", "data": [43, 214, 209, 228, 38, 83, 88, 210, 331, 39, 182, 79]}, {"label": "oasis-colibris", "backgroundColor": "rgb(35,1,18)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "open-hardware", "backgroundColor": "rgb(108,75,165)", "data": [9, 1, 1, 0, 101, 57, 235, 1, 4, 44, 24, 2]}, {"label": "outil-de-mediatisation", "backgroundColor": "rgb(249,211,71)", "data": [0, 0, 0, 810, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ouvrons-et-reparons-les-objets", "backgroundColor": "rgb(199,166,247)", "data": [22, 4, 4, 4, 0, 9, 1, 0, 0, 0, 0, 6]}, {"label": "p-2-p-dat", "backgroundColor": "rgb(145,121,3)", "data": [0, 0, 0, 0, 0, 87, 91, 31, 9, 0, 2, 0]}, {"label": "partage-dessins-et-techniques", "backgroundColor": "rgb(11,38,21)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "permaculture", "backgroundColor": "rgb(115,89,200)", "data": [38, 307, 109, 61, 42, 112, 107, 71, 117, 59, 54, 18]}, {"label": "petite-enfance", "backgroundColor": "rgb(234,126,64)", "data": [0, 0, 0, 0, 0, 111, 3, 1, 5, 13, 2, 4]}, {"label": "philosophie", "backgroundColor": "rgb(128,221,184)", "data": [42, 384, 39, 65, 142, 59, 1, 7, 58, 73, 341, 2]}, {"label": "photovoltaique-hltech", "backgroundColor": "rgb(201,48,83)", "data": [144, 76, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "piano-bar", "backgroundColor": "rgb(128,246,109)", "data": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0]}, {"label": "pnl", "backgroundColor": "rgb(165,236,182)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "pratiques-artistiques", "backgroundColor": "rgb(14,114,16)", "data": [65, 152, 28, 72, 110, 105, 171, 10, 157, 46, 2, 5]}, {"label": "production-vivriere-locale", "backgroundColor": "rgb(195,123,232)", "data": [0, 0, 0, 0, 0, 0, 0, 56, 9, 0, 34, 2]}, {"label": "produits-biocycliques", "backgroundColor": "rgb(128,128,43)", "data": [2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "projet-casba", "backgroundColor": "rgb(166,188,66)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 370, 50, 13, 0]}, {"label": "projet-transceiver-laser", "backgroundColor": "rgb(166,205,112)", "data": [0, 1, 0, 0, 0, 0, 0, 9, 4, 0, 0, 0]}, {"label": "projets-zad-1-planetaire", "backgroundColor": "rgb(209,110,131)", "data": [0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0]}, {"label": "psychologie-neurosciences", "backgroundColor": "rgb(63,173,84)", "data": [197, 84, 27, 22, 9, 18, 411, 42, 304, 385, 244, 292]}, {"label": "radio-crapaud", "backgroundColor": "rgb(189,253,150)", "data": [0, 0, 24, 143, 61, 42, 23, 106, 2, 9, 13, 6]}, {"label": "recherches-biologie", "backgroundColor": "rgb(100,102,68)", "data": [1, 4, 0, 0, 14, 15, 1, 4, 1, 0, 0, 0]}, {"label": "recueil-temoignages", "backgroundColor": "rgb(52,232,40)", "data": [0, 0, 0, 0, 0, 246, 83, 5, 0, 0, 0, 0]}, {"label": "reflexion-sur-lamour", "backgroundColor": "rgb(19,105,109)", "data": [0, 0, 0, 0, 0, 0, 0, 461, 8, 149, 232, 0]}, {"label": "rencontre-crapaud-kangourou", "backgroundColor": "rgb(16,190,168)", "data": [0, 0, 0, 0, 12, 264, 128, 23, 0, 0, 0, 0]}, {"label": "resilience-du-crapaud-fou-projet", "backgroundColor": "rgb(173,78,56)", "data": [493, 29, 5, 0, 0, 0, 0, 0, 0, 12, 10, 4]}, {"label": "right-to-repair", "backgroundColor": "rgb(11,144,78)", "data": [0, 0, 0, 0, 255, 33, 136, 609, 55, 9, 11, 16]}, {"label": "sante", "backgroundColor": "rgb(108,109,133)", "data": [73, 68, 75, 128, 83, 71, 16, 46, 112, 214, 218, 190]}, {"label": "scientifique", "backgroundColor": "rgb(55,251,57)", "data": [2, 1, 6, 0, 26, 0, 1, 6, 17, 4, 2, 0]}, {"label": "securite-sociale-de-lalimentation", "backgroundColor": "rgb(170,2,23)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0]}, {"label": "selfishgene", "backgroundColor": "rgb(16,172,134)", "data": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]}, {"label": "semourais", "backgroundColor": "rgb(157,230,22)", "data": [0, 0, 0, 0, 0, 153, 2117, 1664, 1125, 828, 774, 366]}, {"label": "semourais-web", "backgroundColor": "rgb(249,16,104)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 312, 1026, 378, 1]}, {"label": "siteweb", "backgroundColor": "rgb(56,242,84)", "data": [5, 7, 185, 4, 3, 35, 5, 45, 410, 0, 0, 5]}, {"label": "sociologie-de-l-effondrement", "backgroundColor": "rgb(231,119,19)", "data": [7, 177, 79, 14, 4, 77, 62, 45, 125, 136, 5, 8]}, {"label": "solucracy", "backgroundColor": "rgb(48,71,196)", "data": [70, 74, 103, 145, 128, 109, 56, 108, 60, 28, 27, 141]}, {"label": "soutien-au-terrain", "backgroundColor": "rgb(166,10,4)", "data": [140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "suggestion", "backgroundColor": "rgb(190,50,101)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "survivalismes-et-resiliences", "backgroundColor": "rgb(29,54,112)", "data": [0, 1, 10, 0, 0, 0, 60, 9, 2, 0, 9, 6]}, {"label": "systeme-alimentaire", "backgroundColor": "rgb(42,181,223)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 135]}, {"label": "systeme-monetaire", "backgroundColor": "rgb(119,104,241)", "data": [255, 90, 397, 12, 2, 684, 146, 423, 146, 211, 6, 56]}, {"label": "team-hacker-debutant", "backgroundColor": "rgb(109,73,117)", "data": [145, 75, 107, 16, 0, 21, 0, 46, 2, 2, 1, 0]}, {"label": "techos", "backgroundColor": "rgb(43,13,205)", "data": [284, 90, 198, 294, 211, 282, 230, 795, 497, 518, 201, 152]}, {"label": "terre-de-convergence", "backgroundColor": "rgb(16,162,105)", "data": [0, 0, 0, 0, 0, 0, 15, 221, 23, 0, 0, 0]}, {"label": "testbot", "backgroundColor": "rgb(114,69,120)", "data": [0, 0, 0, 0, 0, 16, 0, 0, 148, 11, 0, 0]}, {"label": "tiers-lieux-apprenant", "backgroundColor": "rgb(235,56,156)", "data": [225, 485, 1189, 366, 419, 412, 237, 19, 47, 20, 3, 0]}, {"label": "tour-du-monde", "backgroundColor": "rgb(232,54,116)", "data": [0, 64, 0, 0, 1, 0, 0, 0, 0, 1, 2, 6]}, {"label": "transhumanisme-et-eugenisme", "backgroundColor": "rgb(135,241,21)", "data": [1, 0, 0, 6, 50, 2, 57, 0, 0, 2, 0, 0]}, {"label": "transport", "backgroundColor": "rgb(212,227,59)", "data": [0, 10, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "tsunamis", "backgroundColor": "rgb(109,85,217)", "data": [22, 2, 4, 34, 39, 0, 0, 1, 49, 0, 1, 0]}, {"label": "tvp-et-ebr", "backgroundColor": "rgb(122,143,59)", "data": [0, 0, 0, 0, 0, 375, 44, 0, 0, 17, 0, 13]}, {"label": "une-revolution-pourquoi-comment", "backgroundColor": "rgb(183,231,91)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "une-societe-sans-argent", "backgroundColor": "rgb(112,17,196)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 112, 81, 33]}, {"label": "unite-humaine", "backgroundColor": "rgb(185,247,97)", "data": [0, 0, 34, 23, 1, 0, 0, 0, 0, 0, 0, 0]}, {"label": "vers-une-nouvelle-civilisation", "backgroundColor": "rgb(155,164,174)", "data": [0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0]}, {"label": "violences-individuelles", "backgroundColor": "rgb(40,213,5)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 327, 226, 783, 32]}, {"label": "wiki-crapaud-fou", "backgroundColor": "rgb(198,96,139)", "data": [0, 0, 0, 0, 0, 50, 351, 171, 107, 322, 0, 0]}, {"label": "zero-dechet", "backgroundColor": "rgb(183,181,185)", "data": [79, 3, 112, 12, 66, 18, 62, 18, 37, 77, 18, 22]}, {"label": "zetetique-et-outils-epistemologiques", "backgroundColor": "rgb(28,62,64)", "data": [219, 73, 17, 1, 0, 10, 0, 0, 1, 21, 66, 63]}], "usersByChannel": [{"label": "accueil", "backgroundColor": "rgb(167,178,25)", "data": [56, 50, 54, 56, 52, 99, 81, 57, 60, 53, 45, 38]}, {"label": "activite-et-travail", "backgroundColor": "rgb(76,165,33)", "data": [0, 0, 0, 0, 0, 0, 7, 4, 7, 8, 0, 4]}, {"label": "agenda", "backgroundColor": "rgb(89,164,47)", "data": [4, 12, 12, 9, 14, 14, 12, 7, 18, 10, 5, 2]}, {"label": "algoculture", "backgroundColor": "rgb(32,254,152)", "data": [0, 6, 9, 7, 0, 0, 3, 2, 1, 0, 0, 0]}, {"label": "animation-crapauds", "backgroundColor": "rgb(180,103,49)", "data": [1, 4, 8, 0, 5, 7, 11, 10, 11, 6, 13, 0]}, {"label": "aquaponie", "backgroundColor": "rgb(101,57,184)", "data": [0, 0, 0, 8, 1, 2, 2, 0, 4, 0, 0, 2]}, {"label": "auberge-des-crapauds", "backgroundColor": "rgb(198,201,206)", "data": [7, 6, 5, 1, 0, 0, 0, 0, 1, 0, 0, 3]}, {"label": "audio-visuel-libre", "backgroundColor": "rgb(90,36,160)", "data": [0, 0, 6, 10, 7, 4, 0, 3, 3, 0, 0, 0]}, {"label": "autonomie-energetique", "backgroundColor": "rgb(99,186,127)", "data": [7, 3, 3, 1, 4, 5, 7, 4, 0, 5, 3, 8]}, {"label": "avoirouetre", "backgroundColor": "rgb(222,64,190)", "data": [0, 0, 3, 0, 0, 0, 0, 0, 4, 0, 1, 0]}, {"label": "ayahuasca", "backgroundColor": "rgb(13,236,230)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3]}, {"label": "blockchain-crypto", "backgroundColor": "rgb(146,250,89)", "data": [4, 0, 1, 1, 0, 6, 9, 6, 3, 7, 0, 2]}, {"label": "bnb-bonheur-national-brut", "backgroundColor": "rgb(246,60,43)", "data": [0, 0, 0, 0, 0, 0, 1, 3, 6, 3, 0, 3]}, {"label": "burn-out", "backgroundColor": "rgb(5,107,168)", "data": [0, 0, 5, 0, 4, 2, 6, 0, 0, 0, 2, 5]}, {"label": "caballarius", "backgroundColor": "rgb(180,147,238)", "data": [0, 0, 0, 0, 0, 7, 2, 0, 0, 0, 0, 0]}, {"label": "cadeaux-ibf", "backgroundColor": "rgb(60,142,230)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]}, {"label": "capteurs-iot", "backgroundColor": "rgb(246,139,16)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3]}, {"label": "cause-animale", "backgroundColor": "rgb(11,39,92)", "data": [0, 0, 5, 4, 1, 1, 0, 4, 1, 2, 3, 0]}, {"label": "changer-de-paradigme", "backgroundColor": "rgb(132,148,183)", "data": [10, 6, 10, 10, 8, 10, 12, 5, 16, 14, 8, 11]}, {"label": "chanvre", "backgroundColor": "rgb(24,62,188)", "data": [0, 0, 4, 0, 1, 0, 0, 0, 0, 0, 0, 0]}, {"label": "christin", "backgroundColor": "rgb(104,49,123)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "circuits-courts", "backgroundColor": "rgb(156,13,72)", "data": [0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0]}, {"label": "cnv", "backgroundColor": "rgb(70,75,3)", "data": [0, 2, 1, 0, 0, 0, 3, 0, 0, 2, 7, 1]}, {"label": "coabot", "backgroundColor": "rgb(202,37,10)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 9, 2, 2, 0]}, {"label": "coabot-dev", "backgroundColor": "rgb(142,22,165)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 4, 3, 2, 0]}, {"label": "collaboratif", "backgroundColor": "rgb(39,38,84)", "data": [1, 6, 3, 2, 3, 10, 2, 7, 9, 6, 12, 4]}, {"label": "collinks", "backgroundColor": "rgb(97,215,114)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 5, 4, 0, 0]}, {"label": "comment-se-proteger-de-la-republique", "backgroundColor": "rgb(3,81,250)", "data": [1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "communecter", "backgroundColor": "rgb(247,50,199)", "data": [0, 0, 0, 0, 7, 1, 0, 0, 0, 0, 0, 0]}, {"label": "compagnon-du-devoir-educatif", "backgroundColor": "rgb(43,247,70)", "data": [2, 3, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0]}, {"label": "cooperatives", "backgroundColor": "rgb(176,239,211)", "data": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]}, {"label": "crapaud-fou-tv", "backgroundColor": "rgb(195,159,179)", "data": [0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0]}, {"label": "cratube", "backgroundColor": "rgb(233,189,168)", "data": [0, 0, 0, 0, 0, 0, 0, 8, 6, 8, 7, 5]}, {"label": "creation-deau-douce-desalinisation", "backgroundColor": "rgb(216,87,177)", "data": [0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0]}, {"label": "culture-artistique", "backgroundColor": "rgb(210,226,16)", "data": [13, 2, 3, 1, 2, 3, 0, 2, 1, 5, 3, 3]}, {"label": "cyber-sensibilisation", "backgroundColor": "rgb(193,214,152)", "data": [0, 0, 4, 3, 1, 6, 3, 0, 3, 3, 3, 1]}, {"label": "democratie", "backgroundColor": "rgb(124,167,241)", "data": [16, 11, 9, 11, 9, 12, 13, 13, 8, 4, 5, 8]}, {"label": "desobeissance-civile", "backgroundColor": "rgb(122,30,225)", "data": [0, 0, 0, 12, 11, 7, 6, 3, 8, 7, 0, 4]}, {"label": "dessins-citoyens-collectifs-booderies", "backgroundColor": "rgb(100,236,210)", "data": [0, 0, 0, 0, 0, 0, 5, 6, 3, 2, 0, 0]}, {"label": "developpement-personnel", "backgroundColor": "rgb(11,13,129)", "data": [0, 0, 0, 3, 5, 3, 6, 7, 5, 4, 2, 5]}, {"label": "diversite-culturelle", "backgroundColor": "rgb(249,210,222)", "data": [0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0]}, {"label": "doughnut-economics", "backgroundColor": "rgb(90,153,14)", "data": [0, 0, 0, 0, 3, 0, 8, 0, 0, 0, 0, 0]}, {"label": "ecologie-biodiversite", "backgroundColor": "rgb(226,173,74)", "data": [0, 0, 0, 0, 0, 9, 6, 1, 4, 3, 3, 2]}, {"label": "economie-connaissance", "backgroundColor": "rgb(187,116,37)", "data": [12, 5, 9, 11, 9, 5, 6, 0, 5, 4, 4, 10]}, {"label": "ecovillages-ecoquartiers", "backgroundColor": "rgb(128,203,127)", "data": [0, 8, 11, 6, 11, 15, 6, 13, 12, 13, 7, 4]}, {"label": "education", "backgroundColor": "rgb(31,96,168)", "data": [17, 20, 14, 14, 14, 17, 19, 14, 15, 13, 12, 10]}, {"label": "education-populaire", "backgroundColor": "rgb(253,166,6)", "data": [0, 0, 0, 0, 0, 11, 3, 1, 3, 4, 0, 0]}, {"label": "electronique", "backgroundColor": "rgb(194,38,232)", "data": [3, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 4]}, {"label": "emancipation-outre-mer", "backgroundColor": "rgb(121,10,208)", "data": [0, 0, 0, 0, 0, 0, 7, 0, 2, 0, 0, 0]}, {"label": "emmaus-pau-lescar", "backgroundColor": "rgb(70,131,178)", "data": [0, 0, 0, 0, 0, 0, 7, 6, 2, 4, 0, 0]}, {"label": "emploi", "backgroundColor": "rgb(31,166,34)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4]}, {"label": "empowerment", "backgroundColor": "rgb(154,8,25)", "data": [0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0]}, {"label": "energie", "backgroundColor": "rgb(145,86,191)", "data": [4, 0, 1, 2, 3, 6, 7, 2, 8, 3, 6, 0]}, {"label": "energies-agiles", "backgroundColor": "rgb(25,90,111)", "data": [0, 0, 0, 0, 0, 5, 0, 0, 1, 0, 0, 0]}, {"label": "enthousiasme", "backgroundColor": "rgb(220,254,50)", "data": [2, 0, 0, 3, 0, 1, 0, 0, 2, 0, 0, 0]}, {"label": "entomophagie", "backgroundColor": "rgb(126,52,140)", "data": [0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0]}, {"label": "entreprise-tous-eco-responsables", "backgroundColor": "rgb(139,226,157)", "data": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1]}, {"label": "erasmus-citizen-link", "backgroundColor": "rgb(245,220,98)", "data": [0, 0, 0, 0, 0, 9, 1, 0, 0, 0, 0, 0]}, {"label": "essaimage", "backgroundColor": "rgb(165,168,107)", "data": [2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "exemples-low-tech-habiter", "backgroundColor": "rgb(101,215,120)", "data": [0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "fabcity", "backgroundColor": "rgb(162,146,114)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0]}, {"label": "faire", "backgroundColor": "rgb(143,84,97)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "faire-avancer-le-schmilblick-ecologique", "backgroundColor": "rgb(236,128,61)", "data": [0, 4, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0]}, {"label": "ferme-pedagogique-albi", "backgroundColor": "rgb(121,63,47)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "fonciere-tla", "backgroundColor": "rgb(210,249,170)", "data": [0, 0, 0, 0, 0, 0, 2, 6, 6, 10, 1, 0]}, {"label": "foret_bleue", "backgroundColor": "rgb(50,70,114)", "data": [0, 0, 0, 0, 0, 0, 5, 1, 3, 1, 0, 0]}, {"label": "fou-a-lier", "backgroundColor": "rgb(186,189,241)", "data": [1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0]}, {"label": "francais-langue-etrangere", "backgroundColor": "rgb(223,112,209)", "data": [0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0]}, {"label": "game-changers", "backgroundColor": "rgb(188,100,6)", "data": [1, 2, 0, 0, 0, 0, 0, 1, 0, 1, 2, 0]}, {"label": "general", "backgroundColor": "rgb(222,219,89)", "data": [39, 44, 48, 38, 34, 42, 43, 36, 44, 33, 33, 29]}, {"label": "generation-2050", "backgroundColor": "rgb(251,216,94)", "data": [1, 3, 9, 5, 7, 5, 2, 3, 2, 0, 0, 0]}, {"label": "geomusique-et-neuroharmonie", "backgroundColor": "rgb(225,80,112)", "data": [8, 6, 6, 2, 0, 1, 3, 2, 3, 3, 2, 1]}, {"label": "geopolitique", "backgroundColor": "rgb(61,129,236)", "data": [5, 6, 1, 4, 0, 0, 4, 2, 10, 2, 8, 4]}, {"label": "gestion-de-l-eau", "backgroundColor": "rgb(233,148,30)", "data": [2, 4, 0, 1, 2, 1, 3, 3, 2, 2, 0, 0]}, {"label": "gilets-jaunes", "backgroundColor": "rgb(218,60,159)", "data": [27, 26, 23, 22, 13, 15, 13, 5, 7, 14, 12, 14]}, {"label": "godelescherbach", "backgroundColor": "rgb(230,132,208)", "data": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "habitat-durable", "backgroundColor": "rgb(199,170,71)", "data": [0, 0, 0, 3, 2, 0, 0, 0, 5, 2, 0, 0]}, {"label": "hackathon-distribue", "backgroundColor": "rgb(241,62,198)", "data": [0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0]}, {"label": "hacker-les-contes-pour-enfants", "backgroundColor": "rgb(193,114,207)", "data": [0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0]}, {"label": "hackerspace-angers", "backgroundColor": "rgb(187,195,164)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "holacratie-et-sociocratie", "backgroundColor": "rgb(168,203,94)", "data": [3, 8, 3, 0, 0, 2, 0, 0, 0, 0, 0, 0]}, {"label": "how-to-low-tech", "backgroundColor": "rgb(22,235,151)", "data": [5, 3, 3, 4, 7, 12, 10, 1, 2, 4, 2, 7]}, {"label": "idees-crapaud-fou", "backgroundColor": "rgb(238,49,10)", "data": [0, 0, 0, 0, 0, 0, 0, 6, 5, 0, 0, 0]}, {"label": "impression-3d", "backgroundColor": "rgb(239,66,223)", "data": [0, 0, 0, 0, 3, 3, 2, 1, 0, 3, 1, 0]}, {"label": "info-desintox", "backgroundColor": "rgb(156,46,130)", "data": [5, 1, 2, 1, 4, 5, 1, 4, 1, 5, 4, 5]}, {"label": "intelligence-artificielle", "backgroundColor": "rgb(184,102,177)", "data": [10, 8, 3, 3, 8, 9, 9, 5, 10, 3, 3, 4]}, {"label": "intelligence-collective", "backgroundColor": "rgb(214,131,17)", "data": [0, 0, 0, 0, 4, 6, 2, 1, 5, 5, 5, 4]}, {"label": "intergenerationnel", "backgroundColor": "rgb(38,173,196)", "data": [0, 0, 6, 0, 1, 0, 5, 3, 0, 0, 0, 0]}, {"label": "jeux-inde-1", "backgroundColor": "rgb(217,132,26)", "data": [5, 2, 2, 0, 0, 0, 3, 2, 3, 3, 3, 0]}, {"label": "journee-solucracy-a-marcoussis", "backgroundColor": "rgb(82,191,199)", "data": [0, 0, 0, 9, 14, 0, 0, 0, 7, 0, 0, 0]}, {"label": "journee-univ-j-verne-nantes-4-juil-2019", "backgroundColor": "rgb(164,138,131)", "data": [0, 0, 0, 0, 0, 16, 11, 6, 0, 0, 0, 0]}, {"label": "june-g1", "backgroundColor": "rgb(158,164,219)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 10, 14, 2, 10]}, {"label": "la-bascule-lobby-citoyen", "backgroundColor": "rgb(253,201,117)", "data": [0, 0, 12, 11, 8, 10, 16, 10, 5, 0, 0, 0]}, {"label": "la-fresque-du-climat", "backgroundColor": "rgb(37,64,213)", "data": [0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0]}, {"label": "langage-vrai-anti-glossaire", "backgroundColor": "rgb(49,39,224)", "data": [0, 6, 9, 4, 8, 8, 0, 9, 0, 2, 0, 2]}, {"label": "le-led", "backgroundColor": "rgb(46,89,157)", "data": [0, 0, 0, 0, 2, 6, 10, 10, 3, 5, 9, 9]}, {"label": "les-racines-profondes-de-la-crise-globale", "backgroundColor": "rgb(76,30,186)", "data": [0, 0, 0, 0, 7, 2, 0, 0, 0, 0, 0, 3]}, {"label": "lhomme-et-la-terre", "backgroundColor": "rgb(122,28,160)", "data": [0, 0, 0, 0, 3, 8, 7, 7, 5, 1, 1, 1]}, {"label": "libre", "backgroundColor": "rgb(167,1,3)", "data": [0, 0, 10, 3, 4, 9, 7, 12, 13, 12, 11, 5]}, {"label": "livres-et-films-coup-de-coeur", "backgroundColor": "rgb(166,1,154)", "data": [0, 0, 0, 0, 2, 3, 0, 0, 4, 7, 5, 6]}, {"label": "lobbying", "backgroundColor": "rgb(149,57,106)", "data": [0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 0]}, {"label": "logiciel-libre", "backgroundColor": "rgb(25,116,218)", "data": [3, 4, 3, 1, 4, 8, 2, 4, 10, 6, 8, 5]}, {"label": "lucarn", "backgroundColor": "rgb(65,3,247)", "data": [0, 0, 0, 0, 0, 0, 0, 7, 19, 10, 0, 0]}, {"label": "machine_learning", "backgroundColor": "rgb(76,24,64)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6]}, {"label": "manuel-terrien", "backgroundColor": "rgb(79,18,125)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "mare-coussis", "backgroundColor": "rgb(98,204,74)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 7, 5, 5, 0]}, {"label": "marseille-17-18-avril", "backgroundColor": "rgb(79,208,161)", "data": [0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "meditation", "backgroundColor": "rgb(43,98,237)", "data": [1, 0, 0, 3, 0, 0, 1, 3, 1, 1, 0, 0]}, {"label": "medusa", "backgroundColor": "rgb(79,124,78)", "data": [0, 0, 0, 0, 0, 3, 2, 0, 5, 0, 0, 0]}, {"label": "meta", "backgroundColor": "rgb(212,254,56)", "data": [1, 3, 5, 3, 0, 0, 9, 0, 0, 0, 2, 2]}, {"label": "meta-communication", "backgroundColor": "rgb(96,208,1)", "data": [0, 0, 1, 2, 2, 2, 0, 0, 0, 0, 0, 0]}, {"label": "metacognition", "backgroundColor": "rgb(78,189,253)", "data": [0, 2, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0]}, {"label": "miniville-minicidade", "backgroundColor": "rgb(35,11,109)", "data": [0, 0, 0, 0, 0, 0, 2, 2, 3, 3, 2, 3]}, {"label": "mutuelle-sociale-solidaire", "backgroundColor": "rgb(43,248,102)", "data": [4, 4, 1, 6, 4, 0, 1, 3, 0, 0, 0, 0]}, {"label": "myhappy", "backgroundColor": "rgb(138,125,208)", "data": [0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0]}, {"label": "nature-simplicite-bienveillance", "backgroundColor": "rgb(11,38,20)", "data": [0, 1, 0, 1, 0, 3, 1, 0, 1, 0, 0, 0]}, {"label": "nenuphar", "backgroundColor": "rgb(120,188,112)", "data": [11, 10, 10, 7, 0, 3, 2, 0, 4, 3, 2, 0]}, {"label": "neurodiversite", "backgroundColor": "rgb(1,163,238)", "data": [16, 14, 11, 10, 10, 15, 14, 7, 18, 14, 7, 10]}, {"label": "no-gafam", "backgroundColor": "rgb(64,120,153)", "data": [9, 11, 12, 13, 7, 13, 10, 14, 14, 13, 11, 8]}, {"label": "oasis-colibris", "backgroundColor": "rgb(35,1,18)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "open-hardware", "backgroundColor": "rgb(108,75,165)", "data": [2, 1, 1, 0, 4, 6, 8, 1, 3, 8, 4, 2]}, {"label": "outil-de-mediatisation", "backgroundColor": "rgb(249,211,71)", "data": [0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ouvrons-et-reparons-les-objets", "backgroundColor": "rgb(199,166,247)", "data": [8, 3, 3, 2, 0, 2, 1, 0, 0, 0, 0, 2]}, {"label": "p-2-p-dat", "backgroundColor": "rgb(145,121,3)", "data": [0, 0, 0, 0, 0, 7, 6, 3, 3, 0, 1, 0]}, {"label": "partage-dessins-et-techniques", "backgroundColor": "rgb(11,38,21)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "permaculture", "backgroundColor": "rgb(115,89,200)", "data": [10, 16, 15, 11, 11, 11, 15, 12, 14, 10, 9, 4]}, {"label": "petite-enfance", "backgroundColor": "rgb(234,126,64)", "data": [0, 0, 0, 0, 0, 6, 2, 1, 2, 2, 1, 2]}, {"label": "philosophie", "backgroundColor": "rgb(128,221,184)", "data": [4, 11, 8, 6, 9, 7, 1, 2, 8, 7, 10, 2]}, {"label": "photovoltaique-hltech", "backgroundColor": "rgb(201,48,83)", "data": [6, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0]}, {"label": "piano-bar", "backgroundColor": "rgb(128,246,109)", "data": [0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0]}, {"label": "pnl", "backgroundColor": "rgb(165,236,182)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "pratiques-artistiques", "backgroundColor": "rgb(14,114,16)", "data": [8, 12, 10, 5, 9, 12, 12, 5, 11, 11, 2, 4]}, {"label": "production-vivriere-locale", "backgroundColor": "rgb(195,123,232)", "data": [0, 0, 0, 0, 0, 0, 0, 5, 2, 0, 5, 1]}, {"label": "produits-biocycliques", "backgroundColor": "rgb(128,128,43)", "data": [2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "projet-casba", "backgroundColor": "rgb(166,188,66)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 9, 6, 4, 0]}, {"label": "projet-transceiver-laser", "backgroundColor": "rgb(166,205,112)", "data": [0, 1, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0]}, {"label": "projets-zad-1-planetaire", "backgroundColor": "rgb(209,110,131)", "data": [0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0]}, {"label": "psychologie-neurosciences", "backgroundColor": "rgb(63,173,84)", "data": [7, 8, 3, 4, 2, 3, 11, 4, 12, 12, 8, 8]}, {"label": "radio-crapaud", "backgroundColor": "rgb(189,253,150)", "data": [0, 0, 9, 9, 9, 8, 7, 4, 1, 4, 3, 4]}, {"label": "recherches-biologie", "backgroundColor": "rgb(100,102,68)", "data": [1, 2, 0, 0, 4, 5, 1, 2, 1, 0, 0, 0]}, {"label": "recueil-temoignages", "backgroundColor": "rgb(52,232,40)", "data": [0, 0, 0, 0, 0, 12, 9, 2, 0, 0, 0, 0]}, {"label": "reflexion-sur-lamour", "backgroundColor": "rgb(19,105,109)", "data": [0, 0, 0, 0, 0, 0, 0, 11, 4, 10, 9, 0]}, {"label": "rencontre-crapaud-kangourou", "backgroundColor": "rgb(16,190,168)", "data": [0, 0, 0, 0, 2, 8, 13, 7, 0, 0, 0, 0]}, {"label": "resilience-du-crapaud-fou-projet", "backgroundColor": "rgb(173,78,56)", "data": [10, 3, 3, 0, 0, 0, 0, 0, 0, 2, 1, 2]}, {"label": "right-to-repair", "backgroundColor": "rgb(11,144,78)", "data": [0, 0, 0, 0, 12, 9, 13, 13, 8, 5, 6, 5]}, {"label": "sante", "backgroundColor": "rgb(108,109,133)", "data": [6, 8, 6, 9, 7, 10, 3, 7, 10, 9, 8, 8]}, {"label": "scientifique", "backgroundColor": "rgb(55,251,57)", "data": [2, 1, 2, 0, 4, 0, 1, 3, 7, 2, 2, 0]}, {"label": "securite-sociale-de-lalimentation", "backgroundColor": "rgb(170,2,23)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0]}, {"label": "selfishgene", "backgroundColor": "rgb(16,172,134)", "data": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]}, {"label": "semourais", "backgroundColor": "rgb(157,230,22)", "data": [0, 0, 0, 0, 0, 14, 22, 24, 22, 18, 18, 14]}, {"label": "semourais-web", "backgroundColor": "rgb(249,16,104)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 6, 7, 5, 1]}, {"label": "siteweb", "backgroundColor": "rgb(56,242,84)", "data": [1, 1, 4, 2, 1, 1, 1, 4, 5, 0, 0, 2]}, {"label": "sociologie-de-l-effondrement", "backgroundColor": "rgb(231,119,19)", "data": [4, 12, 9, 7, 4, 8, 9, 9, 10, 11, 3, 4]}, {"label": "solucracy", "backgroundColor": "rgb(48,71,196)", "data": [10, 11, 11, 11, 12, 10, 12, 9, 6, 7, 6, 8]}, {"label": "soutien-au-terrain", "backgroundColor": "rgb(166,10,4)", "data": [11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "suggestion", "backgroundColor": "rgb(190,50,101)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "survivalismes-et-resiliences", "backgroundColor": "rgb(29,54,112)", "data": [0, 1, 3, 0, 0, 0, 9, 3, 1, 0, 6, 3]}, {"label": "systeme-alimentaire", "backgroundColor": "rgb(42,181,223)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8]}, {"label": "systeme-monetaire", "backgroundColor": "rgb(119,104,241)", "data": [15, 11, 18, 5, 1, 19, 16, 23, 11, 15, 3, 8]}, {"label": "team-hacker-debutant", "backgroundColor": "rgb(109,73,117)", "data": [10, 10, 5, 5, 0, 5, 0, 5, 1, 2, 1, 0]}, {"label": "techos", "backgroundColor": "rgb(43,13,205)", "data": [9, 12, 12, 12, 16, 17, 14, 18, 17, 16, 14, 12]}, {"label": "terre-de-convergence", "backgroundColor": "rgb(16,162,105)", "data": [0, 0, 0, 0, 0, 0, 2, 8, 6, 0, 0, 0]}, {"label": "testbot", "backgroundColor": "rgb(114,69,120)", "data": [0, 0, 0, 0, 0, 2, 0, 0, 3, 3, 0, 0]}, {"label": "tiers-lieux-apprenant", "backgroundColor": "rgb(235,56,156)", "data": [9, 19, 21, 16, 20, 15, 18, 6, 8, 10, 3, 0]}, {"label": "tour-du-monde", "backgroundColor": "rgb(232,54,116)", "data": [0, 6, 0, 0, 1, 0, 0, 0, 0, 1, 1, 2]}, {"label": "transhumanisme-et-eugenisme", "backgroundColor": "rgb(135,241,21)", "data": [1, 0, 0, 3, 4, 1, 3, 0, 0, 2, 0, 0]}, {"label": "transport", "backgroundColor": "rgb(212,227,59)", "data": [0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "tsunamis", "backgroundColor": "rgb(109,85,217)", "data": [5, 1, 2, 6, 5, 0, 0, 1, 5, 0, 1, 0]}, {"label": "tvp-et-ebr", "backgroundColor": "rgb(122,143,59)", "data": [0, 0, 0, 0, 0, 8, 5, 0, 0, 3, 0, 3]}, {"label": "une-revolution-pourquoi-comment", "backgroundColor": "rgb(183,231,91)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "une-societe-sans-argent", "backgroundColor": "rgb(112,17,196)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 5, 6]}, {"label": "unite-humaine", "backgroundColor": "rgb(185,247,97)", "data": [0, 0, 3, 5, 1, 0, 0, 0, 0, 0, 0, 0]}, {"label": "vers-une-nouvelle-civilisation", "backgroundColor": "rgb(155,164,174)", "data": [0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0]}, {"label": "violences-individuelles", "backgroundColor": "rgb(40,213,5)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 10, 4]}, {"label": "wiki-crapaud-fou", "backgroundColor": "rgb(198,96,139)", "data": [0, 0, 0, 0, 0, 4, 7, 10, 9, 12, 0, 0]}, {"label": "zero-dechet", "backgroundColor": "rgb(183,181,185)", "data": [9, 3, 11, 3, 4, 5, 5, 6, 8, 7, 5, 7]}, {"label": "zetetique-et-outils-epistemologiques", "backgroundColor": "rgb(28,62,64)", "data": [3, 7, 4, 1, 0, 2, 0, 0, 1, 4, 5, 8]}], "messagesByTopic": [{"label": "global", "backgroundColor": "rgb(177,171,190)", "data": [2877, 3422, 5017, 2321, 2603, 5489, 5094, 5945, 8184, 3403, 2676, 1537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "democratie", "backgroundColor": "rgb(68,149,84)", "data": [6767, 3486, 2560, 2419, 1792, 2564, 1877, 1300, 1726, 1424, 1769, 1140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "technologie", "backgroundColor": "rgb(68,173,232)", "data": [559, 709, 745, 1462, 495, 1099, 1140, 1092, 847, 239, 435, 1133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "ecologie", "backgroundColor": "rgb(66,118,229)", "data": [732, 939, 1351, 590, 587, 868, 3278, 2208, 2244, 2033, 1612, 1164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "projet", "backgroundColor": "rgb(167,228,93)", "data": [879, 687, 1332, 705, 909, 1798, 3258, 3496, 3281, 2286, 1421, 1608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "cr\u00e9ation", "backgroundColor": "rgb(105,202,50)", "data": [0, 120, 94, 13, 180, 106, 12, 70, 104, 160, 19, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "d\u00e9mocratie", "backgroundColor": "rgb(90,208,110)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "libert\u00e9", "backgroundColor": "rgb(99,63,186)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "opinions", "backgroundColor": "rgb(18,68,136)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "choix", "backgroundColor": "rgb(57,84,229)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "neutralit\u00e9", "backgroundColor": "rgb(20,120,87)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "comportement", "backgroundColor": "rgb(231,127,149)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "connaissance", "backgroundColor": "rgb(200,107,72)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "humeur", "backgroundColor": "rgb(134,110,252)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "sant\u00e9", "backgroundColor": "rgb(124,52,33)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "activit\u00e9", "backgroundColor": "rgb(97,232,116)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "humain", "backgroundColor": "rgb(194,252,12)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "humainit\u00e9", "backgroundColor": "rgb(127,121,214)", "data": [0, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}, {"label": "39", "backgroundColor": "rgb(78,119,109)", "data": [0, 0, 0, 0, 510, 66, 272, 1218, 110, 18, 22, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}], "usersGlobal": [{"label": "global", "backgroundColor": "red", "data": [92, 96, 94, 99, 91, 133, 114, 95, 106, 98, 83, 71]}]} \ No newline at end of file diff --git a/site/data/global.json b/site/data/global.json deleted file mode 100644 index e14a752..0000000 --- a/site/data/global.json +++ /dev/null @@ -1 +0,0 @@ -{"lastupdate": "30/08/2019 20:48:30"} \ No newline at end of file diff --git a/site/data/idees.json b/site/data/idees.json deleted file mode 100644 index 7ac8e69..0000000 --- a/site/data/idees.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "crapauds": { - "total": "455", - "recent": "17" - }, - "idees": { - "total": "183", - "recent": "1", - "liste": { - "/1721": "vers plus d'autonomie alimentaire", - "/1674": "Démarrer un système (en partie) non monétaire, simultanément et par dizaine de milliers", - "/1671": "Blueforest - une force commune pour la prise de conscience écologique.", - "/1620": "Construire la Civilisation Humanité", - "/1597": "Embarquer, organiser et coordonner un collectif de Paumé.e.s près à basculer pour le changement !", - "/1573": "... et si on explorait une MACHINE DE VOTE MECANIQUE d'abord - recherche ingés mécanique-robotique", - "/1567": "Site contre les violences gynecologiques et ou médicales", - "/1564": "La Bascule - lobby citoyen", - "/1559": "Informer et stimuler la réflexion", - "/1538": "Textes à \"méditer\"" - } - }, - "commentaires": { - "total": "1012", - "recent": "6" - } -} \ No newline at end of file diff --git a/site/data/rencontres.json b/site/data/rencontres.json deleted file mode 100644 index 28b7bf8..0000000 --- a/site/data/rencontres.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "avenir": [ - { - "id": 1, - "date": "mercredi 11 septembre", - "titre": "Scopitone Nantes 2019", - "wikipage": "", - "lieu": "Nantes" - } - ], - "passe": [ - { - "id": 2, - "date": "lundi 12 août", - "titre": "Terre de convergence", - "wikipage": "Terre de convergence", - "lieu": "Attuech (30)" - }, - { - "id": 5, - "date": "jeudi 11 juillet", - "titre": "Atelier des Fondations 2019", - "wikipage": "CFF Annecy", - "lieu": "Annecy" - }, - { - "id": 7, - "date": "jeudi 4 juillet", - "titre": "La Bascule-Lobby citoyen", - "wikipage": "La Bascule-Lobby citoyen", - "lieu": "Pontivy" - }, - { - "id": 8, - "date": "mardi 2 juillet", - "titre": "Conférence “Oser la différence” à l’UJV", - "wikipage": "Nantes - Université Jules Verne", - "lieu": "Nantes" - }, - { - "id": 9, - "date": "lundi 24 juin", - "titre": "Reunion Right to Repair", - "wikipage": "RtR Marseille", - "lieu": "Marseille" - } - ] -} \ No newline at end of file diff --git a/site/data/tube.json b/site/data/tube.json deleted file mode 100644 index 6e972ca..0000000 --- a/site/data/tube.json +++ /dev/null @@ -1,622 +0,0 @@ -{ - "version": "https://jsonfeed.org/version/1", - "title": "CraTube", - "home_page_url": "https://tube.crapaud-fou.org", - "feed_url": "https://tube.crapaud-fou.org/feeds/videos.json?sort=-publishedAt&filter=local", - "description": "Le serveur CraTube est mis a disposition des membres de la communauté crapaud fou : https://crapaud-fou.org/\n\nPour éviter les abus et parce-que l'espace de stockage de vidéo du serveur n'est pas illimité, l'ouverture de comptes sur le serveur CraTube n'est pas librement accéssible. Pour avoir un compte il faut venir en parler aux plombiers sur le chat de la mare virtuelle Crapaud Fou (https://coa.crapaud-fou.org) dans le canal #CraTube.", - "icon": "https://tube.crapaud-fou.org/client/assets/images/icons/icon-96x96.png", - "author": { - "name": "Instance admin of CraTube", - "url": "https://tube.crapaud-fou.org/about" - }, - "items": [ - { - "id": "https://tube.crapaud-fou.org/videos/watch/648efd52-bafc-42a1-9293-4459efc25f97", - "html_content": "Pendant près de trois mois, de la fin août à la mi-novembre 2019, Adrien Clémenceau a descendu dans son intégralité la Volga, depuis sa source sur le plateau de Valdaï jusqu’à la mer Caspienne. Ce voyage de plus de 3 500 kilomètres sur le plus long fleuve d’Europe est d’abord une aventure personnelle, témoignant d’une détermination et d’un engagement physique exceptionnels. Mais il est surtout l’occasion de raconter la Russie d’hier et d’aujourd’hui. À en croire la fable, la Volga, gigantesque et magistrale artère, contient tous les secrets de la terre et de l’âme russes. C’est en plongeant quotidiennement sa pagaie dans les eaux du fleuve qu’Adrien Clémenceau les découvre un à un et, multipliant les bivouacs, croisant bêtes et hommes, franchissant les obstacles, s’en ouvre au lecteur.\r\n\r\n**Esperanta traduko:**\r\nDum ĉirkaŭ tri monatoj, de la fino de Aŭgusto ĝis la mezo de Novembro 2019, Adrien CLEMENCEAU navigis per kajako la tutan de la « Volga » rivero, kiu komenciĝas sur « Valdaja » altaĵo kaj kiu fluas ĝis la « Kaspia » maro. Sur la plej longa rivero de Eŭropo, tiu vojaĝo estis pli ol 3500 kilometrojn distanca. Kvankam tio estis persona aventuro, kiu certe atestas eksterordinaran fizikon, tiu vojaĝo estas ĉefe la okazo rakonti la hieraŭan kaj hodiaŭan Rusujon. Laŭ fabelo pri la Volgo, ĝi enhavus ĉiujn el la sekretoj de la rusaj tero kaj animo. Estas tiam, kiam li metis ĉiutage sian pagon en la akvoj de la rivero, ke Adrien CLEMENCEAU malkovris ilin unu post la alia. Ankaŭ estas tiam, kiam li multfoje dormis ekstere, kiam li renkontis bestojn kaj homojn kaj kiam li iris trans la baroj, ke la leganto ankaŭ malkovros la akvojn de la Volgo. ", - "url": "https://tube.crapaud-fou.org/w/dqd8w3n42Dt6oSE1mjjwKR", - "title": "La Volga en kayak", - "summary": "Pendant près de trois mois, de la fin août à la mi-novembre 2019, Adrien Clémenceau a descendu dans son intégralité la Volga, depuis sa source sur le plateau de Valdaï jusqu’à la mer Caspienne. Ce voyage de plus de 3 500 kilomètres sur le plus lon...", - "attachments": [ - { - "title": "La Volga en kayak", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/38bacb23-54a3-4426-a124-51c22b248a88-720-hls.torrent", - "size_in_bytes": 327753980, - "mime_type": "application/x-bittorrent" - }, - { - "title": "La Volga en kayak", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/47e693cb-d062-4664-9ff8-3f81a7b2e131-480-hls.torrent", - "size_in_bytes": 203517581, - "mime_type": "application/x-bittorrent" - }, - { - "title": "La Volga en kayak", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/f3effba2-15cb-4c9d-8903-870087a81603-0-hls.torrent", - "size_in_bytes": 31166205, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2022-01-09T20:16:32Z", - "author": { - "name": "Rubujeto", - "url": "https://tube.crapaud-fou.org/accounts/rubujeto" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/55115700-44a9-4588-8bfd-d761b323f946", - "html_content": null, - "url": "https://tube.crapaud-fou.org/w/bvgeakg67fFNnQDF7LmBz1", - "title": "Rencontre Cantons à Caen, mai 2021", - "attachments": [ - { - "title": "Rencontre Cantons à Caen, mai 2021", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/59d6bfbb-d072-4261-8d95-ec7e3b555733-720-hls.torrent", - "size_in_bytes": 24157039, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Rencontre Cantons à Caen, mai 2021", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/846bdede-2905-40ea-bc65-58c5a8abf884-480-hls.torrent", - "size_in_bytes": 12995371, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Rencontre Cantons à Caen, mai 2021", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/1cb2db9c-9a43-4d6d-b4cd-8cb81bfb439d-0-hls.torrent", - "size_in_bytes": 2648265, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-12-20T09:48:50Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/72de8914-9b58-4d0f-9873-25fdbfb983e4", - "html_content": null, - "url": "https://tube.crapaud-fou.org/w/fbGPAbCiE9gLhmTKw8sa5Y", - "title": "Hommage des enfants à Louis", - "attachments": [ - { - "title": "Hommage des enfants à Louis", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/687845b5-b91b-4c3b-b0f3-b8b76fdc3eb6-480-hls.torrent", - "size_in_bytes": 18410814, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Hommage des enfants à Louis", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/722e89fc-2447-4e82-8271-84bc305ba7b6-0-hls.torrent", - "size_in_bytes": 1091398, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-12-07T11:50:49Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/b40610b4-7301-4860-805a-ec190889c88b", - "html_content": "0:05 Drônes\r\n0:55 Jansen 2\r\n01:55 Réalité augmentée\r\n02:35 Le lac des cygnes", - "url": "https://tube.crapaud-fou.org/w/oem2UJtGhw9qZ55eyjDQ8e", - "title": "Coutes vidéos - Christian Juton à Saint-Aubin-des-Châteaux", - "summary": "0:05 Drônes\r\n0:55 Jansen 2\r\n01:55 Réalité augmentée\r\n02:35 Le lac des cygnes", - "attachments": [ - { - "title": "Coutes vidéos - Christian Juton à Saint-Aubin-des-Châteaux", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/28922475-70d8-41a4-b7f9-a7e8c544c1e6-720-hls.torrent", - "size_in_bytes": 47604564, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Coutes vidéos - Christian Juton à Saint-Aubin-des-Châteaux", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/5251a6e6-330c-44d4-bc84-75600d0b0a43-480-hls.torrent", - "size_in_bytes": 24320748, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Coutes vidéos - Christian Juton à Saint-Aubin-des-Châteaux", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/9db3e435-cc94-4593-941d-036fd18540b3-0-hls.torrent", - "size_in_bytes": 5145768, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-12-07T11:46:14Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/a4a4bcdc-295e-4077-a8a1-ca081f424606", - "html_content": null, - "url": "https://tube.crapaud-fou.org/w/mkc65i894MWq6vvZq6Xe3o", - "title": "Nunchaku en forêt - Christian Juton (Loire Atlantique)", - "attachments": [ - { - "title": "Nunchaku en forêt - Christian Juton (Loire Atlantique)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/e0846e4a-ec06-479d-87fc-fc99e3988723-720-hls.torrent", - "size_in_bytes": 240126798, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Nunchaku en forêt - Christian Juton (Loire Atlantique)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/dacab204-5b62-449b-ae67-e435fc6b4423-480-hls.torrent", - "size_in_bytes": 110040168, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Nunchaku en forêt - Christian Juton (Loire Atlantique)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/96211edf-73bc-4419-975f-33aa1a8398df-0-hls.torrent", - "size_in_bytes": 15871866, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-11-14T18:44:40Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/67184a91-73f6-4aa9-aa2d-13694cb93cd7", - "html_content": "Originale: https://youtu.be/Qu5OJv0WMHA\r\nLyrics - paroles: https://www.azlyrics.com/lyrics/pentatonix/praying.html", - "url": "https://tube.crapaud-fou.org/w/dJnJ6HhFoeNdHSWpuzSdiM", - "title": "\" Praying \"", - "summary": "Originale: https://youtu.be/Qu5OJv0WMHA\r\nLyrics - paroles: https://www.azlyrics.com/lyrics/pentatonix/praying.html", - "attachments": [ - { - "title": "\" Praying \"", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/9b944434-a1cb-40a7-bc1d-a6e76656d693-480-hls.torrent", - "size_in_bytes": 9369593, - "mime_type": "application/x-bittorrent" - }, - { - "title": "\" Praying \"", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/669eaae4-64e0-4b4b-ace7-de8badd41b03-0-hls.torrent", - "size_in_bytes": 9198721, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-11-10T11:08:18Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/1263f900-8be6-44fb-888f-847c5ae31774", - "html_content": "Originale: https://youtu.be/sc2kJFqgKTI\r\nLyrics-paroles: https://www.azlyrics.com/lyrics/pentatonix/isawthreeships.html", - "url": "https://tube.crapaud-fou.org/w/3gHryPwYLEbbQmPpzUV4Tj", - "title": "I saw three ships", - "summary": "Originale: https://youtu.be/sc2kJFqgKTI\r\nLyrics-paroles: https://www.azlyrics.com/lyrics/pentatonix/isawthreeships.html", - "attachments": [ - { - "title": "I saw three ships", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/d894addb-31bc-4037-a7d5-a6ffc9408c6b-480-hls.torrent", - "size_in_bytes": 8949073, - "mime_type": "application/x-bittorrent" - }, - { - "title": "I saw three ships", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/7b700567-70a8-4fd3-b2a5-341583503436-0-hls.torrent", - "size_in_bytes": 8795587, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-11-05T11:27:09Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/13702f50-230d-4343-854f-fa84b6252167", - "html_content": "+ Location salle de conférence + cuisine : 150 euros par jour en semaine\r\nLocation vaisselle (verre, assiette et couverts) : 1,50 euros/personne pour la durée de la formation\r\n\r\n+ Location gîte 14 couchages : 250 euros la nuitée en semaine et -50% dès la deuxième nuitée en semaine\r\nDrap housse et taie d'oreiller compris, apporter duvet ou couette", - "url": "https://tube.crapaud-fou.org/w/3pdEaB3JpFqxLBwrv2ExJF", - "title": "Salle de formations, ateliers, conférences à Sel-de-Bretagne 35320", - "summary": "+ Location salle de conférence + cuisine : 150 euros par jour en semaine\r\nLocation vaisselle (verre, assiette et couverts) : 1,50 euros/personne pour la durée de la formation\r\n\r\n+ Location gîte 14 couchages : 250 euros la nuitée en semaine et -50%...", - "attachments": [ - { - "title": "Salle de formations, ateliers, conférences à Sel-de-Bretagne 35320", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/b1934e7a-3c16-45dc-8198-04fb2db66cc6-720-hls.torrent", - "size_in_bytes": 37724286, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Salle de formations, ateliers, conférences à Sel-de-Bretagne 35320", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/f0a7fb96-9c23-4e07-bc5e-412370e673c3-480-hls.torrent", - "size_in_bytes": 18773826, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Salle de formations, ateliers, conférences à Sel-de-Bretagne 35320", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/4732f494-722c-42c0-848f-dfec434f798c-0-hls.torrent", - "size_in_bytes": 5107152, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-11-02T17:00:47Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/38483d08-cd2e-48bc-b1f5-150971cdf322", - "html_content": "reprise de Ed Sheeran, solo voix \r\n\r\noriginal avec instruments: https://youtu.be/mllXxyHTzfg\r\nLyrics-paroles: https://www.azlyrics.com/lyrics/edsheeran/iseefire.html", - "url": "https://tube.crapaud-fou.org/w/7X6FjjDm2Byeo4ZCccaGa1", - "title": "I see fire", - "summary": "reprise de Ed Sheeran, solo voix \r\n\r\noriginal avec instruments: https://youtu.be/mllXxyHTzfg\r\nLyrics-paroles: https://www.azlyrics.com/lyrics/edsheeran/iseefire.html", - "attachments": [ - { - "title": "I see fire", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/72f30dfa-abe7-449d-99ed-1e640f8df433-480-hls.torrent", - "size_in_bytes": 11056897, - "mime_type": "application/x-bittorrent" - }, - { - "title": "I see fire", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/1318447f-2b5c-41f2-af77-4bf8e5d77964-0-hls.torrent", - "size_in_bytes": 10857481, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-10-29T14:40:03Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/7dfed29f-0115-4fa2-999c-1ec9f109fdfe", - "html_content": null, - "url": "https://tube.crapaud-fou.org/w/gyoCaimgA9Z99yL221JWUN", - "title": "Interview de Thomas, spécialiste des crypto-monnnaies et DAO", - "attachments": [ - { - "title": "Interview de Thomas, spécialiste des crypto-monnnaies et DAO", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/7031bbf0-3d57-4cf0-8d77-d3746cdfaf54-720-hls.torrent", - "size_in_bytes": 22953157, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Interview de Thomas, spécialiste des crypto-monnnaies et DAO", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/0f2203d3-31f6-4ffc-b006-30e93dbbd430-480-hls.torrent", - "size_in_bytes": 20808908, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Interview de Thomas, spécialiste des crypto-monnnaies et DAO", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/df656382-e75d-49ee-95e6-1149335e4f4c-0-hls.torrent", - "size_in_bytes": 16162276, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-10-28T08:23:30Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/f4e09489-8333-4fd4-8b40-e6ba67c86ddb", - "html_content": "Du lundi 27 septembre au dimanche 3 octobre 2021 ont eu lieu à la ferme de la Maladière, chez l'Atelier du Zéphyr (atelierduzephyr.org), la 3ème édition des Rencontres Pyromaniakes, organisées par le réseau Feufollet (feufollet.org) depuis 2017.\r\nUne semaine de rencontres entre artisan.e.s de poêles à bois, autoconstructeur.trices, curieux.ses, amoureux.ses de feu de bois, pour échanger, bricoler, expérimenter, créer du lien, suivi d’un week-end de découverte du feu de bois et de toutes ses applications (conférences, démonstrations, ateliers …).\r\nPour plus d'infos sur l'événement : http://atelierduzephyr.org/rencontres-pyromaniakes-3eme-edition-2021/", - "url": "https://tube.crapaud-fou.org/w/weQh2WSPiN1MZzbdhP4YXv", - "title": "Rencontres pyromaniakes du Réseau Feufollet - 3ème édition - 2021", - "summary": "Du lundi 27 septembre au dimanche 3 octobre 2021 ont eu lieu à la ferme de la Maladière, chez l'Atelier du Zéphyr (atelierduzephyr.org), la 3ème édition des Rencontres Pyromaniakes, organisées par le réseau Feufollet (feufollet.org) depuis 2017.\r\n...", - "attachments": [ - { - "title": "Rencontres pyromaniakes du Réseau Feufollet - 3ème édition - 2021", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/9294ee91-5a2f-4df0-82ba-c80dafc4205b-720-hls.torrent", - "size_in_bytes": 83904566, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Rencontres pyromaniakes du Réseau Feufollet - 3ème édition - 2021", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/40897c7e-28a2-40f4-b6cf-afd7db9fba22-480-hls.torrent", - "size_in_bytes": 44806266, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Rencontres pyromaniakes du Réseau Feufollet - 3ème édition - 2021", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/529e5928-1c30-4c2e-9972-819e785f6374-0-hls.torrent", - "size_in_bytes": 8211623, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-10-26T21:32:40Z", - "author": { - "name": "Atelier du Zéphyr", - "url": "https://tube.crapaud-fou.org/accounts/atzef" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/b856a9f3-eef3-4a71-8a07-2a75a3a27d39", - "html_content": "Site www.bluesoil.org\r\nChaîne Youtube www.youtube.com/channel/UCWdtqkSB5sUy5gF52K7rt5w\r\nSite de formations archimedeasso.com\r\n\r\nMouvement pour une Economie Basée sur les Ressources mouvement-ebr.fr\r\nLe Projet Venus www.thevenusproject.com/center-for-resource-management \r\n\r\nSommaire de l'interview\r\n7:10 Deux fonctions de l'outil de transition\r\n7:46 Aquaponie\r\n11:40 Paysanne-chercheuse\r\n13:06 Les chiffres de l'autonomie alimentaire\r\n16:56 Le high-tech\r\n20:28 Le mot de la fin\r\n", - "url": "https://tube.crapaud-fou.org/w/oLfqrsj5VxJxF3qZiKEYrP", - "title": "Rencontre avec Céline Basset, la Ferme Blue Soil (Drôme)", - "summary": "Site www.bluesoil.org\r\nChaîne Youtube www.youtube.com/channel/UCWdtqkSB5sUy5gF52K7rt5w\r\nSite de formations archimedeasso.com\r\n\r\nMouvement pour une Economie Basée sur les Ressources mouvement-ebr.fr\r\nLe Projet Venus www.thevenusproject.com/center-f...", - "attachments": [ - { - "title": "Rencontre avec Céline Basset, la Ferme Blue Soil (Drôme)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/0075b1f5-2038-4ad7-abe0-20ae29f65efc-720-hls.torrent", - "size_in_bytes": 259132468, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Rencontre avec Céline Basset, la Ferme Blue Soil (Drôme)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/a16b5e03-85c6-47ba-a8b5-c4dbd302b86f-480-hls.torrent", - "size_in_bytes": 129446286, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Rencontre avec Céline Basset, la Ferme Blue Soil (Drôme)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/32f20fd1-a8d8-4767-be81-ee6c9f26f396-0-hls.torrent", - "size_in_bytes": 29873787, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-10-24T14:56:36Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/4d8261fe-9ccb-4560-8b20-5ec8e787c1fa", - "html_content": "Visite organisée par l'Atelier des possibles basé à Monastier sur Gazeille 43\r\nhttps://atelierdespossibles43.jimdofree.com/", - "url": "https://tube.crapaud-fou.org/w/az8s2w876nBXGEReXDHQkm", - "title": "Visite de la ferme de Théo Borelly, Rocherols 43", - "summary": "Visite organisée par l'Atelier des possibles basé à Monastier sur Gazeille 43\r\nhttps://atelierdespossibles43.jimdofree.com/", - "attachments": [ - { - "title": "Visite de la ferme de Théo Borelly, Rocherols 43", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/549c83c3-fe86-4a3a-a849-ff143790e0d0-720-hls.torrent", - "size_in_bytes": 256897481, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Visite de la ferme de Théo Borelly, Rocherols 43", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/4d3274d7-25ec-4841-9853-6472d9efc8fe-480-hls.torrent", - "size_in_bytes": 136462874, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Visite de la ferme de Théo Borelly, Rocherols 43", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/3958f221-7846-4fa3-a23f-ce7ec652a9a1-0-hls.torrent", - "size_in_bytes": 17409220, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-10-15T19:10:41Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/d960c98e-c4bc-4fa0-82ad-b95debc27715", - "html_content": null, - "url": "https://tube.crapaud-fou.org/w/sQT5QhTUJ8Mf9WBo8Juenx", - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (3/3)", - "attachments": [ - { - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (3/3)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/d960c98e-c4bc-4fa0-82ad-b95debc27715-720-hls.torrent", - "size_in_bytes": 757177736, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (3/3)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/d960c98e-c4bc-4fa0-82ad-b95debc27715-480-hls.torrent", - "size_in_bytes": 388618938, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (3/3)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/d960c98e-c4bc-4fa0-82ad-b95debc27715-0-hls.torrent", - "size_in_bytes": 58149535, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-09-15T16:29:20Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/01643748-fccf-4036-8b3d-fbfa69b2bbbe", - "html_content": null, - "url": "https://tube.crapaud-fou.org/w/1aY21XFs75VtJgghaTuxcU", - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (1/3)", - "attachments": [ - { - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (1/3)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/01643748-fccf-4036-8b3d-fbfa69b2bbbe-720-hls.torrent", - "size_in_bytes": 203190916, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (1/3)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/01643748-fccf-4036-8b3d-fbfa69b2bbbe-480-hls.torrent", - "size_in_bytes": 110157876, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (1/3)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/01643748-fccf-4036-8b3d-fbfa69b2bbbe-0-hls.torrent", - "size_in_bytes": 15575240, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-09-14T20:40:58Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/324ef4a7-4520-4564-9dfa-ab6170e836a3", - "html_content": null, - "url": "https://tube.crapaud-fou.org/w/7djaWkHzb5Nh2djXvwvSHa", - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (2/3)", - "attachments": [ - { - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (2/3)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/324ef4a7-4520-4564-9dfa-ab6170e836a3-360-hls.torrent", - "size_in_bytes": 65688946, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Manifestation du 11 sept 2021 : Union Citoyenne pour la Liberté - Paris (2/3)", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/324ef4a7-4520-4564-9dfa-ab6170e836a3-0-hls.torrent", - "size_in_bytes": 13856792, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-09-14T13:59:10Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/194bb507-7fd0-452e-a79c-9acff4e1f87f", - "html_content": "Samedi 07 août 2021.", - "url": "https://tube.crapaud-fou.org/w/48aSEx8jFWHCQbqc7cwZva", - "title": "Constructions Templières dans la ville d'Arles", - "summary": "Samedi 07 août 2021.", - "attachments": [ - { - "title": "Constructions Templières dans la ville d'Arles", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/194bb507-7fd0-452e-a79c-9acff4e1f87f-720-hls.torrent", - "size_in_bytes": 69174188, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Constructions Templières dans la ville d'Arles", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/194bb507-7fd0-452e-a79c-9acff4e1f87f-480-hls.torrent", - "size_in_bytes": 37121492, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Constructions Templières dans la ville d'Arles", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/194bb507-7fd0-452e-a79c-9acff4e1f87f-0-hls.torrent", - "size_in_bytes": 5250284, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-08-07T16:09:05Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/41e15a9c-1aa6-4b5b-95fc-9ef6116fbbae", - "html_content": "Physiomusic - neuromusic - homeostatis & music", - "url": "https://tube.crapaud-fou.org/w/98QK2PczW5omtqpfQ3mNZd", - "title": "Blue homeostasis'", - "summary": "Physiomusic - neuromusic - homeostatis & music", - "attachments": [ - { - "title": "Blue homeostasis'", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/41e15a9c-1aa6-4b5b-95fc-9ef6116fbbae-1080-hls.torrent", - "size_in_bytes": 43646324, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Blue homeostasis'", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/41e15a9c-1aa6-4b5b-95fc-9ef6116fbbae-720-hls.torrent", - "size_in_bytes": 20804612, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Blue homeostasis'", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/41e15a9c-1aa6-4b5b-95fc-9ef6116fbbae-480-hls.torrent", - "size_in_bytes": 13322696, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Blue homeostasis'", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/41e15a9c-1aa6-4b5b-95fc-9ef6116fbbae-0-hls.torrent", - "size_in_bytes": 4419588, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-08-06T07:07:29Z", - "author": { - "name": "dEve", - "url": "https://tube.crapaud-fou.org/accounts/deve" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/a7eb196c-e6e6-4af7-9b45-e5cf847c1915", - "html_content": null, - "url": "https://tube.crapaud-fou.org/w/mJDsTCtgDv1LfABC2KSBSV", - "title": "Présentation du Projet Vénus", - "attachments": [ - { - "title": "Présentation du Projet Vénus", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/a7eb196c-e6e6-4af7-9b45-e5cf847c1915-720-hls.torrent", - "size_in_bytes": 12763105, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Présentation du Projet Vénus", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/a7eb196c-e6e6-4af7-9b45-e5cf847c1915-480-hls.torrent", - "size_in_bytes": 9858430, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Présentation du Projet Vénus", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/a7eb196c-e6e6-4af7-9b45-e5cf847c1915-0-hls.torrent", - "size_in_bytes": 4936016, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-08-06T06:57:16Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - }, - { - "id": "https://tube.crapaud-fou.org/videos/watch/02116668-c6f9-4727-b81a-276b1a1a70c6", - "html_content": "Prise de vues et montage : Anne Juton\r\nCrédit audio: Guifrog, Beyond the Warriors", - "url": "https://tube.crapaud-fou.org/w/1fP37GgSDCgG5S5Dvbj3vu", - "title": "Démonstration-tuto de nunchaku avec Chirstian Juton", - "summary": "Prise de vues et montage : Anne Juton\r\nCrédit audio: Guifrog, Beyond the Warriors", - "attachments": [ - { - "title": "Démonstration-tuto de nunchaku avec Chirstian Juton", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/02116668-c6f9-4727-b81a-276b1a1a70c6-720-hls.torrent", - "size_in_bytes": 117046084, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Démonstration-tuto de nunchaku avec Chirstian Juton", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/02116668-c6f9-4727-b81a-276b1a1a70c6-480-hls.torrent", - "size_in_bytes": 57087892, - "mime_type": "application/x-bittorrent" - }, - { - "title": "Démonstration-tuto de nunchaku avec Chirstian Juton", - "url": "https://tube.crapaud-fou.org/lazy-static/torrents/02116668-c6f9-4727-b81a-276b1a1a70c6-0-hls.torrent", - "size_in_bytes": 9220794, - "mime_type": "application/x-bittorrent" - } - ], - "date_modified": "2021-08-05T05:39:57Z", - "author": { - "name": "Anne Juton", - "url": "https://tube.crapaud-fou.org/accounts/annejutonpinson" - } - } - ] -} \ No newline at end of file diff --git a/site/data/wiki.json b/site/data/wiki.json deleted file mode 100644 index cd95762..0000000 --- a/site/data/wiki.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "crapauds": { - "total": "166", - "recent": "24" - }, - "pages": { - "total": "137", - "recent": "65", - "liste": { - "Agenda": "Agenda", - "hypercrate": "hypercrate", - "Hypercratie": "Hypercratie", - "Biblio-Semourais": "Biblio Semourais", - "Kit-Semourais-pour-passer-à-l-action-et-semer-des-prairies-fleuries": "Kit Semourais pour passer à l action et semer des prairies fleuries", - "NO-GAFAM": "NO-GAFAM", - "Terre-de-convergence": "Terre de convergence", - "Rencontres": "Rencontres", - "Kit-semourais-pour-monter-une-pépinière-participative": "Kit semourais pour monter une pépinière participative", - "Assises-Debout-la-Maurienne": "Assises Debout la Maurienne" - } - }, - "photos": { - "total": "882", - "recent": "153" - } -} \ No newline at end of file