Warning, file /education/gcompris/src/activities/louis-braille/louis_braille_data.js was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /* GCompris - louis_braille_data.js
0002  *
0003  * SPDX-FileCopyrightText: 2014 Arkit Vora <arkitvora123@gmail.com>
0004  *
0005  *   SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 
0008 var baseUrl = "qrc:/gcompris/src/activities/louis-braille/resource/"
0009 
0010 var dataset = [
0011             {
0012                  "text": qsTr("Born on January 4th 1809 in Coupvray near Paris in France."),
0013                  "year": "1809",
0014                  "img": baseUrl + "louis.webp"
0015              },
0016              {
0017                  "text": qsTr("Louis Braille injured his right eye with a stitching awl from his father's workshop."),
0018                  "year": "1812",
0019                  "img": baseUrl + "stitching_awl.svg"
0020              },
0021              {
0022                  "text": qsTr("At the age of three, Louis became blind due to a severe infection that spread to his left eye."),
0023                  "year": "1812",
0024                  "img": baseUrl + "blind.svg"
0025              },
0026              {
0027                  "text": qsTr("At the age of 10, he was sent to Paris to study at the Royal Institute for Blind Youth."),
0028                  "year": "1819",
0029                  "img": baseUrl + "paris.svg"
0030              },
0031              {
0032                  "text": qsTr("He impressed his classmates and began to play the piano and the organ."),
0033                  "year": "1820",
0034                  "img": baseUrl + "piano.svg"
0035              },
0036              {
0037                  "text": qsTr("Charles Barbier, a French soldier, visited his school and shared his invention of night writing, a code of 12 raised dots to share information on battlefields."),
0038                  "year": "1821",
0039                  "img": baseUrl + "night_writing.svg"
0040              },
0041              {
0042                  "text": qsTr("Louis trimmed Barbier's 12 dots into 6 and invented the braille system."),
0043                  "year": "1824",
0044                  "img": baseUrl + "braille.svg"
0045              },
0046              {
0047                  "text": qsTr("He became a teacher after graduating and promoted his method while secretly teaching it at the Institute."),
0048                  "year": "1828",
0049                  "img": baseUrl + "teach.svg"
0050              },
0051              {
0052                  "text": qsTr("He revised and extended braille to include mathematics, symbols, punctuations and music notations."),
0053                  "year": "1837",
0054                  "img": baseUrl + "maths.svg"
0055              },
0056              {
0057                  "text": qsTr("He died of tuberculosis. He is buried in the Pantheon in Paris. A monument is erected to honor him."),
0058                  "year": "1852",
0059                  "img": baseUrl + "statue.svg"
0060              },
0061              {
0062                  "text": qsTr("Braille got accepted as a world wide standard. Louis Braille proved that if you have motivation you can do incredible things."),
0063                  "year": "After his Death",
0064                  "img": baseUrl + "world.svg"
0065              }
0066         ];