-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from yxzhan/main
Learning hub page block-based programming and edit textbook page
- Loading branch information
Showing
8 changed files
with
57 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
[comment]: <> (without this comment hugo fails) | ||
|
||
<div> | ||
<h1> Learning Hub </h1> | ||
</div> | ||
# Learning Hub |
16 changes: 16 additions & 0 deletions
16
content/page/learninghub/block-based programming/buttons.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"options": {}, | ||
"actions": [ | ||
{ | ||
"name": "Try it out!", | ||
"value": "run", | ||
"description": "Online blockly playground", | ||
"url": "https://binder.intel4coro.de/v2/gh/IntEL4CoRo/blockly-playground.git/main?labpath=examples/playground.jpblockly" | ||
}, | ||
{ | ||
"name": "Source Code", | ||
"value": "source", | ||
"url": "https://github.com/IntEL4CoRo/blockly-playground" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: "Block-based Programming for Household Robots" | ||
date: 2024-01-27T14:33:42-04:00 | ||
subtitle: "Visual Programming Interface" | ||
tags: ["Research", "Teaching", "Education"] | ||
dropCap: false | ||
displayInMenu: false | ||
displayInList: true | ||
draft: false | ||
resources: | ||
- name: ActionButtons | ||
src: "buttons.json" | ||
--- | ||
|
||
|
||
<!-- ![blockly](https://developers.google.com/static/blockly/images/logos/logo_built_on_dark_with_bg.png) --> | ||
Traditional text-based programming languages can pose a significant barrier to entry, especially for beginners and young learners. To address this challenge, we built a visual programming interface with [Blockly](https://developers.google.com/blockly) as an intuitive and user-friendly approach to robotics programming. This project aims to democratize access to robotics education and empower individuals of all ages and backgrounds to unleash their creativity in the field of robotics. Whether it's learning the fundamentals of programming or developing sophisticated robotic applications, such interface serves as a versatile and approachable tool for realizing innovative ideas in robotics. | ||
|
||
Feel free to try it out with the link below. | ||
|
||
{{<action_form data="ActionButtons">}} | ||
--- | ||
|
||
<!--more--> | ||
### Example Video | ||
<video width="100%" height="480" controls> | ||
<source src="https://iris.informatik.uni-bremen.de/videos/blockly-demo.mp4" type="video/mp4"> | ||
</video> | ||
|
||
--- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters