Skip to content

Commit 87d8ce6

Browse files
committed
updates pictures and texts
1 parent dd33ad6 commit 87d8ce6

File tree

12 files changed

+29
-20
lines changed

12 files changed

+29
-20
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "YF Robotics Laboratory"
44

55
[params]
66
favicon = ""
7-
subtitle = "Build a brighter future with robots."
7+
subtitle = "Building a Brighter Future with Robots."
88
custom_css = ["/css/custom.css"]
99

1010

content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ menu: true
77

88
## About YFRL
99

10-
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+
YF Robotics Laboratory (YFRL) is an international robotics group. YFRL was founded with the vision that robots will contribute to human society 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.
1111

12-
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.
12+
We are a small 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.
1313

14-
Please help us by telling us which robot activities you are involved in and what you may be able to contribute to the organisation by sending an email to [email protected].
14+
Please help us by telling us which robot activities you do and what you could possible do together with us by sending an email to [email protected].

content/contact.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ menu: true
77

88
**Address**
99
YF Robotics Laboratory
10-
Birmingham, West Midland, United Kingdom
10+
Birmingham, West Midlands
11+
United Kingdom
1112

1213
**Contact**
13-
Follow us on Twitter: <a href="https://twitter.com/yfrobotics">@yfrobotics</a>
14+
Instagram: <a href="https://instagram.com/yfrobotics">@yfrobotics</a>
15+
Twitter: <a href="https://twitter.com/yfrobotics">@yfrobotics</a>
1416

content/contribution/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ draft: false
55
menu: true
66
---
77

8-
We continuous to contribute to academic research and the opensource community, especially on robotics projects and we hope our work can contribute to the future development of robotics.
8+
Our group members continuous to contribute to academic research and the opensource community, especially on robotics projects and we hope our work can contribute to the future development of robotics.

content/contribution/col1.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ menu: true
66
order: 1
77
---
88

9-
We work and publish papers in the research area of:
9+
We work and publish academic papers in the research area of:
1010

11-
- Reinforcement and transfer learning
12-
- Operating systems and task scheduling for robots
13-
- Dexterous robot hand
14-
- Safety for autonomous systems
11+
- Reinforcement learning and transfer learning
12+
- Operating systems and task scheduling targeted for robots
13+
- Dexterous robot hand and manipulator
14+
- Control and sensory technologies
15+
- Safety assurance for autonomous systems
16+
- ...

content/contribution/col2.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ menu: true
66
order: 2
77
---
88

9-
We love opensource and we make innovations using opensource software and hardware includeing:
9+
We love opensource and we make innovations using opensource software and hardware including:
1010

11-
- Linux gnu/gcc
12-
- ROS/Gazebo
11+
- Linux gnu / gcc
12+
- ROS / Gazebo
1313
- Arduino
1414
- Raspberry Pi
15+
- ESP8266 / ESP32
16+
- BBC Micro:Bit
17+
- Microsoft MakeCode
18+
- Processing
19+
- ...

content/education/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ draft: false
55
menu: true
66
---
77

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.
8+
We use solutions from Microsoft, Arduino, 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/col2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ menu: true
66
order: 2
77
---
88

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.
9+
We fund middle school and high school students from US and China to travel across and co-work in local schools / universities on a collaborate robot project.

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h2>{{ .Title }}</h2>
2424
{{ .Content }}
2525
<div class="col-sm">
26-
<img src="images/robot-hand.jpg" class="img-fluid" alt="..." style="max-height:350px; width:auto;">
26+
<img src="images/robot-hand-2.jpg" class="img-fluid" alt="..." style="max-height:500px; width:auto;">
2727
</div>
2828
{{range .Pages.ByParam "order"}}
2929
<div class="col-sm">
@@ -50,7 +50,7 @@ <h3 class="text-center">{{ .Title }}</h3>
5050
</div>
5151
{{ end }}
5252
<div class="col-sm">
53-
<img src="images/asmo.jpg" class="img-fluid" alt="..." style="max-height:400px; width:auto;">
53+
<img src="images/pepper.png" class="img-fluid" alt="..." style="max-height:500px; width:auto;">
5454
</div>
5555
</div>
5656
{{ end }}

static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body {
2626
}
2727

2828
.bg-color-grey {
29-
background-color: #eeeeee;
29+
background-color: #333333;
3030
}
3131

3232
.bg-color-black {

0 commit comments

Comments
 (0)