Skip to content

Commit 82ac68e

Browse files
committed
2 parents 3a4fbad + 89cc3cd commit 82ac68e

19 files changed

+119
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.history
22
.vscode
3+
.DS_Store

mdfile/index.en.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
# Welcome to the official website of Robotics and AI Lab, SDNU
2+
3+
**Shandong Normal University Robotics and AI Lab**, established in 2021, is based in the **Shandong Artificial Intelligence Base** and is dedicated to diverse research in the fields of robotics technology and artificial intelligence.
4+
5+
The laboratory boasts state-of-the-art facilities, including 10 NAO intelligent humanoid robots, 40 JetBot smart cars, 40 Raspberry Pi AI kits, 1 TurtleBot4 robot and 1 ROS robotic arm radar smart car. It serves not only as a practical platform for cutting-edge technologies such as computer science, robotics, artificial intelligence, and machine learning but also as a cradle for innovation and entrepreneurship, new technology applications, and robotics competitions. As a crucial base for cultivating engineering and technical talents in robotics and artificial intelligence, the laboratory consistently focuses on promoting technological advancement and application.
6+
7+
The laboratory has won a total of 33 awards at provincial and higher-level robot-related competitions (8 national awards and 25 provincial awards), including 2 first-place national awards, 2 first-place provincial awards, and 7 third-place awards in the **CRAIC (China Robotics and Artificial Intelligence Competition)**; 1 second-place national award in **The National College Student Robot Technology Innovation Exchange Camp and Robot Competition**; 2 first-place national awards and 3 second-place national awards in the **The International Youth Artificial Intelligence Competition**; 1 first-place award, 3 second-place awards, and 4 third-place awards in the **Shandong Provincial University Contest on Intelligent Robotic Innovations**; 1 first-place provincial award and 6 third-place provincial awards in **Robocode**.
8+
9+
In addition to guiding the competitions, the team's teachers also focus on cultivating students' research capabilities, and have guided student members to publish 1 paper at an international academic conference, apply for 1 invention patent, and obtain 1 software copyright. The team has also been awarded 1 National University Student Innovation and Entrepreneurship project.
10+
11+
Rooted in the **Shandong Normal University Robotics and AI Laboratory**, this site showcases laboratory's teaching resources, competition highlights, and past award achievements, while integrates and shares a wealth of resources related to robotics and artificial intelligence. We welcome all friends interested in robotics and artificial intelligence to visit this website, to learn, exchange and progress together.

mdfile/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# 欢迎来到山东师范大学机器人与人工智能实验室官方网站
2+
3+
**山东师范大学机器人与人工智能实验室**成立于 2021 年,立足于**山东省人工智能基地**,致力于机器人技术与人工智能领域的多元化研究。实验室拥有一流设施,包括 10 台 NAO 智能仿人机器人、40 台 JetBot 智能小车、40 套树莓派人工智能套件、1 台 TurtleBot4 机器人及 1 台 ROS 机械臂雷达智能小车。这里不仅是计算机、机器人、人工智能和机器学习等前沿技术的实践平台,更是创新创业、新技术应用与机器人竞赛的摇篮。作为培养机器人及人工智能工程技术人才的重要基地,实验室始终专注于推动技术进步与应用,推动相关技术的进步和应用。
4+
5+
目前实验室已在机器人相关竞赛中取得省级以上奖励共 33 项(国奖 8 项、省奖 25 项),其中 **中国机器人及人工智能大赛** 国家一等奖 2 项、省一等奖 2 项、三等奖 7 项;**全国大学生机器人科技创新交流营暨机器人大赛** 国家级二等奖 1 项;**国际青年人工智能大赛** 国家级一等奖 2 项,国家级二等奖 3 项;**山东省高校机器人大赛** 一等奖 1 项、二等奖 3 项、三等奖 4 项;**浪曦杯机器人编程大赛** 省级一等奖 1 项、三等奖 6 项。
6+
7+
除了竞赛指导,团队教师也注重学生科研能力的培养,并指导学生成员发表 **国际学术会议论文** 1 篇、申请发明专利 1 项、授权软著 1 项,获批 **国家级大学生创新创业项目** 1 项。
8+
9+
本站根植于**山东师范大学机器人与人工智能实验室**,展示实验室的教学资源、竞赛风采、历届获奖情况等,整合并分享与机器人及人工智能相关的丰富资源。我们欢迎所有对机器人与人工智能感兴趣的朋友访问本网站,共同学习、交流和进步。

mdfile/resource/Linux/Linux.en.md renamed to mdfile/resource/programming/Cplus/Cplus_Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
comments: true
33
---
44

5-
# Linux
5+
# C++简介
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
comments: true
3+
---
4+
5+
# 面向对象编程简介
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
comments: true
3+
---
4+
5+
# Python简介

mdfile/resource/Python/Python.md renamed to mdfile/resource/software/CMake/CMake_Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
comments: true
33
---
44

5-
# Python
5+
# CMake简介
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
comments: true
3+
---
4+
5+
# Docker简介

mdfile/resource/Linux/Linux.md renamed to mdfile/resource/software/GDB/GDB_Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
comments: true
33
---
44

5-
# Linux
5+
# GDB简介
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
comments: true
3+
---
4+
5+
# GNU Make简介

0 commit comments

Comments
 (0)