Skip to content

Commit 5df496e

Browse files
authored
Merge pull request #546 from microbit-foundation/545-update-homepage-to-link-to-the-mathml-machineorg
545 update homepage to link to the mathml machineorg
2 parents e6c0c71 + e2e368e commit 5df496e

File tree

7 files changed

+17
-30
lines changed

7 files changed

+17
-30
lines changed

features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"knnModel": true,
44
"lossGraph": true,
55
"makecode": true
6-
}
6+
}

public/imgs/data_rep_viz.png

-74 KB
Binary file not shown.

public/imgs/math_version.png

175 KB
Loading

src/messages/ui.da.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
"content.index.recordButtonDescription": "\"Optag\"-knap",
1616
"content.index.videoHeading": "Introvideo",
1717
"content.index.setupBody2": "Hjemmesiden benytter bluetooth, accelerometer, LED'er, knapper og lyd fra BBC micro:bit'en. For at hjemmesiden kan tilgå disse, skal der overføres et program til BBC micro:bit'en. Det downloades første gang, du tilslutter BBC micro:bit'en med USB. Efterfølgende kan du blot tilslutte med bluetooth uden at bruge USB-kablet.",
18-
"content.index.oldVersion": "Du kan finde den gamle version her:",
18+
"content.index.mathVersion": "Du kan finde den den udvidede version her:",
1919
"content.index.contactButton": "Kontakt os",
2020
"content.index.contactBody": "Hvis du finder fejl og mangler på denne platform, skal du være velkommen til at skrive til os. Hvis du har andre efterspørgsler, ideer eller generel interesse, skal du være velkommen til at kontakte os. Skaberne af denne platform kan kontaktes på:",
2121
"content.index.contactBodyGithub": "Du kan også besøge vores Github side:",
2222
"content.index.contactMail": "[email protected]",
2323
"content.index.acknowledgement": "Udviklet af Center for Computational Thinking og Design, Aarhus Universitet",
24-
"content.index.newzHeading": "Nyheder",
25-
"content.index.newzBodyMakecode": "Du kan nu programmere omkring outputtet fra dine modeller i MakeCode. See den øverste på modelsiden.",
26-
"content.index.newzBodyViz": "Vi har fået en visualisering af datarepreæsentationen.",
24+
"content.index.newzHeading": "Prøv den udvidede version",
25+
"content.index.newzBodyMakecode": "Vi har lavet en mere kompleks version, der blandt andet lader dig vælge datarepræsentationer og visualiserer en k-nærmeste naboer model.",
2726
"content.index.MLHeading": "Hvordan virker det?",
2827
"content.index.MLSubheading": "ML-Machine bygger machine learning modeller til at genkende mønstre i accelerometer data.",
2928
"content.index.MLExplainer1": "Med ML-Machine kan du kuratere data eksempler af forskellige bevægelser og gestikker, som en machine learning algoritme analyserer. Den finder mønstre i dataen som kan bruges til at forudsige/gætte om micro:bit’en bliver bevæget i cirkler, ryster, er tapet til benet af en person som hopper, m.m.",

src/messages/ui.en.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
"content.index.recordButtonDescription": "\"Record\"-button",
1616
"content.index.videoHeading": "Intro Video",
1717
"content.index.setupBody2": "The website utilizes the bluetooth, accelerometer, LEDs, buttons, and sounds from the Micro:bit. Subsequetnly, you can connect the micro:bit to your computer via bluetooth without using the USB cable.",
18-
"content.index.oldVersion": "You can finde the old version here:",
18+
"content.index.mathVersion": "You can finde the expanded version here:",
1919
"content.index.contactButton": "Contact us",
2020
"content.index.contactBody": "If you find errors and omissions on this platform, please feel free to write us. If you have any other requests, ideas or general interests, please feel free to contact us. The creators of this platform can be contacted at:",
2121
"content.index.contactBodyGithub": "You can also visit our Github page:",
2222
"content.index.contactMail": "[email protected]",
2323
"content.index.acknowledgement": "Developed by Center for Computational Thinking and Design, Aarhus University",
24-
"content.index.newzHeading": "News",
25-
"content.index.newzBodyMakecode": "You can now program around your model's output in MakeCode. See top bar on model page.",
26-
"content.index.newzBodyViz": "We now have a vizualization of the data representaion.",
24+
"content.index.newzHeading": "Try the expanded version",
25+
"content.index.newzBodyMakecode": "We have created an expanded version that, among other things, lets you modify the data representation and visualizes a k-nearest neighbor model.",
2726
"content.index.MLHeading": "How does it work?",
2827
"content.index.MLSubheading": "ML-Machine builds machine learning models to recognize patterns in the accelerometer data.",
2928
"content.index.MLExplainer1": "With ML-Machine, you curate data samples of different gestures or movements, which a machine learning algorithm analyzes. It finds patterns in the data that can be used to predict/guess if the micro:bit is moved in circles, shaken, taped to the leg of the person jumping, etc.",

src/pages/home-page-content-tiles/DoItYourselfMachineLearningTile.svelte

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,3 @@
3939
<p>
4040
{$t('content.index.setupBody2')}
4141
</p>
42-
<br />
43-
<p>
44-
{$t('content.index.oldVersion')}
45-
<a class="text-link hover:underline" href="https://www.v0.ml-machine.org/">
46-
v0.ml-machine.org
47-
</a>
48-
</p>

src/pages/home-page-content-tiles/NewFeaturesTile.svelte

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,17 @@
1313
<p>
1414
{$t('content.index.newzBodyMakecode')}
1515
</p>
16-
<div class="flex justify-center">
17-
<ImageSkeleton
18-
alt="microbit guide"
19-
height={200}
20-
src="/imgs/Makecode_integration.png"
21-
width={200} />
22-
</div>
23-
<p class="mt-4 mb-5">
24-
<a class="text-link hover:underline" href="/training/filters"
25-
>{$t('content.index.newzBodyViz')}</a>
26-
</p>
16+
<br />
2717
<div class="flex justify-center">
2818
<ImageSkeleton
2919
alt="One of the new visualizations"
30-
height={200}
31-
src="/imgs/data_rep_viz.png"
32-
width={250} />
20+
src="/imgs/math_version.png"
21+
width={350} />
3322
</div>
23+
<br />
24+
<p>
25+
{$t('content.index.mathVersion')}
26+
<a class="text-link hover:underline" href="https://www.math.ml-machine.org/">
27+
math.ml-machine.org
28+
</a>
29+
</p>

0 commit comments

Comments
 (0)