Skip to content

Commit 6727763

Browse files
committed
major updates
1 parent 5d227ec commit 6727763

File tree

19 files changed

+258
-92
lines changed

19 files changed

+258
-92
lines changed

config.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ languageCode = "en-us"
33
title = "YF Robotics Laboratory"
44

55
[params]
6+
favicon = ""
67
subtitle = "Build a brighter future with robots."
8+
custom_css = ["/css/custom.css"]
9+
10+
11+
[markup.goldmark.renderer]
12+
unsafe = true
13+

content/_index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Homepage"
3+
date: 2020-10-07T22:47:58+01:00
4+
draft: true
5+
menu: true
6+
---
7+
8+
## About us
9+
YF Robotics Laboratory (YFRL) is an international robotics organisation. YFRL was founded with the vision that robots will contribute to humanity and largely affect the way how people will live in the future. Our mission is to promote STEM and robot education and bring ideas to the public with state-of-the-art robot research and technologies across the world.
10+
11+
We are a group of people from worldwide who love robots. We aim to bring together robot researchers, developers and enthusiasts to build a world with more intelligent, reliable and safer autonomous robots. Please join us by telling us which robot sections you are involved in and what you may be able to contribute to the organisation at [email protected].

content/about.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/contact.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
---
2-
title: "Contact"
2+
title: "Contact us"
33
date: 2020-10-07T22:47:58+01:00
44
draft: true
55
menu: true
66
---
77

8-
test
8+
Follow us on Twitter: <a href="https://twitter.com/yfrobotics">@yfrobotics</a>
9+
10+
Address:
11+
YF Robotics Laboratory
12+
Birmingham, West Midland
13+
United Kingdom
14+
15+

content/contribution/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Community Contribution"
3+
date: 2020-10-07T22:47:58+01:00
4+
draft: true
5+
menu: true
6+
---
7+
8+
We continuous to contribute to the opensource community, especially on robotics projects and we hope our research can contribute to the future development of robotics.

content/contribution/col1.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Research"
3+
date: 2020-10-07T22:47:58+01:00
4+
draft: true
5+
menu: true
6+
order: 1
7+
---
8+
9+
We work and publish papers in the research area of:
10+
11+
- Machine learning
12+
- Reinforcement and transfer learning
13+
- SLAM
14+
- Operating systems and task scheduling for robots
15+
- Dexterous robot hand
16+
- Self-driving cars
17+
- Safety for autonomous systems
18+
- Swarm robots

content/contribution/col2.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Development"
3+
date: 2020-10-07T22:47:58+01:00
4+
draft: true
5+
menu: true
6+
order: 2
7+
---
8+
9+
We love opensource and we extensively work on industrial robots and make innovations using opensource software and hardware, that includes:
10+
11+
- gnu/gcc
12+
- Linux
13+
- ROS/Gazebo
14+
- Arduino
15+
- Raspberry Pi

content/education/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Education"
3+
date: 2020-10-07T22:47:58+01:00
4+
draft: true
5+
menu: true
6+
---
7+
8+
We use solutions from Microsoft, BBC Micro:bit, Raspberry Pi Foundation and opensource projects to promote STEM education and help primary/secondary students to participate in building future technology.

content/education/col1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "STEM"
3+
date: 2020-10-07T22:47:58+01:00
4+
draft: true
5+
menu: true
6+
order: 1
7+
---
8+
9+
We help and encourage makers and companies with their STEM products for robot / electronics / programming education. We also produce robot materials, tutorials and books for entry and mid-level robot learners.

content/education/col2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Collaborate"
3+
date: 2020-10-07T22:47:58+01:00
4+
draft: true
5+
menu: true
6+
order: 2
7+
---
8+
9+
We fund middle school and high school students from UK, US and China to travel across and co-work in local schools/universities on a collaborate robot project.

0 commit comments

Comments
 (0)